.c-s{
	padding: 101px 0 132px;
}
.c-s-img{
	margin: 34px 0 138px;
}
.c-s-img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.c-s .box1{
	margin-top: 100px;
}
.c-s .box1 ul li{
	display: flex;
	border-top: 1px solid rgba(239, 241, 243, 1);
	padding: 84px 0 95px;
	justify-content: space-between;
	align-items: center;
}
.c-s .box1 ul li:last-child{
	border-bottom: 1px solid rgba(239, 241, 243, 1);
}
.c-s .box1 .l{
	width: 26.17%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 445px;
}
.c-s .box1 .l .pic  img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.c-s .box1 .r{
	width: 65.88%;
}
.c-s .box1 .r .text-title{
	font-size: 36px;
	font-family: PingFang;
	color: #333333;
	line-height: 1;
}
.c-s .box1 .r .text-des{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 34px;
}
.c-s .box1 .r .gallery-thumbs-box{
	position: relative;
}
.c-s .box1 .r .gallery-thumbs-box .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 27px 0px rgba(190, 190, 190, 0.35);
	border-radius: 50%;
	cursor: pointer;
}
.c-s .box1 .r .gallery-thumbs-box .btn .iconfont{
	color: #000;
	font-size: 20px;
}
.c-s .box1 .r .gallery-thumbs-box .btn.btn-prev{
	left: -24px;
}
.c-s .box1 .r .gallery-thumbs-box .btn.btn-next{
	right: -24px;
}
.c-s .box1 .r .gallery-thumbs-box .btn:hover{
	background-color: #333;
}
.c-s .box1 .r .gallery-thumbs-box .btn:hover .iconfont{
	color: #fff;
}
.c-s .box1 .r .gallery-thumbs{
	margin-top: 24px;
	border-top: 1px solid rgba(220, 220, 220, 1);
	padding: 56px 0 0;
}
.c-s .box1 .r .gallery-thumbs .swiper-slide{
	cursor: pointer;
	
}
.c-s .box1 .r .gallery-thumbs .swiper-slide img{
	width: 100%;
}
.c-s .box1 .r .gallery-thumbs .swiper-slide .text{
	font-size: 18px;
	font-family: PingFang;
	color: #333333;
	line-height: 30px;
	margin-top: 22px;
	text-align: center;
	
}
.c-s .box1 .r .gallery-thumbs .swiper-slide .icon{
	text-align: center;
	margin-top: 7px;
	opacity: 0;
}
.c-s .box1 .r .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon{
	opacity: 1;
}
.c-s .box1 .r .gallery-thumbs .swiper-slide .icon .iconfont{
	font-size: 22px;
	color: #000;
}
.c-s .box1 .r .gallery-top{
	margin-top: 20px;
}
.c-s .box1 .r .gallery-top .swiper-slide{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.question{
	padding-bottom: 225px;
	padding-top: 101px;
}
.question .box1{
	margin-top: 63px;
}
.question .box1 .search{
	width: 710px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
}
.question .box1 .search .input{
	flex: 1;
	height: 100%;
	background-color: rgba(247, 247, 247, 1);
}
.question .box1 .search .input input{
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	height: 100%;
	padding: 0 33px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.question .box1 .search .btn{
	width: 76px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #CDA766;
	margin-left: 6px;
	cursor: pointer;
}
.question .box1 .search .btn .iconfont{
	font-size: 26px;
	color: #fff;
}
.question .box2{
	margin-top: 69px;
}

.question .box2 li{
	display: flex;
	padding: 0 25px 0 12px;
	width: 100%;
	border-bottom: 1px solid rgba(220, 220, 220, 1);
	margin-bottom: 54px;
}
.question .box2 li:first-child{
	padding-top: 29px;
	border-top: 1px solid rgba(220, 220, 220, 1);
}
.question .box2 li .l{
	/* font-size: 30px; */
	color: rgba(175, 175, 175, 1);
	margin-right: 16px;
}
.question .box2 li.active .l{
	color: rgba(205, 167, 102, 1);
}
.question .box2 li .r{
	flex: 1;
}

.question .box2 li .r .r-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px;
	cursor: pointer;
	
}
.question .box2 li .r .r-t .iconfont{
	display: block;
	transition: all 0.6s;
	font-size: 22px;
	color: #666666;
}
.question .box2 li.active .r .r-t .iconfont{
	transform: rotate(180deg);
}
.question .box2 li .title{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	flex: 1;
	margin-right: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.question .box2 li .r .r-b{
	background-color: rgba(220, 220, 220, 0.3);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 36px;
	padding: 41px 71px 61px  ;
	display: none;
	margin-bottom: 24px;
}
.service{
	padding: 101px 0 150px;
}
.service .product-nav{
    /*margin-top: 60px;*/
}
.service .box1{
	margin-top: 118px;
}
.service .box1 .title{
	font-size: 36px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 64px;
	margin-bottom: 112px;
}
.service .box1 ul li{
	display: flex;
}
.service .box1 ul li>div{
	width: 50%;
}
.service .box1 ul li .text-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 11.19% 0 6.97% ;
}
.service .box1 ul li:nth-child(2n) .text-box{
	padding: 0 6.97% 0 11.19% ;
}
.service .box1 .text-box .img{
	display: block;
}
.service .box1 .text-box .text-title{
	font-size: 48px;
	font-family: PingFang;
	color: #333333;
	line-height: 1;
	margin-top: 57px;
}
.service .box1 .text-box .text-des{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 54px;
	margin-top: 41px;
}
.service .box1 .box-b{
	padding: 362px 15px ;
	margin-top: 118px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.service .box1 .box-b .img{
	margin: 0 auto;
}
.service .box1 .box-b .text-box .text-title{
	color: #fff;
	margin-top: 38px;
}
.service .box1 .box-b .text-box .text-des{
	margin-top: 42px;
	color: #fff;
}
.service .box1 .box-b1{
	margin-top: 104px;
	padding: 250px 0 250px 195px;
	background-image: url(../img/service-10.jpg);
}
.service .box1 .box-b1 .text-box .text-title{
	color: #fff;
}
.service .box1 .box-b1 .text-box .text-des{
	margin-top: 14px;
	color: #fff;
}
.banner1 .pic img{
	/*min-height: 200px;*/
}
@media (max-width:1500px) {
	.c-s .box1 .r{
		width: 71%;
	}
}
@media (max-width:1199px) {
	.c-s .box1 .r .text-title{
		font-size: 28px;
	}
	.c-s .box1 .r .text-des{
		font-size: 22px;
	}
	.c-s .box1 ul li{
		flex-wrap: wrap;
	}
	.c-s-img{
		margin-bottom: 60px;
	}
	.c-s .box1{
		margin-top: 60px;
	}
	.c-s{
		padding-top: 68px;
	}
	.question,.service{
		padding-top: 68px;
	}
	.service .box1 .title{
		font-size: 26px;
	}
	.service .box1{
		margin-top: 60px;
	}
	.service .box1 .title{
		margin-bottom: 40px;
	}
	.service .box1 ul li{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.service .box1 ul li>div{
		width: 100%;
	}
	.service .box1 ul li .text-box,
	.service .box1 ul li:nth-child(2n) .text-box{
		padding: 30px 0;
	}
	.service .box1 .text-box .text-title{
		font-size: 30px;
	}
	.service .box1 ul li .text-box{
		justify-content: flex-start;
	}
	.service .box1 ul li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.service .box1 .box-b{
		padding: 200px 0;
	}
	.service .box1 .box-b1{
		padding: 200px 0 200px 50px;
	}
}
@media (max-width:800px) {
	.c-s .box1 .r{
		width: 100%;
	}
	.c-s .box1 .l{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.c-s .box1 .r .gallery-thumbs-box .btn.btn-prev{
		left: -10px;
	}
	.c-s .box1 .r .gallery-thumbs-box .btn.btn-next{
		right: -10px;
	}
	.c-s .box1 .l .pic img{
		max-height: 260px;
	}
	.c-s .box1 ul li{
		padding: 50px 0;
	}
	.service .box1 .title{
		font-size: 24px;
		line-height: 2;
	}
	.service .box1 .text-box .img{
		width: 90px;
	}
	.service .box1 .text-box .text-title{
		margin-top: 35px;
		font-size: 24px;
	}
	.service .box1 .text-box .text-des{
		font-size: 20px;
		line-height: 2;
		margin-top: 25px;
	}
	.service .box1 .box-b{
		margin-top: 30px;
	}
	.service .box1 .box-b{
		padding: 100px 15px;
		background-position: center;
	}
	.service .box1 .box-b1{
		padding: 100px 0 100px 30px;
	}
	.service .box1 .box-b1{
		margin-top: 40px;
	}
	.service{
		padding-bottom: 70px;
	}
}
@media (max-width:500px) {
	.c-s-img{
		margin-bottom: 40px;
	}
	.c-s .box1{
		margin-top: 40px;
	}
	.c-s .box1 .r .text-title{
		font-size: 24px;
	}
	.c-s .box1 .r .text-des{
		margin-top: 20px;
		font-size: 18px;
		line-height: 1.5;
	}
	.c-s .box1 .r .gallery-thumbs{
		padding-top: 25px;
	}
	.c-s .box1 .r .gallery-top .swiper-slide{
		font-size: 16px;
	}
	.c-s .box1 .r .gallery-thumbs .swiper-slide .text{
		font-size: 16px;
		margin-top: 10px;
	}
	.c-s .box1 .r .gallery-thumbs-box .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.c-s{
		padding-bottom: 80px;
	}
	.c-s .box1 ul li{
		padding: 50px 0 30px;
	}
	.question .box2 li .title{
		font-size: 16px;
	}
	.question .box2 li .r .r-b{
		padding: 25px 15px ;
	}
	.question{
		padding-bottom: 30px;
	}
	.question .box2 li{
	
	}
	.question .box2 li{
		padding: 0 12px;
	}
	.question .box2 li{
		margin-bottom: 30px;
	}
	.service .box1 .title{
		font-size: 20px;
	}
	.service .box1 .text-box .text-title{
		font-size: 22px;
	}
	.service .box1 .text-box .text-des{
		font-size: 16px;
	}
	.service .box1 .box-b1{
		padding: 100px 20px;
	}
}