.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.header-pad{
    height: 1.22rem;
}
.header .header-title{
    height: 0.28rem;
    color: #999999;
    font-size: 0.13rem;
    line-height: 0.28rem;
    background-color: #f2f2f2;
}
.header .header-title .search{
    width: 0.14rem;
    cursor: pointer;
}
.header .header-main{
    position: relative;
    height: 0.94rem;
    border-bottom: 1px solid #e4e4e4;
    z-index: 12;
}
.header .logo{
    width: 2.9rem;
}
.header .nav{
    height: 100%;
}
.header .nav .item{
    position: relative;
    margin-left: 0.27rem;
    height: 100%;
    font-size: 0.16rem;
    padding: 0.24rem 0.42rem 0;
    box-sizing: border-box;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.header .nav .item p{
    font-size: 0.14rem;
    color: #999999;
}
.header .nav .item.active{
    color: #FFFFFF;
    background-color: #024d22;
}
.header .nav .item:hover{
    font-weight: 500;
    color: #024d22;
}
.header .nav .item.active:hover{
    color: #FFFFFF;
    font-weight: normal;
}
.header .nav .item.active p{
    color: #FFFFFF;
}
.header .nav .search{
    width: 0.37rem;
    height: 0.26rem;
    border-radius: 0.13rem;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.header .nav .search img{
    width: 0.19rem;
    height: 0.19rem;
}

.header .header-sub{
    position: absolute;
    top: 1.2rem;
    left: 0;
    padding: 0.35rem 0 0.45rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 4.92rem;
    background-color: #f2f2f2;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 11;
    display:none;
}
.header .header-sub .sub-nav-box{
    display:none;
}
.header .header-sub .sub-title{
    font-size: 0.24rem;
    color: #615f5f;
    line-height: 0.24rem;
    margin-bottom: 0.64rem;
}
.header .header-sub .sub-title{
    font-size: 0.24rem;
    color: #615f5f;
    line-height: 0.24rem;
    margin-bottom: 0.64rem;
}
.header .header-sub .sub-nav.vertical{
    align-items: flex-start;
}
.header .header-sub .sub-nav.vertical .sub-nav-list{
    flex-shrink: 0;
    margin-right: 0.6rem;
}
.header .header-sub .sub-nav .sub-nav-item{
    width: 2.96rem;
    margin-right: 0.6rem;
}
.header .header-sub .sub-nav.vertical .sub-nav-item{
    width: 3.96rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
.header .header-sub .sub-nav .sub-nav-item .title{
    padding-bottom: 0.32rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.2rem;
    color: #615f5f;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.header .header-sub .sub-nav.vertical .sub-nav-item .title{
    padding-bottom: 0.16rem;
    margin-bottom: 0.36rem;
}
.header .header-sub .sub-nav .sub-nav-item.active .title{
    color: #024f22;
}
.header .header-sub .sub-nav.vertical .sub-nav-item:last-of-type .title{
    margin-bottom: 0;
}
.header .header-sub .sub-nav .sub-nav-item .title:hover{
    color: #024f22;
}
.header .header-sub .sub-nav .sub-nav-item .title span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header .header-sub .sub-nav .sub-nav-item .title span img{
    width: 0.09rem;
}
.header .header-sub .sub-nav .sub-nav-item .list{
    display: none;
}
.header .header-sub .sub-nav .sub-nav-item:hover .list{
    display: initial;
}
.header .header-sub .sub-nav .sub-nav-item .list .item{
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #615f5f;
    cursor: pointer;
}
.header .header-sub .sub-nav .sub-nav-item .list .item:hover{
    color: #024f22;
}
.header .header-sub .sub-nav .content-list{
    display: none;
    right: 0;
    top: 0;
    align-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 3.52rem);
    min-height: 100%;
}
.header .header-sub .sub-nav .sub-nav-item.active .content-list{
    display: flex;
}
.header .header-sub .sub-nav .sub-nav-item.active .content-list.vertical-sub{
    display: initial;
}
.header .header-sub .sub-nav .content-list .item{
    width: 2.92rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #615f5f;
    margin-bottom: 0.24rem;
}
.header .header-sub .sub-nav .content-list .item:hover{
    color: #024f22;
}




/* footer */
.footer {
    padding: 0.5rem 0;
    color: #FFFFFF;
    background-color: #024f22;
}
.footer .container{
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #FFFFFF;
}
.footer .left .title{
    font-size: 0.24rem;
    line-height: 0.24rem;
}
.footer .left .line{
    width: 0.53rem;
    height: 0.06rem;
    background: #FFFFFF;
    margin: 0.32rem 0;
}
.footer .left .subtitle{
    font-size: 0.21rem;
    line-height: 0.21rem;
}

.footer .center{
    padding-top: 0.5rem;
}
.footer .center .name{
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.48rem;
}
.footer .center .tel{
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-bottom: 0.32rem;
}
.footer .center .tel span{
    font-size: 0.26rem;
    line-height: 0.26rem;
}
.footer .center .local{
    font-size: 0.16rem;
    line-height: 0.16rem;
}

.footer .right{
    padding-top: 0.5rem;
}
.footer .right .title{
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.footer .right .QR-box .img{
    width: 1rem;
    font-size: 0.14rem;
    text-align: center;
}
.footer .right .QR-box .img:first-of-type{
    margin-right: 0.35rem;
}
.footer .right .QR-box .img img{
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.16rem;
}

/* index.html */
.index_box .banner-content{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.9rem;
    color: #FFFFFF;
    z-index: 99;
}
.index_box .banner-content .title{
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.27rem;
}
.index_box .banner-content .text{
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-bottom: 0.21rem;
}
.index_box .banner-content p{
    font-size: 0.22rem;
}
.index_box .banner-content .more{
    margin-top: 0.27rem;
    width: 2.4rem;
    height: 0.48rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
    line-height: 0.48rem;
    font-size: 0.16rem;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
.index_box .banner-content .more img{
    width: 0.06rem;
    height: 0.1rem;
}

.index_box .about-mod .top-mod{
    align-items: flex-end;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    max-width: 1360px;
    height: 0.94rem;
    font-size: 0.68rem;
    line-height: 0.68rem;
    color: #FFFFFF;
    background-color: #024d22;
    z-index: 10;
}
.index_box .about-mod .top-mod .sub{
    font-size: 0.27rem;
    font-weight: 300;
    line-height: 0.27rem;
    margin-left: 0.46rem;
}
.index_box .about-mod .top-mod .sub span{
    font-weight: normal;
    font-size: 0.32rem;
    line-height: 0.32rem;
}
.index_box .about-mod .content-box{
    padding: 2.26rem 0 1.84rem;
    font-weight: normal;
    font-size: 0.32rem;
    line-height: 0.32rem;
}
.index_box .about-mod .content-box .left{
    width: 2rem;
    margin-right: 2.27rem;
}
.index_box .about-mod .content-box .left .title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.index_box .about-mod .content-box .left .title span{
    color: #024d22;
}
.index_box .about-mod .content-box .left .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color:  #024d22;
    margin-bottom: 0.53rem;
}
.index_box .about-mod .content-box .left .sub-title{
    font-size: 0.34rem;
    color: #615f5f;
}
.index_box .about-mod .content-box .left .more{
    bottom: 0;
    width: 1.63rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    background-color:  #024d22;
}
.index_box .about-mod .content-box .left .more a{
    padding: 0 0.18rem;
    box-sizing: border-box;
}
.index_box .about-mod .content-box .right{
    width: calc(100% - 4.27rem);
    color: #615f5f;
    font-size: 0.22rem;
    line-height: 0.36rem;
}
.index_box .about-mod .content-box .right p{
    margin-bottom: 0.3rem;
}

.index_box .brand-mod{
    padding: 1.45rem 0 1.1rem;
    background-color: #f2f2f2;
}
.index_box .mod-title{
    margin-bottom: 1.2rem;
}
.index_box .mod-title .en{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
}
.index_box .mod-title .title span{
    color: #024d22;
}
.index_box .mod-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 0.55rem;
    height: 0.08rem;
    background-color:  #024d22;
}
.index_box .mod-title span{
    font-size: 0.34rem;
    color: #615f5f;
}
.index_box .brand-mod .swiper-slide{
    padding: 0.24rem 0.27rem;
    box-sizing: border-box;
    cursor: pointer;
}
.index_box .brand-mod .default-box{
    padding: 0 0.2rem 0.6rem;
    box-sizing: border-box;
    width: 100%;
    height: 3.95rem;
    background-color: #fff;
    border-radius: 0.09rem;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.2);
}
.index_box .brand-mod .default-box .logo{
    width: 100%;
    aspect-ratio: 1.65;
}
.index_box .brand-mod .default-box .more{
    bottom: 0.26rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1.35rem;
    height: 0.36rem;
    font-size: 0.13rem;
    color: #9d9d9d;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.index_box .brand-mod .default-box .more img{
    width: 0.06rem;
    height: 0.1rem;
    margin-left: 0.08rem;
}
.index_box .brand-mod .swiper-slide .show{
    display: none;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: -1;
}
.index_box .brand-mod .swiper-slide .show a{
    display: block;
    width: 100%;
    height: 100%;
}
.index_box .brand-mod .swiper-slide .show .logo{
    width: 0.25rem;
    /* width: 2.65rem; */
}

.index_box .brand-mod .swiper-slide.show-logo .show{
    display: block;
    animation: cardRotate 0.3s 1 ease-out forwards;
    z-index: 2;
}
@keyframes cardRotate {
    0% { width: 0; height: 0; z-index: -1; }
    100%{ width: 100%; height: 100%; z-index: 2; }
}

.index_box .brand-mod .swiper-slide.show-logo .show .logo{
    width: 2.65rem;
    animation: logoAppear 0.3s 1 ease-out forwards;
}

@keyframes logoAppear {
    0% { width: 0.25rem; opacity: 0; }
    100%{ width: 2.65rem; opacity: 1; }
}
/* .index_box .brand-mod .swiper-slide::after{
    content: '';
    position: absolute;
    bottom: -0.79rem;
    left: 0;
    width: 100%;
    height: 0.09rem;
    background-color: #024d22;
    border-radius: 0.03rem;
} */
.index_box .brand-mod .scrollbar{
    margin-top: 0.7rem;
    padding: 2px 0;
    box-sizing: border-box;
    height: 7px;
}
.index_box .brand-mod .scrollbar .line{
    height: 3px;
    background-color: #fff;
}
.index_box .brand-mod .scrollbar .container{
    height: 7px;
    overflow: hidden;
}
.index_box .brand-mod .scrollbar .block{
    position: absolute;
    left: -26%;
    top: 101%;
    width: 25%;
    height: 100%;
    border-radius: 2px;
    background-color: #024f22;
    transition: all 0.35s ease-in-out 0s;
}
.index_box .brand-mod .scrollbar .block.lefthide{
    left: -26%;
}
.index_box .brand-mod .scrollbar .block.move0{
    left: 0;
}
.index_box .brand-mod .scrollbar .block.move1{
    left: 25%;
}
.index_box .brand-mod .scrollbar .block.move2{
    left: 50%;
}
.index_box .brand-mod .scrollbar .block.move3{
    left: 75%;
}
.index_box .brand-mod .scrollbar .block.righthide{
    left: 101%;
}
.index_box .brand-mod .scrollbar .block.tempShow{
    top: 0;
}


.index_box .news-mod{
    padding: 1.45rem 0 1.54rem;
}
.index_box .news-mod .left{
    padding: 0.8rem 0.8rem 0.87rem;
    box-sizing: border-box;
    margin-right: 1.15rem;
    width: 6.04rem;
    flex-shrink: 0;
    background-color: #f2f2f2;
}
.index_box .news-mod .left .title{
    font-size: 0.22rem;
    color: #615f5f;
    margin-bottom: 0.24rem;
}
.index_box .news-mod .left .intro{
    font-size: 0.2rem;
    color: #9d9d9d;
    padding-left: 0.22rem;
    border-left: 2px solid #d6d6d6;
    margin-bottom: 0.5rem;
}
.index_box .news-mod .left .more{
    width: 1.63rem;
    height: 0.44rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    background-color: #024d22;
    margin-top: 0.35rem;
}
.index_box .news-mod .left .more a{
    padding-left: 0.17rem;
    padding-right: 0.21rem;
    box-sizing: border-box;
}
.index_box .news-mod .left .more img{
    width: 0.06rem;
    height: 0.1rem;
}

.index_box .news-mod .right{
    width: calc(100% - 7.19rem);
    border-top: 1px solid #f2f2f2;
}
.index_box .news-mod .right .item{
    padding-top: 0.5rem;
    padding-left: 0.48rem;
    padding-right: 1.7rem;
    padding-bottom: 0.38rem;
    border-bottom: 1px solid #f2f2f2;
}
.index_box .news-mod .right .item .title{
    font-size: 0.22rem;
    color: #615f5f;
    margin-bottom: 0.27rem;
}
.index_box .news-mod .right .item .title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -0.32rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: #615f5f;
}
.index_box .news-mod .right .item .intro{
    font-size: 0.2rem;
    color: #9d9d9d;
}
.index_box .news-mod .right .item .more{
    bottom: 0.3rem;
    right: 0.25rem;
    padding-left: 0.24rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
    width: 1.35rem;
    height: 0.36rem;
    font-size: 0.12rem;
    color: #9d9d9d;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.index_box .news-mod .right .item .more img{
    width: 0.06rem;
    height: 0.1rem;
}
.index_box .news-mod .right .item .more .active-icon{
    display: none;
}

