/*公司简介*/

.about_brief {
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_brief_right {
    position: relative;
    text-align: right;
    /* padding-bottom: 80px; */
}

.abr_img2 {
    /* width: 248px;
    height: 276px; */
    display: inline-block;
}

.abr_z {
    /* width: 363px;
    height: 437px; */
    display: inline-block;
}

.abr_img1 {
    position: absolute;
    right: 180px;
    top: 130px;
    /* width: 363px;
    height: 437px; */
}

.abl_tit {
    font-size: 36px;
    color: #333333;
}

.abl_desc {
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    margin-top: 30px;
}

.about_brief_left,
.about_brief_right {
    width: 48%;
}


/*荣誉资质*/

.about_title {
    font-size: 36px;
    text-align: center;
    color: #333333;
}

.about_hlone {
    padding: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 93, 163, 0.1000) 0px 0px 30px 1px;
    transition: .5s;
}

.about_hlone_top {
    padding: 10px;
    text-align: center;
    border: 1px solid #D9E1E8;
    height: 242px;
    /* height: 12vw; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_hlone_top img {
    max-height: 97%;
}

.about_hlone_bt {
    padding: 16px 16px 0;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.swiper_all {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    position: relative;
}

.about_honall {
    width: 100%;
    padding: 30px;
}

.ah_jt {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 88;
}

.ah_jt_left {
    left: -30px;
    right: auto;
}

.swiper-slide-prev,
.swiper-slide-duplicate-prev {
    box-shadow: none;
}

.about_plist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.about_plone {
    width: 18.4%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .5s;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.about_plone:hover .about_plone_img1 {
    /* opacity: 1;
    animation: move .5s 0s infinite; */
    /* transition: .5s;
    transform: rotate(0deg) translateX(0); */
}


/* .about_plone:hover .about_plone_img2 {
    opacity: 0;
} */

.about_plone:hover .about_plone_img2 {
    transition: .5s;
    transform: scale(1.09);
}

.about_plone_img1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0s;
    /* transform: rotate(-10deg) translateX(-10px); */
    opacity: 0;
}

.about_plone_img2 {
    /* transition: 0s; */
    transition: .5s;
}


/*发展历程*/

.about_history .about_title {
    color: #fff;
}

.about_hislist {
    margin-top: 70px;
    display: flex;
    color: #fff;
    align-items: center;
}

.about_hisleft {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 40%;
    margin-right: 50px;
}

.about_hisleft img {
    width: 100%;
}

.ahist_text {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
}

