
.slider_banner{overflow: hidden;position: relative;}
.slider_banner-phone{display: none;}
.swiper-button-next{background-image: none;width: 47px;height:105px;background-color:rgba(0,0,0,.5);display: flex;justify-content: center;align-items: center;right: 0;}
.swiper-button-prev{background-image: none;width: 47px;height:105px;background-color:rgba(0,0,0,.5);display: flex;justify-content: center;align-items: center;left: 0;}
.swiper-button-next::after{content: ' ';display: inline-block;width: 10px;height: 25px;background: url(../images/next.webp) no-repeat center/cover;}
.swiper-button-prev::after{content: ' ';display: inline-block;width: 10px;height: 25px;background: url(../images/pre.webp) no-repeat center/cover;}
.swiper-button-next:hover,.swiper-button-prev:hover{background-color: #A1CC3A;}


.index_services{margin: 5% 0 2%;}
.index_services .title{font-family: 'Arial-BoldMT';font-size: clamp(30px, 4vw, 50px);font-weight: bold;text-align: center;}
.index_services .swiper-warp{position: relative;overflow: hidden;width: calc(100% - 200px);margin: 0 auto;}
.index_services .button_warp{max-width: 1600px;margin: 3% auto 0;position: relative;}
.index_services .item a{transition: none;}
.index_services .item{background-color: #f6f6f6;border-radius: 10px;padding: 4% 2%;}
.index_services .item .title{font-size: 20px;}
.index_services .item .desc{font-size: 16px;color: #666;text-align: center;margin-top: 3%;min-height: 3em;}
.index_services .item .link{color: #fff;background-color: #ff6600;border-radius: 20px;display: block;margin: 5% auto;padding: 6px 27px;width: fit-content;border:1px solid #ff6600}
.index_services .item .ul{padding-top: 3%;}
.index_services .item .li{font-size: 16px;color:#666;padding-left: 20px;position: relative;margin: 10px 0;}
.index_services .item .li::before{content: ' ';width: 7px;height: 7px;display: inline-block;background-color: #000;border-radius: 50%;left: 0;top: 50%;transform: translateY(-50%);position: absolute;}
.index_services .item .a{display: block;width: fit-content;margin: 0 auto;font-size: 16px;color: #000;text-decoration: underline;margin-top: 10%;font-family: 'ArialMT';}
.index_services .item:hover{background-color: #88B029;color: #fff;}
.index_services .item:hover .desc{color: #fff;}
.index_services .item:hover .li{color: #fff;}
.index_services .item:hover .a{color: #fff;}
.index_services .item:hover .li::before{background-color: #fff;}
.index_services .item:hover .link{background-color: #fff;color: #88B029;border-color: #fff;}
.index_services .swiper-button-next{background-image: none;width: 55px;height:55px;border-radius: 50%;background-color:#D8D8D8;display: flex;justify-content: center;align-items: center;right: 0;}
.index_services .swiper-button-prev{background-image: none;width: 55px;height:55px;border-radius: 50%;background-color:#D8D8D8;display: flex;justify-content: center;align-items: center;left: 0;}
.index_services .swiper-button-next:hover,.swiper-button-prev:hover{background-color: #A1CC3A;}

.index_factory{padding: 5% 0;background-color: #F6F6F6;}
.index_factory .title{font-family: 'Arial-BoldMT';font-size: clamp(30px, 4vw, 50px);font-weight: bold;text-align: center;}
.index_factory .warp{margin-top: 5%;display: flex;justify-content: space-between;align-items: center;}
.index_factory .info{width: 48%;}
.index_factory .img_warp{width: 50%;padding-bottom: 32%;position: relative;border-radius: 15px;}
.index_factory .img_warp lite-youtube{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .3s;}

.index_factory .play{cursor: pointer;;width: 80px;height: 80px;background: rgba(161, 204, 58, .8) url(../images/index/play.webp) no-repeat center/24px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;}

.index_factory .warp .title{font-size: clamp(30px, 4vw, 40px);color: #000;text-align: left;}
.index_factory .warp .desc{font-size: 16px;color: #666;margin-top: 5%;}
.index_factory .warp .desc p{margin-bottom: 20px;}
.index_factory .warp .link{color: #fff;background-color: #ff6600;border-radius: 20px;display: block;margin: 5% 0;padding: 6px 27px;width: fit-content;border:1px solid #ff6600}
.index_factory .warp .link:hover{background-color: #fff;color: #ff6600;}

.index_partner{padding: 5% 0;}
.index_partner .title{font-size: clamp(30px, 4vw, 40px);color: #000;text-align: center;font-weight: bold;}
.index_partner .list{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;margin-top: 5%;}
.index_partner .list .title{font-size: 20px;text-align: left;margin: 5% 0;}
.index_partner .list .desc{font-size: 16px;color: #666;}
.index_partner .list .icon_warp{width: 74px;height: 74px;border-radius: 50%;background-color: rgba(161, 204, 58, .1);display: flex;justify-content: center;align-items: center;}
.hover{display: none;}
.index_partner .list .icon_warp:hover{background-color: rgba(255, 102, 0, .1);}
.index_partner .list .icon_warp:hover .hover{display: block;}
.index_partner .list .icon_warp:hover .default{display: none;}


.index_quality{padding:5% 0;background-color:#F6F6F6}
.index_quality .layout>.title{font-size: clamp(30px, 4vw, 50px);color: #000;text-align: left;max-width: 610px;font-weight: bold;white-space: pre-wrap;line-height: 1.2;}
.index_quality .list{display: grid;grid-template-columns: repeat(4,1fr);margin-top: 5%;}
.index_quality .item{padding: 0 15%;position: relative;}
.index_quality .item::after{content: ' ';display: block;width: 1px;height: 60%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);background-color: #CACACA;}
.index_quality .item:nth-child(1){padding-left: 0;}
.index_quality .item:last-child::after{display: none;}

.index_quality .num{width: fit-content;margin: 0 auto;}
.index_quality .number{font-size: clamp(40px, 4vw, 80px);color: #A1CC3A;font-weight: bold;}
.index_quality .dw{font-size: 20px;color: #666;}
.index_quality .desc{font-size: 16px;color: #666666;text-align: center;padding: 0 15%;}

.index_control{padding: 5% 0;}
.index_control .title_warp{text-align: center;}
.index_control .title{font-size: clamp(30px, 4vw, 50px);color: #000;font-weight: bold;}
.index_control .desc{font-size: 16px;color: #666;margin-top: 1%;}
.index_control .list{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 40px;margin-top: 3%;}
.index_control .item .img_warp{padding-bottom: 62%;border-radius: 15px;}
.index_control .item:hover img{transform: scale(1.1);}
.index_control .item .title{font-size: 20px;margin:5% 0 2%;display: block;}

.index_say{padding: 5% 0;background-color: #F6F6F6;}
.index_say .title{font-size: clamp(30px, 4vw, 50px);color: #000;font-weight: bold;text-align: center;}
.index_say .logo_warp{margin: 3% 0 5%;overflow: hidden;}
.index_say .say_warp .swiper-slide{padding:2% 4%;border-radius: 15px;}
.index_say .say_warp{overflow: hidden;padding-bottom: 5%;}
.index_say .say_warp .top{display: flex;justify-content: start;align-items: center;}
.index_say .say_warp .img_warp{flex-shrink: 0;margin-right: 15px;width: 20%;padding-bottom: 20%;}
.index_say .info .title{font-size: 22px;color: #000;}
.index_say .info .desc{font-size: 16px;color: #999;margin: 0;}
.index_say .swiper-slide .desc{margin-top: 5%;line-height: 1.6;}
.index_say .say_warp .swiper-slide-active{background-color: #A1CC3A;}
.index_say .say_warp .swiper-slide-active *{color: #fff;}
.index_say .swiper-pagination-bullet{background-color: rgba(255, 102, 0, .2);width: 10px;height: 10px;opacity: 1;transform: scale(1);}
.index_say .swiper-pagination-bullet-active{background-color: #FF6600;}








@media only screen and (max-width: 1660px) {
}
@media only screen and (max-width: 950px) {
	.slider_banner {display:none}
	.slider_banner-phone{display: block;overflow: hidden;margin-top: 70px;}
	.slider_banner-phone img{width:100%}

	.index_services .item{padding: 8% 10%;}
	.index_services .swiper-warp{width: 90%;margin: 0 auto;}
	.index_services .item.swiper-slide-active{background-color: #88B029;color: #fff;}
	.index_services .item.swiper-slide-active *{color: #fff;}
	.index_services .item.swiper-slide-active .li::before{background-color: #fff;}
	.index_services .item.swiper-slide-active .link{background-color: #fff;color: #88B029;border-color: #fff;}
	.index_services .swiper-button-next,.index_services .swiper-button-prev{display: none;}


	.index_factory .warp{flex-direction: column-reverse;}
	.index_factory .img_warp{width: 100%;padding-bottom: 64%;}
	.index_factory .info{width: 100%;margin-top: 4%;}
	.index_partner .list{grid-template-columns: repeat(2,1fr);}
	.index_quality .layout>.title{text-align: center;}
	.index_quality .list{grid-template-columns: repeat(2,1fr);grid-gap: 20px 0;}
	.index_quality .item{padding: 0;}
	.index_quality .item::after{display: none;}
	.index_quality .desc{padding: 0;}

	.index_control .list{margin-top: 5%;grid-template-columns: repeat(1, 1fr)}
	.index_say .say_warp{padding-bottom: 10%;}
	.index_say .say_warp .img_warp{width: 10%;padding-bottom:10%;}

	
	
}

