
/* common */
.more-btn{
    width: 1.8rem; 
    height: .6rem;  
    color: #fff;
     padding: .22rem .2rem; 
     cursor: pointer; 
     display: flex; 
     align-items: center; 
     justify-content: space-between; 
     border-radius: .3rem; 
     background: #018A4E;
     text-align: center;}

.more-btn .more-icon{ height: .12rem;}
.more-btn:hover{box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.28); color: #fff;}
.more-btn.bgwhite{background: #fff; color: #018A4E;}
.more-btn.bgwhite:hover{background: #018A4E; color: #fff;}
.more-btn.bgwhite:hover .more-svg-icon{stroke: #fff;}
.ind-p1{font-size: .24rem; font-weight: 600; } 
.ind-p2{font-size: .14rem;  } 


.pro-list{position: relative; z-index: 5;}

.pro-list .item{background-color: #fff;border-radius: .18rem; overflow: hidden; display: block; height: 100%; }

.pro-list .item-img{padding: .5rem .63rem 0; height: 3.06rem; width: 100%; overflow: hidden; }

.pro-list .item-txt {padding: .49rem .24rem; }

.pro-list .item-txt .txt1{margin-top: 9px; margin-bottom: 10px; }

.pro-list .row >div{margin-bottom: .24rem;}

#section1 .bannerSwiper .ind-banner-silde{
    height: 100dvh;
}
.ind-banner-txt{left: 0; right: 0; bottom: 0; top: 33%; color: #FFFFFF; }
.ind-banner-txt  .ind-ban-t {  margin-bottom: .6rem; }

.bannerSwiper .swiper-slide.active .ind-banner-txt .ind-ban-t.t1{
    animation: myfadeInUp 1.5s ease-in-out both;
    animation-delay: 0.3s;
}

.marbottom20{margin-bottom: .2rem;}

.bannerSwiper .swiper-slide.active .ind-banner-txt .more-btn{
    animation: myfadeInUp 1.5s ease-in-out both;
    animation-delay: 0.8s;
}

.ind-banner-bottom{
    z-index: 10; 
    position: absolute; 
    left: 30px; 
    right: 30px; 
    bottom: 0.50rem;
    justify-content: center;
}
.ind-banner-bottom .swiper-pagination{
    text-align: left;
}


/* 首页 */

.ind-banner {height: 100vh;}
.ind-banner  .ind-banner-swiper,.ind-banner  .ind-banner-swiper .bannerSwiper { height: 100%;}

.ind-banner-txt{left: 0; right: 0; bottom: 0; top: 35%; color: #FFFFFF; }
.ind-banner-txt  .ind-ban-t{color: #fff;}

.ind-banner-txt  .ind-ban-morebtn { position: relative; z-index: 5; border: 1px solid #FFFFFF; padding: 0 0.54rem; display: inline-block; border-radius: 0.08rem; height: 0.52rem; line-height: calc(0.52rem - 2px); text-align: center; color: #FFFFFF; font-size: 0.18rem;  }

.ind-banner-txt  .ind-ban-morebtn::after{ border-radius: 0.08rem; z-index: -1; overflow: hidden; transition: width .36s; position: absolute; content: ''; left: 0; top: 0; width: 0; height: 100%; background: #4F84FF;}
.ind-banner-txt .more-btn{margin-top: .34rem;}
.bannerSwiper .swiper-slide.swiper-slide-active .ind-banner-txt .ind-ban-t.t1{
    margin-bottom: .18rem;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    animation: myfadeInUp .5s ease-in-out both;

    animation-delay: 0.2s;

}
.bannerSwiper .swiper-slide video{object-fit: cover; width: 100%; height: 100%;}
.bannerSwiper .swiper-slide.swiper-slide-active .ind-banner-txt .ind-ban-t.t2{
    text-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    animation: myfadeInUp .5s ease-in-out both;

    animation-delay: 0.4s;

}

.bannerSwiper .swiper-slide.swiper-slide-active .ind-banner-txt .more-btn{

    animation: myfadeInUp .5s ease-in-out both;

    animation-delay: 0.4s;

}

.bannerSwiper .swiper-button-prev:after,.bannerSwiper  .swiper-button-next:after{font-size: 0.22rem; font-weight: 600;}

.ind-banner-bottom{z-index: 2; position: absolute; left: 30px; right: 30px; bottom: 0.40rem;}
.ind-banner-bottom .swiper-button-prev,
.ind-banner-bottom .swiper-button-next{position: relative;color: #fff;margin-top:unset; left: unset; right: unset;}
.ind-banner-bottom .swiper-pagination{position: relative;  width: unset; bottom: unset; /*margin:  0 0.44rem;*/}
.ind-banner .swiper-pagination .swiper-pagination-bullet{width: 24px; height: 24px; overflow: hidden; position: relative; background: transparent; margin: 0 0.1rem; opacity: 1;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:before{content: ""; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: rgba(255,255,255,1); border-radius: 50%;}
.ind-banner .swiper-pagination span.swiper-pagination-bullet-active:before{opacity: 0;} 
.ind-banner .swiper-pagination .ui-loop .svg { 
    transform: rotate(-90deg);
    opacity: 0;
}
.ind-banner .swiper-pagination .swiper-pagination-bullet-active  .ui-loop .svg{opacity: 1;}
.ind-banner .swiper-pagination .swiper-pagination-bullet-active .svg .progress {    animation: rotate  45s linear ;}



@keyframes rotate {    

    from {        

        stroke-dashoffset: 400px;    

    }    

    to {        

        stroke-dashoffset: 0px;    

    }

}
#section2{
    background: url(../images/ind2-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 1.75rem 0 1.9rem;
}

#section2 .container{
    position: relative;
    z-index: 5;
    display: flex;
}
.sec2-l{
    width: 54%;
    padding-top: .37rem;
    padding-right: 7.8vw;
    
}
.sec2-l .more-btn{
    margin-top: .8rem;
}
.sec2-big{
    margin-top: .04rem;
    margin-bottom: .4rem;    
}
.sec2-small{
    color: #222222;
    line-height: .34rem;
}
#section2 .sec2-r{
    width: 46%;
}
.sec2-r .list {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: .16rem .16rem;
    flex-wrap: wrap;
}
.sec2-r .list .item{
    width:100%;
    background: #fff;
    border-radius: 0.12rem;
    padding: .24rem .28rem .31rem .25rem ;
}
#section2 .sec2-r .list .item:nth-child(odd){
    transform: translateY(-.5rem);
}
.sec2-r .list .item .item-r img{
    width: .48rem;
    height: .48rem;
}
.sec2-r .list .item .item-l{
    text-align: right;
    color: #018A4E;
    margin-top: -.1rem;
}
.sec2-r .list .item .item-l .t1 .num{
    font-weight: bold;
}
.sec2-r .list .item .item-l .t2{
    margin-top: .06rem;
    color: #333;
}

#section3{ padding: 1.24rem 0 1.48rem;}
#section3 .ind-section-title .title-big{width: 37%; margin-top: .06rem;}
#section3 .ind-section-title .title-small{width: 64%;}
#section3 .ind-section-title{
    align-items: flex-start;
}
#section3 .more-btn{margin-top: .33rem;}
.qualitySwiper{margin-top: .69rem;}
.qualitySwiper .quality-item{
    
    border-radius: .32rem;
    height: 5.8rem;
    overflow: hidden;
}
.qualitySwiper .quality-item .item-txt{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding:  .65rem 3.75vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.qualitySwiper .swiper-slide-active .quality-item .item-txt{
    background: linear-gradient( 180deg, rgba(0,161,91,0) 0%, #018A4E 100%);
}
#circle{
    transition: all 2s;
    stroke-dasharray:0,157,78.5,314;
    stroke-dashoffset:157;
    /* transform: rotate(90deg); */
}
svg:hover #circle{
    stroke-dashoffset:78.5;
}
#section4 .ind-section-title{
    left: 7.82vw;
    top: 1.26rem;
    z-index: 10;
}
.ind-section-title .title-big > img{
    height: .5rem;
    margin-right: .21rem;
}
#section4 .ind-section-title .title-small{
    margin-top: .45rem;
    line-height: .33rem;
}
#section4 .bgpic ,#section4   .imgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 10.8rem;
    z-index: 1;
}
#section4   .imgbox{
    display: none;
}
#section4  .imgbox:nth-child(1){
    display: block;
}
.sec4Swiper{
    /* height: 100%; */
    z-index: 5;
   
}
.sec4-slide{
    height: 10.8rem;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255,.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end ;
    align-items: center;
    padding: 4.2vw .4rem 5.3vw;
}
.sec4-slide .sec4-img{
    width: .81rem;
    height: .81rem;
    overflow: hidden;
}
.sec4-slide .sec4-img> img{
    width: .81rem;
    height: .81rem;
}

.sec4-slide .sec4-title{color: #fff; margin-top: .26rem; margin-bottom: .23rem;}
.sec4-slide .sec4-info{
    display: none; 
    color: #fff; 
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    margin-bottom: .4rem;}
.sec4-slide .more-btn{background: transparent;border: 1px solid #fff;}
.sec4-slide .more-btn{display: none; overflow: hidden;}
.sec4Swiper  .swiper-slide::before{
    opacity: 1;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient( 180deg, rgba(0,161,91,0) 0%, #018A4E 100%);
    /* transform: scale(1, 0); */
    transform-origin: 50% 0;
    transform: translateY(100%);
    transition: all 1s;
}

#section5{
    background: url(../images/ind4-bg.jpg) no-repeat; 
    background-size: cover; 
    padding: 1.65rem 0 1.7rem;}

#section5 .ind-section-title{justify-content: space-between; margin-bottom: .54rem;}
#section5 .ind-title{
    justify-content: space-between;
    margin-bottom: .39rem;
    color: #018A4E
}
.newsSwiper,.cultureSwiper {
    padding-left: 7.825%;
    padding-bottom: 1.1rem;
}
.my-swiper-button{
    position: absolute;
    width: .44rem;
    height: .44rem;
    background: #018A4E;
    border-radius: 50%;
    z-index: 10;
    bottom: 0;
    left: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-scrollbar-drag{
    background: #018A4E !important;
}
.newsSwiper .swiper, .cultureSwiper .swiper{
    padding-bottom: 1rem;
}
.newsSwiper .swiper-horizontal > .swiper-scrollbar,.cultureSwiper .swiper-horizontal > .swiper-scrollbar{
    width: calc(98% - 7.2vw);
    left: 0;
    bottom: .2rem;
    z-index: 10;
}
.newsSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next,
.cultureSwiper .swiper-button-prev,
.cultureSwiper .swiper-button-next {
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    left: unset;
    top: unset;
    border: unset;
    right: unset;
    position: relative;
    margin-top: unset;
}
.newsSwiper .swiper-button-prev, .cultureSwiper .swiper-button-prev{
    transform: rotate(180deg);    
}
.newsSwiper .swiper-button-prev:after,
.newsSwiper .swiper-button-next:after,
.cultureSwiper .swiper-button-prev:after,
.cultureSwiper .swiper-button-next:after{
    content: '';
    
}

.newsSwiper .swiper-button-prev:hover,
.newsSwiper .swiper-button-next:hover,
.pro-del-sec3 .swiper-button-prev:hover,
.pro-del-sec3 .swiper-button-next:hover,
.about-sec2 .swiper-button-prev:hover,
.about-sec2 .swiper-button-next:hover,
.certificateSwiper .swiper-button-prev:hover,
.certificateSwiper .swiper-button-next:hover
{
    background: #018A4E;
    color: #fff;
}




.news-item{
    background: #FFFFFF;
    border-radius: .16rem;
    padding: .2rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #B9B9B9;
}
.news-item::before,
.news-item::after,
.news-big-item::before,
.news-big-item::after,
 .bpartner-list .bpartner-item::before,
 .bpartner-list .bpartner-item::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    border-radius: .16rem;
    transition: all .7s;
}
/* .news-item::before,
.news-item::after,
.news-big-item::before,
.news-big-item::after{
    border-radius: .16rem;
} */
.news-big-item::before,
.news-big-item::after{
    border-radius: .12rem;
}
.news-item::before,
.news-big-item::before,
.bpartner-list .bpartner-item::before{
    z-index: 1;
    border-top: 1px solid #018A4E;
    border-left: 1px solid #018A4E;
    transform: scale(1, 0); 
    transform-origin: 0 0;
}
.news-item::after,
.news-big-item::after,
.bpartner-list .bpartner-item::after{
    border-right: 1px solid #018A4E;
    border-bottom: 1px solid #018A4E;
    transform: scale(1, 0);
    transform-origin: 100% 100%;
}
.bpartner-list .bpartner-item::before{
    border-top: 2px solid #018A4E;
    border-left: 2px solid #018A4E;
}
.bpartner-list .bpartner-item::after{
    border-right: 2px solid #018A4E;
    border-bottom: 2px solid #018A4E;
}
 .news-item .item-img{
    height: 2.34rem;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
}

.news-item .item-txt{
    background: #fff;
}

 .news-item .item-txt .news-title{
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    margin-top: .2rem;
    color: #333;
}
.news-item .item-txt .news-info{
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    margin-top: .18rem;
    margin-bottom: .43rem;
    color: #747B83;
}
.news-item .item-txt .news-time, .news-big .item-l .news-time{
    color: #808080;
    padding: .18rem 0 .12rem;
    border-top: 1px solid #D8D8D8;
}
.news-item .item-txt .news-time .news-tl img, .news-big .item-l  .news-time .news-tl img{
    width: .16rem;
    height: .16rem;
    margin-right: .04rem;
}
.news-item .item-txt .news-time .news-tr .news-more-icon, .news-big .item-l  .news-time .news-tr .news-more-icon{
    display: block;
    width: .07rem;
    height: .07rem;
    border-top:1px solid  #808080;
    border-right:1px solid  #808080;
    transform: rotate(45deg) translate(0.071rem,0.02rem);
}



/* 内页大图 */

.inner-banner{position: relative; }  

.inner-banner >img{width: 100%;}

.inner-ban-txt{ left: 0; right: 0; top: 56%; transform: translateY(-83%);   z-index: 2; }

.inner-ban-txt .small{margin-bottom: .16rem;}
.inner-ban-txt .small > img{ height: .64rem; margin-right: .14rem;}
.bgwhite{background-color: #fff;}

.bggray{background: #f5f5f5;}
.about-inner-banner .big{
    max-width: 50vw;
}
/* 内页二级目录 */

.sub-menu{
    background: #E7EDEE;
    z-index: 10;
}
.sub-menu::after{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.3;left: 0;
}
.sub-menu-box {width: 100%;  height: 0.80rem;}

.sub-menu-list{width: 100%; height: 100%; font-size: 0; }
.sub-menu-list .swiper-wrapper{justify-content: center ;}

.sub-menu-list .item{
    position: relative; 
    z-index: 8;  
    width: 100%; 
    overflow: hidden;  
    height: 0.80rem;
    background-image: url(../images/submenu-bg.png) ;
    background-position:  left top;
    background-size: auto 100%; 
    background-repeat: no-repeat;
   
}

.sub-menu-list .item::before{
    position: absolute; 
    content: ''; 
    z-index: 2; 
    top: 30%; 
    right: 0; 
    width: 2px; 
    background-color: #018A4E;   
    height: 40%; 
    transition:  all .3s; }

.sub-menu-list .item::after{
    position: absolute; 
    content: ''; 
    z-index: -1; 
    right: 0; 
    top: 0; 
    height: 0.8rem;
    width: 0.8rem;
    transition:  all .3s;
    opacity: 0; 
    transform: translateX(-.7vw)  rotate(180deg);     
    background-image: url(../images/submenu-bg.png) ;
    background-position:  right top;
    background-size: auto 0.8rem; 
    background-repeat: no-repeat;

}

.sub-menu-list .item .item-img, .sub-menu-list .item .item-txt{ z-index: 2; position: relative; font-size: .2rem;}

.sub-menu-list .item .item-img{ width: 0.2rem; height: 0.2rem; margin-right:0.06rem ;}

.sub-menu-list .item .item-img img{
    width: 0.2rem; height: 0.2rem;
     position: absolute; 
     left: 0; 
     top: 0; 
     opacity: 0;
     visibility: hidden;
    }
.sub-menu-list .item .item-img img:nth-child(1){
    opacity: 1;
    visibility: visible;
}
.sub-menu-list .item .item-img img:nth-child(2){
    opacity: 0;
    visibility: hidden;
}
.sub-menu-list .item:hover .item-img img:nth-child(1)
.sub-menu-list .item.on .item-img img:nth-child(1){
    opacity: 0;
    visibility: hidden;
}

.sub-menu-list .item:hover .item-img img:nth-child(2),
.sub-menu-list .item.on .item-img img:nth-child(2){
    opacity: 1;
    visibility: visible;
}
.sub-menu-list .item .item-txt{color: #333;}

.sub-menu-list .item:hover .item-txt,.sub-menu-list .item.on .item-txt{color: #fff;}

.sub-menu-list .item:hover::after,.sub-menu-list .item.on::after{
    opacity: 1; transform: translateX(0) rotate(180deg);}
.sub-menu-list .item:hover,.sub-menu-list .item.on{
    background-color: #018A4E; 
}


/* 分页 */

.mypage{text-align: center; padding: 0.30rem 0.30rem 0.52rem;}

.mypage .pagination>li>a, .mypage .pagination>li>span{

    color: #30364C;font-size: 0.18rem;background-color:  #fff;

    font-weight: 500;border-radius: 50%; margin: 0 0.1rem;padding: 0;

    display: block;width: 0.44rem; height: 0.44rem;border: 1px solid #EEEEEE; text-align: center; line-height: 0.44rem;

}

.mypage .pagination>li>a:hover,.mypage .pagination>.active>a,.mypage  .pagination>.active>a:focus,.mypage .pagination>.active>a:hover,.mypage  .pagination>.active>span,.mypage  .pagination>.active>span:focus,.mypage  .pagination>.active>span:hover{

    color: #fff !important; background-color: #018A4E;

}

/* 联系我们 */
.contact1{padding: .8rem 0;}
.contact1-item{
    height: 2.68rem;
    padding: .26rem;
    background: #F5F5F5;
    margin-bottom: .2rem;
}
.contact1-item img{
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: .12rem;
    transition: all .3s;
}
.mb12{
    margin-bottom:  .12rem;
}
.contact2{
    padding: .95rem 0 1.11rem;
}

.message-form{margin-top: 0.75rem;}
.message-form .form-line2 {
    display: flex;
    flex-wrap: wrap;
}
.message-form  .form-group{ 
    width: calc((100% - 0.96rem) / 3); 
    margin-bottom: 0.24rem; 
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 1px solid #E3E5E9;
    position: relative; 
    overflow: hidden;
}
.message-form  .form-group.request::after{
    position: absolute;
    left: 0.13rem;
    top: 52%;
    content: '*';
    transform: translateY(-50%);
    color: #EC3030;
 }
 .message-form   .form-group.form-texttarea.request::after{
    top: 0.32rem;
 }
.message-form .form-line2  .form-group:not(:nth-child(3n)){margin-right: 0.48rem; }

.message-form  .form-control{background-color: #ffff; width: 100%; height: 0.5rem;line-height: 0.5rem; border-radius: 0.04rem; border: 0; padding-left: 0.23rem;box-shadow:none}
.form-texttarea{width: 100%  !important; }
.form-texttarea  .form-control{height: 1.3rem ; border: 0;border-radius: 0.04rem; resize: none;}
.message-form input::-webkit-input-placeholder,.message-form textarea::-webkit-input-placeholder{
	color: #888 !important;
 }
 .message-form input::-moz-placeholder,.message-form textarea::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */
    color: #888 !important;
 }
 .message-form input:-moz-placeholder,.message-form textarea::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #888 !important;
 }
 .message-form input:-ms-input-placeholder,.message-form textarea::-webkit-input-placeholders{  /* Internet Explorer 10-11 */ 
    color: #888 !important;
 }
 .message-form .submit-btn{width: 3rem;height: 0.6rem;background: #C8A54A;color: #ffffff; font-size: 0.18rem;border-radius: 0.3rem;}
 .message-form  .form-line1{
    width: 100%;
 }

 .message-form  .form-line1-group{
    width: calc((100% - 0.96rem) / 3); 
    margin-bottom: 0.24rem; 
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 1px solid #E3E5E9;
 }
 .captcha-image-box{
    width: 1.5rem;
    height: 0.5rem;
    margin-left: .24rem;
    height: .5rem;
    border: 1px solid red;
 }
 .message-form .form-code .form-group{flex: 1;}
 /* .message-form  .form-line1-group:not(:nth-child(3n)){margin-right: 0.48rem; } */
 .message-form  .form-line1-group{margin-right: 0.48rem; }
 .form-btns{align-items: center;justify-content: center;}
 .form-btns .btn{
    width: 2rem;
    height: .5rem;
    background: #E4E8EB;
    border-radius: .08rem;
    color: #30364C;
    margin-left: .24rem;
}
.form-btns .btn.submit-btn{
    background: linear-gradient( 270deg, #FCD000 0%, #9CC715 49%, #1DADE5 100%) no-repeat;
    color: #fff;
}

 /* 新闻 */
.news-list{
    padding: .48rem 0 .26rem;
}
.news-list .news-item{
    margin-bottom: 40px;
}
/* 新闻详情 */
.news-detail{
    padding:1.06rem 0 .8rem;
    background: #fff;
}
 .breadcrumb{
    background-color: transparent;
    font-size: .16rem;
}
.breadcrumb .active{
    color: #333333;
}
.breadcrumb a img{
    width: .16rem;
    height: .16rem;
}
.breadcrumb a {
    color: #888888;
}
.breadcrumb>li+li:before{
    content: '>';
}
.del-content{
    padding: .3rem 0 .48rem;
}
.content-l{
    width: 60.7%;
}
.content-r{
    width: 39.3%;
    padding-left: 7.45%;
}
.del-content .del-title{
    border-bottom: 1px solid #D8D8D8;
}
.del-content .del-title .del-title-txt{
    color: #000000;
    line-height: .56rem; 
}
.del-content .del-title .del-title-time{
    margin-top: .3rem;
    margin-bottom: .31rem;
    color: #808080;
    align-items: center;
}
.del-content .del-title .del-title-time img{
    width: .16rem;
    height:.16rem;
    margin-right: 3px;
}
.content-box{
    padding: .28rem 0 .66rem;
    border-bottom: 1px solid #E5E5E5;
}
.content-box *{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.content-box img{
    max-width: 100%;
}
.del-btn{
    padding: .27rem 0 0;
}
.del-btn .del-btn-item{
    margin-bottom: .12rem;
}
.content-r .last-new-title{
    padding-bottom: .25rem; 
    border-bottom: 1px solid #D8D8D8;
}
.content-r .list .item{
    padding: .3rem 0;
    border-bottom: 1px solid #D8D8D8;
    align-items: center;
}
.content-r .list .item .item-img{
    width: 1.80rem;
    height: .9rem;
    border-radius: .08rem;
    flex-shrink: 0;
    overflow: hidden;
}
.content-r .list .item .item-txt{
    padding-left: .28rem;
    color: #333;
}
.content-r .list .item .item-txt .item-time{
    color: #808080;
    margin-bottom: .08rem;
    align-items: center;
}
.content-r .list .item .item-txt .item-time > img{
    width: .15rem;
    height: .15rem;
    margin-right: 3px;
}
/* 案例中心 */
.case-content{
    background: #F3F6FA;
    padding-top: .6rem;
}
.case-content .bpartner-list{
    padding: 0 0 1rem;
}
.case-content .bpartner-list .bpartner-item{
    border-radius: .16rem;
    overflow: hidden;
}

select:focus {
    outline: none;
}

/* 研发中心 */
.qualitySwiper1{
    height: 5.20rem;
}
.quality1-item{
    height: 5.20rem;
}
/* 产品中心-有机系列 */

.product1-tab-box{
    padding: .48rem 0;
    justify-content: center;
}
.product1-tab-box .item{
    display: inline-block;
    padding: .15rem .37rem;
    border-radius: .3rem;
    color: #018A4E;
    border: 1px solid #018A4E;
    background: #fff;
    margin: .1rem .1rem;
}
.product-table{
    padding: .1rem 0;
    /* overflow: auto; */
}

.product1-tab-box .item.on,.product1-tab-box .item:hover{
    background: #018A4E;
    color: #fff;
}
.table-header{
    background: #018A4E;
    color: #fff;
    border-radius: .16rem .16rem 0 0;
    overflow: hidden;
    
}
.table-header .th-td{
    height: .7rem;
    line-height: .7rem;
    text-align: center;
}
.table-header .th-td:not(:last-child){
    border-right: 1px solid #fff;
}
.table-header .th-td:nth-child(1),
.table-body .tb-td-box  .tb-td:nth-child(1)  {
    width: 21%;
}
.table-header .th-td:nth-child(2),
.table-body .tb-td-box  .tb-td:nth-child(2) {
    width: 10%;
}
.table-header .th-td:nth-child(3),
.table-body .tb-td-box  .tb-td:nth-child(3) {
    width: 13%;
}
.table-header .th-td:nth-child(4),
.table-body .tb-td-box  .tb-td:nth-child(4) {
    width: 34%;
}
.table-header .th-td:nth-child(5),
.table-body .tb-td-box  .tb-td:nth-child(5) {
    width: 12%;
}
.table-header .th-td:nth-child(6),
.table-body .tb-td-box  .tb-td:nth-child(6) {
    width: 10%;
}
.pro-down-icon{
    width: .28rem;
    height: .28rem;
}
.table-body .tb-td-box  .tb-td:nth-child(1){color: #018A4E;}
.table-body .tb-td-box  .tb-td:nth-child(2) > img{
    width: .52rem;
    height: .52rem;
}
.table-body .tb-td-box .tb-td{
    padding: .22rem 0 .23rem;
    text-align: center;
   cursor: pointer;
}
.table-body .tb-tr:nth-child(odd){
    background: #F9FBFC;
}
.table-body .tb-tr:nth-child(even){
    background: #E7EDEE;
}
.table-body .td-body{
    display: none;
    background: #FEFDFE;
    padding: .4rem .25rem .5rem .3rem;
}
.table-body .td-body .td-title{
    white-space: nowrap;
}
.table-body .td-body .td-title::after{
    content: '';
    width: 100%;
    height: 1px;
    margin-left: .38rem;
    background-color:  #D8D8D8;
}
.table-body .td-body .td-content{
    padding: .32rem .21rem;
}
.table-body .td-body .td-content .list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:.24rem .4rem ;
}
.table-body .td-body .td-content .list .item{
    width: 100%;
}
.product-bottom{
    justify-content: space-between;
    margin-top: .99rem;
    margin-bottom: 1.17rem;
    
}
.product-bottom .item{
    padding: .53rem;
    width: calc((100% - 7.3vw) / 2);
    background: #E7EDEE;
    border-radius: .16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #333;
}
.product-bottom .item >img{
    width: .8rem;
    height: .8rem;
    margin-bottom: .2rem;
}


.swiper-btn{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pro-del-sec3 .swiper-button-prev,.about-sec2  .swiper-button-prev,
.pro-del-sec3 .swiper-button-next,.about-sec2  .swiper-button-next,
.quality-sec1 .swiper-button-prev,.quality-sec1  .swiper-button-next {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E3E5E9;
    color: #fff;
    position: relative;
}
.about-sec2  .swiper-button-prev,.about-sec2  .swiper-button-next{
    color: #585858;
}
.quality-sec1 .swiper-button-prev,.quality-sec1  .swiper-button-next {
    background: rgba(0,0,0,0.34);
    border: 0;
}
.pro-del-sec3 .swiper-button-prev i,.about-sec2  .swiper-button-prev i,
.pro-del-sec3 .swiper-button-next i,.about-sec2  .swiper-button-next i,
.newsSwiper .swiper-button-prev i,.newsSwiper .swiper-button-next i,
.quality-sec1 .swiper-button-prev i,.quality-sec1  .swiper-button-next  i {
    font-size: .24rem;
}
.pro-del-sec3 .swiper-button-prev i,
.about-sec2 .swiper-button-prev i,
.years-swiper .swiper-button-prev i,
.quality-sec1 .swiper-button-prev i
{transform: rotate(180deg);}
.pro-del-sec3 .swiper-button-prev:after,.about-sec2 .swiper-button-prev:after,
.pro-del-sec3 .swiper-button-next:after, .about-sec2 .swiper-button-next:after,
.years-swiper .swiper-button-prev:after, .years-swiper .swiper-button-next:after,
.quality-sec1 .swiper-button-prev:after, .quality-sec1 .swiper-button-next:after{
    content: ''; 
}
.pro-del-sec3 .swiper-button-prev{left: unset;right: 0.45rem;}
.applicationSwiper{margin-top: .54rem; }
.applicationSwiper .swiper{padding-bottom: .35rem; }
.pro-del-sec4{
    padding: 1.08rem 0 .6rem;
}
.pro-del-sec4 .title{
    margin-bottom: .56rem;
}



/* 视频中心 */
.videos-list{
    padding: 1.22rem 0;
}
.videos-list .videos-item{
    margin-bottom: .4rem;
}
.videos-list .item-img{
    height: 3.82rem;
    position: relative;
}
.videos-list .item-img .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .8rem;
    height: .8rem;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.videos-list .item-img .play img{
    
    animation: myrotate 1.1s linear infinite;
}
.videos-list .item-txt{
    padding: .22rem 0;
}
/* 提交成功弹框 */

/* 视频弹框 */

#video-pop,.case-popup,.result-pop{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateZ(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

#video-pop.on, .case-popup.on, .result-pop.on{
    opacity: 1;
    display: flex;
    pointer-events: auto;
    visibility: visible;
}

#video-pop .mask, .case-popup .mask ,.result-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.result-pop .mask{
    background-color: rgba(0, 0, 0, 0.4);
}

#video-pop .con , .case-popup .con, .result-pop .con{
  padding: 1em;
  width: 64%;
  position: relative;
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: #333;

}

#video-pop.on .con , .case-popup.on .con, .result-pop.on .con{
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}

#video-pop .con .del_p {
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(100% + 5px);
   width: 0.3rem;
   height: 0.3rem;
   border: 1px solid #fff;
   border-radius: 50%;
   cursor: pointer;

}

#video-pop .con .del_p::after{content: 'x'; font-size: 0.3rem; color: #fff; position: absolute; left: 20%; top:-25%;}

.video-box {
  height: 70vh;
  overflow: hidden;
}
.video-box video{ object-fit: cover; height: 100%; width: 100%;}


.case-popup .con{
    background-color: #fff;
    border-radius: 0.1rem;
    width: 84.38vw;
    padding: .6rem .6rem .6rem .7rem;
}
.case-popup  .con .close-icon, .result-pop .con .close-icon{
    position: absolute;
    top: .3rem;
    right:.3rem;
    width: .24rem;
    height: .24rem;
    z-index: 1;
    cursor: pointer;
}
.result-pop .con .close-icon{
    width: .16rem;
    height: .16rem;
    top: 15px;
    right: 15px;
}
.case-popup-box{
    height: 4.6rem;
    overflow: hidden;
}
.case-popup  .con .case-popup-box .case-pop-l{
    width: 51%;
    height: 4.6rem;
    border-radius: .12rem;
    overflow: hidden;
}
.case-popup  .con .case-popup-box .case-pop-r{
    width: 49%;
    padding-left: 3.65vw;
    color: #333;
}
.case-pop-r .case-pop-r-title{
    color: #000;
    margin-bottom: .2rem;
}
.case-pop-r .case-pop-r-info{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - .8rem);
    padding-right: .1rem;
    padding-bottom: .1rem;
    
}

.result-pop .con{
    width: 3.20rem;
    height: 1.94rem;
    background: #FFFFFF;
    border-radius: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-popup-box > img{
    width: .6rem;
    height: .6rem;
    display: block;
    margin: .1rem auto;
}
.result-popup-box div{
    margin-bottom: .1rem;
}




.case-popup .case-pop-r-title,
.case-popup .case-pop-r-info,
.case-popup .case-pop-r-related .related-t,
.case-popup .case-pop-r-related .list-row-24 .item
{
    transform: translateY(100%); transition: all 1s ease;
}
.case-popup.on .case-pop-r-title,
.case-popup.on .case-pop-r-info,
.case-popup.on .case-pop-r-related .related-t,
.case-popup.on .case-pop-r-related .list-row-24 .item{
    animation: myfadeInUp 1s ease-in-out both;
}

/* 合作伙伴 */
.bpartner-list{
    padding: .88rem 0 1rem;   
}
.case-list .row-flex > div {
    margin-bottom: .48rem;
}
.case-list .bpartner-item{    
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
.case-list .bpartner-item .item-img{
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-list .bpartner-item .item-txt{
    background: #fff;
    padding:  .28rem .24rem .35rem;
    text-align: center;
}
.case-list .bpartner-item .item-txt .more-btn {
    height: .48rem;
    margin: .28rem auto 0;
}


/* 科研中心 */
.quality-sec1{
    padding: .88rem 0 1.08rem;
    background: url(../images/quality-bg1.jpg) no-repeat;
    background-size: cover;
}
.quality-sec1 .title,
.quality-sec2 .title{justify-content: space-between; margin-bottom: .6rem;}

.quality-tabs .item{
    padding: 0 .37rem;
    height: .48rem;
    line-height: .46rem;
    margin-left: .28rem;
    border-radius: .3rem;
    border: 1px solid #018A4E;
    background: #fff;
    color: #018A4E;
    cursor: pointer;
}
.quality-tabs .item.on,.quality-tabs .item:hover{
    background: #018A4E;
    color: #fff;
}
.qualitySwiper1, .qualitySwiper2{
    display: none;
}
.qualitySwiper1.active, .qualitySwiper2.active{
    display: block;
}
.quality-r{
    padding-left: 3.8vw;
    display: none;
}
.quality-r .item{
    cursor: pointer;
}
.quality-r.active{
    display: block;
}
.quality-r .item .item-title{
    padding: 0.22rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.16);
}
.quality-r .item .item-title .icon-right2{
    transform: rotate(180deg);
    font-size: .2rem;
    font-weight: bold;
    margin-right: .05rem;
    display: none;
}
.quality-r .item:nth-child(1){
    border-top: 1px solid rgba(0,0,0,0.16);
}
.item-content{
    display: none;
    padding: .12rem 0 .16rem;
    color: #666666;
    line-height: .28rem;
}
.quality-r .item.on .item-title{
    color: #018A4E;
}
.quality-r .item.on .item-title .icon-right2{
    display: block;
}
 .quality1-item{
    border-radius: .16rem;
    overflow: hidden;
 }
.qualitySwiper1-next-btn{
    position: absolute;
    left: .24rem;
    right: .24rem;
    top: 50%;
    transform: translate(0,-50%);
    height: .65rem;
    z-index: 20;
    justify-content: space-between;
}
.qualitySwiper1-next-btn .swiper-button-prev{left: 0; top: 0; margin-top: 0;}
.qualitySwiper1-next-btn .swiper-button-next{right: 0; top: 0;margin-top: 0;}
.quality-sec2{
    background: #F6F8F5;
    padding: .92rem 0 .73rem;
}
.qualitySwiper2 .quality12-item  .item-img{
    height: 5.2rem;
    overflow: hidden;
    border-radius: 0.16rem;
}
.qualitySwiper2 .quality12-item  .item-txt .item-t{
    padding: .24rem 0 .12rem;
}
.qualitySwiper2 .quality12-item  .item-txt .item-p{
    color: #747B83;
}
.qualitySwiper2 .swiper-wrapper{
    padding-bottom: .73rem;
}
.qualitySwiper2 .swiper-pagination{position: relative;  width: unset; bottom: unset; /*margin:  0 0.44rem;*/}
.qualitySwiper2 .swiper-pagination .swiper-pagination-bullet{width: 24px; height: 24px; overflow: hidden; position: relative; background: transparent; margin: 0 0.1rem; opacity: 1;}
.qualitySwiper2 .swiper-pagination .swiper-pagination-bullet:before{content: ""; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; transform: translate(-50%,-50%); 
    background: #018A4E; 
    border-radius: 50%;}
.qualitySwiper2 .swiper-pagination span.swiper-pagination-bullet-active:before{opacity: 0;} 
.qualitySwiper2 .swiper-pagination .ui-loop .svg { 
    transform: rotate(-90deg);
    opacity: 0;
}
.qualitySwiper2 .swiper-pagination .swiper-pagination-bullet-active  .ui-loop .svg{opacity: 1;}
.qualitySwiper2 .swiper-pagination .swiper-pagination-bullet-active .svg .progress {    animation: rotate  45s linear ;}

.quality-sec3{
    padding: .9rem 0 1.1rem;
    background: url(../images/quality-bg3.jpg) no-repeat;
    background-size: cover;
}
.quality-sec3 .title{margin-bottom: .36rem;}
.quality-sec3 .info{
    padding-right: 6vw;
    line-height: .34rem;
}
.quality-sec3  .list{margin-top: .44rem; margin-bottom: .3rem;}
.quality-sec3  .list .item{padding: .08rem 0;}
.quality-sec3  .list .dot{display: inline-block;width: 6px; height: 6px;border-radius: 50%;background-color: #018A4E;margin-right: .05rem;}
.waterfall {
    column-count: 3;
    column-gap: .36rem;
}

.waterfall .item {
    break-inside: avoid;
    margin-bottom: .36rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}
/* 联系我们 */

.contact{padding: .9rem 0 0; overflow: hidden;}
.contact.sec1{padding: 0.8rem 0;}
.sec1-r .desc{margin-top: .16rem; margin-bottom: .24rem;}
.contact .content{background: url(../images/contact-bg.png) no-repeat; background-size: 100% 100%; min-height: 7.2rem; padding: .53rem 3vw;}
.contact .sec1-list{margin-top: .42rem;}
.contact .sec1-list .item { margin-bottom: .4rem;}
.icon60x60{width: .6rem; height: .6rem;}
.contact .sec1-list .item > img{ margin-right: .15rem;} 
.contact .sec1-list .item .item-txt .small{ color: #585858; margin-top: 0.08rem;} 

.form-box .form-item{margin-bottom: .16rem;}
.form-box .form-item .label-name{ width: 100%;  color: #30364C; margin-bottom: 6px;}
.form-box .form-item input{width: 100%;background: #FFFFFF; border: 1px solid #D0DBE3;height: 44px; padding: 0 .15rem;}
.form-box  textarea{resize: none;}
.form-btn{width: 1.7rem; margin-top: .54rem; color: #fff; text-align: center; line-height:.54rem;
    height: .54rem; cursor: pointer;
    background: #018A4E;border: 1px solid #018A4E;
    border-radius: .27rem;}
#captchaCanvas{margin-left: 10px; margin-right: 8px;}
.refresh-icon{width: 17px; cursor: pointer; }
.contact.sec2{padding: .8rem 0 1.58rem;}
.contact.sec2 .inner-title{margin-bottom: .5rem;}

.contact.sec2 .item{padding: .24rem .4rem .09rem; background: #fff; }

.contact.sec2 .item .item-title{padding-bottom: .18rem; border-bottom: 1px solid #d8d8d8;}
.sec2-list{margin-top: .39rem;}
.sec2-list .list-item{ margin-bottom: .19rem;}
.sec2-list .list-item .txt{color: #333; padding: 0 .15rem;}

.message-box{
    position: fixed;
    left: 50%;
    top: 20%;
    width: 400px;
    max-width: 80%;
    height: 180px;
    z-index: 100;
    background: #fff;
    transform: translate(-50%, 0);
    border-radius: 6px;
    border: 1px solid #DCDCDC;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    box-shadow: 0px 6px 30px 5px rgba(0,0,0,0.05), 0px 16px 24px 2px rgba(0,0,0,0.04), 0px 8px 10px -5px rgba(0,0,0,0.08);
    
}
.message-box.isshow{display: flex;}
.close-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.message-box  .success-icon{
    width: 56px;
    height: 56px;
    margin-bottom: 10px;}
.icon20x20{width: .2rem; height: .2rem;}
/* 关于我们 */
.about-inner .inner-ban-txt{top: 59%;}
.about-sec1{
    padding: .9rem 0 1.2rem;
    background: url(../images/about-bg1.png) no-repeat;
    background-size: cover;
    
}
.about-sec1 .sec2-top .title{
    color: #000;
    line-height: .6rem;
}
.about-sec1 .sec2-top .info{
    margin-top: .34rem;
    margin-bottom: .48rem;
    line-height: .31rem;
    color: #222222;
}
.about-sec1 .sec2-top .info p {
    line-height: .31rem;
}
.sec2-bottom .sec2-r .list{
    gap: .48rem .48rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.about-sec2{
    padding: 1.2rem 0 1.10rem;
    background: url(../images/about-bg3.png) no-repeat;
    background-size: cover;
}
.about-sec2 .title{
    width: 50%;
    margin-bottom: .36rem;
}

.honorSwiper{
    position: relative;
    padding-left: 7.9%;
    padding-right: 0;
    padding-bottom: 0.98rem;
    background: url(../images/honor-bg-line.png) no-repeat;
    background-size: 100% auto;
    background-position: left 95%;
}
.honorSwiper-pagination{position: absolute; left: 0;
top: 0;right: 0;bottom: 0;}
.honorSwiper .honorSwiper-txt{
    max-width: 43%;
    margin-bottom: 0.47rem
}
.honorSwiper  .swiper-wrapper{
    align-items: flex-end;
}
.about-sec2 .honorSwiper-button{position: absolute;left: -7.9%;right: 0;bottom: .45rem; height: .65rem;}

.about-sec2 .honorSwiper-button .swiper-button-prev{left: calc(50% - .58rem); top: 0; margin-top: 0;}
.about-sec2 .honorSwiper-button .swiper-button-next{left: calc(50% + .26rem);top: 0; margin-top: 0;}
.honorSwiper .swiper-pagination.swiper-pagination-fraction {

    top: 0%;  
    left: 66%;  
    width: 34%;  
    text-align: left;  
    height: .6rem;  
    font-size: 14px;  
    font-weight: 500;  
    color: #B2B2B2;  
    line-height: 17px;
  }
  
  .honorSwiper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  
    font-size: 24px;  
    color: #333333;  
    line-height: 29px;  
  }
  .honorSwiper .swiper-scrollbar {
    position: absolute;
    right: 13.55%;
    top: 7.5%;
    width: 4rem;
}

.about-sec3{
    background: url(../images/about-bg2.png) no-repeat;
    background-size: cover;
    padding: 1.05rem 0 0.7rem;
}
.about-sec3 .about-title-style .info{
    margin-top: .23rem;
}

.about-sec3 .thumb .swiper {
    padding: .6rem 0 0.1rem;
}

/* ********************************* */
.about-sec2-swiper .swiper-slide {
    /* padding: 0.5rem .38rem; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.about-sec2-swiper .slide-item{
    position: relative;
    padding-bottom: .14rem;
    top: 0;
    transition: .33s;
}
.about-sec2-swiper .slide-item .slide-item-l{
    width: 48%;
   
}
.about-sec2-swiper .slide-item .slide-item-l > img{
    border-radius: .08rem;
}
.about-sec2-swiper .slide-item .slide-item-r{
    width: 52%;
    padding-left: 5.7vw;
    position: relative;
}
.about-sec2-swiper .slide-item .slide-item-r .item{
    align-items: center;
    margin-bottom: .23rem;
}
.about-sec2-swiper .slide-item .slide-item-r .item > img{
    width: .22rem;
    height: .28rem;
    margin-right: .09rem;
}
.about-sec2-swiper .slide-item .slide-item-r .slide-year{
    
    font-size: 0.8rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
    color: #018A4E;
    margin-bottom: .24rem;
}



.about-sec2-swiper .slide-item .slide-des{
    color: #666;
    line-height: 22px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 2.5rem;
    padding: .28rem 0;
}

.about-sec2-swiper-prosess{ position: relative;}

.years-swiper{position: relative; margin-top: .41rem;  }
.years-swiper::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .28rem;
    height: 1px;
    background: #BCBCBC;
}
.years-slide-item{
    text-align: center;   
    cursor: pointer; 
    position: relative;
    color: #666;
}
.years-slide-item::before{
    position: absolute;
    content: '';
    width: 0;
    height: .02rem;
    top: -.32rem;
    background: #018A4E;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.years-swiper .swiper-slide.swiper-slide-thumb-active .years-slide-item{
    color: #018A4E;
}
.years-swiper .swiper-slide.swiper-slide-thumb-active .years-slide-item::before{
    width: .38rem;
}
.prve-next-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: .65rem;
}
.years-swiper .swiper-button-prev{left: 0; /*top: 78%;*/ bottom: 0.1rem;}
.years-swiper .swiper-button-next{right: 0; /*top: 78%;*/  bottom: 0.1rem;}
.years-swiper .swiper-button-prev,.years-swiper .swiper-button-next{margin-top: 0; color: #333;}
.years-swiper .swiper-button-prev i,.years-swiper  .swiper-button-next i{font-size: .18rem;}
.years-swiper .prve-next-btn {bottom: 0; height: 100%;}

.about-sec4{
    padding: 1.1rem 0 .78rem;
}
.about-sec4 .item .item-img{
    height: 5.6rem;
    border-radius: .16rem;
    overflow: hidden;   
}
.about-sec4 .item .item-txt{
    padding: .3rem .2rem;
}
.about-sec4 .item .item-txt .info{
    margin-top: .09rem;
    margin-bottom: .08rem;
}
.about-sec4 .item .item-txt .txt{
    color: #747B83;
    line-height: .28rem;
}
.about-title{margin-bottom: .6rem;}
.culture-item {height: 3.6rem; border-radius: .12rem;}


.about-tab{
    margin-top: .44rem;
    margin-bottom: .3rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about-tab .tab-item{
    cursor: pointer;
    display: block;
    width: 1.4rem;
    height: .46rem;
    background: #F1F1F1;
    border-radius: .23rem;
    text-align: center;
    line-height: .46rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.about-tab .tab-item.on,.about-tab .tab-item:hover{
    background: #C8A54A;
    color: #fff;
}

.about-tab-content .tab-content{
    display: none;
}
.about-tab-content .tab-content.active{
    display: block;
}
.about-silde .item-img{
    height: 3.2rem;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-silde .item-img img{
    width: 80%;
    height: 80%;
}
.about-silde .item-txt{
    padding: .23rem ;
}
.about-tab-content .tab-content .swiper{
    padding-bottom: 38px;
}

.about-sec4 .swiper-pagination-bullet-active{
    background: #C8A54A;
}
@keyframes myrotate {

    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}

  }

  @media (min-width: 993px){ 
    .row-flex >div {
        padding-right: 0.24rem;
        padding-left: 0.24rem;
        margin-bottom: 0.48rem;
    }   
    #section4 .title-box{display: none  !important;}
    .product-bottom .item:hover{color: #018A4E;}
    .img-hover:hover .img-cover, .img-hover:hover .img-contain{transform: scale(1.1);}
    .news-item:hover::before , 
    .news-item:hover::after, 
    .news-big-item:hover::before,
    .news-big-item:hover::after,
    .case-list .bpartner-item:hover:before,
    .case-list .bpartner-item:hover::after {
        opacity: 1;
        transform: scale(1);
    }
    .qualitySwiper .quality-item:hover .item-txt{
        background: linear-gradient( 180deg, rgba(0,161,91,0) 0%, #018A4E 100%);
    }
    .back-btn:hover{
        background: #018A4E;
        border: 1px solid #018A4E;
        color: #fff;
    }
    .case-list .bpartner-item:hover .more-btn,
    .message-form .submit-btn:hover,.message-form .reset-btn:hover{
        background: #018A4E;
        color: #fff;
    }
    .news-item:hover .news-title,
    .news-item:hover .news-time .news-tr,
    .del-btn-item:hover div,
    .case-list .bpartner-item:hover .item-txt .item-title,
    .news-big:hover .item-l .item-l-title,
    .content-r .list .item:hover  .item-title  ,
    .search-result-box .result-list .item:hover ,
    .sec3-attr .attr-item:hover 
    {
        color: #018A4E;
    }
   
    .news-item:hover .item-txt .news-time .news-tr .news-more-icon,
    .sec3-attr .attr-item:hover  .more-icon{
        border-top:1px solid  #018A4E;
        border-right:1px solid  #018A4E;
    }
    .supperclassroom1-item:hover .item-left .item-btn{
        background: #C8A54A; color: #fff; border: 1px solid #C8A54A;
    }
    .videos-item:hover .img-cover,
    .contact1-item:hover img,
    .mysilde:hover img,
    .supperclassroom1-item:hover .item-right img ,
    .solution-item:hover .item-img img,
    .about-sec2 .about-sec2-img:hover img,
    .about-silde:hover .item-img img,
    .news-big:hover .item-r .item-img img,
    .content-r .list .item:hover .item-img img,
    .join-2 .item:hover .join-img,
    .cooperat-1 .list .item:hover img
    {transform: scale(1.1);}
    .details-title-right .item-btn:hover{
        transform: translateX(10px);
    }
   
    .row-flex{display: flex; align-items: stretch; flex-wrap: wrap;}
    .list-row-24{margin-right: -0.12rem; margin-left: -0.12rem;}
    .list-row-24 > div{
        padding-right: 0.12rem;  padding-left: 0.12rem;
    }
    .list-row-48{margin-right: -0.24rem; margin-left: -0.24rem;}
    .list-row-48 > div{
        padding-right: 0.24rem;  padding-left: 0.24rem;
    }
    .list-row-60{margin-right: -0.3rem; margin-left: -0.3rem;}
    .list-row-60 > div{
        padding-right: 0.3rem;  padding-left: 0.3rem;
    }
    .list-row-78{margin-right: -0.39rem; margin-left: -0.39rem;}
    .list-row-78 > div{
        padding-right: 0.39rem;  padding-left: 0.39rem;
    }
    .list-row-40{margin-right: -0.20rem; margin-left: -0.20rem;}
    .list-row-40 > div{
        padding-right: 0.20rem;  padding-left: 0.20rem;
    }
    .list-row.row { margin-right: -0.3rem; margin-left: -0.3rem; }
    .list-row .col-xs-6,.list-row .col-lg-6,

    .list-row .col-md-3,.list-row .col-lg-3{ padding-right: 0.3rem;  padding-left: 0.3rem;  }
    
    .pro-section  .item:hover{
        background-image: url(../images/pro-item-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.08);
    }
    .pro-section  .item:hover .item-txt .name{
        color: #018A4E;
    }
    .pro-section  .item:hover .item-txt .more-btn{
        color: #fff;
        background: #018A4E;
    }
    .sec4Swiper .swiper-slide:hover::before{
        opacity: 1;
        transform: scale(1);
    }
   
    .sec4Swiper .swiper-slide:hover  .sec4-info{ display: block;
        animation: myfadeInUp 1s ease-in-out both;
    }
    .sec4Swiper .swiper-slide:hover  .more-btn{ 
        display: flex;
        animation: myfadeInUp 1s ease-in-out both;
    }
    .sec4Swiper .swiper-slide:hover  .more-btn{
        color: #fff;
    }
    .quality-sec1 .swiper-button-prev:hover,.quality-sec1  .swiper-button-next:hover {
        background: rgba(255,255,255,1);
        color: #333;
        border: 0;
    }
    .years-swiper .swiper-button-prev:hover,.years-swiper .swiper-button-next:hover{color: #018A4E;}
    .contact.sec2 .item:hover {
        box-shadow: 0px 8px 32px 0px rgba(33,41,53,0.16);
    }
   

}

@media (max-width: 993px) {
    .about-inner-banner .big{ max-width: 80vw;}
    .m-d-flex{flex-wrap: wrap;}
    .m-flex-100{width: 100% !important; }
    .product-table{
        overflow-x: auto;
    }
    .product-table-box{
        min-width: 1680px;
    }
    .table-header .th-td{height: 56px; line-height: 56px;}
    .table-body .tb-td-box .tb-td{padding: 20px 0;}
    .pro-down-icon{width: 26px; height: 26px;}
    .inner-ban-txt .big{font-size: 17px;}
    .product1-tab-box .item{border-radius: 30px;}
    .sub-menu-list .item{height: 60px;}
    .sec2-bottom .sec2-r .list{
        grid-template-columns: 1fr 1fr;
    }
    .more-btn{width: 145px; height: 40px;padding: .14rem 15px; font-size: 13px; line-height: 40px; border-radius: .68rem;}
    .more-btn > img{height: 11px;}
    .sub-menu-list .swiper-wrapper{justify-content: left;}
    .inner-banner{height: 320px;}
    .ind-banner{height: 100vh;}
    .sec2-l{padding :30px 0 60px;}
    .sec2-small{line-height: 26px;}
    #section2{padding: 30px 0;}
    #section4 .sec4-slide {
        justify-content: center;
    }
    #section4 .ind-section-title .title-small{line-height: 26px;}
    #section4 .title-box {
        position: absolute;
        z-index: 12;
        left: 15px;
        right: 15px;
        bottom: 20px;
        border-bottom: 2px solid hsla(0,0%,100%,.2);
        display: flex!important;
        font-size: 16px;
        justify-content: space-between;
    }
    #section4 .title-box .t {
        padding-bottom: 10px;
        position: relative;
        color: #fff;
    }
    #section4 .title-box .t:after {
        background-color: #018A4E;
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 15;
    }
    #section4 .title-box .t.on:after {
        opacity: 1;
    }
    #section4 .ind-section-title{top: 30px;}
    .ind-section-title .title-big{margin-bottom: 30px;}
    .sub-menu-list .item .item-img img,.sub-menu-list .item .item-img{width: 20px;height: 20px;}
    .sub-menu-list .item .item-img, .sub-menu-list .item .item-txt{font-size: 15px;}
    
    .case-list .bpartner-item .item-txt .more-btn{height: 40px;}
    .news-item .item-img{height: unset;}
    
    .ind-banner-swiper,.ind-banner-silde {height: 100%; }
    .ind-banner-bottom{top: 90%; bottom: unset;}
    .index-mouse{display: none;}
    .ind-banner-swiper .swiper ,.ind-banner-swiper .swiper {height: 100%;}
    .bannerSwiper .ind-banner-silde .ind-banner-txt{left: 30px; right: 30px;}
    .ind-banner-txt .ind-ban-morebtn{height: 40px; line-height: 38px; font-size: 14px}

    #section1 .bannerSwiper .swiper-pagination{flex-direction: unset;top: 90%;}
    .sec2-l,.sec2-r{width: 100%;}
    .icon20x20{height: 20px; width: 20px;}
    .sec3-content{margin-right: 0;padding-right: 0;padding: 0 15px;}
    .sec3-r-img{position: relative;top: 0;right: 0;height: 200px;width: 100%;}
    .newsSwiper{padding-left: 20px;}
    .product-category .power .power-l, .product-category .scene .scene-l{width: 90px;}
   
    .breadcrumb{font-size: 14px;}
    .breadcrumb a img{width: 16px; height: 16px;}
    
    .case-tab-list .case-item{border-radius: .5rem;}
    .case-popup .con{padding: 40px 15px;}
    .case-pop-r .case-pop-r-info{margin: 15px 0; height: 240px;}
    .case-pop-r .case-pop-r-title{margin-top: 15px;}
    .case-popup .con .case-popup-box .case-pop-r{padding-left: 0;}
    .case-list .bpartner-item .item-img,.case-popup .con .case-popup-box .case-pop-l,
    .about-sec4 .item .item-img{height: unset;}

    .category-tab .item{height: 40px;line-height: 38px;border-radius: 20px;}
    
    .table>tbody>tr>td:nth-child(1), .table>thead>tr>th:nth-child(1){
        padding-left: 15px;
    }
    .jobs-content p{font-size: 16px;}
    .contact-sec4-item{padding: 0 15px; }
    .contact-sec4-item-con{padding: 30px;}
    .contact-sec4-item .item-tab1{width: 52%;}
   .contact-sec4-item .item-tab2{width: 0%;}
   .contact-sec4-item .item-tab3{width: 0%;}
   .contact-sec4-item .item-tab4{width: 38%;}
   .contact-sec4-item .item-tab5{width: 10%;}
   .contact-sec4-item .item p{font-size: 14px;}
    .message-form .form-line2 .form-group:not(:nth-child(3n)),.message-form .form-line1-group{margin-right: 0;}

    .message-form .form-control{height: 40px; line-height: 40px; padding-left: 18px;}
    .form-texttarea .form-control{height: 80px;} 
    .form-btns .btn{height: 40px;font-size: 14px;}
    .inner-title-samll{padding: 0;}
    .result-pop .con{width: unset; height: unset; padding: .45rem .4rem;}    
    .swiper-btn{margin-top: 15px;}
    .about-sec1 .sec2-bottom .left{padding-right: 0;}
    .about-sec2-swiper .slide-item .slide-item-r,.content-r{padding-left: 0; padding-top: 30px;}
    .about-sec4 .item .item-txt .info{font-size: 16px;}
    .about-sec4 .item .item-txt .txt{line-height: 24px;}
    .honorSwiper .honorSwiper-txt{max-width: 100%; margin-bottom: 2.87rem; padding-right: 15px;}
    .honorSwiper .swiper-scrollbar{top: 33.5%;right: 24.55%;}
    .honorSwiper .swiper-pagination.swiper-pagination-fraction{ top: 27%; left: 31%; }
    .content-r .last-new-title{margin-top: 30px;font-weight: bold;}
    .del-content .del-title .del-title-time img{width: 16px; height: 16px;}
    .about-sec1 .sec2-top .info {line-height: 26px;}
    .years-swiper .swiper-button-prev, .years-swiper .swiper-button-next{ top: unset; bottom: 0; height: unset;}
    .years-swiper .swiper-button-prev i, .years-swiper .swiper-button-next i{font-size: 18px;}
    .about-sec3 .thumb .swiper{padding: .6rem 0 0;}
    .about-sec2{padding: 40px 0 1.1rem;}
    .sec4-slide .sec4-info{display: block;}
    .sec4-slide .more-btn {display: flex;}
    .sec4-slide .sec4-info{line-height: 26px; height: 52px;color: #fff; font-size: 14px;}   
    .certificateSwiper{margin-top: 30px;}
    .back-btn{width: 100px; height: 38px; border-radius: 20px; font-size: 12px;}
    .case-popup .con{height: unset; width: 90vw;}
    .jobs-content{padding:  10px; margin: 0;}
    .joinus-search .serach-input{    padding: 0 0.3rem 0 0.61rem}    
    .news-big .item-l{padding-right: 0;}
    .news-big .item-l .item-l-info{line-height: 26px;}
    .news-item .item-txt .news-title{font-size: 16px; line-height: 30px;height: 60px;}
    .news-item .item-txt .news-info{line-height: 28px; height: 56px;}
    .news-item .item-txt .news-time .news-tl img, .news-big .item-l .news-time .news-tl img{width: 16px; height: 16px;}
    .news-item .item-txt .news-time .news-tr .news-more-icon, .news-big .item-l .news-time .news-tr .news-more-icon{
        width: 8px;
        height: 8px;
        transform: rotate(45deg) translate(0.071rem,0.1rem);
    }
    .footer-search-box .f-search{font-size: 18px;}
    .case-tab-list{margin-bottom: 0;}

    .sec3-content  .sec3-l .sec3-l-icon{width: 40px; height: 40px;}
    .sec4-slide .sec4-img ,.sec4-slide .sec4-img> img{width: 60px; height:60px; }
    .sec4-slide .sec4-title{font-size: 18px;}
    .about-sec1 .sec2-top .info,.about-sec1 .sec2-top .info p{line-height: 28px;}
    .honorSwiper{padding-left: 15px;}
    .sec1-r{margin-top: 30px;}
    .news-detail{padding: 100px 0 30px;}
    .form-box .form-btn{width: 100%; height: 45px; line-height: 45px; border-radius: 30px;}
    .about-sec1 .sec2-bottom .right .right-img{width: 100%; height: unset;}
    .contact.sec2 .item{margin-bottom: 20px;}
    .newsSwiper .swiper, .cultureSwiper .swiper{padding-bottom: 90px;}
    .my-swiper-button{
        width: 60px; height: 60px;
    }
    .newsSwiper .swiper-horizontal > .swiper-scrollbar, .cultureSwiper .swiper-horizontal > .swiper-scrollbar{
        bottom: 30px;
    }
    .newsSwiper .swiper-button-prev, .newsSwiper .swiper-button-next, .cultureSwiper .swiper-button-prev, .cultureSwiper .swiper-button-next{
        width: 16px;height: 16px;
    }
    .about-sec1,.about-sec2,.about-sec3,.about-sec4{
        padding: 80px 0 30px;
    }
    .case-popup-box{height: unset;}
    .quality-sec3 .info{padding-right: 0; line-height: 28px;}
    .quality-tabs{
        padding-top: 20px;
    }
    .quality-tabs .item{
        height: 45px; line-height: 45px;
        border-radius: 30px;margin-left: 0;margin-right: 15px;;
    }
    .quality-r .item .item-title{padding: 15px 0;}
    .item-content{line-height: 28px;}
    
}


@media (max-width: 450px) {
    .ind-banner-txt  .ind-ban-t {font-size: 23px; }

}

@keyframes myfadeInUp2{
    0%{
        transform: translate3d(0,100%,0);
    }

    100%{
        transform: none;
    }

}

.myfadeInUp2 {
    animation: myfadeInUp2 .5s ease-in-out both;
    animation-delay: .4s;
}

@keyframes myfadeInUp{

    0%{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }

    100%{
        opacity: 1;
        transform: none;
    }

}

.myfadeInUp {
    animation: myfadeInUp .5s ease-in-out both;
    animation-delay: .4s;
}



@keyframes imgbigtosmall {
    0% { 
    opacity: 1;
    -webkit-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    transform: scale(1.2);
    }

    100% { 
    opacity: 1;
    -webkit-transform: scale(1); 
    -ms-transform: scale(1);
    transform: scale(1);
    }

  }

  .imgbigtosmall{
    -webkit-animation-name: imgbigtosmall;
    animation-name: imgbigtosmall;
    transition: all 10s ease;
    transform-origin: 50% 50%;
  }
