.box{
    padding: 1rem 0 1.3rem;
}
.brt{
    border-bottom: .01rem dashed #2EB88C;
}
.c-title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.icon-arrow-green{
    display: block;
    width: .23rem;
    height: .22rem;
    background: url(../images/main/icon-arrow-green.png) no-repeat;
    background-size: 100%;
}
.inner{
    width: 16.7rem;
    margin: 0 auto;
}

.see-more{
    display: inline-flex;
    align-items: center;
    line-height: 0.44rem;
    background: #159368;
    padding: 0 .18rem 0 .36rem;
    color: #FFFFFF;
    margin-top: .28rem;
}
.see-more .arrow{
    display: block;
    width: .15rem;
    height: .15rem;
    background: url(../images/main/icon-arrow-white.png) no-repeat;
    background-size: 100%;
    margin-left: .24rem;
}
.see-more:hover{
    box-shadow: .05rem .05rem 0 #093b12;
}

.home-box{
    width: 100%;
    position: relative;
}
.home-box .home-banner{
    width: 100%;
}
.home-box .banner-content{
    width: max-content;
    position: absolute;
    top: 22%;
    left: 2.07rem;
    /*transform: translate(0, -50%);*/
    z-index: 1;
}
.home-box .banner-content h2{
    /*font-size: 0.8rem;*/
}
.home-box .banner-content h2 strong{
    display: block;
    font-size: 0.8rem;
    line-height: .9rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    text-shadow: 0.02rem -0.02rem #021A2F;
}

