header {
    position: fixed;
    top: 0;left: 50%;width: 100%;
    z-index: 1000;background: #fff;
    transform: translateX(-50%);
    max-width: 1920px;
}
.placeholder-header{
    height: 1.25rem;
}
.header-top{
    height:0.35rem;line-height: 0.35rem;font-size: .15rem;padding: 0 0.4rem;background-color: #F3F3F3;color: #999999;
}
.code-red{
    color:#e70000;font-size: 0.16rem;margin-right: 0.1rem;
}
.shares-container{
    font-size: 0.16rem;float: left;height:90%;display: table;color: #666666;
}
.shares-detail{
    margin-top: 0.1rem;
}
.center-y{
    display: table-cell;vertical-align: bottom;
}
.header-container {
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}
.header-container:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}

.header-container .logo-box {
    float: left;
    height: 0.9rem;
    margin-right: 0.5rem;
}

.header-container .logo-box img {
    height: 80%;
    /*margin-top: 10%;*/
}

.nav {
    color: #595757;
    font-size: 0.26rem;
    /*margin-right: .38rem;*/
    height: 0.9rem;
}
.nav > ul{
    text-align:center;
    text-align-last: center;
    height: 0.9rem;
}
.nav > ul:after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.nav > ul > li {
    display: inline-block;
    height: 0.86rem;
    line-height:0.86rem;
    padding: 0 .08rem;
    position: relative;
    border-bottom: 0.04rem solid #fff;
    color: #333333;
    font-size: 0.18rem;
    margin: 0 0.08rem;
}
.nav > ul > li.active>a{
    height: 0.86rem;
    display: block;
    color: #0b6ec7;
    border-bottom: 0.04rem solid #0b6ec7;
    font-weight: bold;
}

.other-link-container {
    color: #0a6dc7;
    width: 1.6rem;
    font-size: 0.24rem;
    float: right;
    padding: .3rem 0 .1rem;
    margin: 0 -.1rem;
}

.other-link {
    float: right;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 0.1rem;
    position: relative;
    text-align: right;
    width: 1.5rem;
}

.other-link .iconfont {
    font-weight: lighter;
    font-size: 0.22rem;
}
.net-group:hover{
    cursor: pointer;
}
.net-group:hover ul{
    display: block;
}
.net-group ul{
    display: none;
    position: absolute;
    z-index: 1003;
    font-size: .18rem;
    line-height: 2;
    text-align: center;
    text-align-last: center;
    padding: .2rem;
    background-color: #FFFFFF;
    right: 0.04rem;
    width: 1.6rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
}
.net-group ul li{
    display: block;
    text-align: center;
    color: #595757;
    /* padding: 0 .2rem; */
    line-height: .5rem;
    border-bottom: 1px solid #fff;
}
.net-group ul li:hover{
    color: #0a6dc7;border-bottom: 1px solid #0a6dc7;
}
.net-group ul li a{
    display: block;
    color: inherit;
}

.pc-sub-nav{
    display: none;
    position: absolute;
    width: 2.7rem;
    left: -.65rem;
    top: .64rem;
    padding-top: .25rem;
    z-index: 1000;
    /*border-top: 1px solid #0a6dc7;*/
    background: #fff;
    transition: 0.3s;
}
.pc-sub-nav:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: .25rem;
    left: 0;
    background: #0a6dc7;
}
.pc-sub-nav .sub-nav-container{
    /*background: #0a6dc7;*/
    width: 100%;
    font-size: .18rem;
    line-height: 2;
    text-align: center;
    text-align-last: center;
    padding: .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
}
.pc-sub-nav a{
    display: block;
    text-align: center;
    color: #595757;
    /*padding: 0 .2rem;*/
    line-height: .5rem;
    border-bottom: 1px solid #fff;
}
.pc-sub-nav a:hover{
    color: #0a6dc7;border-bottom: 1px solid #0a6dc7;
}

.header-container .nav li[data-nav]:hover .pc-sub-nav{
    display: block;
}
.pc-sub-nav:hover{
    display: block;
}
.mobile-menu{
    float: right;
    display: none;
}
.mobile-menu .iconfont{
    font-size: .6rem;line-height: 1.5;color: #999999;
}

