
.about-div, .about-div2 {
    display: flex;
}

.about-div2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -110px;
    margin-bottom: 20px;
}

.about-div .left {
    padding-right: 80px;
    padding-top: 80px;
}

.about-div .about-title {
    font-size: 30px;
    line-height: 42px;
    color: #000;
    margin-bottom: 50px;
}

.about-div p, .about-div2 p {
    font-size: 14px;
    line-height: 32px;
    color: #888888;
}

.about-div2 .left {
    padding-left: 65px;
}
.about-div2 .left1 {
    padding-top: 200px;
}
.about-div .left, .about-div2 .left {
    width: 42.3%;
}

.about-div .right, .about-div2 .right {
    width: 57.7%;
    -moz-box-shadow: 0px 5px 75px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 5px 75px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 75px rgba(0, 0, 0, 0.33);
}

.about-div .right img, .about-div2 .right img {
    width: 100%;
}

.culture-main {
    width: 100%;
    height: 925px;
    display: flex;
    flex-wrap: wrap;
    background-image: url("../images/culture1.jpg");
    background-attachment: fixed;
    background-size: cover;

}

.culture-item {
    width: 33.33%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .4s;
    color: #fff;
    padding: 0 5.3%;
}

.culture-item p {
    transition: .4s;
}

.culture-main .active {
    background: #15709d;
}

.culture-item p:nth-child(1) {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 25px;
}

.culture-item p:nth-child(2) {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.culture-item p:nth-child(3) {
    height: 24px;
    overflow: hidden;
    transition: .4s;
    margin-bottom: 24px;
}

.culture-item p:nth-child(3) i {
    font-size: 24px;
    line-height: 1;
}

.culture-item p:nth-child(4) {
    width: 50%;
    height: 1px;
    background: #fff;
    transition: .4s;
}

.culture-item p:nth-child(5) {
    height: 0;
    overflow: hidden;
    transition: .4s;
    font-size: 16px;
    text-align: center;
}

.culture-item.active p:nth-child(5) {
    height: 60px;
    overflow: hidden;
}

.culture-item.active p:nth-child(4) {
    width: 100%;
    margin-bottom: 40px;
}

.culture-item.active p:nth-child(3) {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}

.swiper-container-honor .swiper-wrapper {
    padding-bottom: 65px;
    align-items: flex-end;
}

.swiper-container-honor .swiper-slide {
    -webkit-box-reflect: below 15px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 50px);
}

.swiper-container-honor .swiper-slide img {
    width: 100%;
}

.swiper-container-honor .swiper-slide p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.honor-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 75px;
}

.swiper-button-next-honor, .swiper-button-prev-honor {
    opacity: 1 !important;
    background: none;
    position: absolute;
    width: auto;
    height: auto;
    left: -100px;
    top: -300px;
    margin: 0 20px;
}

.swiper-button-next-honor {
    transform: rotateY(180deg);
    left: auto;
    right: -100px;
}

.swiper-button-next-honor i, .swiper-button-prev-honor i {
    font-size: 20px;
    line-height: 1;
    color: #15709d;
}

.honor-button .swiper-button-disabled i {
    color: #07a600;
}

/*-------------------en--------------------*/
.about-div2_en {
    margin-top: 80px;
    align-items: center;
}
.about-div2_en .left{
    padding-bottom: 0;
}

@media (max-width: 1440px) {
    .swiper-button-next-honor, .swiper-button-prev-honor {
        left: 0;
        right:0;
    }

}

@media (max-width: 1360px) {
    .about-div2 {
        margin-top: -140px;
    }
    .about-div2_en{
        margin-top: 80px;
    }

    .about-div .left {
        padding-top: 60px;
        padding-right: 60px;
    }

    .about-div .about-title {
        font-size: 30px;
        margin-bottom: 45px;
    }

    .culture-item p:nth-child(1) {
        font-size: 30px;
    }

    .culture-item p:nth-child(2) {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .culture-main {
        height: 100vh;
    }
}

@media (max-width: 1230px) {
    .about-div .left, .about-div2 .left {
        width: calc(50% - 25px);
    }

    .about-div .right, .about-div2 .right {
        width: calc(50% - 25px);
    }

    .about-div2 {
        margin-top: 50px;
        align-items: center;
    }

    .about-div .left {
        padding-top: 0;
        padding-right: 0;
    }

    .about-div2 .left {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: ;
    }
   .about-div2 .left1 {
        padding-top: 0;
    }
    .about-div, .about-div2 {
        justify-content: space-between;
    }

    .about-div .about-title {
        font-size: 24px;
        line-height: initial;
    }

    .culture-item p:nth-child(1) {
        font-size: 24px;
    }

    .culture-item.active p:nth-child(4) {
        margin-bottom: 25px;
    }

    .culture-item p:nth-child(2) {
        font-size: 16px;
    }

    .culture-main {
        height: calc(100vh * 0.8);
    }

}

@media (max-width: 991px) {
    .about-div, .about-div2 {
        flex-wrap: wrap;
    }

    .about-div .left, .about-div2 .left {
        width: 100%;
    }

    .about-div .right, .about-div2 .right {
        width: 100%;
        box-shadow: none;
        margin-top: 25px;
    }

    .about-div2 {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .about-div .about-title br {
        display: none;
    }

    .about-div .about-title {
        margin-bottom: 25px;
    }

    .culture-main {
        height: 500px;
    }
   .swiper-button-next-honor, .swiper-button-prev-honor {
        top:-240px;
    }

}

@media (max-width: 767px) {
    .honor-button {
        margin-top: 15px;
    }

    .swiper-container-honor .swiper-slide {
        -webkit-box-reflect: below 15px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 25px);
    }

    .about-div .left br, .about-div2 .left br {
        display: none;
    }

    .about-div .about-title {
        font-size: 18px;
    }

    .culture-item p:nth-child(1) {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .culture-item p:nth-child(2) {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .culture-item.active p:nth-child(4) {
        margin-bottom: 10px;
    }

    .culture-item {
        width: 50%;
        height: 33.33%;
    }

    .culture-item p:nth-child(3) i {
        font-size: 14px;
    }

    .culture-item p:nth-child(3) {
        height: 20px;
        margin-bottom: 10px;
    }

    .culture-item.active p:nth-child(5) {
        font-size: 14px;
    }
    .swiper-button-next-honor, .swiper-button-prev-honor {
        top:-180px;
    }
.swiper-button-next-honor i, .swiper-button-prev-honor i {
    font-size: 12px;
}
}