.haderht {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
}

.hesder {
    width: 1060px;
    margin-left: 20px;
}

.hesder .top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hesder .top .top-img {
    float: left;
    width: 201px;
    height: 100px;
    line-height: 97px;
    text-align: center;
}

.hesder .top .top-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.hesder .top h1 {
    display: inline-block;
    margin-top: 22px;
    margin-left: 26px;
    height: 50px;
    line-height: 50px;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0;
}

.hesder .top .top-right {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    text-align: right;
    max-width: 250px;
    height: 70px;
    overflow: hidden;
}

.hesder .top .top-right .right-img {
    float: right;
    width: 18px;
    height: 18px;
    line-height: 15px;
    margin-top: 2px;
    margin-right: 10px;
    text-align: center;
}

.hesder .top .top-right .right-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.hesder .top .top-right span {
    float: right;
    font-size: 16px;
}

.hesder .top .top-right p {
    font-size: 34px;
    display: inline-block;
    margin-top: 10px;
}

.hesder .middle {
    background: #fff;
    width: 1060px;
    margin: 0 auto;
    height: 63px;
}

.hesder .middle ul {
    height: 44px;
}

.hesder .middle ul li {
    float: left;
}

.hesder .middle ul li.active {
    width: 139px;
    background: #AFAFAF;
}

.hesder .middle ul li.active a {
    background: #AFAFAF;
    width: 139px;
}

.hesder .middle ul li a:hover {
    color: #fff;
    background: #8A8A8A;
}

.hesder .middle ul li a {
    display: inline-block;
    width: 115px;
    height: 44px;
    line-height: 44PX;
    background: #D4D4D4;
    text-align: center;
}

.hesder .middle ul li a .key {
    float: right;
    width: 1px;
    height: 44px;
    background: #AFAFAF;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
}

.hesder .middle ul li.active>a {
    background: #8A8A8A;
}

.hesder .middle ul li.active>a>span {
    color: #fff;
}

.hesder .banner {
    width: 100%;
    /* height: 270px; */
    overflow: hidden;
}

.hesder .banner .layui-carousel>[carousel-item]>.layui-this {
    width: 100%;
    height: 280px;
    text-align: center;
    line-height: 277px;
}

.hesder .banner .layui-carousel>[carousel-item]>.layui-this img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.hesder .banner .layui-carousel>[carousel-item]>* {
    width: 100%;
    height: 280px;
    text-align: center;
    line-height: 277px;
}

.hesder .banner .layui-carousel>[carousel-item]>* img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}