.footer3 {
    margin-left: 7vw;
}

.about_time {
    display: flex;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    /* justify-content: center; */
}

.at_o {
    width: 25%;
    text-align: center;
    position: relative;
    /* border-right: 1px solid #D9D9D9; */
}

.at_o::after {
    position: absolute;
    width: 10px;
    height: 66px;
    content: "";
    background: url(../images/about/line.png) no-repeat 100% 100%;
    z-index: -1;
    right: 0;
    top: 22px;
}

.at_o:last-child::after {
    content: '';
    background: none;
}

.at_o_p1_span1 {
    font-size: 60px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
}

.at_o_p1_span2,
.at_o_p2 {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.at_o_p2 {
    margin-top: 16px;
}

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


/*公司介绍*/

.about_js {
    /* background: no-repeat center/cover; */
    /* padding: 10px 0; */
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    position: relative;
}

.about_js_all {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) !important;
    width: 57%;
    color: #FFFFFF;
}

.aj_p1 {
    font-size: 36px;
}

.aj_d1 {
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    margin: 15px 0 30px;
}

.aj_p2 {
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 20px;
}

.aj_d2 {
    line-height: 28px;
    max-height: 300px;
    overflow-y: scroll;
    text-align: justify;
}


/*发展历程*/

.about_fa {
    background: no-repeat center/cover;
    padding: 80px 0;
}

.af_info_one {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.af_io_text {
    /* position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%); */
    color: #FFFFFF;
    padding: 2%;
    background-color: #0096DB;
    border-radius: 20px;
    width: 660px;
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 65px 0;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
}

.af_iot_p1 {
    font-weight: bold;
    font-size: 36px;
}

.af_iot_p2 {
    font-size: 18px;
    opacity: .8;
    margin: 20px 0 10px;
}

.af_iot_p3 {
    opacity: .8;
    font-size: 14px;
}

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

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

.about_fa .swiper-button-next {
    background-image: url('../images/about/rt.png');
}

.about_fa .swiper-button-prev {
    background-image: url('../images/about/lt.png');
}

.about_fa .swiper-button-next,
.about_fa .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
}

.about_fa .swiper-button-next:after,
.about_fa .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.about_fa .swiper-button-prev:after,
.about_fa .swiper-rtl .swiper-button-next:after {
    content: '';
}


/*步骤条*/

.af_step {
    padding: 0 80px;
    overflow-x: scroll;
}

.af_step_one {
    display: flex;
    align-items: center;
    width: 12.5% !important;
}

.af_step_one_a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #999999;
    font-size: 16px;
}

.af_step_check {
    display: none;
}

.af_step_wz {
    opacity: 0;
}

.af_step_one.on .af_step_wz {
    display: block;
    opacity: 1;
}

.af_step_one.on .af_step_text {
    font-weight: bold;
    color: #0096DB;
    font-size: 18px;
}

.af_step_one.show_s .af_step_line {
    background-color: #0096DB;
}

.af_step_one.show_s .af_step_check {
    display: block;
}

.af_step_one.show_s .af_step_no {
    display: none;
}

.af_step_line {
    width: 100px;
    height: 2px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    background: #D9D9D9;
    margin: 0 20px;
}

.af_step_check,
.af_step_no {
    margin: 10px;
}

.af_step_one:last-child .af_step_line {
    display: none;
}


/*企业理念*/

.about_ln {
    margin: 80px 0 70px 0;
    /* background-color: ; */
}

.about_ln_title {
    text-align: center;
    font-size: 36px;
    color: #333333;
}

.aln_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.aln_li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 20px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07999999821186066);
    cursor: pointer;
}

.aln_center_img1 {
    opacity: 0;
}

.aln_center_img2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.aln_bottom {
    position: relative;
    padding: 40px 0;
}

.aln_bottom_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* margin-top: 30px; */
    width: 90%;
    margin: 30px auto 0;
}

.aln_top {
    overflow: hidden;
}

.aln_top img {
    /* max-height: 210px; */
    width: 100%;
    transition: all 0.5s;
}

.aln_li:hover .aln_top img {
    transform: scale(1.09);
    transition: all 0.5s;
}

.aln_bottom_text_p1 {
    font-size: 18px;
    color: #333333;
}

.aln_bottom_text_p2 {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}


/*组织架构*/

.about_zj {
    position: relative;
}

.about_img {
    width: 100%;
}

.about_zj_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
}

.about_zj_text_p1 {
    font-size: 36px;
    margin-bottom: 5px;
    opacity: .9;
}

