/*公共*/
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 998;transition: .3s;}
.header .width{max-width:16rem;height:1rem;display: flex;justify-content: space-between;align-items: center;}
.header .img-div{height:.42rem;width:1.72rem}
.header .info{border-left: 1px rgba(255,255,255,.5) solid;height: .42rem;margin: 0 .5rem 0 .2rem;padding-left: .2rem;}
.header .info>p{color:#fff;font-size: .17rem;padding-left: .3rem;background: url(../images/1-w.png) no-repeat left center/.18rem;}
.header .info>p:nth-of-type(2){background-image: url(../images/25-w.png);}
.header-r{flex:1;display: flex;justify-content: flex-end;}
.header ul{display: flex;margin-right: .2rem;}
.header li{padding:0 .3rem}
.header li:last-child{padding-right: 0;}
.header li>a{line-height: 1rem;color:#fff;font-size: .16rem;}
.header li>a.active{color:#199342}
.header .child{position: absolute;top: 100%;left: 0;width: 100%;background: #f5f7fa;padding:0 .5rem;display: none;line-height: .8rem;text-align: center;border-top: 1px #eee solid;z-index: 999;}
.header .child>a{font-size: .16rem;margin-right: .3rem;}
.header .child>a:last-child{margin-right: 0;}
.header .icon{height:1rem;position: relative;cursor: pointer;}
.header .lang{width:.82rem;background: url(../images/lang-w.svg) no-repeat center center/.22rem}
.header .lang .popup{position: absolute;top: 100%;left: 50%;transform:translateX(-50%);width:1rem;background: #fff;border-radius: .15rem;padding:.15rem 0;box-shadow: 0 0 .1rem rgba(0,0,0,.1);display: none;z-index: 2;}
.header .lang .popup>a{font-size: .16rem;line-height: .3rem;display: block;text-align: center;}
.header .search{width:.22rem;background: url(../images/search-w.png) no-repeat center center/100%;}
.header .search .popup{position: absolute;top:100%;right:0;display: none;}
.header .search .popup>div{width:3rem;display: flex;}
.header .search .popup input{height:.5rem;flex:1;border-radius: .1rem 0 0 .1rem}
.header .search .btn{width:.5rem;height: .5rem;background: #199342 url(../images/search-w.png) no-repeat center center/.2rem;border-radius: 0 .1rem .1rem 0;transition: .3s;}
.header .menu{display: none;}
.header.hide{transform: translateY(-2rem);}
.header.active{box-shadow: 0 0 .03rem rgba(0,0,0,.1);background: #fff;}
.header.active .info{border-color: #ddd;}
.header.active .info>p{background-image: url(../images/1.png);color:#199342}
.header.active .info>p:nth-of-type(2){background-image: url(../images/25.png);}
.header.active li>a{color:#333}
.header.active li>a.active{color:#199342}
.header.active .lang{background-image: url(../images/lang.svg)}
.header.active .search{background-image: url(../images/search.png)}
.header.inner{position: relative;border-bottom: 1px #eee solid;}
.header.inner .width{height:.9rem;}
.header.inner .img-div{height:.38rem;width:1.59rem}
.header.inner li>a{line-height: .9rem}
.header.inner .icon{height: .9rem}
.header-space{display: none;}

.more{border:1px #fff solid;background: #fff;border-radius: .3rem;width:2rem;line-height:.58rem;color:#199342;padding-left: .4rem;position: relative;font-size: .16rem;display: block;}
.more::before{position: absolute;width:.5rem;height:.5rem;border-radius: 50%;background: #199342 url(../images/arrow1-w.png) no-repeat center center/.16rem;content:'';top:.04rem;right:.04rem;z-index: 2;}
.more::after{content:'';position: absolute;top:-.02rem;left:-.02rem;width:calc(100% + .04rem);height:calc(100% + .04rem);background: linear-gradient(to right,#6fbf54,#00b4ba);border-radius: .3rem;transition: .5s;opacity: 0;}
.more>span{position: relative;z-index: 2;}

.footer .width{max-width:16rem}
.footer1{height: 2.6rem;padding-top: .8rem;}
.footer1 .width{display: flex;align-items: center;}
.footer1 .info{flex:1;color:#fff}
.footer1 .info>p:nth-of-type(1){font-size: .4rem;margin-bottom: .15rem;}
.footer1 .info>p:nth-of-type(2){font-size: .18rem;}
.footer1 .btn{display: flex;}
.footer1 .more{background: none;color:#fff;margin-right: .1rem;}
.footer1 .more::before{background-color: #fff;background-image: url(../images/arrow1.png);}
.footer1 .more::after{background: #fff;}
.footer1 .ask{border-radius: .3rem;width:2rem;line-height:.58rem;border:1px #fff solid;font-size: .16rem;color:#fff;padding-left: .85rem;background: url(../images/10.png) no-repeat .45rem center/.25rem;transition: .3s;}
.footer2{padding:1rem 0}
.footer2 .logo{display: flex;align-items: center;justify-content: space-between;}
.footer2 .logo .img-div{width: 1.99rem;height: .48rem;}
.footer2 .search{display: flex;align-items: center;}
.footer2 .search>p{font-size: .24rem;}
.footer2 .input{position: relative;}
.footer2 .input>input{height: .6rem;border-radius: .3rem;border: 1px solid #e5e5e5;width: 4.1rem;padding:0 .6rem 0 .3rem;}
.footer2 .btn{width: .6rem;height: .6rem;background: url(../images/search.png) no-repeat center center/.2rem;position: absolute;right:0;top: 0;cursor: pointer;}
.footer2 .nav{display: flex;justify-content: space-between;border-bottom: 1px solid #e5e5e5;padding-bottom: .1rem;margin:.6rem 0 .35rem;}
.footer2 .info{width: 25%;}
.footer2 .item{margin-bottom: .3rem;}
.footer2 .item>p:nth-of-type(1){font-size: .16rem;color:#888;margin-bottom: .1rem;}
.footer2 .item>p:nth-of-type(2){font-size: .24rem;line-height: .34rem;}
.footer2 .media{display: flex;flex-wrap: wrap;margin-top: .2rem;}
.footer2 .media>a{width: .43rem;height: .43rem;border-radius: 50%;background: #ccc;position: relative;margin:0 .1rem .1rem 0;transition: .3s;opacity: .5;}
.footer2 .media>a>img{max-width: 50%;max-height: 50%;transition: .3s;}
.footer2 .media>a .img-div{position: absolute;top: calc(100% + .1rem);left: 50%;transform: translateX(-50%);width: .9rem;height: .9rem;display: none;}
.footer2 ul{width: 72%;display: flex;justify-content: space-between;border-top: 1px solid #e5e5e5;padding-top: .55rem;}
.footer2 li>a{font-size: .2rem;margin-bottom: .2rem;}
.footer2 .child>a{display: block;font-size: .16rem;line-height: .26rem;color:#888;margin-bottom: .15rem;}
.footer2 .copyright{display: flex;justify-content: space-between}
.footer2 .copyright>p{line-height: .22rem;color:#888}
.footer2 .copyright a{color:#888;margin-left: .1rem;}

.float-right{position: fixed;right: .1rem;top: 50%;height: 3.5rem;margin-top: -1.75rem;width: .9rem;z-index: 998;}
.float-right>a{height: .9rem;margin-bottom: .1rem;box-shadow: 0 0 .2rem rgba(0,0,0,.15);display: block;background: #fff;border-radius: .05rem;padding-top: .15rem;transition: .3s;position: relative;}
.float-right>a:last-child{margin-bottom: 0;height: .5rem;}
.float-right>a>.img-div{width: .33rem;height: .29rem;margin: 0 auto .1rem;}
.float-right>a:last-child>.img-div{width: .27rem;height: .22rem;margin: 0 auto;}
.float-right>a>p{text-align: center;}
.float-right .phone{position: absolute;right: -5rem;top: 0;height: 100%;background: #199342;color:#fff;border-radius: .05rem;width: 2.8rem;padding: 0 .2rem;transition: .5s;}
.float-right .phone>p{line-height: .2rem;}
.float-right .phone>p:nth-of-type(1){background: url(../images/11-h.png) no-repeat left .2rem/.2rem;padding:.2rem 0 .1rem .3rem}
.float-right .phone>p:nth-of-type(2){font-size: .18rem;padding-left:.3rem;}
.float-right .qr{position: absolute;right: 1rem;width: 1.2rem;background: #199342;border-radius: .05rem;top: 50%;transform: translateY(-50%);display: none;}
.float-right .qr .img-div{width: 1rem;height: 1rem;margin:.1rem;}
.float-right .qr .img-div>img{border-radius: .05rem;}

.float-bottom-box{position: fixed;bottom: .4rem;left: 50%;transform: translateX(-50%);z-index: 998;}
.float-bottom{display: flex;align-items: center;background: linear-gradient(to right,#03b5b7,#1eaf50);border-radius: .1rem;padding: 0 .4rem;height: .8rem;}
.float-bottom .close{width: .32rem;height: .32rem;background: rgba(255,255,255,.2) url(../images/close-w.svg) no-repeat center center/.12rem;border-radius: 0 0 0 .1rem;position: absolute;right: 0;top: 0;cursor: pointer;}
.float-bottom>p{font-size: .2rem;color:#fff;line-height: .8rem;}
.float-bottom>p:nth-of-type(1){background: url(../images/10.png) no-repeat left center/.34rem;padding:0 .4rem 0 .45rem;}
.float-bottom>p:nth-of-type(2){background: url(../images/16.png) no-repeat left center/.31rem;padding-left: .45rem;}
.float-bottom>input{height: .5rem;border-radius: .25rem;width: 1.8rem;margin-right: .1rem}
.float-bottom .more{line-height: .5rem;width: 1.8rem;margin-right: .8rem;}
.float-bottom .more::before{width: .36rem;height: .36rem;top: .07rem;right: .07rem;}

.crumb{position: sticky;top: 0;background: #fff;z-index: 997;border-bottom: 1px #eee solid;}
.crumb .width{display: flex;justify-content: space-between;align-items: center;height: .7rem;}
.crumb .info{width: 45%;}
.crumb .info>a{color:#999}
.crumb .info>em{font-style: normal;margin:0 .1rem;color:#999}
.crumb ul{width: 50%;display: flex;justify-content: flex-end;}
.crumb li{color:#666;margin-right: .5rem;}
.crumb li:last-child{margin-right: 0;}
.crumb li.active>a{color:#199342}

.inner-banner{position: relative;}
.inner-banner .m{display: none;}
.inner-banner .img{height: 5.5rem;}
.inner-banner .width{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.inner-banner .info{width: 35%;color: #fff;}
.inner-banner .info>p:nth-of-type(1){font-size: .48rem;line-height: .58rem;margin-bottom: .1rem;}
.inner-banner .info>p:nth-of-type(2){font-size: .22rem;line-height: .32rem;}

.nav-m{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;background:#fff;overflow-y:auto;z-index:1000}
.nav-m .info{display:flex;justify-content:space-between;align-items:center;height:1.2rem}
.nav-m .logo{height:.55rem;width:2.27rem}
.nav-m .close{width:.4rem;height:.4rem;background:url(../images/close.svg) no-repeat center center/100%}
.nav-m ul{border-top:1px solid #eee}
.nav-m li{border-bottom:1px solid #eee;padding:.4rem 0;position:relative;font-size:.32rem}
.nav-m li::after{position:absolute;top:50%;right:0;transform:translateY(-50%);content:'';width:.2rem;height:.2rem;background:url(../images/arrow.svg) no-repeat center center/100%;transition:.3s}
.nav-m li.rotate::after{transform:translateY(-50%) rotate(90deg);top:50%}
.nav-m li.block>a{display:block}
.nav-m .child{display:none;margin-left:.3rem;}
.nav-m .child>a{display:block;padding:.36rem 0;border-bottom:1px #eee solid;font-size: .3rem;}

@media (max-width:750px){
    .header .width{height:1.2rem;}
    .header .img-div{height:.55rem;width:2.27rem}
    .header .info{display: none;}
    .header ul{display: none}
    .header .icon{height:1.2rem;}
    .header .lang{width:.38rem;background-size:100%}
    .header .lang .popup{width:1.8rem;border-radius: .15rem;padding:.3rem 0}
    .header .lang .popup>a{font-size: .28rem;line-height: .48rem}
    .header .search{width:.38rem;margin:0 .2rem}
    .header .search .popup{position: fixed;top:1.3rem;right:auto;left:.3rem;width:calc(100% - .6rem)}
    .header .search .popup>div{width:100%}
    .header .search .popup input{height:.8rem;}
    .header .search .btn{width:.8rem;height: .8rem;background-size:.3rem}
    .header .menu{display: block;width: .42rem;background: url(../images/menu-w.svg) no-repeat center center/100%;}
    .header.active .menu{background-image: url(../images/menu.svg)}
    .header.inner .width{height:1.2rem;}
    .header.inner .img-div{height:.55rem;width:2.27rem}
    .header.inner .icon{height: 1.2rem}
    .header-space{height:1.2rem}

    .more{border-radius: .6rem;width:2.8rem;line-height:.8rem;padding-left: .5rem;font-size: .28rem;}
    .more::before{width:.7rem;height:.7rem;background: #199342 url(../images/arrow1-w.png) no-repeat center center/.25rem;top:.05rem;right:.05rem}
    .more::after{display: none;}

    .footer1{height: auto;padding: 1rem 0;}
    .footer1 .width{display: block}
    .footer1 .info{margin-bottom: .4rem;}
    .footer1 .info>p:nth-of-type(1){font-size: .44rem;margin-bottom: .2rem;line-height: .64rem;}
    .footer1 .info>p:nth-of-type(2){font-size: .28rem;}
    .footer1 .more{margin-right: .2rem;}
    .footer1 .ask{border-radius: .6rem;width:2.8rem;line-height:.8rem;font-size: .28rem;padding-left: 1.1rem;background-position: .4rem center;background-size:.45rem}
    .footer2{padding:.8rem 0 1.4rem}
    .footer2 .logo{display: block;}
    .footer2 .logo .img-div{width: 2.68rem;height: .65rem;margin-bottom: .4rem;}
    .footer2 .search>p{font-size: .28rem;width:1.5rem}
    .footer2 .input{width: calc(100% - 1.5rem)}
    .footer2 .input>input{height: .8rem;border-radius: .6rem;width: 100%;padding:0 .8rem 0 .3rem;}
    .footer2 .btn{width: .8rem;height: .8rem;background-size:.3rem;}
    .footer2 .nav{display: block;padding-bottom: 0;margin:.4rem 0;}
    .footer2 .info{width: 100%;}
    .footer2 .item>p:nth-of-type(1){font-size: .28rem}
    .footer2 .item>p:nth-of-type(2){font-size: .32rem;line-height: .52rem;}
    .footer2 .media{margin-top: .3rem;}
    .footer2 .media>a{width: .7rem;height: .7rem;margin:0 .2rem .2rem 0;}
    .footer2 .media>a .img-div{width: 2rem;height: 2rem}
    .footer2 .media>a:first-child .img-div{transform: translateX(0);left: 0;top:calc(100% + .2rem)}
    .footer2 ul{width: 100%;flex-wrap: wrap;justify-content: flex-start;padding-top: .4rem;}
    .footer2 li{width: calc(100% / 3 - .14rem);margin-right: .21rem;margin-bottom: .2rem;}
    .footer2 li:nth-child(3n){margin-right: 0;}
    .footer2 li>a{font-size: .28rem;margin-bottom: .1rem;}
    .footer2 .child>a{font-size: .24rem;line-height: .4rem;margin-bottom: .1rem;}
    .footer2 .copyright{display: block;font-size: .24rem;}
    .footer2 .copyright>p{line-height: .24rem;}
    .footer2 .copyright a{margin:.1rem 0 0;}

    .float-right{right: 0;top: auto;height: 1rem;margin-top: 0;width: 100%;left:0;bottom:0;display: flex;border-top: 1px #eee solid;}
    .float-right>a{flex:1;height: 1rem;margin-bottom: 0;box-shadow: none;border-radius: 0;padding-top: .1rem;border-right: 1px #eee solid;}
    .float-right>a:last-child{height: 1rem;border-right: 0;}
    .float-right>a>.img-div{width: .35rem;height: .35rem;margin: 0 auto .1rem;}
    .float-right>a:last-child>.img-div{width: .5rem;height: .5rem;margin-top: .15rem;}
    .float-right>a>p{font-size: .24rem;}
    .float-right .phone{display:none}
    .float-right .qr{right: auto;width: 2.2rem;border-radius: .1rem;top: auto;transform: translate(-50%,0);bottom: 1.2rem;left:50%}
    .float-right .qr .img-div{width: 2rem;height: 2rem;margin:.1rem;}
    .float-right .qr .img-div>img{border-radius: .1rem;}

    .float-bottom-box{bottom: 0;left: 0;transform: translateX(0);width:100%;display: none;}
    .float-bottom{display: block;border-radius: .2rem .2rem 0 0;padding: .5rem .3rem;height: auto;}
    .float-bottom .close{width: .6rem;height: .6rem;background-size:.3rem;border-radius: 0 0 0 .2rem;}
    .float-bottom>p{font-size: .32rem;line-height: .45rem;}
    .float-bottom>p:nth-of-type(1){background-size: .4rem;padding:0 0 0 .6rem;margin-bottom: .3rem;}
    .float-bottom>p:nth-of-type(2){background-size:.4rem;padding-left: .6rem;margin-top: .3rem;}
    .float-bottom>input{height: .8rem;border-radius: .6rem;width: 100%;margin: 0 0 .2rem}
    .float-bottom .more{line-height: .8rem;width: 100%;margin-right: 0;text-align: center;padding-left: 0;}
    .float-bottom .more::before{width: .6rem;height: .6rem;top: .1rem;right: .1rem;}

    .crumb{position: static}
    .crumb .width{height: 1rem;white-space: nowrap;overflow-x: auto;}
    .crumb .info{width: 100%;}
    .crumb ul{display: none}

    .inner-banner .pc{display: none;}
    .inner-banner .m{display: block;}
    .inner-banner .img{height: auto;padding-bottom: 66.66%;}
    .inner-banner .width{top:45%}
    .inner-banner .info{width: 100%;text-align: center;}
    .inner-banner .info>p:nth-of-type(1){font-size: .5rem;line-height: .7rem;margin-bottom: .1rem;}
    .inner-banner .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
}

@media (any-hover:hover){
    .header li>a:hover{color:#199342}
    .header li>a:hover{color:#199342;}
    .header .child>a:hover{color:#199342}
    .header .lang .popup>a:hover{color:#199342}
    .header .search .btn:hover{opacity: .8;}

    .more:hover{border-color: transparent;color:#fff}
    .more:hover::before{background-image: url(../images/arrow1.png);background-color: #fff;}
    .more:hover::after{opacity: 1;}

    .footer1 .more:hover{color:#199342;}
    .footer1 .more:hover::before{background-color: #199342;background-image: url(../images/arrow1-w.png);}
    .footer1 .ask:hover{background-color: #fff;color:#199342;background-image: url(../images/10-h.png);}
    .footer2 .media>a:hover{background: #199342;opacity: 1;}
    .footer2 .media>a:hover>img{filter: brightness(0%) invert(100%)}
    .footer2 li>a:hover{color:#199342}
    .footer2 .child>a:hover{color:#199342}
    .footer2 .copyright a:hover{color:#199342}

    .float-right>a:hover{background: #199342;}
    .float-right>a:hover>p{color:#fff}
    .float-right>a:first-child:hover .phone{right: 0;}

    .crumb .info>a:hover{color: #199342;}
    .crumb li:hover>a{color:#199342}
}

/* 首页 */
.index-page .width{max-width: 16rem;}
.index-page .tit>p:nth-of-type(1){font-size: .6rem;line-height: .7rem;color:#000;margin-bottom: .15rem;}
.index-page .tit>p:nth-of-type(2){font-size: .2rem;line-height: .3rem;color:#666}

.index-page .box1 .m{display: none;}
.index-page .box1 .img{height: 9.6rem;}
.index-page .box1 video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.index-page .box1 .swiper-slide .width{display: none;position: absolute;top:32%;left: 50%;transform: translateX(-50%);color:#fff}
.index-page .box1 .swiper-slide:first-child .width{display: block;}
.index-page .box1 .info{max-width: 6rem;}
.index-page .box1 .info>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;}
.index-page .box1 .info>p:nth-of-type(2){font-size: .6rem;line-height: .72rem;margin:.15rem 0 .55rem}
.index-page .box1 .swiper-pagination{left: 50%;transform: translateX(-50%);text-align: left;display: flex;align-items: center;bottom:.6rem}
.index-page .box1 .swiper-pagination-bullet{width:.08rem;height:.08rem;border-radius: 50%;background: #fff;opacity: .5;margin:0 .08rem}
.index-page .box1 .swiper-pagination-bullet-active{width:.14rem;height:.14rem;opacity: 1;}

.index-page .box2{padding-top: .9rem;}
.index-page .box2 .tit{text-align: center;margin-bottom: .5rem;}
.index-page .box2 li{height: 8rem;color:#fff;position: relative;}
.index-page .box2 li>.width{position: absolute;top: 2rem;left: 50%;transform: translateX(-50%);}
.index-page .box2 .info{width:42%}
.index-page .box2 .info>p:nth-of-type(1){font-size: .4rem;line-height: .6rem;}
.index-page .box2 .info>p:nth-of-type(2){font-size: .2rem;line-height: .36rem;margin:.2rem 0 .4rem}

.index-page .box3{padding-top: .9rem;}
.index-page .box3 .con{display: flex;}
.index-page .box3 .tit{width: 35%;padding-right: .5rem;}
.index-page .box3 .more{border-color:#ddd;margin-top: .6rem;}
.index-page .box3 .info{width: 65%;}
.index-page .box3 .info>p{font-size: .2rem;line-height: .3rem;color:#666;}
.index-page .box3 ul{display: flex;flex-wrap: wrap;margin: .5rem 0 .3rem;}
.index-page .box3 li{margin-right: 1rem;margin-bottom: .2rem;}
.index-page .box3 li:last-child{margin-right: 0;}
.index-page .box3 .name{display: flex;align-items: center;}
.index-page .box3 .img-div{width: .33rem;height: .32rem;margin-right: .1rem;}
.index-page .box3 .name>p{font-size: .2rem}
.index-page .box3 li>p{display: flex;align-items: flex-end;}
.index-page .box3 li>p>span:nth-of-type(1){font-size: .6rem;color:#199342}
.index-page .box3 li>p>span:nth-of-type(2){font-size: .16rem;margin-bottom:.15rem}
.index-page .box3 .img{height: 4.55rem;}

.index-page .box4{padding: .9rem 0;}
.index-page .box4 .tit-box{display: flex;align-items: center;margin-bottom: .55rem;}
.index-page .box4 .tit{flex:1;padding-right: .5rem;}
.index-page .box4 .more{border-color:#ddd}
.index-page .box4 .con{height: 7.2rem;position: relative;}
.index-page .box4 ul{display: flex;border-top: 1px #eee solid;}
.index-page .box4 li{flex:1;text-align: center;height: 1.2rem;display: flex;justify-content: center;align-items: center;position: relative;font-size: .2rem;line-height: .3rem;color:#666;cursor: pointer;transition: 1s;}
.index-page .box4 li::after{content:'';width: 1px;height: .3rem;background: #eee;position: absolute;right:0;top: 50%;transform: translateY(-50%);}
.index-page .box4 li:last-child::after{display: none;}
.index-page .box4 li.active{background: url(../images/2.jpg) repeat-X;}
.index-page .box4 .info{opacity: 0;position: absolute;width:100%;height: 6rem;left:0;top:1.2rem;display: flex;justify-content: flex-end;transition: .5s;}
.index-page .box4 .info.show{opacity: 1;z-index: 2}
.index-page .box4 .info .img-bg{height: 100%;width: 66.25%;border-radius: .1rem}
.index-page .box4 .info .img{height: 100%;}
.index-page .box4 .txt{position: absolute;top:0;left:0;width:59.37%;height: 100%;color:#fff;padding:.9rem 2.5rem 0 .8rem;background: url(../images/3.png) no-repeat center center/cover;}
.index-page .box4 .txt>p:nth-of-type(1){font-size: .4rem;}
.index-page .box4 .txt>p:nth-of-type(2){font-size: .18rem;line-height: .3rem;margin: .15rem 0 .1rem;}
.index-page .box4 .items{display: flex;flex-wrap: wrap;margin-bottom: .6rem;}
.index-page .box4 .item{width: calc(50% - .25rem);border-bottom: 1px solid rgba(255,255,255,.2);display: flex;align-items: center;justify-content: space-between;padding:.35rem 0 .15rem 0}
.index-page .box4 .item:nth-child(2n+1){margin-right: .5rem;}
.index-page .box4 .item>p{width: calc(100% - .5rem);font-size: .16rem;}
.index-page .box4 .img-div{width: .23rem;height: .23rem;}

.index-page .box5 .tit-box{display:flex;align-items: center;margin-bottom: .45rem;}
.index-page .box5 .tit{flex:1;padding-right: .5rem;}
.index-page .box5 .more{border-color:#ddd}
.index-page .box5 .con{display: flex;justify-content: space-between;}
.index-page .box5 .time{position: absolute;right: 0;bottom:0;background: rgba(25,147,66,.7);line-height: .5rem;color:#fff;font-size: .18rem;padding: 0 .15rem;border-radius: .1rem 0 0 0;}
.index-page .box5 .head{width: 50%;position: relative;}
.index-page .box5 .head .img-bg{height:4.2rem;position: relative;border-radius: .1rem .1rem 0 0;}
.index-page .box5 .head .info{height: 1.9rem;padding:.45rem 1.6rem 0 .4rem;position: relative;box-shadow: 0 0 .15rem rgba(0,0,0,.1);border-radius: 0 0 .1rem .1rem;}
.index-page .box5 .head .info>p:nth-of-type(1){font-size: .24rem;margin-bottom: .2rem;}
.index-page .box5 .head .info>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666}
.index-page .box5 .head .info>p:nth-of-type(3){position: absolute;right: .45rem;top: .7rem;width: .5rem;height: .5rem;border-radius: 50%;border: 1px #199342 solid;background: url(../images/arrow1.png) no-repeat center center/.16rem;transition: .3s;}
.index-page .box5 .best-box{width: 46.25%;display: flex;flex-direction: column;justify-content: space-between;}
.index-page .box5 .best{display: flex;}
.index-page .box5 .item{width: calc(50% - .2rem);position: relative;}
.index-page .box5 .item:first-child{margin-right: .4rem;}
.index-page .box5 .item .img-bg{height:2rem;position: relative;border-radius: .1rem;margin-bottom: .25rem;}
.index-page .box5 .item .time{font-size: .16rem;line-height: .45rem;}
.index-page .box5 .item>p{font-size: .18rem;line-height: .3rem;}
.index-page .box5 li{display: flex;justify-content: space-between;font-size: .18rem;border-bottom: 1px solid #ddd;position: relative;align-items: center;height: .7rem;}
.index-page .box5 li::after{content:'';position: absolute;bottom: -1px;left: 0;width: 0;height: 1px;background: #199342;transition: .3s;}
.index-page .box5 li>p:nth-of-type(1){width: calc(100% - 1rem);position: relative;padding: 0 .5rem 0 .25rem;}
.index-page .box5 li>p:nth-of-type(1)::before{content:'';width: .05rem;height: .05rem;border-radius: 50%;background: #999;position: absolute;top: .1rem;left: 0;transition: .3s;}
.index-page .box5 li>p:nth-of-type(2){width: 1rem;text-align: right;color: #666;}

.index-page .box6{padding: .9rem 0 1rem;}
.index-page .box6 .tit-box{display:flex;align-items: center;margin-bottom: .45rem;}
.index-page .box6 .tit{flex:1;padding-right: .5rem;}
.index-page .box6 .more{border-color:#ddd}
.index-page .box6 .con{padding-left: 7.55%;}
.index-page .box6 .swiper-container{padding:.15rem;margin-bottom: .45rem;}
.index-page .box6 .swiper-slide{width:4.3rem;box-shadow: 0 0 .15rem rgba(0,0,0,.1);border-radius: .1rem;transition: .3s;padding:.45rem .5rem .6rem;height: auto;}
.index-page .box6 .icon{padding-left: .3rem;display: flex;align-items: center;background: url(../images/8.png) no-repeat left center/.22rem;height:.21rem;margin: .25rem 0;}
.index-page .box6 .line{height:1px;background: #eee;width:100%}
.index-page .box6 .swiper-slide>p:nth-of-type(1){font-size: .16rem;color:#666;}
.index-page .box6 .swiper-slide>p:nth-of-type(2){font-size: .3rem;line-height: .42rem;}
.index-page .box6 .swiper-slide>p:nth-of-type(3){font-size: .18rem;margin:.1rem 0 .3rem}
.index-page .box6 .swiper-slide>p:nth-of-type(4){font-size: .16rem;color:#666;line-height: .28rem;}
.index-page .box6 .swiper-scrollbar{position:relative;opacity:1 !important;height:.07rem;background: none;cursor: pointer;width:100%}
.index-page .box6 .swiper-scrollbar::after{content:'';width:100%;height: 1px;background: #e5e5e5;position: absolute;top:.03rem;left:0;}
.index-page .box6 .swiper-scrollbar-drag{background:#199342;height:.07rem;bottom:0;border-radius: .05rem;position: relative;z-index: 2;}

@media (max-width:750px){
    .index-page .tit>p:nth-of-type(1){font-size: .5rem;line-height: .7rem;margin-bottom: .1rem;}
    .index-page .tit>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}

    .index-page .box1 .pc{display: none;}
    .index-page .box1 .m{display: block;}
    .index-page .box1 .img{height: auto;padding-bottom: 133.33%;}
    .index-page .box1 video{display: none;}
    .index-page .box1 .info{max-width: 100%;}
    .index-page .box1 .info>p:nth-of-type(1){font-size: .36rem;line-height: .56rem;}
    .index-page .box1 .info>p:nth-of-type(2){font-size: .5rem;line-height: .7rem;margin:.2rem 0 .6rem}
    .index-page .box1 .swiper-pagination{justify-content: center;align-items: center;bottom:.4rem}
    .index-page .box1 .swiper-pagination-bullet{width:.15rem;height:.15rem;margin:0 .1rem}
    .index-page .box1 .swiper-pagination-bullet-active{width:.2rem;height:.2rem}

    .index-page .box2{padding-top: .8rem;}
    .index-page .box2 .tit{margin-bottom: .4rem;}
    .index-page .box2 li{height: auto;padding-bottom: 80%;}
    .index-page .box2 li>.width{top: 1rem;}
    .index-page .box2 .info{width:100%}
    .index-page .box2 .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}

    .index-page .box3{padding-top: .8rem;}
    .index-page .box3 .con{display: block;}
    .index-page .box3 .tit{width: 100%;padding: 0 0 .4rem;}
    .index-page .box3 .more{margin-top: .4rem;}
    .index-page .box3 .info{width: 100%;}
    .index-page .box3 .info>p{font-size: .28rem;line-height: .48rem}
    .index-page .box3 li{margin-right: .2rem;margin-bottom: .4rem;width:calc(50% - .1rem)}
    .index-page .box3 li:nth-child(2n){margin-right: 0;}
    .index-page .box3 .name{margin-bottom: .1rem;}
    .index-page .box3 .img-div{width: .5rem;height: .5rem;margin-right: .2rem;}
    .index-page .box3 .name>p{font-size: .28rem}
    .index-page .box3 li>p>span:nth-of-type(1){font-size: .65rem;width: auto !important;}
    .index-page .box3 li>p>span:nth-of-type(2){font-size: .24rem;margin:0 0 .15rem .2rem}
    .index-page .box3 .img{height: auto;padding-bottom: 23.69%;}

    .index-page .box4{padding: .8rem 0;}
    .index-page .box4 .tit-box{display: block;margin-bottom: .6rem;}
    .index-page .box4 .tit{padding: 0 0 .3rem;}
    .index-page .box4 .con{height: 10.1rem}
    .index-page .box4 li{height: 1rem;font-size: .24rem;line-height: .44rem}
    .index-page .box4 li::after{height: .4rem;}
    .index-page .box4 .info{height: 9.1rem;display: block;top:1rem}
    .index-page .box4 .info .img-bg{height: 3.5rem;width: 100%;border-radius: .2rem .2rem 0 0}
    .index-page .box4 .info .img{height: 100%;}
    .index-page .box4 .txt{position: static;width:100%;height: 5.6rem;padding:.5rem .4rem 0;background: linear-gradient(to right,#03B5B7,#1DAF55);border-radius: 0 0 .2rem .2rem;}
    .index-page .box4 .txt>p:nth-of-type(1){font-size: .4rem;}
    .index-page .box4 .txt>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;margin: .15rem 0 .1rem;}
    .index-page .box4 .items{margin-bottom: .4rem;}
    .index-page .box4 .item{width: calc(50% - .2rem);padding:.3rem 0 .2rem 0}
    .index-page .box4 .item:nth-child(2n+1){margin-right: .4rem;}
    .index-page .box4 .item>p{font-size: .26rem;}
    .index-page .box4 .img-div{width: .3rem;height: .3rem;}

    .index-page .box5 .tit-box{display:block;margin-bottom: .6rem;}
    .index-page .box5 .tit{padding: 0 0 .3rem;}
    .index-page .box5 .con{display: block}
    .index-page .box5 .time{line-height: .6rem;font-size: .26rem;padding: 0 .2rem;border-radius: .2rem 0 0 0;}
    .index-page .box5 .head{width: 100%;}
    .index-page .box5 .head .img-bg{height:auto;border-radius: .2rem .2rem 0 0;}
    .index-page .box5 .head .img{padding-bottom: 52.5%;}
    .index-page .box5 .head .info{height: auto;padding:.5rem .4rem;border-radius: 0 0 .2rem .2rem;}
    .index-page .box5 .head .info>p:nth-of-type(1){font-size: .32rem;margin-bottom: .2rem;}
    .index-page .box5 .head .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}
    .index-page .box5 .head .info>p:nth-of-type(3){display: none;}
    .index-page .box5 .best-box{width: 100%;display: block;}
    .index-page .box5 .best{display: block;margin: .6rem 0 .2rem;}
    .index-page .box5 .item{width: 100%;margin-bottom: .5rem;}
    .index-page .box5 .item:first-child{margin-right: 0;}
    .index-page .box5 .item:last-child{margin-bottom: 0;}
    .index-page .box5 .item .img-bg{height:auto;margin-bottom: .2rem;}
    .index-page .box5 .item .img{padding-bottom: 66.66%;}
    .index-page .box5 .item .time{font-size: .26rem;line-height: .6rem;}
    .index-page .box5 .item>p{font-size: .28rem;line-height: .48rem;}
    .index-page .box5 li{font-size: .28rem;height: 1rem;}
    .index-page .box5 li::after{display: none;}
    .index-page .box5 li>p:nth-of-type(1){width: calc(100% - 1.4rem);padding: 0 .2rem 0 .25rem;}
    .index-page .box5 li>p:nth-of-type(1)::before{width: .08rem;height: .08rem;top: .15rem;}
    .index-page .box5 li>p:nth-of-type(2){width: 1.4rem;font-size: .24rem;}

    .index-page .box6{padding: .8rem 0;}
    .index-page .box6 .tit-box{display:block;margin-bottom: .4rem;}
    .index-page .box6 .tit{padding: 0 0 .3rem;}
    .index-page .box6 .con{padding-left: .2rem;}
    .index-page .box6 .swiper-container{padding:.2rem;margin-bottom: .2rem;}
    .index-page .box6 .swiper-slide{width:80%;border-radius: .2rem;padding:.45rem .5rem .6rem;}
    .index-page .box6 .icon{padding-left: .6rem;background-size:.4rem;height:.4rem;margin: .25rem 0;}
    .index-page .box6 .swiper-slide>p:nth-of-type(1){font-size: .28rem;}
    .index-page .box6 .swiper-slide>p:nth-of-type(2){font-size: .32rem;line-height: .52rem;}
    .index-page .box6 .swiper-slide>p:nth-of-type(3){font-size: .28rem;}
    .index-page .box6 .swiper-slide>p:nth-of-type(4){font-size: .28rem;line-height: .48rem;}
    .index-page .box6 .swiper-scrollbar{height:.05rem;width:calc(100% - .8rem)}
    .index-page .box6 .swiper-scrollbar-drag{height:.05rem;}
}

@media (any-hover:hover){
    .index-page .box5 .head:hover .img{transform: scale(1.1);}
    .index-page .box5 .head:hover .info>p:nth-of-type(1){color:#199342}
    .index-page .box5 .head:hover .info>p:nth-of-type(3){background-image: url(../images/arrow1-w.png);background-color: #199342;}
    .index-page .box5 .item:hover .img{transform: scale(1.1);}
    .index-page .box5 .item:hover>p{color:#199342}
    .index-page .box5 li:hover::after{width: 100%;}
    .index-page .box5 li:hover>p:nth-of-type(1){color:#199342}
    .index-page .box5 li:hover>p:nth-of-type(1)::before{background: #199342;}

    .index-page .box6 .swiper-slide:hover{transform: translateY(-.1rem)}
    .index-page .box6 .swiper-slide:hover .icon{background-image: url(../images/8-h.gif);}
    .index-page .box6 .swiper-slide:hover .line{background: #d8d8d8;}
}

/* 方案 */
.solution-page1 .tit{text-align: center;}
.solution-page1 .tit>p:nth-of-type(1){font-size: .48rem;line-height: .58rem;color:#000;margin-bottom: .1rem;}
.solution-page1 .tit>p:nth-of-type(2){font-size: .2rem;line-height: .3rem;color:#666}

.solution-page1 .box1{padding:.9rem 0 .8rem}
.solution-page1 .box1 ul{display: flex;flex-wrap: wrap;margin-top: .3rem;}
.solution-page1 .box1 li{width: calc(20% - .16rem);margin-right: .2rem;margin-bottom: .2rem;border: 1px #eee solid;border-radius: .1rem;padding:.4rem .2rem .6rem .3rem;position: relative;overflow: hidden;}
.solution-page1 .box1 li:nth-child(5n){margin-right: 0;}
.solution-page1 .box1 li::after{content:'';position: absolute;top:0;left:0;width:100%;height:100%;background: linear-gradient(to right,#03b5b7,#1eaf50);border-radius: .1rem;transition: .3s;opacity: 0;}
.solution-page1 .box1 .img-div{width: .55rem;height: .58rem;position: relative;z-index: 2;}
.solution-page1 .box1 li>p{position: relative;z-index: 2;}
.solution-page1 .box1 li>p:nth-of-type(1){font-size: .2rem;line-height: .3rem;margin: .25rem 0 .1rem;}
.solution-page1 .box1 li>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666;}
.solution-page1 .box1 li>p:nth-of-type(3){font-size: 1rem;color:#f5f5f5;position: absolute;right: .15rem;bottom: -.3rem;transition: .3s;line-height: 1rem;}

.solution-page1 .box2{padding:.9rem 0 .6rem}
.solution-page1 .box2 .tit>p:nth-of-type(1){color:#fff}
.solution-page1 .box2 .tit>p:nth-of-type(2){color:#fff}
.solution-page1 .box2 ul{display: flex;flex-wrap: wrap;margin-top: .3rem;}
.solution-page1 .box2 li{width: calc(100% / 3 - .26rem);margin-right: .39rem;margin-bottom: .4rem;background: #fff;border-radius: .1rem;padding:.6rem .3rem .7rem .5rem;transition: .3s;}
.solution-page1 .box2 li:nth-child(3n){margin-right: 0;}
.solution-page1 .box2 .img-div{width: .74rem;height: .63rem;position: relative;z-index: 2;}
.solution-page1 .box2 li>p{font-size: .24rem;line-height: .34rem;margin:.25rem 0 .2rem;position: relative;z-index: 2}
.solution-page1 .box2 .note>p{font-size: .16rem;line-height: .26rem;color:#666;padding-left: .25rem;background: url(../images/18.png) no-repeat left .07rem/.12rem;margin-bottom: .05rem;position: relative;z-index: 2}

.solution-page1 .box3{padding:1.1rem 0 .7rem}
.solution-page1 .box3 .tit-box{display: flex;justify-content: space-between;}
.solution-page1 .box3 .tit{width: 57%;text-align: left;}
.solution-page1 .box3 .tit-box .item{width: 39%;}
.solution-page1 .box3 .con{display: flex;}
.solution-page1 .box3 .items{width: 28%;}
.solution-page1 .box3 .item{border-left: 2px solid #199342;padding-left: .25rem;margin-bottom: .4rem;}
.solution-page1 .box3 .item>p:nth-of-type(1){font-style: italic;font-size: .48rem;line-height: .6rem;color:#199342;margin-bottom: .15rem;}
.solution-page1 .box3 .item>p:nth-of-type(2){font-size: .16rem;line-height: .3rem;color:#666}
.solution-page1 .box3 .img-div{flex:1;margin-top: .2rem;}

.solution-page1 .box4 .con{margin-top: .35rem;position: relative;min-height: 8.4rem;}
.solution-page1 .box4 ul{width: 33.33%;position: relative;z-index: 3;border-right: 1px rgba(255,255,255,.2) solid;}
.solution-page1 .box4 li{line-height: .83rem;display: flex;align-items: center;padding:0 1.1rem 0 1.7rem;border-bottom: 1px rgba(255,255,255,.2) solid;position: relative}
.solution-page1 .box4 li::before{content:'';width:calc(100% + 2px);height:calc(100% + 2px);background: linear-gradient(to right,#03b5b7,#1eaf50);position: absolute;top:-1px;left:-1px;opacity: 0;transition: .3s;}
.solution-page1 .box4 li::after{content:'';width:.4rem;height:.4rem;background: #fff url(../images/arrow1.png) no-repeat center center/.12rem;position: absolute;top:.22rem;right:.4rem;opacity: 0;transition: .3s;border-radius: 50%;}
.solution-page1 .box4 .img-div{width: .41rem;height: .39rem;opacity: .5;position: relative;z-index: 2;}
.solution-page1 .box4 li>p{color:#fff;opacity: .5;padding-left:.3rem;width: calc(100% - .41rem);font-size: .18rem;position: relative;z-index: 2}
.solution-page1 .box4 .img{position: absolute;top:0;left:0;width:100%;height:100%;z-index: 1;}
.solution-page1 .box4 .img.show{z-index: 2;}
.solution-page1 .box4 .info{width: 66.67%;position: absolute;right: 0;bottom: 0;border-top: 1px solid rgba(255,255,255,.2);padding:.55rem 0 .65rem .95rem;display: none;z-index: 3;}
.solution-page1 .box4 .info>p{width: 67%;color:#fff}
.solution-page1 .box4 .info>p:nth-of-type(1){font-size: .36rem;line-height: .46rem;margin-bottom: .15rem;}
.solution-page1 .box4 .info>p:nth-of-type(2){font-size: .16rem;line-height: .3rem;}
.solution-page1 .box4 .swiper-container{display: none;}

.solution-page1 .box5{padding:.9rem 0 .8rem}
.solution-page1 .box5>p{text-align: center;}
.solution-page1 .box5>p:nth-of-type(1){font-size: .28rem;line-height: .38rem;color:#000;margin:.6rem 0 .1rem}
.solution-page1 .box5>p:nth-of-type(2){font-size: .18rem;line-height: .28rem;color:#666;margin-bottom: .3rem;}
.solution-page1 .box5 .info-box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.solution-page1 .box5 .info:nth-of-type(1){width: 100%;}
.solution-page1 .box5 .info:nth-of-type(2){width: 66%;}
.solution-page1 .box5 .info:nth-of-type(3){width: 32%;}
.solution-page1 .box5 .info>p{font-size: .3rem;line-height: .4rem;color:#000;margin-bottom: .25rem;}
.solution-page1 .box5 .info ul{display: flex;margin-bottom: .5rem;}
.solution-page1 .box5 .info li{border:1px #eee solid;border-radius: .1rem;position: relative;display: flex;}
.solution-page1 .box5 .info li::after{content:'';width: calc(100% + 2px);height:calc(100% + 2px);top: -1px;left: -1px;background: linear-gradient(to right,#03b5b7,#1eaf50);position: absolute;border-radius: .1rem;transition: .3s;opacity: 0;}
.solution-page1 .box5 .info:nth-of-type(1) li{width: calc(100% / 6 - .25rem);margin-right: .3rem;padding: .45rem .3rem;display: block;}
.solution-page1 .box5 .info:nth-of-type(2) li{width: calc(100% / 3 - .14rem);margin-right: .21rem;padding: .5rem .25rem;}
.solution-page1 .box5 .info:nth-of-type(3) li{width:100%;margin-bottom: .2rem;padding:.36rem .5rem}
.solution-page1 .box5 .info li:last-child{margin-right: 0 !important;}
.solution-page1 .box5 .info .img-div{position: relative;z-index: 2;width: .76rem;height: .6rem;}
.solution-page1 .box5 .info:nth-of-type(1) .img-div{margin:0 auto .3rem;}
.solution-page1 .box5 .info:nth-of-type(2) .img-div{margin-right:.2rem;}
.solution-page1 .box5 .info:nth-of-type(3) .img-div{margin:.1rem .3rem 0 0;}
.solution-page1 .box5 .info:nth-of-type(1) li>p{font-size: .18rem;line-height: .28rem;text-align: center;position: relative;z-index: 2;color:#000}
.solution-page1 .box5 .info .txt{flex:1;position: relative;z-index: 2;}
.solution-page1 .box5 .info .txt>p:nth-of-type(1){font-size: .2rem;line-height: .3rem;color:#000}
.solution-page1 .box5 .info:nth-of-type(3) .txt>p:nth-of-type(1){margin-bottom: .05rem;}
.solution-page1 .box5 .info .txt>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666}
.solution-page1 .box5 .con{margin-bottom: .2rem;}
.solution-page1 .box5 .con>p{background: #f7f7f7;border-radius: .1rem;padding:.3rem 1rem .3rem .4rem;position: relative;cursor: pointer}
.solution-page1 .box5 .con>p::before{content:'';width: calc(100% + 2px);height:calc(100% + 2px);top: -1px;left: -1px;background: linear-gradient(to right,#03b5b7,#1eaf50);position: absolute;border-radius: .1rem .1rem 0 0;transition: .3s;opacity: 0;}
.solution-page1 .box5 .con>p::after{content:'';width: .18rem;height: .18rem;background: url(../images/arrow.svg) no-repeat right center/100%;position: absolute;top: .4rem;right: .5rem;transform: rotate(90deg);opacity: .5;transition: .3s;}
.solution-page1 .box5 .con>p>span{position: relative;z-index: 2;font-size: .28rem;line-height: .38rem;color:#000;}
.solution-page1 .box5 .con.active>p::before{opacity: 1;}
.solution-page1 .box5 .con.active>p::after{transform: rotate(-90deg);background-image: url(../images/arrow-w.svg);opacity: 1;}
.solution-page1 .box5 .con.active>p>span{color:#fff}
.solution-page1 .box5 .note{background: #f7f7f7;border-radius: 0 0 .1rem .1rem;padding:.35rem .4rem .2rem;display: none;}
.solution-page1 .box5 .note>p{font-size: .18rem;line-height: .28rem;margin-bottom: .25rem;}
.solution-page1 .box5 .note ul{display: flex;flex-wrap: wrap;}
.solution-page1 .box5 .note li{margin:0 .2rem .2rem 0;display: flex;background: #fff;border: 1px #eee solid;border-radius: .1rem;padding:.18rem .4rem}
.solution-page1 .box5 .note .img-div{width: .72rem;height: .62rem;margin-right: .2rem;}
.solution-page1 .box5 .note li>p{font-size: .26rem;line-height: .36rem;margin-top: .12rem;}

.solution-page1 .box6{padding:.9rem 0 1rem}
.solution-page1 .box6 .con{margin-top: .4rem;display: flex;height: 6.2rem;}
.solution-page1 .box6 .info-box{display: none;width: 34.37%}
.solution-page1 .box6 .info{display: flex;flex-direction: column;justify-content: center;background: #fff;box-shadow: 0 0 .15rem rgba(0,0,0,.08);border-radius: .1rem 0 0 .1rem;height: 100%;padding:.8rem 1rem .8rem .5rem}
.solution-page1 .box6 .img-div{width: .75rem;height: .58rem;}
.solution-page1 .box6 .info>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;color:#000;margin:.2rem 0 .15rem}
.solution-page1 .box6 .info>p:nth-of-type(2){font-size: .16rem;line-height: .3rem;color:#666}
.solution-page1 .box6 ul{flex:1;position: relative;display: flex;}
.solution-page1 .box6 li{flex:1;position: relative;z-index: 2;padding: 3.35rem .2rem 0;border-right: 1px solid rgba(255,255,255,.2);}
.solution-page1 .box6 li:last-child{border-right: 0;}
.solution-page1 .box6 li>span{width: .08rem;height: .08rem;border-radius: 50%;background: #fff;position: absolute;top: 2.85rem;left: 50%;transform: translateX(-50%);transition: .3s;}
.solution-page1 .box6 li>span::before{content:'';width: .25rem;height: .25rem;border-radius: 50%;border:1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: .5;}
.solution-page1 .box6 li>span::after{content:'';width: .45rem;height: .45rem;border-radius: 50%;border:1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: .1;}
.solution-page1 .box6 li>p{color:#fff;font-size: .16rem;line-height: .26rem;text-align: center;}
.solution-page1 .box6 li.active>span{width: .2rem;height: .2rem;top: 2.8rem;}
.solution-page1 .box6 li.active>span::before{width: calc(100% - 2px);height: calc(100% - 2px);opacity: 1;animation: solution-box6-play 1.2s linear infinite;}
.solution-page1 .box6 li.active>span::after{width: calc(100% - 2px);height: calc(100% - 2px);opacity: 1;animation: solution-box6-play1 1.2s linear infinite}
.solution-page1 .box6 .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: .3s;border-radius: 0 .1rem .1rem 0}
.solution-page1 .box6 .img.show{opacity: 1;}
.solution-page1 .box6 .swiper-container{display: none;}
@keyframes solution-box6-play {
    to{transform: translate(-50%,-50%) scale(2);opacity: 0;}
}
@keyframes solution-box6-play1 {
    to{transform: translate(-50%,-50%) scale(3);opacity: 0;}
}

.solution-page1 .box7{padding:.9rem 0 .8rem}
.solution-page1 .box7 .con1{background: linear-gradient(to right,#03b5b7,#1eaf50);border-radius: .1rem;padding:.45rem .5rem .6rem .6rem;margin: .4rem 0 .65rem;}
.solution-page1 .box7 .name{display: flex;justify-content: space-between;color:#fff;margin-bottom: .55rem;}
.solution-page1 .box7 .name>p:nth-of-type(1){width: 34%;font-size: .36rem;line-height: .46rem;}
.solution-page1 .box7 .name>p:nth-of-type(2){width: 62%;font-size: .2rem;line-height: .3rem;padding-top: .1rem;}
.solution-page1 .box7 .name>p:nth-of-type(2)>span{font-size: .36rem;}
.solution-page1 .box7 .con1 ul{display: flex;}
.solution-page1 .box7 .con1 li{width: 1.5rem;height: 1.5rem;margin-right: .45rem;}
.solution-page1 .box7 .con1 li:nth-child(3){margin-right: 1rem;}
.solution-page1 .box7 .con1 li:last-child{margin-right: 0;}
.solution-page1 .box7 canvas{width: 100%;height: 100%;}
.solution-page1 .box7 .circleChart_text{height: 100%;display: flex;align-items: center;justify-content: center;line-height: .3rem !important;color:#fff;font-size: .36rem !important;flex-direction: column;}
.solution-page1 .box7 .circleChart_text span{font-size: .12rem;display: block;}
.solution-page1 .box7 .con2>p{font-size: .36rem;line-height: .46rem;color:#000;text-align: center;}
.solution-page1 .box7 .con2 ul{display: flex;flex-wrap: wrap;margin-top: .35rem;}
.solution-page1 .box7 .con2 li{width: calc(25% - .15rem);margin-right: .2rem;border: 1px #eee solid;border-radius: .1rem;position: relative;overflow: hidden;padding: .4rem .25rem .6rem .3rem;margin-bottom: .2rem;}
.solution-page1 .box7 .con2 li:nth-child(4n){margin-right: 0;}
.solution-page1 .box7 .con2 li::after{content:'';position: absolute;width: calc(100% + 2px);height: calc(100% + 2px);top: -1px;left: -1px;background: linear-gradient(to right,#03b5b7,#1eaf50);transition: .3s;opacity: 0;}
.solution-page1 .box7 .con2 li>p{position: relative;z-index: 2;}
.solution-page1 .box7 .con2 li>p:nth-of-type(1){font-size: .18rem;line-height: .3rem;}
.solution-page1 .box7 .con2 li>p:nth-of-type(2){font-size: 1rem;color:#f5f5f5;position: absolute;right: .1rem;bottom: -.35rem;line-height: 1rem;transition: .3s;}

.solution-page1 .box8{padding:.9rem 0}
.solution-page1 .box8 .img-bg{height: 3.7rem;border-radius: .1rem;margin: .35rem 0 .4rem;}
.solution-page1 .box8 .img-div{background: #656776;border-radius: .1rem;align-items: flex-end;height: 2.9rem;overflow:hidden}
.solution-page1 .box8 .img-div>img{max-width: 92%;max-height: 92%;transition: .5s;}
.solution-page1 .box8 .con{position: relative;}
.solution-page1 .box8 .name{display: flex;align-items: flex-start;margin: .3rem 0 .2rem;flex-wrap: wrap;}
.solution-page1 .box8 .name>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;margin-right: .1rem;}
.solution-page1 .box8 .name>p:nth-of-type(2){font-size: .16rem;line-height: .2rem;color:#fff;background: #199342;border-radius: .03rem;padding: .02rem .05rem;margin-top: .05rem;}
.solution-page1 .box8 .swiper-slide>p{font-size: .16rem;line-height: .3rem;color:#666}
.solution-page1 .box8 .arrow{position: absolute;width: .5rem;height: .5rem;border-radius: 50%;background: #ccc url(../images/arrow1-w.png) no-repeat center center/.16rem;top: 1.2rem;right: -.9rem;cursor: pointer;transition: .3s;}
.solution-page1 .box8 .prev{transform: rotate(180deg);right: 0;left: -.9rem;}

.solution-page1 .box9{padding:.9rem 0}
.solution-page1 .box9 ul{display: flex;justify-content: space-between;margin: .35rem 0 .5rem;}
.solution-page1 .box9 li{flex:1;border-radius: .1rem;border: 1px solid #199342;margin-right: .1rem;padding: .3rem .1rem;position: relative;background: #fff;}
.solution-page1 .box9 li:last-child{margin-right: 0;}
.solution-page1 .box9 li::after{content:'';position: absolute;width: calc(100% + 2px);height: calc(100% + 3px);top: -1px;left: -1px;background: linear-gradient(to right,#03b5b7,#1eaf50);transition: .3s;opacity: 0;border-radius: .1rem;}
.solution-page1 .box9 .img-div{width: .57rem;height: .52rem;margin: 0 auto .15rem;position: relative;z-index: 2;}
.solution-page1 .box9 li>p{font-size: .16rem;line-height: .24rem;text-align: center;position: relative;z-index: 2}
.solution-page1 .box9 li>p:nth-of-type(2){display: none;}
.solution-page1 .box9 .tab{display: flex;line-height: .4rem;border-radius: .2rem;background: linear-gradient(to right,#03b5b7,#1eaf50);justify-content: space-between;}
.solution-page1 .box9 .tab>p{color:#fff;text-align: center;flex:1;margin-right: .1rem;position:relative}
.solution-page1 .box9 .tab>p:last-child{margin-right: 0;}
.solution-page1 .box9 .tab>p::before{content:'';width:1px;height:.5rem;border-left:1px #199342 dashed;position:absolute;left:50%;transform: translateX(-50%);top: -.5rem;}
.solution-page1 .box9 .tab>p::after{content:'';width:.4rem;height:.4rem;background:rgba(0,0,0,.1) url(../images/arrow-w.svg) no-repeat center center/.1rem;position:absolute;right:-.2rem;top: 0;border-radius: 50%;}
.solution-page1 .box9 .tab>p:last-child::after{display: none;}

.solution-page1 .box10{padding-bottom:.85rem}
.solution-page1 .box10 .tit-box{display: flex;align-items: center;}
.solution-page1 .box10 .tit{flex:1;padding-right: .5rem;text-align: left;}
.solution-page1 .box10 .more{border-color:#ddd}
.solution-page1 .box10 .con{position: relative;max-width: 13.1rem;margin-top: .25rem;}
.solution-page1 .box10 .swiper-container{padding: .15rem;}
.solution-page1 .box10 .swiper-slide{display: flex;box-shadow: 0 0 .15rem rgba(0,0,0,.1);border-radius: .1rem;align-items: center;}
.solution-page1 .box10 .img-bg{width: 48.43%;border-radius: .1rem;height: 4.8rem;}
.solution-page1 .box10 .info{flex:1;padding: .5rem .3rem .5rem .5rem;position: relative;}
.solution-page1 .box10 .info>p:nth-of-type(1){font-size: .3rem;line-height: .4rem;margin:0 1.3rem .25rem 0}
.solution-page1 .box10 .info>p:nth-of-type(2){position: absolute;border-radius: .2rem;font-size: .16rem;border: 1px solid #199342;color:#199342;line-height: .4rem;padding: 0 .2rem;right: .4rem;top: .4rem;}
.solution-page1 .box10 .note{max-height: 3.1rem;padding-right: .2rem;}
.solution-page1 .box10 .note>p{font-size: .16rem;line-height: .3rem;color:#666;margin-bottom: .1rem;}
.solution-page1 .box10 .note>p:last-child{margin-bottom: 0;}
.solution-page1 .box10 .arrow{position: absolute;width: .5rem;height: .5rem;border-radius: 50%;background: #ccc url(../images/arrow1-w.png) no-repeat center center/.16rem;top: 50%;transform:translateY(-50%);right: -.9rem;cursor: pointer;transition: .3s;}
.solution-page1 .box10 .prev{transform: translateY(-50%) rotate(180deg);right: 0;left: -.9rem;}

.solution-page1 .box11 .con{padding:.9rem 0 .5rem}
.solution-page1 .box11 .tit>p:nth-of-type(1){color:#fff}
.solution-page1 .box11 .tit>p:nth-of-type(2){color:#fff}
.solution-page1 .box11 ul{display: flex;margin-top: .5rem;justify-content: space-between;}
.solution-page1 .box11 li{color:#fff;display: flex;position: relative}
.solution-page1 .box11 li>p:nth-of-type(1){font-size: .26rem;line-height: .36rem;margin-top: .4rem;}
.solution-page1 .box11 li>p:nth-of-type(2){font-size: 1.1rem;text-align: center;}
.solution-page1 .box11 li>p:nth-of-type(3){font-size: .52rem;margin-top: .4rem;}
.solution-page1 .box11 li>span{content:'';background: rgba(255,255,255,.5);width: 1px;height: .6rem;position: absolute;top: .45rem;}
.solution-page1 .box11 .items{padding: .9rem .8rem .7rem;display: flex;flex-wrap: wrap;background: #f5f6f7;}
.solution-page1 .box11 .item{display: flex;align-items: flex-start;width: calc(50% - .4rem);position: relative;padding-left: calc(1rem - 1px);margin-bottom: .2rem;}
.solution-page1 .box11 .item:nth-child(2n+1){margin-right: .8rem;}
.solution-page1 .box11 .item>p{width: 1rem;line-height: .5rem;border-radius: .25rem 0 0 .25rem;background: linear-gradient(to right,#03b5b7,#1eaf50);color:#fff;font-size: .16rem;text-align: center;position: absolute;top: 0;left: 0;}
.solution-page1 .box11 .info{flex:1;margin-right: .1rem;border: 1px solid #e5e5e5;background: #fff;border-radius: .05rem;padding: .05rem .1rem .1rem;transition: .3s;}
.solution-page1 .box11 .info:nth-of-type(1){border-radius: 0 .05rem .05rem .05rem;}
.solution-page1 .box11 .info:last-child{margin-right: 0;}
.solution-page1 .box11 .info .img-div{height: .4rem;margin-bottom: .05rem;}
.solution-page1 .box11 .info>p{font-size: .12rem;text-align: center;color:#999}

@media (max-width:750px){
    .solution-page1 .tit>p:nth-of-type(1){font-size: .44rem;line-height: .64rem;}
    .solution-page1 .tit>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}

    .solution-page1 .box1{padding:.8rem 0 .5rem}
    .solution-page1 .box1 ul{margin-top: .4rem;}
    .solution-page1 .box1 li{width: calc(50% - .1rem);margin-bottom: .3rem;padding:.5rem .2rem .5rem .3rem}
    .solution-page1 .box1 li:nth-child(5n){margin-right: .2rem;}
    .solution-page1 .box1 li:nth-child(2n){margin-right: 0;}
    .solution-page1 .box1 .img-div{width: .8rem;height: .8rem}
    .solution-page1 .box1 li>p:nth-of-type(1){font-size: .28rem;line-height: .44rem;margin: .25rem 0 .1rem;}
    .solution-page1 .box1 li>p:nth-of-type(2){font-size: .24rem;line-height: .4rem}

    .solution-page1 .box2{padding:1.2rem 0 .8rem}
    .solution-page1 .box2 ul{display: block;margin-top: .4rem;}
    .solution-page1 .box2 li{width: 100%;margin-right: 0;margin-bottom: .4rem;padding:.5rem}
    .solution-page1 .box2 .img-div{width: .9rem;height: .9rem}
    .solution-page1 .box2 li>p{font-size: .32rem;line-height: .52rem;margin:.2rem 0}
    .solution-page1 .box2 .note>p{font-size: .28rem;line-height: .48rem;padding-left: .4rem;background-position:left .09rem;background-size:.24rem;margin-bottom: .1rem}

    .solution-page1 .box3{padding:.8rem 0}
    .solution-page1 .box3 .tit-box{display: block}
    .solution-page1 .box3 .tit{width: 100%;text-align: center;margin-bottom: .6rem;}
    .solution-page1 .box3 .tit-box .item{width: 100%;}
    .solution-page1 .box3 .con{display: block;}
    .solution-page1 .box3 .items{width: 100%;}
    .solution-page1 .box3 .item{padding-left: .3rem}
    .solution-page1 .box3 .item>p:nth-of-type(1){font-size: .44rem;line-height: .64rem;margin-bottom: .15rem;}
    .solution-page1 .box3 .item>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}

    .solution-page1 .box4 .con{display: none;}
    .solution-page1 .box4 .swiper-container{display: block;margin-top: .6rem;padding-bottom: .8rem;}
    .solution-page1 .box4 .swiper-slide{padding-bottom: 100%;height:auto}
    .solution-page1 .box4 .txt{position: absolute;bottom:0;left:0;width: 100%;padding:10% .4rem .5rem;color:#fff;background: linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);}
    .solution-page1 .box4 .txt>p:nth-of-type(1){font-size: .36rem;line-height: .56rem;margin-bottom: .2rem;}
    .solution-page1 .box4 .txt>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box4 .swiper-pagination-bullet-active{background: #0f7531;}

    .solution-page1 .box5{padding:.8rem 0 .5rem}
    .solution-page1 .box5>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;margin:.4rem 0 .1rem}
    .solution-page1 .box5>p:nth-of-type(2){font-size: .26rem;line-height: .46rem;margin-bottom: .4rem;}
    .solution-page1 .box5 .info-box{display: block}
    .solution-page1 .box5 .info:nth-of-type(2){width: 100%;}
    .solution-page1 .box5 .info:nth-of-type(3){width: 100%;}
    .solution-page1 .box5 .info>p{font-size: .4rem;line-height: .6rem;margin-bottom: .2rem;}
    .solution-page1 .box5 .info ul{margin-bottom: .4rem;flex-wrap: wrap;}
    .solution-page1 .box5 .info li{display: block;margin-bottom: .2rem;}
    .solution-page1 .box5 .info:nth-of-type(1) li{width: calc(50% - .1rem);margin-right: .2rem;padding: .5rem .4rem;}
    .solution-page1 .box5 .info:nth-of-type(1) li:nth-child(2n){margin-right: 0;}
    .solution-page1 .box5 .info:nth-of-type(2) li{width: calc(50% - .1rem);margin-right: .2rem;padding: .5rem .4rem;}
    .solution-page1 .box5 .info:nth-of-type(2) li:nth-child(2n){margin-right: 0;}
    .solution-page1 .box5 .info:nth-of-type(3) li{display:flex;padding:.5rem .1rem .5rem .3rem}
    .solution-page1 .box5 .info .img-div{width: .9rem;height: .9rem;}
    .solution-page1 .box5 .info:nth-of-type(1) .img-div{margin:0 auto .2rem;}
    .solution-page1 .box5 .info:nth-of-type(2) .img-div{margin:0 auto .2rem;}
    .solution-page1 .box5 .info:nth-of-type(3) .img-div{margin:.05rem .3rem 0 0;}
    .solution-page1 .box5 .info:nth-of-type(1) li>p{font-size: .32rem;line-height: .52rem;}
    .solution-page1 .box5 .info:nth-of-type(2) .txt>p{text-align: center}
    .solution-page1 .box5 .info .txt>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;}
    .solution-page1 .box5 .info:nth-of-type(3) .txt>p:nth-of-type(1){margin-bottom: .1rem;}
    .solution-page1 .box5 .info .txt>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box5 .con{margin-bottom: .4rem;}
    .solution-page1 .box5 .con>p{padding:.25rem 1rem .25rem .4rem}
    .solution-page1 .box5 .con>p::after{width: .25rem;height: .25rem;top: .35rem;right: .4rem;}
    .solution-page1 .box5 .con>p>span{font-size: .32rem;line-height: .52rem}
    .solution-page1 .box5 .note{padding:.4rem}
    .solution-page1 .box5 .note>p{font-size: .28rem;line-height: .48rem;margin-bottom: .4rem;}
    .solution-page1 .box5 .note li{padding:.2rem .3rem;margin:0 .1rem .1rem 0}
    .solution-page1 .box5 .note .img-div{width: .6rem;height: .6rem;}
    .solution-page1 .box5 .note li>p{font-size: .28rem;line-height: .48rem;margin-top: .05rem;}

    .solution-page1 .box6{padding:1rem 0 .5rem}
    .solution-page1 .box6 .con{display: none;}
    .solution-page1 .box6 .swiper-container{display: block;margin-top: .5rem;padding-bottom: .8rem;}
    .solution-page1 .box6 .swiper-slide{padding-bottom: 100%;height:auto}
    .solution-page1 .box6 .txt{position: absolute;bottom:0;left:0;width: 100%;padding:10% .4rem .5rem;color:#fff;background: linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);}
    .solution-page1 .box6 .txt>p:nth-of-type(1){font-size: .36rem;line-height: .56rem;margin-bottom: .2rem;}
    .solution-page1 .box6 .txt>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box6 .swiper-pagination-bullet-active{background: #0f7531;}

    .solution-page1 .box7{padding:.8rem 0 .4rem}
    .solution-page1 .box7 .con1{padding:.8rem .4rem .4rem;margin: .4rem 0 .6rem;}
    .solution-page1 .box7 .name{display: block;margin-bottom: .4rem;text-align: center;}
    .solution-page1 .box7 .name>p:nth-of-type(1){width: 100%;font-size: .4rem;line-height: .6rem;}
    .solution-page1 .box7 .name>p:nth-of-type(2){width: 100%;font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box7 .con1 ul{flex-wrap: wrap;justify-content: center;}
    .solution-page1 .box7 .con1 li{width: 2.6rem;height: 2.6rem;margin:0 0 .4rem;}
    .solution-page1 .box7 .con1 li:nth-child(3){margin-right: 0;}
    .solution-page1 .box7 .con1 li:nth-child(2n+1){margin-right: .5rem;}
    .solution-page1 .box7 .circleChart_text{line-height: .5rem !important;font-size: .5rem !important;}
    .solution-page1 .box7 .circleChart_text span{font-size: .24rem}
    .solution-page1 .box7 .con2>p{font-size: .4rem;line-height: .6rem;}
    .solution-page1 .box7 .con2 ul{display: block;margin-top: .4rem;}
    .solution-page1 .box7 .con2 li{width: 100%;margin-right: 0;padding: .5rem .4rem;margin-bottom: .4rem;}
    .solution-page1 .box7 .con2 li>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;}
    .solution-page1 .box7 .con2 li>p:nth-of-type(2){font-size: 1.2rem;right: .3rem;bottom: -.4rem;line-height: 1.2rem;}

    .solution-page1 .box8{padding:1rem 0}
    .solution-page1 .box8 .img-bg{height: auto;margin: .4rem 0;}
    .solution-page1 .box8 .img{padding-bottom: 28.64%;}
    .solution-page1 .box8 .img-div{height: 5rem;}
    .solution-page1 .box8 .name{margin: .3rem 0 .2rem;}
    .solution-page1 .box8 .name>p:nth-of-type(1){font-size: .4rem;line-height: .6rem;margin-right: .2rem;}
    .solution-page1 .box8 .name>p:nth-of-type(2){font-size: .28rem;line-height: .4rem;border-radius: .1rem;padding: .05rem .15rem}
    .solution-page1 .box8 .swiper-slide>p{font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box8 .arrow{display: none;}
    .solution-page1 .box8 .swiper-pagination{margin-top: .3rem;text-align: center;position: static;}
    .solution-page1 .box8 .swiper-pagination-bullet{margin:0 .08rem}
    .solution-page1 .box8 .swiper-pagination-bullet-active{background: #0f7531;}

    .solution-page1 .box9{padding:.8rem 0;overflow: hidden;}
    .solution-page1 .box9 ul{display: block;margin: .4rem 0 0;}
    .solution-page1 .box9 li{width:calc(50% - .1rem);border-radius: .1rem;margin-right: .2rem;padding: .4rem .4rem .7rem;float:left;margin-bottom: .2rem;overflow: hidden;}
    .solution-page1 .box9 li:nth-child(2n){margin-right: 0;}
    .solution-page1 .box9 .img-div{width: .7rem;height: .7rem;margin: 0 auto .2rem;}
    .solution-page1 .box9 li>p{font-size: .32rem;line-height: .52rem;}
    .solution-page1 .box9 li>p:nth-of-type(2){display: block;position: absolute;bottom: -.1rem;left: 50%;transform: translateX(-50%);font-size: 1.2rem;color:#f5f5f5}
    .solution-page1 .box9 .tab{display: none}

    .solution-page1 .box10{padding-bottom:.8rem}
    .solution-page1 .box10 .tit-box{display: block;}
    .solution-page1 .box10 .tit{padding: 0 0 .3rem;text-align: center;}
    .solution-page1 .box10 .more{margin:0 auto}
    .solution-page1 .box10 .con{max-width: 100%;margin-top: .45rem;width: calc(100% - .5rem);}
    .solution-page1 .box10 .swiper-slide{display: block;height: auto;}
    .solution-page1 .box10 .img-bg{width: 100%;height: auto;}
    .solution-page1 .box10 .img{padding-bottom: 77.41%;}
    .solution-page1 .box10 .info{padding: .5rem .4rem}
    .solution-page1 .box10 .info>p:nth-of-type(1){font-size: .36rem;line-height: .56rem;margin:0 0 .2rem 0}
    .solution-page1 .box10 .info>p:nth-of-type(2){border-radius: .6rem;font-size: .24rem;line-height: .5rem;padding: 0 .3rem;position: static;display: inline-block;margin-bottom: .3rem;}
    .solution-page1 .box10 .note{max-height: 1000rem;padding-right: 0;}
    .solution-page1 .box10 .note>p{font-size: .28rem;line-height: .48rem;}
    .solution-page1 .box10 .arrow{display: none;}
    .solution-page1 .box10 .swiper-pagination{margin-top: .3rem;text-align: center;position: static;}
    .solution-page1 .box10 .swiper-pagination-bullet{margin:0 .08rem}
    .solution-page1 .box10 .swiper-pagination-bullet-active{background: #0f7531;}

    .solution-page1 .box11 .con{padding:1rem 0 .6rem}
    .solution-page1 .box11 ul{display: block;margin-top: .6rem;}
    .solution-page1 .box11 li{justify-content: center;margin-bottom: .4rem;}
    .solution-page1 .box11 li>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;margin-top: .05rem;width: 20%;}
    .solution-page1 .box11 li>p:nth-of-type(2){font-size: 1rem;margin-right:.2rem;line-height: 1rem;}
    .solution-page1 .box11 li>p:nth-of-type(3){font-size: .6rem;margin-top: .1rem;}
    .solution-page1 .box11 li>span{display: none;}
    .solution-page1 .box11 .items{padding: .8rem .4rem .5rem;display: block}
    .solution-page1 .box11 .item{width: 100%;padding-left: calc(1.5rem - 1px);margin-bottom: .3rem;flex-wrap: wrap;}
    .solution-page1 .box11 .item:nth-child(2n+1){margin-right: 0;}
    .solution-page1 .box11 .item>p{width: 1.5rem;line-height: .6rem;border-radius: .6rem 0 0 .6rem;font-size: .24rem;}
    .solution-page1 .box11 .info{width:calc(50% - .1rem);flex:auto;margin-right: .2rem;border-radius: .1rem;padding: .2rem;margin-bottom: .2rem;}
    .solution-page1 .box11 .info:nth-child(2n+1){margin-right: 0;}
    .solution-page1 .box11 .info:nth-of-type(1){border-radius: 0 .1rem .1rem .1rem;}
    .solution-page1 .box11 .info .img-div{height: 1rem;margin-bottom: .05rem;}
    .solution-page1 .box11 .info>p{font-size: .24rem;}
}

@media (any-hover:hover){
    .solution-page1 .box1 li:hover::after{opacity: 1;}
    .solution-page1 .box1 li:hover>p:nth-of-type(1){color: #fff;}
    .solution-page1 .box1 li:hover>p:nth-of-type(2){color: #fff;}
    .solution-page1 .box1 li:hover>p:nth-of-type(3){color: rgba(255,255,255,.1);}

    .solution-page1 .box2 li:hover{transform: translateY(-.1rem);}

    .solution-page1 .box4 li.active::before{opacity: 1;}
    .solution-page1 .box4 li.active::after{opacity: 1;}
    .solution-page1 .box4 li.active .img-div{opacity: 1;}
    .solution-page1 .box4 li.active>p{opacity: 1;}

    .solution-page1 .box5 .info li:hover::after{opacity: 1;}
    .solution-page1 .box5 .info:nth-of-type(1) li:hover>p{color:#fff}
    .solution-page1 .box5 .info li:hover .txt>p:nth-of-type(1){color:#fff}
    .solution-page1 .box5 .info li:hover .txt>p:nth-of-type(2){color:#fff}

    .solution-page1 .box7 .con2 li:hover::after{opacity: 1;}
    .solution-page1 .box7 .con2 li:hover>p:nth-of-type(1){color:#fff}
    .solution-page1 .box7 .con2 li:hover>p:nth-of-type(2){color:rgba(255,255,255,.1)}

    .solution-page1 .box8 .swiper-slide:hover .img-div>img{transform: scale(1.05);}
    .solution-page1 .box8 .swiper-slide:hover .name>p:nth-of-type(1){color:#199342}
    .solution-page1 .box8 .arrow:hover{background-color: #199342;}

    .solution-page1 .box9 li:hover::after{opacity: 1;}
    .solution-page1 .box9 li:hover>p{color:#fff}
    
    .solution-page1 .box10 .arrow:hover{background-color: #199342;}

    .solution-page1 .box11 .info:hover{border-color:#199342}
}

/* 案例 */
.cases-page.list{padding:1rem 0 .6rem}
.cases-page.list .choose{border:1px solid #e5e5e5;border-radius: .1rem;padding: .3rem .45rem .2rem;margin-bottom: .7rem;}
.cases-page.list .choose .item{display: flex;border-bottom: 1px #eee solid;padding:.2rem 0 .1rem}
.cases-page.list .choose .item:last-child{border-bottom: 0;}
.cases-page.list .choose .item>p{font-size: .18rem;line-height: .35rem;margin:0 .1rem .1rem 0;}
.cases-page.list .choose .item>div{flex:1;display: flex;flex-wrap: wrap;}
.cases-page.list .choose .item>div>a{line-height: .35rem;border-radius: .2rem;font-size: .16rem;margin:0 .05rem .1rem 0;color:#666;padding:0 .18rem;transition: .3s;}
.cases-page.list .choose .item>div>a.active{background: #199342;color:#fff}

.cases-page.list ul{display: flex;flex-wrap: wrap;}
.cases-page.list li{width: calc(50% - .2rem);margin-bottom: .4rem;border-radius: .1rem;border: 1px #eee solid;position: relative;}
.cases-page.list li:nth-child(2n+1){margin-right: .4rem;}
.cases-page.list .img-bg{height: 3.5rem;position: relative;border-radius: .1rem .1rem 0 0;}
.cases-page.list .img-bg>p{position: absolute;background: rgba(25,147,66,.7);color:#fff;font-size: .18rem;right: 0;top: 0;line-height: .4rem;padding: 0 .25rem;border-radius: 0 .1rem 0 .1rem;}
.cases-page.list .param{display: flex;flex-wrap: wrap;padding:.3rem .15rem .25rem .3rem}
.cases-page.list .param p{margin-right: .15rem;line-height: .3rem;border: 1px solid #199342;border-radius: .05rem;display: flex;margin-bottom: .1rem;}
.cases-page.list .param p:last-child{margin-right: 0;}
.cases-page.list .param p>span:nth-of-type(1){padding:0 .12rem;color:#fff;background: #199342}
.cases-page.list .param p>span:nth-of-type(2){padding:0 .1rem}
.cases-page.list .info{display: flex;align-items: center;justify-content: space-between;padding:0 .3rem .4rem}
.cases-page.list .txt{width: calc(100% - 2rem);}
.cases-page.list .txt>p:nth-of-type(1){font-size: .24rem;margin-bottom: .1rem;}
.cases-page.list .txt>p:nth-of-type(2){font-size: .18rem;color:#666}
.cases-page.list .img-div{width: 1.6rem;height: .45rem;}
.cases-page.list .page{padding: .1rem 0 .4rem;}

.cases-page.detail .con{display: flex;align-items: flex-start;position: relative;justify-content: space-between;padding: 1rem 0 ;}
.cases-page.detail .fixed{position: sticky;top: 1rem;left: 0;width: 22%;}
.cases-page.detail .con .qr{padding-bottom: .2rem;}
.cases-page.detail .con .qr>p{font-size: .16rem;color:#999;margin-bottom: .15rem;}
.cases-page.detail .con .qr li{line-height: .48rem;border: 1px #eee solid;border-radius: .25rem;display: flex;align-items: center;position: relative;padding:0 .35rem 0 .25rem;margin-bottom: .15rem;transition: .3s;width: max-content;cursor: pointer;}
.cases-page.detail .con .qr li .img-div:nth-of-type(1){width: .24rem;height: .2rem;margin-right: .15rem;}
.cases-page.detail .con .qr li .img-div:nth-of-type(2){display: none;position: absolute;width: .9rem;height: .9rem;top: 50%;transform: translateY(-50%);right: -1rem;}
.cases-page.detail .con .qr li>p{font-size: .16rem;}
.cases-page.detail .con .param{border-radius: .1rem;box-shadow: 0 0 .15rem rgba(0,0,0,.1)}
.cases-page.detail .con .info .param{display: none;}
.cases-page.detail .con .param>p{background: #199342;line-height: .5rem;color:#fff;font-size: .18rem;text-align: center;border-radius: .1rem .1rem 0 0;}
.cases-page.detail .con .param ul{padding: .15rem .3rem .3rem;}
.cases-page.detail .con .param li{display: flex;border-bottom: 1px #eee solid;padding: .15rem 0;}
.cases-page.detail .con .param .img-div{width: .23rem;height: .23rem;margin-right: .15rem;}
.cases-page.detail .con .param li>p{font-size: .16rem;line-height: .24rem;flex:1}
.cases-page.detail .con .note{padding: 0 .5rem .3rem .3rem;}
.cases-page.detail .con .note>p{font-size: .16rem;line-height: .3rem;color:#666;position: relative;padding-left: .18rem;}
.cases-page.detail .con .note>p::before{content:'';position: absolute;top: .1rem;left: 0;width: .05rem;height: .05rem;border: 2px solid #199342;border-radius: 50%;}
.cases-page.detail .con .info{width: 70.3%;}
.cases-page.detail .con .info>p:nth-of-type(1){display: flex;font-size: .16rem;color: #999;}
.cases-page.detail .con .info>p:nth-of-type(1)>span:nth-of-type(1){margin-right: .4rem;}
.cases-page.detail .con .info>p:nth-of-type(2){font-size: .36rem;color: #000;line-height: .48rem;margin: .35rem 0 .3rem;}
.cases-page.detail .content{border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: .2rem 0 .5rem;margin-bottom: .35rem;}
.cases-page.detail .content strong{font-size: .24rem;line-height: .34rem;color:#199342;margin-bottom: .1rem;display: block;}
.cases-page.detail .con .jump{display: flex;align-items: center;justify-content: space-between;}
.cases-page.detail .con .txt{width: calc(100% - 2.5rem);}
.cases-page.detail .con .txt>a{font-size: .16rem;line-height: .3rem;color:#666}
.cases-page.detail .con .jump>a{line-height: .6rem;border-radius: .3rem;font-size: .16rem;width: 1.8rem;text-align: center;background: #199342;color:#fff;transition: .3s;}

.cases-page.detail .best{background: #f5f5f5;padding: .9rem 0 .6rem;}
.cases-page.detail .best .width>p{font-size: .48rem;text-align: center;color:#000;margin-bottom: .4rem;}
.cases-page.detail .best ul{display: flex;flex-wrap: wrap;}
.cases-page.detail .best li{width: calc(50% - .2rem);margin-bottom: .4rem;border-radius: .1rem;border: 1px #eee solid;position: relative;background: #fff;}
.cases-page.detail .best li:nth-child(2n+1){margin-right: .4rem;}
.cases-page.detail .best .img-bg{height: 3.5rem;position: relative;border-radius: .1rem .1rem 0 0;}
.cases-page.detail .best .img-bg>p{position: absolute;background: rgba(25,147,66,.7);color:#fff;font-size: .18rem;right: 0;top: 0;line-height: .4rem;padding: 0 .25rem;border-radius: 0 .1rem 0 .1rem;}
.cases-page.detail .best .param{display: flex;flex-wrap: wrap;padding:.3rem .15rem .25rem .3rem}
.cases-page.detail .best .param p{margin-right: .15rem;line-height: .3rem;border: 1px solid #199342;border-radius: .05rem;display: flex;margin-bottom: .1rem;}
.cases-page.detail .best .param p:last-child{margin-right: 0;}
.cases-page.detail .best .param p>span:nth-of-type(1){padding:0 .12rem;color:#fff;background: #199342}
.cases-page.detail .best .param p>span:nth-of-type(2){padding:0 .1rem}
.cases-page.detail .best .info{display: flex;align-items: center;justify-content: space-between;padding:0 .3rem .4rem}
.cases-page.detail .best .txt{width: calc(100% - 2rem);}
.cases-page.detail .best .txt>p:nth-of-type(1){font-size: .24rem;margin-bottom: .1rem;}
.cases-page.detail .best .txt>p:nth-of-type(2){font-size: .18rem;color:#666}
.cases-page.detail .best .img-div{width: 1.6rem;height: .45rem;}

@media (max-width:750px){
    .cases-page.list{padding:.8rem 0 .2rem}
    .cases-page.list .choose{padding: .2rem .4rem;margin-bottom: .6rem;}
    .cases-page.list .choose .item{display: block;padding:.3rem 0 .2rem}
    .cases-page.list .choose .item>p{font-size: .3rem;line-height: .5rem;margin:0 0 .2rem 0;}
    .cases-page.list .choose .item>div>a{line-height: .6rem;border-radius: .6rem;font-size: .26rem;margin:0 0 .1rem 0;padding:0 .25rem;}

    .cases-page.list ul{display: block;}
    .cases-page.list li{width: 100%;margin-bottom: .6rem;}
    .cases-page.list li:nth-child(2n+1){margin-right: 0;}
    .cases-page.list .img-bg{height: auto}
    .cases-page.list .img{padding-bottom: 56.45%;}
    .cases-page.list .img-bg>p{font-size: .28rem;line-height: .6rem;padding: 0 .25rem;}
    .cases-page.list .param{padding:.4rem .4rem .2rem}
    .cases-page.list .param p{margin-right: .2rem;line-height: .6rem;border-radius: .1rem;margin-bottom: .2rem;width: calc(50% - .1rem);font-size: .26rem;}
    .cases-page.list .param p:nth-child(2n){margin-right: 0;}
    .cases-page.list .param p>span:nth-of-type(1){padding:0 .2rem;}
    .cases-page.list .param p>span:nth-of-type(2){padding:0 .2rem}
    .cases-page.list .info{display: block;padding:0 .4rem .7rem}
    .cases-page.list .txt{width: 100%;}
    .cases-page.list .txt>p:nth-of-type(1){font-size: .36rem;margin-bottom: .2rem;}
    .cases-page.list .txt>p:nth-of-type(2){font-size: .28rem;margin-bottom: .4rem;}
    .cases-page.list .img-div{width: 50%;height: .8rem;justify-content: flex-start;}
    .cases-page.list .page{padding: 0 0 .6rem;}

    .cases-page.detail .con{display: block;padding: .8rem 0 ;}
    .cases-page.detail .fixed{display: none;}
    .cases-page.detail .con .info .param{display: block;}
    .cases-page.detail .con .param>p{line-height: .8rem;font-size: .3rem;}
    .cases-page.detail .con .param ul{padding: .2rem .4rem .4rem;}
    .cases-page.detail .con .param li{padding: .2rem 0;}
    .cases-page.detail .con .param .img-div{width: .4rem;height: .4rem;margin-right: .25rem;}
    .cases-page.detail .con .param li>p{font-size: .28rem;line-height: .48rem}
    .cases-page.detail .con .note{padding: 0 .4rem .4rem;}
    .cases-page.detail .con .note>p{font-size: .28rem;line-height: .6rem;padding-left: .35rem;}
    .cases-page.detail .con .note>p::before{top: .2rem;width: .08rem;height: .08rem}
    .cases-page.detail .con .info{width: 100%;}
    .cases-page.detail .con .info>p:nth-of-type(1){font-size: .28rem;}
    .cases-page.detail .con .info>p:nth-of-type(2){font-size: .4rem;line-height: .6rem;margin: .2rem 0 .5rem;}
    .cases-page.detail .content{padding: .6rem 0;margin-bottom: .4rem;}
    .cases-page.detail .content strong{font-size: .32rem;line-height: .52rem}
    .cases-page.detail .con .jump{display: block}
    .cases-page.detail .con .txt{width: 100%;margin-bottom: .2rem;}
    .cases-page.detail .con .txt>a{font-size: .28rem;line-height: .55rem}
    .cases-page.detail .con .jump>a{line-height: .8rem;border-radius: .6rem;font-size: .28rem;width: 2.5rem;}

    .cases-page.detail .best{padding: 1rem 0 .7rem;}
    .cases-page.detail .best .width>p{font-size: .5rem;margin-bottom: .6rem;}
    .cases-page.detail .best ul{display: block;}
    .cases-page.detail .best li{width: 100%;margin-bottom: .6rem;}
    .cases-page.detail .best li:nth-child(2n+1){margin-right: 0;}
    .cases-page.detail .best .img-bg{height: auto}
    .cases-page.detail .best .img{padding-bottom: 56.45%;}
    .cases-page.detail .best .img-bg>p{font-size: .28rem;line-height: .6rem;padding: 0 .25rem;}
    .cases-page.detail .best .param{padding:.4rem .4rem .2rem}
    .cases-page.detail .best .param p{margin-right: .2rem;line-height: .6rem;border-radius: .1rem;margin-bottom: .2rem;width: calc(50% - .1rem);font-size: .26rem;}
    .cases-page.detail .best .param p:nth-child(2n){margin-right: 0;}
    .cases-page.detail .best .param p>span:nth-of-type(1){padding:0 .2rem;}
    .cases-page.detail .best .param p>span:nth-of-type(2){padding:0 .2rem}
    .cases-page.detail .best .info{display: block;padding:0 .4rem .7rem}
    .cases-page.detail .best .txt{width: 100%;}
    .cases-page.detail .best .txt>p:nth-of-type(1){font-size: .36rem;margin-bottom: .2rem;}
    .cases-page.detail .best .txt>p:nth-of-type(2){font-size: .28rem;margin-bottom: .4rem;}
    .cases-page.detail .best .img-div{width: 50%;height: .8rem;justify-content: flex-start;}
}

@media (any-hover:hover){
    .cases-page.list .choose .item>div>a:hover{background: #199342;color:#fff}
    .cases-page.list li:hover .img{transform: scale(1.1);}
    .cases-page.list li:hover .txt>p:nth-of-type(1){color:#199342}

    .cases-page.detail .con .qr li:hover{background: #199342;border-color:#199342}
    .cases-page.detail .con .qr li:hover>p{color:#fff}
    .cases-page.detail .con .txt>a:hover{color:#199342}
    .cases-page.detail .con .jump>a:hover{opacity: .8;}

    .cases-page.detail .best li:hover .img{transform: scale(1.1);}
    .cases-page.detail .best li:hover .txt>p:nth-of-type(1){color:#199342}
}

/* 视频 */
.video-page{padding: 1rem 0 .5rem;}
.video-page ul{display: flex;flex-wrap: wrap;}
.video-page li{width: calc(100% / 3 - .28rem);margin-right: .42rem;cursor: pointer;}
.video-page li:nth-child(3n){margin-right: 0;}
.video-page .img-bg{height: 2.6rem;border-radius: .1rem;position: relative;}
.video-page .img-bg>p{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.2) url(../images/22.png) no-repeat center center/.49rem;opacity: 0;transition: .3s;}
.video-page li>p{font-size: .2rem;line-height: .3rem;text-align: center;margin: .25rem 0 .4rem;}
.video-page .page{padding-bottom: .5rem;}

@media (max-width:750px){
    .video-page{padding: .8rem 0 .4rem;}
    .video-page ul{display: block;}
    .video-page li{width: 100%;margin-right: 0}
    .video-page .img-bg{height: auto}
    .video-page .img{padding-bottom: 65%;}
    .video-page .img-bg>p{background-size:1rem;opacity: 1}
    .video-page li>p{font-size: .32rem;line-height: .52rem;margin: .2rem 0 .4rem;}
    .video-page .page{padding: .3rem 0 .4rem;}
}

@media (any-hover:hover){
    .video-page li:not(.disabled):hover .img-bg>p{opacity: 1;}
    .video-page li:not(.disabled):hover>p{color:#199342}
}

/* 团队 */
.team-page.list{padding: 1rem 0 .6rem;}
.team-page.list .choose{display: flex;margin-bottom: .5rem;}
.team-page.list .select{margin-right: .2rem;}
.team-page.list .select:after{width: .6rem;height: .6rem;opacity: .5;}
.team-page.list .select>select{height: .6rem;border: 1px #eee solid;border-radius: .05rem;width: 3.5rem;padding:0 .6rem 0 .25rem;font-size: .16rem;color:#999}
.team-page.list .input{display: flex;}
.team-page.list .input>input{border-radius: .05rem 0 0 .05rem;border: 1px #eee solid;width: 4rem;padding: 0 .25rem;font-size: .16rem;border-right: 0;}
.team-page.list .input>input::placeholder{font-size: .16rem;color:#999}
.team-page.list .choose .btn{font-size: .18rem;background: #199342 url(../images/search-w.png) no-repeat .38rem center/.2rem;padding-left: .7rem;color:#fff;width: 1.4rem;border-radius: 0 .05rem .05rem 0;line-height: .6rem;transition: .3s;cursor: pointer;}

.team-page.list .best{border-radius: .1rem;margin-bottom: .5rem;display: flex;align-items: center;height: 4.3rem;position: relative;}
.team-page.list .best .img-div{height: 100%;width: 40%;align-items: flex-end;overflow: hidden;}
.team-page.list .best .img-div>img{max-width: 92%;max-height: 92%;transition: .5s;}
.team-page.list .best .info{width: 60%;color: #fff;padding-right: 1.3rem;}
.team-page.list .best .info>p:nth-of-type(1){font-size: .36rem;border-bottom: 1px solid rgba(255,255,255,.2);padding-bottom: .15rem;}
.team-page.list .best .info>p:nth-of-type(1)>span{font-size: .14rem;margin-left: .25rem;}
.team-page.list .best .info>p:nth-of-type(2){font-size: .16rem;line-height: .3rem;margin: .25rem 0 .4rem;}
.team-page.list .best .more{position: relative;z-index: 30;}

.team-page.list ul{display: flex;flex-wrap: wrap;}
.team-page.list li{height: 3rem;width: calc(50% - .2rem);position: relative;margin-bottom: .4rem;}
.team-page.list li:nth-child(2n+1){margin-right: .4rem;}
.team-page.list li .info{height: 100%;border-radius: .1rem;display: flex;align-items: center;position: relative;}
.team-page.list li .img-div{height: 100%;width: 40%;align-items: flex-end;overflow: hidden;position: absolute;right:.5rem;top:0}
.team-page.list li .img-div>img{max-width: 92%;max-height: 92%;}
.team-page.list li .txt{width: 50%;padding-left: .7rem;color:#fff}
.team-page.list li .txt>p:nth-of-type(1){font-size: .3rem;}
.team-page.list li .txt>p:nth-of-type(2){line-height: .24rem;opacity: .5;margin: .1rem 0 .2rem;}
.team-page.list li .hover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: .1rem;color:#fff;display: flex;flex-direction: column;justify-content: center;padding: 0 .7rem;opacity: 0;transition: .3s;}
.team-page.list li .hover>p:nth-of-type(1){font-size: .3rem;}
.team-page.list li .hover>p:nth-of-type(2){line-height: .3rem;margin: .15rem 0 .2rem;font-size: .16rem;}
.team-page.list .page{padding: .1rem 0 .4rem;}

.team-page.detail{padding-bottom: .15rem;}
.team-page.detail .cons{position: relative;padding-top: .8rem;}
.team-page.detail .cons::after{content:'';height: 4.3rem;background: #f2f2f2;width: 100%;top:0;left: 0;position: absolute;}
.team-page.detail .con{position: relative;z-index: 2;display: flex;height: 4.3rem;}
.team-page.detail .con .img-div{height: 100%;width: 50%;align-items: flex-end;overflow: hidden;border-radius: .1rem;}
.team-page.detail .con .img-div>img{max-width: 92%;max-height: 92%;transition: .5s;}
.team-page.detail .con .info{flex:1;padding-left: .75rem;height: 3.5rem;display: flex;flex-direction: column;justify-content: center;}
.team-page.detail .con .info>p{padding-right: .1rem;}
.team-page.detail .con .info>p:nth-of-type(1){display: flex;align-items: flex-end;font-size: .36rem;color:#000;margin-bottom: .25rem;}
.team-page.detail .con .info>p:nth-of-type(1)>span{color:#999;font-size: .16rem;margin: 0 0 .05rem .3rem;}
.team-page.detail .con .info>p:nth-of-type(2){font-size: .16rem;line-height: .28rem;color:#999;max-height: 2.24rem;}
.team-page.detail .tab{display: flex;justify-content: center;padding: .55rem 0;}
.team-page.detail .tab>p{color:#666;font-size: .16rem;padding-right: .22rem;margin-right:.22rem;position: relative;cursor: pointer;}
.team-page.detail .tab>p:last-child{margin-right: 0;padding-right: 0;}
.team-page.detail .tab>p:first-child{text-decoration: underline;color:#000}
.team-page.detail .tab>p::after{content:'';position: absolute;top: .04rem;right: 0;width: 1px;height: .14rem;background: #ddd;}
.team-page.detail .tab>p:last-child::after{display: none;}
.team-page.detail .note{background: #f2f2f2;padding: .75rem 0;}
.team-page.detail .note:nth-child(2n){background: #fff;}
.team-page.detail .note .width{display: flex;}
.team-page.detail .note .width>p:nth-of-type(1){font-size: .24rem;width: .8rem;position: relative;}
.team-page.detail .note .width>p.large:nth-of-type(1){width: 1.75rem;}
.team-page.detail .note .width>p:nth-of-type(2){position: relative;font-size: .16rem;line-height: .3rem;color:#666;padding-left: .8rem;flex:1}
.team-page.detail .note .width>p:nth-of-type(2)::after{content:'';width: 1px;top: .06rem;left: 0;height: calc(100% - .1rem);background: #999;position: absolute;}

.team-page.album{padding: 1rem 0 .6rem;}
.team-page.album ul{display: flex;flex-wrap: wrap;}
.team-page.album li{width:calc(50% - .2rem);margin-bottom: .4rem;position: relative;height: 3.3rem;border-radius: .1rem;}
.team-page.album li:nth-child(2n+1){margin-right: .4rem;}
.team-page.album li>p{position: absolute;left: 0;bottom: 0;width: 100%;background: linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);font-size: .2rem;line-height: .28rem;color:#fff;padding: 10% .35rem .25rem;transition: .3s;border-radius: 0 0 .1rem .1rem;}
.team-page.album .page{padding: .1rem 0 .4rem;}

@media (max-width:750px){
    .team-page.list{padding: .8rem 0 .5rem;}
    .team-page.list .choose{display: block;margin-bottom: .6rem;}
    .team-page.list .select{margin: 0 0 .2rem;}
    .team-page.list .select:after{width: .8rem;height: .8rem}
    .team-page.list .select>select{height: .8rem;width: 100%;padding:0 .8rem 0 .3rem;font-size: .26rem;background: #fff;}
    .team-page.list .input>input{width: calc(100% - 1.8rem);padding: 0 .3rem;font-size: .26rem;}
    .team-page.list .input>input::placeholder{font-size: .26rem}
    .team-page.list .choose .btn{font-size: .26rem;background-size:.3rem;padding-left: .9rem;width: 1.8rem;line-height: .8rem;}

    .team-page.list .best{margin-bottom: .6rem;display: block;height: auto;padding-top:.5rem}
    .team-page.list .best .img-div{height: 5rem;width: 100%}
    .team-page.list .best .info{width: 100%;padding: .4rem .4rem .8rem;}
    .team-page.list .best .info>p:nth-of-type(1){font-size: .4rem;padding-bottom: .3rem;}
    .team-page.list .best .info>p:nth-of-type(1)>span{font-size: .28rem;margin-left: .3rem;}
    .team-page.list .best .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;margin: .3rem 0;}

    .team-page.list ul{display: block}
    .team-page.list li{height: 3.5rem;width: 100%;margin-bottom: .3rem;}
    .team-page.list li:nth-child(2n+1){margin-right: 0;}
    .team-page.list li .img-div{width: 40%;align-items: flex-end;overflow: hidden;position: absolute;right:.2rem;top:0}
    .team-page.list li .txt{width: 55%;padding-left: .4rem}
    .team-page.list li .txt>p:nth-of-type(1){font-size: .4rem;}
    .team-page.list li .txt>p:nth-of-type(2){line-height: .48rem;margin: .15rem 0 0;}
    .team-page.list .page{padding: .3rem 0;}

    .team-page.detail{padding-bottom: .2rem;}
    .team-page.detail .cons{padding-top: .6rem;}
    .team-page.detail .cons::after{height: 100%;}
    .team-page.detail .con{display: block;height: auto;}
    .team-page.detail .con .img-div{height: 5rem;width: 100%;}
    .team-page.detail .con .info{padding: .4rem 0 .6rem;height: auto;display: block}
    .team-page.detail .con .info>p{padding-right: 0;}
    .team-page.detail .con .info>p:nth-of-type(1){font-size: .44rem;margin-bottom: .2rem;}
    .team-page.detail .con .info>p:nth-of-type(1)>span{font-size: .28rem;margin: 0 0 .03rem .2rem;}
    .team-page.detail .con .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;max-height: 10000rem;}
    .team-page.detail .tab{padding: .5rem 0;}
    .team-page.detail .tab>p{font-size: .28rem;padding-right: .3rem;margin-right:.3rem}
    .team-page.detail .tab>p::after{top: .08rem;height: .25rem;}
    .team-page.detail .note{padding: .6rem 0;}
    .team-page.detail .note .width{display: block;}
    .team-page.detail .note .width>p:nth-of-type(1){font-size: .32rem;width: 100%}
    .team-page.detail .note .width>p.large:nth-of-type(1){width: 100%;}
    .team-page.detail .note .width>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;padding: .4rem 0 0}
    .team-page.detail .note .width>p:nth-of-type(2)::after{width: 100%;top: .2rem;left: 0;height: 1px}

    .team-page.album{padding: .8rem 0 .4rem;}
    .team-page.album ul{display: block;}
    .team-page.album li{width:100%;margin-bottom: .4rem;height: auto}
    .team-page.album li:nth-child(2n+1){margin-right: 0;}
    .team-page.album li .img{padding-bottom: 53.22%;}
    .team-page.album li>p{font-size: .32rem;line-height: .52rem;padding: 10% .4rem .35rem}
    .team-page.album .page{padding: .2rem 0 .4rem;}
}

@media (any-hover:hover){
    .team-page.list .choose .btn:hover{opacity: .8;}
    .team-page.list .best:hover .img-div>img{transform: scale(1.1);}

    .team-page.list li:hover .hover{opacity: 1;}

    .team-page.detail .con .img-div:hover>img{transform: scale(1.1);}
    .team-page.detail .tab>p:hover{text-decoration: underline;color:#000}

    .team-page.album li:hover>p{padding-bottom: .3rem;}
}

/* 关于 */
.about-page .tit{text-align: center;}
.about-page .tit.left{text-align: left;}
.about-page .tit>p:nth-of-type(1){font-size: .48rem;line-height: .58rem;color:#000;margin-bottom: .05rem;}
.about-page .tit>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666}
.about-page .tit.white>p{color:#fff !important;}

.about-page .box1{background-size: 100%;background-position: center bottom;padding: .9rem 0 1.4rem;}
.about-page .box1 .width>p{font-size: .18rem;line-height: .36rem;color:#666;margin: .25rem 0 .85rem;}
.about-page .box1 ul{display: flex;justify-content: space-between;}
.about-page .box1 .name{display: flex;align-items: center;}
.about-page .box1 .img-div{width: .33rem;height: .32rem;margin-right: .1rem;}
.about-page .box1 .name>p{font-size: .2rem}
.about-page .box1 li>p{display: flex;align-items: flex-end;}
.about-page .box1 li>p>span:nth-of-type(1){font-size: .6rem;color:#199342}
.about-page .box1 li>p>span:nth-of-type(2){font-size: .16rem;margin-bottom:.15rem}

.about-page .box2{height: 7.8rem;display: flex;}
.about-page .box2 li{flex:1;text-align: center;padding-top: 2rem;border-right:1px rgba(255,255,255,.4) solid;transition: .3s;}
.about-page .box2 li:last-child{border-right: 0;}
.about-page .box2 li>p:nth-of-type(1){font-size: .36rem;line-height: .46rem;color:#199342;margin-bottom: .15rem;}
.about-page .box2 li>p:nth-of-type(2){font-size: .18rem;line-height: .3rem;color:#666}

.about-page .box3{padding-top: .9rem;}
.about-page .box3 .swiper-container{margin-top: .45rem;padding-left: 3.2rem;}
.about-page .box3 .swiper-slide{width: 6.2rem;height: 4rem;border-radius: .1rem;}
.about-page .box3 .arrow{width: .5rem;height: .5rem;border-radius: 50%;background: #fff url(../images/arrow1.png) no-repeat center center/.16rem;z-index: 2;position: absolute;right: 8%;top: 42%;cursor: pointer;transition: .3s;}
.about-page .box3 .prev{right: auto;left: 8%;transform: rotate(180deg);}

.about-page .box4{padding-top: .9rem;}
.about-page .box4 .con{display: flex;position: relative;justify-content: space-between;margin-top: .55rem;align-items: flex-start;}
.about-page .box4 .year{width: 46.87%;position: sticky;top: 1rem;left: 0;}
.about-page .box4 .swiper-container{height: 7.2rem;margin: 0;}
.about-page .box4 .swiper-slide{height: 2.4rem;display: flex;justify-content: flex-end;align-items: center;padding-right: .7rem;}
.about-page .box4 .swiper-slide>p{font-size: 2.2rem;line-height: 2.2rem;color:#f9f9f9}
.about-page .box4 .swiper-slide-active>p{color:#199342}
.about-page .box4 .circle{width: 4.5rem;height: 4.5rem;border-radius: 50%;border: 1px solid #eee;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.about-page .box4 .circle>svg{position: absolute;top: -1px;left: -1px;width: 4.5rem;height: 4.5rem;display: n1one;}
.about-page .box4 .circle>svg>path{fill: none;stroke: #0f7531;stroke-width: 1px;stroke-dasharray: var(--path);stroke-dashoffset: var(--path)}
.about-page .box4 ul{width: 46.87%;padding: 3rem 0;}
.about-page .box4 li{border-bottom: 1px #eee solid;padding: .4rem 0;}
.about-page .box4 li>p{font-size: .16rem;line-height: .3rem;color:#666}
.about-page .box4 li>p:nth-of-type(1){color:#999;margin-bottom: .1rem;}
.about-page .box4 li.active{border-color:#199342}
.about-page .box4 li.active>p:nth-of-type(1){color:#199342}

.about-page .box5 .con{padding:.9rem 0 .5rem}
.about-page .box5 ul{display: flex;margin-top: .5rem;justify-content: space-between;}
.about-page .box5 li{color:#fff;display: flex;position: relative}
.about-page .box5 li>p:nth-of-type(1){font-size: .26rem;line-height: .36rem;margin-top: .4rem;}
.about-page .box5 li>p:nth-of-type(2){font-size: 1.1rem;text-align: center;}
.about-page .box5 li>p:nth-of-type(3){font-size: .52rem;margin-top: .4rem;}
.about-page .box5 li>span{content:'';background: rgba(255,255,255,.5);width: 1px;height: .6rem;position: absolute;top: .45rem;}
.about-page .box5 .items{padding: .9rem .8rem .7rem;display: flex;flex-wrap: wrap;background: #f5f6f7;}
.about-page .box5 .item{display: flex;align-items: flex-start;width: calc(50% - .4rem);position: relative;padding-left: calc(1rem - 1px);margin-bottom: .2rem;}
.about-page .box5 .item:nth-child(2n+1){margin-right: .8rem;}
.about-page .box5 .item>p{width: 1rem;line-height: .5rem;border-radius: .25rem 0 0 .25rem;background: linear-gradient(to right,#03b5b7,#1eaf50);color:#fff;font-size: .16rem;text-align: center;position: absolute;top: 0;left: 0;}
.about-page .box5 .info{flex:1;margin-right: .1rem;border: 1px solid #e5e5e5;background: #fff;border-radius: .05rem;padding: .05rem .1rem .1rem;transition: .3s;}
.about-page .box5 .info:nth-of-type(1){border-radius: 0 .05rem .05rem .05rem;}
.about-page .box5 .info:last-child{margin-right: 0;}
.about-page .box5 .info .img-div{height: .4rem;margin-bottom: .05rem;}
.about-page .box5 .info>p{font-size: .12rem;text-align: center;color:#999}

.about-page .box6{padding:1.1rem 0 1.2rem}
.about-page .box6 .video{margin: .45rem 0 .8rem;}
.about-page .box6 .swiper-container{height: 5.5rem;border-radius: .1rem;}
.about-page .box6 .swiper-slide{border-radius: .1rem;}
.about-page .box6 .swiper-slide>p{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.05) url(../images/22.png) no-repeat center center/.6rem;cursor: pointer;}
.about-page .box6 .swiper-pagination{position: static;text-align: center;margin-top: .2rem;}
.about-page .box6 .swiper-pagination-bullet{margin: 0 .05rem;}
.about-page .box6 .swiper-pagination-bullet-active{background: #199342;}
.about-page .box6 .con{display: flex;justify-content: space-between;padding: 0 .4rem;height: 6rem;}
.about-page .box6 ul{display: flex;width: 46%;padding-top: 1.35rem;}
.about-page .box6 ul:nth-of-type(1){padding-top: 1.8rem;}
.about-page .box6 li{width: calc(100% / 3);margin-right: .4rem;}
.about-page .box6 li:nth-child(3n){margin-right: 0;}
.about-page .box6 li .img-div{height: 2.8rem;align-items: flex-end;margin-bottom: .4rem;}
.about-page .box6 li>p{font-size: .16rem;line-height: .24rem;text-align: center;}
.about-page .box6>img{max-width: 100%;margin: 1rem auto 0;}

@media (max-width:750px){
    .about-page .tit>p:nth-of-type(1){font-size: .5rem;line-height: .7rem}
    .about-page .tit>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}

    .about-page .box1{padding: .8rem 0 .4rem;}
    .about-page .box1 .width>p{font-size: .28rem;line-height: .48rem;margin: .3rem 0 .4rem;}
    .about-page .box1 ul{flex-wrap: wrap;}
    .about-page .box1 li{width: calc(50% - .1rem);margin-bottom: .4rem;}
    .about-page .box1 li:nth-child(2n+1){margin-right: .2rem;}
    .about-page .box1 .img-div{width: .5rem;height: .5rem;margin-right: .2rem;}
    .about-page .box1 .name{margin-bottom: .1rem;}
    .about-page .box1 .name>p{font-size: .28rem}
    .about-page .box1 li>p>span:nth-of-type(1){font-size: .65rem;width: auto !important;}
    .about-page .box1 li>p>span:nth-of-type(2){font-size: .24rem;margin:0 0 .15rem .2rem}

    .about-page .box2{height: auto;display: block;padding: 1rem .4rem .6rem;}
    .about-page .box2 li{padding: .6rem .4rem;border-right:0;background: rgba(0,0,0,.2);margin-bottom:.4rem}
    .about-page .box2 li>p:nth-of-type(1){font-size: .4rem;line-height: .6rem;margin-bottom: .2rem;color:#fff}
    .about-page .box2 li>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;color:#fff}

    .about-page .box3{padding-top: .8rem;}
    .about-page .box3 .swiper-container{margin-top: .6rem;padding: 0 1rem;}
    .about-page .box3 .swiper-slide{width: auto;height: auto}
    .about-page .box3 .img{padding-bottom: 64.51%;}
    .about-page .box3 .arrow{width: .7rem;height: .7rem;background: #fff url(../images/arrow1.png) no-repeat center center/.25rem;right: .4rem;top: 40%;}
    .about-page .box3 .prev{left: .4rem}

    .about-page .box4{padding: .8rem 0;}
    .about-page .box4 .con{display: block;margin-top: .1rem;}
    .about-page .box4 .year{display: none;}
    .about-page .box4 ul{width: 100%;padding: 0;}
    .about-page .box4 li{padding: .5rem 0;}
    .about-page .box4 li>p{font-size: .28rem;line-height: .48rem}
    .about-page .box4 li>p:nth-of-type(1){margin-bottom: .2rem;font-size: .4rem;}
    .about-page .box4 li.active{border-color:#eee}
    .about-page .box4 li.active>p:nth-of-type(1){color:#999}

    .about-page .box5 .con{padding:1rem 0 .6rem}
    .about-page .box5 ul{display: block;margin-top: .6rem;}
    .about-page .box5 li{justify-content: center;margin-bottom: .4rem;}
    .about-page .box5 li>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;margin-top: .05rem;width: 20%}
    .about-page .box5 li>p:nth-of-type(2){font-size: 1rem;margin-right:.2rem;line-height: 1rem;}
    .about-page .box5 li>p:nth-of-type(3){font-size: .6rem;margin-top: .1rem;}
    .about-page .box5 li>span{display: none;}
    .about-page .box5 .items{padding: .8rem .4rem .5rem;display: block}
    .about-page .box5 .item{width: 100%;padding-left: calc(1.5rem - 1px);margin-bottom: .3rem;flex-wrap: wrap;}
    .about-page .box5 .item:nth-child(2n+1){margin-right: 0;}
    .about-page .box5 .item>p{width: 1.5rem;line-height: .6rem;border-radius: .6rem 0 0 .6rem;font-size: .24rem;}
    .about-page .box5 .info{width:calc(50% - .1rem);flex:auto;margin-right: .2rem;border-radius: .1rem;padding: .2rem;margin-bottom: .2rem;}
    .about-page .box5 .info:nth-child(2n+1){margin-right: 0;}
    .about-page .box5 .info:nth-of-type(1){border-radius: 0 .1rem .1rem .1rem;}
    .about-page .box5 .info .img-div{height: 1rem;margin-bottom: .05rem;}
    .about-page .box5 .info>p{font-size: .24rem;}

    .about-page .box6{padding:.8rem 0}
    .about-page .box6 .video{margin: .6rem 0 .8rem;}
    .about-page .box6 .swiper-container{height: auto}
    .about-page .box6 .img{padding-bottom: 60%;}
    .about-page .box6 .swiper-slide>p{background-size:.9rem;}
    .about-page .box6 .swiper-pagination{margin-top: .3rem;}
    .about-page .box6 .swiper-pagination-bullet{margin: 0 .08rem;}
    .about-page .box6 .con{display: block;height: auto;background: #ECECEB !important;padding:.8rem 0 .4rem}
    .about-page .box6 ul{width: 100%;padding-top: 0;display: block;}
    .about-page .box6 ul:nth-of-type(1){padding-top: 0;}
    .about-page .box6 li{width: 100%;margin-bottom: .4rem;}
    .about-page .box6 li:nth-child(3n){margin-right: 0;}
    .about-page .box6 li:nth-child(2n+1){margin-right: .2rem;}
    .about-page .box6 li .img-div{height: 3rem;align-items: center;margin-bottom: .3rem;}
    .about-page .box6 li>p{font-size: .32rem;line-height: .52rem}
    .about-page .box6>img{max-width: 95%;margin: .6rem auto 0;}
}

@media (any-hover:hover){
    .about-page .box2 li:hover{background: rgba(0,0,0,.1);}

    .about-page .box3 .arrow:hover{background-color:#199342;background-image: url(../images/arrow1-w.png);}

    .about-page .box5 .info:hover{border-color:#199342}
}

/* 新闻 */
.news-page.list{padding: 1rem 0;}
.news-page.list .best{height: 4rem;padding-right: 1px;margin-bottom: .3rem;border-radius: .1rem;}
.news-page.list .best .swiper-slide{border: 1px solid #e5e5e5;border-radius: .1rem;display: flex;}
.news-page.list .best .img-bg{height: 100%;width: 46.87%;border-radius: .1rem 0 0 .1rem;}
.news-page.list .best .info{width: 53.13%;padding: .5rem .6rem 0;}
.news-page.list .best .info>p{font-size: .16rem;line-height: .3rem;color:#666}
.news-page.list .best .info>a:nth-of-type(1){font-size: .24rem;color:#333;margin: .15rem 0 .2rem;}
.news-page.list .best .more{border-color:#ddd;margin-top: .4rem;}
.news-page.list .best .swiper-pagination{width: auto;bottom: .3rem;left: calc(46.87% + .6rem);display: flex;justify-content: center;}
.news-page.list .best .swiper-pagination-bullet{width: .06rem;height: .06rem;background: #999;margin-top: .02rem;opacity: .5;}
.news-page.list .best .swiper-pagination-bullet-active{width: .1rem;height: .1rem;background: #199342;margin-top: 0;opacity: 1;}

.news-page.list li{border-bottom: 1px solid #eee;display: flex;align-items: center;padding: .4rem 0;position: relative;transition: .3s;}
.news-page.list li .img-bg{width: 23.43%;height: 2rem;border-radius: .1rem;}
.news-page.list li .info{width: calc(76.57% - 1.05rem);padding: 0 1.2rem 0 .5rem;}
.news-page.list li .info>p:nth-of-type(1){font-size: .22rem;margin-bottom: .15rem;}
.news-page.list li .info>p:nth-of-type(2){font-size: .16rem;color:#666;line-height: .3rem;}
.news-page.list li .time{width: 1.05rem;height: 1.05rem;border: 1px solid #eee;background: #fafafa;display: flex;justify-content: center;align-items: center;flex-direction: column;color:#999;border-radius: .05rem;position: relative;}
.news-page.list li .time::after{content:'';width: 1px;height: 1.05rem;background: #eee;position: absolute;left: -.6rem;top:0}
.news-page.list li .time>p:nth-of-type(1){font-size: .36rem;color:#333;line-height: .4rem;}
.news-page.list .page{padding-top: .5rem;}

.news-page.detail .con{display: flex;align-items: flex-start;position: relative;justify-content: space-between;padding: 1rem 0 ;}
.news-page.detail .fixed{position: sticky;top: 1rem;left: 0;width: 22%;}
.news-page.detail .fixed>p{font-size: .16rem;color:#999;margin-bottom: .15rem;}
.news-page.detail .fixed li{line-height: .48rem;border: 1px #eee solid;border-radius: .25rem;display: flex;align-items: center;position: relative;padding:0 .35rem 0 .25rem;margin-bottom: .15rem;transition: .3s;width: max-content;cursor: pointer;}
.news-page.detail .fixed li .img-div:nth-of-type(1){width: .24rem;height: .2rem;margin-right: .15rem;}
.news-page.detail .fixed li .img-div:nth-of-type(2){display: none;position: absolute;width: .9rem;height: .9rem;top: 50%;transform: translateY(-50%);right: -1rem;}
.news-page.detail .fixed li>p{font-size: .16rem;}
.news-page.detail .info{width: 70.3%;}
.news-page.detail .info>p:nth-of-type(1){display: flex;font-size: .16rem;color: #999;}
.news-page.detail .info>p:nth-of-type(1)>span:nth-of-type(1){margin-right: .4rem;}
.news-page.detail .info>p:nth-of-type(2){font-size: .36rem;color: #000;line-height: .48rem;margin: .35rem 0 .2rem;}
.news-page.detail .tags{display: flex;}
.news-page.detail .tags>p{font-size: .18rem;color:#000;margin-bottom: .1rem;line-height: .3rem;width: 1rem;}
.news-page.detail .tag{display: flex;flex-wrap: wrap;flex:1}
.news-page.detail .tag>p{line-height: .3rem;border-radius: .2rem;border: 1px solid #199342;color:#199342;padding: 0 .2rem;font-size: .12rem;margin-bottom: .1rem;margin-right: .1rem;}
.news-page.detail .content{border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: .2rem 0 .5rem;margin:.2rem 0 .35rem;}
.news-page.detail .jump{display: flex;align-items: center;justify-content: space-between;}
.news-page.detail .txt{width: calc(100% - 2.5rem);}
.news-page.detail .txt>a{font-size: .16rem;line-height: .3rem;color:#666}
.news-page.detail .jump>a{line-height: .6rem;border-radius: .3rem;font-size: .16rem;width: 1.8rem;text-align: center;background: #199342;color:#fff;transition: .3s;}

.news-page.detail .best{background: #f5f5f5;padding: .9rem 0 .6rem;}
.news-page.detail .best .width>p{font-size: .48rem;text-align: center;color:#000;margin-bottom: .4rem;}
.news-page.detail .best ul{display: flex;flex-wrap: wrap;}
.news-page.detail .best li{width: calc(100% / 3 - .26rem);margin-bottom: .4rem;position: relative;margin-right: .39rem;}
.news-page.detail .best li:nth-child(3n){margin-right: 0;}
.news-page.detail .best .img-bg{height: 2.4rem;position: relative;border-radius: .1rem;}
.news-page.detail .best .img-bg>p{position: absolute;background: rgba(25,147,66,.7);color:#fff;font-size: .16rem;right: 0;bottom: 0;line-height: .45rem;padding: 0 .15rem;border-radius: .1rem 0 .1rem 0;}
.news-page.detail .best li>p:nth-of-type(1){font-size: .2rem;line-height: .32rem;margin: .25rem 0 .2rem;}
.news-page.detail .best li>p:nth-of-type(2){color:#666;padding-right: .25rem;background: url(../images/arrow1-g.png) no-repeat right center/.12rem;display: inline-block;}

@media (max-width:750px){
    .news-page.list{padding: .8rem 0;}
    .news-page.list .best{height: auto;margin-bottom: .1rem;}
    .news-page.list .best .swiper-slide{display: block;height:auto}
    .news-page.list .best .img-bg{height: auto;width: 100%;border-radius: .1rem .1rem 0 0;}
    .news-page.list .best .img{padding-bottom: 52.5%;}
    .news-page.list .best .info{width: 100%;padding: .5rem .4rem;}
    .news-page.list .best .info>p{font-size: .28rem;line-height: .48rem}
    .news-page.list .best .info>a:nth-of-type(1){font-size: .32rem}
    .news-page.list .best .more{margin-top: .3rem;}
    .news-page.list .best .swiper-pagination{bottom: .8rem;left: auto;right:.6rem;}
    .news-page.list .best .swiper-pagination-bullet{width: .15rem;height: .15rem;margin-top: 0}
    .news-page.list .best .swiper-pagination-bullet-active{width: .15rem;height: .15rem}

    .news-page.list li{flex-wrap: wrap;padding: .5rem 0}
    .news-page.list li .img-bg{width: 100%;height: auto}
    .news-page.list li .img{padding-bottom: 66.66%;}
    .news-page.list li .info{width: calc(100% - 1.2rem);padding: .4rem .2rem 0 0;}
    .news-page.list li .info>p:nth-of-type(1){font-size: .32rem;margin-bottom: .15rem;}
    .news-page.list li .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
    .news-page.list li .time{width: 1.2rem;height: 1.3rem;border-radius: .05rem;font-size: .24rem;margin-top: .3rem;}
    .news-page.list li .time::after{display: none;}
    .news-page.list li .time>p:nth-of-type(1){font-size: .5rem;line-height: .6rem;}
    .news-page.list .page{padding-top: .6rem;}

    .news-page.detail .con{display: block;padding: .8rem 0;}
    .news-page.detail .fixed{display: none;}
    .news-page.detail .info{width: 100%;}
    .news-page.detail .info>p:nth-of-type(1){font-size: .28rem;}
    .news-page.detail .info>p:nth-of-type(2){font-size: .4rem;line-height: .6rem;margin: .3rem 0 .4rem;}
    .news-page.detail .tags{display: block;}
    .news-page.detail .tags>p{font-size: .28rem;margin-bottom: .2rem;line-height: .5rem;width: 100%;}
    .news-page.detail .tag>p{line-height: .5rem;border-radius: .6rem;padding: 0 .3rem;font-size: .28rem;margin-bottom: .2rem;margin-right: .2rem;}
    .news-page.detail .content{padding: .4rem 0 .6rem;margin:.4rem 0;}
    .news-page.detail .jump{display: block}
    .news-page.detail .txt{width: 100%;margin-bottom: .2rem;}
    .news-page.detail .txt>a{font-size: .28rem;line-height: .48rem}
    .news-page.detail .jump>a{line-height: .8rem;border-radius: .6rem;font-size: .28rem;width: 2.5rem;}

    .news-page.detail .best{padding: 1rem 0 .4rem;}
    .news-page.detail .best .width>p{font-size: .5rem;margin-bottom: .6rem;}
    .news-page.detail .best ul{display: block}
    .news-page.detail .best li{width: 100%;margin-bottom: .6rem;margin-right: 0;}
    .news-page.detail .best .img-bg{height: auto}
    .news-page.detail .best .img{padding-bottom: 66.66%;}
    .news-page.detail .best .img-bg>p{font-size: .28rem;line-height: .6rem;padding: 0 .3rem;}
    .news-page.detail .best li>p:nth-of-type(1){font-size: .32rem;line-height: .52rem;margin: .3rem 0 .2rem;}
    .news-page.detail .best li>p:nth-of-type(2){padding-right: .5rem;background-size:.25rem;}
}

@media (any-hover:hover){
    .news-page.list .best .info>a:nth-of-type(1):hover{color:#199342}

    .news-page.list li:hover{border-color: #199342;}
    .news-page.list li:hover .img{transform: scale(1.1);}
    .news-page.list li:hover .info>p:nth-of-type(1){color:#199342}
    .news-page.list li:hover .time>p{color:#199342}
    .news-page.list li:hover .time>p:nth-of-type(1){color:#199342}

    .news-page.detail .fixed li:hover{background: #199342;border-color:#199342}
    .news-page.detail .fixed li:hover>p{color:#fff}
    .news-page.detail .txt>a:hover{color:#199342}
    .news-page.detail .jump>a:hover{opacity: .8;}

    .news-page.detail .best li:hover .img{transform: scale(1.1);}
    .news-page.detail .best li:hover>p:nth-of-type(1){color:#199342}
    .news-page.detail .best li:hover>p:nth-of-type(2){color:#199342;background-image: url(../images/arrow1.png);}
}

/* 联系 */
.contact-page .tit{text-align: center;}
.contact-page .tit>p:nth-of-type(1){font-size: .48rem;line-height: .58rem;color:#000;margin-bottom: .05rem;}
.contact-page .tit>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666}

.contact-page .box1{background: #f8fcfe;padding: .9rem 0 1rem;}
.contact-page .box1 .con{display: flex;margin-top: .6rem;justify-content: space-between;align-items: flex-start;}
.contact-page .box1 .map{width:58.2%;position: relative;}
.contact-page .box1 .map>img{height: 5.6rem;width: 100%;}
.contact-page .box1 .map ul{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.contact-page .box1 .map li{position: absolute;color:#666;}
.contact-page .box1 .map li::before{content:'';width: .3rem;height: .3rem;border-radius: 50%;background: #03b5b7 url(../images/32.png) no-repeat center center/.12rem;position: absolute;}
.contact-page .box1 .map li.active::before{background-color: #199342;}
.contact-page .box1 .map li.bottom{padding-top: .35rem;}
.contact-page .box1 .map li.bottom::before{top: 0;left: 50%;transform: translateX(-50%);}
.contact-page .box1 .map li.right{padding-left: .35rem;}
.contact-page .box1 .map li.right::before{top: 50%;left: 0;transform: translateY(-50%);}
.contact-page .box1 .info{width: 36.72%;background: #fff;}
.contact-page .box1 .info li{padding: 0 .4rem;position: relative;margin-top: .2rem;transition: .3s;}
.contact-page .box1 .info li:first-child{margin-top: 0;padding-top: .2rem;}
.contact-page .box1 .info li:last-child{padding-bottom:.2rem;}
.contact-page .box1 .info li::before{content:'';width: 0;height: .04rem;background: linear-gradient(to right,#03b5b7,#1eaf50);position: absolute;top: 0;left: 0;transition: .3s;}
.contact-page .box1 .name{font-size: .2rem;line-height: .3rem;background: url(../images/34.png) no-repeat left .05rem/.16rem;padding-left: .25rem;position: relative;cursor: pointer;}
.contact-page .box1 .name::after{content:'';position: absolute;right: 0;top:.06rem;width: .14rem;height: .14rem;background: url(../images/arrow2.png) no-repeat center center/100%;transition: .3s;}
.contact-page .box1 .info li.active{background:#f2f7fa;padding: .4rem .4rem .2rem;}
.contact-page .box1 .info li.active::before{width: 100%;}
.contact-page .box1 .info li.active .name{font-weight: bold;background-image: url(../images/33.png);}
.contact-page .box1 .info li.active .name::after{background-image: url(../images/arrow3.png);}
.contact-page .box1 .note{display: none;padding: .2rem 0 0 .25rem;}
.contact-page .box1 .note>p{font-size: .16rem;line-height: .26rem;color:#666;margin-bottom: .1rem;}
.contact-page .box1 .note>p.bb{font-size: .18rem;line-height: .28rem;}
.contact-page .box1 .qrs{display: flex;flex-wrap: wrap;}
.contact-page .box1 .qr{width: .95rem;margin-right: .2rem;text-align: center;margin-bottom: .1rem;}
.contact-page .box1 .img-div{height: .95rem;margin-bottom: .05rem;}
.contact-page .box1 .qr>p{color:#666}

.contact-page .box2{padding: .9rem 0 1rem;}
.contact-page .box2 .con{display: flex;flex-wrap: wrap;margin-top: .45rem;}
.contact-page .box2 .con>input{width: calc(50% - .2rem);margin-bottom: .3rem;height: .55rem;border:1px solid #e5e5e5;border-radius: .05rem;}
.contact-page .box2 .con>input:nth-child(2n+1){margin-right: .4rem;}
.contact-page .box2 .con>input:focus{border-color:#199342}
.contact-page .box2 .con>textarea{width: 100%;margin-bottom: .4rem;height: 1.8rem;border:1px solid #e5e5e5;border-radius: .05rem;}
.contact-page .box2 .con>textarea:focus{border-color:#199342}
.contact-page .box2 .more{border-color:#ddd;margin: 0 auto;}

@media (max-width:750px){
    .contact-page .tit>p:nth-of-type(1){font-size: .5rem;line-height: .7rem;margin-bottom: .1rem;}
    .contact-page .tit>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}

    .contact-page .box1{padding: 1rem 0;}
    .contact-page .box1 .con{display: block;}
    .contact-page .box1 .map{width:100%;margin-bottom: .6rem;}
    .contact-page .box1 .map>img{height:auto;width: 100%;}
    .contact-page .box1 .map li{font-size: .24rem;}
    .contact-page .box1 .info{width: 100%;}
    .contact-page .box1 .info li{padding: .1rem .4rem;}
    .contact-page .box1 .info li:first-child{margin-top: 0;padding-top: .3rem;}
    .contact-page .box1 .info li:last-child{padding-bottom:.3rem;}
    .contact-page .box1 .name{font-size: .32rem;line-height: .52rem;background-position: left .07rem;background-size:.3rem;padding-left: .5rem}
    .contact-page .box1 .name::after{top:.13rem;width: .2rem;height: .2rem;}
    .contact-page .box1 .info li.active{padding: .4rem .4rem .3rem;}
    .contact-page .box1 .note{padding: .3rem 0 0 .5rem;}
    .contact-page .box1 .note>p{font-size: .28rem;line-height: .48rem;}
    .contact-page .box1 .note>p.bb{font-size: .3rem;line-height: .5rem;}
    .contact-page .box1 .qrs{display: flex;flex-wrap: wrap;margin-top: .2rem;}
    .contact-page .box1 .qr{width: 1.5rem;margin-right: .2rem;}
    .contact-page .box1 .img-div{height: 1.5rem;margin-bottom: .1rem;}

    .contact-page .box2{padding: .8rem 0;}
    .contact-page .box2 .con{display: block;margin-top: .6rem;}
    .contact-page .box2 .con>input{width:100%;height: .8rem;}
    .contact-page .box2 .con>input:nth-child(2n+1){margin-right: 0;}
    .contact-page .box2 .con>textarea{height: 2.5rem;}
}

/* 招聘 */
.recruit-page{padding:.9rem 0 .8rem}
.recruit-page .tit{text-align: center;margin-bottom: .45rem;}
.recruit-page .tit>p:nth-of-type(1){font-size: .48rem;line-height: .58rem;color:#000;margin-bottom: .05rem;}
.recruit-page .tit>p:nth-of-type(2){font-size: .16rem;line-height: .26rem;color:#666}
.recruit-page li{border: 1px solid #e5e5e5;border-radius: .1rem;margin-bottom: .2rem;}
.recruit-page .info{display: flex;font-size: .16rem;line-height: .26rem;padding:.25rem 1rem .25rem .8rem;position: relative;cursor: pointer;transition: .3s;}
.recruit-page .info::before{content:'';width:.04rem;height: .2rem;background: #199342;border-radius: .02rem;position: absolute;left:.5rem;top:.28rem;transition: .3s;}
.recruit-page .info.disabled::before{display: none;}
.recruit-page .info::after{content:'';width:.15rem;height: .15rem;background: url(../images/arrow.svg) no-repeat center center/100%;position: absolute;right:.6rem;top:.32rem;transform: rotate(90deg);transition: .3s;}
.recruit-page .info.disabled::after{display: none;}
.recruit-page .info>p{padding-right: .2rem;width:18%;text-align: center;}
.recruit-page .info>p:nth-of-type(1){font-size: .18rem;width:28%;text-align: left;}
.recruit-page .detail{display: none;padding:.4rem .8rem .7rem;}
.recruit-page .detail .m{display: none;}
.recruit-page .detail p{font-size: .16rem;line-height: .36rem;color:#666}
.recruit-page .detail a{display: inline-block;}
.recruit-page .detail img{max-width: 100%;height: auto !important}
.recruit-page .txt{margin-top: .45rem;}
.recruit-page .txt>p{font-size: .16rem;line-height: .26rem;margin-bottom: .1rem;padding-left: .3rem;}
.recruit-page .address{background: url(../images/36.png) no-repeat left .02rem/.2rem;}
.recruit-page .phone{background: url(../images/37.png) no-repeat left .04rem/.2rem;}
.recruit-page .person{background: url(../images/38.png) no-repeat left .03rem/.2rem;}
.recruit-page .email{background: url(../images/39.png) no-repeat .02rem .05rem/.2rem;}
.recruit-page li.active .info{background: linear-gradient(to right,#03b5b7,#1eaf50);border-radius: .1rem .1rem 0 0;color:#fff}
.recruit-page li.active .info::before{background: #fff;}
.recruit-page li.active .info::after{background-image: url(../images/arrow-w.svg);transform: rotate(-90deg);}
.recruit-page .page{padding: .3rem 0 .2rem;}

@media (max-width:750px){
    .recruit-page{padding:.8rem 0 .5rem}
    .recruit-page .tit{margin-bottom: .6rem;}
    .recruit-page .tit>p:nth-of-type(1){font-size: .5rem;line-height: .7rem;margin-bottom: .1rem;}
    .recruit-page .tit>p:nth-of-type(2){font-size: .28rem;line-height: .48rem}
    .recruit-page li{margin-bottom: .3rem;}
    .recruit-page .info{font-size: .28rem;line-height: .48rem;padding:.25rem .5rem .25rem .6rem;}
    .recruit-page .info::before{width:.05rem;height: .25rem;left:.3rem;top:.35rem;}
    .recruit-page .info::after{width:.2rem;height: .2rem;right:.3rem;top:.4rem}
    .recruit-page .info>p{padding-right: .2rem;display: none;}
    .recruit-page .info>p:nth-of-type(1){font-size: .3rem;width:100%;display: block;}
    .recruit-page .detail .m{display: block;margin-bottom: .3rem;}
    .recruit-page .detail .m>span{display: block;font-size: .28rem;line-height: .48rem;margin-bottom: .1rem;}
    .recruit-page .detail{padding:.4rem;}
    .recruit-page .detail p{font-size: .28rem;line-height: .48rem;}
    .recruit-page .txt{margin-top: .4rem;}
    .recruit-page .txt>p{font-size: .28rem;line-height: .48rem;margin-bottom: .1rem;padding-left: .45rem;}
    .recruit-page .address{background-position:left .07rem;background-size:.3rem;}
    .recruit-page .phone{background-position:left .1rem;background-size:.3rem;}
    .recruit-page .person{background-position:left .08rem;background-size:.3rem;}
    .recruit-page .email{background-position:.02rem .11rem;background-size:.3rem;}
    .recruit-page .page{padding: .3rem 0;}
}

/* 搜索 */
.search-page{padding:.3rem 0 1rem}
.search-page li{border-bottom: 1px solid #eee;display: flex;align-items: center;padding: .4rem 0;position: relative;transition: .3s;}
.search-page li .img-div{height: 2rem;width: 23.43%;align-items: flex-end;overflow: hidden;border:1px #eee solid;border-radius: .1rem;}
.search-page li .img-div>img{max-width: 92%;max-height: 92%;transition:.3s}
.search-page li .img-bg{width: 23.43%;height: 2rem;border-radius: .1rem;}
.search-page li .info{width: calc(76.57% - 1.05rem);padding: 0 1.2rem 0 .5rem;}
.search-page li .info>p:nth-of-type(1){font-size: .22rem;margin-bottom: .15rem;}
.search-page li .info>p:nth-of-type(2){font-size: .16rem;color:#666;line-height: .3rem;}
.search-page .page{padding-top: .5rem;}
.search-page .none{margin-top:.5rem}

@media (max-width:750px){
    .search-page{padding:.4rem 0 .8rem}
    .search-page li{padding: .4rem 0;display: block;}
    .search-page li .img-div{height: 4rem;width:100%;}
    .search-page li .img-bg{width: 100%;height: 4rem;}
    .search-page li .info{width: 100%;padding: .2rem 0 0;}
    .search-page li .info>p:nth-of-type(1){font-size: .32rem;margin-bottom: .1rem;}
    .search-page li .info>p:nth-of-type(2){font-size: .28rem;line-height: .48rem;}
    .search-page .page{padding-top: .6rem;}
}

@media (any-hover:hover){
    .search-page li:hover{border-color: #199342;}
    .search-page li:hover .img{transform: scale(1.1);}
    .search-page li:hover .img-div>img{transform: scale(1.1);}
    .search-page li:hover .info>p:nth-of-type(1){color:#199342}
}