header{
    height: 90px;
    line-height: 90px;
    background: #000;
    width: 100%;
    border-bottom: 1px solid #81dcf7;
}
.header a,
.header a:link,
.header a:active{
    color: #fff;
    text-decoration: none;
}
.mb_list{
    display: none;
}
.logo01{
    width: 114px;
}
.logo02{
    width: 224px;
}
.no_td p:hover{
    text-decoration: none;
}
header .logo_box{
    float: left;
}
header .content_box{
    float: right;
    position: relative;
    transition: all .5s;
}
header .content_box.animation{
    padding-right: 100px;
}
header .content_box li{
    float: left;
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
    position: relative;
    padding: 0 8px;
    transition: all .5s;
    cursor: pointer;
    font-weight: 600;
}
header .content_box li a:hover{
    text-decoration: underline;
}
header .content_box li:last-child{
    margin-right: 0;
    /* padding-right: 0; */
}
header .content_box li.active::after{
    content: "";
    width: 100%;
    height: 3px;
    background: #81dcf7;
    position: absolute;
    left: 0;
    bottom: 0;
}
header .content_box li.page:hover::after{
    content: "";
    width: 100%;
    height: 3px;
    background: #81dcf7;
    position: absolute;
    left: 0;
    bottom: 0;
}
header .secondary_nav{
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    z-index: 99;
    display: none;
}
header .secondary_nav ul{
    float: right;
    width: 53%;
    padding-top: 40px;
    margin-right: 100px;
    display: none;
}
header .secondary_nav li{
    text-align: center;
    float: left;
    margin-left: 20%;
}
header .secondary_nav li:first-child{
    margin-left: 0;
}
header .secondary_nav li>img{
    width: 50px;
}
header .secondary_nav li p{
    font-size: 14px;
    color: #76c8e2;
    line-height: 1;
    font-weight: 600;
}
header .secondary_nav li p:hover{
    text-decoration: underline;
}
header .secondary_nav li .no_td p:hover{
    text-decoration: none;
}
header .close_nav{
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    transition: all .5s;
    display: none;
}
header .close_nav:hover{
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 1200px){
    .logo01{
        width: 71px;
    }
    .logo02{
        width: 140px;
    }
    header .content_box li{
        margin-right: 15px;
        font-size: 14px;
    }
    header .close_nav{
        width: 20px;
    }
    header .content_box.animation{
        padding-right: 60px;
    }
    header .secondary_nav ul{
        margin-right: 60px;
        width: 62%;
    }
    header .secondary_nav li{
        margin-left: 18%;
    }
    header .secondary_nav li p{
        font-size: 15px;
    }
}

@media (max-width: 992px){
    header .content_box li{
        margin-right: 10px;
        font-size: 12px;
    }
    header .content_box li{
        padding: 0 5px;
    }
    header .close_nav{
        width: 20px;
    }
    header .content_box.animation{
        padding-right: 30px;
    }
    header .secondary_nav ul{
        margin-right: 30px;
        width: 62%;
    }
    header .secondary_nav li{
        margin-left: 16%;
    }
    header .secondary_nav li p{
        font-size: 13px;
    }
    header .secondary_nav li img{
        width: 40px;
    }
}
@media (max-width: 768px){
    header{
        display: none;
    }
    nav{
        height: 50px;
        line-height: 50px;
        background: #000;
        border-bottom: 1px solid #81dcf7;
        width: 100%;
        position: relative;
    }
    nav .mb_logo{
        float: left;
    }
    .logo01{
        width: 59px;
    }
    .logo02{
        width: 114px;
    }
    nav .mb_icon{
        float: right;
    }
    nav .eye{
        width: 22px;
        margin-right: 15px;
        opacity: 0.5;
    }
    nav .eye.active{
        opacity: 1;
    }
    nav .open_icon{
        width: 20px;
        height: 20px;
    }
    .mb_list{
        background: #283848;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
        display: none;
    }
    .mb_list_left{
        display: inline-block;
        position: relative;
        height: 100%;
        background: #2c3e50;
    }
    .mb_list .mb_list_left li a{
        display: block;
        font-size: 14px;
        color: #727e8a;
        padding: 18px 40px 18px 30px;
        position: relative;
    }
    .mb_list .mb_list_left li.active a{
        color: #fff;
        background: #283848;
        font-weight: 600;
    }
    .mb_list .mb_list_left li.active a::after{
        content: "";
        background: url(../images/public/next_icon.png) no-repeat;
        background-size: 100% 100%;
        width: 6.75px;
        height: 11.25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }
    .mb_list_right{
        width: 60%;
        float: right;
        padding-top: 15px;
    }
    .mb_list_right ul{
        display: none;
    }
    .mb_list_right ul.active{
        display: block;
    }
    .mb_list_right li{
        margin-bottom: 40px;
    }
    .mb_list_right li a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .mb_list_right li img{
        width: 30px;
    }
    .mb_list_right li p{
        font-size: 14px;
        display: inline-block;
        color: #81dcf7;
        padding-left: 5px;
    }
}

.wx_body .header{
    display: none;
}
.wx_header{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 99999;
}
.wx_body .wx_header{
    display: inline-block;
}
.wx_btn{
    padding: 12px 7.5px;
    background: #71634d;
    border-radius: 3px;
    z-index: 999;
}
.wx_btn span{
    height: 3px;
    width: 30px;
    background: #fff;
    margin-top: 6px;
    border-radius: 3px;
    display: block;
}
.wx_btn span:first-child{
    margin-top: 0;
}
.wx_menu{
    padding: 2px 8px 8px;
    background: rgba(111, 92, 64, 0.8);
    position: absolute;
    bottom: 55px;
    right: 0;
    display: none;
}

.wx_menu.active{
    position: absolute;
    bottom: -298px;
}
.wx_menu.active01{
    right: auto;
}
.wx_menu.active01::after{
    right: auto;
    left: 10px;
}
.wx_menu::after{
    content: "";
    border: 5px solid;
    border-color: rgba(111, 92, 64, 0.8) transparent transparent;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.wx_menu.active::after{
    top: -10px;
    bottom: auto;
    border-color: transparent transparent rgba(111, 92, 64, 0.7) ;
}
.wx_menu a{
    display: block;
    font-size: 14px;
    padding: 12px 0;
    width: 80px;
    padding-left: 5px;
    color: #fff;
    border-bottom: 1px solid #8b7d66;
    border-top: 1px solid #6c4d2a;
    z-index: 999;
}
.wx_menu a:first-child{
    border-top: 0;
}
.wx_menu a:last-child{
    border-bottom: 0;
}