.hc_baner {
    position: relative;
}


.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.hc_baner .bd li {
    position: relative;
}

.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hc_baner_desc h2 {
    font-size: 0.72rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 45%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    /* padding: 0 26px; */

}
/*.hezuo_box{*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/
/*.hezuo{*/
/*    width: 180px;*/
/*    height: 90px;*/
/*    float: left;*/
/*    margin: 10px;*/
/*}*/
/*.hezuo img{*/
/*    width: 100%;*/
/*    border: 1px solid #efefef;*/
/*    border-radius: 5px;*/
/*}*/
.hc_cont_docm {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    background-color: #fff;
}

.hc_contshow {
    padding-bottom: 40px;
    min-height: 3rem;
    line-height: 30px;
    overflow: hidden;
}

.hc_contshow p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    /* margin-bottom: 40px; */
}
.hc_contshow span{
    line-height: 30px;
}
.hc_contshow  img {
    max-width: 100% !important;
    vertical-align: initial;
}
/* 内容导航 */
.hc_main_nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    position: sticky;
    top: 69px;
    z-index: 9;
    width: 100%;
}

.hc_main_nav ul {
    display: flex;
    justify-content: center;
    width: 96%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_main_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    min-width: 110px;
    cursor: pointer;
}

.hc_main_nav ul li a {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.18rem;
}

.hc_main_nav ul li:hover a {
    color: #13558A;
}

.hc_main_nav ul li a::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 0;
    right: 0;

}

.hc_main_nav ul li:last-of-type a::after {
    background-color: transparent;
}

/* 行业赋能 */
.hc_block {
    padding: 0.8rem 0 0.3rem;
}

.hc_block_cont {}

.hc_blockbt {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.hc_block_baner {
    padding-top: 0.5rem;
}

.hc_block_baner .hd {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_block_baner .hd ul {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(191, 191, 191);
}



.hc_block_baner .hd ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    padding: 0 0.4rem;
    height: 0.5rem;
    min-height: 30px;
    margin: 0 0.8rem;
    position: relative;
    cursor: pointer;
}

.hc_block_baner .hd ul li.on {
    color: #13558A;
}

.hc_block_baner .hd ul li.on::after {
    content: "";
    background-color: rgb(19, 85, 138);
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
}

/* bd */
.hc_block_baner .bd {
    padding-top: 0.5rem;
}

.hc_block_baner .bd ul li {
    display: flex;
}

.hc_bdimg, .hc_bddesc {
    flex: 1;
    overflow: hidden;
}

.hc_bdimg:hover img {
    transform: scale(1.1);
}

.hc_bdimg {
    /* height: 5.7rem; */
}

.hc_bdimg img {
    width: 100%;
    height: 100%;
    /* height: 5.3rem; */
    object-fit: cover;
    transition: .5s;
}

.hc_bdbox {
    display: flex;
    align-items: center;
    width: 77%;
    height: 100%;
    padding-left: 0.7rem;
}

.hc_bdtext .hc_ms {
    color: #5b5b5b;
    line-height: 30px;
    text-align: justify;
}

.hc_jtshow {
    padding-top: 0.5rem;
}

.hc_jtshow ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc_jtshow2 ul {
    justify-content: space-around;
}

.hc_jtshow_item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_jtshow_itemt {
    margin-bottom: 15px;
}
.hc_jtshow_itemt .hc_center {
    display: flex;
    align-items: center;
}

.hc_jtshow_itemt .hc_center .hc_unit {
    margin: 0 2px;
}

.hc_jtshow_itemt .hc_center .hc_self {
    align-self: flex-end;
}
.hc_jtshow_itemt .hc_num {
    font-size: 0.6rem;
    font-weight: bold;
    color: #13558A;
}

.hc_jtshow_itemt .hc_unit {
    font-size: 0.2rem;
    color: #13558A;
    font-weight: bold;
}

.hc_jtshow_itemtb p {
    font-size: 0.17rem;
}

.hc_txtlist {
    margin: 0.5rem 0 0;
}

.hc_txtlist p {
    position: relative;
    line-height: 30px;
    color: #5b5b5b;
    padding-left: 30px;
}

.hc_txtlist p::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    left: 6px;
}

