.lanmubn{
	font-size: 0;
}
.lanmubn img{
	width: 100%;
}
.section{
	background: #fff;
}
/*内页大框架*/
/*左上侧边栏*/
.abouta{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}
.abouta .abouta1{
	float: left;
	width: 25%;
	margin-right: 3%;
}
.abouta .abouta1>div{
	padding: 10px;
	background: #ec3500;
	margin-bottom: 30px;
}
.abouta .abouta1>.about11>h2{
	text-align: center;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	background: url(../images/tx.png) no-repeat left center;
	background-size: 100%;
}
.abouta .abouta1>.about11>h2>a{
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	background: #ec3500;
	display: inline-block;
	padding: 0 15px;
}

.abouta .abouta1>.about11>ul{
	background: #fff;
}
.abouta .abouta1>.about11>ul li{
	line-height: 50px;
	padding-left: 50px;
	background: url(../images/5.png) no-repeat;
	background-position: 20px center;
	border-bottom: 1px solid #cccccc;
	
}
.abouta .abouta1>.about11>ul li:hover a{
	color:#ec3500 ;
}
.abouta .abouta1>.about11>ul li:last-child{
	border: none;
}
.abouta .abouta1>.about11>ul li a{
	color: #333333;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
/*左上侧边栏*/

/*左下侧边栏*/
.abouta .abouta1>.about12>h2{
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.abouta .abouta1>.about12>div{
	padding: 30px 15px;
	background: #fff;
}
.abouta .abouta1>.about12>div h3{
	font-size: 14px;
}
.abouta .abouta1>.about12>div strong{
	font-size: 22px;
	color: #ec3500;
	margin-top: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	display: block;
	margin-bottom: 10px;
}
.abouta .abouta1>.about12>div p{
	font-size: 14px;
	line-height: 28px;
}
/*左下侧边栏*/

/*右侧框架*/
.abouta .abouta2{
	float: left;
	width: 72%;
}
/*面包屑*/
.mbx{
	padding: 10px 0 10px 28px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
	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;
}
/*面包屑*/
/*右侧框架*/
/*内页大框架*/


/*产品列表页*/
.list-four{
	width: 100%;
}
.list-four>ul{
	overflow: hidden;
	font-size: 0;
}
.list-four>ul>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 30px;
}
/*.list-four>ul>li:hover img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}*/
.list-four>ul>li:hover .img-fa{
	border: 1px solid #ec3500;
	border-bottom:none;
}
.list-four>ul>li:nth-child(3n) {
	margin-right: 0;
}
.list-four>ul>li>a.img-fa {
	display: block;
	width: 266px;
	height: 264px;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-bottom:none;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
}
.list-four>ul>li>a.img-fa img:nth-child(1) {
	width: 264px;
	height: 264px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.list-four>ul>li>a.img-fa img:nth-child(2) {
	position: absolute;
	z-index: 1;
	width: 264px;
	height: 264px;
	top: 0;
	left: 0;
}
.list-four>ul>li>a.list-title {
	display: block;
	width: 266px;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background-color: #ec3500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ec3500;
	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;
	box-sizing: border-box;
}
.list-four>ul>li>a.list-title:hover {
	
}
/*产品列表页*/


/*列表页码*/
.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>.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){
	margin-bottom: 6px;
}
.about-content>.ts>li:nth-child(2){

}
/*详情页*/


/*新闻中心*/
.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: 200px;
	width: 100%;
	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;
}
/*新闻中心*/

/*在线留言*/
.bda {
	min-height: 600px;
	padding: 40px 10px 20px 10px;
}
#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;
}
/*在线留言*/