.box-filter{
    margin-top: .54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-filter .item{
    position: relative;
    width: 1.94rem;
    margin-left: .5rem;
}
.box-filter .item:first-of-type{
    margin-left: 0;
}
.box-filter .item .title{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .56rem;
    background: #FFFFFF;
    border-radius: .1rem;
    font-weight: bold;
    font-size: .22rem;
    color: #000000;
    cursor: pointer;
}
.box-filter .title .icon{
    display: block;
    width: .2rem;
    height: .11rem;
    background: url(../images/main/icon-arrow.png) no-repeat;
    background-size: 100%;
    margin-left: .13rem;
    transition: .2s;
}
.box-filter .list{
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    position: absolute;
    top: .48rem;
    left: 0;
    padding: .04rem 0 .1rem;
}
.box-filter .list li{
    text-align: center;
    padding: .1rem 0;
}
.box-filter li a{
    font-size: .16rem;
    line-height: .28rem;
    color: #000000;
}
.box-filter .item:hover .icon{
    transform: rotate(180deg);
}
.box-filter .list li:hover a{
    font-weight: bold;
}


.home-box .jump-link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .8rem;
}
.home-box .jump-link a{
    box-shadow: 0 0 0 0 rgba(2,26,47,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
    background: #081C53;
    padding: 0 0 0 .22rem;
}
.home-box .jump-link b{
    display: block;
    width: .27rem;
    height: .25rem;
    margin-right: .2rem;
}
.home-box .jump-link b.icon-qy{
    background: url(../images/main/icon-banner1.png) no-repeat;
    background-size: 100%;
}
.home-box .jump-link b.icon-qye{
    background: url(../images/main/icon-banner2.png) no-repeat;
    background-size: 100%;
}
.home-box .jump-link b.icon-sh{
    height: .27rem;
    background: url(../images/main/icon-banner3.png) no-repeat;
    background-size: 100%;
}
.home-box .jump-link b.icon-zc{
    background: url(../images/main/icon-banner4.png) no-repeat;
    background-size: 100%;
}
.home-box .jump-link a .text{
    display: block;
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.58rem;
    padding: 0 .43rem;
    position: relative;
}
.home-box .jump-link a .text:before{
    content: '';
    width: 0.01rem;
    height: 0.21rem;
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.home-box .jump-link a:hover .text{
    background: #159368;
    font-weight: bold;
}
.home-box .jump-link a:hover .text:before{
    display: none;
}


.map-box{
    margin-top: -0.7rem;
    position: relative;
}
.map-container{
    width: 100%;
    /*height: 8.9rem;*/
    background: #fff;
    position: relative;
}
.tab-map-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0;
}
.tab-map-btn li{
    cursor: pointer;
    margin: 0 .45rem;
    line-height: 0.46rem;
    background: #FFFFFF;
    border: .02rem solid #159368;
    /*box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.2);*/
    /*border-radius: 0.02rem;*/
    font-size: 0.16rem;
    color: #159368;
    padding: 0 .38rem;
    display: flex;
    align-items: center;
}
.tab-map-btn li .icon-see{
    display: block;
    width: .12rem;
    height: .13rem;
    background: url(../images/main/icon-see-hover.png) no-repeat;
    background-size: 100%;
    margin-left: .1rem;
}

.tab-map-btn li:hover,
.tab-map-btn li.active{
    color: #FFFFFF;
    background: #159368;
}
.tab-map-btn li:hover .icon-see,
.tab-map-btn li.active .icon-see{
    background: url(../images/main/icon-see-normal.png) no-repeat;
    background-size: 100%;
}

.map-iframe{
    width: 100%;
    height: 7rem;
    border: none;
}

.tab-map-box{
    width: 100%;
    height: 6.62rem;
    /*border: 1px solid #000;*/
    margin: 0 auto;
    display: none;
}
.tab-map-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tool-container{
    padding: .5rem 0 1.3rem;
}
.tool-list{
    margin-top: .84rem;
    display: flex;
    justify-content: center;
}
.tool-list li{
    position: relative;
    margin-right: .5rem;
    box-shadow: 0 0 .05rem 0 rgba(79,80,89,0.15);
}
.tool-list li:last-of-type{
    margin-right: 0;
}
.tool-list li img{
    width: 8.1rem;
    height: 5.4rem;
}
.tool-list li .jump-link{
    padding-left: .5rem;
    border: .01rem solid #159368;
}
.tool-list li .jump-link a{
    display: flex;
    align-items: center;
    padding: .36rem 0;
    border-bottom: .01rem dashed #2EB88C;
}
.tool-list li:first-of-type .jump-link a {
    /*padding: 0.61rem 0;*/
}
.tool-list li .jump-link a:last-of-type{
    border-bottom: none;
}
.tool-list li .jump-link strong{
    font-size: 0.28rem;
    font-weight: bold;
    font-style: italic;
    color: #159368;
}
.tool-list li p{
    font-size: 0.28rem;
    color: #000000;
    margin: 0 .3rem 0 .23rem;
}
.tool-list li h4{
    position: absolute;
    top: .44rem;
    left: .5rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    font-weight: lighter;
}
.tool-list li h4 strong{
    font-size: 0.4rem;
    font-weight: bold;
}

.tool-list li .jump-link a:hover p{
    color: #159368;
}

/* swiper */
.mySwiper{
    width: calc(17.2rem - 0.5rem);
    padding: .05rem .25rem 0;
}
.mySwiper .swiper-slide{
    position: relative;
    box-shadow: 0 0 0.05rem 0 rgba(79,80,89,0.15);
    /*border: .05rem solid transparent;*/
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev{
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(21,147,104,.4);
    border-radius: 50%;
    color: #fff;
}
.mySwiper .swiper-button-prev{
    left: 0;
}
.mySwiper .swiper-button-next{
    right: 0;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after{
    font-size: .18rem;
    font-weight: bold;
}
.mySwiper .swiper-button-next.swiper-button-disabled,
.mySwiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color: #E6E6E6;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.mySwiper .swiper-pagination-bullet{
    width: .12rem;
    height: .12rem;
    background: rgba(21,147,104, .3);
    opacity: 1;
}
.mySwiper .swiper-pagination-bullet-active{
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(21,147,104, 1);
    border-radius: 0.06rem;
}

.btn-talkAbout{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    border-bottom: .01rem solid #EDEDED;
    margin-bottom: .36rem;
}
.btn-talkAbout li{
    font-size: 0.18rem;
    line-height: .2rem;
    color: #999999;
    padding: .4rem .2rem .18rem;
    border-bottom: .02rem solid transparent;
    margin: 0 .35rem;
    cursor: pointer;
}
.btn-talkAbout li.active{
    font-size: 0.2rem;
    font-weight: bold;
    color: #000000;
    border-bottom: .02rem solid #159368;
}

.carbon-talkAbout .carbonSwiper{
    height: 6.02rem;
    margin-top: .36rem;
}
.carbon-talkAbout .swiper-slide{
    height: 5.24rem;
    cursor: pointer;
}
.carbon-talkAbout .img{
    width: 100%;
    /*height: 1.93rem;*/
    height: 2.18rem;
    overflow: hidden;
}
.carbon-talkAbout .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carbon-talkAbout .carbon-content{
    padding: 0 .35rem;
    position: relative;
}
.carbon-talkAbout .carbon-time{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-style: italic;
    color: #999999;
    margin: .3rem 0 .22rem 0;
}
.carbon-talkAbout .carbon-time em{
    color: #DE773E;
    font-style: italic;
    margin-right: .15rem;
}
.carbon-talkAbout .carbon-content h4{
    font-size: 0.24rem;
    line-height: 0.34rem;
    font-weight: bold;
    color: #000000;
    /*text-align: justify;*/
    /*text-overflow: -o-ellipsis-lastline;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.carbon-talkAbout .carbon-content p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    margin-top: .24rem;
}
.carbon-talkAbout .jump-btn{
    width: 0.44rem;
    height: 0.44rem;
    background: #EEEEEE;
    border-radius: 50%;
    position: relative;
    margin-top: .45rem;
    transition: transform .2s linear;
    transform: scale(1);
}
.carbon-talkAbout .jump-btn:before{
    content: '';
    width: .12rem;
    height: .12rem;
    background: url(../images/main/icon-arrow-black.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carbon-talkAbout .swiper-slide h4:hover{
    color: #159368;
}
.carbon-talkAbout .swiper-slide .jump-btn:hover{
    width: 0.5rem;
    height: 0.5rem;
    background: #159368;
    margin-top: .4rem;
    transition: transform .2s linear;
    transform: scale(1.1);
}
.carbon-talkAbout .swiper-slide .jump-btn:hover:before{
    background: url(../images/main/icon-arrow-black-hover.png) no-repeat;
    background-size: 100%;
}


.reportSwiper{
    height: 5.67rem;
    margin-top: 1.13rem;
}
.reportSwiper .swiper-slide{
    height: 5.29rem;
    transition: background .3s ease-in-out,transform .3s ease-in-out;
}
.reportSwiper .swiper-slide:hover{
    transform: scale(1.05);
}
.reportSwiper a{
    width: 100%;
    height: 100%;
}
.reportSwiper .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.reportSwiper .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-mask-container .common-mask-content{
    width: 5rem;
}
.common-mask-container p{
    text-indent: 0;
}








