.about1_tit {
    font-size: 24px;
    color: #000000;
    display: flex;
    align-items: center;
}

.about1_all {
    height: 37vw;
    background: no-repeat center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about1_tit_time {
    padding: 5px 20px;
    color: white;
    text-align: center;
    margin-left: 40px;
    /*background-color: #B90012;*/
    background-image: url('/skins/demo/images/f1111.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    min-width: 150px;
}

.about1_desc {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 30px 0 0;
    padding-bottom: 30px;
    max-height: 24vw;
    overflow: scroll;
}

.about2_all {
    height: 300px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    flex-direction: column;
}

.about2_one_t1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.about2_list {
    display: flex;
    overflow: hidden;
}

.about2_one {
    /* padding: 0 0px 0 90px; */
    border-right: 1px solid white;
    min-width: 20%;
    max-width: 40%;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    position: relative;
    display: flex;
    justify-content: center;
}

.about2_one_all {
    padding: 0 15px;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}

.about2_one:last-child {
    border-right: none;
}

.about3_white_img {
    text-align: right;
    /* padding: 134px 0 100px; */
}

.about3_1 {
    padding: 7vw 0 5vw;
    display: flex;
    justify-content: flex-end;
}

.about3_white_img {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 100%); */
    width: 50%;
    position: relative;
}

.about3_white_img img {
    opacity: 0;
}

.about3_1_text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
}

.about3_1_text1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.about3_1_info {
    overflow: scroll;
    max-height: 10vw;
}

.about-tit {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.about_anav {
    display: flex;
    margin-top: 40px;
}

.about_anav_one {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 25px 0;
    background-image: url(../images/about/a5.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.about_aone_active {
    background-image: url(../images/about/a6.png);
}

.about_alist_one {
    text-align: center;
    margin: 4vw 0 10px;
    display: none;
}

.about_alist_active {
    display: block;
}

.show_d {
    animation: fadeInUps 1s;
    -moz-animation: fadeInUps 1s;
    /* -webkit-animation: fadeInUps 1s; */
    -o-animation: fadeInUps 1s;
}

.about_Honorary {
    padding-bottom: 40px;
}

.about_Honorary .about-tit {
    color: white;
}

.about_Honorary_list {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 70px; */
    margin-top: 3vw;
}

.aHonorary_one {
    width: 23%;
    margin-right: 2.6%;
    /* height: 95px;
    line-height: 95px; */
    padding: 38px 10px;
    /* background: rgba(255, 255, 255, .22); */
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 35px;
    cursor: pointer;
    position: relative;
    /* transform: rotateY(0deg);
    transition: transform .8s; */
}

.aHonorary_one::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .22);
    content: " ";
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform .8s;
    /* opacity: 0; */
}

.aHonorary_one:hover::after {
    opacity: 1;
    transform: rotateX(180deg);
    /* background: rgba(255, 255, 255, .42); */
}

.about_partner {
    padding-bottom: 30px;
}

.about_partner_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-top: 3vw;
    width: 100% !important;
}

.about_plist_one {
    /* width: 9.3%; */
    /* margin-right: 2%; */
    /* padding: 0 2.9rem; */
    padding: 0 10px;
    text-align: center;
    border: 0.1rem solid #EBEDF0;
    height: 7rem;
     line-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
    transition: all 0.5s ease;
    cursor: pointer;
}

.about_plist_one img {
    transition: 0.5s;
}

.about_plist_all {
    height: 275px;
    /* height: 20vw; */
}

.about_partner_fa {
    position: relative;
    padding-bottom: 30px;
}

.about_partner_fa .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #BCBCBC;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: #B90012 !important;
}

.about_plist_one:hover img {
    transition: 0.5s;
    /* transform: scale(1.09); */
}

.about_plist_one:hover {
    /* box-shadow: 0 5px 25px rgba(17, 41, 128, 0.5); */
    transform: translateY(-10px);
    transition: all 0.5s ease;
    border: 1px solid #779aff;
    box-shadow: 0px 4px 10px 0px rgba(119, 119, 119, 0.4);
}
/*0527新增*/