.ahist_tjt {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.ahist_tjt_line {
    width: 1px;
    height: 22px;
    background-color: #fff;
    margin: 0 16px;
}

.about_hisright {
    /* padding-left: 50px; */
    margin: 0;
    width: 100%;
}

.ahis_lone {
    display: flex;
    align-items: baseline;
    opacity: 0;
    height: 0;
}

.about_hisright .swiper-slide-active {
    display: flex;
    height: auto;
    opacity: 1;
}

.ahis_lone_t1 {
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.ahis_lone_t1 img {
    margin-left: 10px;
}

.ahis_lt2list {
    /* height: 24vw; */
    overflow: auto;
    min-width: 500px;
}

.ahis_lone_t2 {
    font-size: 16px;
    display: flex;
    margin-left: 20px;
    margin-bottom: 30px;
}

.ahlone_time {
    /* margin-right: 50px; */
    margin-right: 5px;
    flex-shrink: 0;
    width: 17%;
}

.ahist_tjt_right,
.ahist_tjt_left {
    display: inline-block;
}

.time_b1img {
    animation: jtd2 18s linear infinite;
    border-radius: 50%;
}

@keyframes jtd2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*企业愿景*/

.about_vision {
    background-color: #F6F7FA;
}

.about_vlist {
    display: flex;
    margin-top: 50px;
}

.about_vlone {
    /* width: 32%; */
    width: 23.73%;
    /* height: 21.9vw;
    min-height: 350px; */
    height: 420px;
    position: relative;
    margin-right: 2%;
    transition: .5s;
    cursor: pointer;
    transition: .5s;
    overflow: hidden;
}

.about_vlone_all {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.about_vlone::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: 100%;
}

.about_vlone:hover .about_vlone_all {
    transform: scale(1.09);
    transition: .5s;
}

.about_vlone_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding: 30px 10px;
    z-index: 8;
}

.avlone_desc {
    /* opacity: 0;
    height: 0; */
    font-size: 14px;
    line-height: 24px;
}

.vlone_this {
    width: 49%;
}

.vlone_this .avlone_desc {
    opacity: 1;
    height: auto;
}


/*董事长致辞*/

.about_zclist {
    padding: 0 50px;
    display: flex;
    margin-top: 60px;
    position: relative;
    align-items: flex-end;
}

.about_zlimg {
    position: relative;
    z-index: 9;
}

.about_zcleft {
    position: relative;
    /* width: 50%; */
    flex-shrink: 0;
    text-align: center;
    width: 24%;
}

.about_zcleft::after {
    bottom: 0;
    left: 50%;
    position: absolute;
    width: 121%;
    height: 54px;
    background-color: rgba(186, 220, 251, 1);
    content: " ";
    transform: translateX(-50%);
}

.about_zcright {
    line-height: 32px;
    /* padding-left: 190px; */
    text-indent: 2em;
    text-align: justify;
    padding-left: 9.9vw;
    padding-right: 4vw;
    padding-bottom: 20px;
}

.gmore_all {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    margin-top: 5px;
}

.gmore_all .ah_gethide {
    display: none;
}

.ahis_lot2_desc {
    text-align: justify;
}

@media(min-width:1024px) {
    .about_plone:nth-last-child(1),
    .about_plone:nth-last-child(2),
    .about_plone:nth-last-child(3),
    .about_plone:nth-last-child(4),
    .about_plone:nth-last-child(5) {
        margin-bottom: 0;
    }
    .about_hlone:hover {
        transform: translateY(-10px);
        transition: .5s;
    }
    .about_plone:nth-child(5n),
    .about_vlone:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1300px) and (min-width:1024px) {
    .about_hlone_top {
        height: 12vw;
        min-height: 180px;
    }
    .about_hisleft {
        margin-right: 30px;
    }
    .ahist_text {
        font-size: 48px;
    }
}

@media(max-width:1400px) and (min-width:1024px) {
    .about_zcright {
        padding-bottom: 0;
        padding-right: 0;
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    .ah_jt {
        right: -20px;
    }
    .ah_jt_left {
        left: -20px;
    }
}

@media(max-width:1024px) {
    .about_brief {
        display: block;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .about_brief_left,
    .about_brief_right {
        width: 100%;
    }
    .about_brief_right {
        height: 342px;
    }
    .abl_tit {
        font-size: 20px;
    }
    .abl_desc {
        font-size: 13px;
        line-height: 32px;
        margin-top: 10px;
    }
    .abr_img2 {
        height: 176px;
        width: 158px;
    }
    .abr_img1 {
        width: 232px;
        height: 279px;
        left: 0;
        top: 83px;
    }
    .about_brief_left {
        padding: 0px 15px 18px;
    }
    .about_title {
        font-size: 20px;
    }
    .swiper_all {
        margin-top: 25px;
    }
    .about_honall {
        padding: 0;
    }
    .about_hlist {
        display: flex;
        flex-wrap: wrap;
    }
    .about_hlone {
        width: 48%;
        margin-bottom: 20px;
        margin-right: 4%;
        padding: 6px;
    }
    .about_hlone:nth-child(2n) {
        margin-right: 0;
    }
    .about_hlone_bt {
        padding: 10px 10px 4px;
        font-size: 13px;
    }
    /*合作伙伴*/
    .about_plist {
        margin-top: 20px;
    }
    .about_plone {
        width: 49%;
        margin-bottom: 0;
    }
    .about_plone:nth-child(2n) {
        margin-right: 0;
    }
    /*发展历程*/
    .about_swiper .swiper-slide-active {
        display: block;
        color: #fff;
    }
    .ahis_lone {
        display: block;
        height: auto;
        opacity: 1;
    }
    .about_swiper {
        margin-top: 20px;
    }
    .ahis_lone_time {
        font-size: 18px;
        font-weight: bold;
        color: rgba(255, 255, 255, .7);
        border-bottom: 1px solid transparent;
        display: inline-block;
    }
    .ahis_lolist {
        padding: 30px 15px 0;
        font-size: 14px;
        color: rgba(255, 255, 255, .9);
    }
    /* .about_swiper .swiper-slide-active .ahis_lolist {
        height: auto;
        opacity: 1;
    } */
    .ahis_lotime {
        margin-bottom: 4px;
    }
    .ahis_lolone {
        margin-bottom: 15px;
    }
    .active_time {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }
    /*企业愿景*/
    .about_vlist {
        margin-top: 24px;
        display: block;
    }
    .about_vlone {
        width: 100%;
        margin-bottom: 24px;
        /* height: 220px; */
        height: 59vw;
        max-height: 400px;
        margin-right: 0;
    }
    .about_vlone_text {
        padding: 24px 5px;
        font-size: 16px;
    }
    .avlone_desc {
        font-size: 12px;
        padding: 0 10px;
    }
    .vlone_this {
        /* height: 342px; */
        height: 91.2vw;
    }
    /*董事长致辞*/
    .about_zclist {
        display: block;
        margin-top: 24px;
        padding: 0;
    }
    .about_zcright {
        padding: 0;
        font-size: 13px;
        color: #333333;
        line-height: 32px;
        padding: 0 15px;
    }
    .about_zcleft {
        width: 100%;
        margin-top: 25px;
    }
    .about_zlimg {
        width: calc(100% - 60px);
    }
    .about_zcleft::after {
        width: 100%;
        height: 40px;
    }
    .about_zc {
        padding-bottom: 50px;
    }
}

@media(max-width:767px) {
    .about_hlone_top {
        height: 133px;
        padding: 6px;
    }
}