.index_box .news-mod .right .item.active .title{
    color: #024d22;
}
.index_box .news-mod .right .item.active .title::after{
    background-color: #024d22;
}
.index_box .news-mod .right .item.active .more{
    color: #FFFFFF;
    background-color: #024d22;
    border: 1px solid transparent;
}
.index_box .news-mod .right .item.active .more .active-icon{
    display: initial;
}
.index_box .news-mod .right .item.active .more .default-icon{
    display: none;
}


/* about.html */
.sub_page .path{
    font-size: 0.16rem;
    margin-top: 0.4rem;
    margin-bottom: 1.52rem;
}
.sub_page .path span{
    font-weight: bold;
    color: #024d22;
}
.about_box .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.about_box .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.about_box .main .sub-title span{
    color: #024d22;
}
.about_box .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color:  #024d22;
}
.about_box .main .content{
    margin-top: 0.9rem;
    color: #615f5f;
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-bottom: 2.36rem;
}
.about_box .main .content p{
    margin-bottom: 0.7rem;
}

.about_vision .main .content{
    margin-bottom: 2.1rem;
}
.about_vision .main .content div{
    font-family: 'SimSun';
    font-weight: 600;
    font-size: 0.35rem;
    line-height: 0.57rem;
    color: #615f5f;
}
.about_vision .main .content div:first-of-type{
    margin-top: 0.8rem;
}
.about_vision .main .content p{
    margin-top: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #615f5f;
}