.hc_block_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.56rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #65717f;
    font-size: 0.18rem;
    color: #5b5b5b;
    margin-top: 0.6rem;
}

/* 区域产业 */
.hc_qycy_baner {
    padding-bottom: 1rem;
}

.hc_qycy_baner .hd ul li {
    margin: 0 .45rem;
    padding: 0 5px;
}

.hc_qycy_baner .hc_bddesc {
    display: flex;
    justify-content: flex-end;
}

.hc_qycy_baner .hc_bdbox {
    padding-left: 0;
    padding-right: 0.7rem;
}

/* 智能工厂案例 */
.hc_zngc {
    position: relative;
    background: url(./images/zngc-bg.jpg) no-repeat center/cover;
    padding-bottom: 1.2rem;
}

.hc_zngc>img {
    width: 100%;
}

.hc_zngc_poa {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.hc_zngc_cont {
    padding-top: 0.8rem;
}

.hc_znbt {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.hc_zngc_baner {
    position: relative;
    padding-top: 0.6rem;
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

.hc_zngc_baner .bd {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.hc_znbaner_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.hc_znbaner_item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    width: calc(33.3333% - 24px);
    height: 6.54rem;
    min-height: 400px;
    margin: 0 12px;
    /* margin-right: 25px; */
    margin-bottom: 20px;
}

.hc_znimg img {
    width: 100%;
    height: 2.56rem;
    min-height: 160px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hc_znwd {
    padding: 0 0.4rem;
}

.hc_znwd_title {
    padding-top: 0.6rem;
}

.hc_znwd_title p {
    font-size: 0.24rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgb(125, 125, 125);
}

.hc_znwd_desc {
    padding-top: 0.3rem;

}

.hc_znwd_desc p {
    position: relative;
    line-height: 30px;
    color: rgb(91, 91, 91);
    padding-left: 20px;
}

.hc_znwd_desc p::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    /* bottom: 0; */
    left: 0;
    /* margin: auto; */
}

.hc_zngc_baner .prev, .hc_zngc_baner .next {
    position: absolute;
    top: 50%;
}

.hc_zngc_baner .prev img, .hc_zngc_baner .next img {
    width: 0.47rem;
}

.hc_zngc_baner .prev {
    left: 10px;
}

.hc_zngc_baner .next {
    right: 10px;
}






@media (max-width:1400px) {

    /* 行业赋能案例 */
    .hc_bdbox {
        width: 90%;
    }
}

@media (max-width:1024px) {
    .hc_baner_desc h2 {
        width: 100%;
        padding: 0 26px;
    }
    .hc_main_nav {
        top: 59px;
    }

    .hc_block_baner .bd ul li {
        flex-direction: column;

    }

    .hc_bddesc {
        order: 1;
    }

    .hc_bdimg img {
        height: 260px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .hc_block_baner .hc_bdbox {
        padding: 0;
    }

    .hc_block_baner .hc_bddesc {
        display: flex;
        justify-content: center;
    }


    .hc_bdtext .hc_ms {
        font-size: 14px;
    }

    .hc_txtlist p {
        font-size: 14px;
    }

    /* 智能工厂案例 */

    .hc_znwd_title {
        padding-right: 0;
    }

    .hc_znwd_desc p {
        font-size: 14px;
    }

    .hc_znbaner_item {
        width: calc(50% - 24px);
    }

    .hc_znwd {
        padding: 0 0.3rem;
    }
}

@media (max-width:640px) {

    .hc_znbaner_item {
        width: calc(100% - 24px);
    }

    .hc_block_baner .hd ul {
        justify-content: space-between;
    }

    .hc_block_baner .hd ul li {
        margin: 0;
        padding: 0 5px;
        font-size: 12px;
    }
}
.hc_baner {
    position: relative;
}


.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.hc_baner .bd li {
    position: relative;
}

.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hc_baner_desc h2 {
    font-size: 0.72rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 45%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    /* padding: 0 26px; */

}

/* 内容导航 */
.hc_main_nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    position: sticky;
    top: 69px;
    z-index: 9;
    width: 100%;
}

.hc_main_nav ul {
    display: flex;
    justify-content: center;
    width: 96%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_main_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    min-width: 110px;
    cursor: pointer;
}

.hc_main_nav ul li a {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.18rem;
}

.hc_main_nav ul li:hover a {
    color: #13558A;
}

.hc_main_nav ul li a::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 0;
    right: 0;

}

.hc_main_nav ul li:last-of-type a::after {
    background-color: transparent;
}



/*  数字化转型基座 */

.hc_block1 {
    padding: 0.8rem 0 1.2rem;
    background-color: #f6f7f9;
}

.hc_block1_main {
    max-width: 1920px;
    margin: auto;
}

.hc_block1_bt {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 0.48rem;
}

.hc_block1_desc {
    display: flex;
    justify-content: center;
    padding: 0 0.4rem;
}

.hc_block1_desc p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;

}

/*  */
.hc_block1_docm {
    display: flex;
    padding-top: 0.7rem;
    width: 100%;
    max-width: 1700px;

}

.hc_b1_tablimg {
    flex: 1;
    height: 4.93rem;
    min-height: 360px;
}

.hc_b1_tablimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.hc_block1_tab {
    flex: 1;
    display: flex;
    padding-right: 0.4rem;
}

.hc_block1_tabl {
    display: flex;
}


.hc_b1_tabl_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.4rem;
    min-height: 380px;
    border-right: 1px solid rgb(227, 227, 227);
}

