.honor {
    padding: 110px 0;
    display: flex;
}

.honor .left {
    width: 600px;
    margin-left: calc((100% - 1200px) / 2);
    position: relative;
}

.honor .right {
    width: 50%;
}

.swiper-container-h .swiper-slide {
    padding-left: 30px;
}

.swiper-container-h .swiper-slide p:nth-child(1) {
    font-size: 26px;
    line-height: 1;
    color: #000000;
    margin-bottom: 45px;
    position: relative;
}

.swiper-container-h .swiper-slide p:nth-child(1):after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 5px;
    height: 100%;
    border-radius: 25px;
    display: block;
    background: #70bc49;
}

.swiper-container-h .swiper-slide p:nth-child(1) n {
    color: #4d7a7c;
}

.swiper-container-h .swiper-slide p:nth-child(1) ~ p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 15px;

}

.swiper-container-h2 .swiper-slide {
    width: 55.2%;
}

.swiper-container-h2 .swiper-slide img {
    width: 100%;
}

.swiper-button-next-h span {
    width: 100%;
    height: 100%;
    background-size: 15px 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev-h span {
    width: 100%;
    height: 100%;
    background-size: 15px 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next-h, .swiper-button-prev-h {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: none;
    background: linear-gradient(135deg, #548871, #73b45e);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
}

.swiper-button-disabled.swiper-button-prev-h, .swiper-button-disabled.swiper-button-next-h {
    background: #fff;
}

.swiper-button-disabled.swiper-button-prev-h span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234d7a7c'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-disabled.swiper-button-next-h span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234d7a7c'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next-h {
    left: 100px;
    right: auto;
    bottom: 30px;
    top: auto;
    margin-top: 0;
}

.swiper-button-prev-h {
    left: 30px;
    right: auto;
    bottom: 30px;
    top: auto;
    margin-top: 0;
}