@charset "utf-8";
.neibanner{	
	position: relative;
	font-size: 0px;
}
.neibanner .ntitle{position: absolute; width: 100%; top: calc(50% - 40px);}
.neibanner .ntitle h2{ font-size: 26px; }
.neibanner .ntitle p{ font-size: 16px; line-height: 40px;}
.neibanner .menu{position: absolute; width: 100%; bottom: 0px;}
.neibanner .menu ul li{ 
	float: left; 
	background: #ffffff; 
	margin-right:2px; 
	margin-bottom: 2px; 
	text-align: center; 
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.neibanner .menu1 ul li,
.neibanner .menu2 ul li,
.neibanner .menu3 ul li{  width: calc((100% - (2px * 2)) / 3); }
.neibanner .menu1 ul li:nth-child(3n),
.neibanner .menu2 ul li:nth-child(3n),
.neibanner .menu3 ul li:nth-child(3n){margin-right: 0px;}
.neibanner .menu4 ul li{  width: calc((100% - (2px * 3)) / 4); }
.neibanner .menu4 ul li:nth-child(4n){margin-right: 0px;}
.neibanner .menu5 ul li{  width: calc((100% - (2px * 4)) / 5); }
.neibanner .menu5 ul li:nth-child(5n){margin-right: 0px;}
.neibanner .menu ul li.active,
.neibanner .menu ul li:hover{ background: #ec141f;}
.neibanner .menu ul li.active a,
.neibanner .menu ul li:hover a{
	color: #ffffff;
}


.location{
	margin: 30px auto;
}
.location .l{
	background: url(../images/wz.png) no-repeat left center;
	padding-left: 30px;
	line-height: 30px;
}


.nextpage{ border-bottom: 2px solid #e1e1e1; border-top: 2px solid #e1e1e1; margin-top: 100px; line-height: 50px;}
.nextpage span{font-size: 12px;color: #9f9f9f;}
.nextpage a{font-size: 12px;color: #9f9f9f;transition: all .3s;}
.nextpage a:hover{color: #c31c1c;}

.threenav{}
.threenav h2{color: #ec151f; 
	background: #f3f3f3 url(../images/threenav.png) no-repeat 20px center; 
	padding-left: 35px;
	height: 50px; line-height: 50px;border:1px #dddddd solid; border-bottom: none;
}
.threenav ul{ padding: 20px; border:1px #dddddd solid; border-top: none;}
.threenav ul li{ float: left; width: calc((100% - (10px * 4)) / 5); margin-right: 10px; margin-bottom: 10px;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px; 
	text-align: center;
}
.threenav ul li:nth-child(5n){ margin-right: 0px; }
.threenav ul li.active,
.threenav ul li:hover{ background: #ec141f;}
.threenav ul li.active a,
.threenav ul li:hover a{
	color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	
}
@media screen and (max-width:767px) {
	.neibanner{
		position: relative;
		font-size: 0px;
	}
	.neibanner .ntitle{position:absolute; width: 100%; top:10px;}
	.neibanner .ntitle h2{ font-size: 26px; }
	.neibanner .ntitle p{ font-size: 16px; line-height: 40px;}
	.neibanner .menu{position: relative; width: 100%; bottom: 0px; margin-top: 30px;}
	.neibanner .menu ul li{ 
		float: left; 
		background: #ffffff; 
		margin-right:2px; 
		margin-bottom: 2px; 
		text-align: center; 
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		border:1px #dddddd solid;
	}

	.neibanner .menu3 ul li:nth-child(2n){ margin-right: 0px; }
	.neibanner .menu3 ul li:nth-child(3n){margin-right: 2%;}
	.neibanner .menu3 ul li:nth-child(6n){margin-right: 0px;}
	
	.neibanner .menu4 ul li{  width: calc((100% - (2px * 1)) / 2); }
	.neibanner .menu4 ul li:nth-child(2n){ margin-right: 0px; }
	
	.neibanner .menu5 ul li{  width: calc((100% - (2px * 1)) / 2); }
	.neibanner .menu5 ul li:nth-child(2n){ margin-right: 0px; }
	.neibanner .menu5 ul li:nth-child(5n){ margin-right: 2%; }
	.neibanner .menu5 ul li:nth-child(10n){ margin-right: 0px; }
	
	.location{
		margin: 30px auto;
	}
	.location .l{
		background: url(../images/wz.png) no-repeat left center;
		padding-left: 30px;
		line-height: 30px;
	}
	
	.nextpage li{ float: none;}

	.threenav ul{ padding: 20px 10px; border:1px #dddddd solid; border-top: none;}
	.threenav ul li{ float: left; width: calc((100% - (10px * 1)) / 2); margin-right: 10px; margin-bottom: 10px;
		background: #f3f3f3;
		height: 40px;
		line-height: 40px; 
		text-align: center;
	}
	.threenav ul li:nth-child(2n){ margin-right: 0px; }
	.threenav ul li:nth-child(5n){ margin-right: 2%; }
	.threenav ul li:nth-child(10n){ margin-right: 0px; }
}

.prolist{ margin-top: 20px; margin-bottom: 100px;}
.prolist ul li{
	width: calc((100% - (2% * 4)) / 5);
	float: left;
	margin-right: 2%;
	border:1px solid #dedcdc;
	margin-top: 20px;
	padding: 10px 10px 30px 10px;
}
.prolist ul li:nth-child(5n){
	margin-right: 0;
}
.prolist ul li dd{ height: 180px; overflow: hidden; border-bottom: 2px solid #ec151f;}
.prolist ul li dd img{}
.prolist ul li a{ text-align: right; display: block; color: #b4b3b3;}
.prolist ul li h4{ text-align: left; padding-top: 20px; color: #0e1114; margin-bottom: 10px;}
.prolist ul li h4 a{ color: #0e1114; text-align: left;}
.proinfo{ margin-bottom: 100px;}
.proinfo .proimages{ width: 50%; position: relative;}
.proinfo .proinfomation{ width: calc(50% - 40px); }
.proinfo .proinfomation h2{ line-height: 50px; font-size: 30px; height: 100px; border-bottom: 1px solid #dddddd; margin-bottom: 20px;}
.proinfo .proinfomation p{ color: #888888; font-size: 14px; line-height: 30px; }
.proinfo .proinfomation dd{ color: #fc0d0d; margin: 10px 0px; }
.proinfo .proinfomation .intro{ color: #555555; }

.proinfo .proinfomation .infom{ position: relative; height: 280px; border-bottom: 1px solid #dddddd;}
.proinfo .proinfomation .download{ position: absolute; bottom: 30px; }
.proinfo .proinfomation .download a{ color: #fc0d0d; 
	background: url(../images/down.png) no-repeat right center;
	padding-right: 30px;
	margin-right: 30px;
}
.proinfo .proinfomation dl a{ display: block; width: 49%; margin-right: 2%; margin-top: 20px; text-align: center; float: left; height: 50px; line-height: 50px; }
.proinfo .proinfomation dl a:nth-child(1){ background: #333333 url(../images/qqs.png) no-repeat calc(50% - 45px) center; background-size: 20px; border:1px solid #222222; color: #fff;}
.proinfo .proinfomation dl a:nth-child(2){ background: url(../images/back.png) no-repeat calc(50% - 45px) center; background-size: 30px; margin-right: 0px; border:1px solid #8d8d8d; }

.procontent h4{ border-bottom: 1px solid #dedede; height: 50px; line-height: 50px; 
	margin-top: 50px; 
	position: relative;
	font-size: 18px;
	margin-bottom: 30px;
}
.procontent h4:before{ content: ''; 
	position: absolute; height: 2px; background: #fc0d0d; display: block;
	bottom: 0px;
	width: 75px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.prolist ul li dd{ height: 160px; overflow: hidden; border-bottom: 2px solid #ec151f;}
	
	
}
@media (min-width: 767px) and (max-width: 991px){
	.prolist ul li dd{ height: 140px; overflow: hidden; border-bottom: 2px solid #ec151f;}
}
@media screen and (max-width:767px) {
	.prolist ul li{
		width: calc((100% - (2% * 1)) / 2);
		float: left;
		margin-right: 2%;
		border:1px solid #dedcdc;
		margin-top: 20px;
		padding: 10px 10px 30px 10px;
	}
	.prolist ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist ul li:nth-child(5n){
		margin-right: 2%;
	}
	.prolist ul li:nth-child(10n){
		margin-right: 0;
	}
	.prolist ul li dd{ height: 160px; overflow: hidden; border-bottom: 2px solid #ec151f;}
	
	.proinfo .proimages{ width: 100%; position: relative; display: none;}
	.proinfo .proinfomation{ width: 100%;}
	.proinfo .proinfomation h2{ line-height: 50px; font-size: 30px; border-bottom: 1px solid #dddddd; margin-bottom: 20px;}
	.proinfo .proinfomation p{ color: #888888; font-size: 14px; line-height: 30px; }
	.proinfo .proinfomation dd{ color: #fc0d0d; margin: 10px 0px; }
	.proinfo .proinfomation .intro{ color: #555555;}
	
	.proinfo .proinfomation .infom{ position: relative; height:auto; border-bottom: 1px solid #dddddd; padding-bottom: 30px;}
	.proinfo .proinfomation .download{ position:relative; bottom: -20px; }
	
	.proinfo .proinfomation .download a{ color: #fc0d0d; 
		background: url(../images/down.png) no-repeat right center;
		padding-right: 30px;
		margin-right: 30px;
	}
	.proinfo .proinfomation dl a{ display: block; width: 49%; margin-right: 2%; margin-top: 20px; text-align: center; float: left; height: 50px; line-height: 50px; }
	.proinfo .proinfomation dl a:nth-child(1){ background: #333333 url(../images/qqs.png) no-repeat calc(50% - 45px) center; background-size: 20px; border:1px solid #222222; color: #fff;}
	.proinfo .proinfomation dl a:nth-child(2){ background: url(../images/back.png) no-repeat calc(50% - 45px) center; background-size: 30px; margin-right: 0px; border:1px solid #8d8d8d; }
	
	.procontent h4{ border-bottom: 1px solid #dedede; height: 50px; line-height: 50px; 
		margin-top: 50px; 
		position: relative;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.procontent h4:before{ content: ''; 
		position: absolute; height: 2px; background: #fc0d0d; display: block;
		bottom: 0px;
		width: 75px;
	}
}

/*新闻列表页*/
.newslist{ margin-bottom: 100px;}
.newslist ul li{ margin-bottom: 20px; }
.newslist ul li dd:nth-child(1){
	width: 100px;
	height: 100px;
	background: #666666;
	margin-right: 10px;
	text-align: center;
	line-height: 100px;
	color: #ffffff;
	font-size: 18px;
}
.newslist ul li dd:nth-child(1) span{ font-weight: bold; font-size: 36px; }
.newslist ul li dd:nth-child(2){
	width: 170px;
	height: 100px;
	background: #666666;
	margin-right: 20px;
	overflow: hidden;
}
.newslist ul li dd:nth-child(2) img{
	width: 100%;
}
.newslist ul li .info h4{
	font-size: 16px;
	color: #0f1316;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newslist ul li .info p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.newslist ul li:hover dd:nth-child(1){ background: #ec151f; }

/*新闻详情页*/
.newsinfo {padding: 30px 15px 0;}
.newsinfo .hd {padding-bottom: 20px;text-align: center;}
.newsinfo .hd h1 {font-size: 20px;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 10px;
	font-family: "bookman old style";
}
.newsinfo .hd p {
	font-size: 14px;line-height: 1.6;color: #cccccc;
	border-bottom: #dddddd 1px solid;
	padding-bottom: 10px;
}
.newsinfo .hd p span{margin-right: 10px;font-family: Calibri;}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	
}
@media screen and (max-width:767px) {
	.newslist ul li{ margin-bottom: 20px; }
	.newslist ul li dd:nth-child(1){
		width: 100px;
		height: 100px;
		background: #666666;
		margin-right: 10px;
		text-align: center;
		line-height: 100px;
		color: #ffffff;
		font-size: 18px;
	}
	.newslist ul li dd:nth-child(1) span{ font-weight: bold; font-size: 36px; }
	.newslist ul li dd:nth-child(2){
		width: 170px;
		height: 100px;
		background: #666666;
		margin-right: 20px;
		overflow: hidden;
		display: none;
	}
	.newslist ul li dd:nth-child(2) img{
		width: 100%;
	}
	.newslist ul li .info h4{
		font-size: 16px;
		color: #0f1316;
		line-height: 35px;
	}
	.newslist ul li .info p{
		font-size: 14px;
		color: #666666;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3; //行数
		-webkit-box-orient: vertical;
	}
	.newslist ul li:hover dd:nth-child(1){ background: #ec151f; }
	
	/*新闻详情页*/
	.newsinfo {padding: 30px 15px 0;}
	.newsinfo .hd {padding-bottom: 20px;text-align: center;}
	.newsinfo .hd h1 {font-size: 20px;
		line-height: 36px;
		word-wrap: break-word;
		word-break: normal;
		margin-bottom: 10px;
		font-family: "bookman old style";
	}
	.newsinfo .hd p {
		font-size: 14px;line-height: 1.6;color: #cccccc;
		border-bottom: #dddddd 1px solid;
		padding-bottom: 10px;
	}
	.newsinfo .hd p span{margin-right: 10px;font-family: Calibri;}
}


.imageslist{ margin-bottom: 100px;}
.imageslist ul li{ 
	border:1px solid #ec151f; width: calc((100% - (2% * 3)) / 4); 
	text-align: center; 
	overflow: hidden; margin-right: 2%; margin-top: 20px; height: 400px; float: left;
}
.imageslist ul li:nth-child(4n){ margin-right: 0px; }
.imageslist ul li img{ height: 100%; width: auto; }

@media (min-width: 992px) and (max-width: 1199px) {
	.imageslist ul li{
		border:1px solid #ec151f; width: calc((100% - (2% * 3)) / 4); 
		text-align: center; 
		overflow: hidden; margin-right: 2%; margin-top: 20px; height: 360px; float: left;
	}
	.imageslist ul li:nth-child(4n){ margin-right: 0px; }
	.imageslist ul li img{ height: 100%; width: auto; }
}
@media (min-width: 767px) and (max-width: 991px){
	.imageslist ul li{
		border:1px solid #ec151f; width: calc((100% - (2% * 3)) / 4); 
		text-align: center; 
		overflow: hidden; margin-right: 2%; margin-top: 20px; height: 260px; float: left;
	}
	.imageslist ul li:nth-child(4n){ margin-right: 0px; }
	.imageslist ul li img{ height: 100%; width: auto; }
}
@media screen and (max-width:767px) {
	.imageslist ul li{
		border:1px solid #ec151f; width: calc((100% - (2% * 1)) / 2); 
		text-align: center; 
		overflow: hidden; margin-right: 2%; margin-top: 20px; height: 180px; float: left;
	}
	.imageslist ul li:nth-child(2n){ margin-right: 0px; }
	.imageslist ul li img{ height: 100%; width: auto; }
}

.joblist{ margin-bottom: 100px;}
.joblist .jobtitle{ text-align: center; border-bottom: 1px solid #dddddd;}
.joblist .jobtitle h2{ font-size: 30px; }
.joblist .jobtitle p{ color: #9c9b9b; line-height: 40px;}
.joblist ul{ margin-top: 30px; }
.joblist ul li{ width: calc((100% - 2%) / 2); margin-right: 2%; float: left; border:1px solid #dddddd; margin-top: 20px; padding: 20px;}
.joblist ul li:nth-child(2n){ margin-right: 0%; }
.joblist ul li h4{ font-size: 18px; line-height: 40px; }
.joblist ul li p { font-size: 14px; line-height: 30px; }
.joblist ul li p span{ color: #555555; }
.joblist ul li p b{ margin: 0 20px; color: #c4c4c4; }
.joblist ul li a{ display: block; height: 30px; line-height: 30px; float: right; background: #ec151f; color: #fff; margin-top: 20px; width: 120px; text-align: center; }

.jobinfo{ margin-bottom: 100px;}
.jobinfo .hd{
	background: #f3f3f3;
	padding: 20px 30px;
}
.jobinfo .hd dl{ margin-top: 10px; }
.jobinfo .hd dl span{ color: #777777; }
.jobinfo .jobcontent{ margin-top: 30px; padding: 0 30px;}
.jobinfo .jobcontent h4{ color: #ec151f; font-size: 16px; margin-bottom: 10px;}
.jobinfo .jobcontent dd{ line-height: 25px; color: #555555; }
.jobinfo .jobemail{background: #f3f3f3; text-align: center; margin-top: 50px; line-height: 25px; padding: 20px;}
.jobinfo .jobemail span{ color: #ec151f; }

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	
}
@media screen and (max-width:767px) {
	.joblist ul{ margin-top: 30px; }
	.joblist ul li{ width: 100%; margin-right: 0; float: left; border:1px solid #dddddd; margin-top: 20px; padding: 20px;}
	.jobinfo .hd{
		background: #f3f3f3;
		padding: 20px 10px;
	}
	.jobinfo .jobcontent{ margin-top: 30px; padding: 0 10px;}
}

.brandlist{ background: #fff; margin-bottom: 100px;}
.brandlist ul{margin-top: 50px;}
.brandlist ul li{ 
	width: calc((100% - (2% * 4)) / 5);
	margin-right: 2%;
	margin-bottom: 2%;
	float: left; 
	text-align: center; 
	background: #fff;
	border:1px solid #cccccc;
	height: 90px;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
}
.brandlist ul li:nth-child(5n){ margin-right: 0px; }
.brandlist li img{
	height: 100%;
	transition: all .35s;
}
.brandlist li:hover img{
	transform: translate(0,0) scale(1.3);
	-ms-transform: translate(0,0) scale(1.3);
	-o-transform: translate(0,0) scale(1.3);
	-moz-transform: translate(0,0) scale(1.3);
	-webkit-transform: translate(0,0) scale(1.3);
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	
}
@media screen and (max-width:767px) {
	.brandlist ul li{ 
		width: calc((100% - (2% * 1)) / 2);
		margin-right: 2%;
		margin-bottom: 2%;
		float: left; 
		text-align: center; 
		background: #fff;
		border:1px solid #cccccc;
		height: 90px;
		overflow: hidden;
		padding: 10px;
		border-radius: 5px;
	}
	.brandlist ul li:nth-child(2n){ margin-right: 0px; }
	.brandlist ul li:nth-child(5n){ margin-right: 2%; }
	.brandlist ul li:nth-child(10n){ margin-right: 0px; }
}

.contact .contitle{ text-align: center; border-bottom: 1px solid #dddddd;}
.contact .contitle h2{ font-size: 30px; padding-bottom: 20px;}
.contact .contitle p{ color: #9c9b9b; line-height: 40px;}
.contact .lxlist{ margin-top: 30px; margin-bottom: 100px;}
.contact .lxlist ul li{ width: 49%; margin-right: 2%; margin-bottom: 2%; float: left; position: relative; }
.contact .lxlist ul li:nth-child(2n){ margin-right: 0px; }
.contact .lxlist ul li div{
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
	line-height: 25px;
}
.contact .lxlist ul li div h4{ font-size: 18px; margin-bottom: 10px; }

.contact .message{ margin: 100px auto;}
.contact .message .layui-form-label{ text-align: left; padding: 0;}
.contact .message .layui-input{ border: 1px solid #e2e3e4;}
.contact .message span{ padding-left: 10px; color: #FF0000;}
.contact .message .layui-btn{ background: #ec151f; float: right; border: none;}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	
}
@media screen and (max-width:767px) {
	.contact .contitle{ text-align: center; border-bottom: 1px solid #dddddd;}
	.contact .contitle h2{ font-size: 30px; padding-bottom: 20px;}
	.contact .contitle p{ color: #9c9b9b; line-height: 40px;}
	.contact .lxlist{ margin-top: 30px; margin-bottom: 100px;}
	.contact .lxlist ul li{ width: 100%; margin-right: 0; margin-bottom: 2%; float: left; position: relative; }
	.contact .lxlist ul li:nth-child(2n){ margin-right: 0px; }
	.contact .lxlist ul li div{
		position: absolute;
		bottom: 0;
		padding: 20px;
		color: #fff;
		line-height: 25px;
	}
	.contact .lxlist ul li div h4{ font-size: 18px; margin-bottom: 10px; }
}

.about h2{ 
	margin-top: 50px; margin-bottom: 50px; 
	padding-bottom: 20px;  
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #dddddd;
}
.about .jianjie .jnum{}
.about .jianjie .jnum ul{ text-align: center; }
.about .jianjie .jnum ul li{ display: inline-block; margin: 0 30px;}
.about .jianjie .jnum ul li span{ font-size: 48px; color: #ec151f; font-weight: bold;}
.about .jianjie .jnum ul li dl{ width: 100%;}
.about .jianjie .jnum ul li dl:nth-child(1){ font-weight: bold;}
.about .jianjie .jnum ul li dl:nth-child(2){ color: #555555; }
.about .jianjie .acontent{color: #161717; line-height: 25px; margin-top: 50px; margin-bottom: 80px;}

.about .licheng{ background: #f3f3f3; padding: 50px 0px; }
.swiper-wrapper{ z-index: 999!important;}
#swiper-history {
	width: 100%;
	position: relative;
}
#swiper-history .swiper-container {
	height: 300px;
	margin: 0 40px;
}
#swiper-history .long-line {
	height: 1px;
	background: #666666;
	width: 100%;
	position: absolute;
	top: 107px;
	left: 0px;
	z-index: -1;
}
#swiper-history .swiper-slide .detail {
	height: 20px;
	line-height: 20px;
	top: 150px;
	color: #333333;
	opacity: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
	font-size: 18px;
}
#swiper-history .swiper-slide .date {
	color: #666666;
	position: absolute;
	top: 200px;
	opacity: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
	line-height: 25px;
}
#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}
#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	top: 7px;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
#swiper-history .swiper-pagination-bullet {
	background: url(../images/y1.png) no-repeat center;
	width: 33.33%;
	height: 150px;
	line-height: 80px;
	border-radius: unset;
	position: relative;
	top: 23px;
	z-index: 999;
	opacity:1;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#swiper-history .swiper-pagination-bullet-active {
	background: url(../images/y2.png) no-repeat center 73px;
	width: 121px;
	height: 150px;
	line-height: 80px;
	position: relative;
	top: 12px;
	border-radius: unset;
	color: #f00;
	font-size: 18px;
}

#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
	background-size: 20px auto;
	margin-top: 0px;
	top: 83px;
	width: 50px;
	height: 50px;
}
#swiper-history .swiper-button-prev{
	background: url(../images/left2.png);
	background-size: 100%;
}
#swiper-history .swiper-button-next{
	background: url(../images/right2.png);
	background-size: 100%;
}




.product-section{
	padding-bottom:50px;
	position:relative;
	background-size:cover
	background: #f3f3f3;
}
.product-title{
	padding:50px 10px 30px;
	font-weight:400;
	font-size:36px;
	line-height:46px;color:#000;
	text-align:center;
}
.product-wrapper{max-width:1200px;padding-left:10px;padding-right:10px;
margin-left:auto;margin-right:auto;position:relative}
.product-wrapper:before{
	content: '';
	height: 1px; background: #666666;
	width: 100%;
	display: block;
	top: 90px;
	left:0;
	position: absolute;
}

.features-item{position:relative;float:left}
.features-slide .features-item>*{text-align:center}
.features-item h3{font-size:22px;line-height:28px;opacity:.9;color: #f00;
	margin-bottom:50px;transition:all .1s}
.features-item i{
	position:absolute; left: calc(50% - 15px); top: 75px; z-index:3;
	width:30px;height:30px;display: block;
	background:url(../images/y1.png) no-repeat center center;

}
.features-item .features-info{display:block;margin:0 auto;padding:20px 53px;
transition:all .3s;border-radius:2px}
.features-item .features-info .features-info-i{ margin-top: 30px; font-size:14px;line-height:22px;margin-bottom:10px}
.features-item .features-info .features-info-s{font-size:16px;line-height:24px;overflow:hidden}
.features-item.dark i{
background:url(../images/y2.png) no-repeat;
background-size:contain;background-position:right center}
.features-item:hover h3{font-size:22px;line-height:28px;opacity:.9;color: #f00;}
.features-item:hover i{background:url(../images/y2.png) no-repeat;}

.product-features .swiper-button-prev{
	width:52px;height:52px;
	background:url(../images/left2.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 85px;
}
.product-features .swiper-button-next{
	width:52px;
	height:52px;
	position:absolute;
	background:url(../images/right2.png) no-repeat;
	display: block;
	right: 0;
	top: 85px;
}



.jiagou { padding: 30px 0px 50px 0px;}
.jiagou .jg{ text-align: center;}

.about .celue{ background: url(../images/clbg.jpg) no-repeat; padding-top: 50px; padding-bottom: 180px;}
.about .celue h2{ border:none; }
.about .celue ul li{ 
	width: calc((100% - (3% * 3)) / 4); float: left; margin-right: 3%;
	background: #ffffff;
	padding: 50px 30px;
	border-radius: 5px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.about .celue ul li:last-child{ margin-right: 0;}
.about .celue ul li:hover{ background: #ec151f; color: #FFFFFF; }
.about .celue ul li p{ line-height: 25px; margin: 10px 0px;}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.about .jianjie .jnum ul li{ display: inline-block; margin: 0 20px;}
	.about .jianjie .jnum ul li span{ font-size: 48px; color: #ec151f; font-weight: bold;}
	.about .celue ul li{height: 220px;}
}
@media screen and (max-width:767px) {
	.about h2{
		margin-top: 20px; margin-bottom: 20px; 
		padding-bottom: 20px;  
		text-align: center;
		font-size: 20px;
		border-bottom: 1px solid #dddddd;
	}
	.about .jianjie .jnum ul{ text-align: center; }
	.about .jianjie .jnum ul li{ display: inline-block; margin: 0 10px;}
	.about .jianjie .jnum ul li span{ font-size: 24px; color: #ec151f; font-weight: bold;}
	.about .licheng{ background: #f3f3f3; padding: 20px 0px; }
	.jiagou { padding: 30px 0px 50px 0px;}
	.jiagou .jg{ text-align: center;}
	.about .celue{ background: url(../images/clbg.jpg) no-repeat; padding-top: 30px; padding-bottom: 50px;}
	.about .celue h2{ border:none; }
	.about .celue ul li{ 
		width: calc((100% - (2% * 1)) / 2); float: left; margin-right: 2%;
		background: #ffffff;
		padding: 30px 15px;
		border-radius: 5px;
		color: #333333;
		text-align: center;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.about .celue ul li:nth-child(2n){ margin-right: 0;}
}