body {
    background: #244E2D;
}

.wrap {
    overflow: hidden;
}

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

.index-header-box {
    width: 18.9rem;
    margin: .2rem auto;
    background: url(../img/about/top-bg.png) no-repeat;
    background-size: 100% auto;
    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;
}

/*  */

.support-list-box {
    width: 16.96rem;
   
    position: relative;
    margin: 0 auto;
    padding-bottom: .66rem;
    padding-right: 2.87rem;
    padding-top: 1rem;
   
}


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

.support-list-zs {
    width: 1.6rem;
    position: absolute;
    bottom: 0;
    right: 2.1rem;
    opacity: .4;
}

.support-title {
    width: 3rem;
    height: 1rem;
    background: #367D43;
    border-radius: 0.2rem;
    font-size: 0.38rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 1rem;
    position: absolute;
    top: 0.2rem;
    right: 0;
}

.support-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
    position: relative;
    z-index: 2;
    padding: .75rem .5rem 0 .5rem;
}

.support-list {
    /* background: url(../img/marke/domestic-list-bg.png) no-repeat; */
    background-size: 100% auto;
    margin: 0 auto;
    margin-top: .57rem;
    position: relative;
    z-index: 1;
    padding-bottom: .5rem;
    /*  display: flex;*/
    /*flex-wrap: wrap;*/
}
.sup_item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sup_item:nth-child(2n) .support-des{
    order: 0;
}
.sup_item:nth-child(2n) .support-img{
    order: 1;
}
.support-item {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
}

.support-img {
    width: 6.56rem;
    height: 4.03rem;
    /*flex: 1;*/
}

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

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

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


/*  */
.banner-wrap {

    margin-top: .8rem;
}

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

.banner-list {
    width: 9.36rem;
    display: flex;
    flex-wrap: wrap;
}

.banner-item {
    width: 50%;
    height: 2.25rem;
    /*background: #45CA71;*/
    /*background: #d8f6e1;*/
    background: #45CA71;
    border-radius: 0.2rem;
    padding: .2rem .5rem;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    position: relative;
}
.banner-item::after{
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.6rem;
    background: #45CA71;
    right: -0.1rem;
    bottom: -0.3rem;
    transform: rotate(-45deg);
}
.banner-item:nth-child(2)::after{
    display: none;
}
.banner-item:nth-child(3)::after{
    /*display: none;*/
    transform: rotate(45deg);
}
.banner-item:nth-child(4)::after{
    display: none;
}
.banner-item:nth-child(6)::after{
    display: none;
}
.banner-item:nth-child(7)::after{
    display: none;
}
.banner-item:nth-child(8)::after{
    display: none;
}


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

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

.banner-item:nth-child(2),
.banner-item:nth-child(3),
.banner-item:nth-child(6),
.banner-item:nth-child(7) {
    background: transparent;
    color: #FFFFFF;
}

.banner-img {
    width: 7.92rem;
    margin-left: .6rem;
}

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


.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;
}


/*  */
.adv-wrap {
    margin: 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-img {
    width: 16rem;
    margin: 0 auto;
    margin-top: 1rem;
}

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

/* honor */
.honor-wrap {
    width: 17.49rem;
    height: 9.94rem;
    background: url(../img/other/honor-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 1.3rem;
    padding-top: .45rem;
}

.honor-swiper {
    width: 12.1rem;
    margin: 0 auto;
    margin-top: .72rem;
    position: relative;
}

.honor-item {
    width: 100%;
}

.honor-img {
    width: 100%;
    height: 4.83rem;
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-text {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: .3rem;
    text-align: center;
}

.honor-bt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .85rem;
}

.honor-bt {
    width: .36rem;
    height: .36rem;
    cursor: pointer;
}

.honor-bt img {
    width: 100%;
    height: 100%;
}

.honor-bt-icon2 {
    display: none;
}

.honor-bt:hover .honor-bt-icon1 {
    display: none;
}

.honor-bt:hover .honor-bt-icon2 {
    display: block;
}

.honor-swiper .swiper-pagination-progressbar {
    width: 90%;
    top: auto;
    left: 5%;
    bottom: .17rem;
    height: 0.01rem;
    background: #244E2D;
}

.honor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255, 255, 255);
}

