.th-banner {
    width: 100%;
    height: 540px;
    background-image: url(../img/new/honors/honors_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.th-banner section {
    text-align: center;
    margin-top: 220px;
    position: relative;
}

.th-banner section h2 {
    font-size: 60px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
}

.th-banner section h2::before {
    content: '';
    width: 220px;
    height: 8px;
    background: #f1a230;
    position: absolute;
    z-index: -1;
    bottom: 10px;
    margin-left: -5px;
    left: calc(50% - 105px);
}

.th-banner section p {
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
    margin-top: 12px;
}

.honors {
    /* width: 80%;
    margin: 0 10%; */
    margin-top: 120px;
}

.honors .container .title {
    margin-bottom: 40px;
}

.honors .container .content p {
    line-height: 25px;
    color: #666;
}

.certificate {
    text-align: center;
    margin-top: 115px;
}

.honors .container .certificate .title {
    margin-bottom: 60px;
}

.img {
    overflow: hidden;
    text-align: center;
}

.img:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img {
    zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    /* margin-bottom: 47px; */
}

.img.line4 li {
    width: 24.5%;
    min-width: unset;
}
.img.line5{
    margin-bottom: 240px;
}
.img.line5 li {
    width: 49.8%;
    min-width: unset;
}
.img li {
    /* float: left; */
    display: inline-block;
    width: 33%;
    min-width: 370px;
}

.img li p {
    margin-top: 25px;
    color: #152952 !important;
    font-size: 18px;
    font-weight: bold;
}

/**/
.Copyright {
    margin-top: 115px;
    text-align: center;
}

.Copyright .title {
    text-align: center;
}

/*轮播图*/
.box {
    margin-top: 20px;
    width: 100%;
    height: 462px;
    position: relative;
}

.box1 {
    margin-top: 20px;
    width: 100%;
    height: 467px;
    position: relative;
    margin-bottom: 240px;
}

.list {
    width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -600px;
}

.list ul {
    height: 500px;
}

.btn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 30px;
    /* height: 50px; */
    line-height: 40px;
    font-size: 20px;
    color: #152952;
    text-align: center;
    background: #eaf4ff;
    cursor: pointer;
}

.prev {
    /* left: -100px; */
}

.next {
    /* right: -100px; */
    right: 0;
}

.run_li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    transition: all 0.3s ease-out;
}

.run_li a {
    height: 450px;
    width: 300px;
}

.Copyright .box img {
    /* width: 751px;
    height: 300px; */
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10 {
    transform: translate3d(30%, 0, 0) scale(0.95);
    opacity: 1;
    z-index: 1;
}

.p11 {
    transform: translate3d(50%, 0, 0) scale(0.95);
    opacity: 1;
    z-index: 2;
}

.p12 {
    transform: translate3d(70%, 0, 0) scale(0.95);
    opacity: 1;
    z-index: 3;
}

.p13 {
    transform: translate3d(90%, 0, 0) scale(0.95);
    opacity: 1;
    z-index: 4;
}

.p2 {
    transform: translate3d(110%, 0, 0) scale(0.95);
    z-index: 5;
    opacity: 1;

}

.p1 {
    transform: translate3d(130%, 0, 0) scale(0.95);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 6;
}

/*p3为中间项*/
.p3 {
    transform: translate3d(0, 0, 0) scale(1);
    z-index: 7;
    opacity: 1;
    left: 37%;
    /**/
}

.p4 {
    transform: translate3d(170%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 6;
}

.p5 {
    transform: translate3d(190%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 5;
}

.p6 {
    transform: translate3d(210%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 4;
}

.p7 {
    transform: translate3d(230%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 3;
}

.p8 {
    transform: translate3d(250%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 2;
}

.p9 {
    transform: translate3d(270%, 0, 0) scale(0.95);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 1;
}

.buttons {
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

.buttons a {
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}

.Copyright .text {
    width: 100%;
    color: #152952;
    font-size: 18px;
    text-align: center;
    margin-bottom: 238px;
    margin-top: -36px;
}