.banner .img{position: relative;}
.banner .img .online{position: absolute;left: 50%;bottom: 46px;transform: translateX(-50%);}
.banner .img .online a{display: inline-block;text-align: center; font-size: 40px;color: #555;font-weight: bold; width: 418px;line-height: 72px;background: #fff;border: 4px solid #ff5f00;border-radius: 15px;}
.banner .img .online a span{display: inline-block;}
.title{text-align: center;}
.title h2{position: relative;display: inline-block;}
.title h2::before{position: absolute;left: -220px;top: 50%;content: ''; transform: translateY(-50%);width: 190px;height: 1px;background: #333;}
.title h2::after{position: absolute;right: -220px;top: 50%;content: ''; transform: translateY(-50%);width: 190px;height: 1px;background: #333;}
.title h3{font-size: 38px;line-height: 1;color: #666;margin-bottom: 12px;}
.title h2{font-size: 38px;line-height: 1;color: #a6b24d;margin-bottom: 12px;font-weight: bold;}
.title p{font-size: 14px;color: #888;font-weight: lighter;text-transform: uppercase;letter-spacing: 2px;}
@-webkit-keyframes scaleDraw {
	0% {
		-webkit-transform:scale(1);
	}
	25% {
		-webkit-transform:scale(1.1);
	}
	50% {
		-webkit-transform:scale(1);
	}
	75% {
		-webkit-transform:scale(1.1);
	}
}
.big{
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-webkit-animation-direction: alternate;
}

.question{padding: 80px 0;}
.question-lists{margin-top: 58px;}
.question-lists ul{display: flex;justify-content: space-between;}
.question-lists ul li{width: 18.33333%;text-align: center;}
.question-lists ul li .ques-tit{margin-bottom: 8px;width: 100%;height: 40px;background: #ff5f00;text-align: center;margin-top: -40px;position: relative;}
.question-lists ul li .ques-tit h2{font-size: 24px;line-height: 40px; color: #fff;}
.question-lists ul li p{font-size: 18px;color: #888;line-height: 22px;}

.order{width: 100%;background: #A6B24D;padding: 56px 0;}

.baoming{
	display: flex;
	padding: 40px;
	background: #fff;
	border-radius: 15px;
	margin: 50px 0 66px;
}
.baoming .left{
	width: 53.8%;
}
.baoming .left h3{
	font-size: 22px;
	font-weight: bold;
	color: #a6b24d;
	text-align: center;
	letter-spacing: 1px;
}
.baoming .left h3 span{
	color: #ff5f00;
}
.baoming .left .myscroll{
	width: 100%;
	height: 265px;
	overflow: hidden;
	margin-top: 30px;
}
.myscroll li { height: 20px; margin-top: 12px; text-align: center;}
.myscroll li span{
	font-size: 18px;
	color: #888;
	cursor: pointer;
	letter-spacing: 1px;
}
.myscroll li span.mar{
	margin: 0 11.4%;
}
.baoming .right{
	width: 46.16%;
}
.baoming .right h3{
	font-size: 22px;
	font-weight: bold;
	color: #a6b24d;
	text-align: center;
	letter-spacing: 1px;
}
.baoming .right h3 span{
	color: #ff5f00;
}
.baoming .right .form{
	margin-top: 25px;
	text-align: center;
}
.baoming .right .input{
	margin-bottom: 20px;
}
.baoming .right input{
	display: block;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding-left: 18px;
	width: 71%;
}
.baoming .right a{
	display: inline-block;
	width: 71%;
	height: 50px;
	line-height: 50px;
	background: #ff5f00;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 2px;
}
.baoming .right a span{display: inline-block;}

.case{padding: 80px 0;}
.shizi{position: absolute;right: -105px;top: 165px; width: 266px;}

.case .case-tab{margin-top: 82px;width: 45.4%;}
.swiper-tab .swiper-slide a{
	display: inline-block;
	width: 97px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #666;
	border: 1px dashed #666;
	border-radius: 5px;
}
.swiper-tab .swiper-slide.swiper-slide-thumb-active a{background: url(../images/tab-bg_04.png)no-repeat;border: none;color: #fff;}


.swiper-case{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.swiper-case .slide ul{display: flex;justify-content: space-between;padding-right: 2%;}
.swiper-case .slide ul li{width: 45.8%;}
.swiper-case .slide ul li .img{position: relative;}
.swiper-case .slide ul li .img .label{position: absolute;left: 20px;top: 20px;}
.swiper-case .slide ul li .img .label span{font-size: 50px;color: #ff5f00;font-weight: bold;}
.swiper-case .slide ul li:nth-child(1) .img .label span{color: #fff;}
.swiper-case .slide ul li:nth-child(1){
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscle(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
}
.swiper-case .slide ul li:nth-child(2){border: 1px solid #ff5f00;}
.swiper-case .slide .text{padding: 22px 0 0 8px;margin-right: 2%; border: 1px solid #ABB75C;border-top: none;}
.swiper-case .slide .text h2{font-size: 24px;font-weight: bold;color: #abb75c;}
.swiper-case .slide .text p{font-size: 20px;color: #666;margin-bottom: 18px;}
.swiper-case .swiper-button-next, .swiper-case .swiper-button-prev{
	width: 40px;
	height: 90px;
	/*margin-top: -45px;*/
	top: 40%;
	opacity: 1;
}
.swiper-case .swiper-button-next{
	background: url(../images/right_04.png)no-repeat;
	background-size: cover;
	right: 56px;
}
.swiper-case .swiper-button-prev{
	background: url(../images/left_04.png)no-repeat;
	background-size: cover;
	left: 56px;
}

.problem .problem-lists{margin-top: 52px;}
.problem .problem-lists ul{display: flex;justify-content: space-between;}
.problem .problem-lists ul li{width: 24.5%;background: #ff5f00;color: #fff;}
.problem .problem-lists ul li .text{padding: 10px 4%;}
.problem .problem-lists ul li .text h2{font-size: 26px;line-height: 1;margin-bottom: 10px;padding-left: 12px;position: relative;}
.problem .problem-lists ul li .text h2::before{position: absolute;left: 0;top: 2px;content: '';width: 2px;height: 26px;background: #fff;}
.problem .problem-lists ul li .text p{font-size: 18px;line-height: 26px;}

.perfect{padding: 80px 0;}
.perfect .img{margin-top: 62px;}

.tech-in{display: flex;justify-content: space-between; border: 12px solid #ABB75C;margin-top: 40px;}
.tech-in .left{width: 50%;background: #f8e9cc;padding: 28px 4% 30px;text-align: center;}
.tech-in .left h2 span{display: inline-block;width: 40%;line-height: 62px;border: 1px solid #ff5f00;font-size: 40px;font-weight: bold;}
.tech-in .left h2 span:nth-child(1){color: #fff;background: #FF5F00;}
.tech-in .left h2 span:nth-child(2){color: #FF5F00;}
.tech-in .left .img{margin: 20px 0;}
.tech-in .left input{display: inline-block;font-size: 26px; width: 100%;height: 58px; line-height: 58px;background: #fff;border: 1px solid #888888;margin-bottom: 12px;padding-left: 32px;}
.tech-in .left a{display: inline-block;width: 100%;border-radius: 5px;background: #FF5F00;line-height: 66px;font-size: 30px;font-weight: bold;color: #fff;}
.tech-in .left a span{display: inline-block;}
.tech-in .right{width: 50%;background: #fcf9f2;padding: 36px 0 30px;text-align: center;}
.tech-in .right h2{font-size: 30px;font-weight: bold;color: #666;line-height: 1;}

.technology-swiper{position: relative;margin-top: 32px;}
.swiper-technology{position: relative;overflow: hidden;width: 82.9%;margin: 0 auto;}
.swiper-technology ul{display: flex;flex-flow: wrap;}
.swiper-technology ul li{width: 31.6%;margin-right: 2.4%;border: 1px solid #666;margin-bottom: 12px;}
.swiper-technology ul li:nth-child(3n){margin-right: 0;}
.swiper-technology ul li .text p{font-size: 18px;line-height: 26px;color: #666;}
.technology-swiper .swiper-button-next, .technology-swiper .swiper-button-prev{
	width: 40px;
	height: 90px;
	margin-top: -45px;
	opacity: 1;
}
.technology-swiper .swiper-button-next{
	background: url(../images/right_04.png)no-repeat;
	background-size: cover;
	right: 6px;
}
.technology-swiper .swiper-button-prev{
	background: url(../images/left_04.png)no-repeat;
	background-size: cover;
	left: 6px;
}

.big-img{margin-top: 48px;}
.big-img .img{position: relative;}
.big-img .img .zixun{position: absolute;left: 50%;bottom: 6%;transform: translateX(-50%);}
.big-img .img .zixun a{display: inline-block;width: 676px;font-size: 50px;font-weight: bold;color: #fff;border-radius: 25px;text-align: center;background: #ff5f00;}
.big-img .img .zixun a span{display: inline-block;line-height: 89px;}