/*********************************网页公共部分************************************/
@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
 
 
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{color: #333;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.text-center{text-align: center;}
 
 
.title{}
.title b{display: block;font-size: 40px;font-weight: normal;line-height: 40px;color: #000;}
.title small{display: block;font-size: 14px;color: #000;padding: 15px 0px 5px 0px;}
.title p{display: block;font-size: 16px;color: #000;padding-bottom: 60px;}


 
/*********************************内页************************************/
#main{margin:0 auto;padding-bottom:50px;padding-top:50px;width:1200px;min-height:200px;}
#main:after{display: block;content: " ";clear: both;}
#main .left_zuo{float:left;width:260px;}
#main .right_you{float:right;width:900px;}
#main .right_you .article{
	width:100%;
	height:50px;
	border-bottom:2px solid #d8281b;
	margin-bottom: 20px;
}
#main .right_you .article .left_bitao{
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: url('../images/fangzi.png')no-repeat 0px center;
	text-indent: 70px;
	background-size: 50px;
}
#main .right_you .article .right_biaoti{float:right;height:50px;line-height:50px;font-size:14px;}
 
.page_L_top{ width:260px; height:100px; padding-top:17px; background:#d8281b; color:#FFF; line-height:30px; font-size:23px; text-align:center;}

.page_L_top i{ font-style:normal; font-size:16px; text-transform:uppercase;}
 
/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../images/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../images/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
/*产品列表*/
.product-img-list{}
.product-img-list ul li{
	width: 280px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.product-img-list ul li:nth-child(3n){margin-right: 0px;}
.product-img-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.product-img-list ul li .img-box{width: 280px;height: 280px;position: relative;border: 1px solid #eee;}
.product-img-list ul li .img-box img{
	position: absolute;
	max-width: 268px;
	max-height: 220px;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-img-list ul li span{display: block;text-align: center;height: 40px;line-height: 40px; color: #fff;}



/*产品内页*/
.product-info{margin-top: 30px;}
.product-info .product-info-img{width: 400px;height: 400px;position: relative;border: 1px solid #eee;}
.product-info .product-info-img img{
	position: absolute;
	max-width: 398px;
	max-height:398px;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-info .intro{width: 450px;color: #333;}
.product-info .intro b{display: block;font-size: 26px;line-height: 30px;padding: 30px 0px;}
.product-info .intro span{display: block;line-height: 32px;font-size: 18px;}
/*产品详情*/
.content_p {margin-top: 40px;}
.content_p span.sp {display: block;background-color: #dddddd;color: #ffffff;margin-bottom: 20px;overflow: hidden;}
.content_p span.sp small {background: #d8281b;display: block;float: left;text-align: center;line-height: 40px;width: 120px;}
 
/*返回上一页*/
  
.container{margin-left:auto; margin-right:auto; width:1200px;}

 

 
.warp{width:1200px; margin:0 auto; clear:both;  }
  
 
 


 

/*分页=============================================================*/
.prorig-con{  clear:both;}
.prorig-con ul{margin:auto;}
.prorig-con ul li{color:#fff;float:left; border-radius:10px;background:#000;line-height:40px;width:6%;text-align:center ;margin-left:5px; margin-right:0px; height:40px;}
.prorig-con ul li a{color:#fff;font-size:15px;line-height:20px; width:5%;text-align:center }
.prorig-con ul li.current{float:left;color:#fff;font-size:15px; border-radius:5px;background:#d8281b;line-height:40px;width:5%;text-align:center ;margin-left:5px;}


 
 