/* .Enterprise {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.Enterprise_left {
    margin-right: 7.1vw;
    max-width: 51%;
}

.en_left_tit1 {
    /* font-size: 4.8rem; */
    /* font-size: 48px; */
    font-size: 36px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.en_left_tit2 {
    font-size: 24px;
    margin-top: 15px;
}

.en_left_desc {
    color: #676767;
    line-height: 32px;
    font-size: 16px;
    overflow-y: scroll;
}

.en_left_span {
    text-align: right;
    font-weight: 300;
    color: #999999;
    font-size: 45px;
    /* font-size: 4.5rem; */
    /* margin: 40px 0 50px; */
    margin: 0.2vw 0 1.5vw;
    position: relative;
}

.en_lspan_2 {
    font-size: 55px;
    font-family: DINPro;
    font-weight: 500;
    color: #2E3097;
}

.en_left_span::before {
    position: absolute;
    left: -260px;
    top: 56%;
    transform: translate(0, -50%);
    height: 1px;
    background-color: #CCCCCC;
    width: 97%;
    content: " ";
}


/*浼佷笟鏂囧寲*/

.culture_all {
    background-image: url('../images/about/a2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about_tit {
    padding-bottom: 50px;
    font-size: 36px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #010101;
    text-align: center;
}

.culture_list {
    display: flex;
}

.culture_one {
    width: 19%;
    margin-right: 2%;
    color: white;
    position: relative;
    cursor: pointer;
}

.culture_one:last-child {
    margin-right: 0;
}

.culture {
    padding-bottom: 100px;
}

.cul_one_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    padding: 20px;
    text-align: center;
    transition: .5s ease;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
}

.co_text_p1 {
    margin: 10px 0;
}

.con_desc {
    display: none;
    /* opacity: 0; */
    text-align: center;
}

.con_desc_line {
    display: inline-block;
    text-align: center;
    width: 1px;
    height: 18px;
    background: #FFFFFF;
    margin-bottom: 4px;
}

.culture_one:hover .con_desc {
    /* opacity: 1; */
    display: block;
}

.culture_one:hover .cul_one_text {
    transition: .5s ease;
    transform: translateY(0px);
    background-color: rgba(13, 76, 199, .85);
    /* background-color: rgba(46, 48, 151, .8); */
}

.con_desc_t {
    max-height: 180px;
    overflow-y: scroll;
}


/*鍙戝睍鍘嗙▼*/

.history_all {
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: url(../images/about/a3.png);
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
}

.history_all .about_tit {
    color: white;
}

.history_top {
    width: 737px;
    max-width: 100%;
}

