.headTop{
    background: #fff;
    font-size: 16px;
}
.nav_box{
    background: #F6F6F6;
    line-height: 36px;
    min-height: 44px;
}
.nav_box>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
}
.nav_box a{
    /*font-size: 12px;*/
    color: #333;
    margin-left: 16px;
    display: none;
}
.nav_box a.text_color{
    color: #00B150;
    /*font-size: 14px;*/
    font-weight: 700;
}
.nav_box a.btn_styl{
    width: 76px;
    text-align: center;
    background: #00B150;
    /*font-size: 14px;*/
    color: #fff;
    font-weight: 700;
}
.nav_box a.showBtn{
    display: block;
}
.flex_box{
    display: flex;
    align-items: center;
}
/*.fixed_search {*/
/*    width: 300px;*/
/*    height: 36px;*/
/*    background: #fff;*/
/*    border: 1px solid #00B150;*/
/*    border-radius: 18px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-shrink: 0;*/
/*    overflow: hidden;*/
/*    font-size: 14px;*/
/*}*/
/*.fixed_search input {*/
/*    height: 100%;*/
/*    padding-left: 10px;*/
/*    flex: 1;*/
/*    border: none;*/
/*    !*border-radius: 22px 0px 0px 22px;*!*/
/*}*/
/*.fixed_search button {*/
/*    width: 40px;*/
/*    height: 36px;*/
/*    font-size: 20px;*/
/*    color: #1BAD55;*/
/*    background: transparent;*/
/*    border-radius: 0px 22px 22px 0px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/
/*.fixed_search button i{*/
/*    font-size: 22px;*/
/*}*/
/*.fixed_search .close_btn {*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    top: 50%;*/
/*    margin-top: -12px;*/
/*    font-size: 20px;*/
/*    color: #1BAD55;*/
/*    border: 1px solid #1BAD55;*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    background: #fff;*/
/*    box-sizing: border-box;*/
/*}*/
/*.fixed_search .close_btn i{*/
/*    line-height: 24px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 3px;*/
/*}*/
.imglog_box{
    /*width: 1200px;*/
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    box-sizing: border-box;

}
.imglog_box img{
    max-height: 80px;
}
.imglog_box>div{
    display: flex;
    align-items: center;
}
.imglog_box>a{
    display: block;
    max-height: 80px;
    max-width: 750px;
}

.login_plat{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /*background: #00B150;*/
    border-radius: 4px;
    display: block;
    color: #00B150;
    margin-left: 10px;
    font-size: 14px;
}
/*.login_plat:hover{*/
/*    color: #00B150;*/
/*}*/
#navWrapper{
    /*background: linear-gradient(180deg, #00B150 0%, #04833D 100%);*/
    background: #00B150;
}
#navWrapper > .container_nav {
    display: flex;
    justify-content: center;
    background: #00B150;
}
.nav{
    /*width: 1200px;*/
    margin: 0px auto;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    /*font-size: 18px;*/
}
.nav li{
    width: 12.5%;
    font-size: 18px;
}
.nav li a{
    box-sizing: border-box;
    padding: 0px 4px;
    min-height: 54px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav li a>span{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.nav li.active a{
    background: rgba(0,0,0,0.2000);
    font-weight: 700;
    text-align: center;

}
.headnavFixed{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 102;
}
.headnavFixed+*{
    margin-top: 174px;
}
.second_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
}
.second_menu li {
    height: 54px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}
.second_menu li a {
    padding: 0 20px;
}
.second_menu li.active {
    color: #00B150;
    font-weight: bold;
    border-bottom: 3px solid #00B150;
}
.moreMenu{
    position: relative;
    min-height: 54px;
    line-height: 54px;
    width: 12.5%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.moreMenu>div{
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(41, 50, 255, 0.16);
    display: none;
}
.moreMenu:hover>div{
    display: block;
}
.moreMenu>div:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    margin-left: -8px;
    left: 50%;
}
.moreMenu>div>li{
    width: 100%;

}
.moreMenu>div>li a{
    color: #333;
    min-height: 40px;
    line-height: 40px;
}
.moreMenu>div>li a:hover{
    background: #f2f2f2;
    color: #333;
}
.moreMenu>div>li.active a{
    background: #2932E1;
    font-weight: 400;
    color: #fff;
}
.moreMenu>div>li.active .new_mark,.moreMenu>div>li.active .hot_mark{
    color: #fff;
}
.moreMenu>div>li .new_mark,.moreMenu>div>li .hot_mark{
    color: red;
}

