.banner_one {
    position: relative;
}

.banner_text {
    position: absolute;
    /* top: 54%; */
    top: 51%;
    left: 0;
    transform: translateX(-30%) translateY(-100%) rotate(-15%);
    color: #FFF;
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 2s ease-out;
    opacity: 0;
}

.banner_one_img {
    background: no-repeat center/cover;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner_one_img img {
    opacity: 0;
}

.swiper-slide-active .banner_one_img {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.swiper-slide-active .banner_text {
    transition: all 2s ease-out;
    opacity: 1;
    transform: translateX(0%) translateY(-50%) rotate(0);
}

.banner_text1 {
    font-size: 22px;
    font-weight: 400;
    /* line-height: 58px; */
}

.banner_text1_p1 {
    font-size: 57px;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: 4px;
    margin: 10px 0;
}

.banner_line {
    font-size: 54px;
    margin: 0 10px;
    font-weight: 400;
}

.banner_text1_p2 {
    /* letter-spacing: 7.7px; */
    /* margin-left: 6px; */
    letter-spacing: .5px;
    font-size: 20px;
}

.banner_text2 {
    line-height: 28px;
    font-size: 16px;
    margin: 5px 0 20px 0;
}

.lian_us {
    display: inline-flex;
    align-items: center;
    background: #2CB8C4;
    border-radius: 26px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0 44px;
    font-size: 16px;
    margin-top: 1.4vw;
    cursor: pointer;
    transition: all 0.5s ease;
}

.lian_us img {
    margin-left: 8px;
    width: 18px;
    height: 14px;
    transition: all 0.5s ease;
}

.swiper-button-lock {
    display: block;
}

.swiper-button-disabled {
    opacity: 1 !important;
}

.banner_fa .swiper-button-next:after,
.banner_fa .swiper-button-prev:after {
    content: "";
}

.banner_fa .swiper-button-next,
.banner_fa .swiper-button-prev {
    bottom: 20px;
    top: auto;
    width: 60px;
    height: 52px;
}

.banner_fa .swiper-button-next {
    right: 201px;
}

.banner_fa .swiper-button-prev {
    left: auto;
}

.banner_fa {
    position: relative;
}

.jt_banner {
    display: flex;
}

.bottom_banner {
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    bottom: 10px;
    right: 0;
    width: 100%;
    z-index: 9;
}

.swiper-button-prev1 {
    margin-right: 10px;
    color: white;
}

.swiper-pagination-bullet {
    color: #FFF;
    display: none;
}

.swiper-pagination-bullet-active {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper-pagination-bullet {
    background-color: transparent;
}

.zcount {
    font-size: 16px;
    font-weight: 400;
}

.page_line {
    font-size: 16px;
    margin: 0 2px 0 3px;
}


/* .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
} */

.swiper-pagination-lock,
.swiper-pagination-bullet:only-child {
    display: block !important;
}

.lian_us:hover img {
    transition: all 0.5s ease;
    transform: translateX(10px);
}

.company_all {
    background: no-repeat center/cover;
    padding-bottom: 0;
}


/*公司介绍*/

.compay_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.compay_tt1 {
    font-size: 18px;
    font-weight: bold;
    color: #2CB8C4;
}

.compay_t1 {
    margin-right: 98px;
}

.compay_ttimg {
    margin: 15px 0;
}

.compay_tt2 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
}

.compay_t1_con {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin: 15px 0;
}

.compay_t2 {
    flex-shrink: 0;
    position: relative;
    width: 40%;
    height: 461px;
}

.com_zhe {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 8px 8px 0px;
    width: 100%;
    height: 100%;
}

.compay_t2 video {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.bo_f {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    cursor: pointer;
    width: 78px;
    height: 78px;
}

.compay_t2::after {
    content: " ";
    position: absolute;
    left: -20px;
    width: 100%;
    height: 100%;
    top: 20px;
    background: rgba(44, 184, 196, 0.1);
    z-index: 0;
    transition: all 0.5s ease;
}

.compay_t2:hover::after {
    transition: all 0.5s ease;
}

.compay_t2_all {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.comp_more {
    align-items: center;
    height: 52px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #BBBBBB;
    border-radius: 26px;
    font-size: 16px;
    color: #999999;
    display: inline-flex;
    margin-top: .5vw;
    position: relative;
}

.comp_more img {
    margin-left: 6px;
}

.mo_showimg {
    display: inline-block;
}

.mo_noimg {
    display: none;
}

.comp_more:hover {
    border: none;
    color: #FFF;
}

.comp_more::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #2CB8C4;
    opacity: 0;
    content: " ";
    border-radius: 26px;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}

.comp_more:hover .mo_showimg {
    display: none;
}

.comp_more:hover .mo_noimg {
    display: inline-block;
}

.comp_more_all {
    position: relative;
    z-index: 3;
}

.noshow {
    display: none;
}

.compay_bottom {
    padding-right: 0;
}

.com_blist {
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    height: 260px;
    /* background-color: #2CB8C4; */
    border-radius: 80px 0px 0px 0px;
    /* background-image: url('../images/index/t1.png'); */
    padding-left: 0;
    position: relative;
}

.com_blist_back {
    background-image: url('../images/index/y_yuhe2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.com_blist::after {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    top: -10px;
    left: 40px;
    content: " ";
    background: rgba(44, 184, 196, 0.4);
    border-radius: 80px 0px 0px 0px;
    z-index: 1;
}

.com_bone {
    text-align: center;
    font-size: 20px;
    color: white;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.com_bone_t1 {
    font-size: 68px;
    font-weight: bold;
}

.com_bone_t1 .span_t1c {
    font-size: 21px;
}

.com_bone_t2 {
    font-size: 20px;
    opacity: .9;
    margin-top: 5px;
}

.compay_tt3 {
    font-size: 18px;
    color: #444;
    margin: 5px 0;
}

.hproduct_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hproduct_list_all {
    position: relative;
    margin-top: 30px;
}

.hp_zhe {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hproduct_list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
}

.hp_one {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 29px 3vw;
    cursor: pointer;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hp_one:last-child {
    border: none;
}

.hp_one_icon {
    width: 128px;
}

.hp_one_tit {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    height: 74px;
}

.hone_text1 {
    font-size: 18px;
    max-height: 70%;
    overflow: auto;
}

.hone_text {
    font-size: 16px;
    opacity: 0;
    height: 0;
    transition: all 0.4s ease-out;
}

.hone_more {
    height: 52px;
    line-height: 52px;
    padding: 0 37px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    color: white;
    display: inline-block;
    margin-top: 25px;
}

.hp_one:hover .hone_text,
.active_hpone .hone_text {
    max-height: 62%;
    opacity: 1;
    height: 120px;
    transition: all 0.4s ease-out;
}

.hp_one:hover .hp_one_tit,
.active_hpone .hp_one_tit {
    height: auto;
}

.hp_one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(44, 184, 196, 0.8);
    content: " ";
    transform: translateY(0%) translateX(0%) rotate(0deg);
    transition: all 0.5s ease-out;
    opacity: 0;
}

.hp_one .no_show {
    display: none;
}

.hp_one:hover .no_show,
.active_hpone .no_show {
    display: inline-block;
}

.hp_one:hover .mo_show,
.active_hpone .mo_show {
    display: none;
}

.hp_one:hover::after,
.active_hpone::after {
    opacity: 1;
    transform: translateY(0%) translateX(0%) rotate(0deg);
    transition: all 0.5s ease-out;
    height: 100%;
}


/*新闻*/

.news_list {
    margin-top: 30px;
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    align-items: center; */
    /* height: 29vw; */
    height: 558px;
}

.news_all {
    background: rgba(44, 184, 196, 0.15);
}

.news_left {
    width: 70%;
    margin-right: 2%;
    /* height: 100%; */
}

.news_right {
    width: 28%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
}

.news_one {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    /* align-items: center; */
}

.news_left .news_one {
    width: 100%;
    /* height: calc(50% - 13px); */
}

.news_left .newone_img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.newone_img {
    max-width: 33%;
    overflow: hidden;
    flex-shrink: 0;
}

.newone_img img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.newone_text {
    padding: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* color: #888888; */
    color: #666666;
    font-size: 14px;
}

.newone_text1 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
}

.newone_tcon {
    font-size: 16px;
    line-height: 26px;
}

.newone_text2 {
    margin: 10px 0 8px 0;
}

.news_getmore {
    /* margin-top: 3vw; */
    color: #999999;
    display: flex;
    align-items: center;
}

.news_getmore img {
    margin-left: 12px;
}

.news_getmore .no_showimg {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.5s ease-out;
}

.news_one:hover .newone_img img {
    transition: all .5s ease-in-out;
    transform: scale(1.09);
}

.mo_showimg {
    transition: all 0.5s ease-out;
    opacity: 1;
    transform: translateX(0px);
}

.news_one:hover .news_getmore .mo_showimg {
    opacity: 0;
    transform: translateX(35px);
}

.news_left .news_one:first-child {
    margin-bottom: 26px;
}

.news_right .news_one {
    display: block;
    height: 100%;
}

.news_right .newone_img {
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news_right .newone_text {
    padding: 20px 20px;
}

.news_right .news_getmore {
    margin-top: 1.2vw;
}

.c_service {
    font-size: 24px;
    min-height: 297px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    /* background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: center cover; */
    background: no-repeat center/cover;
    /* background: no-repeat center/cover fixed; */
}

.cer_l1 {
    font-size: 36px;
}

.cer_l1_span {
    color: #2CB8C4;
    font-weight: bold;
}

.c_smore {
    display: flex;
    color: #fff;
    height: 52px;
    line-height: 52px;
    background: #2CB8C4;
    border: 1px solid #2CB8C4;
    border-radius: 26px;
    text-align: center;
    font-size: 16px;
    align-items: center;
    padding: 0 37px;
    justify-content: center;
}

.c_smore img {
    margin-left: 7px;
    transition: all 0.5s ease;
}

.c_service_left {
    margin-top: 15px;
}

.c_smore:hover .c_smore_img {
    transition: all 0.5s ease;
    transform: translateX(10px);
}

.qlist_all {
    display: flex;
}

.qualifications_list {
    padding-top: 38px;
}

.qlist_one {
    /* height: 413px; */
    height: 21.5vw;
    min-height: 350px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    padding: 21px 21px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.qlist_one:hover .qone_t {
    color: #2CB8C4;
}

.qlist_one:hover .qone_t::after {
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    margin-left: -50%;
}

.qone_t {
    padding: 27px 0;
    border-top: 1px solid #ECECEC;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.qone_t::after {
    position: absolute;
    content: " ";
    left: 50%;
    top: 0;
    height: 1px;
    width: 0;
    background-color: #2CB8C4;
    opacity: 0;
    transition: all 0.5s ease;
}

.qlone_img {
    height: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qlone_img img {
    max-height: 95%;
}


/*联系我们*/

.contact_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_all .compay_tt1,
.contact_all .compay_tt2,
.contact_all .compay_tt4 {
    color: #fff;
}

.compay_tt4 {
    font-size: 16px;
    line-height: 28px;
}

.contact_left {
    max-width: 40%;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 90%; */
    height: 400px;
}

.contact_left_b {
    line-height: 28px;
    /* margin-top: 3vw; */
}

.contact_right {
    background: #FFFFFF;
    /* min-height: 480px; */
    min-height: 25vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 40px 0px 40px 0px;
    padding: 40px 40px 59px;
    max-width: 100%;
}

.con_input {
    border: none;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #DBDBDB;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.con_text {
    width: 100%;
    outline: none;
    height: 5.7vw;
    padding-top: 25px;
}

.con_btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #2CB8C4;
    font-size: 16px;
    width: 340px;
    border: none;
    margin-top: 2vw;
    position: relative;
    border: none;
    max-width: 100%;
}

.contact_left .compay_tt2 {
    margin: 10px 0 18px;
}

.con_btn::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 400%;
    filter: blur(2px);
}

.con_btn:hover::before {
    animation: sun 5s infinite;
    color: #fff;
    background: linear-gradient(90deg, #3c91d2, #40f499, #3c91d2, #40f499);
    background-size: 400%;
    text-transform: uppercase;
}

.con_btn span {
    position: relative;
    z-index: 8;
}

.qall .swiper-button-next::after,
.qall .swiper-button-prev::after {
    content: "";
}

.qall .swiper-button-next,
.qall .swiper-button-prev {
    width: 68px;
    height: 68px;
}

.qall .swiper-button-next {}

.qall {
    position: relative;
    display: flex;
    align-items: center;
}

.jt_pi {
    /* position: absolute;
    top: 50%; */
    z-index: 5;
}

.jt_pi img {
    width: 68px;
    max-width: 68px;
}

.swiper-button-prev2 {
    left: -94px;
    margin-right: 37px;
}

.swiper-button-next2 {
    right: -94px;
    margin-left: 37px;
}

.qualifications_all .hproduct_title {
    margin: 0 90px;
}

.comp_more_center {
    display: none;
}

@media(min-width:1024px) and (max-width:1441px) {
    .banner_text1_p1 {
        font-size: 50px;
    }
    /* .banner_text1_p2 {
        letter-spacing: 4px;
    } */
    .compay_tt2 {
        font-size: 34px;
    }
    .compay_t1_con {
        font-size: 15px;
    }
    .compay_tt1 {
        font-size: 17px;
    }
    .comp_more {
        font-size: 15px;
        padding: 0 26px;
    }
    .com_bone_t1 {
        font-size: 64px;
    }
    .com_bone_t2 {
        font-size: 19px;
    }
    .comp_more img {
        width: 16px;
    }
    .hp_one_tit {
        font-size: 23px;
    }
    .hone_text1 {
        font-size: 16px;
    }
    .lian_us {
        padding: 0 37px;
        font-size: 15px;
    }
    .compay_tt3 {
        font-size: 17px;
    }
    .newone_tcon {
        font-size: 15px;
    }
    .jt_pi {
        width: 55px;
    }
    .swiper-button-prev2 {
        left: -24px;
    }
    .swiper-button-next2 {
        right: -24px;
    }
    .fix_one {
        width: 65px;
        height: 65px;
        font-size: 12px;
    }
    .fix_one_im {
        width: 39px;
    }
    .qualifications_all .hproduct_title {
        margin: 0 60px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .banner_text1_p1 {
        font-size: 48px;
    }
    /* .banner_text1_p2 {
        letter-spacing: 3.5px;
    } */
    .compay_tt2 {
        font-size: 30px;
    }
    .compay_t1_con {
        font-size: 14px;
    }
    .compay_tt1 {
        font-size: 16px;
    }
    .comp_more {
        font-size: 14px;
        padding: 0 24px;
    }
    .com_bone_t1 {
        font-size: 62px;
    }
    .com_bone_t2 {
        font-size: 18px;
    }
    .comp_more img {
        width: 15px;
    }
    .hp_one_tit {
        font-size: 20px;
    }
    .hone_text1 {
        font-size: 15px;
    }
    .lian_us {
        padding: 0 35px;
        font-size: 14px;
    }
    .newone_tcon {
        font-size: 14px;
    }
    .newone_text {
        font-size: 13px;
    }
    .banner_text2 {
        font-size: 14px;
        margin: 0;
        -webkit-line-clamp: 2;
    }
    .lian_us {
        height: 46px;
        line-height: 46px;
    }
    .cer_l1 {
        font-size: 33px;
    }
    .c_service {
        font-size: 22px;
    }
    .swiper-button-prev2 {
        left: -20px;
    }
    .swiper-button-next2 {
        right: -20px;
    }
    .hone_more {
        height: 43px;
        line-height: 43px;
        margin-top: 10px;
        padding: 0 32px;
    }
    .qualifications_all .hproduct_title {
        margin: 0 59px;
    }
    .banner_text {
        top: 47%;
    }
}

@media(max-width:1035px) and (min-width:1024px) {
    .pc_h2list .pc_2lone {
        font-size: 13px;
    }
    .active_lone .pspan {
        font-size: 14px;
    }
}

@media(min-width:1024px) {
    .comp_more:hover::after {
        opacity: 1;
        transform: rotate(0);
        width: 100%;
    }
    .news_one:hover .news_getmore .no_showimg {
        opacity: 1;
        transition: all 0.5s ease-out;
        transform: translateX(0px);
    }
    .news_one:hover .newone_text1,
    .news_one:hover .news_getmore {
        color: #2CB8C4;
    }
    .qlist_one:hover {
        box-shadow: 0px 2px 13px 0px rgba(16, 142, 155, 0.19);
        cursor: pointer;
        transform: translateY(-12px);
        transition: all 0.5s ease;
    }
    .comp_more {
        padding: 0 31px;
    }
}

@media(max-width:1024px) {
    .compay_top {
        display: block;
    }
    .compay_t1 {
        margin-right: 0;
    }
    .banner_one_img {
        min-height: 225px;
    }
    .banner_text1_p2 {
        font-size: 13px;
        line-height: normal;
    }
    .banner_text1_p1 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner_text {
        top: 50%;
        width: 67%;
    }
    .bottom_banner {
        bottom: 5px;
        padding-right: 3px;
    }
    .swiper-button-prev1,
    .swiper-button-next1 {
        width: 35px;
    }
    .swiper-button-prev1 {
        margin-right: 7px;
    }
    .bottom_banner .pagination1 {
        position: relative;
        bottom: -7px;
    }
    .compay_tt1 {
        font-size: 14px;
    }
    .compay_ttimg {
        width: 50px;
        margin: 0px 0;
    }
    .compay_tt2 {
        font-size: 20px;
    }
    .compay_t1_con {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0;
        font-family: Source Han Sans CN;
    }
    .comp_more {
        background: #2CB8C4;
        color: #FFFFFF;
        font-size: 13px;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        margin-top: 15px;
        border: none;
    }
    .comp_more_all .mo_showimg {
        display: none;
    }
    .comp_more_all .mo_noimg {
        display: inline-block;
    }
    .compay_t2 {
        width: 100%;
        margin-top: 35px;
        height: 260px;
    }
    .compay_t2::after {
        display: none;
    }
    .compay_t2 video,
    .com_zhe {
        border-radius: 12px;
    }
    .bo_f {
        width: 51px;
        height: 51px;
    }
    .com_blist {
        height: 110px;
        padding-right: 0;
    }
    .com_bone_t1 {
        font-size: 13px;
    }
    .value_num {
        font-size: 26px;
    }
    .com_bone_t2,
    .com_bone_t1 .span_t1c {
        font-size: 13px;
    }
    .com_blist::after {
        border-radius: 40px 0px 0px 0px;
        top: -6px;
        left: 0;
        width: 100%;
    }
    .com_blist_back {
        background-image: url('../images/index/yinhong yuhe2.png');
    }
    .com_bone:last-child {
        margin-right: 0;
    }
    .company_all {
        background-image: url('../images/index/com_back_m.png') !important;
    }
    .hproduct_list_all {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .hproduct_lone {
        width: 48%;
        margin-right: 4%;
        /* background: linear-gradient(0deg, rgba(44, 184, 196, 0.68), rgba(255, 255, 255, 0.68)); */
        box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
        background-image: url('../images/index/back1.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        justify-content: space-between;
        align-items: center;
        min-height: 210px;
        padding: 25px 20px;
        margin-bottom: 10px;
    }
    .hproduct_lone:nth-child(2n) {
        margin-right: 0;
    }
    .hproduct_limg {
        width: 60px;
    }
    .hp_getmore {
        width: 110px;
        height: 33px;
        line-height: 33px;
        background: rgba(44, 184, 196, 0.1);
        border: 1px solid #2CB8C4;
        border-radius: 18px;
        text-align: center;
        color: #2CB8C4;
        font-size: 13px;
    }
    .hproduct_lotext {
        text-align: center;
        font-size: 15px;
        margin: 12px 0;
        font-family: Source Han Sans CN;
        font-weight: 400;
        height: 38px;
        line-height: 18px;
    }
    .hproduct_ltop {
        text-align: center;
        margin-top: 5px;
    }
    .news_list,
    .news_one {
        display: block;
        height: auto;
    }
    .news_left {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .news_right {
        width: 100%;
        display: none;
    }
    .news_left .newone_img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .newone_img {
        max-width: 100%;
    }
    .news_list {
        margin-top: 20px;
    }
    .newone_text {
        padding: 19px 15px;
    }
    .newone_text1 {
        font-size: 17px;
        font-family: Source Han Sans CN;
        font-weight: bold;
    }
    .newone_time {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .newone_tcon {
        font-size: 14px;
        line-height: 18px;
        margin: 6px 0;
    }
    .newone_text2 {
        margin: 0px;
    }
    .newone_time {
        margin-top: 10px;
        color: #aaa;
    }
    .mo_showimg,
    .m_showimg,
    .c_smore_img {
        width: 14px;
    }
    .comp_more {
        text-align: center;
    }
    .comp_more_center {
        display: flex;
        justify-content: center;
        margin: 17px 0 0;
    }
    .comp_more_all {
        display: flex;
        align-items: center;
    }
    .c_service {
        display: block;
    }
    .c_service {
        background-image: url('../images/index/c_m.png') !important;
        min-height: 200px;
        text-align: center;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .c_service_left {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .cer_l1 {
        font-size: 19px;
        margin-bottom: 3px;
    }
    .c_smore {
        width: 105px;
        height: 35px;
        line-height: 35px;
        background: #2CB8C4;
        border: 1px solid #2CB8C4;
        border-radius: 30px;
        font-size: 13px;
        padding: 0;
    }
    .qualifications_all .hproduct_title {
        margin: 0;
    }
    .qualifications_list {
        padding-top: 25px;
    }
    .contact_all,
    .footer_1,
    .footer_2,
    .f2_left,
    .f2_left1 {
        display: block;
    }
    .contact_right {
        min-height: 335px;
        max-width: 100%;
        border-radius: 30px 0 0 0;
        padding: 20px 30px 48px;
    }
    .con_input {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        padding: 8px 0;
    }
    .contact_left {
        width: 100%;
        height: auto;
    }
    .con_text {
        height: 80px;
        max-width: 100%;
    }
    .con_btn {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .contact_left .compay_tt2 {
        margin: 0px 0 18px;
    }
    .contact_all {
        background-image: url('../images/index/c_back_m.png') !important;
        padding-bottom: 38px;
    }
    .qlist_all .swiper-slide {
        transition: 300ms;
        transform: scale(0.9);
    }
    .qlist_all .swiper-slide-active,
    .qlist_all .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .qualifications_all {
        padding-left: 0;
        padding-right: 0;
    }
    .qualifications_all .hproduct_title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .qone_t {
        font-size: 15px;
        padding: 15px 0;
    }
    .qlist_one {
        box-shadow: 0px 4px 18px 0px rgba(118, 126, 127, 0.13);
    }
    .zcount {
        font-size: 13px;
    }
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        font-size: 19px;
    }
}