.nav-box{
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.5s ease-out 0s;
    height: 100px;
 }

.about-nav{
    width: 100%;
    padding-left:60px;
    background: #FFFEFC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-nav .nav-list{
    width: 600px;
    height: 100%;
    display: block;
}
.about-nav .nav-list ul{
    height: 100%;
    margin-bottom: 0;
}
.about-nav .nav-list ul li{
    font-size: 16px;
    color: #282D29;
    height: 100%;
    line-height: 100px;
    position: relative;
    cursor: pointer;
}


.about-nav .nav-list ul li .line{
    width: 0%;
    height: 4px;
    background: #008A71;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all .5s;
}
.about-nav .nav-list ul .active{
    color: #008A71;
    font-weight: bold;
}
.about-nav .nav-list ul li .nav-active{
    width: 100%;
}
.about-nav .nav-list ul li .nav-active-bac-green{
    /*width: 100% ;*/
    background:#008A71;
}
.about-nav .nav-list ul li .nav-active-bac-blank{
    /*width: 100% ;*/
    background:#282D29;
}
.about-nav .nav-list ul  .nav-active-text-green{
    /*width: 100% ;*/
    color:#008A71;
    font-weight: bold;
}
.about-nav .nav-list ul  .nav-active-text-blank{
    /*width: 100% ;*/
    color:#282D29;
}
.about-nav .nav-list ul li .wbt{
    width: 0%;
}

.about-nav .nav-list ul li:hover .line{
    width: 100%;
    transition: all .5s;
}

.about-nav .nav-menu {
    width: 30%;
    height: 100px;
    display: block;
}

.about-nav .nav-menu ul{
    width: 100%;
    height: 100%;
}

.about-nav .nav-menu ul li{
    width: 115px;
    height: 100%;
    border-left: 1px solid rgb(207 204 204 / 18%);
    font-size: 14px;
    color: #282D29;
    position: relative;
}
.about-nav .nav-menu ul li a{
    color: inherit;
}
.search-box{
    background: #fff;
    height: 100px;
    padding: 0 40px;
    box-sizing: border-box;
    width: 350px;
    position: absolute;
    left: -350px;
    transition: all 1s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    z-index: -1;
}

.showsearch{
    left: 0px;
    opacity: 1;
    z-index: 1
}
.search-form{
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #008A71;
}
.search-form input{
    border: none;
    outline: none;
}
.search-form input::placeholder{
    font-size: 12px;
}
.search-form i{
    font-size: 20px;
    color: #008A71;
    cursor: pointer;
    margin-right: 20px;
}
.language{
    position: absolute;
    bottom: -90px;
    left: 0;
    display:none;
}
.language a{
    display: block;
    width: 115px;
    height: 45px;
    color: #595959 !important;
    text-align: center;
    line-height: 45px;
    background: #fff;
}

.language a:hover {
    background: #008A71;
    color: #fff !important;
}
.userInfo{
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 100;
    opacity: 0;
    background-color: #fff;
    color: #595959;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    transition: all .5s;
}
.loginOut:hover{
    color: #008A71 !important;
}
.login-user-item:hover .userInfo{
    opacity: 1;
    top: 100px;
    transition: all .5s;
}
.about-nav .nav-menu ul li:hover{
    color: rgb(255 254 252);
}
.about-nav .nav-menu ul li i{
    font-size: 20px;
}
.about-nav .nav-menu ul li span{
    margin-left: 15px;
}

.nav-line{
    width: 100%;
    height: 1px;
    background: #808080;
    opacity: 0.18;

}

.nav-active{
    width: 100% ;
}

/*.nav-active-green{*/
/*    !*width: 100% ;*!*/
/*    background:#008A71;*/
/*}*/

.nav-mouser{
    width: 100% ;
}

.nav-mouout{
    width: 0%;
}

.nav-active-green{
    color: #008A71 !important;
    font-weight: bold;
}

.nav-active-fff{
    color: #fff !important;
    font-weight: bold;
}


.showdiv{
    top: 0 !important;
}


.top-box{
    width: 100%;
    height: 180px;
    /*background: url("/assets/images/new_list_bg.png") no-repeat 100%;*/
    text-align: right;
    padding-right: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 100px;
    z-index: 9;
}
.top-box .news-title{
    font-size: 28px;
    color: #fff;
}

.news-title-en{
    color: #828788;
    margin-top: 10px;
}
.news-tabs {
    position: absolute;
    width: 80%;
    height: 90px;
    line-height: 90px;
    background-image: url("/assets/images/news_title_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
    position: absolute;
    left: 0;
    bottom: -45px;
    text-align: left;
    padding: 0 50px 0 240px;

}
.news-tab-list .news-tab-item{
    margin-right: 50px;
    height: 90px;
    display: inline-block;
    padding: 0;
    color: #808080;
    font-size: 20px;
}
.news-bread-nav{
    font-size: 14px;
    color: #999;
}
.news-active{
    color: #282D29;
    border-bottom: 8px solid #008A71;
    font-weight: bold;
}

.login-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 580px;
    background: #fff;
    display: none;
    z-index: 12;
}