.about_mission .main .content{
    margin-bottom: 4.5rem;
}
.about_mission .main .content div{
    font-family: 'SimSun';
    font-weight: 600;
    font-size: 0.35rem;
    line-height: 0.57rem;
    color: #615f5f;
}
.about_mission .main .content div:first-of-type{
    margin-top: 0.6rem;
}

.about_values .main .content{
    margin-bottom: 3.34rem;
}
.about_values .main .content div{
    font-family: 'SimSun';
    font-weight: 600;
    font-size: 0.35rem;
    line-height: 0.57rem;
    color: #615f5f;
}
.about_values .main .content div:first-of-type{
    margin-top: 0.8rem;
}

.about_survarium .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.about_survarium .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.about_survarium .main .sub-title span{
    color: #024d22;
}
.about_survarium .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
}
.about_survarium .main .content{
    margin-bottom: 1.45rem;
}
.about_survarium .main .content div{
    font-family: 'SimSun';
    font-weight: 600;
    font-size: 0.35rem;
    line-height: 0.57rem;
    color: #615f5f;
}
.about_survarium .main .content div:first-of-type{
    margin-top: 0.8rem;
}

.about_founder .main{
    margin-bottom: 2.92rem;
}
.about_founder .main .content{
    padding-bottom: 1rem;
}
.about_founder .main .content .bg{
    top: 0.48rem;
    left: 0.53rem;
    width: calc(100% - 0.53rem);
    height: 100%;
    background-color: #e4e4e4;
    z-index: -1;
}
.about_founder .main .content .portrait{
    flex-shrink: 0;
    width: 50%;
    margin-right: 0.6rem;
    padding: 0.13rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.4);
}
.about_founder .main .content .intro{
    padding-top: 1.3rem;
    padding-right: 0.42rem;
    box-sizing: border-box;
    width: calc(100% - 0.6rem);
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #615f5f;
    letter-spacing: 0.02rem;
}
.about_founder .main .content .name{
    font-size: 0.48rem;
    line-height: 0.42rem;
    margin-top: 0.72rem;
}
.about_founder .main .content .job{
    font-size: 0.22rem;
    line-height: 0.42rem;
}