.hc_b1_tabl_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.68rem;
    height: 14%;
    min-width: 100px;
    font-size: 0.2rem;
    font-weight: 700;
    color: #a1a2a2;
    background-color: #f1f1f1;
    cursor: pointer;
    /* transition: all .1s; */
}

.hc_b1_tabl_list li.on {
    color: #fff;
    background-color: #13558A;
    box-shadow: 0px 4px 15.04px 0.96px rgba(44, 80, 136, 0.54);
}

.hc_block1_tabr {
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
}

.hc_b1_tabrbox {
    width: 100%;
    /* max-width: 514px; */
    padding: 10px 0;
    /* padding-right: 0.4rem; */
}

.hc_b1_tabrbox h4 {
    font-size: 0.22rem;
    font-weight: bold;
    color: #5b5b5b;
}

.hc_b1_tabrbox p {
    /* font-size: 0.16rem; */
    color: #5b5b5b;
    line-height: 30px;
    margin: 0.3rem 0 0.3rem;
}
.hc_block2_tabr {
    display: flex;
    align-items: center;
    padding-right: 0.4rem;
}

.hc_b2_tabrbox {
    width: 100%;
    /* max-width: 514px; */
    padding: 10px 0;
    /* padding-right: 0.4rem; */
}

.hc_b2_tabrbox h4 {
    font-size: 0.22rem;
    font-weight: bold;
    color: #5b5b5b;
}

.hc_b2_tabrbox p {
    /* font-size: 0.16rem; */
    color: #5b5b5b;
    line-height: 30px;
    margin: 0.3rem 0 0.3rem;
}

/* .hc_b1_tabrbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
    background-color: rgb(19, 85, 138);
    box-shadow: 0px 4px 15.04px 0.96px rgba(44, 80, 136, 0.54);
    width: 1.34rem;
    height: 0.5rem;
    min-width: 100px;
    min-height: 35px;

} */
.hc_b1_tabrbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.34rem;
    height: 0.50rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #64717e;
    font-size: 0.18rem;
    color: rgb(91, 91, 91);
    transition: all .5s;
}

