@charset "utf-8";
/* CSS Document */

/*column*/
.frame{width:1200px;margin:0 auto;}
.frame .column{width:200px;margin-top:60px;float:left;}
.frame .column .title h2{font-size:14px;}
.frame .column .title .line{width:20px;height:4px;background:#47b3b3;margin-top:18px;margin-bottom:18px;}
.frame .column .classify{border-top:1px solid #cccccc;margin-top:60px;}
.frame .column .classify dd{height:55px;border-bottom:1px solid #cccccc;}
.frame .column .classify dd a{font-size:14px;color:#333333;line-height:55px;font-weight: bold;width:200px;display: block;}
.frame .column .classify dd a:hover{color:#e66700;}
.frame .column .classify .current a{color:#e66700;}

.frame .product{width:920px;float:left;margin-top:60px;padding-left:60px;}
.frame .product .menu{background:#f0f0f0;}
.frame .product .menu li{float:left;margin-left:35px;height:40px;}
.frame .product .menu li a{color:#333;font-size:14px;line-height:40px;}
.frame .product .menu li a:hover{color:#e66700;}
.frame .product .menu li .current{color:#e66700;}
.frame .product .content{margin-top:30px;}
.frame .product .content li{float:left;margin-bottom:25px;width:208px;height:280px;border:1px solid #e5e5e5;margin-left:20px;}
.frame .product .content li:hover{box-shadow: 1px 4px 10px 0px rgba(153, 153, 153, 0.7);border:none;width:210px;height:282px;}

.frame .product .content .photo img{width:100%;}
.frame .product .content .line{width:208px;height:1px;background:#e5e5e5;margin:0 auto;margin-bottom:10px;}
.frame .product .content li h3{font-size:16px;color:#333;overflow: hidden;height:20px;padding:0px 15px;width:180px;}
.frame .product .content li p{font-size:12px;color:#666;padding:0px 15px;width:180px;margin-top:10px;overflow: hidden;height:16px;}



/*按钮*/	
	.dbanniu{width:282px;margin:40px auto;height:30px;}
	.dbanniu li{width:28px;height:28px;float:left;margin-right:10px;text-align:center;line-height:30px;border-radius:2px;border:1px solid #cccccc;}
	.dbanniu li a{font-size:16px;color:#666666;}
	.dbanniu .jt{padding-top:7px;padding-left:10px;width:18px;height:21px;}
	.dbanniu .none{font-size:16px;border:none;}
	.dbanniu .current{background:#e66700;border:none;width:30px;height:30px;}
	.dbanniu .current a{color:#fff;}