body{
    background: #fff;
    box-sizing: border-box;
}
.header-top{
    background: #8A8A8A;
    padding: 5px 0;
}
.header-top>div{
    color: #fff;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}
.header-cont{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
    padding: 20px;
}
.logo,.company-name{
    float: left;
    margin-top: 10px;
}
.logo{
    box-shadow: 7px 0 8px -8px #000;
    margin-right: 20px;
}
.logo>img{
    width: 180px;
}
.company-name>img{
    height: 42px;
}
.company-name>div{
    font-size: 12px;
    text-align: center;
}
.header-right{
    float: right;
}
.header-right>div{
    float: left;
}
.header-code{
    margin-right: 15px;
}
.header-code>span{
    float: left;
    font-size: 14px;
    color: #f00;
    width: 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.header-code>img{
    float: left;
    width: 80px;
}
.header-server{
    text-align: center;
    margin-top: 5px;
}
.header-server>span{
    font-size: 14px;
    color: #333;
}
.header-server>img{
    width: 25px;
    vertical-align: middle;
}
.header-num{
    font-weight: bold;
    font-size: 18px;
    color: #FF1511;
    text-align: center;
}
.header-tag{
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 30px;
    padding: 1px 10px;
}
.nav-list{
    background: #FF0601;
}
.nav-list>ul{
    width: 1200px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    /* overflow: hidden; */
}
.nav-list>ul>li>a{
    font-size: 14px;
    color: #fff;
    width: 70%;
    display: inline-block;
}
/* .nav-list>ul>li>a:hover{
    background: rgba(255, 255, 255, .7);
    color: #FF0601 !important;
    border-bottom: 1px solid #fff;
} */
.header-about>li>a:hover {
    /* display: block; */
    background: rgba(255, 255, 255, .7);
    color: #FF0601 !important;
    border-bottom: 1px solid #fff;
}


.nav-list>ul>li{
    float: left;
    width: 133px;
    text-align: center;
    position: relative;
}
/* .nav-list a::after{
    content: '|';
    position: absolute;
    color: #fff;
    top: -1px;
    right: 0;
} */

.header-about{
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 34px;
    z-index: 2;
    width: 62%;
    left: 20px;
    width: 70%;
    /* background: #000; */
}
.header-about a{
    color: #fff;
    width: 100%;
    display: inline-block;
}
.active{
    background: rgba(255, 255, 255, .7);
    color: #FF0601 !important;
    /* border-bottom: 1px solid #fff; */
}