/* infor */
.infor-wrap {
    width: 18.54rem;
    height: 13.49rem;
    background: url(../img/other/infor-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: .74rem;
    margin-bottom: .83rem;
}

.infor-swiper {
    width: 15.94rem;
    margin: 0 auto;
    margin-top: 1.3rem;
    position: relative;
}

.infor-item {
    width: 100%;
    display: flex;
    padding-bottom: 1.4rem;
    position: relative;
}

.infor-icon-box {
    flex-shrink: 0;

}

.infor-icon {
    width: 0.64rem;
    height: 0.64rem;
    background: #45CA71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infor-icon img {
    width: .29rem;
}

.infor-item:first-of-type .infor-icon-box::after {
    content: '';
    height: calc(100% - 1.2rem);
    border-right: 0.01rem dashed #fff;
    position: absolute;
    left: .33rem;
    top: 0.92rem;
    /* transform: translateX(-50%); */
}

.infor-des {
    flex: 1;
    padding: 0 1.5rem 0 .35rem;
}

.infor-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.infor-time {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.15rem 0 .35rem 0;
}

.infor-p {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.35rem;
}

.infor-img {
    width: 4.58rem;
    height: auto;
}

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

/*  */
.infor-bt-box {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: .85rem; */
    margin: 0 auto;
}

.infor-bt {
    width: .36rem;
    height: .36rem;
    cursor: pointer;
}

.infor-bt img {
    width: 100%;
    height: 100%;
}

.infor-bt-icon2 {
    display: none;
}

.infor-bt:hover .infor-bt-icon1 {
    display: none;
}

.infor-bt:hover .infor-bt-icon2 {
    display: block;
}

.infor-swiper .swiper-pagination-progressbar {
    width: 10.5rem;
    top: auto;
    left: 2.72rem;
    bottom: .17rem;
    height: 0.01rem;
    background: #244E2D;
}

.infor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255, 255, 255);
}


/**/
.dynamic-wrap{
    width: 18.9rem;
    /*background: #163E1E;*/
    margin: 0 auto;
    padding: 0 .12rem;
    margin-bottom: .5rem;
    overflow: hidden;
}
.dynamic-top{
    padding: 0.6rem 0;
}
.dynamic-box{
    width: 100%;
    display: flex;
    /*overflow: hidden;*/
    margin-top: 1rem;
}
.dynamic-list{
    flex: 1;
}
.dynamic{
    margin:.24rem 0.12rem;
    height: 5.3rem;
    border-radius: .2rem;
    overflow: hidden;
}
.dynamic img{
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}
.dynamic:last-child{
    /*margin-bottom: 0;*/
}
.dynamic:hover>img{
    transform: scale(1.25);
}

@media only screen and (max-width:1024px){
    .index-header-box{
        width: auto;
        background: none;
    }
    .support-list-box{
        width: auto!important;
        padding-left: 0;
        padding: 0 15px;
    }
    .support-list-bg{
        width: auto!important;
    }
    
    .support-title{
      
        position: initial!important;
        margin: 0 auto;
        font-size: 18px;
    }
    .sup_item{
        flex-wrap: wrap;
    }
    .support-img{
        height: auto;
        width: auto;
    }
    .support-text,.support-des{
        line-height: 1.8;
        font-size: 14px!important;
        padding:15px 0!important;
        text-align:justify;
    }
    .domestic-title-en{
        display: none;
    }
    .banner-list{
        
    }
    .banner-list{
        padding: 0 15px;
    }
    .banner-item{
        width: 48%!important;
        margin-right: 4%;
    }
    .banner-item:nth-child(2n){
        margin-right: 0;
    }
    .banner-img{
        display: none;
    }
    .banner-item::after{
        display: none;
    }
    .banner-text,.banner-p{
        font-size: 14px;
    }
    .domestic-title,.honor-swiper {
        width: auto!important;
    }
    .honor-wrap{
        width: auto!important;
        height: auto;
        padding: 20px 10px;
        background-size:cover ;
        background: none;
        background-color: rgb(54, 125, 67);
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
    }
    .honor-pagination,.honor-bt-box{
       
    }
    .honor-pagination {
        width: 80% !important;
        left: 10% !important;
    }
    .honor-bt-box {
        margin-top: 30px;
    }
    .dynamic-wrap{
        width: auto;
        padding: 0 15px;
       
    }
    .dynamic-box{
         flex-wrap: wrap;
         margin-top: 0;
    }
    .dynamic-list{
        width: 100%;
        display: flex;
        flex: none;
        justify-content: space-between;
        transform: translate(0)!important;
        /*margin-right: 3%;*/
    }
    .dynamic-list:nth-child(2n){
        margin-right: 0;
    }
    .dynamic-list .dynamic {
        width: 48%;
        height: 203px;
    }
    
    /* 展会资讯 */
    .infor-wrap{
        width: auto!important;
        height: auto!important;
        background: none;
        background-color: rgb(49,110,59);
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 0.5rem;
        border-radius: 10px;
    }
    .infor-swiper{
        width: auto!important;
        padding: 0 15px;
    }
    .domestic-title{
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .domestic-title-cn {
        font-size: 18px;
    }
    .flex_abox{
        font-size: 14px!important;
        margin-left: 0!important;
        margin-right: 10px!important;
        width: auto !important;
        flex: 1;
    }
    .flex_listNew{
        margin-top: 25px;
    }
    .infor-img{
        display: none;
    }
    .infor-des{
        padding: 0 15px!important;
    }
    .infor-title{
        font-size: 16px!important;
    }
    .infor-p,.infor-time{
        font-size: 14px!important;
        line-height: 1.6;
        
    }
    .infor-bt-box,.infor-pagination{
        display: none;
    }
    .infor-item:last-child {
        padding-bottom: 0;
    }
    
}