.about_honor .main{
    margin-bottom: 3.6rem;
}
.about_honor .main .title{
    font-size: 0.34rem;
    color: #615f5f;
    margin-bottom: 0.38rem;
}
.about_honor .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.27rem;
}
.about_honor .main .sub-title span{
    color: #024d22;
}
.about_honor .main .content{
    padding: 1.18rem 0 0.2rem;
    background-color: #f2f2f2;
}
.about_honor .main .content .list{
    flex-wrap: wrap;
}
.about_honor .main .content .item{
    width: calc(33.33% - 0.5rem);
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}
.about_honor .main .content .item:nth-of-type(3n){
    margin-right: 0;
}
.about_honor .main .content .item .name{
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    text-align: center;
}

.about_song .main .content{
    margin-bottom: 1.42rem;
}
.about_song .main .content div{
    font-family: 'SimSun';
    font-weight: 600;
    font-size: 0.3rem;
    line-height: 0.57rem;
    min-height: 0.57rem;
    color: #615f5f;
}
.about_song .main .content div:first-of-type{
    margin-top: 0.8rem;
    font-size: 0.35rem;
}

.about_history .main{
    margin-bottom: 1.38rem;
}
.about_history .main .left .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.about_history .main .left .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.about_history .main .left .sub-title span{
    color: #024d22;
}
.about_history .main .left .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
}
.about_history .main .right{
    flex-shrink: 0;
    /* width: 8.86rem; */
    width: 840px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 0.6rem;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0.2rem;
}