.about_qi {
    padding-bottom: 0;
}

.about_qlist_all {
    margin-top: 3vw;
}

.about_alone {
    cursor: pointer;
}

.about_alone_imgall {
    width: 100%;
    /* height: 270px; */
    height: 13.3vw;
    overflow: hidden;
}

.about_alone_img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.about_alone_desc {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
}

.about_alone:hover .about_alone_img {
    transition: .5s;
    transform: scale(1.09);
}


/*0527 end*/

@media (min-width:1024px) {
    .aHonorary_one:nth-child(4n) {
        margin-right: 0;
    }
    .about_plist_one:nth-child(9n) {
        margin-right: 0;
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .about_plist_all {
        height: 20vw;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .about_plist_all {
        height: 21vw;
    }
}

@media (max-width:1024px) {
    .about1_all {
        height: auto;
        background-image: url('./images/about/a9.png');
    }
    .about1_desc {
        margin: 0;
        max-height: none;
        font-size: 13px;
        /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
        /* font-weight: 400; */
        color: #666666;
        line-height: 21px;
        letter-spacing: .6px;
    }
    .about1_tit {
        display: block;
        font-size: 20px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #000000;
    }
    .about1_all {
        padding: 35px 30px 59.8vw;
    }
    .about1_tit_time {
        /*min-width: 94px;*/
        min-width: 115px;
        /* width: 94px; */
        margin-left: 0;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        margin: 10px 0;
        padding: 7px 20px;
    }
    .about2_all {
        height: 204px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
    .about2_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        height: 100%;
    }
    .about2_one {
        width: 100%;
        border: none;
        max-width: none;
        min-width: auto;
        display: block;
    }
    .about2_one_t1 {
        font-weight: bold;
        font-size: 20px;
    }
    .about2_one_all {
        font-size: 14px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    }
    .about3_1 {
        height: 217px;
        align-items: center;
    }
    .about3_white_img {
        width: 100%;
        height: 100px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    }
    .about3_1_text {
        font-size: 12px;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #222;
        top: 50%;
        /* left: 63%; */
        transform: translate(0, -50%);
        right: 0;
        margin-right: 15px;
        left: auto;
        max-width: 90%;
        max-height: 95%;
        overflow: scroll;
    }
    .about3_1_text1 {
        color: #222;
        font-size: 16px;
        font-weight: 400;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }
    .about3_1_info {
        max-height: none;
        overflow: auto;
    }
    .about-tit {
        margin-top: 10px;
        font-size: 20px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    }
    .about_anav {
        margin-top: 18px;
    }
    .about_anav_one {
        width: 48%;
        margin-right: 4%;
        padding: 12px 0;
        font-size: 14px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
    }
    .about_anav_one:nth-child(2n) {
        margin-right: 0;
    }
    .about_alist_one {
        margin: 30px 0;
    }
    .about_architecture {
        background-image: url('../images/about/a11.png');
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-top: 25px; */
        padding-bottom: 25px;
    }
    .about_Honorary_list {
        margin-top: 20px;
    }
    .aHonorary_one {
        width: 100%;
        padding: 22px 10px;
        font-size: 14px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        /* font-weight: bold; */
        margin-bottom: 10px;
    }
    .about_Honorary {
        background-image: url('./images/about/a12.png');
    }
    .aHonorary_one:last-child {
        margin-bottom: 0;
    }
    .about_partner_fa {
        margin-top: 10px;
    }
    .about_plist_one {
        height: 70px;
        line-height: 70px;
        padding: 0;
        margin-bottom: 0;
    }
    .about_plist_all {
        height: 174px;
    }
    .about_partner_fa .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #BCBCBC;
        opacity: 1;
    }
    /*0527 新增*/
    .about_qlist_all {
        margin-top: 15px;
    }
    .about_alone_imgall {
        height: 200px;
    }
    .about_alone_desc {
        font-size: 14px;
        padding: 10px;
        /* font-weight: bold; */
    }
    .case-info-all {
        padding-top: 30px;
    }
}