.flex_box{
    display: flex;
    align-items: center;
}
.headTop{
    width: 1520px;
    margin: 0px auto;
    position: relative;
    font-size: 16px;
}
@media screen and (max-width: 1920px) {
    .headTop{
        width: 1520px;
    }
}
@media screen and (max-width: 1600px) {
    .headTop{
        width: 1420px;
    }
}
@media screen and (max-width: 1440px) {
    .headTop{
        width: 1200px;
    }
}
.nav_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px 2px;
    line-height: 26px;
}
.nav_box>span{
    /*font-size: 16px;*/
    color: #fff;
}
.nav_box a{
    /*font-size: 16px;*/
    color: #fff;
    margin-left: 20px;
    display: none;
}
.nav_box a.btn_styl{
    width: 80px;
    height: 26px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    font-size: 14px;
    color: #0000FF;
}
.nav_box a.showBtn{
    display: block;
}

.imglog_box{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31.57%;
    max-width: 480px;
    max-height: 200px;
    text-align: center;
    pointer-events: none;
}
.imglog_box>a{
    display: block;
    max-height: 114px;
}
#navWrapper{
}
#navWrapper > .container_nav {
    display: flex;
    margin: 0px -30px;
}
.nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 7px 0;
}
.nav>li:nth-of-type(8n+5){
    margin-left: 31.57%;
}
.nav>li{
    width: 8.55375%;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
}
/*.nav>li:last-child{*/
/*    margin-left: 0px;*/
/*}*/
/*#navWrapper > .container_nav>ul:nth-of-type(2n+1)>li{*/
/*    margin-right: 10px;*/
/*}*/
/*#navWrapper > .container_nav>ul:nth-of-type(2n+1)>li:last-child{*/
/*    margin-right: 0px;*/
/*}*/
/*#navWrapper > .container_nav>ul:nth-of-type(2n)>li{*/
/*    margin-left: 10px;*/
/*}*/
/*#navWrapper > .container_nav>ul:nth-of-type(2n)>li:last-child{*/
/*    margin-left: 0px;*/
/*}*/
.nav li a{
    box-sizing: border-box;
    color: #fff;
    /*font-size: 20px;*/
    padding: 6px 0px 10px 0px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: 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;*/
/*}*/
.searchbtn_box{
    position: absolute;
    z-index: 9;
    right: 0px;
    height: 100%;
    width: 40%;
    top: 0px;
    box-shadow: 0px 0px 16px 0px rgba(0,133,255,0.16);
    background: #0000FF;
    display: none;
}
/*.iconfont.openinput{
    font-size: 32px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .iconfont.openinput{
        right: 20px;
    }
}*/
/*.fixed_search{
    width: 498px;
    border: 1px solid rgba(255,255,255,.8) !important;
    background: #0000FF;
    border-radius: 20px;
    padding-right: 40px;
    position: absolute;
    right: 78px;
    top: 40px;
}
.fixed_search input{
    height: 38px;
    width: 100%;
    border: none;
    padding: 0px 20px;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    font-size: 18px;
}
.fixed_search button{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.fixed_search button i{
    font-size: 24px;
    color: #fff;
}
.fixed_search .close_btn{
    position: absolute;
    right: -38px;
    top: 5px;
    font-size: 24px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.7);
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.fixed_search .close_btn i{
    display: block;
    position: absolute;
    left: 5px;
}*/
.headnavFixed{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 102;
    min-height: 114px;
    background: #fff;
}
.headnavFixed>div{
  max-width: 1920px;
    margin: 0px auto;
    position: relative;
}
.headnavFixed+*{
    margin-top: 114px;
}
.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;
    line-height: 36px;
    width: 8.55375%;
    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;
    padding: 0px;
    /*font-size: 18px;*/
}
.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;
}

.header__domain-links,.header__domain-links .title>i {
    color: #fff;
}

/* 顶部咨询 */
.newhead_right_link {
    font-size: 32px;
    color: #666;;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.fixed_search {
    width: 38px;
    background: none;
    border: none !important;
}
.fixed_search button {
    color: #fff !important;
}
.newhead_search_module {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1600px) {
    .fixed_search{
        right: 10px;
    }
}