.about_zj_text_p2 {
    line-height: 28px;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.zj_show_more {
    width: 160px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: white;
    border-radius: 26px;
    border: 1px solid white;
    margin-top: 40px;
    opacity: .8;
    transition: all .5s;
}

.zj_show_more:hover {
    color: white;
    background-color: #0096DB;
    transition: all .5s;
}


/*荣誉资质*/

.about_ry {
    position: relative;
    background: no-repeat center/cover;
    padding: 100px 0 80px;
}

.about_ry_all {
    /* margin: 5% 0; */
    /* position: absolute;
     left: 0;
     top: 0; */
    width: 100%;
}

.about_ry_title {
    text-align: center;
}

.about_ln_info {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
}

.about_ln_li {
    text-align: center;
    width: 24%;
    margin-right: 1.33%;
    transition: all 0.5s ease;
}

.about_ln_li:nth-child(4n) {
    margin-right: 0;
}

.about_ln_li_p {
    margin-top: 20px;
    color: #333333;
    font-size: 16px;
}

.about_ln_li_img {
    overflow: hidden;
}

.about_ln_li_img img {
    max-height: 225px;
}

.ry_get_more {
    background-color: #0096DB;
    color: white;
    border-radius: 22.5px;
    width: 136px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
}

.ry_get_more span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ry_get_more:hover {
    color: white;
}

.ry_get_more:hover span {
    top: -100%;
    color: #fff;
}

.get_m_all {
    text-align: center;
    margin-top: 50px;
}


/*企业视频*/

.swiper-father {
    position: relative;
}

.about_sp_fa {
    display: flex;
    align-items: center;
}

.about_sp {
    padding: 80px 0;
}

.about_sp_one {
    background-color: #F0F0F0;
    cursor: pointer;
    transition: all .5s;
    /* margin-right: 100px; */
}

.about_sp_bottom {
    padding: 23px 10px;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
}

.about_sp_list {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: center;
    position: relative;
    margin: 35px 10px 0;
}

.about_sp_list_all {
    margin: 0 20px;
}

.n-img {
    display: none;
}

.about_sp_one_top {
    position: relative;
}

.sp_bo {
    display: none;
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    transition: all .5s;
}

.about_sp_one:hover .sp_bo {
    display: block;
    transition: all .5s;
}

.about_sp_one:hover .about_sp_bottom {
    color: #0096DB;
    transition: all .5s;
}

.s-img,
.n-img {
    width: 98px;
    max-width: 98px;
}


/* .swiper-button-next1 {
     z-index: 9;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translate(0px, -50%);
 }
 
 .swiper-button-prev1 {
     z-index: 9;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translate(0px, -50%);
 } */

.s_q {
    width: 50px;
    height: 50px;
    color: black;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07999999821186066);
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    background-color: white;
}


/*组织架构*/

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


/*荣誉资质*/


/* .honor {
     padding: 80px 0;
 } */

.honor_all {
    display: flex;
    flex-wrap: wrap;
}

.honor_all_li {
    width: 22.75%;
    margin-right: 3%;
    text-align: center;
    margin-top: 25px;
    transition: all 0.5s ease;
}

.honor_all_li_img {
    padding: 16px 22px;
    background-color: #F5F5F5;
}

.honor_all_li img {
    /*max-height: 160px;*/
    max-height: 90%;
}

.honor_all_li p {
    margin: 15px 0;
    font-size: 16px;
    color: #333333;
}

.page_f {
    margin-top: 60px;
}

.about_js_pc {
    width: 100%;
}

.about_ln_li:hover,
.honor_all_li:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}


/*步骤点的动态效果*/

.af_step_d {
    position: relative;
    margin: 10px;
    width: 16px;
    height: 16px;
}

.hmc4mapIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* border: 1px dashed rgba(51, 51, 51, 0.2); */
    background: rgba(51, 51, 51, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
}

.hmc4mapIcon:before,
.hmc4mapIcon:after {
    background-color: rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: rangeScale 3s linear infinite;
    opacity: 0;
    z-index: 2;
    border: 1px solid rgba(51, 51, 51, .7);
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
}

.hmc4mapIcon:after {
    animation-delay: 1.5s;
}

.hmc4mapIcon i {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    /* background: #0096DB; */
    background: rgba(51, 51, 51, 1);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%);
}

.af_step_one.show_s .hmc4mapIcon:before,
.af_step_one.show_s .hmc4mapIcon:after {
    border: 1px solid rgba(0, 150, 219, .7);
}

