.home-box{
    position: relative;
    width: 100%;
}
.box-bannerTop{
    width: 100%;
    height: 100%;
    position: relative;
}
.box-bannerTop .banner-contentPos100,
.box-bannerTop .innerContainer{
    height: 100%;
}
.box-bannerTop .banner-contentPos100{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.box-bannerTop .pos{
    height: calc(100% - .7rem);
    position: absolute;
    top: 0;
    left: 1.6rem;
    display: flex;
    align-items: center;
}
.box-bannerTop .pos h2{
    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;
}


.bannerSwiper{}
.bannerSwiper .swiper-slide{
    width: 100%;
    height: 9.7rem;
}
.bannerSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-green{
    width: 100%;
    background: rgba(17,136,72,.9);
    padding-top: .5rem;
    position: relative;
}
.box-title h2{
    font-weight: bold;
    font-size: .5rem;
    color: #FFFFFF;
    margin-top: .5rem;
}
.box-title p{
    font-size: .16rem;
    line-height: .28rem;
    color: #FFFFFF;
    margin: .2rem 0 .34rem;
}
.box-title .box-btn{
    display: flex;
    align-items: center;
}
.box-title .btn{
    display: inline-block;
    line-height: .48rem;
    background: #FFFFFF;
    border-radius: .24rem;
    font-size: .16rem;
    color: #118848;
    padding: 0 .32rem;
    margin-left: .2rem;
}
.box-title .btn:hover{
    color: #FFFFFF;
    background: #118848;
}
.box-title .box-btn .btn:first-of-type{
    margin-left: 0;
}

.box-banner{
    width: 9.55rem;
    height: 3.83rem;
    margin-right: 1.05rem;
}
.box-banner img{
    width: 100%;
    height: 100%;
}

.ct-title h3{
    position: relative;
}
.ct-title h3 strong{
    font-weight: bold;
    font-size: .5rem;
    color: #222222;
    position: relative;
    z-index: 1;
}
.ct-title h3 b{
    width: 5.89rem;
    height: .31rem;
    background: linear-gradient(90deg, #23C16C , rgba(219,245,231,.1) 80%);
    position: absolute;
    left: 0;
    bottom: -.14rem;
}
.ct-title span{
    display: block;
    font-size: .6rem;
    line-height: .8rem;
    font-weight: bold;
    margin-top: .7rem;
}
.ct-title span strong{
    font-size: .6rem;
    color: #118848;
    font-weight: bold;
}

.ct-titleWhite h3 strong{
    color: #FFFFFF;
}
.ct-titleWhite h3 b{
    background: linear-gradient(90deg, #8DF408 , rgba(219,245,231,.02) 80%);
}
.ct-titleWhite span{
    color: #fff;
}
.ct-titleWhite span strong{
    color: #8DF408;
}


.box-map{
    padding: 1.26rem 0 1.3rem;
    background: linear-gradient(0deg, rgba(248,253,250,.5), rgba(35,193,108,.2) 50%);
}

.box-tab{
    margin-top: .6rem;
}
.tabBig{
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.tabBig li{
    font-size: .3rem;
    color: #222222;
    font-weight: bold;
    margin-left: .5rem;
    cursor: pointer;
}
.tabBig li:first-of-type{
    margin-left: 0;
}
.tabBig li.active{
    color: #118848;
}
.tab-btn{
    height: .7rem;
    background: #FFFFFF;
    box-shadow: .06rem .09rem .13rem 0 rgba(0,0,0,0.05);
    border-radius: 12px;
    display: flex;
}
.tab-btn li{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 14.28%;
    font-family: HarmonyOS_Sans_SC_Bold;
    position: relative;
    transition: 1s;
}
.tab-btn li b{
    display: block;
    width: .32rem;
    height: .32rem;
    margin-right: .17rem;
}
.tab-btn li .icon1{
    background: url("../images/icon/icon1-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon2{
    background: url("../images/icon/icon2-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon3{
    background: url("../images/icon/icon3-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon4{
    background: url("../images/icon/icon4-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon5{
    background: url("../images/icon/icon5-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon6{
    background: url("../images/icon/icon6-normal.png") no-repeat;
    background-size: 100%;
}
.tab-btn li .icon7{
    background: url("../images/icon/icon7-normal.png") no-repeat;
    background-size: 100%;
}

.tab-btn li.active .icon1{
    background: url("../images/icon/icon1-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon2{
    background: url("../images/icon/icon2-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon3{
    background: url("../images/icon/icon3-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon4{
    background: url("../images/icon/icon4-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon5{
    background: url("../images/icon/icon5-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon6{
    background: url("../images/icon/icon6-hover.png") no-repeat;
    background-size: 100%;
}
.tab-btn li.active .icon7{
    background: url("../images/icon/icon7-hover.png") no-repeat;
    background-size: 100%;
}

.tab-btn li.active{
    color: #FFFFFF;
    background: linear-gradient(155deg, #019244, #2BBB6E);
    border-radius: .12rem;
}
.tab-btn li.active:after{
    content: "";
    width: 0;
    height: .08rem;
    border: .08rem solid;
    border-color:  #0CB05F transparent transparent transparent;
    position: absolute;
    bottom: -0.24rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.tab-content{
    margin-top: .42rem;
}
.tab-content .item{
    position: relative;
    width: 100%;
    /*height: 9.08rem;*/
    border-radius: .1rem;
    overflow: hidden;
    transition: 1s;
}
.tab-content .item:hover{
    transform: scale(1.02);
}

.tab-content .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-content .item .mask{
    width: calc(100% - 1px);
    padding: .35rem 0 .42rem;
    background: rgba(17,136,72,.5);
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(.1rem);
    border-radius: 0 0 .1rem .1rem;
    border: 1px solid #E2F8EC;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.tab-content .item .mask h4{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .41rem;
    color: #FFFFFF;
}
.tab-content .item .mask p{
    font-size: .28rem;
    line-height: .4rem;
    color: #FFFFFF;
    margin-top: .2rem;
}


.box-record{
    padding: 1.09rem 0 1.54rem;
}
.box-record .list{
    margin-top: .74rem;
    display: flex;
    flex-wrap: wrap;
}
.box-record .list li{
    width: calc(25% - .08rem);
    min-height: 2.42rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F3F3F1;
    margin-right: .06rem;
    margin-top: .06rem;
    position: relative;
}
.box-record .list li:nth-of-type(4n){
    margin-right: 0;
}
.box-record .text{
    position: relative;
    z-index: 1;
    padding-left: .56rem;
}
.box-record .text strong{
    display: block;
    font-size: .5rem;
    font-weight: bold;
    color: #14140E;
}
.box-record .text span{
    display: block;
    font-size: .24rem;
    color: #52483D;
    margin-top: .15rem;
}
.box-record .list img{
    width: 2.27rem;
    height: 1.99rem;
    position: absolute;
    right: .16rem;
    bottom: .1rem;
}

.box-IUCN{
    background: #118848;
    padding: 1.27rem 0 1.3rem;
}
.box-IUCN .text{
    font-size: .2rem;
    line-height: .32rem;
    color: #B1E68E;
    margin: .7rem 0 .68rem .37rem;
}

.IUCNSwiper{
    padding: 0 .32rem;
}
.IUCNSwiper .swiper-slide{
    height: 4.65rem;
    background: #FFFFFF;
    border-radius: .2rem;
}
.IUCNSwiper .swiper-slide .ct{
    padding: .4rem .32rem .22rem;
    width: calc(100% - .64rem);
    height: calc(100% - .62rem);
}
.IUCNSwiper .swiper-slide h5{
    font-size: .3rem;
    color: #222222;
}
.IUCNSwiper .swiper-slide p{
    font-size: .16rem;
    color: #646A73;
    line-height: .24rem;
    margin-top: .15rem;
    min-height: 1.2rem;
}
.IUCNSwiper .swiper-slide .box-ets{
    width: 100%;
    height: calc(100% - 1.65rem);
    margin: 0 auto;
    position: relative;
}
.IUCNSwiper .swiper-slide .ets{
    width: 100%;
    height: 100%;
}
.IUCNSwiper .swiper-slide .center{
    width: .8rem;
    height: .8rem;
    border-radius: 50% 0 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #FFFFFF;
    line-height: .24rem;
}
.IUCNSwiper .swiper-slide .center h6{
    position: absolute;
    right: .04rem;
    top: .04rem;
    font-size: .1rem;
    color: #FFFFFF;
}


.box-dataSources{
    padding: 1.25rem 0 1.72rem;
}
.box-dataSources .list{
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-dataSources .list li{
    width: calc(16.6% - .216rem);
    height: 2rem;
    background: #F3F4F8;
}
.box-dataSources .list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.box-dataSources .list li img{
    width: 50%;
}
.box-dataSources .list .li4 img,
.box-dataSources .list .li5 img{
    width: 80%;
}

.box-dataSources .list li:hover{
    box-shadow: 0 0 .16rem 0 rgba(0,113,86,0.2);
}
.box-dataSources .list li:hover a{
    transform: scale(1.1);
}