.haderht {
    width: 100%;
    background: #fff;
}

.hesder {
    width: 1100px;
    margin: 0 auto;
}

.hesder .top {
    margin-left: 26px;
}

.hesder .top .top-img {
    float: left;
    width: 201px;
    height: 100px;
    line-height: 97px;
    text-align: center;
    margin-top: 10px;
}

.hesder .top .top-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.hesder .top .t-right {
    float: right;
    margin-right: 22px;
    margin-top: 52px;
}

.hesder .top .t-right ul li {
    float: left;
    margin-left: 22px;
}

.hesder .top .t-right ul li a {
    height: 17px;
    line-height: 17px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9D9D9D;
    letter-spacing: 0;
}

.hesder .top .t-right ul li a:hover {
    color: #FAE522;
}

.hesder .middle {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
}

.hesder .middle ul {
    float: left;
    width: 80%;
    padding-bottom: 14px;
    overflow: auto;
    margin-top: 10px;
}

.hesder .middle ul li {
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 0 1%;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #414141;
    letter-spacing: 0;
}

.hesder .middle ul li a {
    display: block;
}

.hesder .middle ul li a span {
    display: block;
}

.hesder .middle ul li.active i {
    display: block;
    width: 100%;
    height: 4px;
    background: #FAE522;
    margin-top: 6px;
}

.hesder .middle h1 {
    width: 20%;
    float: right;
    height: 17px;
    line-height: 17px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9D9D9D;
    letter-spacing: 0;
    margin-top: 10px;
}

.haderht .key {
    width: 100%;
    height: 10px;
    margin-top: 4px;
    background: #FAE522;
}