/*内页CSS*/
.lanmubn{
	font-size: 0;
}
.lanmubn img{
	width: 100%;
}
.list{
	padding: 50px 0;
	font-size: 0;
}
.list h2{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
	background:url(../images/9.png) no-repeat bottom center;
	margin-bottom: 35px;
	letter-spacing: 2px;
	color: #333;
}
.list ul{
	text-align: center;
}
.list ul li{
	display: inline-block;		
	margin-right: 40px;
}
.list ul li:last-child{
	margin-right: 0;
}
.list ul li a{
	display: inline-block;
	color: #333;
	font-size: 16px;
	width: 250px;
	line-height: 40px;
	height: 40px;
	border:1px solid #ccc;
	border-radius: 50px;
}
.list ul li a.hover,
.list ul li a:hover{
	background: #ec3500;
	color: #fff;
	border:1px solid #ec3500;
}
/*内页CSS*/

/*面包屑*/
.mbx{
	padding: 10px 0 10px 28px;
	border-bottom: 1px solid #ccc;
	margin: 0 50px 32px 50px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 20px;
	font-size: 14px;
	color: #999999;
}
.mbx a{
	font-size: 14px;
	color: #999999;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.mbx a:hover{
	color:#ec3500;
}
.mbx span{
	font-size: 14px;
	color: #999999;
}
/*面包屑*/

.content{
	margin: 0 50px;
	padding: 0 25px 50px 25px;
	min-height: 500px;
}
.product-list{
	font-size: 0;
}
.product-list>ul{
	
}
.product-list>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 275px;
	padding: 15px;
	border: 1px solid #ccc;
	margin-right: 33.3px;
	margin-bottom: 30px;
}
.product-list>ul>li:hover{
	border:1px solid #ec3500;
}
.product-list>ul>li:hover h3{
	background: #ec3500;
}
.product-list>ul>li:nth-child(4n){
	margin-right: 0;
}
.product-list>ul>li>a{
	display: inline-block;
	position:relative;
}
.product-list>ul>li>a>img{
	width: 100%;
	height: 180px;
}
.product-list>ul>li>a>img.poa{position:absolute;top:0;left:0;z-index:10;}
.product-list>ul>li>a>h3{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #464646;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

/*列表页码*/
.pagination-wrapper{ 
	margin: 20px 0;
	text-align: center;
} 
.pagination{ 
	text-align: center; 
	font-size: 0;
} 
.pagination>a{ 
	display: inline-block;
	height: 32px; 
	line-height: 32px; 
	margin-right: 8px; 
	padding: 0 12px; 
	font-size: 14px; 
	border: 1px solid #ec3500; 
	color: #ec3500; 
	text-decoration: none; 
	border-radius: 0;
	box-sizing: border-box;
} 
.pagination>a:hover{ 
	background:#ec3500; 
	color:#fff; 
	border-color: #ec3500;
} 
.pagination>a.page-num-current { 
	background: #ec3500; 
	color: #fff;
	border-color: #ec3500;
} 
.pagination>.pageinfo{
	display: inline-block;
	height: 32px; 
	line-height: 32px; 
	padding: 0 12px; 
	font-size: 14px; 
	border: 1px solid #ec3500; 
	color: #ec3500; 
	box-sizing: border-box;
}
/*列表页码*/

/*详情页*/
.about-content>.pift{
	padding-bottom: 20px;
}
.about-content>.pift>h3{
	font-size: 30px;
	margin-bottom: 10px;
	color: #ec3500;
	text-align: center;
}
.about-content>.pift>p{
	text-align: center;
}
.about-content>.pift>p>a{
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 20px;
}
.about-content>.pifc{
	padding:40px 20px 20px 20px;
	border-bottom: 1px dashed #ec3500;
	border-top: 1px dashed #ec3500;
	margin-bottom: 30px;
	line-height: 2;
}
.about-content>.pifc p{position:relative;text-align:center;}
.about-content>.pifc img{position:relative;overflow:hidden;min-width:640px;height:640px;}
.about-content>.pifc img:before{display:block;content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/templets/default/jz_static/images/jz_sy.png) no-repeat center center;}
.about-content>.pifc img.poa{position:absolute;top:50%;left:50%;margin-left:-320px;margin-top:-320px;z-index:1;}
.about-content>.ts{
	overflow: hidden;
	padding: 0 20px;
}
.about-content>.ts a,
.about-content>.ts span{
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.about-content>.ts a:hover{
	color:#ec3500;
}
.about-content>.ts>li:nth-child(1){
	float: left;
}
.about-content>.ts>li:nth-child(2){
	float: right;
}
/*详情页*/


/*新闻中心*/
.infoedit>li{
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.infoedit li div:nth-child(1){
	float: left;
	margin-right: 30px;
}
.infoedit li div:nth-child(1) a{
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.infoedit li div:nth-child(1) a:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.infoedit li div:nth-child(1) a img{
	max-width: 100%;
	width:200px;
	transition: all .3s;
}
.infoedit li div:nth-child(2) h3{
	margin-top: 0px;
	line-height: 30px;
	font-size: 0;
}
.infoedit li div:nth-child(2) h3 a{
	color: #333;
	font-size: 18px;
	transition: all .3s;
}
.infoedit li div:nth-child(2) h3 a:hover{
	color: #ec3500;
}
.infoedit li div:nth-child(2) span{
	display: block;
	color: #aaa;
	font-size: 14px;
	margin-bottom: 15px;
}
.infoedit li div:nth-child(2) p{
	font-size: 16px;
	color: #666;
}
.infoedit li div:nth-child(2) p a{
	color: #444;
	margin-left: 10px;
	transition: all .3s;
}
.infoedit li div:nth-child(2) p a:hover{
	color: #ec3500;
}
/*新闻中心*/

/*在线留言*/
#form{
	max-width: 800px;
	margin: 0 auto;
}
#form li {
	margin-bottom: 20px;
}
#form label {
	width: 120px;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	vertical-align: middle;
}
#form i {
	color: #ff0000;
	font-style: normal;
	padding-left: 5px;
	font-size: 14px;
}
#form input[type=text],#form input[type=email] {
	width: 280px;
	font-size: 16px;
	line-height: normal;
	padding: 6px 8px;
	outline: none;
	border: 1px solid #cccccc;
}
#form textarea {
	width: 600px;
	height: 150px;
	padding: 5px 4px;
	vertical-align: top;
	outline: none;
	border: 1px solid #cccccc;
}
#form>input {
	width: 150px;
	height: 50px;
	background-color: #ec3500;
	color: #ffffff;
	border: 0;
	box-shadow: none;
	outline: none;
	display: block;
	margin-top: 30px;
	margin-left: 125px;
	cursor: pointer;
}
/*在线留言*/