.antitop{
    width: 100%;
    height: 80px;
    min-width: 1636px;
    background: rgba(0, 0, 0, 0.32);
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 99;
}
.antitop-url{
    margin-left: 37%;
}
.antitop-url ul{
    display: flex;


}
.antitop-url ul li{
    margin-left: 50px;
    cursor: pointer;
    font-size: 20px;
    color: #FEFEFE;
    position: relative;
}
.antitop-img{
    margin-left: 5%;
    cursor: pointer;
}

.antitop-url ul li:hover{
    font-weight: bold;
}
.antitop-url ul li:hover::after{
    content: '';

    position: absolute;
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    left: 36%;
    bottom: 0;
    margin-bottom: -8px;
}

.hover-effect{
    font-weight: bold;

}
.hover-effect::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    left: 36%;
    bottom: 0;
    margin-bottom: -8px;

}





.antibottom{
    width: 100%;
    height: 166px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;


}
.antibottom-content{
    width: 442px;
    height: 80px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;

}
.antibottom-content div{
    text-align: center;
}

.antibottom-content a{
    color: #fff;
}