.history_top_one {
    padding: 15px 4vw;
    color: white;
    background-color: rgba(46, 48, 151, .8);
    text-align: center;
    font-size: 14px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hone_t1 {
    /* font-size: 30px; */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper-button-lock {
    display: block;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    /* top: 60%; */
}

.swiper-button-next {
    right: 16px;
}

.swiper-button-prev {
    left: 16px;
}

.hone_text {
    max-height: 100px;
    overflow-y: scroll;
    font-size: 16px;
}


/* .z_img {
    opacity: 0;
} */

.history_line {
    height: 586px;
    position: relative;
    padding-top: 60px;
    background-image: url(../images/about/cs.png);
    background-repeat: no-repeat;
    /* background-repeat: repeat-x; */
    background-position: 260px 15px;
    margin-top: 20px;
}

.line_img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: white;
    text-align: center;
    line-height: 111px;
}

.line_img img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.history_line {
    color: white;
}

.history_line_one {
    font-size: 36px;
    font-weight: bold;
    /* text-align: center; */
    position: absolute;
    left: 0;
    top: 149px;
}

.line_year {
    margin-top: 15px;
    text-align: center;
}

.history_line_one:nth-child(2) {
    left: 407px;
    top: 97px;
}

.history_line_one:nth-child(3) {
    left: 836px;
    top: 68px;
}

.history_line_one:nth-child(4) {
    left: 1143px;
    top: 209px;
}

.history_line_one:nth-child(5) {
    left: 1422px;
    top: -51px;
}

.history_line_one:nth-child(6) {
    left: 1712px;
    top: 250px;
}
.history_line_one:nth-child(7) {
    left: 2012px;
    top: -40px;
}
.history_line_one:nth-child(8) {
    left: 2312px;
    top: 210px;
}

.honorary_all {
    padding-bottom: 80px;
}

.honorary_one_top {
    padding: 7px 26px;
    background-color: white;
    text-align: center;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.honorary_one {
    background: #F5F5F5;
    padding: 15px 15px 0;
    text-align: center;
    /* height: 365px; */
    height: 19.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.honorary_one_top img {
    max-height: 90%;
}

.honorary_one_bottom {
    padding: 20px 0 10px;
    font-size: 14px;
    color: #333;
}

.honorary_al {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-left: 90px;
    padding-right: 90px; */
}

.honorary_list {
    margin: 0 60px;
}

.Enterprise_right {
    float: right;
    max-width: 40%;
}

.Enterprise_right img {
    width: 100%;
}

.Enterprise_left {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}


/*0324淇敼*/

.history_line .change_this_fs .line_year {
    /* color: #2E3097; */
    color: rgba(255, 255, 255, .6);
}

a {
    display: block;
}

@media(max-width:1670px) and (min-width:1024px) {
    .history_line {
        /* background-position: 137px 15px; */
        /* background-position: 4.1vw 15px; */
    }
}

@media(min-width:1024px) {
    .cul_one_text {
        min-width: 200px;
    }
    .swiper-button-prev1,
    .swiper-button-next1 {
        width: 43px;
        height: 43px;
        flex-shrink: 0;
    }
}

@media(max-width:1024px) {
    .p80 {
        padding-top: 30px;
    }
    .history_top {
        width: 100%;
    }
    .Enterprise {
        display: block;
        margin-top: 10px;
        padding: 30px 15px 0;
    }
    .en_left_tit1 {
        font-size: 20px;
    }
    .en_left_tit2 {
        font-size: 14px;
    }
    .Enterprise_left,
    .Enterprise_right {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .en_lspan_1,
    .en_lspan_2 {
        font-size: 30px;
    }
    .en_left_span {
        margin: 0.2vw 0 0.5vw;
    }
    .en_left_span::before {
        left: -169px;
    }
    .Enterprise_left {
        margin-right: 0;
        padding-right: 15px;
        height: auto !important;
        margin-top: 20px;
    }
    .en_left_desc {
        max-height: none !important;
        font-size: 13px;
        line-height: 24px;
    }
    .about_tit {
        font-size: 24px;
        padding-bottom: 24px;
    }
    .culture_all {
        background-image: url(../images/about/a2_m.png);
        background-size: cover;
    }
    .q_img {
        width: 100%;
    }
    .culture_list {
        display: block;
    }
    .culture_one {
        width: 100%;
        margin-right: 0;
        background-color: #FFFFFF;
        margin-bottom: 20px;
    }
    .culture_one:last-child {
        margin-bottom: 0;
    }
    .con_desc_t {
        display: block;
        padding: 24px;
        text-align: center;
        color: #666666;
        font-size: 14px;
    }
    .culture {
        padding-bottom: 52px;
    }
    .history_top_one {
        height: 231px;
        display: block;
        padding: 20px 4vw;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: auto;
        bottom: 10%;
    }
    .swiper-button-next {
        right: 33%;
    }
    .swiper-button-prev {
        left: 33%;
    }
    /* .hone_t2 {
        max-height: 66px;
    } */
    .history_all {
        background-size: cover;
    }
    .line_img img {
        width: 78px;
        height: 78px;
    }
    .line_img {
        width: 90px;
        height: 90px;
        line-height: 83px;
    }
    .history_line {
        padding-top: 10px;
        padding-left: 15px;
        height: 225px;
        background-position: 60px 15px;
        background-image: url(../images/about/honor_m1.png);
    }
    .line_year {
        font-size: 24px;
        margin-top: 5px;
    }
    .history_line_one {
        top: 57px;
    }
    .culture_one_img {
        width: 100%;
    }
    .history_line_one:nth-child(2) {
        top: 30px;
    }
    .history_line_one:nth-child(4) {
        top: 25px;
    }
    .history_line_one:nth-child(5) {
        top: 0;
    }
    .history_line_one:nth-child(6) {
        top: 0;
    }
    .honorary_list {
        margin: 0 20px;
        width: 67%;
    }
    .s-img {
        width: 35px;
        height: 35px;
    }
    /* .honorary_one_top {
        padding: 6px 19px;
    } */
    .honorary_all {
        padding-bottom: 50px;
    }
    /*0324鏂板*/
    .hone_t1 {
        font-size: 22px;
    }
    .hone_text {
        max-height: 92px;
        height: 91px;
        font-size: 14px;
    }
    .honorary_one {
        height: 300px;
    }
    .honorary_one_bottom {
        padding: 15px 0 10px;
    }
}