.service .box1 {
    padding: 129px 0 155px;
}

.service .box1 .box-c {
    display: flex;
    justify-content: space-between;
}

.service .box1 .box-c .l {
    width: 460px;
}

.service .box1 .box-c .l .text-title {
    position: relative;
    font-weight: bold;
    color: #181818;
    line-height: 1.3;
    hyphens: auto;
}
.service .box1 .box-c .l .text-title::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1px solid #181818;
    margin-top: -1px;
}
.service .box1 .box-c .l .text-des{
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 24px;
    margin-top: 24px;
    width: 413px;
    max-width: 100%;
}
.service .box1 .box-c .r{
    width: 63.35%;
}
.service .box1 .box-c .r .pic img{
    display: block;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.service .box2 {
    background-image: url('../img/service-box2-bg.jpg'); 
    background-size: cover;
   /* background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat; */
    min-height: 649px;
    padding: 186px 0 ;
}
.service .box2 .text-title{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
}
.service .box2 .text-des{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 18px;
    width: 786px;
    max-width: 100%;
}
.service .box3{
    padding: 107px 0 100px;
}
.service .box4 .title,
.service .box3 .title{
    text-align: center;
    font-weight: bold;
    color: #181818;
    line-height: 1.33;
}
.service .box3 .box-c{
    background: url(../img/service-box3-bg.jpg);
    background-size: cover;
    border-radius: 15px;
    min-height: 588px;
    padding: 86px 155px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 53px;
}
.service .box3 .box-c .text-box{
    width: 727px;
    max-width: 100%;
}
.service .box4{
    padding: 0 0 144px;
}
.service .box4 .box-c{
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .box4 .box-c .l{
    width: 50%;
}
.service .box4 .box-c .l .swiper{
    width: 549px;
    margin: 0 auto;
    max-width: 78%;
}
.service .box4 .box-c .l .swiper .btn{
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid rgba(51, 125, 88, .5);
    border-radius: 50%;
    color: rgba(51, 125, 88, 1);
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
}
.service .box4 .box-c .l .swiper .btn.btn-prev{
    left: -86px;
}
.service .box4 .box-c .l .swiper .btn.btn-next{
    right: -86px;
}
.service .box4 .box-c .l .swiper .btn .iconfont{
    font-weight: bold;
}
.service .box4 .box-c .l .swiper .btn:not(.swiper-button-disabled):hover{
    background: rgba(51, 125, 88, 1);
    border-color: rgba(51, 125, 88, 1);
    color: #fff;
}
.service .box4 .box-c .l .swiper .btn.swiper-button-disabled{
    opacity: .3;
    cursor: not-allowed;
}
.service .box4 .box-c .l .swiper .swiper-slide{  
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(51, 125, 88, .2);
    padding: 46px;
    display: flex;
    align-items: flex-end;
    transition: all .6s;
    background-color: #eaf2ee;
    /* background-color: #d1e2da; */
}
.service .box4 .box-c .l .swiper .swiper-slide-active{
    border-color: #337D58;
    background: #337D58;
}
.service .box4 .box-c .l .swiper .slide-l{
    flex: 1;
    margin-right: 27px;
    padding-bottom: 27px;
}
.service .box4 .box-c .l .swiper .swiper-slide .text-title{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    transition: all .6s;
}
.service .box4 .box-c .l .swiper .swiper-slide .text-des{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
    color: #333;
    transition: all .6s;
}
.service .box4 .box-c .l .swiper .swiper-slide .number{
    font-weight: 600;
    color: #337D58;
    line-height: 1;
    transition: all .6s;
}
.service .box4 .box-c .l .swiper .swiper-slide-active .number,
.service .box4 .box-c .l .swiper .swiper-slide-active .text-title{
    color: #fff;
}
.service .box4 .box-c .l .swiper .swiper-slide-active .text-des{
    color: #DDE5E9;
}
.service .box4 .box-c .r{
    width: 40%;
}
.service .box4 .box-c .r .swiper .swiper-slide{
    opacity: 0 !important;
}
.service .box4 .box-c .r .swiper .swiper-slide-active{
    opacity: 1 !important;
}
.service .box4 .box-c .r .swiper .swiper-slide .text-title{
    font-weight: 600;
    color: #337D58;
    text-align: center;
}
.service .box4 .box-c .r .swiper .swiper-slide .img{
    margin-top: 40px;
}
.service .box4 .box-c .r .swiper .swiper-slide .img img{
    margin: 0 auto;
    max-width: 100%;
    display: block;
    border-radius: 10px;
}
.service3{
    background-color: RGBA(248, 248, 248, 1);
}
.service3 .box1{
    padding: 60px 0;
}
.service3 .box1 .methodsLists li a{
    padding-bottom: 77px;
}
.service3 .box1 .methodsLists li .text-box{
    left: auto;
    right: 0;
}
.service3 .box1 .methodsLists li .more{
    margin-top: 40px;
}
@media (max-width:1440px) {
	.service .box1 .box-c .l{
		flex: none;
		margin-right: 30px;
	}
}
@media (max-width:1199px) {
	.methodsLists li .icon{
		top: 30px;
		left: 30px;
	}
	.service3 .box1{
		padding: 70px 0;
	}
	.service .box1 .box-c{
		flex-direction: column;
	}
	.service .box1 .box-c .l{
		width: 100%;
		margin-right: 0;
	}
	.service .box1 .box-c .l .text-des{
		width: 100%;
		margin-top: 10px;
	}
	.service .box2 .text-des{
		margin-top: 10px;
	}
	.service .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.service .box2{
		height: auto;
		min-height: 0;
	}
	.service .box3,
	.service .box2,
	.service .box1{
		padding: 70px 0;
	}
	.service .box4{
		padding-bottom: 70px;
	}
	.service .box3 .box-c,
	.service .box4 .box-c{
		margin-top: 45px;
	}
	.service .box3 .box-c{
		padding: 50px 40px;
		min-height: 0;
	}
	.service .box4 .box-c .l{
		width: 55%;
	}
	.service .box4 .box-c .l .swiper .btn.btn-prev{
		left: -44px;
	}
	.service .box4 .box-c .l .swiper .btn.btn-next{
		right: -44px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide{
		flex-direction: column;
	}
	.service .box4 .box-c .l .swiper .swiper-slide{
		padding: 35px;
	}
	.service .box4 .box-c .r .swiper .swiper-slide .img{
		margin-top: 30px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide .text-title{
		font-size: 22px;
	}
	.service .box4 .box-c .l .swiper .slide-l{
		margin-right: 0;
	}
}
@media (max-width:1024px) {
	.service3 .box1{
		padding: 60px 0;
	}
	.service .box4 .box-c .l .swiper .swiper-slide{
		padding: 29px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide .text-title{
		font-size: 20px;
	}
	.service .box4 .box-c .r .swiper .swiper-slide .img{
		margin-top: 20px;
	}
	.service .box3,
	.service .box2,
	.service .box1{
		padding: 60px 0;
	}
	.service .box4{
		padding-bottom: 60px;
	}
	.service .box3 .box-c,
	.service .box4 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.service3 .box1 .methodsLists li .more{
		margin-top: 10px;
	}
	.service3 .box1 .methodsLists li a{
		padding-bottom: 37px;
	}
	.service3 .box1{
		padding: 50px 0;
	}
	.service .box4 .box-c .r{
		width: 100%;
	}
	.service .box4 .box-c .l{
		width: 100%;
		margin-bottom: 40px;
	}
	.service .box4 .box-c{
		flex-direction: column;
	}
	.service .box3,
	.service .box2,
	.service .box1{
		padding: 50px 0;
	}
	.service .box4{
		padding-bottom: 50px;
	}
	.service .box3 .box-c,
	.service .box4 .box-c{
		margin-top: 30px;
	}
	.service .box3 .box-c{
		padding: 40px;
	}
	.service .box4 .box-c .r .swiper .swiper-slide .text-title{
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.service3 .box1{
		padding: 40px 0;
	}
	.service .box4 .box-c .l .swiper .slide-l{
		padding-bottom: 14px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide .text-des{
		margin-top: 6px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide .text-title{
		font-size: 18px;
	}
	.service .box4 .box-c .l .swiper .swiper-slide{
		padding: 20px;
	}
	.service .box4 .box-c .l{
		margin-bottom: 30px;
	}
	.service .box3 .box-c{
		padding: 30px;
		font-size: 14px;
	}
	.service .box2 .text-des{
		font-size: 14px;
		line-height: 24px;
	}
	.service .box3,
	.service .box1{
		padding: 40px 0;
	}
	.service .box4{
		padding-bottom: 40px;
	}
	.service .box3 .box-c,
	.service .box4 .box-c{
		margin-top: 25px;
	}
}