.login-box .title{
    width: 100%;
    height: 65px;
    padding: 0 30px;
    background: #008A71;

}

.login-box .title span{
    color: #fff;
    font-size: 16px;
}

.login-box .login-form{
    padding: 60px 80px;
}
.login-box .close-login i{
    color: #fff;
}

.login-box .login-form .form-item{
    height: 50px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.login-box .login-form .form-item i{
    color: #A3A3A3;
    margin-right: 10px;
}
.login-box .login-form .form-item input{
    border: none;
    outline: none;
}

.item-active{
    border:2px solid #008A71 !important;
    color: #999 !important;
}

.login-form .code-box{
    display: flex;
}


.login-form .code-box .code-text{
    width: 170px;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #D9D9D9;
}

.login-box .login-btn{
    width: 100%;
    padding: 0 80px;
    margin-bottom: 50px;
}
.login-box .login-btn a{
    width: 100%;
    height: 60px;
    background: #D6D6D6;
    border-radius: 2px;
    color: #fff;
}

.login-box .login-btn .login-active{
    background: #008A71;
    border-radius: 2px;
}


.login-box .login-btn .login-error-active{
    background: #008A71;
    border-radius: 2px;
}

.mobile-menu-box{
    display: none;
}
.close-icon{
    font-size: 25px;
    display: none;
}
.menu-icon{
    display: none;
}
.mobile-menu{
    display: none;
}
.mobile-nav-active{
    font-weight: bold !important;
    color: #008A71 !important;
}
@media screen and (max-width: 850px) {
    .nav-box{
        box-shadow: 0px 2px 16px 0px rgba(167,167,167,0.3);
        z-index: 101;
        height: 60px;
    }
    .about-nav{
        background: rgb(255, 254, 252) !important;
        height: 60px;
        padding: 0 15px !important;
    }
    .logo-green-logo{
        width: 240px;
    }
    .nav-list , .nav-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block;
    }
    .menu-icon{
        display: block;
        font-size: 25px;
    }
    .logo-img{
        display: none;
    }
    .logo-green-logo{
        display: block
    }
    .mobile-menu-box{
        display: block;
        width: 100%;
        background: #fff;
        z-index: 10;
        position: absolute;
        left: 0px;
        top: -700px;
        padding: 25px 15px;
        transition: all .5s;
    }
    .mobile-form{
        width: 100%;
        height: 40px;
        background: #F2F2F2;
        border-radius: 40px;
        margin-bottom: 20px;
    }
    .mobile-form input{
        border: none;
        outline: none;
        padding:0 10px;
        width: 90%;
        height: 100%;
        background-color: transparent;
    }
    .mobile-form i{
        color:#282D29 ;
    }

    .mobile-menu-list li a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #282D29;
        border-bottom: 1px solid #E5E5E5;
    }
    .mobile-menu-list li i{
        color: #999;
    }
    .mobile-menu-list li span i{
        color: #282D29;
        margin-right: 15px;
    }
    .mobile-login-btn{
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #F0F9F7;
        border-radius: 4px;
        text-align: center;
        color: #008A71;
        margin-top: 20px;
    }
    .login-box{
        width: 90%;
    }
    .login-box .login-form{
        padding:30px 20px;
    }
    .code-item{
        width: 60%;
    }
    .code-item input{
        width: 100%;
    }
    .login-form .code-box .code-text{
        width: 30%;
        height: 50px;
    }
    .login-box .login-btn{
       padding: 0 30px;
    }
    .top-box{
        height: 100px;
        /*background: url("/assets/images/new_list_bg.png") no-repeat 50% center;*/
        padding-right:10px;
        font-size: 16px;
        top: 60px;
    }
    .news-title-en{
        font-size: 14px;
    }

}


@media (min-width: 850px) and (max-width: 1670px) {
   .about-nav{
        padding: 0 15px;
    }
    .logo-box{
        width: 15%;
    }
    .logo-box img{
        width: 100%;
    }
    .about-nav .nav-list{
        width: 50% ;
    }
    .about-nav .nav-menu{
        width: 30%;
    }
    .about-nav .nav-list ul li{
        white-space: nowrap;
        font-size: 16px;
    }
    .news-tabs{
        width: 95%;
        padding: 0 20px;
    }
    .news-tab-list{
        white-space: nowrap;
    }
    .news-tab-list .news-tab-item{
        font-size: 16px;
        margin-right: 7%;
    }
}