.hc_b1_tabrbox a:hover {
    color: #13558A;
    border-color: #13558A;
}

/* 未来工厂建设 */
.hc_block2 {
    padding: 0.8rem 0 1.2rem;
}

/* 系统 */
.hc_block2_sys {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    margin-top: 0.4rem;
    position: relative;
}

.hc_block2_syslist {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.hc_block2_sysul {
    width: 100%;
    display: flex;
    /* padding: 6px 2px; */
    /* overflow: hidden; */
}

.hc_block2_sysli {
    /* width: 1.67rem; */
    /* height: 1.67rem;
    min-height: 140px; */

}

.hc_block2_sysli:hover .hc_sys_box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 15.04px 0.96px rgba(189, 189, 189, 0.48);
}

.hc_block2_sysli:hover .hc_sysli_p {
    color: #13558A;
}

.hc_block2_sysli:hover .hc_sysli_img2 {
    opacity: 1;
}

.hc_block2_sysli:hover .hc_sysli_img {
    opacity: 0;
}

.hc_sys_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.45rem 0;
    transition: all .4s;
}

.hc_sysli_p {
    color: #5b5b5b;
}

.hc_imgbox {
    position: relative;
    margin-bottom: 0.24rem;
}

.hc_imgbox>img {
    transition: all .4s;
}

.hc_sysli_img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hc_b2_left, .hc_b2_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    cursor: pointer;
}

.hc_b2_left:hover .hc_lrimg1, .hc_b2_right:hover .hc_lrimg1 {
    opacity: 0;
}

.hc_b2_left:hover .hc_lrimg2, .hc_b2_right:hover .hc_lrimg2 {
    opacity: 1;
}

.hc_b2_left>img, .hc_b2_right>img {
    transition: all .4s;
}

.hc_b2_left {
    left: 0;
}

.hc_b2_right {
    right: 0;
}

.hc_lrimg2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/*  */


.hc_block2_docm {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.7rem;

}

.hc_block2_dbox {
    display: flex;
    width: 100%;
    max-width: 1700px;
    padding-left: 0.4rem;
}

.hc_b2_tablimg {
    flex: 1;
    height: 4.93rem;
    min-height: 360px;
}

.hc_b2_tablimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.hc_block2_tab {
    flex: 1;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */

}

.hc_block2_baner {
    /* height: 80%; */
    padding: 0 0.6rem;
    /* padding-top: 0.4rem; */
    /* background-color: #fff;
    box-shadow: 0px 4px 15.04px 0.96px rgba(189, 189, 189, 0.48); */
}


.hc_block2_tabhd {}

.hc_block2_tabhd_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 0 0.45rem;
}

.hc_block2_tabhd_list li {
    display: flex;
}

.hc_block2_tabhd_list li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.78rem;
    padding: 0 0.05rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #5b5b5b;
}

.hc_block2_tabhd_list li.on a {
    color: #13558A;
}

.hc_block2_tabhd_list li.on a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #13558A;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.hc_block2_tabbd {
    padding: 0.45rem 0.45rem 0;
}

.hc_b2_tabbd_box>p {
    color: #5b5b5b;
    line-height: 30px;
}


.hc_block2_more {
    padding: 0.3rem 1rem 0;
}

.hc_block2_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.34rem;
    height: 0.50rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #64717e;
    font-size: 0.18rem;
    color: rgb(91, 91, 91);
    transition: all .5s;
}

.hc_block2_more a:hover {
    color: #13558A;
    border-color: #13558A;
}

.hc_block_wa {
    padding-top: 0.2rem;
    margin-bottom:2px;
}

.hc_block_wa>p {
    position: relative;
    color: #5b5b5b;
    line-height: 36px;
    padding-left: 0.3rem;
}

.hc_block_wa>p::before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 18px;
    left: 0;
    transform: translateY(-50%);
}


