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

.info-all {
    width: 80%;
}

.info-title {
    font-size: 36px;
    color: #2C2C2C;
}

.info-contetn {
    font-size: 15px;
    line-height: 30px;
    color: #2C2C2C;
    margin: 30px 0;
}

.count_list {
    display: flex;
    padding: 25px 0;
}

.count_list_one {
    width: 25%;
    border-right: 1px solid #BEBEBE;
    font-size: 18px;
    color: #6D6D6D;
    padding-left: 2.3vw;
}

.count_list_one:last-child {
    border: none;
}

.color_1 {
    color: #DF0615;
}

.count_num {
    font-size: 74px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.count_j {
    font-size: 63px;
    font-family: Source Han Sans CN;
    margin-left: 10px;
}

.count_o2 {
    margin: -10px 0;
}


/*企业文化*/

strong {
    font-weight: bold;
}

.about2_center_all {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.about2_c_left {
    width: 40%;
    line-height: 40px;
}

.about2_c_right {
    width: 60%;
}


/*荣誉资质*/

.about3_center {
    /* display: flex; */
    position: relative;
}

.a3_div_o {
    width: 18.5%;
    background-color: white;
    padding: 10px 0 30px;
    max-height: 609px;
    overflow-y: scroll;
}

.a3_div_o a {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 13px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 18px;
    color: #484848;
}

.a3_center {
    width: 44.5vw;
    /* margin: 0 17px; */
    background-image: url(../images/about/zhantai.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 568px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.a3_center_a {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.a3_img_o {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}

.a3_center .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    margin-top: 1%;
    /* transform: scale(0.8); */
}

.a3_center .swiper-button-prev:after {
    content: '';
}

.a3_center .swiper-button-next:after {
    content: '';
}

.a3_center .swiper-slide-next {
    margin-top: 2.2%;
    right: 15%;
}

.a3_center .swiper-slide-prev {
    margin-top: 2.1%;
    left: 15%;
}

.a3_center .swiper-slide-active,
.a3_center .swiper-slide-duplicate-active {
    transform: scale(1.2);
    margin-top: 0% !important;
    z-index: 9;
}

.slide_one {
    position: relative;
}

.slide_one span {
    position: absolute;
    display: none;
}

.change_s_active {
    color: #DF0615 !important;
}

@media(max-width:1024px) {
    .info_all_1 {
        background-image: none;
    }
    .info-all {
        width: 100%;
    }
    .info-title {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }
    .info-contetn {
        margin: 10px 0;
        color: #787878;
        font-size: 13px;
        line-height: 23px;
    }
    .count_list_one {
        width: 33.33%;
        border-right: none;
        font-size: 12px;
        padding-left: 0vw;
    }
    .count_num {
        font-size: 44px;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei
    }
    .count_j {
        font-size: 37px;
        margin-left: 0;
    }
    .count_o2 {
        margin: -5px 0;
    }
    /*企业文化*/
    .about2_center_all {
        display: block;
        margin-top: 10px;
    }
    .about2_c_left,
    .about2_c_right {
        width: 100%;
    }
    .about2_c_left {
        line-height: 33px;
    }
    /*荣誉资质*/
    .about3_center {
        display: block;
    }
    .a3_div_o,
    .a3_center,
    .a3_center_a {
        width: 100%;
    }
    .a3_div_o {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        background-color: transparent;
    }
    .a3_div_o a {
        border: none;
        width: 32%;
        /* margin-right: 2%; */
        margin: 0 2% 0 0;
        font-size: 13px;
        color: #484848;
        padding: 8px;
        background-color: #EDEDED;
        margin-bottom: 8px;
    }
    .a3_div_o a:nth-child(3n) {
        margin-right: 0;
    }
    .a3_center {
        position: static;
        transform: translate(0, 0);
        margin: 0px 0px 25px;
    }
    .a3_center_a,
    .a3_center {
        height: 300px;
    }
    .n_img {
        width: 10px;
    }
    /* .a3_left a {
        float: left;
        display: inline-block;
    }
    .a3_right a {
        float: right;
        display: inline-block;
    } */
}

@media(max-width:320px) {
    .count_num {
        font-size: 40px;
    }
}