body {
    background: #244E2D;
}

.wrap {
    overflow: hidden;
}

.index-header-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-header-box {
    width: 18.9rem;
    min-height: 9.24rem;
    margin: .2rem auto;
    background: url(../img/marke/top-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.hzyheader-top {
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    /*overflow: hidden;*/

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: hsl(0deg 0% 80.31% / 80%);

    box-shadow: 1px 5px 8px 5px rgba(0, 71, 55, .03);

    transition: all .865s;
}

.headerHide {
    transform: translate(0px, -77px);
}

/*  */
.header-top {
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header-left {
    width: 5.2rem;
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

.header-logo {
    width: 1.55rem;
    flex-shrink: 0;
}

.header-logo img {
    width: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    /* margin-left: .7rem; */
    flex: 1;
    justify-content: space-around;
}

.header-nav {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.header-nav.active {
    font-weight: bold;
}

.header-nav.active::after {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #FFFFFF;
    position: absolute;
    bottom: -0.23rem;
    left: 0;

}

.header-right {
    width: 5.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-lang-box {
    position: relative;
}

.header-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.08rem;
    height: 0.44rem;
    border: 0.01rem solid #fff;
    border-radius: 0.22rem;
    cursor: pointer;
}

.header-lang p {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
}

.header-lang img {
    width: 0.16rem;
    height: 0.09rem;
    margin-left: .09rem;
}


.lang-float {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0.1rem 0;
    background: #d8f6e1;
    border-radius: 0.05rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.lang-float a {
    display: block;
    width: 100%;
    height: 0.4rem;
    
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #0F4F2C;
}
.lang-float a:hover {
    /*background: rgb(39, 94, 52);*/
    /*color: white;*/
    color: black;
}








.header-share {
    width: 1.28rem;
    height: 0.44rem;
    background: #C3CD7A;
    border-radius: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-share img {
    max-width: 80%;
    max-height: 80%;
}

.header-share2 {
    background: #367D43;
}

/*  */
.header-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: .4rem;
    z-index: 1;
}

.header-title-cn {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.header-title-en {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .3rem;
}

/*  */
.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.45rem;
}

.banner-box {
    width: 6.2rem;
    display: flex;
    flex-wrap: wrap;
}

.banner-item {
    width: 3rem;
    /*height: 1.51rem;*/
    background: rgba(83, 140, 93, 1);
    border-radius: 0.2rem;
    padding: .2rem;
    position: relative;
    color: #fff;
}

.banner-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    
}

.banner-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    
    line-height: 0.35rem;
    margin-top: .15rem;
}

.banner-item:nth-child(2),
.banner-item:nth-child(3),
.banner-item:nth-child(6),
.banner-item:nth-child(7) {
    background: transparent;
    color: #fff;
}
.banner-item:nth-child(2),
.banner-item:nth-child(3),
.banner-item:nth-child(6),
.banner-item:nth-child(7){
    
}
.banner-img {
    width: 9.09rem;
    height: 6.05rem;
    margin-left: .35rem;
    position: relative;
}

.banner-img img {
    width: 100%;
}
.loca-list{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.loca{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loca-text{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.loca-ball{
    width: 0.08rem;
    height: 0.08rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin-top: .1rem;
}
.loca-ball:after{
    content:'';
    width: 0.03rem;
    height: 0.03rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loca-logo{
    width: 0.97rem !important;
    height: 0.53rem !important;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial !important;
    animation: twinkle 3s;
    animation-iteration-count: infinite;
}
@keyframes twinkle {
    from {
      opacity: 1.0;
    }
    50% {
      opacity: 0.2;
    }
    to {
      opacity: 1.0;
    }
}
.banner-img .loca:nth-child(1){
    left: .77rem;
    top: 2.6rem;
}
.banner-img .loca:nth-child(2){
    top: 1.26rem;
    left: 1.49rem;
}
.banner-img .loca:nth-child(3){
    top: 1.84rem;
    left: 2.95rem;
}
.banner-img .loca:nth-child(4){
    left: 3.93rem;
    top: 3.69rem;
}
.banner-img .loca:nth-child(5){
    right: 1.62rem;
    top: 1.35rem;
}
.banner-img .loca:nth-child(6){
    right: 0.28rem;
    top: 3.35rem;
}


/*  */
.domestic-wrap {
    margin: 0.8rem 0 1.1rem 0;
}

.domestic-title {
    text-align: center;
}

.domestic-title-cn {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.domestic-title-en {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .3rem;
}

.domestic-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.domestic-img {
    width: 8.76rem;
    height: 7.22rem;
    position: relative;
}

.domestic-img img {
    width: 100%;
    height: 100%;
}
.domestic-img .loca:nth-child(1){
    left: 1.7rem;
    top: 2.19rem;
}
.domestic-img .loca:nth-child(2){
    top: 0.79rem;
    right: 0.54rem;
}
.domestic-img .loca:nth-child(3){
    top: 4.11rem;
    right: 1.12rem;
}
.domestic-img .loca:nth-child(4){
    top: 4.63rem;
    right: 1.29rem;
    
}
.domestic-img .loca:nth-child(4) .loca-logo{
    
}
.domestic-img .loca:nth-child(5){
    top: 5.85rem;
    right: 3.53rem;
    
}
.domestic-img .loca:nth-child(6){
    top: 5.93rem;
    right: 2.61rem;
    
}
.domestic-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*background: url(../img/marke/domestic-bg.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    width: 6rem;
    margin-left: 1.36rem;
    /*height: 3.28rem;*/
}

.domestic-item {
   width: 2.97rem;
    height: 1.51rem;
    
    border-radius: 0.2rem;
   font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domestic-item:nth-child(2),
.domestic-item:nth-child(3),
.domestic-item:nth-child(6){
    background: #538C5D;
}


/*  */
.support-wrap {
    width: 18.9rem;
    margin: 0 auto;
    background: url(../img/marke/support-bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: .8rem;
}

.support-list-box {
    width: 15.89rem;
    position: relative;
    margin: 0 auto;
    padding-bottom: .66rem;
}

.support-list-bg {
    width: 15.12rem;
    height: calc(100% - .66rem);
    background: rgba(54,125,67,.7);
    border-radius: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.support-list-zs {
    width: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.support-list {
    /* background: url(../img/marke/domestic-list-bg.png) no-repeat; */
    width: 15.89rem;
    background-size: 100% auto;
    margin: 0 auto;
    margin-top: .7rem;
    position: relative;
    z-index: 1;
}

.support-item {
    display: flex;
    align-items: center;
    padding: .5rem;
    padding-right: 1.27rem;
}

.support-img {
    flex: 1;
}

.support-img img {
    width: 100%;
}

.support-item:nth-child(1) {
    padding-right: 0;
}

.support-des {
    width: 7.5rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    flex-shrink: 0;
    padding: 0 .45rem;
}

.support-item:nth-child(even) .support-img {
    order: -1;
}

/*  */
.adv-wrap {
    margin: .6rem 0 1rem 0;
    padding-bottom: .6rem;
    position: relative;
}

.adv-wrap::after {
    content: '';
    width: 15.8rem;
    height: .6rem;
    background: #163E1E;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    position: absolute;
    bottom: 0;
    right: .6rem;
}

.adv-top {
    width: 15.89rem;
    height: 1.2rem;
    background: #163E1E;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    margin: 0 auto;
    padding-top: .6rem;
}

.adv-box {
    border-radius: 0.2rem;
    background: #163E1E;
    overflow: hidden;
    padding-bottom: 1rem;
}

.adv-des {
    width: 15.89rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    margin: 0 auto;
    margin-top: 1.2rem;
}

.adv-imgs {
    width: 15.89rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv-img {
    width: 42%;
    height: auto;
    transition: all .865s;
}

.adv-img.active{
    width: 55%;
}

.adv-img img {
    width: 100%;
}


@media only screen and (max-width:1024px){
    .index-header-box {
        width: 100%;
        background: none;
        
        min-height: 5rem;
    }
    .banner-p{
        /*display: none;*/
        font-size: 12px;
    }
    .header-title {
        width: 80%;
        height: 0.6rem;
        top: 0.5rem;
        left: 50%;
        transform: translateX(-50%) !important;
        background-color: rgb(54,125,67);
        border-radius: 5px;
        /*padding-top: 0.4rem;*/
    }
    .header-title-cn {
        margin-top: 10px;
    }
    .header-title-en {
        display: none;
    }
    .banner-wrap{
        flex-direction: column;
    }
    .banner-box{
        width: 100%;
        padding: 5% 5%;
        margin-top: 1rem;
        justify-content: space-between;
        background-color: rgb(54,125,67);
        border-radius: 10px;
    }
    .banner-img{
        width: 100%;
        margin: 0;
        margin-top: 50px;
        height: auto;
    }
    .banner-img .loca:nth-child(1){
        left: 0.6rem;
        top: 2.1rem;
    }
    .banner-img .loca:nth-child(2){
        top: 0.9rem;
        left: 1.2rem;
    }
    .banner-img .loca:nth-child(3){
        top: 1.4rem;
        left: 2.4rem;
    }
    .banner-img .loca:nth-child(4){
        left: 3.2rem;
        top: 2.9rem;
    }
    .banner-img .loca:nth-child(5){
        right: 1.2rem;
        top: 1.2rem;
    }
    .banner-img .loca:nth-child(6){
        right: 0.28rem;
        top: 3rem;
    }
    .domestic-box{
        flex-direction: column;
    }
    .domestic-img{
        width: 100%;
        height: auto;
    }
    .domestic-img .loca:nth-child(1) {
        left: 1.5rem;
        top: 2rem;
    }
    .domestic-img .loca:nth-child(2) {
        top: 0.5rem;
        right: 0.54rem;
    }
    .domestic-img .loca:nth-child(3) {
        top: 3.5rem;
        right: 1.1rem;
    }
    .domestic-img .loca:nth-child(4) {
        top: 3.8rem;
        right: 1.15rem;
    }
    .domestic-img .loca:nth-child(5) {
        top: 4.9rem;
        right: 3rem;
    }
    .domestic-img .loca:nth-child(6) {
        top: 5rem;
        right: 2.1rem;
    }
    .domestic-list{
        margin: 0;
    }
    .support-wrap{
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .support-list-box,
    .support-list-bg,
    .support-list{
        width: 100%;
    }
    .support-item{
        flex-direction: column;
        padding: 15px!important;
    }
    .adv-top{
        width: 80%;
        height: 0.5rem;
        padding-top: 0.4rem;
    }
    .adv-des{
        width: 100%;
        margin-top: 0.8rem;
    }
    .adv-imgs{
        width: 100%;
        margin-top: 0.6rem;
    }
    .adv-box{
        padding: 0 15px;
        padding-bottom: 0.5rem;
    }
    .adv-wrap::after{
        width: 80%;
        right: 50%;
        transform: translateX(50%);
    }
    .header-title-cn,
    .domestic-title-cn{
        font-size: 16px;
    }
    .banner-text{
        font-size: 14px;
    }
    .loca-text,
    .support-des,
    .adv-des{
        font-size: 12px;
    }
    .support-img img{
        margin: 15px 0 ;
    }
    
    .domestic-title-en {
        display: none;
    }
    
}