* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: 2px rgba(255, 255, 255, 0.44) solid;
    z-index: 100;
    background: rgba(60, 60, 60, 0.5);
}

.headerbox {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerbox ul {
    margin-left: 330px;
}

.navli {
    float: left;
    list-style: none;
    width: 100px;
    height: 36px;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;

}

.nav {
    width: 100px;
    height: 36px;
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}

.headeric {
    border: 2px solid #fff;
    height: 32px;
    line-height: 32px;
    width: 96px;
}

.logo {
    width: 180px;
}

.login {
    width: 100px;
    height: 36px;
    background: #046CC8;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}

.login:hover {
    background: #48A1EF;
}

.login:active {
    background: #1854C2;
}

.login a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.headera {
    color: #fff;
    width: 96px;
    height: 32px;
    line-height: 32px;
}

/*分类标题样式*/
.con_title {
    width: 100%;
    height: 100px;
    padding-top: 80px;
}

.con_tit {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(4, 108, 200, 1);
}

.con_eng {
    padding-top: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.line {
    width: 40px;
    height: 4px;
    background: #046CC8;
    margin-top: 10px;
}

.info {
    padding-top: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}

.title {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 50px;
}
.footer{
    background: #26272d;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


