body {
    font-family: "汉仪大黑简";
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

ul,
li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.wrap {
    width: 100%;
    overflow-x: hidden;
}

.top {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 101px;
    /* max-width: 1920px; */
    min-width: 1280px;
    width: 100%;
    background-color: #252525;
}

.top .leftul {
    width: 902px;
    height: 101px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    background-color: #252525;
}

.top .leftul li {
    /* font-family: 微软雅黑, sans-serif; */
    color: rgb(255, 255, 255);
    /* font-size: 12px; */
    text-align: center;
    width: 171px;
    height: 93px;
    line-height: 93px;
    float: right;
}

.top .leftul li a {
    width: 171px;
    height: 93px;
    display: inline-block;
    color: #FFFFFF;
}

.top .centerul {
    position: absolute;
    left: 50%;
    margin-left: -58px;
    width: 116px;
    height: 101px;
    background-color: #252525;
}

.top .centerul .logo {
    position: relative;
    width: 171px;
    height: 93px;
}

.top .centerul .logo .owl {
    position: absolute;
    left: 20%;
    margin-left: -20px;
    width: 98px;
    height: 104px;
    z-index: 3;
    top: 12px;
}

.top .centerul .logo .sanjiao img {
    width: 171px;
    height: 93px;
}

.top .rightul {
    width: 902px;
    height: 101px;
    position: absolute;
    right: 50%;
    margin-right: -960px;
    background-color: #252525;
    overflow: hidden;
}

.top .rightul li {
    /* font-family: 微软雅黑, sans-serif; */
    color: rgb(255, 255, 255);
    /* font-size: 12px; */
    text-align: center;
    float: left;
    width: 171px;
    height: 93px;
    line-height: 93px;
}

.top .rightul li a {
    width: 171px;
    height: 93px;
    display: inline-block;
    color: #FFFFFF;
}

.top li {
    border-top: 8px solid #252525;
    cursor: pointer;
}

.top li:hover {
    border-top: 8px solid #46d2e9;
}