.banner {
    width: 100%;
    height: 500px;
    background: url("../img/us/guanyu_02.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner .text1 {
    line-height: 66px;
    height: 66px;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 185px;
    color: #fff;
    z-index: 999;
}

.banner .text2 {
    line-height: 76px;
    height: 76px;
    font-size: 43px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 250px;
    color: #fff;
    z-index: 999;
}

.common-title {
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    text-align: center;
    color: #333;
    margin: 95px 0 57px;
}

.nav {
    width: 100%;
    height: 66px;
    box-shadow: 0px 7px 7px -7px #eee;
}

.nav ul {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav ul li {
    float: left;
    width: 200px;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.nav ul li:hover a {
    color: #30C8C6;
}

.nav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #E4E4E4;
    margin-top: 25px;
}
.curr {
    color: #11cc80 !important;
}
.honour-content {
    width: 1200px;
    margin: 0 auto 148px;
}

.honour-content > ul > li {
    margin-bottom: 93px;
}

.honour-content > ul > li:last-child {
    margin-bottom: 0;
}

.honour-content .title {
    overflow: hidden;
    margin-bottom: 30px;
    height: 44px;
}

.honour-content .title span:nth-child(1) {
    font-size: 50px;
    color: #e5e5e5;
    line-height: 44px;
    float: left;
    margin-right: 15px;
    height: 44px;
    transform: skew(-7deg);
    -webkit-transform: skew(-7deg);
    font-weight: 700;
}

.honour-content .title span:nth-child(2) {
    font-size: 16px;
    color: #333333;
    height: 44px;
    line-height: 30px;
    float: left;
    background: url("../img/ry_03.png") no-repeat left 32px;
}

.honour-list {
    overflow: hidden;
}

.honour-list li {
    float: left;
    width: 284px;
    margin: 0 20px 57px 0;
}

.honour-list li:nth-child(4n) {
    margin-right: 0;
}

.honour-list li.bottom0 {
    margin-bottom: 0;
}

.honour-list li .img-top {
    width: 284px;
    height: 160px;
}

.honour-list li .img-top img {
    width: 100%;
    height: 100%;
}

.honour-list li .des {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-top: 16px;
}