.about_educational .main{
    margin-bottom: 1rem;
}
.about_educational .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.about_educational .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.about_educational .main .sub-title span{
    color: #024d22;
}
.about_educational .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
    margin-bottom: 1.8rem;
}
.about_educational .main .content p{
    font-size: 0.3rem;
    font-family: 'SimSun';
    line-height: 0.57rem;
    min-height: 0.57rem;
}
.about_educational .main .mod-content{
    padding: 0.48rem 0 0.38rem;
    background-color: #f2f2f2;
    margin-bottom: 0.45rem;
}
.about_educational .main .mod-content .img-box{
    width: 3.25rem;
    margin-bottom: 0.4rem;
}


.brand-box .main{
    margin-bottom: 3.34rem;
}
.brand-box .main .title{
    font-size: 0.36rem;
    text-align: center;
    color: #615f5f;
    margin-bottom: 0.4rem;
}
.brand-box .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    text-align: center;
    color: #615f5f;
    margin-bottom: 0.88rem;
}
.brand-box .main .sub-title span{
    color: #024d22;
}
.brand-box .main .mod-content{
    padding: 0.75rem 0;
    background-color: #f2f2f2;
}
.brand-box .main .mod-content .content{
    flex-wrap: wrap;
}
.brand-box .main .mod-content .content .item{
    width: calc(33.33% - 0.8rem);
    margin-left: 1.2rem;
}
.brand-box .main .mod-content .content .item:nth-of-type(3n-2){
    margin-left: 0;
}

