/* ===================首页样式========================== */
.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img.none-mb{height: 100vh;}
.banner-img img.none-pc-pad{min-height: 440px;}
.banner-cont{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;color: #ffffff;}
.banner-cont .text h1{font-family: "SamsungOne700";color: #ffffff;text-align: left;text-transform: capitalize;line-height: 1.2;}
.banner-cont .text h2{font-family: "SamsungOne400";color: #ffffff;text-align: left;text-transform: capitalize;}
.banner-cont .link{display: flex;align-items: center;transition: all .4s ease;justify-content: flex-start;}
.banner-cont .link span{}
.banner-cont .link i{ width: 35px; height: 35px; background: linear-gradient(to right, #b8d200, #00913a); border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-left: 10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.banner-cont .link:hover{}
.banner-cont .link:hover i{margin-left: 15px;}
.banner-conts{position: absolute;top: 30%;left: 0;color: #fff;width: 100%;}
.banner-conts .text .dandiao{text-align: center;font-family: Arial, Arial;letter-spacing: 2px;text-shadow: 1px 2px 0px #000000;}
.banner-cont .text .bannertitle{line-height: 64px;text-shadow: 1px 2px 0px #000000;font-style: italic;font-family: Arial, Arial;letter-spacing: 2px;}
.banner-cont .text .bannertitles{margin:30px 0 30px;line-height: 30px;text-shadow: 1px 2px 0px #000000;font-style: italic;font-family: Arial, Arial;letter-spacing: 2px;}
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination-bullet{width: 40px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 10px !important;position: relative;border-radius: 0;}
.banner .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: linear-gradient(to right, #b8d200, #00913a);position: absolute;top: 0;left: 0;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #fff;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet:before{animation: bulletLine 4s linear both .8s;}
.banner .swiper-pagination-bullet-active.oneBullet:before{animation: bulletLine 3.8s linear both 0s;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
.banner-cont .text, .banner-cont .link{opacity: 0;}
.swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;max-width: 100%;}
.swiper-slide-active .banner-cont .link{animation: bannerUp 1s ease both 1.1s;}
.oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}
.oneSlide .banner-cont .link{animation: bannerUp 1s ease both .5s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 550px;}
.banner .swiper-slide video {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 550px;}
.banner .swiper-slide-active video {transition-delay: 0.4s !important;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 4s ease;}
.banner .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.banner-btn{position: absolute;bottom: 100px;display: flex;justify-content: center;width:  92%!important;left: 4%;justify-content: space-between;align-items: center;}
.banner-scroll{color: #ffffff;z-index: 4;writing-mode: vertical-lr;display: flex;align-items: center;}
.banner-scroll .banner-scroll-line{width: 1px;height: 50px;background: rgba(255, 255, 255, .1);opacity: 1;position: relative;display: block;margin-top: 8px;}
.banner-scroll .banner-scroll-line:before{content: "";width: 100%;height: 0;background: linear-gradient(to bottom, #b8d200, #00913a);;position: absolute;top: 0;left: 0;animation: scrollline 3.8s linear infinite 0s;}
@keyframes scrollline{0%{height: 0;}100%{height: 100%;}}
.banner-prev, .banner-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;color: #000;}
.banner-prev{left: 80px;}
.banner-next{/*transform: rotate(180deg);*/right: 80px;}
.banner-prev:hover, .banner-next:hover{background: linear-gradient(to right, #E62129, #E62129);color: #fff;}
@media (max-width: 640px){
.banner-prev, .banner-next {}
.banner-btn{bottom: 20px;}
}

.indTitle{width: auto;}
.indTitle .tit{color: #888;}
.indTitle .name{font-family:'SamsungOne700';color: #000;line-height: 1.3;}
.indTitle .text{color: #888;}

.indMore{margin: 10px 0;display: flex;align-items: center;transition: all .4s ease;color: #fff;background: #003511;justify-content: center;}
.indMore span{}
.indMore:hover{color: #fff;background: #E62129;}
.indMore i{margin-left:5px;}

.hzlc .title{font-weight: bold;margin-bottom: 5px;font-size: 3rem;text-align: center;}
.hzlc .desc{line-height: 20px;font-weight: 400;font-size: 1rem;text-align: center;}
.bthrq{padding: 10px 0;}
.bthrq .left .bt{font-size: 2rem;}
.bthrq .left .data{display: flex;align-items: center;justify-content: space-between;}
.bthrq .left .data .fxboxs{display: flex;}
.bthrq .left .data .fxlis{display: flex;width: 30px;height: 30px;border-radius: 20px;flex-direction: row;align-items: center;justify-content: center;background: #eee;margin-right: 10px;}
.ycli .name{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

/*首页关于我们*/
.AboutVideo {cursor:pointer;}
.AboutVideo::after{content: '';width: 3rem;height: 3rem;background: url(../image/bfannui.png) no-repeat;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s ease;opacity: 0.7;}
.AboutVideo img{width: 100%;height: 100%;}
.video{position: relative}
.AboutVideo:hover::after{width: 4rem;height: 4rem;opacity: 1;}
.AboutText {padding-left: 30px;padding-right: 240px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.AboutText .AboutHead{font-weight: 600;color: #2C2C2C;line-height: 33px;text-align: left;}
.AboutText .AboutTitle{font-weight: 800;color: #003511;line-height: 55px;text-align: left;margin: 7px 0 14px;}
.AboutText .AbotContunt{font-weight: 500;color: #656565;line-height: 28px;text-align: left;margin-bottom: 51px;}
.abnum{}
.abnum .top{display: flex;align-items: flex-end;}
.abnum .top .timer{font-weight: bold;color: #E62129;line-height: 60px;text-align: left;font-style: normal;}
.abnum .top .bcms{font-weight: 500;color: #656565;line-height: 32px;text-align: left;font-style: normal;}
.abnum .desc{margin-top: 20px;font-weight: 500;color: #656565;line-height: 22px;text-align: left;font-style: normal;}

/*产品*/
.product{background: #F9F7F6;}
.productgrid{margin-top: 56px;}
.productgrid .gli{position: relative;overflow: hidden;}
.productgrid .name{margin :30px 0;font-weight: 400;color: #2C2C2C;line-height: 33px;text-align: center;font-style: normal;}
.productgrid .gli:hover .name{font-weight: 600;}
.xfh{width: 160px;display: flex;align-items: center;border-radius: 60px;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 0%);transition: all 0.3s ease;justify-content: center;}
.productgrid .gli:hover .xfh{top: 53%}
.productgrid .gli .xfh .font18{flex: 1;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.productgrid .gli:hover .img{border: 2px solid #E40C1A;}
.xfh .ani{background: #E40C1A;color: #fff}
.xfh:hover .ani{background: #fff;color: #E40C1A}
.profoot{display: flex;justify-content: center;margin-top: 38px;padding-bottom: 86px;}
.profoot .annui{padding-right: 5px;}

/*our我们*/
.our{background: #003511;}
.our .desss{margin: 0 auto 44px;}
.ourgrid {padding-bottom: 83px;}
.ourgrid .oli .title{margin: 29px 0 15px;font-weight: 800;line-height: 42px;font-style: normal;text-align: center;}
.ourgrid .oli .desc{font-weight: 400;line-height: 30px;font-style: normal;text-align: center;}
.ourgrid .oli{display: flex;flex-direction: column;align-items: center;}

/*行业*/
.hyjjfa{background: #F9F7F6}
.hyswiper{position:relative;margin:50px auto;width: 1200px;}.hyswiper .swiper-slide{position:relative;overflow:hidden;width:454px;height:454px;}.hyswiper .swiper-slide .img{width:100%;height:100%;}.hyswiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}.hyswiper .swiper-slide::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../image/jbsh.png);background-size:cover;background-repeat:no-repeat;background-color:transparent;transition:background-color 0.3s ease,opacity 0.3s ease;z-index:1;opacity:1;}.hyswiper .swiper-slide:hover::before{background-image:none;background-color: rgba(108, 2, 0, 0.48);}  .hyswiper .swiper-slide .text{position:absolute;left:0;top:0;color:#fff;font-weight:bold;z-index:2;padding:30px;transform: translateY(340%);transition:transform 0.3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}  .hyswiper .swiper-slide:hover .text{transform: translateY(0);}  .hyswiper .swiper-slide .text .title{font-family:AlibabaPuHuiTi,AliBaBaPuHuiTi;font-weight:800;color:#FFF;line-height:33px;font-style:normal;}  .hyswiper .swiper-slide .text .desc{margin-top:13px;font-weight:600;color:#FFF;line-height:25px;font-style:normal;white-space:normal;max-height: 0;opacity: 0;transition: all 0.3s ease;overflow: hidden;}  .hyswiper .swiper-slide:hover .text .desc{max-height: 300px;opacity: 1;}  .swiper-button-next,.swiper-button-prev{color:#fff;}
.hyfoot{display: flex;justify-content: center;margin-top: 65px;padding-bottom: 59px;}
.hyfoot .annui{padding-right: 5px;}
.hyswiper .swiper-button-prev{width: 3rem;height: 3rem;color: #000;background-image: url("../image/zl.png");background-size: contain;left: -90px;}
.hyswiper .swiper-button-next{width: 3rem;height: 3rem;color: #000;background-image: url("../image/yl.png");background-size: contain;right: -90px;}

/* 新增动画样式 */
.nianfen{position:relative;z-index: 1;background-size:cover;transition:background-image .5s ease-in-out;overflow: hidden;background-repeat: no-repeat;background-size: contain;height: 47vw}
/*.nianfen::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index: -1;opacity:0;transition:opacity .5s ease;}*/
.nianfen.animating::after{opacity:1;}
.nianfen .nfbox{display: flex;padding: 10px;width: 27%;height: 70px;margin: 0 auto;justify-content: space-between;background: #000;border-radius: 100px;position: relative;z-index: 2;}
.nianfen .nfbox .nfli{width: 48%;border-radius: 50px;display: flex;align-items: center;justify-content: center;color: #fff;background: transparent;font-size: 1.5rem;}
.nianfen .nfbox .nfli.active{background: red;}

/*证书*/
.zsSwiper {width: 85%;height: auto;padding:86px 0 146px;margin-left: auto;margin-right: auto;}
.zsSwiper .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition-property:all;}
/*.zsSwiper .swiper-slide.swiper-slide-duplicate-next{margin-right: -40px;}*/
/*.zsSwiper .swiper-wrapper{margin-left: 70px;}*/
.zsSwiper .swiper-slide .img{width: 100%;height: 100%}
.zsSwiper .swiper-slide .img img{width: 100%;height: 100%;object-fit: contain;}
.zsSwiper .swiper-button-prev{width: 27px;height: 27px;color: #000;background-image: url("../image/zlb.png");background-size: contain;top: 46%;left: 0px;}
.zsSwiper .swiper-button-next{width: 27px;height: 27px;color: #000;background-image: url("../image/ylb.png");background-size: contain;top: 46%;right: 0px;}
/*.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-next{margin-right: -45px;}*/
.zsSwiper .swiper-slide.swiper-slide-duplicate-next{margin-right: -35px;}
.zsSwiper .swiper-slide.swiper-slide-duplicate-prev{margin-left: -35px;}
/*.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev{margin-left: -45px;}*/

.wmdtd{background-image: url("../image/tdbj.png");background-repeat: no-repeat;min-height: 668px;display: flex;align-items: center;}
.wmdtd .ltitle .title{font-weight: 800;line-height: 55px;}
.wmdtd .ltitle .conunt{font-weight: 500;line-height: 28px;margin-top: 16px;}
.MygcSwiper.contain{margin: 64px auto;position: relative;}
.MygcSwiper .swiper-button-next{position: absolute;top: 50%;width: 3rem;height: 3rem;color: #000;background-image: url("../image/yl.png");background-size: contain;right: 0;}
.MygcSwiper .swiper-button-prev{position: absolute;top: 50%;width: 3rem;height: 3rem;color: #000;background-image: url("../image/zl.png");background-size: contain;left: 0;}
.indhb-partner .swiper-button-next{position: absolute;top: 50%;width: 3rem;height: 3rem;color: #000;background-image: url("../image/yl.png");background-size: contain;}
.indhb-partner .swiper-button-prev{position: absolute;top: 50%;width: 3rem;height: 3rem;color: #000;background-image: url("../image/zl.png");background-size: contain;}


/*新闻*/
.news {background: #F9F7F6;}
.news .img img{}
.news .row .col-lg-4:nth-child(2) .wzbk:nth-child(1) .desc{padding-bottom: 29px;}
.news .row .col-lg-4:nth-child(2){background: url('../image/newsbg.png') no-repeat;background-size: cover;display:flex;flex-direction: column-reverse;}
.news .row .col-lg-4:nth-child(3) .wzbk:nth-child(1) .sjlx{margin: 10px 0 13px;}
.news .row .col-lg-4:nth-child(3) .wzbk:nth-child(2) .sjlx{margin: 22px 0 13px;}
.news .row .col-lg-4:nth-child(3) .wzbk:nth-child(1) .title{margin-bottom: 15px;}
.news .row .col-lg-4:nth-child(3) .wzbk:nth-child(2) .title{margin-bottom: 15px;}
.news .fgf{width: 100%;height: 1px;border: 1px solid #7D7C7C;margin: 33px 0 7px;}
.news .wzbk .sjlx{display: flex;margin: 22px 0 6px;}
.news .wzbk .sjlx .time{width: 50%;font-weight: bold;line-height: 25px;}
.news .wzbk .sjlx .lx{font-weight: bold;line-height: 25px;}
.news .wzbk .title{font-weight: bold;line-height: 25px;margin-bottom: 5px;}
.news .wzbk .desc{line-height: 20px;font-weight: 400;}
.newsfoot{display: flex;justify-content: center;margin-top: 64px;}
.newsfoot .annui{padding-right: 5px;}

/*Faqs*/
.faqs{background: #F9F7F6;overflow: hidden;}
.faqs .contain{margin-top: 49px;margin-bottom: 76px;}
#faqs1{display: grid;gap: 12px;}
#faqs1 .card {border: 0;}
#faqs1 .card .card-header{line-height: 27px;border: 0;padding: 1.25rem;}
#faqs1 .card .card-header .card-link{display: flex;width: 100%;height: 100%;justify-content: space-between;align-items: center;}
#faqs2{display: grid;gap: 12px;}
#faqs2 .card {border: 0;}
#faqs2 .card .card-header{line-height: 27px;border: 0;padding: 1.25rem;}
#faqs2 .card .card-header .card-link{display: flex;width: 100%;height: 100%;justify-content: space-between;align-items: center;}



/*留言*/
.mfzx{margin-top: 54px!important;}
.hqmfzx{background: #F9F7F6;overflow:hidden;}
.hqmfzx .contain{margin-top: 50px;margin-bottom: 74px;}
.hqmfzx .contain form{display: grid;gap: 44px;}
.hqmfzx .contain form input{height: 62px;}
.hqmfzx .contain form .wz{margin-top: -27px;line-height: 25px;}
.hqmfzx .contain form .tj{width: 254px;height: 66px;background: #003511;border-radius: 35px;line-height: 33px;}

/*底部最后*/
.confoot{overflow:hidden;background-image: url("../image/nrdibu.png");background-repeat: no-repeat;background-size: cover;}
.confoot .title{margin: 81px auto 18px;width: 44%;text-align: center;line-height: 55px;font-weight: 800;}
.confoot .lj{margin-bottom: 68px;text-align: center;font-weight: 500;color: #FFFB00;line-height: 28px;display:flex;justify-content: center;}

/*产品模板css*/
.prodjlm .title{font-size: 2.4vw;line-height: 1.2;text-align: center;padding-bottom: 10px;}
.prodjlm {padding-bottom: 3vw;padding-top: 5vw;background: #F9F7F6;}
.prodjlm .desc{padding-left: 10vw;padding-right: 10vw;text-align: center;}
.sonlist {padding-bottom: 4vw;padding-top: 4vw;}
.prosonlist{background: #F9F7F6;}
.sonlist .title{font-size: 2.4vw;line-height: 1.2;}
.sonlist .descr{padding-top: 1vw;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow: ellipsis;}
.sonlist .base-button{margin-top: 2vw;}
.proform{background: #F9F7F6;overflow-y:auto;}
.proform .container{margin-top: 50px;margin-bottom: 74px;}
.proform .container form{display: grid;gap: 44px;}
.proform .container form input{height: 62px;}
.proform .container form .wz{margin-top: -27px;line-height: 25px;}
.proform .container form .tj{width: 16rem;height: 4rem;background: #003511;border-radius: 35px;line-height: 33px;}
.proform .container .formleft .title{font-size: 2rem;padding-bottom: 2rem;}
.proform .container .formleft .title span{color: #E62129}
.proform .container .formright{padding-left: 3vw;padding-right: 3vw;padding: 4vw;}
.proform .container .formright .faqtitle span{color: #E62129}
.proform .container .formright .faqtitle{padding: 2vw 2vw 0px 2vw;background-color: rgba(246, 242, 236, 1);font-size: 1.25rem;}
.proform .container .formright .faqbox{padding: 1vw 2vw 10px 2vw;background-color: rgba(246, 242, 236, 1);font-size: 1rem;}
.proform .container .formright .faqa{padding: 1vw 2vw 2vw 2vw;background-color: rgba(246, 242, 236, 1);font-size: 1.25rem;}
.proform .container .formright .faqa .btn{background: #E62129;color: #fff;}
.proform .container .formright .faqbox i{color: #E62129;}


/*联系我们css*/
.conleft{}
.conleft .title{font-size: 2rem;}
.conleft .ms{font-size: 1rem;padding: 1rem 0 2rem;}
.conleft .box{}
.conleft .box .conli{padding-bottom: 30px;}
.conleft .box .conli .img{}
.conleft .box .conli .img img{}
.conleft .box .conli .mc{font-size: 1.25rem;display: flex;padding: 1vw 0;}
.conleft .box .conli .text_ellipsis{font-size: 1rem;}

/*产品列表*/
#accordions{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.05);overflow:hidden;}
.cardnav{border-bottom:1px solid #f0f0f0;transition:all .3s ease}
.cardnav:last-child{border-bottom:0}
.cardHeader{position:relative;padding:0}
.cardHeader>a{display:block;padding:16px 40px 16px 24px;color:#333;font-size:16px;font-weight:500;text-decoration:none;position:relative}
.cardHeader>a::after{content:'';position:absolute;right:20px;top:50%;width:12px;height:12px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-50%) rotate(-45deg);transition:all .3s cubic-bezier(.4,0,.2,1)}
.cardHeader>a[aria-expanded="true"]::after{transform:translateY(-50%) rotate(45deg);margin-top:-2px}
.cardHeaders>a{display:block;padding:16px 40px 16px 24px;color:#333;font-size:16px;font-weight:500;text-decoration:none;position:relative}
.cardHeaders{position:relative;padding:0}
.cardHeaders>a:hover{background:#f8f9fa;color:#E62129}

.collapse{overflow:hidden;transition:height .3s ease, padding .3s ease} /* 添加padding过渡 */
.collapse-inner{padding:16px 40px 16px 24px;background: #eee;} /* 使用内部容器控制间距 */
.collapse a{display:block;color:#666;font-size:14px;border-radius:6px;text-decoration:none;transition:all .2s ease}
.collapse a[href="{pboot:pageurl}"]{color:#E62129;background:rgba(0,123,255,.08)}
.cardHeader>a:hover{background:#f8f9fa;color:#E62129}
.collapse a:hover{color:#E62129;transform:translateX(8px)}
.collapse a.active{color:#E62129;transform:translateX(8px)}
@media (max-width:768px){#accordions{border-radius:8px;margin: 15px 0;}.cardHeader>a{padding:14px 36px 14px 16px;font-size:15px}.collapse-inner{padding:8px 16px 8px}}
.form-card{background:#fff;border-radius:8px;padding:20px;border:1px solid #eee}
.form-title{color:#333;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #E62129;}
.floating-label{position:relative;margin-bottom:1.5rem}
.floating-label label{position:absolute;top:12px;left:15px;color:#666;pointer-events:none;transition:all .3s ease}
.floating-label .form-control{height:45px;padding-top:18px}
.floating-label textarea.form-control{height:auto;min-height:100px;padding-top:25px}
.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label,
.floating-label textarea:focus~label,
.floating-label textarea:not(:placeholder-shown)~label{top:2px;left:12px;font-size:12px;color:#E62129}
.btn-primary{background:#E62129;border:none;padding:12px;font-weight:500;letter-spacing:1px;transition:all .3s}
.btn-primary:hover{background:#E62129;transform:translateY(-1px)}
.invalid-feedback{font-size:13px}
@media (max-width:768px){.form-card{margin:0 15px}}

.ycli{display: flex;margin-bottom: 10px;}
.ycli .img{width: 120px;position: relative}
.videohead{text-align: center;font-size: 2.4vw;}
.videoms{text-align: center;}
.ycli .AboutVideo::after{width: 2rem;height: 2rem;}
.ycli .AboutVideo:hover::after{width: 3rem;height: 3rem;opacity: 1;}
.ycli .cont{padding-left: 10px;flex: 1;}
.ycxglm{position: sticky;top: 115px;padding: 15px;background: #f5f5f5;border-radius: 5px;}
.ycxglm .title{padding: 0 0 10px 0;font-size: 1.25rem;}

.ycbox .ycli:last-child{margin: 0}

.ctabpai .top{font-size: 3rem;font-weight: bold;color: #003511;text-align: center;}
.ctabpai .xq{font-size: 1rem;font-weight: 400;color: #656565;text-align: center;}


.newsbox{}
.newsbox .news-box-ul{}
.newsbox .news-box-ul .news-li{display: flex;}
.newsbox .news-box-ul .news-li .img{width: 300px;height: 200px;}
.newsbox .news-box-ul .news-li .img img{width: 100%;height: 100%;object-fit: cover;}
.newsbox .news-box-ul .news-li .newsrnr{flex: 1;padding-left: 2vw;display: flex;flex-direction: column;justify-content: space-between;}
.newstjbox {}
.newstjbox .newsxgtj{padding: 0 20px;background: #fff;border-radius: 10px;position: sticky;top: 115px;}
.newstjbox .newsxgtj .tjwz{padding-top: 10px;padding-bottom: 10px;font-size: 18px;}
.newstjbox .newsxgtj .hx{}
.newstjbox .newsxgtj .tjli{display: flex;border-top: 1px solid #dfdfe1;align-items: center;padding: 20px 0;}
.newstjbox .newsxgtj .tjli .img{width: 108px;height: 72px;object-fit: cover;}
.newstjbox .newsxgtj .tjli .img img{width: 100%;height: 100%;object-fit: cover;}
.newstjbox .newsxgtj .tjli .title{padding-left: 1vw;flex: 1;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}


.haedtops {}
.haedtops .left{}
.haedtops .left .ltou{font-size: 2.4vw;line-height: 1.2;padding-bottom: 10px;padding-top: 10px;}
.haedtops .left .desc{font-size: 1rem;}
.haedtops .rightwz{}
.haedtops .rightwz .boxr{}
.haedtops .rightwz .boxr .ks{border-bottom: 1px solid #eee;}
.haedtops .rightwz .boxr .ks .text_ellipsis{font-size: 7.5vw;color: #E62129;}
.haedtops .rightwz .boxr .bc{font-size: 20px;}
/* 基础布局 */
.jjfabl{width:100%;padding:20px 0}.flbox{display:flex;flex-wrap:wrap;background:#f8f9fa;margin:20px 0;padding:30px;border-radius:8px}
/* 奇数行：左图右文 */
.jjfabl .flbox:nth-child(odd){flex-direction:row;}
.jjfabl .flbox:nth-child(odd) .col:nth-child(1){padding-left: 0;padding-right: 30px;}
.jjfabl .flbox:nth-child(odd) .unit-image{flex:1 1 45%;max-width:100%}
.jjfabl .flbox:nth-child(odd) .text-content{flex:1 1 50%;}
/* 偶数行：左文右图 */
.jjfabl .flbox:nth-child(even){flex-direction:row-reverse;}
.jjfabl .flbox:nth-child(even) .col:nth-child(1){padding-left: 30px;padding-right: 0px;}
.jjfabl .flbox:nth-child(even) .text-content{padding-left:0}
/* 公共样式 */
.unit-image img{width:100%;height:auto;border-radius:4px;object-fit:cover}
.text-content{flex:1 1 50%;min-width:300px}
.text-content h2{margin-bottom:15px;font-size:2.2rem}
.text-content p{margin-bottom:12px;line-height:1.6}
.text-content .btn{color: #fff;background: #E62129;}
/*.btn{padding:12px 25px;background:#007bff;color:#fff;border-radius:4px}*/
/* 移动端适配 */
@media (max-width:992px){.flbox{padding:20px;flex-direction:column!important}  .unit-image,.text-content{flex:1 1 100%!important;max-width:100%!important;padding:0!important}  .text-content{order:2}  }

.sxq{}
.sxq .kp{padding: 0;border: 1px solid #eee;}
.sxq .card{display: flex;align-items: center;flex-direction: row;padding: 30px;}
.sxq .card .card-img-top{width: 70px;height: 70px; object-fit: contain;}
.jjfabls .title{color: rgba(16, 16, 16, 1);font-size: 3rem;text-align: center;}
.jjfabls .desc{letter-spacing: 0px;line-height: 1.8;font-size: 1rem;text-align: center;}
/* 基础布局 */
.jjfabls{width:100%;padding:20px 0}.flboxs{display:flex;flex-wrap:wrap;align-items: center;background:rgb(246, 242, 236);margin:20px 0;padding:30px;border-radius:8px}
.jjfabls .flboxs .col{padding: 0;}
/* 奇数行：左图右文 */
.jjfabls .flboxs:nth-child(odd){flex-direction:row}
.jjfabls .flboxs:nth-child(odd) .unit-image{flex:1 1 45%;max-width:100%}
.jjfabls .flboxs:nth-child(odd) .text-content{flex:1 1 50%;padding-left:5%}
/* 偶数行：左文右图 */
.jjfabls .flboxs:nth-child(even){flex-direction:row-reverse}
.jjfabls .flboxs:nth-child(even) .text-content{padding-right:5%;padding-left:0}
.xqcardbox{}
.btwz{color:#2d3436;position:relative;padding-bottom:15px;font-size: 3rem;}
.cplis{transition:transform .3s ease;overflow:hidden}
.cplis:hover{transform:translateY(-5px)}
.cplis .card{transition:all .3s cubic-bezier(.25,.46,.45,.94);background:#fff;overflow:hidden}
.cplis .card-img-top{transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-origin:center}
.cplis .card:hover .card-img-top{transform:scale(1.08)}
.cplis .card-body{padding:1.5rem}
.cplis .card-title{font-weight:600;color:#2d3436;transition:color .3s;font-size: 1.25rem;}
.cplis .text_ellipsis{font-size: 1rem;}
.cplis .card:hover .card-title{color:#E62129}
@media (max-width:768px){.cplis .card-img-top{height:250px!important}.btwz{font-size:1.8rem}}

.zpq{}
.zpq .title{font-size: 3rem;text-align: center;}
.zpq .description{font-size: 1rem;text-align: center;}
.zpq .zpbox .zpli{padding-bottom: 30px;}
.zpq .zpbox .zpli .img{height: 200px;cursor: pointer;}
.zpq .zpbox .zpli .img img{height: 100%;width: 100%;object-fit: cover}

.proks .title{font-size: 3rem;text-align: left;}
.proks .description{font-size: 1rem;text-align: left;}
.cptcbd{background: #E62129;color: #fff}
.cptcbd:hover{background: #E62129;color: #fff;}

.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;z-index:9999}.modal-content{height: 90vh;background:#fff;padding:30px;border-radius:8px;width:90%;position:relative;top: 50%;left: 50%;transform: translate(-50%, -50%);}.modal-close{position:absolute;top:0px;right:10px;font-size:24px;cursor:pointer}.inquiry-form .form-group{margin-bottom:15px}.inquiry-form input,.inquiry-form textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.submit-btn{background:#007bff;color:#fff;padding:10px 20px;border:0;border-radius:4px;cursor:pointer;width:100%}

.hznavli .title{font-size: 2.2rem;}
/* 自定义主色调 */
.player {--plyr-color-main: #E62129; /* 橙色 */--plyr-color-main-hover: #E62129; /* 悬停色 */--plyr-video-control-background: #E62129;/}

.indhb{width: 100%;position: relative;}
.indhb-bg .indTitle .pic{flex-wrap: wrap;display: flex;justify-content: space-between;}
.indhb-bg .indTitle .pic .pic-list{width: calc(50% - 30px);margin-top: 30px;color: #ffffff;display: flex;justify-content: flex-start;align-items: center;}
.indhb-bg .indTitle .pic .pic-list img{margin-right: 10px;height: 50px;width: 50px;}
.indhb-bg .indTitle .pic .pic-list p{line-height: 1.2;}
.indhb-play{width: 52px;height: 52px;cursor: pointer;position: absolute;opacity: 0.8;background:rgb(255 255 255 / 50%) url(/template/cn/image/indhbplay.png) no-repeat left 55% center;border-radius: 50%;left: 65%;top: 50%;margin-top: -26px;transition: all .4s ease;box-shadow: 0 0 15px 1px rgba(0, 0, 0, .05);}
.indhb-play:hover{opacity: 1;transform: scale(1.1);}

.indhb-partner{position: relative;width: 100%;}
.indhb-partner .contain{width: 92%!important;}
.indhb-partner-loop{width: calc(100% - 0px);position: relative;margin: 66px 0 103px;}
.indhb-partner-loop .swiper-slide-active img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-link{display: flex;width: 100%;align-items: center;justify-content: center;padding: 5px 0;}
.indhb-partner-link img{max-width: 100%;max-height: 100%;transition: all .4s ease;}
/*filter: grayscale(1);opacity: 0.2;*/
.indhb-partner-link:hover img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-prev, .indhb-partner-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;cursor: pointer;top: 50%;margin-top: -22px;background: #fff;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indhb-partner-prev{left: 0px;}
.indhb-partner-next{right: 0px;}
.indhb-partner-prev:hover, .indhb-partner-next:hover{background: linear-gradient(to right, #b8d200, #00913a);color: #ffffff;}


.indal{width: 100%;position: relative;overflow: hidden;}
.indal .indal-head{width: 300px;}
.indal .indal-head .indTitle{}
.indal .indal-head .indTitle .name{color: #ffffff;}
.indal .indal-head .indTitle .tit{color: #ffffff;}
.indal-loop{width: 100%;position: relative;}
.indal-loop-cont {
    position: absolute;
    width: 70%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    top: 0;
    right: 0;
    color: #fff;
}
.indal-loop-cont .contain:before{content: "";position: absolute;right: 0;top: 0;width: 100%;height: 1px;z-index: 1;background: rgba(255, 255, 255, 0.1);}
.indal-loop-cont .contain{position: relative;padding: 50px;display: flex;align-items: center;justify-content: space-between;}
.indal-loop-cont .indal-loop-cont-tit{max-width: 70%;}
.indal-menu {
    position: absolute;
    z-index: 4;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-content: space-between;
	pointer-events: none;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.indal-menu .contain {

}
.indal-menu li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	position: relative;
	cursor: pointer;
    user-select: none;
    pointer-events: auto;
}
.indal-menu li:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 1px;z-index: 1;background: rgba(255, 255, 255, 0.1);}
.indal .indal-menu:before{content: "";position: absolute;right: 0;top: 0;width: 1px;height: 100%;z-index: 1;background: rgba(255, 255, 255, 0.1);}
.indal-menu li.active {background: linear-gradient(to right, rgba(184, 210, 0, 0.8), rgba(0, 145, 58, 0.8), rgba(0, 145, 58, 0.8));}
.indal-menu li.active .img{background-position: center bottom;  }
.indal-menu  .indal-menu-cont{display: flex;align-items: center; width: 300px;padding: 12px 0;}
.indal-menu .img{width: 40px;height: 40px;background-position: center top; /* 将背景图片定位到上半部分的中间 */background-size: 100% auto; }
.indal-menu .text {margin-left: 20px;}
.indal-menu .text h1{color: #ffffff;}
/* 效果 */
.indal-loop-cont .name, .indal-loop-cont .hint, .indal-loop-cont .indMore{opacity: 0;}
.swiper-slide-active .indal-loop-cont .name{animation: bannerUp2 1s ease both .8s;}
.swiper-slide-active .indal-loop-cont .hint{animation: bannerUp2 1s ease both .9s;margin-top: 10px;}
.swiper-slide-active .indal-loop-cont .indMore{animation: bannerUp2 1s ease both 1s;}
@keyframes bannerUp2 {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indal .swiper-slide {overflow: hidden;position: relative;}
.indal .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 70vh;}
.indal .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}


.indcp{width: 500px;backdrop-filter: blur(0.5208vw);-webkit-backdrop-filter: blur(0.5208vw);position: absolute;right: 0;top:0;z-index: 10000;}
.indcp .indTitle .name{color: #ffffff;}
.indcp-loop{width: 100%;margin-top: 10px;}
.indcp-loop-link{display: block;width: 100%;}
.indcp-loop-link .name{color: #888;text-align: center;transition: all .4s ease;}
.indcp-loop-link .img{padding: 20px 0;display: flex;align-items: center;justify-content: center;height: 400px;}
.indcp-loop-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.indcp-loop-link:hover .name{background: -webkit-linear-gradient(left, #b8d200, #00913a); /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indcp-loop-link:hover .img img{transform: scale(1.04);}
.indcp-prev, .indcp-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;color: #fff;}
.indcp-prev{left: 50px;}
.indcp-next{/*transform: rotate(180deg);*/right: 50px;}
.indcp-prev:hover, .indcp-next:hover{background: linear-gradient(to right, #b8d200, #00913a);}


.indfw{width: 100%;position: relative;overflow: hidden;}
.indfw-head {position: absolute;top: 0;z-index: 5;}
.indfw-head .tit{color: #ffffff;}
.indfw-head .name{color: #ffffff;}
.indfw-loop-img{width: 100%;}
.indfw-loop-img img{width: 100%;object-fit: cover;}
.indfw-loop-cont{position: absolute;z-index: 5;width: 100%;height: 100%;top: 40%;left: 0;color: #ffffff;}
.indfw-loop-cont .text h1{color: #ffffff;text-align: left;text-transform: capitalize;max-width: 600px;}
.indfw-loop-cont .text h2{color: #ffffff;text-align: left;text-transform: capitalize;max-width: 600px;}
.indfw .swiper-slide:before {content: "";width: 100%;height: 100%;background: linear-gradient(to right, rgba(184, 210, 0, 0), rgba(184, 210, 0, 0.5), rgba(0, 145, 58, 1));position: absolute;top: 0;left: 0;z-index: 3;}
.indfw .swiper-container{z-index: auto;}
/* 效果 */
.indfw-loop-cont .text{opacity: 0;}
.swiper-slide-active .indfw-loop-cont .text{animation: indfwUp 1s ease both 1s;max-width: 850px;}
@keyframes indfwUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indfw .swiper-slide {overflow: hidden;position: relative;}
.indfw .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 70vh;}
.indfw .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.indfw-btn{position: absolute;top: 70%;z-index: 5;width: 100%;}
.indfw-btn .contain{display: flex;align-items: center;justify-content: flex-start;}
.indfw-prev, .indfw-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;color: #fff;}
.indfw-prev{}
.indfw-next{margin-left: 10px;}
.indfw-prev:hover, .indfw-next:hover{background: linear-gradient(to right, #b8d200, #00913a);}
@media (max-width: 640px){
.indfw-prev, .indfw-next {}
}

.indfw-area{position: absolute;z-index: 4;width: 50%;height: 100%;top: 0;right: 0;display: flex;align-items: center;justify-content: center;color: #ffffff;}
.indfw-area-logo{width: 100px;height: 100px;background: #ffffff; border-radius: 100%;padding: 20px;display: flex;align-items: center;justify-content: center;position: absolute;}
.indfw-area-line1{border: 1px rgba(255, 255, 255, 1) dashed;width: 200px;height: 200px;border-radius: 100%;position: absolute;}
.indfw-area-line1 .indfw-num-line:nth-child(1){top: -5%;position: absolute;left: 40%;}
.indfw-area-line1 .indfw-num-line:nth-child(2){top: 40%;position: absolute;left: -15%;}
.indfw-area-line1 .indfw-num-line:nth-child(3){top: 80%;position: absolute;right: 0;}
.indfw-area-line2{border: 1px rgba(255, 255, 255, 1) dashed;width: 300px;height: 300px;border-radius: 100%;position: absolute;}
.indfw-area-line2 .indfw-num-line:nth-child(1){top: 10%;position: absolute;right: 8%;}
.indfw-area-line2 .indfw-num-line:nth-child(2){top: 70%;position: absolute;left: -2%;}
.indfw-area-line2 .indfw-num-line:nth-child(3){top: 98%;position: absolute;left: 40%;}
.indfw-area-line3{border: 1px rgba(255, 255, 255, 0.8) dashed;width: 400px;height: 400px;border-radius: 100%;position: absolute;}
.indfw-area-line3 .indfw-num-line:nth-child(1){top: 60%;position: absolute;right: -5%;}
.indfw-area-line3 .indfw-num-line:nth-child(2){top: 20%;position: absolute;left: 0;}
.indfw-area-line4{border: 1px rgba(255, 255, 255, 0.6) dashed;width: 500px;height: 500px;border-radius: 100%;position: absolute;}
.indfw-area-line4 .indfw-num-line:nth-child(1){top: -2%;position: absolute;left: 40%;}
.indfw-area-line5{border: 1px rgba(255, 255, 255, 0.4) dashed;width: 600px;height: 600px;border-radius: 100%;position: absolute;}
.indfw-num-line{width: auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.indfw-num-line span{text-align: center;margin-top: 5px;width: 100%;}
.indfw-num-line i {display: inline-block;width: 20px;height: 20px;background: #fff;border-radius: 100%;position: relative;cursor: pointer;}
.indfw-num-line i:before { position: absolute;content: '';left: 50%;top: 50%;transform: translate(-50%, -50%);width: 10px;height: 10px;border-radius: 100%;background: #00913a;z-index: 2;}
.indfw-num-line i:after {position: absolute;content: '';width: 200%;height: 200%;left: -50%;top: -50%;background: rgba(255, 255, 255, 1.0);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;z-index: 1;opacity: 0;animation: changes1 2s linear 0.5s infinite;}
@keyframes changes1 {
	0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.0;}
	50% {transform: scale(0.75);-webkit-transform: scale(0.75);opacity: 0.5;}
	100% {transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;}
}


.indxw{width: 100%;position: relative; /* background: linear-gradient(to bottom,#f7f7f7,#f7f7f7);*/}
.indxw-head{width: 100%;flex-direction: row-reverse;}
.indxw-head-cont{width: calc(100% - 780px);padding: 0 90px 40px 0;position: relative;}
.indxw-head-cont::after{content: "";position: absolute;width: calc(100% - 90px);height: 1px;background: #e8e8e8;left: 0;bottom: 0;}
.indxw-head-cont .indMore{position: absolute;left: 0;bottom: 40px;}
.indxw-head-cont .indTitle .text{max-height: 80px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}

.indxw-head-text{width: 100%;}
.indxw-head-text p{line-height: inherit;color: #777;line-height: 32px;height: 128px;overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.indxw-head-hint{width: 100%;}
.indxw-head-hint-li{width: 100%;font-family:'SamsungOne700';margin-top: 24px;}
.indxw-head-hint-li .name{color: #888;margin-bottom: 4px;}
.indxw-head-hint-li .text{color: #888;line-height: 20px;padding-left: 22px;}
.indxw-head-hint-li:first-child{}
.indxw-head-hint-li:last-child{}
.indxw-head-img{width: 780px;display: block;overflow: hidden;}
.indxw-head-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.indxw-head-img:hover img{transform: scale(1.04);}
.indxw-loop{width: 100%;position: relative;}
.indxw-loop .swiper-pagination{bottom: 0;top: auto;margin:0 auto;position: relative;height: 2px;}
.indxw-loop .swiper-slide{}
.indxw-loop .swiper-slide-active{opacity: 1;}
.indxw-loop .swiper-slide-active .img .h{display: block;}
.indxw-loop .swiper-slide-active .img .s{display: none;}
.indxw-loop .swiper-slide-active .name{color: #ffffff;}
.indxw-loop .swiper-slide-active .time{color: #ffffff;}
.indxw-loop .swiper-slide-active .indMore{background: -webkit-linear-gradient(left, #b8d200, #00913a); /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: rgba(255, 255, 255, 1);opacity: 1;}
.indxw-loop .swiper-slide-active .indxw-loop-link:before{content: "";width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(184, 210, 0, 1), rgba(0, 145, 58, 0.8), rgba(0, 145, 58, 0));position: absolute;top: 0;left: 0;z-index: 3;}
.indxw-loop .swiper-pagination-progressbar{background: #f7f7f7;}
.indxw-loop .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: linear-gradient(to right, #b8d200, #00913a);}
.indxw-loop-link{display: flex;width: 100%;height: 100%; overflow: hidden;justify-content: space-between;align-items: center;}
.indxw-loop-link .img{width: calc(100% - 0px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;background: #f7f7f7;border: #f1f1f1 1px solid;}
.indxw-loop-link .img .h{display: none;}
.indxw-loop-link .img .s{display: block;}
.indxw-loop-link .img img{transition: all .6s ease;}
.indxw-loop-link .cont{padding: 30px;width: calc(100% - 0px);position: absolute;left: 0;top: 0;z-index: 4}
.indxw-loop-link .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.indxw-loop-link .time{color: #888;margin-bottom: 20px;transition: all .4s ease;}
.indxw-loop-link .indMore{}
.indxw-loop-link:hover{color: #ffffff;}
.indxw-loop-link:hover:before{content: "";width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(184, 210, 0, 1), rgba(0, 145, 58, 0.8), rgba(0, 145, 58, 0));position: absolute;top: 0;left: 0;z-index: 3;}
.indxw-loop-link:hover .img .h{display: block;}
.indxw-loop-link:hover .img .s{display: none;}
.indxw-loop-link:hover .img img{transform: scale(1.04);}
.indxw-loop-link:hover .name{color: #ffffff;}
.indxw-loop-link:hover .time{color: #ffffff;}
.indxw-loop-link:hover .indMore{opacity: 1;}
.indxw-prev, .indxw-next{width: 44px;height: 44px;border-radius: 50%;background: #f1f1f1;position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indxw-prev{left: 0px;}
.indxw-next{/*transform: rotate(180deg);*/right: 0px;}
.indxw-prev:hover, .indxw-next:hover{background: linear-gradient(to right, #b8d200, #00913a);color: #ffffff;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .indpp-num-line {}
    .productgrid .gli:hover .xfh{top: 51%;}
    .indxw-head-cont {padding: 0 60px 40px 0;}
    .indxw-head-cont::after {width: calc(100% - 60px);}
    .proform .contain form .tj{width: 13rem;height: 3rem;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indpp .indTitle {}
    .indpp-num-line {}
    .indpp-num-items {}
    .indcp-head-wrap {width: 400px;padding: 40px 20px;}
    .indcp-head-loop-link .img {height: 340px;}
    .indcp-bg-big{height: 500px;}
    .indcp-bg-pro-img {width: calc(100% - 440px);}
    .indxw-head-img {width: 640px;}
    .indxw-head-cont {width: calc(100% - 640px);padding: 0 50px 30px 0;}
    .indxw-head-hint-li {margin-top: 16px;}
    .indTitle .text {}
    .indxw-head-cont .indTitle .text{max-height: 64px;}
    .indxw-head-cont .indMore{bottom: 30px;}
    .indxw-head-cont::after {width: calc(100% - 50px);}
    .indxw-head-text p {line-height: 30px;height: 120px;}
    .AboutText{padding-right: 190px;}
    .AboutText .AbotContunt{line-height: 22px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .hyswiper .swiper-button-prev{left: 0;}
    .hyswiper .swiper-button-next{right: 0;}
    #accordions{border-radius:8px;margin: 15px 0;}
    .indal-hint{top: 20px;}
    .indhb-partner-name{width: 140px;}
    .indhb-partner-loop {}
    .indcp-bg-pro .contain {padding: 0 80px;}
    .indcp-head .contain {padding: 0 0 0 80px;}
    .indcp-head-wrap{width: 320px;}
    .indcp-head-menu a {margin: 0 8px;}
    .indcp-head-loop-link .img {height: 280px;}
    .indcp-bg-pro-img {width: calc(100% - 360px);}
    .indcp-bg-big {height: 466px;}
    .indxw-head-img {width: 500px;}
    .indxw-head-cont {width: calc(100% - 500px);padding: 0 40px 20px 0;}
    .indxw-head-hint{margin-top: 16px;}
    .indxw-head-hint-li {margin-top: 8px;}
    .indxw-head-cont .indMore{bottom: 20px;}
    .indxw-head-hint-li .name {margin-bottom: 0;}
    .indxw-prev, .indxw-next{margin-top: -64px;}
    .indxw-head-cont::after {width: calc(100% - 40px);}
	.indhb{background-size: 100% 100%;}
	.indal-loop-cont {width: 60%;}
	.indal-menu {width: 40%;}
	.indal-menu .img {width: 30px;height: 30px;}
	.indal-menu .indal-menu-cont {padding: 8px 0;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .banner-img img.none-mb{height: 50vh;}
    .indxw-prev, .indxw-next{display: none;}
	.indxw-loop{padding: 0;}
    .indxw-loop .swiper-wrapper{padding-bottom: 50px;}
    .indxw-loop .swiper-pagination{display: block;}
    .indxw-loop .swiper-pagination-bullet {width: 10px;height: 10px;background: #e8e8e8;opacity: 1;margin: 0 8px !important;}
    .indxw-loop .swiper-pagination-bullet-active {opacity: 1;background: linear-gradient(to right, #b8d200, #00913a);}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .indal-hint{display: none;}
    .indal-cont .name, .indal-cont .text, .indal-cont .link{opacity: 1;animation: none !important;}
    .indal-list ul {}
    .indal-list li {width: calc(50% - 15px);}
	.indhb{background: url(/template/cn/image/index_ab_m.jpg) no-repeat center;background-size: auto 100%;}
	.indhb-bg { width: 100%;}
	.indhb-play{position: relative;left: 50%;margin-top: 50px;margin-left: -26px;}
    .indpp-num{width: 100%;margin-bottom: 28px;}
    .indpp-num-line {}
    .indcp-bg-pro{display: none;}
    .indcp-head-wrap{width: 100%;}
    .indcp-head .contain {padding: 0 80px;position: relative;}
    .indcp-head .indMore{position: absolute;top: 36px;right: 100px;}
    .indcp-bg-big {height: 440px;}
    .indcp-head {top: 70px;}
    .indcp-bg-wrap {padding-top: 100px;}
    .indxw-head-img{width: 100%;}
    .indxw-head-cont .indMore{position: static;margin-top: 20px;}
    .indxw-head-cont{width: 100%;padding: 28px 0;}
    .indcp-bg-btn {margin-top: -40px;}
    .indxw-head-cont::after {width: 100%;}
    .indxw-head-text p {line-height: 28px;height: 112px;}
	.indal-loop-cont {width: 60%;}
	.indal-loop-cont .contain {width:100%;padding: 30px;}
	.indal-menu {width: 40%;justify-content: flex-start;}
	.indal-menu .img {width: 30px;height: 30px;}
	.indal-menu .indal-menu-cont {padding: 8px 10%;width: 100%;}
	.indal-menu .contain {width:100%;}
	.indal .indal-head {width: 100%;margin: 0 10%;}
	.indpp-num-items:nth-child(1){}
	.indpp-num-items:nth-child(2){margin-left: 80px;}
	.indpp-num-items:nth-child(3){margin-left: 160px;}
    .AboutText{padding-right: 30px;}
    .hqmfzx .container form .row:nth-child(1){display: grid;gap: 44px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .indTitle .text {}
    .nianfen .nfbox{width: 70%;}
    .nianfen{display: none;}
    #faqs1 .card .card-header{padding: 1rem;}
    #faqs2 .card .card-header{padding: 1rem;}
    .banner-cont .link {width: 136px;height: 40px;}
    .banner .swiper-pagination {bottom: 18px;}
    .banner .swiper-pagination-bullet {width: 30px;margin: 0 7px !important;}
    @keyframes bannerUp{0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .indpp{padding-top: 10px;}
    .indpp-num-line{}
    .indpp-num-items{margin-top: 20px;}
    .indpp .contain {flex-wrap: wrap;}
    .indpp-bg {width: 100%;}
    .indpp-wrap{width: 100%;margin-top: 18px;}
	.indpp-num-items:nth-child(1){}
	.indpp-num-items:nth-child(2){margin-left: 80px;}
	.indpp-num-items:nth-child(3){margin-left: 160px;}
    .indhb-partner {position: static;}
    .indhb-play {width: 44px;height: 44px;margin-left: -22px;margin-top: 30px;}
    .indhb-partner-name {width: 102px;font-size: 12px;}
    .indhb-partner-loop {width: calc(100% - 0px);}
    .indhb-partner-prev, .indhb-partner-next {width: 32px;height: 32px;margin-top: -16px;background-size: 16px;}
    .indhb-partner-link img{/*max-height: 40px;max-width: 88%;*/}
    .indcp-bg-btn .prev, .indcp-bg-btn .next {width: 40px;height: 40px;background-size: 18px;display: none;}
    .indcp-head .contain {padding: 0;}
    .indcp-head-wrap {padding: 28px 15px;}
    .indcp-head {top: 36px;}
    .indcp-head-title {text-align: left;}
    .indcp-head .indMore {top: 26px;right: 14px;}
    .indcp-head-loop-link .img {height: 260px;}
    .indcp-bg-wrap {padding-top: 60px;}
    .indcp-bg-big {height: 394px;}
    .indxw-head-cont {padding: 24px 0;}
    .indxw-head-cont .indTitle .text {max-height: 48px;}
    .indxw-head-hint-li .text{font-size: 12px;}
    .indxw-loop .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 6px !important;}
	.indxw-loop-link .cont{padding: 20px;}
	/*.indMore {width: 136px;height: 40px;}*/
	.indal-foot-link{display: none;}
	.indhb-bg .indTitle .pic .pic-list {width: calc(100% - 0px);}
	.indhb-bg .indTitle .pic .pic-list img {height: 44px;width: 44px;}
	.indfw-area {width: 100%;height: 50%;top: 48%;right: 0;}
	.indfw .swiper-slide:before {background: linear-gradient(to bottom, rgba(184, 210, 0, 0), rgba(184, 210, 0, 0.5), rgba(0, 145, 58, 1));}
	.indfw .swiper-slide img {min-height: 150vh;}
	.indfw-loop-cont {top: 18%;}
	.indfw-btn{top: 38%;}
	.indfw-area-logo {width: 60px;height: 60px;padding: 10px;}
	.indfw-area-line1{width: 160px;height: 160px;}
	.indfw-area-line2{width: 260px;height: 260px;}
	.indfw-area-line3{width: 360px;height: 360px;}
	.indfw-area-line4{width: 460px;height: 460px;}
	.indfw-area-line5{width: 560px;height: 560px;}
	.indal-cont1{padding: 12px;}
	.indal-loop-cont {width: 55%;}
	.indal-loop-cont .contain {width:100%;padding: 20px;display: block;}
	.indal-loop-cont .indal-loop-cont-tit {max-width: 100%;}
	.indal-menu {width: 45%;justify-content: flex-start;}
	.indal-menu .img {width: 25px;height: 25px;}
	.indpp-num-items:nth-child(1){}
	.indpp-num-items:nth-child(2){margin-left: 100px;}
	.indpp-num-items:nth-child(3){margin-left: 200px;}
}