
.about-main {
    margin-bottom: 60px;
}

.about-main p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 0;
    text-indent: 28px;
}

.about-div {
    display: flex;
}

.about-div .left {
    width: 53.33%;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

.about-div .left img {
    width: 100%;
}

.about-div .right {
    width: 46.66%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0 50px 120px;
}

.about-div .right > div {
    width: 50%;
}

.about-div .right > div p:nth-child(1) {
    font-family: din;
    color: #e40001;
    display: flex;
    align-items: flex-end;
}

.about-div .right > div p:nth-child(1) n {
    font-family: din;
    font-size: 50px;
    line-height: 1;
}

.about-div .right > div p:nth-child(2) {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
}

.about-div .right > div p:nth-child(1) n:nth-child(2) {
    font-weight: initial;
    font-size: 30px;
    margin-bottom: 8px;
    margin-left: 10px;
}

.course {
    background-image: url("../images/fzlc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.course .title-center {
    margin-bottom: 75px;
}

.swiper-container-fzlc {
    color: #fff;
}

.swiper-container-fzlc .swiper-slide {
    height: 190px;
    width: 350px;
    position: relative;
}

.swiper-container-fzlc .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: calc(100% - 16px);
    background: #fff;
    display: block;
}

.swiper-container-fzlc .swiper-slide:nth-child(2n):after {
    bottom: 16px;
    height: calc(100% - 24px);
}

.swiper-container-fzlc .swiper-slide div {
    position: relative;
    padding: 0 50px;
}

.swiper-container-fzlc .swiper-slide div:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    transform: translateX(-50%);
}

.swiper-container-fzlc .swiper-slide:nth-child(2n):before {
    content: '';
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    transform: translateX(-50%);
}

.swiper-container-fzlc .swiper-slide:nth-child(2n) div:after {
    transform: translate(-50%, -50%);
}

.swiper-container-fzlc .swiper-slide:nth-child(2) {
    margin-left: 175px;
}

.swiper-container-fzlc .swiper-slide:nth-child(2n) div {
    padding-top: 50px;
}

.swiper-container-fzlc:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    transform: translate(-50%, -50%);
}

.swiper-button-next-fzlc, .swiper-button-prev-fzlc {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 18px 18px;
    margin-top: 0;
    opacity: 1 !important;
    transform: translateY(-50%);
}

.swiper-button-next-fzlc {
    right: 0;
}

.swiper-button-prev-fzlc {
    left: 0;
}

.swiper-container-fzlc .swiper-slide div p:nth-child(1) {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: Arial;
    font-weight: bold;
}

.swiper-container-fzlc .swiper-slide div p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    width: 75%;
    text-align: justify;
}

.honor .title-center div span {
    color: #121212 !important;
}

.swiper-container-honor .swiper-slide {
    width: auto;
    max-height: 265px;
    overflow: hidden;
}

.swiper-pagination-honor {
    position: relative;
    margin-top: 60px;
}

.swiper-pagination-honor span {
    width: 9px;
    height: 9px;
    margin: 0 7px;
    background: #e40001;
    border-radius: 0;
}

.about-contact {
    background-color: #f7f7f7;
    background-image: url("../images/about-bottom-bg.jpg");
    background-size: 30.2% 100%;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.about-contact .title-left span {
    opacity: .55;
}

.about-c-div {
    display: flex;
}

.about-c-div .left {
    width: 57.9%;
    padding-right: 85px;
}

.about-c-div .right {
    width: 47.9%;
    margin-right: -70px;
    background: #fff;
    padding: 60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;

}

.about-c-div .right div {
    width: 50%;
    padding: 65px 0;
}

.about-c-div .right div:hover i {
    transform: rotateY(180deg);
}

.about-c-div .right:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 120px);
    height: 2px;
    background: #eee;
    display: block;
    transform: translate(-50%, -50%);
}

.about-c-div .right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 120px);
    width: 2px;
    background: #eee;
    display: block;
    transform: translate(-50%, -50%);
}

.about-c-div .right div i {
    font-size: 60px;
    color: #e40001;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
    transition: .4s;
}

.about-c-div .right div:nth-child(2) i {
    font-weight: bold;
}

.about-c-div .right div p {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 0;
}

.about-c-div .left .title-left {
    margin-bottom: 90px;
}

.about-c-div .left p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-indent: 32px;
    margin-bottom: 50px;
}