.mobile-nav{
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 100%;
    /*height: calc(100vh - 1.2rem);*/
    display: none;
    background: rgba(255,255,255,.9);
    /*margin: 0 -.25rem;*/
}
.mobile-nav:before{
    content: '';
    height: .1rem;
    width: 100%;
    display: block;
    background: #2266bf;
}
.mobile-nav.show{
    display: block;
}
.mobile-nav>a{
    display: flex;
    padding: .3rem .6rem;
    border-bottom: 1px solid #cbcbcb;
}
.mobile-nav>a .mobile-nav-radio{
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 1px solid #999;
    flex: none;
    margin: .12rem;
    position: relative;
}
.mobile-nav>a.active .mobile-nav-radio:after{
    content: '';
    width: 68%;
    height: 68%;
    border-radius: 50%;
    position: absolute;
    left: 16%;
    top: 16%;
    background: #3378b1;
}
.mobile-nav>a .mobile-nav-item{
    width: 100%;
    padding: 0 .2rem;
}
.mobile-nav-item .mobile-nav-name{
    font-size: .32rem;
    color: #0b6ec7;
    margin-bottom: .1rem;
}
.mobile-nav-item .mobile-nav-content{
    font-size: .26rem;color: #656565;
    word-break: keep-all;
}
.mobile-nav-item .mobile-nav-content span{
    margin-right: .3rem;line-height: 1.6;display: inline-block;
}
/*
@media screen and (min-width: 1025px) {
    .header-container{
        max-width: 96%;
    }
}*/
.skip-list{
    position: fixed;
    left: 0;top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-bottom: none;
    list-style: none;
    z-index: 998;
    transition: 0.3s;
    display: none;
}
.skip-list .btn-online {
    display: none;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 65px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.skip-list li{
    width: 60px;
    height: 60px;
    border-bottom:  1px solid #e7e7e7;;
}
.skip-list li img{
    width: 30px;
    height: 30px;
    margin-top: 15px;
}
.skip-list:hover{
    cursor: pointer;
}
.skip-code{
    position: fixed;width: 1px;z-index: 1000;left: -1px;top: 50%;transition: 0.5s;margin-top: -75px;
}
.left-active{
    left: 50%;
    height: 130px !important;
    width: 130px !important;
    margin-top: 0 !important;
    transform: translate(-50%,-50%);
}
.skip-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #333333;
    opacity: 0.3;
    transition: 0.5s;
}
.show-skip{
    left: 5px;
    transform: rotate(-90deg) !important;
}
.hide-list{
    left: -60px;
}
.language-group{
    float:right;line-height: 0.86rem;font-size: 0.18rem;color: #0B6EC7
}
.language-icon{
    height: 0.23rem;display: inline-block;vertical-align: text-bottom;margin-right: 0.1rem;
}
.language-mobile{
    display: none;
}
.br{
    display: none;
}
header:hover {
    z-index: 1003;
}
/*pad*/
@media screen and (min-width: 1024px) and (max-width: 1366px){
    .nav{
        margin-right: 0;
    }
}
@media screen and  (max-width: 1366px){
    .br{
        display: block;
    }
    .nav > ul > li{
        font-size: 0.22rem;
        margin: 0 0.04rem;
        padding: 0 0.04rem;
    }
    .placeholder-header{
        height: 1.3rem;
    }
    .header-container .logo-box {
        margin-right: 0.1rem;
    }
    .header-top{
        height:0.4rem;line-height: 0.4rem;
        font-size: .23rem;
    }
    .header-top img{
        height: 0.23rem !important;
        margin-top: -0.01rem!important;
    }
    .shares-detail{
        font-size: 0.2rem;
        margin-top: 0.01rem;
    }
    .code-red{
        font-size: 0.2rem;
    }
    .language-group-context{
        display: none;
    }
    .language-icon{
        margin-bottom: 0.02rem;
    }
    .language-group span{
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .br{
        display: none;
    }
    header{
        position: fixed;
        top: 0;
        left: 50%;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }
    .placeholder-header{
        display: none;
    }
    body{
        padding-top: 1.52rem;
    }
    .header-container{
        width: 100%;padding: .15rem .25rem;overflow: visible;
    }
    .header-container .other-link-container, .header-container .nav{
        display: none;
    }
    .mobile-menu{
        display: block;
    }

    .mobile-nav>a .mobile-nav-radio{
        width: .3rem;
        height: .3rem;
        margin: .18rem .16rem;
    }
    .mobile-nav-item .mobile-nav-name{
        font-size: .42rem;
    }
    .mobile-nav-item .mobile-nav-content{
        font-size: .32rem;
    }
    .language-group{
        font-size: 0.23rem;
    }
    .language-icon{
        height: 0.6rem;
        margin-top: 0.15rem;
        margin-right: 0.3rem;
    }
    .language-mobile{
        display: block;
    }
}

@media screen and (max-width:450px) {
    .shares-detail{
        float: left;
    }
    .header-top{
        height: 0.62rem;
        line-height: 0.62rem;
    }
    .header-top img{
        height: 0.35rem !important;
        margin-top: -0.01rem!important;
    }
    .net-group ul {
        width: 3.5rem;
    }
    .net-group ul li {
        line-height: .7rem;
    }
    .skip-list .btn-online {
        left: 45px;
        width: 12px;
        height: 12px;
    }
    .skip-list li{
        width: 40px;
        height: 40px;
    }
    .skip-list li img{
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }
    .hide-list{
        left: -40px;
    }
}
@media screen and (min-width: 1921px){
    .header-container {
        padding: 0;
    }
}