/* 数字资产运营 */
.hc_block3 {
    background: url(./images/block3-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 1.4rem 0.4rem 1.2rem;
}

.hc_block3_bt {
    color: #fff;
}

.hc_block3_desc {
    padding: 0;
}

.hc_block3_desc p {
    color: #fff;
}

.hc_block3_cont {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_block3_list {
    display: flex;
    justify-content: space-between;
    padding-top: 0.7rem;
}

.hc_block3_item {
    height: 4.5rem;
    min-height: 320px;
    width: 32%;
    background-color: #fff;
    padding: 0 0.36rem;
    transition: all .5s;
}

.hc_block3_item:hover {
    background-color: #13558A;
}

.hc_block3_item:hover .hc_b3doms_title span {
    color: #fff;
}

.hc_block3_item:hover .hc_b3doms_desc p {
    color: #fff;
}

.hc_block3_item:hover .hc_b3doms_img .img2 {
    opacity: 0;
}

.hc_block3_doms {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.6rem;
}

.hc_b3doms_img {
    height: 0.66rem;
    min-height: 40px;
    position: relative;
}

.hc_b3doms_img img {
    height: 100%;
}

.hc_b3doms_img .img2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.hc_b3doms_title {
    margin: 0.3rem 0;
}

.hc_b3doms_title span {
    font-size: 0.22rem;
    font-weight: bold;
    color: #5b5b5b;
}

.hc_b3doms_desc p {
    line-height: 30px;
    color: #5b5b5b;
}

@media (max-width:1024px) {
    .hc_baner_desc h2 {
        width: 100%;
        padding: 0 26px;
    }

    .hc_main_nav {
        top: 59px;
    }

    /*  数字化转型基座 */
    .hc_block1_desc p {
        font-size: 14px;
    }

    .hc_block1_docm {
        flex-direction: column;
    }

    .hc_b1_tablimg {
        flex: auto;
        min-height: auto;
        height: 200px;
        overflow: hidden;
    }

    .hc_block1_tab {
        padding-top: 40px;
    }

    .hc_b1_tabrbox {
        max-width: none;
    }

    .hc_b1_tabl_list li {
        font-size: 14px;
    }

    .hc_b1_tabrbox h4 {
        font-size: 15px;
    }

    /* 未来工厂建设 */
    .hc_block2_dbox {
        padding: 0;
        flex-direction: column-reverse;
    }

    .hc_b2_tablimg {
        flex: auto;
        min-height: auto;
        height: 200px;
        overflow: hidden;
    }

    .hc_block2_tab {
        padding: 40px 0.4rem 0;
    }

    .hc_block2_baner {
        width: 100%;
        min-height: 220px;
        padding: 0.6rem 0 0;
    }

    .hc_block2_more {
        display: flex;
        justify-content: center;
        padding: 0.7rem 0.2rem;
    }

    /* 数字资产运营 */
    .hc_block3_list {
        flex-direction: column;
    }

    .hc_block3_item {
        height: auto;
        min-height: auto;
        width: 100%;
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .hc_block3_item:last-child {
        margin-bottom: 0;
    }

    .hc_b3doms_title span, .hc_block2_tabhd_list li a ,p{
        font-size: 14px;
    }
    .hc_b1_tabrbox p{
        font-size: 12px;
    }
}
/*合作伙伴*/
.hc_block5 {
    padding: 1rem 0 2rem;
}

.hc_block5_ctn {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_block5_title {
    font-size: 0.48rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.hc_newview2 {
    display: block;
    padding-top: 1rem;
    width: 100%;
    position: relative;
}
.hezuo_box{
    width: 100%;
    position: relative;
}
.hezuo{
    width: 180px;
    height: 90px;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 5px;
        overflow: hidden;
}
.hezuo img{
    width: 100%;
    border-radius: 5px;
}
.hezuo_box .swiper-wrapper{
    display: block;
}
.mySwiper-pagination{
    bottom: -24px !important;
}
@media (max-width:640px) {}