.brand-product .main .container{
    align-items: flex-start;
}
.brand-product .main .title{
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.72rem;
    color: #343434;
    margin-bottom: 0.08rem;
}
.brand-product .main .sub-title{
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    color: #333333;
}
.brand-product .main .sub-title span{
    color: #024d22;
}
.brand-product .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
    margin: 0.38rem 0;
}
.brand-product .main .content{
    line-height: 0.36rem;
    font-size: 0.22rem;
    letter-spacing: 0.02rem;
    color: #615f5f;
}
.brand-product .main .content p{
    min-height: 0.44rem;
}
.brand-product .main .img-box{
    flex-shrink: 0;
    width: 7.81rem;
    padding-top: 0.1rem;
    margin-left: 0.4rem;
}
.brand-product .main .mod-content.ash{
    margin-top: 0.8rem;
    padding: 0.75rem 0;
    background-color: #f2f2f2;
}
.brand-product .main .pdu-box .item{
    width: calc(33.33% - 0.14rem);
    border-top: 1px solid #615f5f;
    margin-right: 0.2rem;
}
.brand-product .main .pdu-box .item:last-of-type{
    margin-right: 0;
}
.brand-product .main .pdu-box .item .item-title{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #615f5f;
    margin-bottom: 0.16rem;
}
.brand-product .main .mod-content.ash .pdu-box{
    flex-shrink: 0;
    width: 8.43rem;
    margin-right: 0.94rem;
}
.brand-product .main .pdu-box.single{
    flex-shrink: 0;
    width: 6rem;
    margin-left: 1.4rem;
}
.brand-product .main .pdu-box.single .item{
    width: 100%;
}
.brand-product .main .mod2{
    padding: 1.2rem 0 1.7rem;
}


.brand-product-concept .main{
    margin-bottom: 2.52rem;
}
.brand-product-concept .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.brand-product-concept .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.brand-product-concept .main .sub-title span{
    color: #024d22;
}
.brand-product-concept .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color:  #024d22;
}
.brand-product-concept .main .content{
    margin-top: 0.86rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
    color: #615f5f;
}
.brand-product-concept .main .content p{
    min-height: 0.44rem;
}
.brand-product-concept .main .pdu-box.single{
    flex-shrink: 0;
    width: 6.8rem;
    margin-left: 1.5rem;
}
.brand-product-concept .main .pdu-box .item{
    width: calc(33.33% - 0.14rem);
    border-top: 1px solid #615f5f;
    margin-right: 0.2rem;
}
.brand-product-concept .main .pdu-box .item:last-of-type{
    margin-right: 0;
}
.brand-product-concept .main .pdu-box.single .item{
    width: 100%;
}
.brand-product-concept .main .pdu-box .item .item-title{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #615f5f;
    margin-bottom: 0.16rem;
}


.brand-product-system .main{
    margin-bottom: 2.52rem;
}
.brand-product-system .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.brand-product-system .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.48rem;
}
.brand-product-system .main .sub-title span{
    color: #024d22;
}
.brand-product-system .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color:  #024d22;
}
.brand-product-system .main .pdu-box{
    flex-shrink: 0;
    width: 8.42rem;
    margin-left: 1.5rem;
}
.brand-product-system .main .pdu-box .item{
    width: calc(33.33% - 0.14rem);
    border-top: 1px solid #615f5f;
    margin-right: 0.2rem;
}
.brand-product-system .main .pdu-box .item:last-of-type{
    margin-right: 0;
}
.brand-product-system .main .pdu-box .item .item-title{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #615f5f;
    margin-bottom: 0.16rem;
}

.brand-product-details .main{
    margin-bottom: 1.4rem;
}
.brand-product-details .main .banner{
    margin-bottom: 0.6rem;
}
.brand-product-details .main .content p{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.57rem;
    min-height: 0.57rem;
    color: #615f5f;
    font-family: 'SimSun';
    font-weight: bold;
    letter-spacing: 0.02rem;
}