.about-c-div .left p:nth-child(4) {
    display: flex;
    align-items: center;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    margin-top: 75px;
}

.about-c-div .left p i {
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    font-size: 36px;
    border: 1px solid #e40001;
    border-radius: 50%;
    display: inline-block;
    color: #e40001;
    margin-right: 30px;
}

@media (max-width: 1440px) {
}

@media (max-width: 1260px) {
    .about-div .left {
        width: 50%;
    }

    .about-div .right {
        width: 50%;
        padding-left: 50px;
    }

    .about-main {
        margin-bottom: 45px;
    }

    .about-c-div .right {
        width: 40%;
        margin-right: 0;
        padding: 25px;
    }

    .about-c-div .left {
        width: 60%;
        padding-right: 40px;
    }

    .about-c-div .right div {
        padding: 25px 0;
    }

    .about-c-div .left .title-left {
        margin-bottom: 45px;
    }

    .about-c-div .left p {
        line-height: 32px;
        margin-bottom: 25px;
    }

    .about-c-div .left p:nth-child(4) {
        margin-top: 45px;
        font-size: 24px;
    }

    .about-c-div .left p i {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 24px;
    }

    .index-footer .left {
        width: 15%;
    }

    .index-footer .center {
        width: 60%;
    }

    .index-footer .right {
        width: 25%;
    }

    .swiper-container-honor .swiper-slide img {
        max-width: 100%;
    }

    .swiper-container-honor .swiper-slide {
        display: flex;
        justify-content: center;
        background: #eee;
    }

    .about-c-div .right:before {
        height: calc((100% - 50px));
    }

    .about-c-div .right:after {
        width: calc((100% - 50px));
    }
}

@media (max-width: 991px) {
    .about-main p {
        line-height: 30px;
    }

    .title-left {
        margin-bottom: 25px;
    }

    .about-div {
        flex-wrap: wrap;
    }

    .about-div .left {
        width: 100%;
    }

    .about-div .right {
        width: 100%;
        padding: 25px 0 0;
    }

    .about-div .right > div {
        margin-bottom: 25px;
    }

    .about-main {
        margin-bottom: 25px;
    }

    .swiper-container-fzlc .swiper-slide {
        width: 300px;
        height: 150px;
    }

    .swiper-container-fzlc .swiper-slide:nth-child(2) {
        margin-left: 150px;
    }

    .swiper-container-fzlc .swiper-slide:nth-child(2n) div {
        padding-top: 25px;
    }

    .swiper-container-fzlc .swiper-slide div {
        padding: 0 25px;
    }

    .swiper-container-fzlc .swiper-slide div p:nth-child(2) {
        width: 85%;
    }

    .swiper-container-fzlc .swiper-slide div p:nth-child(1) {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about-c-div {
        flex-wrap: wrap;
    }

    .about-c-div .left {
        width: 100%;
        padding-right: 40%;
        background-image: url("../images/about-bottom-bg.jpg");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .about-c-div .right {
        width: 100%;
        margin-top: 50px;
    }

    .about-contact {
        background-image: none;

    }

    .swiper-pagination-honor {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {

    .swiper-button-next-fzlc, .swiper-button-prev-fzlc {
        width: 30px;
        height: 30px;
        background-size: 16px 16px;
    }

    .about-div .right > div p:nth-child(1) n {
        font-size: 40px;
    }

    .about-div .right > div p:nth-child(2) {
        font-size: 16px;
    }

    .about-c-div .left {
        background-image: none;
        padding-right: 0;
    }
}


@media (max-width: 414px) {
    .swiper-pagination-honor {
        margin-top: 15px;
    }

    .about-c-div .left .title-left, .title-center {
        margin-bottom: 25px !important;
    }

    .about-c-div .left p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .about-c-div .left p:nth-child(4) {
        font-size: 16px;
        margin-top: 25px;
    }

    .about-c-div .right {
        margin-top: 25px;
        padding: 15px;
    }

    .about-div .right > div:nth-child(3), .about-div .right > div:nth-child(4) {
        margin-bottom: 0;
    }

    .about-div .right > div p:nth-child(1) n {
        font-size: 35px;
    }

    .about-main p {
        line-height: 25px;
    }

    .about-div .right > div p:nth-child(2) {
        font-size: 14px;
    }

    .about-c-div .left p i {
        margin-right: 15px;
    }

    .about-c-div .right div i {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .about-c-div .right div p {
        font-size: 14px;
    }
}