.af_step_one.show_s .hmc4mapIcon {
    background: rgba(0, 150, 219, .2);
}

.af_step_one.show_s .hmc4mapIcon i {
    background: rgba(0, 150, 219, 1);
}

@keyframes rangeScale {
    from {
        opacity: 1;
        transform: scale(0.1);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}

@media(min-width:1025px) {
    .honor_all_li:nth-child(4n) {
        margin-right: 0;
    }
    .aln_li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(min-width:1025px) and (max-width:1240px) {
    .aj_d2 {
        max-height: 200px;
    }
}

@media(max-width:1024px) {
    .aj_p2 {
        font-size: 14px;
    }
    .about_time {
        padding-bottom: 20px;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .at_o_p1_span1 {
        font-size: 30px;
        line-height: normal;
    }
    .at_o_p1_span2,
    .at_o_p2,
    .aj_d2 {
        font-size: 12px;
    }
    .about_js_all {
        width: 100%;
        padding: 0 30px;
    }
    .aj_p1 {
        font-size: 20px;
    }
    .aj_d2 {
        line-height: 22px;
        max-height: 240px;
    }
    .aj_p2 {
        line-height: 24px;
    }
    .aj_d1 {
        width: 40px;
        height: 2px;
        margin: 10px 0 20px;
    }
    .about_fa {
        padding: 30px 0;
        background-image: url('../images/about/3_m.png') !important;
    }
    .af_io_text {
        margin: 30px 0;
        min-height: 162px;
        width: 100%;
    }
    .about_ln_title,
    .about_zj_text_p1 {
        font-size: 24px;
    }
    .af_iot_p1 {
        font-size: 30px;
    }
    .af_step {
        padding: 0 15px;
    }
    .af_step_line {
        width: 78px;
    }
    .about_ln,
    .about_ry_all {
        margin: 30px 0;
    }
    .aln_ul {
        margin-top: 20px;
    }
    .aln_li {
        width: 48%;
        margin-right: 4%;
    }
    .aln_li:nth-child(2n) {
        margin-right: 0;
    }
    .aln_center_img2 {
        max-width: 110px;
    }
    .aln_bottom_text {
        margin: 20px auto 0;
        width: 88%;
    }
    .aln_bottom {
        padding: 20px 0;
    }
    .aln_bottom_text_p2,
    .about_zj_text_p2 {
        font-size: 12px;
    }
    .about_zj_text {
        padding: 0 30px;
    }
    .about_zj_text_p2 {
        line-height: 20px;
        -webkit-line-clamp: 4;
    }
    .zj_show_more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
    }
    .about_sp {
        padding: 40px 0;
    }
    .about_sp_list {
        /* padding: 0 50px; */
        margin: 35px 0px 0;
    }
    .at_o {
        width: 50%;
        margin-bottom: 20px;
    }
    .at_o_p2 {
        margin-top: 0;
    }
    .at_o::after {
        background: url(../images/about/line.png) no-repeat 90% -161%;
        top: -14px;
    }
    .at_o:nth-child(2n)::after {
        background: none;
    }
    .af_step_one {
        width: auto !important;
        max-width: 42%;
    }
    .s-img,
    .n-img {
        width: 75px;
    }
    .about_sp_bottom {
        font-size: 14px;
        padding: 10px 5px;
    }
    /*荣誉资质手机端(关于我们页面)*/
    .about_ry_m {
        background-image: url('../images/about/5_m.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0 40px;
        display: block;
    }
    .about_ry_m_all {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .about_ry_m_one {
        display: flex;
    }
    .about_ry_m_img {
        width: 46.5%;
        margin-right: 7%;
        text-align: center;
    }
    .about_ry_m_img:nth-child(2n) {
        margin-right: 0;
    }
    .about_ry_m_one img:nth-child(2n) {
        margin-right: 0;
    }
    .about_ln_li_p {
        font-size: 13px;
        margin-top: 10px;
    }
    .get_m_all {
        margin-top: 7px;
    }
    .ry_get_more {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .sp_bo {
        max-width: 60px;
    }
    /*组织架构*/
    .z_jg {
        background-image: none;
    }
    /*荣誉资质页面*/
    .honor_all_li {
        width: 47.5%;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .honor_all_li p {
        margin: 10px 0 0;
    }
    .honor_all_li_img {
        padding: 10px 7px;
    }
    .honor_all_li:nth-child(2n) {
        margin-right: 0;
    }
    .page_f {
        margin-top: 15px;
    }
}