.news-box .sort{
    color: #615f5f;
    justify-content: flex-end;
    margin-bottom: 0.25rem;
}
.news-box .select-box{
    padding: 0.06rem 0.18rem;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.news-box .select-box{
    padding: 0.06rem 0.18rem;
    box-sizing: border-box;
    min-width: 1.2rem;
    margin-left: 0.18rem;
    font-size: 0.16rem;
    background-color: #f2f2f2;
    cursor: pointer;
}
.news-box .select-box img{
    width: 0.12rem;
    height: 0.06rem;
    margin-left: 0.12rem;
}
.news-box .select-box .list-box{
    padding: 0.06rem 0.18rem;
    box-sizing: border-box;
    min-width: 100%;
    top: calc(100% + 0.05rem);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    z-index: 2;
}
.news-box .select-box .list-box .item{
    font-size: 0.16rem;
    line-height: 0.32rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.news-box .select-box .list-box .item:hover{
    color: #024d22;
}

.news-box .news-list .item{
    padding: 0.46rem;
    box-sizing: border-box;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0.2rem;
    margin-bottom: 0.68rem;
    cursor: pointer;
}
.news-box .news-list .item .img-box{
    flex-shrink: 0;
    width: 3.9rem;
    height: 1.7rem;
    margin-right: 0.36rem;
}
.news-box .news-list .item .img-box a{
    width:100%;
    height:100%;
}
.news-box .news-list .item .img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.news-box .news-list .item .content{
    width: calc(100% - 4.26rem);
}
.news-box .news-list .item .content .title{
    font-size: 0.36rem;
    line-height: 0.38rem;
    color: #615f5f;
    margin-bottom: 0.26rem;
}
.news-box .news-list .item:hover .content .title{
    color: #024f22;
}
.news-box .news-list .item .content .intro{
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #615f5f;
    letter-spacing: 0.02rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-box .news-list .item .content .more{
    bottom: 0.36rem;
    right: 0.46rem;
    width: 1.63rem;
    height: 0.44rem;
    font-size: 0.16rem;
    margin-top: 0.35rem;
    color: #9d9d9d;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.news-box .news-list .item:hover .content .more{
    color: #FFFFFF;
    background-color: #024d22;
    border: 1px solid transparent;
}
.news-box .news-list .item .content .more a{
    padding-left: 0.17rem;
    padding-right: 0.21rem;
    box-sizing: border-box;
}
.news-box .news-list .item .content .more img{
    width: 0.06rem;
    height: 0.1rem;
}
.news-box .news-list .item .content .more .active-icon{
    display: none;
}
.news-box .news-list .item:hover .content .more .active-icon{
    display: initial;
}
.news-box .news-list .item:hover .content .more .default-icon{
    display: none;
}
.news-box .page-bar{
    margin: 1rem auto 1.09rem;
}
.news-box .page-bar .perv-btn,
.news-box .page-bar .next-btn{
    font-size: 0.16rem;
    cursor: pointer;
}
.news-box .page-bar .select-box{
    min-width: 0.9rem;
    margin: 0 0.74rem;
}

.contact-service .main{
    margin-bottom: 1rem;
}
.contact-service .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.36rem;
}
.contact-service .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.58rem;
    font-weight: 300;
    color: #615f5f;
    margin-bottom: 0.68rem;
}
.contact-service .main .sub-title span{
    color: #024d22;
}
.contact-service .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
    margin-bottom: 0.88rem;
}
.contact-service .main .content p{
    font-size: 0.22rem;
    line-height: 0.44rem;
    min-height: 0.44rem;
    color: #615f5f;
}

.contact-box .main{
    margin-bottom: 2.5rem;
}
.contact-box .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.42rem;
}
.contact-box .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
}
.contact-box .map{
    margin-top: 0.9rem;
}
.contact-box .main .local{
    margin-top: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
    text-align: center;
    color: #615f5f;
}
.contact-box .main .phone{
    font-size: 0.3rem;
    line-height: 0.84rem;
    text-align: center;
    color: #615f5f;
}
.contact-box .main .phone span{
    font-size: 0.42rem;
}


.brand-system-details .main{
    margin-bottom: 2.13rem;
}
.brand-system-details .main .banner-img{
    flex-shrink: 0;
    width: 8.05rem;
    margin-right: 0.3rem;
    margin-bottom: 0.56rem;
}
.brand-system-details .main .title{
    font-size: 0.36rem;
    color: #615f5f;
    margin-bottom: 0.4rem;
}
.brand-system-details .main .line{
    width: 0.55rem;
    height: 0.08rem;
    background-color: #024d22;
    margin-bottom: 0.4rem;
}
.brand-system-details .main .sub-title{
    font-size: 0.58rem;
    line-height: 0.74rem;
    font-weight: 300;
    color: #615f5f;
}
.brand-system-details .main .sub-title span{
    color: #024d22;
}