/*公共*/
.header{background: #fff;}
.header .width{display: flex;justify-content: space-between;align-items: center;height: 1.2rem;}
.header .logo{width:4.35rem;height: .51rem;justify-content: flex-start;}
.header .search{flex:1;padding-left: .5rem;display: flex;justify-content: flex-end;}
.header .search-box{display: flex;align-items: center;}
.header .form{display: flex;}
.header .form>input{width: 3.5rem;border: 1px solid #eee;border-right:0;border-radius: .2rem 0 0 .2rem;height: .45rem;}
.header .form>input::placeholder{font-size: .12rem;}
.header .btn{width:.5rem;height: .45rem;background:#00923f url(../images/search-w.png) no-repeat center center/.18rem;border-radius: 0 .2rem .2rem 0;cursor: pointer;transition: .3s;}
.header .info{display: flex;padding: .1rem 0 0 .3rem;font-size: .12rem;flex-wrap:wrap}
.header .info>span{background: url(../images/1.png) no-repeat left center/.11rem;padding: 0 .2rem;line-height: .1rem;height: .1rem;margin-bottom: .1rem;}
.header .info>a{color:#999;margin-right: .05rem;padding-right:.05rem;position: relative;border-right:1px solid #999;line-height: .1rem;height: .1rem;margin-bottom: .1rem}
.header .info>a:last-child{margin-right: 0;padding-right: 0;border-right: 0;}

.nav{background: #00923f;position: sticky;top: 0;z-index: 100;}
.nav ul{display:flex;justify-content: space-between;}
.nav li{text-align: center;position: relative;}
.nav li>a{line-height: .6rem;color:#fff;font-size:.16rem;position: relative;}
.nav li>a::after{content:'';width:0;height: 2px;background: #fff;position: absolute;bottom: 0;left: 50%;transition: .3s;transform: translateX(-50%);}
.nav li.active>a::after{width:100%}
.nav .child{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #fff;box-shadow: 0 0 .1rem rgba(0,0,0,.1);border-radius: .1rem;width: max-content;padding: .15rem .3rem;display: none;}
.nav .child>a{line-height: .35rem;font-size:.16rem;text-align: center;}

.cartoon{position: fixed;width: 1.03rem;height: 1.68rem;top: .1rem;background-size:100%;z-index: 100;}

.footer{background: #333;position: relative;padding: .7rem 0 .5rem;color:#fff}
.footer::before{content:'';width: 100%;height: .05rem;background: linear-gradient(to right,#00923f,#ffa415);position: absolute;top: 0;left: 0;}
.footer .width{max-width: 16rem;}
.footer1{display: flex;align-items: flex-start;}
.footer1 ul{flex:1;padding-right: 1rem;display: flex;flex-wrap: wrap;}
.footer1 li{display: flex;margin-bottom: .2rem;}
.footer1 .phone{margin-right: .3rem;}
.footer1 .address{width: 100%;}
.footer1 li>span{width: .32rem;height: .32rem;border-radius: 50%;}
.footer1 li.phone>span{background: #ffa415 url(../images/3.png) no-repeat center center/.18rem;}
.footer1 li.email>span{background: #ffa415 url(../images/4.png) no-repeat center center/.2rem;}
.footer1 li.address>span{background: #ffa415 url(../images/5.png) no-repeat center center/.17rem;}
.footer1 li>p{font-size: .16rem;line-height: .26rem;padding: .05rem 0 0 .1rem;}
.footer1 .con{display: flex;width: 4.9rem;padding-top: .15rem;justify-content: flex-end;}
.footer1 .subscribe-btn{cursor: pointer;transition: .3s;width: 1.6rem;line-height: .5rem;border-radius:.05rem;background: rgba(255,255,255,.1);font-size: .16rem;display: flex;justify-content: center;margin-right: .3rem;}
.footer1 .subscribe-btn>span{width: .16rem;height: 100%;background: url(../images/6.png) no-repeat center center/100%;filter: brightness(0%) invert(100%);margin-right: .1rem;}
.footer1 .link{width: 3rem;border-radius: .05rem;border: 1px #fff solid;padding-left: .2rem;position: relative;line-height: .48rem;cursor: pointer;}
.footer1 .link::after{content:'';width: .48rem;height: .48rem;background: url(../images/arrow.svg) no-repeat center center/.15rem;filter: brightness(0%) invert(100%);position: absolute;top: 0;right: 0;transition: .3s;}
.footer1 .link.active::after{transform: rotate(180deg);}
.footer1 .link .popup{position: absolute;top: calc(100% + .1rem);width: 100%;left: 0;background: #fff;border-radius: .05rem;padding: .12rem .2rem;display: none;}
.footer1 .link .popup>a{line-height: .24rem;}
.footer2{border-top: 1px solid rgba(255,255,255,.15);border-bottom: 1px solid rgba(255,255,255,.15);margin: .2rem 0 .35rem;padding:.5rem 0;display: flex;}
.footer2 ul{display: flex;justify-content: space-between;flex:1;padding-right: 1rem;}
.footer2 li>a{font-size: .18rem;margin-bottom: .25rem;color:#fff}
.footer2 .child>a{color:#999;margin-bottom: .15rem;}
.footer2 .qrs{width: 2.6rem;display: flex;justify-content: flex-end;}
.footer2 .qr{width: calc(50% - .1rem);}
.footer2 .qr:first-child{margin-right: .2rem;}
.footer2 .img-div{height: 1.2rem;margin-bottom: .15rem;}
.footer2 .qr>p{text-align: center;}
.footer3{display: flex;justify-content: space-between;align-items: center;}
.footer3>p:nth-of-type(1){color:#b2b2b2}
.footer3>p:nth-of-type(1)>a{color:#b2b2b2;display:inline-block;margin-left:.1rem}
.footer3>p:nth-of-type(2){display: flex;}
.footer3>p:nth-of-type(2)>a{color:#b2b2b2;padding-right: .05rem;margin-right: .05rem;border-right: 1px solid #b2b2b2;height: .12rem;line-height: .12rem;}
.footer3>p:nth-of-type(2)>a:last-child{padding-right: 0;margin-right: 0;border-right:0;}

.float{position: absolute;width:3.53rem;z-index: 998; }
.float img{width:100%}
.float .close{position: absolute;top:.1rem;right:.1rem;color:#fff;cursor: pointer;}

.body{display: flex;justify-content: space-between;padding: .3rem 0 .7rem;align-items: flex-start;}
.common-l{width: 21.87%;position: sticky;top: .9rem;background: #fff;border-radius: .05rem;}
.common-l>p{line-height: .5rem;background: #00923f;color:#fff;font-size: .18rem;border-radius: .05rem .05rem 0 0;padding:0 .4rem}
.common-l.red>p{background: #b50b0b;}
.common-l ul{padding: .1rem .4rem .4rem;}
.common-l li{border-bottom: 1px #eee solid;padding: .18rem 0;position: relative;}
.common-l li>p{font-size: .16rem;color:#666;display: inline-block;position: relative;}
.common-l li>p::after{content:'';position: absolute;bottom: -.19rem;left: 0;width: 0;height: 1px;background: #00923f;transition: .3s;}
.common-l li.active>p{color:#00923f}
.common-l li.active>p::after{width:100%}
.common-r{width: 76.56%;background: #fff;border-radius: .1rem}

.subscribe{background: rgba(0,0,0,.5);position: fixed;top:0;left: 0;width:100%;height:100%;z-index: 999;display: none;}
.subscribe .con{position: absolute;top:50%;left:50%;width:5rem;height:4.8rem;transform: translate(-50%,-50%);border-radius: 20px;background: #fff;padding:.6rem .5rem 0}
.subscribe .close{width:.4rem;height:.4rem;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/.18rem;position: absolute;right:.25rem;top:.25rem;cursor: pointer;transition: .3s;}
.subscribe .con>p:nth-of-type(1){font-size: .3rem;text-align: center;}
.subscribe .con>p:nth-of-type(2){color:#666;margin:.1rem 0 .3rem;text-align: center;}
.subscribe .con>p:nth-of-type(3){color:#666;font-size: .16rem;margin-bottom: .15rem;}
.subscribe .con>input{height:.5rem;width:100%;background: #f5f5f5;padding:0 .2rem;border:1px solid #f5f5f5;margin-bottom: .2rem;border-radius: .05rem;}
.subscribe .con>input:focus{border-color:#00923f}
.subscribe .con>input::placeholder{color:rgba(0,0,0,.3)}
.subscribe .con label{display: flex;align-items: center;margin-bottom: .1rem;cursor: pointer;}
.subscribe .con label>p{margin-left: .1rem;font-size: .16rem;color:#666}
.subscribe .btn{line-height: .5rem;color:#fff;text-align: center;border-radius: .25rem;background: #00923f;cursor: pointer;transition: .3s;margin-top: .3rem;}

@media (max-width:1440px){
    .cartoon{display: none;}
}


@media (any-hover:hover){
    .header .btn:hover{opacity: .8;}
    .header .info>a:hover{color:#00923f}
    .nav .child>a:hover{color:#00923f}

    .nav li:hover>a::after{width:100%}

    .footer1 .subscribe-btn:hover{background: #fff;}
    .footer1 .subscribe-btn:hover>span{filter:none}
    .footer1 .subscribe-btn:hover>p{color:#00923f}
    .footer1 .link .popup>a:hover{color:#00923f}
    .footer2 li>a:hover{color:#00923f}
    .footer2 .child>a:hover{color:#00923f}
    .footer3>p:nth-of-type(2)>a:hover{color:#00923f}

    .subscribe .close:hover{transform: rotate(180deg);}
    .subscribe .btn:hover{opacity: .8;}

    .common-l li:hover>p{color:#00923f}
    .common-l li:hover>p::after{width:100%}
}

/* 首页 */
.index-page{padding: .2rem 0 .7rem;}
.index-page .box{padding: .3rem;background: #fff;border-radius: .1rem;}
.index-page .tit-box{display: flex;align-items: center;border-bottom: 1px #eee solid;padding-bottom: .15rem;justify-content: space-between;}
.index-page .tit{display: flex;align-items: center;position: relative}
.index-page .tit::after{content:'';width:100%;height:1px;background: #00923f;position: absolute;left: 0;bottom: -.16rem;transition: .3s;}
.index-page .tit .img-div{width:.28rem;height: .26rem;margin-right: .1rem;}
.index-page .tit>p{font-size: .2rem;color:#00923f}
.index-page .tit-box>a{color:#999}
.index-page .swiper-pagination-bullet{width:.3rem;height: .03rem;border-radius: 0;background: #fff;opacity: 1;margin: 0 .03rem !important;}
.index-page .swiper-pagination-bullet-active{background: #00923f;}

.index-page .box1{border-radius: .1rem;}
.index-page .box1 .m{display: none;}
.index-page .box1 .img{height: 1.5rem;border-radius: .1rem;}
.index-page .box1 .swiper-slide-active .img{transform:scale(1.2);animation:index-box1-play 2s linear forwards}
@keyframes index-box1-play{
    to{transform:scale(1)}
}

.index-page .box2{padding: .2rem 0;display: flex;justify-content: space-between;}
.index-page .box2-1{width:74.6%;display: flex;justify-content: space-between;}
.index-page .box2-1 .swiper-container{border-radius: .1rem;width: 67.03%;margin: 0;}
.index-page .box2-1 .img{height: 3.6rem}
.index-page .box2-1 .swiper-pagination-bullet{width: .2rem;}
.index-page .box2-1 .con{width: 30.16%;}
.index-page .box2-1 ul{margin-top: .1rem;}
.index-page .box2-1 li{border-bottom: 1px dashed #e5e5e5;display: flex;align-items: center;padding: .16rem 0;justify-content: space-between;position: relative;}
.index-page .box2-1 li:last-child{border-bottom: 0;padding-bottom: 0;}
.index-page .box2-1 li>p:nth-of-type(1){padding-left: .15rem;position: relative;width: calc(100% - .45rem);}
.index-page .box2-1 li>p:nth-of-type(1)::before{content:'';width:.05rem;height: .05rem;border-radius: 50%;background: #333;position: absolute;top: .07rem;left: 0;}
.index-page .box2-1 li>p:nth-of-type(2){width: .35rem;text-align: right;font-size: .12rem;color:#999}
.index-page .box2-1 li.active>p:nth-of-type(1){color:#00923f}
.index-page .box2-1 li.active>p:nth-of-type(1)::before{background: #00923f;}
.index-page .box2-2{width:24.21%;padding-bottom: 0;}
.index-page .box2-2 .swiper-container{height: 3.15rem;margin-top: .2rem;}
.index-page .box2-2 .swiper-slide{height: .95rem !important;border-radius: .1rem;}

.index-page .box3{display: flex;}
.index-page .box3-1{width: calc(50% - .1rem);margin-right: .2rem;}
.index-page .box3-1 .tit{cursor: pointer;}
.index-page .box3-1 .tit>p{color:#999}
.index-page .box3-1 .tit::after{width:0}
.index-page .box3-1 .tit.active>p{color:#00923f;font-weight: bold;}
.index-page .box3-1 .tit.active::after{width:100%}
.index-page .box3-1 ul{margin-top: .05rem;display: none;}
.index-page .box3-1 li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px #eee solid;padding: .2rem 0;position: relative;}
.index-page .box3-1 li:last-child{border-bottom: 0;padding-bottom: 0;}
.index-page .box3-1 .img-bg{width:31.57%;height: 1.2rem;border-radius: .1rem;}
.index-page .box3-1 .con{width: 63.2%;}
.index-page .box3-1 .con>p:nth-of-type(1){font-size: .16rem;color:#000}
.index-page .box3-1 .con>p:nth-of-type(2){color:#888;line-height: .24rem;}
.index-page .box3-1 .time{display: flex;align-items: center;font-size: .12rem;margin: .1rem 0;}
.index-page .box3-1 .time>p:nth-of-type(1){line-height: .22rem;border-radius: .1rem;padding:0 .15rem;background: #ffa415;color:#fff;margin-right: .1rem;}
.index-page .box3-1 .time>p:nth-of-type(2){color:#999}
.index-page .box3-2{width: calc(50% - .1rem);}
.index-page .box3-2 .tab{display: flex;margin-top: .25rem;}
.index-page .box3-2 .tab>p{min-width: 1rem;line-height: .38rem;border: 1px #eee solid;border-radius: .2rem;text-align: center;font-size: .16rem;padding: 0 .3rem;margin-right: .2rem;transition: .3s;cursor: pointer;}
.index-page .box3-2 ul{display: none;}
.index-page .box3-2 .tab>p.active{border-color: #ffa415;color:#fff;background: #ffa415;}
.index-page .box3-2 li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px #eee solid;padding: .2rem 0;position: relative;}
.index-page .box3-2 li:last-child{border-bottom: 0;padding-bottom: 0;}
.index-page .box3-2 .time{width: 1rem;height: 1rem;border-radius: .1rem;border: 1px #eee solid;;text-align: center;display: flex;flex-direction: column;justify-content: center;}
.index-page .box3-2 .time>p:nth-of-type(1){font-size: .3rem;}
.index-page .box3-2 .con{width: 77.2%;}
.index-page .box3-2 .con>p:nth-of-type(1){font-size: .16rem;color:#000}
.index-page .box3-2 .con>p:nth-of-type(2){line-height: .22rem;border-radius: .1rem;padding:0 .15rem;background: #00923f;color:#fff;display: inline-block;font-size: .12rem;margin: .1rem 0;}
.index-page .box3-2 .con>p:nth-of-type(3){color:#888;}

.index-page .box4{padding: .2rem 0;display: flex;}
.index-page .box4-1{width: calc(50% - .1rem)}
.index-page .box4-1 .tab{position: relative;margin-top: .2rem;}
.index-page .box4-1 .swiper-slide{min-width: 1.2rem;line-height: .38rem;border: 1px #eee solid;border-radius: .2rem;text-align: center;font-size: .16rem;padding: 0 .2rem;margin-right: .2rem;transition: .3s;cursor: pointer;width:auto}
.index-page .box4-1 .swiper-slide:last-child{margin-right: 0;}
.index-page .box4-1 .swiper-slide.active{border-color: #ffa415;color:#fff;background: #ffa415;}
.index-page .box4-1 .arrow{position: absolute;right: -.2rem;width:.2rem;height:.2rem;background: url(../images/arrow1.svg) no-repeat center center/100%;top: .1rem;opacity: .3;cursor: pointer;transition: .3s;}
.index-page .box4-1 .prev{right:auto;left: -.2rem;transform: rotate(180deg);}
.index-page .box4-1 ul{display: none;}
.index-page .box4-1 li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px #eee solid;padding: .2rem 0;position: relative;}
.index-page .box4-1 li:last-child{border-bottom: 0;padding-bottom: 0;}
.index-page .box4-1 .time{width: 1rem;height: 1rem;border-radius: .1rem;border: 1px #eee solid;text-align: center;display: flex;flex-direction: column;justify-content: center;}
.index-page .box4-1 .time>p:nth-of-type(1){font-size: .3rem;}
.index-page .box4-1 .con{width: 77.2%;}
.index-page .box4-1 .con>p:nth-of-type(1){font-size: .16rem;color:#000}
.index-page .box4-1 .con>p:nth-of-type(2){line-height: .22rem;border-radius: .1rem;padding:0 .15rem;background: #00923f;color:#fff;display: inline-block;font-size: .12rem;margin: .1rem 0;}
.index-page .box4-1 .con>p:nth-of-type(3){color:#888;}
.index-page .box4-2{width: 23.82%;margin: 0 .2rem;}
.index-page .box4-2 ul{margin-top: .1rem;}
.index-page .box4-2 li{border-bottom: 1px dashed #e5e5e5;display: flex;align-items: center;padding: .17rem 0;justify-content: space-between;position: relative;}
.index-page .box4-2 li:last-child{border-bottom: 0;padding-bottom: 0;}
.index-page .box4-2 li>p:nth-of-type(1){padding-left: .15rem;position: relative;width: calc(100% - .45rem);}
.index-page .box4-2 li>p:nth-of-type(1)::before{content:'';width:.05rem;height: .05rem;border-radius: 50%;background: #333;position: absolute;top: .07rem;left: 0;}
.index-page .box4-2 li>p:nth-of-type(2){width: .35rem;text-align: right;font-size: .12rem;color:#999}
.index-page .box4 .box2-2{display: none;}
.index-page .box4-3{width: 24.21%}
.index-page .box4-3 ul{margin-top: .2rem;}
.index-page .box4-3 li{margin-bottom: .15rem;position: relative;}
.index-page .box4-3 li:last-child{margin-bottom: 0;}
.index-page .box4-3 .img-bg{height: 1.2rem;border-radius: .1rem;margin-bottom: .05rem;}
.index-page .box4-3 li>p{text-align: center;}

.index-page .box5{background: url(../images/2.jpg) no-repeat center center/cover;margin-bottom: .2rem;}
.index-page .box5>.img-div{margin-top: .3rem;border-radius: .1rem;}

.index-page .box6 .swiper-container{margin-top: .3rem;padding-left: 1px;}
.index-page .box6 .swiper-slide{border:1px #eee solid;border-radius: .1rem;height: 1rem;transition: .3s;}
.index-page .box6 .swiper-slide>img{max-width: 70%;max-height:70%}
.index-page .box6 .swiper-pagination{position: static;margin-top: .15rem;}
.index-page .box6 .swiper-pagination-bullet{background: rgba(0,0,0,.1);width: .08rem;height: .08rem;border-radius: 50%;margin: 0 .04rem !important;}
.index-page .box6 .swiper-pagination-bullet-active{background: #00923f;}

@media (any-hover:hover){
    .index-page .tit-box>a:hover{color:#00923f}

    .index-page .box3-1 li:hover .img{transform: scale(1.1);}
    .index-page .box3-1 li:hover .con>p:nth-of-type(1){color:#00923f}
    .index-page .box3-2 li:hover .time{color: #00923f;}
    .index-page .box3-2 li:hover .con>p:nth-of-type(1){color:#00923f}

    .index-page .box4-1 .arrow:hover{background-image: url(../images/arrow1-m.svg);opacity: 1;}
    .index-page .box4-1 li:hover .time{color: #00923f;}
    .index-page .box4-1 li:hover .con>p:nth-of-type(1){color:#00923f}
    .index-page .box4-2 li:hover>p:nth-of-type(1){color:#00923f}
    .index-page .box4-2 li:hover>p:nth-of-type(1)::before{background: #00923f;}
    .index-page .box4-3 li:hover .img{transform: scale(1.1);}
    .index-page .box4-3 li:hover>p{color:#00923f}

    .index-page .box6 .swiper-slide:hover{border-color:#00923f}
}

/* 关于 */
.about-page .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;}
.about-page .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.about-page .tit>p{font-size: .2rem;color: #00923f;}

/* id=1 */
.about1-page{padding: .4rem .4rem 0 .4rem;}
.about1-page>.img-div{border-radius: .1rem;margin-bottom: .6rem;}
.about1-page .con{display: flex;justify-content: space-between;}

.about1-page .left{width: 56.66%;padding-bottom: .6rem;}
.about1-page .left .content p{line-height: .3rem;color:#666}

.about1-page .right{width: 36.67%;display: flex;flex-direction: column;justify-content: space-between;padding-right: .6rem;}
.about1-page .right .info{display: flex;flex-direction: column;align-items: flex-end;}
.about1-page .right .icon{width: 2.4rem}
.about1-page .right .icon li{border-radius: .1rem;box-shadow: 0 0 .15rem rgba(0,0,0,.1);margin-bottom: .4rem;display: flex;padding: .3rem .4rem;transition: .3s;}
.about1-page .right .icon li:last-child{margin-bottom: 0;}
.about1-page .right .icon .img-div{width: .45rem;height: .4rem;margin-right: .1rem;}
.about1-page .right .icon li>p{font-size: .24rem;line-height: .34rem;margin-top: .05rem;flex:1}
.about1-page .right .num{width: 2.4rem;padding: .3rem 0 .4rem;}
.about1-page .right .num li{border-bottom: 1px #e5e5e5 solid;font-size: .16rem;line-height: .26rem;color:#666;padding: .4rem 0 .35rem .7rem;}
.about1-page .right .num li:last-child{border-bottom: 0;}
.about1-page .right .num li>p:nth-of-type(1){display: flex;align-items: center;margin-bottom: .1rem;}
.about1-page .right .num li>p:nth-of-type(1)>span:nth-of-type(1){font-size: .42rem;color:#00923f;margin-right: .05rem;}

/* id=2 */
.about2-page{padding: .4rem .4rem .9rem;}
.about2-page .content p{line-height: .3rem;color:#666;font-size: .16rem;}
.about2-page .content p em strong{  font-style: normal;}

/* id=3 */
.about3-page{padding: .5rem .4rem .4rem;}
.about3-page li{display: flex;border-top: 1px #eee solid;align-items: flex-start;padding-bottom: .4rem;}
.about3-page li>p:nth-of-type(1){width: 1rem;line-height: .45rem;border-radius: 0 0 .05rem .05rem;background: #eee;color:#00923f;font-size: .18rem;text-align: center;}
.about3-page li>p:nth-of-type(2){flex:1;padding: .15rem .5rem 0 .8rem;font-size: .16rem;line-height: .34rem;color: #666;}

/* id=4 */
.about4-page{padding: .4rem .4rem .5rem;}
.about4-page .box1>img{margin: .4rem auto .7rem;max-width:100%}

.about4-page .box2 ul{display: flex;flex-wrap: wrap;margin-top: .3rem;}
.about4-page .box2 li{width: calc(100% / 3 - .1rem);margin-right: .15rem;margin-bottom: .2rem;}
.about4-page .box2 li:nth-child(3n){margin-right: 0;}
.about4-page .box2 .img-bg{height: 1.4rem;border-radius: .1rem;margin-bottom: .1rem;}
.about4-page .box2 li>p{font-size: .16rem;line-height: .26rem;}

/* id=5 */
.about5-page{padding: .4rem .4rem .25rem;}
.about5-page .items{display: flex;flex-wrap: wrap;margin: .25rem 0 .3rem}
.about5-page .item{width: calc(50% - .15rem);display: flex;margin-bottom: .2rem;}
.about5-page .item:nth-child(2n+1){margin-right: .3rem;}
.about5-page .item>p{font-size: .16rem;line-height: .26rem;color:#666}
.about5-page .item>p:nth-of-type(1){width: .7rem;color:#ffa415}
.about5-page .item>p:nth-of-type(2){flex:1}

/* id=6 */
.about6-page{padding: .6rem .4rem .7rem;}
.about6-page .box1{display: flex;flex-wrap: wrap;justify-content: center;}
.about6-page .box1>a{line-height: .58rem;border-radius: .3rem;border:1px solid #eee;font-size: .18rem;padding: 0 .25rem;margin-right: .2rem;transition: .3s;}
.about6-page .box1>a:last-child{margin-right: 0;}
.about6-page .box1>a.active{background: #ffa415;border-color:#ffa415;color:#fff}

.about6-page .box2{padding: .5rem 0;}
.about6-page .box2 .content{margin-top: .25rem;}
.about6-page .box2 .content p{font-size: .16rem;line-height: .3rem;color:#666}

.about6-page .box3 ul{padding: .35rem 0 .1rem;}
.about6-page .box3 .first{font-size: .2rem;line-height: .3rem;margin-bottom: .25rem;}
.about6-page .box3 .second{font-size: .18rem;line-height: .28rem;border-bottom: 1px #eee solid;padding-bottom: .15rem;}
.about6-page .box3 .items{display: flex;flex-wrap: wrap;margin: .2rem 0}
.about6-page .box3 .item{width: calc(50% - .15rem);display: flex;margin-bottom: .2rem;}
.about6-page .box3 .item:nth-child(2n+1){margin-right: .3rem;}
.about6-page .box3 .item>p{font-size: .16rem;line-height: .26rem;color:#666}
.about6-page .box3 .item>p:nth-of-type(1){width: .7rem;color:#ffa415}

.about6-page .box4 .content{margin-top: .25rem;}
.about6-page .box4 .content p{font-size: .16rem;line-height: .32rem;color:#666}
.about6-page .box4 .content strong{color:#333}

@media (any-hover:hover){
    .about1-page .right .icon li:hover{background:#00923f}
    .about1-page .right .icon li:hover .img-div{filter: brightness(0%) invert(100%)}
    .about1-page .right .icon li:hover>p{color:#fff}
    
    .about6-page .box1>a:hover{background: #ffa415;border-color:#ffa415;color:#fff}
}

/* 服务 */
.service-page .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;}
.service-page .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.service-page .tit>p{font-size: .2rem;color: #00923f;}

.service-page .cate{display: flex;justify-content: center;}
.service-page .cate>a{min-width: 1.8rem;line-height: .58rem;border: 1px #eee solid;border-radius: .3rem;text-align: center;font-size: .18rem;margin-right: .2rem;transition: .3s;padding:0 .4rem}
.service-page .cate>a:last-child{margin-right: 0;}
.service-page .cate>a.active{background: #ffa415;color:#fff;border-color: #ffa415;}

.service-page.list{padding: .4rem .4rem 0;}
.service-page.list .head{border-bottom: 1px #eee solid;padding-bottom: .15rem;margin-bottom: .3rem;}
.service-page.list .swiper-slide{display: flex;align-items: center;justify-content: space-between;}
.service-page.list .swiper-slide .img-bg{width:20%;height:1.2rem;border-radius: .1rem;}
.service-page.list .swiper-slide .info{width:76.6%}
.service-page.list .swiper-slide .info>p{line-height: .24rem;color:#666}
.service-page.list .swiper-slide .info>p:nth-of-type(1){font-size: .18rem;color:#000}
.service-page.list .swiper-slide .info>p:nth-of-type(2){margin: .05rem 0;}
.service-page.list .swiper-pagination{position: static}
.service-page.list .swiper-pagination-bullet{width:.06rem;height: .06rem;background: rgba(0,0,0,.1);opacity: 1;margin: 0 .03rem !important;}
.service-page.list .swiper-pagination-bullet-active{background: #00923f;}

.service-page.list .box1{padding-bottom:.8rem;}
.service-page.list .box1 li{display: flex;align-items: center;position: relative;border-bottom: 1px #eee solid;padding: .3rem 0;overflow: hidden;transition: .3s;}
.service-page.list .box1 .time{width: 1rem;height: 1rem;border-radius: .05rem;border: 1px solid #e5e5e5;font-size: .16rem;text-align: center;position: relative;display: flex;flex-direction: column;justify-content: center;}
.service-page.list .box1 .time>p:nth-of-type(1){font-size: .3rem}
.service-page.list .box1 .time>span{width:.17rem;height: .23rem;background: url(../images/11.png) no-repeat center center/100%;position: absolute;right: .05rem;top: .05rem;}
.service-page.list .box1 .info{width:calc(100% - 2.23rem);padding: 0 .4rem;}
.service-page.list .box1 .info>p{font-size: .2rem;margin-bottom: .15rem;}
.service-page.list .box1 .tag{display: flex;}
.service-page.list .box1 .tag>p{color:#666;border-radius: .15rem;line-height: .3rem;background: #eee;display: inline-block;padding: 0 .2rem}
.service-page.list .box1 .tag>p.enroll{margin-left: .1rem;position: relative;z-index: 50;cursor: pointer;transition: .3s;}
.service-page.list .box1 .img-div{width:1.23rem;height:1.14rem;position: absolute;right: -100%;top: .15rem;transition: .5s}
.service-page.list .box1 .page{padding-top: .4rem;}

.service-page.list .box2{padding: .4rem 0 .5rem;}
.service-page.list .box2 ul{display: flex;flex-wrap: wrap;}
.service-page.list .box2 li{margin-bottom: .3rem;width: calc(100% / 3 - .2rem);margin-right: .3rem;border: 1px #eee solid;border-radius: .1rem;position: relative;}
.service-page.list .box2 li:nth-child(3n){margin-right: 0;}
.service-page.list .box2 .img-bg{height: 1.8rem;border-radius: .1rem .1rem 0 0;}
.service-page.list .box2 .con{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;padding: .25rem .3rem .35rem;height: calc(100% - 1.8rem);}
.service-page.list .box2 .info>p:nth-of-type(1){color:#666;}
.service-page.list .box2 .info>p:nth-of-type(2){font-size:.16rem;line-height: .28rem;margin: .1rem 0 .3rem;}
.service-page.list .box2 .con>p{color:#999;font-size: .12rem;background: url(../images/12.png) no-repeat right center/.12rem;padding-right: .2rem;}
.service-page.list .box2 .page{padding: .1rem 0 .3rem;}

.service-page.list .popup{position: fixed;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.service-page.list .popup .con{max-width: 8.6rem;background: #fff;margin: 5% auto;padding: .5rem .7rem .65rem;border-radius: .1rem;position: relative;}
.service-page.list .popup .close{width: .35rem;height: .35rem;border-radius: 50%;position: absolute;top: .2rem;right: .2rem;background: #f5f5f5 url(../images/close.svg) no-repeat center center/.18rem;transition: .3s;cursor: pointer;}
.service-page.list .popup .con>p{text-align: center;font-size: .27rem;line-height: .37rem;margin-bottom: .35rem;}
.service-page.list .popup ul{display: flex;flex-wrap: wrap;}
.service-page.list .popup li{width: calc(100% / 3 - .1rem);margin-right: .15rem;margin-bottom: .25rem;}
.service-page.list .popup li:nth-child(3n){margin-right: 0;}
.service-page.list .popup li.w100{width:100%;margin-right: 0;}
.service-page.list .popup li>p{margin-bottom: .1rem;}
.service-page.list .popup li>p>span{color:#d8181f}
.service-page.list .popup .select:after{width:.45rem;background-size: .14rem;}
.service-page.list .popup .select>select{height: .45rem;border: 1px #eee solid;border-radius: .05rem;background: #fff;font-size: .12rem;padding: 0 .15rem;}
.service-page.list .popup .select>select::placeholder{font-size: .12rem;}
.service-page.list .popup .select>select:focus{border-color: #00923f;}
.c-datepicker-picker{z-index: 999 !important;}
.service-page.list .popup .c-datepicker-date-editor{padding: 0;width:100%;flex:1;height: .45rem;line-height: .45rem;border:0}
.service-page.list .popup .c-datepicker-single-editor .c-datepicker-data-input{padding: 0 .15rem;width: 100%;border:1px #eee solid;border-radius: .05rem;}
.service-page.list .popup .c-datepicker-single-editor .c-datepicker-data-input:focus{border-color:#00923f}
.service-page.list .popup li>input{height: .45rem;border: 1px #eee solid;border-radius: .05rem;font-size: .12rem;width:100%;padding: 0 .15rem;}
.service-page.list .popup li>input::placeholder{font-size: .12rem;}
.service-page.list .popup li>input:focus{border-color: #00923f;}
.service-page.list .popup li>textarea{height: .9rem;border: 1px #eee solid;border-radius: .05rem;font-size: .12rem;width:100%;padding: .15rem;}
.service-page.list .popup li>textarea::placeholder{font-size: .12rem;}
.service-page.list .popup li>textarea:focus{border-color: #00923f;}
.service-page.list .popup .btn{line-height: .55rem;background: #00923f;color:#fff;text-align: center;font-size: .16rem;border-radius: .3rem;transition: .3s;cursor: pointer;}

.service-page.detail .box1{padding: .45rem .4rem .7rem;}
.service-page.detail .box1>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;text-align: center;}
.service-page.detail .box1>p:nth-of-type(2){display: flex;justify-content: center;margin: .2rem 0 .35rem;}
.service-page.detail .box1>p:nth-of-type(2)>span{font-size: .16rem;color:#666}
.service-page.detail .box1>p:nth-of-type(2)>span:nth-of-type(1){margin-right: .5rem;}
.service-page.detail .box1 .content{border-top: 1px #eee solid;padding-top: .35rem;}
.service-page.detail .box1 .content p{font-size: .16rem;line-height: .3rem;color:#666}
.service-page.detail .box1 .table{margin-top: .5rem;}
.service-page.detail .box1 .table table{border-collapse: collapse;min-width: 100%;border-left: 1px #ddd solid;border-top: 1px #ddd solid;margin-top: .3rem;width: max-content;margin-bottom: .2rem;}
.service-page.detail .box1 .table table td{padding: .1rem .2rem;border-right: 1px #ddd solid;border-bottom: 1px #ddd solid;}
.service-page.detail .box1 .table .myscroll::-webkit-scrollbar{height:5px;}
.service-page.detail .box1 .jump{display: flex;align-items: center;justify-content: space-between;border-top: 1px #eee solid;padding-top: .3rem;margin-top: .3rem;}
.service-page.detail .box1 .info{width: calc(100% - 2rem);}
.service-page.detail .box1 .info>a{font-size: .16rem;color:#666;line-height: .3rem;}
.service-page.detail .box1 .jump>a{width: 1.6rem;line-height: .5rem;border-radius: .25rem;background: #00923f;text-align: center;color:#fff;transition: .3s;font-size: .16rem;}

.service-page.detail .box2{padding: .4rem .4rem .7rem;}
.service-page.detail .box2 .content{margin: .35rem 0 .5rem;}
.service-page.detail .box2 .content p{font-size: .16rem;line-height: .3rem;color:#666}
.service-page.detail .box2 ul{display: flex;flex-wrap: wrap;margin: .35rem 0 .1rem;}
.service-page.detail .box2 li{width: calc(50% - .2rem);margin-bottom: .25rem;}
.service-page.detail .box2 li:nth-child(2n+1){margin-right: .4rem;}
.service-page.detail .box2 li.w100{width:100%;margin-right: 0;}
.service-page.detail .box2 li>p{margin-bottom: .1rem;font-size: .16rem;}
.service-page.detail .box2 li>p>span{color:#d8181f}
.service-page.detail .box2 li>input{height: .5rem;border: 1px #eee solid;border-radius: .05rem;width:100%;padding: 0 .15rem;}
.service-page.detail .box2 li>input:focus{border-color: #00923f;}
.service-page.detail .box2 li>textarea{height: 1.5rem;border: 1px #eee solid;border-radius: .05rem;width:100%;padding: .15rem;}
.service-page.detail .box2 li>textarea:focus{border-color: #00923f;}
.service-page.detail .box2 .select:after{width:.5rem;background-size: .14rem;}
.service-page.detail .box2 .select>select{height: .5rem;border: 1px #eee solid;border-radius: .05rem;background: #fff;padding: 0 .15rem;}
.service-page.detail .box2 .select>select:focus{border-color: #00923f;}
.service-page.detail .box2 .c-datepicker-date-editor{padding: 0;width:100%;flex:1;height: .5rem;line-height: .5rem;border:0}
.service-page.detail .box2 .c-datepicker-single-editor .c-datepicker-data-input{padding: 0 .15rem;width: 100%;border:1px #eee solid;border-radius: .05rem;}
.service-page.detail .box2 .c-datepicker-single-editor .c-datepicker-data-input:focus{border-color:#00923f}
.service-page.detail .box2 .btn{width:1.6rem;line-height: .5rem;background: #00923f;color:#fff;text-align: center;font-size: .16rem;border-radius: .05rem;transition: .3s;cursor: pointer;}

@media (any-hover:hover){
    .service-page .cate>a:hover{background: #ffa415;color:#fff;border-color: #ffa415;}

    .service-page.list .swiper-slide:hover .img{transform: scale(1.1);}
    .service-page.list .swiper-slide:hover .info>p:nth-of-type(1){color:#00923f}

    .service-page.list .box1 li:hover{border-color: #00923f;}
    .service-page.list .box1 li:hover .time{color:#00923f}
    .service-page.list .box1 li:hover .info>p{color:#00923f}
    .service-page.list .box1 .tag>p.enroll:hover{background: #00923f;color:#fff}
    .service-page.list .box1 li:hover .img-div{right: 0;}

    .service-page.list .box2 li:hover .img{transform: scale(1.1);}
    .service-page.list .box2 li:hover .info>p:nth-of-type(2){color:#00923f}
    .service-page.list .box2 li:hover .con>p{color:#00923f;background-image: url(../images/12-m.png);}

    .service-page.list .popup .close:hover{transform: rotate(180deg);}
    .service-page.list .popup .btn:hover{opacity: .8;}

    .service-page.detail .box1 .info>a:hover{color:#00923f}
    .service-page.detail .box1 .jump>a:hover{opacity: .8;}

    .service-page.detail .box2 .btn:hover{opacity: .8;}
}

/* 新闻 */
.news-page.list{padding: .4rem .4rem .8rem;}

.news-page.list .head{border-bottom: 1px #eee solid;padding-bottom: .15rem;}
.news-page.list .swiper-slide{display: flex;align-items: center;justify-content: space-between;}
.news-page.list .swiper-slide .img-bg{width:20%;height:1.2rem;border-radius: .1rem;}
.news-page.list .swiper-slide .info{width:76.6%}
.news-page.list .swiper-slide .info>p{line-height: .24rem;color:#666}
.news-page.list .swiper-slide .info>p:nth-of-type(1){font-size: .18rem;color:#000}
.news-page.list .swiper-slide .info>p:nth-of-type(2){margin: .05rem 0;}
.news-page.list .swiper-pagination{position: static}
.news-page.list .swiper-pagination-bullet{width:.06rem;height: .06rem;background: rgba(0,0,0,.1);opacity: 1;margin: 0 .03rem !important;}
.news-page.list .swiper-pagination-bullet-active{background: #00923f;}

.news-page.list li{display: flex;align-items: center;position: relative;border-bottom: 1px #e5e5e5 solid;padding: .3rem 0;transition: .3s;}
.news-page.list li>p:nth-of-type(1){width: 1rem;text-align: center;border-radius: .15rem;background: #f5f5f5;color:#666;line-height: .3rem;transition: .3s;}
.news-page.list li>p:nth-of-type(2){width: calc(100% - 1.8rem);padding: 0 .4rem;font-size: .18rem;}
.news-page.list li>p:nth-of-type(3){width:.8rem;color:#999;background: url(../images/12.png) no-repeat right center/.15rem;}
.news-page.list .page{padding-top: .4rem;}

.news-page.detail{padding: .45rem .4rem .7rem;}
.news-page.detail>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;text-align: center;}
.news-page.detail>p:nth-of-type(2){display: flex;justify-content: center;margin: .2rem 0 .35rem;}
.news-page.detail>p:nth-of-type(2)>span{font-size: .16rem;color:#666}
.news-page.detail>p:nth-of-type(2)>span:nth-of-type(1){margin-right: .5rem;}
.news-page.detail .content{border-top: 1px #eee solid;border-bottom: 1px #eee solid;padding: .35rem 0 .65rem;margin-bottom: .3rem;}
.news-page.detail .content p{font-size: .16rem;line-height: .3rem;color:#666}
.news-page.detail .jump{display: flex;align-items: center;justify-content: space-between;}
.news-page.detail .info{width: calc(100% - 2rem);}
.news-page.detail .info>a{font-size: .16rem;color:#666;line-height: .3rem;}
.news-page.detail .jump>a{width: 1.6rem;line-height: .5rem;border-radius: .25rem;background: #00923f;text-align: center;color:#fff;transition: .3s;font-size: .16rem;}

@media (any-hover:hover){
    .news-page.list .swiper-slide:hover .img{transform: scale(1.1);}
    .news-page.list .swiper-slide:hover .info>p:nth-of-type(1){color:#00923f}

    .news-page.list li:hover{border-color: #00923f;}
    .news-page.list li:hover>p:nth-of-type(1){background: #00923f;color:#fff}
    .news-page.list li:hover>p:nth-of-type(2){color:#00923f}
    .news-page.list li:hover>p:nth-of-type(3){color:#00923f;background-image: url(../images/12-m.png);}

    .news-page.detail .info>a:hover{color:#00923f}
    .news-page.detail .jump>a:hover{opacity: .8;}
}

/* 党建 */
.dangjian-page.list{padding: .4rem .4rem .8rem;}
.dangjian-page.list .cate{display: flex;justify-content: center;margin-bottom: .4rem;}
.dangjian-page.list .cate>a{min-width: 1.8rem;line-height: .58rem;border: 1px #eee solid;border-radius: .3rem;text-align: center;font-size: .18rem;margin-right: .2rem;transition: .3s;}
.dangjian-page.list .cate>a:last-child{margin-right: 0;}
.dangjian-page.list .cate>a.active{background: #ffa415;color:#fff;border-color: #ffa415;}
.dangjian-page.list .note{color:#fff;border-radius: .1rem;padding: .35rem .4rem .45rem;margin-bottom: .1rem;}
.dangjian-page.list .note>p:nth-of-type(1){font-size: .2rem;line-height: .3rem;margin-bottom: .05rem;}
.dangjian-page.list .note>p:nth-of-type(2){font-size: .16rem;line-height: .3rem;}

.dangjian-page.list .head{border-bottom: 1px #eee solid;padding-bottom: .15rem;}
.dangjian-page.list .swiper-slide{display: flex;align-items: center;justify-content: space-between;}
.dangjian-page.list .swiper-slide .img-bg{width:20%;height:1.2rem;border-radius: .1rem;}
.dangjian-page.list .swiper-slide .info{width:76.6%}
.dangjian-page.list .swiper-slide .info>p{line-height: .24rem;color:#666}
.dangjian-page.list .swiper-slide .info>p:nth-of-type(1){font-size: .18rem;color:#000}
.dangjian-page.list .swiper-slide .info>p:nth-of-type(2){margin: .05rem 0;}
.dangjian-page.list .swiper-pagination{position: static}
.dangjian-page.list .swiper-pagination-bullet{width:.06rem;height: .06rem;background: rgba(0,0,0,.1);opacity: 1;margin: 0 .03rem !important;}
.dangjian-page.list .swiper-pagination-bullet-active{background: #00923f;}

.dangjian-page.list li{display: flex;align-items: center;position: relative;border-bottom: 1px #e5e5e5 solid;padding: .3rem 0;transition: .3s;}
.dangjian-page.list li>p:nth-of-type(1){width: 1rem;text-align: center;border-radius: .15rem;background: #f5f5f5;color:#666;line-height: .3rem;transition: .3s;}
.dangjian-page.list li>p:nth-of-type(2){width: calc(100% - 1.8rem);padding: 0 .4rem;font-size: .18rem;}
.dangjian-page.list li>p:nth-of-type(3){width:.8rem;color:#999;background: url(../images/12.png) no-repeat right center/.15rem;}
.dangjian-page.list .page{padding-top: .4rem;}

.dangjian-page.detail{padding: .45rem .4rem .7rem;}
.dangjian-page.detail>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;text-align: center;}
.dangjian-page.detail>p:nth-of-type(2){display: flex;justify-content: center;margin: .2rem 0 .35rem;}
.dangjian-page.detail>p:nth-of-type(2)>span{font-size: .16rem;color:#666}
.dangjian-page.detail>p:nth-of-type(2)>span:nth-of-type(1){margin-right: .5rem;}
.dangjian-page.detail .content{border-top: 1px #eee solid;border-bottom: 1px #eee solid;padding: .35rem 0 .65rem;margin-bottom: .3rem;}
.dangjian-page.detail .content p{font-size: .16rem;line-height: .3rem;color:#666}
.dangjian-page.detail .jump{display: flex;align-items: center;justify-content: space-between;}
.dangjian-page.detail .info{width: calc(100% - 2rem);}
.dangjian-page.detail .info>a{font-size: .16rem;color:#666;line-height: .3rem;}
.dangjian-page.detail .jump>a{width: 1.6rem;line-height: .5rem;border-radius: .25rem;background: #00923f;text-align: center;color:#fff;transition: .3s;font-size: .16rem;}

@media (any-hover:hover){
    .dangjian-page.list .cate>a:hover{background: #ffa415;color:#fff;border-color: #ffa415;}

    .dangjian-page.list .swiper-slide:hover .img{transform: scale(1.1);}
    .dangjian-page.list .swiper-slide:hover .info>p:nth-of-type(1){color:#00923f}

    .dangjian-page.list li:hover{border-color: #00923f;}
    .dangjian-page.list li:hover>p:nth-of-type(1){background: #00923f;color:#fff}
    .dangjian-page.list li:hover>p:nth-of-type(2){color:#00923f}
    .dangjian-page.list li:hover>p:nth-of-type(3){color:#00923f;background-image: url(../images/12-m.png);}
    .dangjian-page.list.red li:hover{border-color: #b50b0b;}
    .dangjian-page.list.red li:hover>p:nth-of-type(1){background: #b50b0b}
    .dangjian-page.list.red li:hover>p:nth-of-type(2){color:#b50b0b}
    .dangjian-page.list.red li:hover>p:nth-of-type(3){color:#b50b0b;background-image: url(../images/12-r.png);}

    .dangjian-page.detail .info>a:hover{color:#00923f}
    .dangjian-page.detail .jump>a:hover{opacity: .8;}
}

/* 标准 */
.standard-page.list{padding: .4rem .4rem .7rem;}
.standard-page.list .img-div{border-radius: .1rem;margin-bottom: .2rem;}
.standard-page.list .img-div>img{border-radius: .1rem;}
.standard-page.list li{display: flex;align-items: center;position: relative;border-bottom: 1px #e5e5e5 dashed;padding: .25rem 0;transition: .3s;}
.standard-page.list li>p:nth-of-type(1){width: calc(100% - 1rem);padding-left: .2rem;font-size: .18rem;position: relative;}
.standard-page.list li>p:nth-of-type(1)::before{content:'';width:.05rem;height:.05rem;border-radius: 50%;background: #333;position: absolute;top: .09rem;left: 0;transition: .3s;}
.standard-page.list li>p:nth-of-type(2){width: 1rem;text-align: right;color:#999}
.standard-page.list .page{padding-top: .5rem;}

.standard-page.detail{padding: .45rem .4rem .7rem;}
.standard-page.detail>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;text-align: center;}
.standard-page.detail>p:nth-of-type(2){display: flex;justify-content: center;margin: .2rem 0 .35rem;}
.standard-page.detail>p:nth-of-type(2)>span{font-size: .16rem;color:#666}
.standard-page.detail>p:nth-of-type(2)>span:nth-of-type(1){margin-right: .5rem;}
.standard-page.detail .content{border-top: 1px #eee solid;border-bottom: 1px #eee solid;padding: .35rem 0 .65rem;margin-bottom: .3rem;}
.standard-page.detail .content p{font-size: .16rem;line-height: .3rem;color:#666}
.standard-page.detail .jump{display: flex;align-items: center;justify-content: space-between;}
.standard-page.detail .info{width: calc(100% - 2rem);}
.standard-page.detail .info>a{font-size: .16rem;color:#666;line-height: .3rem;}
.standard-page.detail .jump>a{width: 1.6rem;line-height: .5rem;border-radius: .25rem;background: #00923f;text-align: center;color:#fff;transition: .3s;font-size: .16rem;}

@media (any-hover:hover){
    .standard-page.list li:hover{border-color: #00923f;}
    .standard-page.list li:hover>p:nth-of-type(1){color:#00923f}
    .standard-page.list li:hover>p:nth-of-type(1)::before{background: #00923f;}
    .standard-page.list li:hover>p:nth-of-type(2){color:#00923f}

    .standard-page.detail .info>a:hover{color:#00923f}
    .standard-page.detail .jump>a:hover{opacity: .8;}
}

/* 会员 */
.member-page.guide{padding: .6rem .4rem 1rem;}
.member-page.guide>p{font-size: .3rem;line-height: .4rem;color:#000;text-align: center;margin-bottom: .4rem;}
.member-page.guide .tit{font-size: .24rem;line-height: .34rem;}
.member-page.guide .content p{font-size: .16rem;line-height: .3rem;color:#666}

.member-page.guide .box1 .content{padding: .05rem 0 .35rem;}
.member-page.guide .box1 ul{display: flex;flex-wrap: wrap;}
.member-page.guide .box1 li{background: #f8faf5;width: calc(100% / 3 - .14rem);margin-right: .21rem;margin-bottom: .27rem;border-radius: .1rem;transition: .3s;display: flex;padding: .35rem .2rem .3rem .5rem;}
.member-page.guide .box1 li:nth-child(3n){margin-right: 0;}
.member-page.guide .box1 .img-div{width: .48rem;height: .45rem;margin: .12rem .2rem 0 0;}
.member-page.guide .box1 li .info{flex:1}
.member-page.guide .box1 li .info>p:nth-of-type(1){color: #00923f;display: flex;align-items: flex-end;font-size: .46rem;line-height: .46rem;margin-bottom: .05rem;}
.member-page.guide .box1 li .info>p:nth-of-type(1)>span:nth-of-type(2){font-size: .12rem;line-height:.12rem;margin: 0 0 .05rem .05rem;}
.member-page.guide .box1 li .info>p:nth-of-type(2){line-height: .24rem;color:#ffa415}
.member-page.guide .box1 .items{display: flex;}
.member-page.guide .box1 .item{width: calc(50% - .1rem);border: 1px #eee solid;border-radius: .1rem;padding: .3rem .4rem .1rem;}
.member-page.guide .box1 .item:nth-child(2n+1){margin-right: .2rem;}
.member-page.guide .box1 .item>p{font-size: .24rem;color:#00923f;margin-bottom: .2rem;}
.member-page.guide .box1 .item .info{margin-bottom: .2rem;}
.member-page.guide .box1 .item .info>p:nth-of-type(1){font-size: .16rem;line-height: .26rem;color:#00923f;margin-bottom: .05rem;}
.member-page.guide .box1 .item .info>p:nth-of-type(2){line-height: .24rem;color:#666}
.member-page.guide .box1 .item:nth-of-type(2)>p{color:#ffa415}
.member-page.guide .box1 .item:nth-of-type(2) .info>p:nth-of-type(1){color:#ffa415}

.member-page.guide .box2{padding: .65rem 0 .4rem;}
.member-page.guide .box2 ul{display: flex;flex-wrap: wrap;margin-top: .25rem;}
.member-page.guide .box2 li{width: calc(50% - .1rem);border: 1px dashed #00923f;border-radius: .1rem;margin-bottom: .25rem;margin-right: .2rem;padding: .2rem .6rem .2rem .4rem;transition: .3s;}
.member-page.guide .box2 li>p:nth-of-type(1){color:#00923f;font-size: .16rem;line-height: .26rem;margin-bottom: .05rem;}
.member-page.guide .box2 li>p:nth-of-type(2){font-size: .12rem;line-height: .23rem;color:#666}
.member-page.guide .box2 li:nth-child(2n){margin-right: 0;background: linear-gradient(to right,#ebf7f7,#f5faf0);border: 0;}
.member-page.guide .box2 li:nth-child(2n)>p:nth-of-type(1){color:#ffa415}

.member-page.guide .box3 .content{padding-top: .05rem;}

.member-page.guide .box4{padding: .65rem 0;}
.member-page.guide .box4 .content{padding-top: .05rem;}

.member-page.guide .box5 .content{padding-top: .05rem;}

.member-page.guide .box6{padding: .65rem 0;}
.member-page.guide .box6 .content{padding-top: .05rem;}

.member-page.guide .box7 .content{padding-top: .05rem;}

.member-page.list{padding: .6rem .4rem .8rem;}
.member-page.list .cates{display: flex;margin-bottom: .2rem;}
.member-page.list .cate{display: flex;flex-wrap: wrap;flex:1}
.member-page.list .cate>a{min-width: 1.3rem;padding: 0 .2rem;line-height: .43rem;font-size: .16rem;border-radius: .25rem;border:1px #eee solid;text-align: center;margin-right: .15rem;transition: .3s;margin-bottom: .2rem;}
.member-page.list .cate>a:last-child{margin-right: 0;}
.member-page.list .cate>a.active{border-color: #ffa415;background: #ffa415;color:#fff}
.member-page.list .search{width: 2.7rem;display: flex;}
.member-page.list .search>input{width: 2.2rem;height: .45rem;border-radius: .25rem 0 0 .25rem;border: 1px #eee solid;font-size: .12rem;}
.member-page.list .search>input::placeholder{font-size: .12rem}
.member-page.list .search .btn{width: .5rem;height: .45rem;background: #00923f url(../images/search-w.png) no-repeat center center/.18rem;border-radius: 0 .25rem .25rem 0;cursor: pointer;transition: .3s;}
.member-page.list .child{display: flex;flex-wrap: wrap;}
.member-page.list .child>label{display: flex;align-items: center;margin-right: .4rem;margin-bottom: .2rem;}
.member-page.list .child>label:last-child{margin-right: 0;}
.member-page.list .child>label>p{margin-left: .1rem;font-size: .16rem;cursor: pointer;}
.member-page.list li{display: flex;align-items: center;border-bottom: 1px solid #eee;padding: .3rem 0;position: relative;transition: .3s;}
.member-page.list li::after{content:'';width: .46rem;height: .46rem;border-radius: 50%;border: 1px #eee solid;position: absolute;right: .5rem;top: .55rem;background: url(../images/12.png) no-repeat center center/.14rem;transition: .3s;}
.member-page.list .img-div{width: 22.22%;height: 1rem;border: 1px #eee solid;border-radius: .1rem;}
.member-page.list .img-div>img{max-width:70%;max-height: 70%;}
.member-page.list .info{width: 77.78%;padding: 0 1.4rem 0 .4rem;position: relative;}
.member-page.list .info>p:nth-of-type(1){font-size: .2rem;color:#000;}
.member-page.list .info>p:nth-of-type(2){color:#666;margin: .1rem 0 .05rem;}
.member-page.list .info>p:nth-of-type(3){color:#666;}
.member-page.list .page{padding-top: .4rem;}

.member-page.detail{padding: .4rem .4rem .7rem;}
.member-page.detail>.img-div{border-radius: .1rem;}
.member-page.detail>p{font-size: .16rem;line-height: .3rem;color:#666;margin-bottom: .5rem;}
.member-page.detail>p:nth-of-type(1){font-size: .24rem;line-height: .34rem;margin: .5rem 0 .15rem;color: #333;}
.member-page.detail .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;margin-bottom: .2rem;}
.member-page.detail .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.member-page.detail .tit>p{font-size: .2rem;color: #00923f;}
.member-page.detail ul{display: flex}
.member-page.detail li{width: calc(100% / 3 - .2rem);margin-right: .3rem;border-radius: .05rem;border: 1px #eee solid;text-align: center;display: flex;flex-direction: column;justify-content: center;padding: .3rem .3rem .2rem;transition: .3s;}
.member-page.detail li:last-child{margin-right: 0;}
.member-page.detail li .img-div{width: .23rem;height: .2rem;margin: 0 auto;}
.member-page.detail li>p:nth-of-type(1){color:#666;margin: .1rem 0 .05rem;}
.member-page.detail li>p:nth-of-type(2){font-size: .16rem;line-height: .24rem;}
.member-page.detail .tag{display: flex;flex-wrap: wrap;}
.member-page.detail .tag>p{font-size: .16rem;margin-bottom: .1rem;color:#666;margin-right: .6rem;position: relative;}
.member-page.detail .tag>p::after{content:'';width: 1px;height: .15rem;background: #eee;position: absolute;top: .03rem;right: -.3rem}
.member-page.detail .tag>p:last-child{margin-right: 0;}
.member-page.detail .tag>p:last-child::after{display: none;}

@media (any-hover:hover){
    .member-page.guide .box1 li:hover{transform: translateY(-.05rem);}

    .member-page.guide .box2 li:hover{transform: translateY(-.05rem);}
    
    .member-page.list .cate>a:hover{border-color: #ffa415;background: #ffa415;color:#fff}
    .member-page.list .search .btn:hover{opacity: .8;}
    .member-page.list li:hover{border-color: #00923f;}
    .member-page.list li:hover::after{background-color: #00923f;border-color: #00923f;background-image: url(../images/12-w.png);}
    .member-page.list li:hover .info>p:nth-of-type(1){color:#00923f}

    .member-page.detail li:hover{transform: translateY(-.05rem);}
}

/* 刊物 */
.publication-page{padding: .5rem .4rem .4rem;}
.publication-page ul{display: flex;flex-wrap: wrap;}
.publication-page li{width: calc(100% / 3 - .2rem);margin-right: .3rem;margin-bottom: .3rem;transition: .3s;height: 3.7rem;position: relative;padding: .5rem .25rem .4rem .3rem;display: flex;flex-direction: column;justify-content: space-between;background: url(../images/22.png) no-repeat center center/cover;}
.publication-page li:nth-child(3n){margin-right: 0;}
.publication-page .img-div{width: 1.69rem;height: .2rem;margin-bottom: .55rem;}
.publication-page .info>p{font-size: .2rem;line-height: .3rem;}
.publication-page .time{display: flex;justify-content: space-between;align-items: center;}
.publication-page .time>p:nth-of-type(1){color:#666}
.publication-page .time>p:nth-of-type(2){width:.23rem;height: .19rem;background: url(../images/21.png) no-repeat center center/100%;margin-right: .05rem;}
.publication-page .page{padding: .1rem 0 .3rem;}

@media (any-hover:hover){
    .publication-page li:hover{background-image: url(../images/22-h.png);}
    .publication-page li:hover .info>p{color: #fff;}
    .publication-page li:hover .time>p:nth-of-type(1){color: #fff;}
    .publication-page li:hover .time>p:nth-of-type(2){filter: brightness(0%) invert(100%)}
}

/* 资料 */
.material-page{padding: .5rem .4rem .6rem;}
.material-page .cate{margin-bottom: .4rem;display: flex;justify-content: center;}
.material-page .cate>a{min-width: 1.8rem;text-align: center;padding: 0 .3rem;border: 1px #eee solid;border-radius: .3rem;line-height: .58rem;font-size: .18rem;margin-right: .2rem;transition: .3s;}
.material-page .cate>a:last-child{margin-right: 0;}
.material-page .cate>a.active{background: #ffa415;color:#fff;border-color: #ffa415;}
.material-page li{margin-bottom: .2rem;background: #f7f7f7;border-radius: .1rem;display: flex;padding: .25rem .4rem .25rem .5rem;align-items: flex-start;position: relative;transition: .3s;}
.material-page li>span{width: .18rem;height: .2rem;background: url(../images/23.png) no-repeat center center/100%;position: absolute;top: .25rem;left: .15rem;}
.material-page li>p:nth-of-type(1){font-size: .16rem;line-height: .26rem;flex:1;padding: 0 .4rem;background: url(../images/24.png) no-repeat left top/.17rem;}
.material-page li>p:nth-of-type(2){width: .6rem;color: #999;text-align: right;background: url(../images/25.png) no-repeat left center/.19rem;line-height: .26rem;}
.material-page .page{padding: .3rem 0 .2rem;}

@media (any-hover:hover){
    .material-page .cate>a:hover{background: #ffa415;color:#fff;border-color: #ffa415}
    .material-page li:hover{background: #00923f}
    .material-page li:hover>span{filter: brightness(0%) invert(100%)}
    .material-page li:hover>p{filter: brightness(0%) invert(100%)}
}

/* 证书 */
.certificate-page{padding: .4rem .4rem 0;}
.certificate-page .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;}
.certificate-page .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.certificate-page .tit>p{font-size: .2rem;color: #00923f;}
.certificate-page .con{display: flex;padding: .35rem .5rem .5rem .6rem;}
.certificate-page .form{flex:1;padding: .3rem .8rem 0 0;}
.certificate-page .tab{display: flex;justify-content: center;margin-bottom: .3rem;}
.certificate-page .tab>p{font-size: .18rem;color:#666;border-bottom: .02rem transparent solid;padding-bottom: .05rem;cursor: pointer;transition: .3s;}
.certificate-page .tab>p.active{color:#00923f;border-color: #00923f;}
.certificate-page .tab>p:first-child{margin-right: .4rem;}
.certificate-page .form li{display: flex;align-items: center;margin-bottom: .2rem;}
.certificate-page .form li>p{width: 1rem;padding-right: .2rem;font-size: .16rem;color:#666}
.certificate-page .form li>p>span{color: red;margin-right: .02rem;}
.certificate-page .form li>input{height: .5rem;border: 1px #eee solid;width: calc(100% - 1rem);border-radius: .05rem;}
.certificate-page .form li>input.code{width: calc(100% - 2.45rem);}
.certificate-page .form li>input:focus{border-color:#00923f}
.certificate-page .form li.mobile-li{display: none;}
.certificate-page .form li>img{height: .45rem;width: 1.45rem;cursor: pointer;}
.certificate-page .btn{width: 1.6rem;line-height: .5rem;border-radius: .25rem;color:#fff;background: #00923f;font-size: .18rem;text-align: center;cursor: pointer;transition: .3s;margin-top: .1rem;}
.certificate-page .con>img{width: 2.69rem;height: 3.72rem;}
.certificate-page .result{padding: .25rem 0 .6rem;border-top: 1px #eee solid;display: none;}
.certificate-page .result>p{font-size: .16rem;color:#666;margin-bottom: .2rem;}
.certificate-page .result li{display: flex;padding: .3rem .4rem .25rem .5rem;border: 1px #eee solid;border-radius: .1rem;align-items: flex-start;position: relative;margin-bottom: .2rem;transition: .3s;}
.certificate-page .result li>p:nth-of-type(1){flex:1;padding: 0 .5rem 0 .4rem;font-size: .16rem;line-height: .26rem;background: url(../images/35.png) no-repeat left .01rem/.23rem}
.certificate-page .result li>p:nth-of-type(2){color:#999;width: .65rem;padding-left: .3rem;background: url(../images/36.png) no-repeat left center/.19rem;margin-top: .05rem;}
.certificate-page .result li.none{border: 0;text-align: center;display: block;padding-top: 1.2rem;}

@media (any-hover:hover){
    .certificate-page .btn:hover{opacity: .8;}
    .certificate-page .result li:not(.none):hover{background: #00923f;border-color: #00923f;}
    .certificate-page .result li:not(.none):hover>p{filter: brightness(0%) invert(100%)}
}

/* 联系 */
.contact-page{padding: .4rem .4rem .8rem;}
.contact-page .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;margin-bottom: .2rem;}
.contact-page .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.contact-page .tit>p{font-size: .2rem;color: #00923f;}
.contact-page ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: .35rem;}
.contact-page li{width: 31.11%;margin-bottom: .35rem;}
.contact-page li.large{width: 33.33%;}
.contact-page li>p:nth-of-type(1){font-size: .18rem;color: #000;line-height: .28rem;margin-bottom: .15rem;}
.contact-page li>p:nth-of-type(2){border: 1px #eee solid;border-radius: .05rem;font-size: .16rem;line-height: .26rem;color:#666;padding:.2rem 0 .2rem .5rem;background: url(../images/7.png) no-repeat .2rem .24rem/.19rem;}
.contact-page li>p:nth-of-type(2).email{background: url(../images/8.png) no-repeat .2rem .27rem/.22rem;}
.contact-page .address{border:1px #eee solid;border-radius: .05rem;display: flex;justify-content: space-between;padding: .4rem .6rem .25rem .5rem;margin-bottom: .4rem;}
.contact-page .address .con{width: 32%;display: flex;flex-direction: column;justify-content: center;padding-bottom: .1rem;}
.contact-page .address .con>p{font-size: .16rem;line-height: .28rem;}
.contact-page .address .con>p:nth-of-type(1){color:#666;padding-left: .35rem;background: url(../images/10.png) no-repeat left center/.22rem;margin-bottom: .1rem;font-size: .18rem;}
.contact-page .qrs{display: flex;flex-wrap: wrap;width:2.4rem}
.contact-page .qr{width: calc(50% - .1rem);}
.contact-page .qr:first-child{margin-right: .2rem;}
.contact-page .qr .img-div{height: 1.1rem;margin-bottom: .1rem;box-shadow: 0 0 .1rem rgba(0,0,0,.1);}
.contact-page .qr>p{text-align: center;color:#666}
.contact-page .address>.img-div{width: 1.44rem;height: 1.4rem;}
.contact-page #map{height:4rem;border-radius: .1rem 0 0 .1rem;}
.contact-page .BMap_cpyCtrl,.contact-page .BMap_stdMpCtrl,.contact-page .anchorBL,.contact-page .BMap_omCtrl,.contact-page .BMap_noprint{display:none}
.contact-page .BMap_Marker>div{display: none;}
.contact-page .BMapLabel{border:0 !important;background: none !important;}
.contact-page .map-tip{padding-bottom: 10px;position: relative;}
.contact-page .map-tip::before{content:'';width:21px;height:31px;background: url(../images/9.png) no-repeat center center/100%;position: absolute;bottom:0;left: 50%;transform: translateX(-50%);}
.contact-page .map-tip>p{width:230px;line-height:45px;background: #00923f;color:#fff;border-radius: 5px;position: relative;font-size: 16px;text-align: center;transform:translateY(-35px);}
.contact-page .map-tip>p::before{content:'';width:15px;height:15px;background: #00923f;position: absolute;bottom:-5px;left: 50%;transform: translateX(-50%) rotate(45deg);}

/* 留言 */
.comment-page{padding: .4rem .4rem .7rem;}
.comment-page .tit{border-bottom: 1px #eee solid;display: flex;align-items: center;padding-bottom: .2rem;}
.comment-page .tit .img-div{width: .25rem;height: .25rem;margin-right: .1rem;}
.comment-page .tit>p{font-size: .2rem;color: #00923f;}

.comment-page .box1{margin-bottom: .8rem;}
.comment-page .box1 .note{font-size: .16rem;line-height: .3rem;color:#666;margin: .3rem 0 .4rem;}
.comment-page .box1 ul{display: flex;flex-wrap: wrap;margin-bottom: .1rem;}
.comment-page .box1 li{width: calc(50% - .2rem);margin-bottom: .25rem;}
.comment-page .box1 li:nth-child(2n+1){margin-right: .4rem;}
.comment-page .box1 li.w100{width:100%;margin-right: 0;}
.comment-page .box1 li>p{margin-bottom: .1rem;font-size: .16rem;}
.comment-page .box1 li>p>span{color:#d8181f}
.comment-page .box1 li>input{height: .5rem;border: 1px #eee solid;border-radius: .05rem;width:100%;padding: 0 .15rem;}
.comment-page .box1 li>input:focus{border-color: #00923f;}
.comment-page .box1 li>textarea{height: 1.5rem;border: 1px #eee solid;border-radius: .05rem;width:100%;padding: .15rem;}
.comment-page .box1 li>textarea:focus{border-color: #00923f;}
.comment-page .box1 .btn{width:1.6rem;line-height: .5rem;background: #00923f;color:#fff;text-align: center;font-size: .16rem;border-radius: .05rem;transition: .3s;cursor: pointer;}

.comment-page .box2 ul{margin-top: .3rem;}
.comment-page .box2 li{border: 1px #eee solid;border-radius: .1rem;margin-bottom: .2rem;font-size: .16rem;color:#666;line-height: .3rem;padding: .3rem .4rem;transition: .3s;}

@media (any-hover:hover){
    .comment-page .box1 .btn:hover{opacity: .8;}
    
    .comment-page .box2 li:hover{background: #00923f;border-color: #00923f;color:#fff}
}

/* 订阅 */
.subscribe-page{background: #fff;padding: .4rem;margin: .3rem auto;border-radius: .1rem}
.subscribe-page>p{font-size: .24rem;line-height: .34rem;text-align: center;margin-bottom: .2rem;}
.subscribe-page .content{border-top: 1px #eee solid;padding: .3rem 0;}
.subscribe-page .content p{font-size: .16rem;line-height: .3rem;color:#666}
.subscribe-page .btn{width: 1.6rem;line-height: .5rem;border-radius: .25rem;background: #00923f;text-align: center;color:#fff;transition: .3s;font-size: .16rem;margin-top: .2rem;}

@media (any-hover:hover){
    .subscribe-page .btn:hover{opacity: .8;}
}

/* 单页面 */
.single-page{background: #fff;padding: .4rem;margin: .3rem auto;border-radius: .1rem;}
.single-page>p{font-size: .24rem;line-height: .34rem;text-align: center;margin-bottom: .2rem;}
.single-page .content{border-top: 1px #eee solid;padding: .3rem 0;}
.single-page .content p{font-size: .16rem;line-height: .3rem;color:#666}

/* 搜索 */
.search-page{background: #fff;padding: .2rem .4rem .6rem;margin: .3rem auto;border-radius: .1rem;}
.search-page li{display: flex;align-items: center;position: relative;border-bottom: 1px #e5e5e5 solid;padding: .3rem 0;transition: .3s;}
.search-page li>p:nth-of-type(1){width: calc(100% - .8rem);padding-right: .4rem;font-size: .18rem;}
.search-page li>p:nth-of-type(2){width:.8rem;color:#999;background: url(../images/12.png) no-repeat right center/.15rem;}
.search-page .page{padding-top: .4rem;}

@media (any-hover:hover){
    .search-page li:hover{border-color: #00923f;}
    .search-page li:hover>p:nth-of-type(1){color:#00923f}
    .search-page li:hover>p:nth-of-type(2){color:#00923f;background-image: url(../images/12-m.png);}
}


@media (max-width:1024px){
    .header .width{height: 1.2rem;}
    .header .logo{width:5.12rem;height: .6rem;}
    .header .search>p{width: .4rem;height: .4rem;background: url(../images/search.png) no-repeat center center/100%;}
    .header .search-box{display: none;position: absolute;top: 1.2rem;background: #fff;left: 0;width: 100%;z-index: 998;border-top: 1px #eee solid;border-bottom: 1px #eee solid;padding: .3rem .3rem .1rem .3rem;}
    .header .form>input{width: calc(100% - .9rem);border-radius: .6rem 0 0 .6rem;height: .8rem;}
    .header .form>input::placeholder{font-size: .26rem;}
    .header .btn{width:.9rem;height: .8rem;background-size:.3rem;border-radius: 0 .6rem .6rem 0}
    .header .info{padding: .3rem 0 0 0;font-size: .24rem}
    .header .info>span{background-size:.2rem;padding: 0 .2rem 0 .3rem;line-height: .2rem;height: .2rem;margin-bottom: .2rem;}
    .header .info>a{margin-right: .1rem;padding-right:.1rem;line-height: .2rem;height: .2rem;margin-bottom: .2rem}
    .nav{height: 1.4rem;}
    .nav ul{ display: block; width: 100%;}
    .nav li{ width: 20%; padding: 0; float: left; background: #00923f; }
    .nav li>a{font-size: .24rem;line-height: .7rem;}
    .index-page .box1{width: 100%;}
    .index-page .box1 .pc{display: none;}
    .index-page .box1 .m{display: block;  }
    
    .index-page{ padding:.3rem 0 .4rem ; }
    .index-page .tit>p{ font-size: .28rem; }
    .index-page .tit .img-div{ width: .35rem; height: .35rem; margin-right: 0.08rem; }
    .index-page .tit-box>a{ font-size: .24rem; margin-left: .3rem; }
    .index-page .box2{ display: block; padding: .3rem 0 0;margin-bottom: .3rem;}
    .index-page .box2-1{ width: 100%;display: block;  }
    .index-page .box2-1 .swiper-container{ width: 100%; }
    .index-page .box2-1 .con{ width: 100%; margin-top: .2rem; }
    .index-page .box2-1 li{ padding: .25rem 0;  }
    .index-page .box2-1 li>p:nth-of-type(1){ padding-left: .2rem; }
    .index-page .box2-1 li>p:nth-of-type(1)::before{ width: .1rem; height: .1rem; top: .15rem;}
    .index-page .box2-1 li>p:nth-of-type(2){ width: 1.35rem; font-size: .24rem; }
    .index-page .box2 .box2-2{display: none;}
    .index-page .box2-2{ width: calc(50% - .1rem); margin-right: .2rem;}
    .index-page .box2-2 .swiper-slide{ height: 1.1rem !important}
    .index-page .box2-2 .swiper-container{ height: auto; margin-top: .3rem; }
    .index-page .box3{ display: block; }
    .index-page .box3-1{ width: 100%;display: block; margin-right: 0;  }
    .index-page .box3-1 .con>p:nth-of-type(1){ font-size: .28rem; }
    .index-page .box3-1 .time{ font-size: .24rem; }
    .index-page .box3-1 .time>p:nth-of-type(1){line-height: .4rem;}
    .index-page .box3-1 .img-bg{ width: 38%; height: 1.6rem; }
    .index-page .box3-1 .con{ width: 56%; }
    .index-page .box3-1 .con>p:nth-of-type(2){line-height: .40rem; font-size: .24rem;}
    .index-page .box3-2{ width: 100%; margin-top: .3rem; }
    .index-page .box3-2 .tab>p{ font-size: .26rem; min-width: 1.5rem; line-height: .4rem; padding: 0 .2rem; margin-right: .1rem; }
    .index-page .box3-2 .time{ width: 1.5rem; height: 1.5rem; }
    .index-page .box3-2 .con{ width: 72%; }
    .index-page .box3-2 .con>p:nth-of-type(1){  font-size: .28rem; }
    .index-page .box3-2 .con>p:nth-of-type(2){ font-size: .24rem;line-height: .4rem; border-radius: .2rem; padding: 0 .25rem;}
    .index-page .box3-2 .con>p:nth-of-type(3){font-size: .24rem;}
    .index-page .box3-2 .time>p:nth-of-type(1){ font-size: .4rem; }

    .index-page .box4{ padding: .3rem 0; flex-wrap: wrap;}
    .index-page .box4-1{ width: 100%;display: block; margin-right: 0;  }
    .index-page .box4-1 .swiper-slide{ font-size: .26rem; min-width: 1.5rem; line-height: .4rem; padding: 0 .2rem; margin-right: .1rem; }
    .index-page .box4-1 .arrow{ width: .4rem; height: .4rem; right: -.4rem; top: .05rem; }
    .index-page .box4-1 .prev{ left: -.3rem; }
    .index-page .box4-1 .time{ width: 1.5rem; height: 1.5rem; }
    .index-page .box4-1 .con{ width: 72%; }
    .index-page .box4-1 .con>p:nth-of-type(1){  font-size: .28rem; }
    .index-page .box4-1 .con>p:nth-of-type(2){ font-size: .24rem;line-height: .4rem; border-radius: .2rem; padding: 0 .25rem;}
    .index-page .box4-1 .con>p:nth-of-type(3){font-size: .24rem;}
    .index-page .box4-1 .time>p:nth-of-type(1){ font-size: .4rem; }
    .index-page .box4-2{ width: 100%; margin: .3rem 0; }
    .index-page .box4-2 li{ padding: .25rem 0;  }
    .index-page .box4-2 li>p:nth-of-type(1){ padding-left: .2rem; }
    .index-page .box4-2 li>p:nth-of-type(1)::before{ width: .1rem; height: .1rem; top: .15rem;}
    .index-page .box4-2 li>p:nth-of-type(2){ width: 1.35rem; font-size: .24rem; }
    .index-page .box4 .box2-2{display: block;}
    .index-page .box4-3{ width: calc(50% - .1rem); }
    .index-page .box4-3 ul{margin-top: .3rem;}
    .index-page .box4-3 .img-bg {  height: 1.3rem;}
    .index-page .box4-3 li>p{ padding-top: .1rem; }
    .footer1{ display: block; }
    .footer1 .phone{ margin-right: 0; }
    .footer1 ul{ display: block; width: 100%; padding-right: 0; }
    .footer1 li>p{ font-size: .24rem; line-height: .4rem; }
    .footer1 li>span{ width: .5rem; height: .5rem; min-width: .5rem;}
    .footer1 .con{ width: 100%; }
    .footer1 .subscribe-btn{ width: 50%; font-size: .24rem; line-height: .7rem; }
    .footer1 .subscribe-btn>span{ width: 0.3rem; height: 0.7rem; }
    .footer1 .link{ width: 50%; line-height: .7rem; font-size: .24rem; padding-left: .3rem; }
    .footer1 .link::after{ width: .7rem; height: .7rem; }
    .footer1 .link .popup>a{ line-height: .7rem; }
    .footer2{ margin: .3rem 0;  padding: .3rem 0; }
    .footer2 ul{ display: none; }
    .footer2 .qrs { margin: 0 auto; width: 50%;font-size: .24rem; }
    .footer3{ display: block; font-size: .24rem; }
    .footer3>p:nth-of-type(2){ padding: .1rem 0 0; }
    .footer3>p:nth-of-type(2)>a{ padding-right: .2rem; margin-right: .2rem; height: .2rem; line-height: .2rem; }
    .subscribe .con{ width: 90%; height: 6.5rem; }
    .subscribe .con>input{  height: .8rem; margin-bottom: .3rem; }
    .subscribe .con>p:nth-of-type(1){ font-size: .4rem; }
    .subscribe .con>p:nth-of-type(3){ font-size: .24rem; }
    .subscribe .con label{ margin-bottom: .2rem; }
    .subscribe .con label>p{ font-size: .24rem; }
    .subscribe .btn{ line-height: .8rem; }
    .subscribe .close{  width: .6rem; height: .6rem; background: #f5f5f5 url(../images/close.svg) no-repeat center center/.3rem;  }

    .body{ display: block; }
    .common-r{ width: 100%; }

    .common-l{ width: 100%; margin:0 0 .3rem 0;  }
    .common-l>p{ display: none; }
    .common-l ul{display: flex; justify-content: flex-start;  overflow-x: auto; white-space: nowrap;
  padding-bottom: 10px;}
    .common-l li{ margin-right: .3rem; }
    .common-l li>p{ font-size: .28rem; }
    .about1-page{ width: 100%;}
    .about1-page>.img-div{ margin-bottom: .3rem; }
    .about1-page .con{ display: block; }
    .about1-page .left{ width: 100%;  }
    .about1-page .left .content p{ line-height: .5rem;}
    .about1-page .right{ display: block; width: 100%;padding-right:0;}
    .about1-page .right .info{display: block; }
    .about1-page .right .icon{ width: 100%; }
    .about1-page .right .icon .img-div{ width: .6rem; height: .6rem; margin-right: 0.2rem; }
    .about1-page .right .icon li{ padding: .3rem .4rem;  margin-bottom: .2rem; align-items: center;} 
    .about1-page .right .icon li>p{ font-size: .32rem; }

    .about1-page .right .num{ width: 100%; display: flex;justify-content: space-between;flex: 1; }
    .about1-page .right .num li{ font-size: .24rem; padding: .35rem;}
    .about1-page .right .num li:last-child{border-bottom: 1px #e5e5e5 solid;}
    .about1-page .right .num li>p:nth-of-type(1){ margin-bottom: .2rem; }
    .about1-page .right .num li>p:nth-of-type(1)>span:nth-of-type(1){ font-size: .48rem;  }

    .about2-page{ padding-bottom: 0; }
    .about2-page .content h3 strong{ font-size: .36rem; }
    .about2-page .content p{ margin-bottom: .2rem; font-size: .24rem; line-height: .4rem; }
    .about2-page .content p em strong{ font-size: .32rem; }

    .about3-page{  padding-bottom: .1rem;  }
    .about3-page li>p:nth-of-type(1) {  font-size: .28rem; }
    .about3-page li>p:nth-of-type(2) { padding: .15rem 0 0 .4rem; font-size: .24rem;  line-height: .4rem; }

    .about-page .tit .img-div{ width: .35rem; height: .35rem; margin-right: 0.08rem; }
    .about-page .tit>p{ font-size: .28rem; }

    .about4-page .box2 li{ width: 100%; margin-right: 0; margin-bottom: .2rem;}
    .about4-page .box2 .img-bg{height: 3rem; }
    .about4-page .box2 li>p{font-size: .24rem;line-height: .4rem;}

    .about5-page{padding: .4rem .4rem .25rem;} 
    .about5-page .item{width: 100%; display: block; }
    .about5-page .item:nth-child(2n+1){margin-right: 0;}
    .about5-page .item>p{font-size: .24rem;line-height: .4rem; }
    .about5-page .item>p:nth-of-type(1){ width: auto;}

    .about6-page{padding: .3rem .3rem .4rem;}
    .about6-page .box1{display: flex; flex-wrap: inherit; justify-content: inherit; text-align: center;}
    .about6-page .box1>a{line-height: .3rem; font-size: .24rem; padding: .1rem .19rem;margin-right: .2rem; }  
    .about6-page .box2 .content p{ font-size: .24rem; line-height: .4rem; }
    .about6-page .box3 .second{ font-size: .26rem; }
    .about6-page .box3 .first{ font-size: .28rem; }
    .about6-page .box3 .item{width: 100%; display: block; }
    .about6-page .box3 .item:nth-child(2n+1){margin-right: 0;}
    .about6-page .box3 .item>p{font-size: .24rem;line-height: .4rem; }
    .about6-page .box3 .item>p:nth-of-type(1){ width: auto;}
    .about6-page .box4 .content p { font-size: .24rem; line-height: .4rem; }

    .service-page.list{ padding: .3rem .3rem 0; }
    .service-page.list .swiper-slide .img-bg{ width: 38%; height: 1.8rem; }
    .service-page.list .swiper-slide .info{ width: 56%; }
    .service-page.list .swiper-slide .info>p{ font-size: .24rem; line-height: .4rem;}
    .service-page.list .swiper-slide .info>p:nth-of-type(1){ font-size: .28rem; } 
    .service-page .cate>a{ font-size: .24rem; line-height: .3rem;  padding: .1rem .4rem;}
    .service-page.list .box1 .info{ width: 70%; padding: 0 .3rem;  }
    .service-page.list .box1 .info>p{ font-size: .28rem; }
    .service-page.list .box1 .time{ width: 1.5rem; height: 1.5rem; padding: 0 .2rem; font-size: .24rem; }
    .service-page.list .box1 .tag>p{ line-height: .5rem; padding: 0 .2rem; font-size: .24rem; }
    .service-page.list .box1 .time>p:nth-of-type(1){ font-size: .4rem; } 
    .service-page.list .box1 .time>span{ width: .3rem; height: .4rem; }
    .service-page.list .popup .con{ padding: .5rem;  }
    .service-page.list .popup .con>p{  font-size: .36rem;  }
    .service-page.list .popup li{width: calc(100% / 2 - .2rem); font-size: .24rem;  margin-right: .2rem; }
    .service-page.list .popup li:nth-child(2n){ margin-right: 0; }
    .service-page.list .popup li:nth-child(3n){ margin-right: .2rem; }
    .service-page.list .popup li:nth-child(6){ margin-right: 0; }
    .service-page.list .popup .btn{ font-size: .24rem; line-height: .7rem; border-radius: .35rem; }
    .service-page.list .popup .select>select{ height: .6rem; font-size: inherit; }
    .service-page.list .popup li>input{ height: .6rem; font-size: inherit;}
    .service-page.list .popup li>input::placeholder{ font-size: .24rem;}
    .service-page.detail{ font-size: .24rem; }
    .service-page.detail .box2{ padding: .4rem; }
    .service-page.detail .box2 .content p{ font-size: .24rem; line-height: .4rem !important; }
    .service-page.detail .box2 .content p span strong{ font-size: .3rem; line-height: .2rem; }
    .page>p{ display: none; }
    .page .input{ display: none; }
    .service-page.detail .box1>p:nth-of-type(1){ font-size: .32rem; line-height: .6rem; }
    .service-page.detail .box1>p:nth-of-type(2){ display: block; }
    .service-page.detail .box1>p:nth-of-type(2)>span{ font-size: .24rem; padding: .05rem 0; display: block; text-align: center; }
    .service-page.detail .box1 .info>a{ font-size: .24rem; padding: .05rem 0; }
    .service-page.detail .box1 .jump>a{  font-size: .24rem; line-height: .6rem; }
    .service-page.list .box2 li{ width: calc(100% / 2 - .2rem); margin-right:.2rem; } 
    .service-page.list .box2 .img-bg{ height: 2rem; }

    .service-page.list .box2 li:nth-child(2n){ margin-right: 0; }
    .service-page.list .box2 .con{ display: block; }
    .service-page.list .box2 .con>p{ font-size: .24rem; }
    .service-page.list .box2 .info>p:nth-of-type(1){font-size: .24rem;}
    .service-page.list .box2 .info>p:nth-of-type(2){font-size: .24rem;  line-height: .4rem;}
    .service-page.list .box2 .con>p { background: url(../images/12.png) no-repeat right center / .2rem; padding-right: .3rem;
    }
    .service-page.detail .box1 .content p{font-size: .24rem;line-height: .4rem;}

    
    .news-page.list{ padding: .3rem .3rem 0; }
    .news-page.list .swiper-slide .img-bg{ width: 38%; height: 1.8rem; }
    .news-page.list .swiper-slide .info{ width: 56%; }
    .news-page.list .swiper-slide .info>p{ font-size: .24rem; line-height: .4rem;}
    .news-page.list .swiper-slide .info>p:nth-of-type(1){ font-size: .28rem; } 
    .news-page.list .cate>a{ font-size: .24rem; line-height: .5rem; padding: 0 .4rem; }
    .news-page.list li{ padding: .3rem 0; font-size: .24rem;}
    .news-page.list li>p:nth-of-type(1){ background: none; }
    .news-page.list li>p:nth-of-type(2){width: calc(100% - 2rem);padding: 0 .5rem; font-size: .24rem; }
    .news-page.list li>p:nth-of-type(3){width: 1.5rem;color:#999;background: url(../images/12.png) no-repeat right center/.2rem;} 
    .news-page.detail p:nth-of-type(1){ font-size: .32rem; line-height: .6rem; }
    .news-page.detail p:nth-of-type(2){ display: block; padding: .2rem .2rem .2rem .5rem; }
    .news-page.detail p:nth-of-type(2)>span{ font-size: .24rem; padding: .05rem 0; display: block; text-align: center; }
    .news-page.detail .info>a{ font-size: .24rem; padding: .05rem 0; }
    .news-page.detail .jump>a{  font-size: .24rem; line-height: .6rem; }
    .news-page.detail .content p{font-size: .24rem;line-height: .4rem;}

    
    .dangjian-page.list{ padding: .3rem .3rem 0; }
    .dangjian-page.list .swiper-slide .img-bg{ width: 38%; height: 1.8rem; }
    .dangjian-page.list .swiper-slide .info{ width: 56%; }
    .dangjian-page.list .swiper-slide .info>p{ font-size: .24rem; line-height: .4rem;}
    .dangjian-page.list .swiper-slide .info>p:nth-of-type(1){ font-size: .28rem; } 
    .dangjian-page.list .cate>a{ font-size: .24rem; line-height: .5rem; padding: 0 .4rem; }
    .dangjian-page.list li{ padding: .3rem 0; font-size: .24rem;}
    .dangjian-page.list li>p:nth-of-type(1){ background: none; }
    .dangjian-page.list li>p:nth-of-type(2){width: calc(100% - 2rem);padding: 0 .5rem; font-size: .24rem; }
    .dangjian-page.list li>p:nth-of-type(3){width: 1.5rem;color:#999;background: url(../images/12.png) no-repeat right center/.2rem;} 
    .dangjian-page.detail .content p{font-size: .24rem;line-height: .4rem;}
    .dangjian-page.detail p.b{ font-size: .32rem; line-height: .6rem; }
    .dangjian-page.detail p:nth-of-type(2){ display: block; }
    .dangjian-page.detail p:nth-of-type(2)>span{ font-size: .24rem; padding: .05rem 0; display: block; text-align: center; }
    .dangjian-page.detail .info>a{ font-size: .24rem; padding: .05rem 0; }
    .dangjian-page.detail .jump>a{  font-size: .24rem; line-height: .6rem; }
    .dangjian-page.list .note>p:nth-of-type(1){font-size: .3rem;line-height: .3rem;margin-bottom: .2rem;}
    .dangjian-page.list .note>p:nth-of-type(2){font-size: 0.24rem;line-height: .4rem;}
     
    .standard-page.list{ padding: .3rem .3rem 0; }
    .standard-page.list li>p:nth-of-type(1){ font-size: .24rem;}
    .standard-page.list li>p:nth-of-type(2){ font-size: .24rem;}
    .standard-page.list li>p:nth-of-type(1)::before{ width:.1rem;height:.1rem; top: .1rem; }
    .standard-page.list li>p:nth-of-type(2){width: 1.8rem; }

    .standard-page.detail .content p{font-size: .24rem;line-height: .4rem;}
    .standard-page.detail p:nth-of-type(1){ font-size: .32rem; line-height: .6rem; }
    .standard-page.detail p:nth-of-type(2){ display: block; }
    .standard-page.detail p:nth-of-type(2)>span{ font-size: .24rem; padding: .05rem 0; display: block; text-align: center; }
    .standard-page.detail .info>a{ font-size: .24rem; padding: .05rem 0; }
    .standard-page.detail .jump>a{  font-size: .24rem; line-height: .6rem; }
    .standard-page.list .note>p:nth-of-type(1){font-size: .3rem;line-height: .3rem;margin-bottom: .2rem;}
    .standard-page.list .note>p:nth-of-type(2){font-size: 0.24rem;line-height: .4rem;}
    
    .member-page.guide .content p{font-size: .24rem;line-height: .4rem;}
    .member-page.guide .box1 li{width: calc(100% / 2 - .21rem);}
    .member-page.guide .box1 li:nth-child(2n){ margin-right: 0;}
    .member-page.guide .box1 li:nth-child(3n){ margin-right: .21rem; }
    .member-page.guide .box1 .items{display: block;}
    .member-page.guide .box1 .item{ width: 100%; padding: .3rem;  }
    .member-page.guide .box1 .item:nth-child(2n+1){ margin-right: 0; margin-bottom: .2rem;  }
    .member-page.guide .box1 .item>p{font-size: .36rem;margin-bottom: .3rem;  }
    .member-page.guide .box1 .item .info{ margin-bottom: .3rem; }
    .member-page.guide .box1 .item .info>p:nth-of-type(1){font-size: .28rem;margin-bottom: .2rem;  }
    .member-page.guide .box1 .item .info>p:nth-of-type(2){ font-size: .24rem;line-height: .3rem;}
    .member-page.guide .box1 li{ padding-left: .35rem;  }
    .member-page.guide .box2 li{ width: 100%; margin-right: 0; padding: .3rem .4rem; }
    .member-page.guide .box2 li>p:nth-of-type(1){ font-size: .28rem; line-height: .4rem; margin-bottom: .1rem; }
    .member-page.guide .box2 li>p:nth-of-type(2){ font-size: .24rem; line-height: .4rem;}
    .member-page.guide .box1 li .info>p:nth-of-type(1)>span:nth-of-type(2){ font-size: .24rem;}
    .member-page.guide .box1 li .info>p:nth-of-type(2){ font-size: .24rem; line-height: .3rem; }

    .member-page.list{ padding: .3rem .3rem 0; }
    .member-page.list .cates{ display: block; }
    .member-page.list .cate>a{ min-width: 1rem; font-size: .24rem; padding: 0 .15rem; }
    .member-page.list .search{ width:4rem; }
    .member-page.list .search>input{ width:3.2rem; height:.7rem; font-size: inherit;  }
    .member-page.list .search .btn{height:.7rem; width:.8rem; background: #00923f url(../images/search-w.png) no-repeat center center/.3rem; }
    .member-page.list .search>input::placeholder{ font-size: .24rem;}
    .member-page.list .child>label input[type="checkbox"]{ width: 13px; height: 13px; }
    .member-page.list .child>label>p{ font-size: .24rem; }
    .member-page.list .info{ font-size: .24rem; padding-right: 1.2rem; padding-left: .35rem; }
    .member-page.list .info>p:nth-of-type(1){ font-size: .24rem; }
    .member-page.detail .tit .img-div{ width: .35rem; height: .35rem; margin-right: 0.08rem; }
    .member-page.detail .tit>p{ font-size: .28rem; } 
    .member-page.detail>p:nth-of-type(1){ font-size: .32rem;  line-height: .6rem; margin-top: 0;}
    .member-page.detail>p{font-size: .24rem;line-height: .4rem; }
    .member-page.detail ul{ display: block; }
    .member-page.detail li{  width: 100%; display: block; margin-bottom: .2rem; padding: .3rem;  }
    .member-page.detail li .img-div{  width:.4rem; height: .4rem; }
    .member-page.detail li>p:nth-of-type(2){ font-size: .24rem;  }

    .publication-page{ padding: .3rem .3rem 0; }
    .publication-page li{width: calc(100% / 2 - .2rem);border: 1px solid #eee; }
    .publication-page li:nth-child(2n){margin-right: 0;}
    .publication-page li:nth-child(3n){margin-right: .3rem;}
    .publication-page .info>p { font-size: .28rem; line-height: .4rem; }
    .publication-page .time>p:nth-of-type(1){ font-size: .24rem;}
    .publication-page .time>p:nth-of-type(2) { width: .4rem; height: .33rem; }


    .material-page .cate>a{ min-width: auto; font-size: .24rem; line-height: .5rem; padding: 0 .2rem; }
    .material-page li{ padding-right: .25rem; justify-content: center; align-items: center; }
    .material-page li>p:nth-of-type(1){ font-size: .24rem; padding: 0 .35rem; line-height: .4rem; background: url(../images/24.png) no-repeat left center / .2rem;}
    .material-page li>p:nth-of-type(2){ width: .8rem; font-size: .24rem;background: url(../images/25.png) no-repeat left center / .25rem;  line-height: inherit; }

    .certificate-page{padding: .4rem .4rem 0;}
    .certificate-page .tit .img-div{width: .4rem;height: .4rem;margin-right: .2rem;}
    .certificate-page .tit>p{font-size: .3rem;}
    .certificate-page .con{display: block;padding: .6rem 0;}
    .certificate-page .form{padding: 0;}
    .certificate-page .tab{margin-bottom: .5rem;}
    .certificate-page .tab>p{font-size: .32rem;border-width: .04rem;padding-bottom: .1rem}
    .certificate-page .form li{margin-bottom: .3rem;}
    .certificate-page .form li>p{width: 1.4rem;padding-right: 0;font-size: .26rem}
    .certificate-page .form li>input{height: .8rem;width: calc(100% - 1.4rem);}
    .certificate-page .form li>input.code{width: calc(100% - 3.82rem);}
    .certificate-page .form li>img{height: .7rem;width: 2.24rem}
    .certificate-page .btn{width: 2.5rem;line-height: .8rem;border-radius: .6rem;font-size: .28rem;margin-top: .2rem;}
    .certificate-page .con>img{display: none;}
    .certificate-page .result{padding: .4rem 0 .6rem}
    .certificate-page .result>p{font-size: .32rem;margin-bottom: .4rem;}
    .certificate-page .result li{display: block;padding: .3rem .25rem;margin-bottom: .4rem;}
    .certificate-page .result li>p:nth-of-type(1){padding: 0 0 0 .6rem;font-size: .28rem;line-height: .48rem;background-size:.4rem}
    .certificate-page .result li>p:nth-of-type(2){width: 100%;padding-left: .5rem;background-size: .4rem;margin-top: .2rem;}
    .certificate-page .result li.none{font-size: .32rem;}
    
    .contact-page{ padding: .3rem .3rem 0; font-size: .24rem;   }
    .contact-page .tit .img-div{ width: .35rem; height: .35rem; margin-right: 0.08rem; }
    .contact-page .tit>p{ font-size: .28rem; }
    .contact-page li.large{ width: calc(100% / 2 - .2rem);  }
    .contact-page li{ width: calc(100% / 2 - .2rem); } 
    .contact-page li>p:nth-of-type(1){ font-size: .24rem;}
    .contact-page li>p:nth-of-type(2){ font-size: .24rem;}
    .contact-page .address .con{ width: 100%; }
    .contact-page .address{ display: block; padding: .3rem; }
    .contact-page .address .con{ padding-bottom: .2rem; }
    .contact-page .address .con>p:nth-of-type(1){ font-size: .28rem; }
    .contact-page .address .con>p:nth-of-type(2){ font-size: .24rem; }
    .contact-page .qrs{ width: auto; margin: .2rem 0; }
    .contact-page .qr .img-div{ height: 1.5rem;   }
    .contact-page .address>.img-div{ display: inherit; width: 2rem; height:2rem; margin: 0 auto; }
    .contact-page .map-tip>p{ font-size: 14px; }
    
    .comment-page{ padding: .3rem; font-size: .24rem;   }
    .comment-page .tit .img-div{ width: .35rem; height: .35rem; margin-right: 0.08rem; }
    .comment-page .tit>p{ font-size: .28rem; }
    .comment-page .box1 .note{ font-size: .24rem; line-height: .4rem;}
    .comment-page .box1 li>p{ font-size: .24rem; }
    .comment-page .box1 li>input{ height: .7rem; }
    .comment-page .box1 li>input::placeholder{ font-size: .24rem;  }
    .comment-page .box1 .btn{ font-size: .24rem; line-height: .7rem; }
    .comment-page .box2 li{ font-size: .24rem; line-height: .4rem;}

    .search-page li>p:nth-of-type(1){ font-size: .24rem; line-height: .4rem; }
    .search-page li>p:nth-of-type(2){ width: 1.4rem; font-size: .24rem; }
}