html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

#root {
    width: 100%;
    margin: 0 auto;
    /* min-width: 1080px; */
    /* min-height: 100vh; */
}

/* **************************************** 共用 —— share ***************************************************** */

.desc {
    font-size: 1rem;
    color: #808080;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #10243d;
}

.swiper-slide>img {
    filter: brightness(100%) !important;
}

/* **************************************** 顶部 —— banner ***************************************************** */

.header .top {
    width: 100%;
    height: 90px;
    display: flex;
    /* padding: 0.4rem 6rem 0.4rem 2.5rem; */
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, .42);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.top_media{
    display: none;
}

.nav_media{
    display: none;
}

.header .top img {
    width: 8.5rem;
    margin-left: 2.5rem;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-right: 6rem;
}

.nav p {
    margin-right: 1.125rem;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-family: pingfangm;
    display: flex;
    align-items: center;
}

#topBanner {
    position: relative;
}

#topBanner .swiper-slide {
    width: 100%;
    overflow: hidden;
}

#topBanner .swiper-slide img {
    width: 100%;

    /* animation: imgAnumation 2s forwards; */
}

#topBanner .swiper-slide .img_desc {
    position: absolute;
    top: 55%;
    left: 15%;
    color: #fff;
    line-height: 2;
    /* animation: leftRight 2s forwards; */
}

#topBanner .swiper-slide .img_desc .img_desc_text {
    width: 44rem;
}

.others {
    width: 49rem !important;
}

.threeimg {
    width: 39rem !important;
}

#topBanner .swiper-slide .b_line {
    width: 4rem;
    border-bottom: 2px solid #fff;
    margin-top: 1rem;
}

#topBanner .swiper-pagination {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

#topBanner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgb(216, 216, 216);
    margin-right: 1rem;
    border-radius: 0;
}

.news_more span:hover {
    color: #2186FE;
    cursor: pointer;
}

.big_font {
    font-size: 3rem;
    font-weight: 500;
}

.middle_font {
    font-size: 2.5rem;
    line-height: 2;
}

.small_font {
    margin-top: 1.5rem;
    font-size: 1rem;
}

@keyframes imgAnumation {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

.common-header-text-animation {
    animation: 1.2s ease 0s 1 normal forwards running leftRight1;
}

@keyframes leftRight1 {
    0% {
        transform: translate(0, 4rem);
        opacity: 0;
        color: #000;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.common-header-text-animation1 {
    animation: 1s ease 0s 1 normal forwards running leftRight2;
}

@keyframes leftRight2 {
    0% {
        transform: translate(0, 0rem);
        opacity: 0;
        color: #000;
    }

    100% {
        transform: translate(0, -1rem);
        opacity: 1;
    }
}

@keyframes leftRight {
    0% {
        transform: translate(0, 0);
        opacity: 0;
        color: #000;
    }

    100% {
        transform: translate(0, -10rem);
        opacity: 1;
    }
}

/* **************************************** 方案 —— products ***************************************************** */

.products {
    margin-top: 6rem;
    padding: 0 10rem;
    text-align: center;
}

.products_content {
    position: relative;
    display: flex;
    /* height: 40rem; */
    margin-top: 4rem;
    color: #fff;
}
.left-wrapper {
    width: 30%;
    /*background: url('../img/ab_01.png')no-repeat 100% 100%;
    background-size: cover;*/
    
    overflow: hidden;
}
.products_left {
    height: 22.5rem;
    overflow: hidden;
}

.products_left_image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
    height: 100%;
}

.products_left:hover .products_left_image {
    transform: scale(1.1);
}

.products_left:hover .products_left_hide {
    opacity: 1;
}

.products_left:hover .products_left_text {
    opacity: 0;
}

.products_top:hover .products_left_hide {
    opacity: 1;
}

.products_top:hover .products_left_text {
    opacity: 0;
}

.products_footer_left:hover .products_left_hide {
    opacity: 1;
}

.products_footer_left:hover .products_left_text {
    opacity: 0;
}

.products_footer_right:hover .products_left_hide {
    opacity: 1;
}

.products_footer_right:hover .products_left_text {
    opacity: 0;
}

.products_left_text {
    text-align: left;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.products_left_text p {
    font-size: 1.5rem;
}


.products_left_text .products_left_text_en {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.products_left_hide {
    opacity: 0;
    position: absolute;
    top: 3%;
    left: 4%;
    width: 92%;
    height: 94%;
    background-color: rgba(41, 113, 222, .6);
    transition: .6s;
    line-height: 1.8;
}
.bg-other {
    background-color: rgba(255, 63, 63, 0.7);
}

.products_P_List {
    text-align: left;
    padding: 3rem 2rem 0;
    font-size: 1rem;
}

.products_P_List>p:first-child {
    font-size: 1.6rem;
    font-weight: 600;
}

.products_P_List>p:nth-child(2) {
    margin-top: 1rem;
}

.products_right {
    position: relative;
    flex: 1 1;
    margin-left: 1rem;
}

.products_top_style {
    top: 5%;
    height: 90%;
    left: 2%;
    width: 96%;
    background-color: rgba(255, 169, 71, .6)
}

.products_P_top_style {
    padding: 3rem 2rem 0;
}

.products_P_left_style {
    padding: 8rem 2rem 0;
}

.products_P_right_style {
    padding: 8rem 2rem 0;
}

.products_left_style {
    top: 4%;
    left: 3%;
    width: 94%;
    height: 90%;
    background-color: rgba(63, 219, 126, .6);
}

.products_right_style {
    top: 4%;
    left: 3%;
    width: 94%;
    height: 90%;
    background-color: rgba(162, 128, 255, .6);
}

.products_top {
    position: relative;
    height: 22.5rem;
    /*background: url('../img/ab_02.png')no-repeat 100% 100%;*/
    /*background-size: cover;*/
    overflow: hidden;
}

.products_top_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
}

.products_top:hover .products_top_image {
    transform: scale(1.1);
}

.products_footer {
    margin-top: 1rem;
    height: 22.5rem;
    display: flex;
}

.products_footer_left {
    position: relative;
    width: 49.3%;
    height: 100%;
    margin-right: 1rem;
    overflow: hidden;
    /*background: url('../img/ab_03.png')no-repeat 100% 100%;
    background-size: cover;*/
}

.products_footer_left_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
}

.products_footer_left:hover .products_footer_left_image {
    transform: scale(1.1);
}

.products_footer_right {
    position: relative;
    width: 49.3%;
    height: 100%;
    overflow: hidden;
    /* background: url('../img/ab_04.png')no-repeat 100% 100%;
    background-size: cover;*/
}

.products_footer_right_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
}

.products_footer_right:hover .products_footer_right_image {
    transform: scale(1.1);
}

/* ****************************************核心技术 —— technologies***************************************************** */

.technologies {
    margin-top: 6rem;
    text-align: center;
}

.technologies_content {
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
}

.technologies_img {
    height: 45rem;
    /*background: url('../img/center.png')no-repeat;
    background-size: cover;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.technologies_img_total {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear .4s;
    height: 100%;
    z-index: -1;
    transform: scale(1.2)
}

.technologies_info {
    width: 33.33%;
    color: #fff;
}

.technologies_info_icon {
    width: 6rem;
    height: 6rem;
    margin: auto;
}

.technologies_info_icon:hover .technologies_img_total {
    transform: scale(1.1);
}

.swiper-image:hover {
    transform: scale(1.1);
    overflow: hidden;
}

.one {
    background: url('../img/icon%402x(1.json).png')no-repeat;
    background-size: cover;
}

.two {
    background: url('../img/icon%402x.png')no-repeat;
    background-size: cover;
}

.three {
    background: url('../img/icon%402x(2.json).png')no-repeat;
    background-size: cover;
}

.technologies_info:hover .technologies_info_icon {
    transition: 1s;
    transform: rotateY(360deg);
}

.technologies_info_middleText {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-family: pingfangm;
}

.technologies_info_smallText {
    margin-top: 1rem;
    font-size: 1rem;
    font-family: pingfangr;
}

.strong {
    margin-top: 0.8rem;
    border-bottom: 1px solid #fff;
}

.active_strong {
    border-bottom: 1px solid #2971DE;
}

.goTop {
    position: fixed;
    top: 60%;
    right: -10rem;
    z-index: 999;
    transition: all 0.3s linear;
}

.goTop:hover {
    right: 0;
}

.mobileIcon-wrapper .tel {
    float: left;
    line-height: 2.5rem;
    font-size: 1.2rem;
    background: #1860ac;
    color: #fff;
    width: 10rem;
    text-align: center;
    cursor: pointer;
}

.mobileIcon-wrapper .mobileIcon {
    cursor: pointer;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    background: url('../img/solutions/moblie.png') no-repeat;
    background-size: 70% 70%;
    background-position: 50%;
    background-color: #2971DE;
    border-radius: 3px;
    margin-bottom: .5rem;
}

/*@keyframes linearInOut {
    0% {
       right: 0; 
    }
    100% {
        right: 
    }
}*/
.topImg {
    position: fixed;
    top: 64.5%;
    z-index: 999;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url('../img/solutions/top.png') no-repeat;
    background-size: 80% 80%;
    background-position: 50%;
    background-color: #fff;
    border-radius: 3px;
}

.topImg>a {
    width: 3rem;
    height: 3rem;
    display: inline-block;
}

/* ****************************************资质荣誉 —— honor***************************************************** */

.honor {
    padding: 0 10% 5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.honor h1 {
    margin-top: 6rem;
}

.honor_content {
    margin-top: 4rem;
    display: flex;
    position: relative;
}

.honor_content_img {
    width: 45rem;
    height: 27.5rem;
}

.honor_content_text {
    max-height: 23.4rem;
    margin-left: 2rem;
    color: #4B5A79;
    line-height: 2;
    text-align: left;
    text-indent: 2em;
}

.honor_content_text>p {
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /*允许在单词内换行,防止有字母时候出问题*/
}

.honor_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    border: none;
    background-color: #2971dE;
    color: #fff;
    padding: 0.8rem 3rem;
    font-size: 1rem;
    margin-top: 1rem;
}

.honor_btn:hover {
    background-color: #0ba6b0;
}

/* ****************************************典型案例 —— typical***************************************************** */

.typical {
    margin-top: 6rem;
    text-align: center;
}

#typicalBanner {
    position: relative;
    margin-top: 4rem;
    width: 80%;
    margin-left: 10%;
    /*display: flex*/
}

#typicalBanner .solid {
    float: left;
}

#typicalBanner .swiper-image-wrapper {
    width: 33%;
    height: 18.25rem;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.swiper-image-wrapper .swiper-image {
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}

#typicalBanner .swiper-button-typical-prev {
    width: 3rem;
    height: 3rem;
    background-color: rgba(91, 112, 136, .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0.8rem;
    cursor: pointer;
    z-index: 11;
}

#typicalBanner .swiper-button-typical-next {
    width: 3rem;
    height: 3rem;
    background-color: rgba(91, 112, 136, .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    cursor: pointer;
    z-index: 11;
}

#typicalBanner .swiper-typical-pagination {
    width: 5rem;
    height: 2rem;
    margin: auto;
    background-color: rgb(185, 185, 185);
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 3rem;
}

#typicalBanner .swiper-typical-pagination .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
}

.solid {
    width: 33%;
    /* height: 19.12rem; */
    display: inline-block;
    padding: 4rem 1.4rem 0;
    box-sizing: border-box;
}

.solid>P {
    color: #fff;
    font-size: 0.875rem;
    font-family: pingfangm;
}

.solid>P:first-child {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blue {
    background-color: #2AB9FF;
}

.green {
    background-color: #3FDB7E;
}

.yellow {
    background-color: #FFAE47;
}

.orange {
    background-color: #FFA947;
}

.blue_2 {
    background-color: #6394FE;
}

.purple {
    background-color: #A280FF;
}

.typical_data {
    padding: 0 10%;
    margin-top: 6rem;
    height: 15rem;
    background: url('../img/hzbg5665.png')no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}

.typical_servicer {
    width: 18%;
    text-align: center;
}

.dynamic {
    font-size: 2rem;
    font-weight: 600;
}

.dynamic_num {
    font-size: 3.125rem;
    font-family: hiu;
}

.typical_servicer>p {
    font-size: 1rem;
    margin-top: .5rem;
    font-family: pingfangm;
}

.vertical {
    height: 4rem;
    border-left: 1px solid #fff;
}

/* ****************************************客户&伙伴 —— customers***************************************************** */

.customers {
    padding: 0 10% 5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.customers h1 {
    margin-top: 6rem;
}

.customers_partner {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;

}

.customers_partner>img:hover {
    transform: scale(1.2);
}

.customers_partner>img {
    width: 19%;
    padding: 1.5rem 0;
    margin-right: 1%;
    margin-top: 1rem;
    background-color: #fff;
    transition: all linear 0.5s;
    cursor: pointer;
}

.products-hover-p {
    cursor: pointer;
    transition: all linear 0.3s;
}

.products-hover-p:hover {
    transform: translateX(2em);

}

/* ****************************************新闻中心 —— news***************************************************** */

.news {
    margin-top: 6rem;
    text-align: center;
    /*padding: 0 10% 6rem;*/
}

.news_info {
    display: flex;
    justify-content: space-around;
    padding: 0 10% 5rem;
}

.news_content {
    width: 33%;
    margin-top: 4rem;
    margin-right: 3rem;
    border: 1px solid rgb(226, 226, 226);

}

.news_content:nth-child(3) {
    margin-right: 0;
}

.news_content .news_content_img {
    width: 100%;
    height: 14rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.news_content .news_content_img img {
    width: 100%;
    height: 100%;
    transition: all linear 0.3s;

}

.news_content .news_content_img:hover img {
    transform: scale(1.2);
}

.news_content .news_content_img .bg {
    width: 100%;
    height: 100%;
    background: #fff;
    /*z-index: 99;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all linear .3s;
    background: rgba(24, 96, 172, .8)
}

.news_content .news_content_img:hover .bg {
    opacity: 1
}

.bg .news_title {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    margin-top: 20%;
}

/*@keyframes fadeInRight {
    0% {
       opacity: 0.3;
    }
    50% {
        opacity: 0;
    }
    100% {
       opacity: .3;
    }
}*/


.news_date {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.news_title {
    flex: 1 1;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0.8rem;
    margin-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-family: pingfangm;
}

.date {
    width: 7rem;
    border-right: 1px solid #eee;
    padding-left: 0rem;
    padding-top: 8px;
}

.day {
    font-size: 2.25rem;
    color: #2971DE;
    font-family: hiu;
    text-align: center;
}

.year {
    font-size: .8rem;
    color: #333333;
    font-family: hiu;
    text-align: center;
}

.more_icon {
    width: 0.875rem;
    /*height: 1rem;*/
}

.news_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #666666;
    padding: 0.5rem 2rem 1rem;
}

.news_more span {
    font-family: pingfangm;
}

.mobile-wrapper {
    display: flex;
    align-items: center;
    font-family: hiu !important;
    font-size: 1rem !important;
}

.mobile {
    width: 1rem;
    height: 1rem;
    background: url('../img/solutions/phonecall.png') no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: .5rem;
}

.mobile1 {
    width: 1rem;
    height: 1rem;
    background: url('../img/solutions/phonecall1.png') no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: .5rem;
}

.products_left_media{
    display: none;
}

.products_footer_media{
    width: 100%;
    display: flex;
}

/*.nav p:hover {
    color: #2971DE;
}*/
.core h2 {
    font-family: pingfang;
}

@media screen and (max-width: 750px) {
    .swiper-container {
        height: 60rem;
    }

    

    .nav_media{
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        transform: translateX(100%);
        transition: .4s;
        overflow-y: scroll;
    }

    .closeImg{
        padding: 2rem;
        width: 3rem;
    }

    /*.clearfix>img{
        width: 100%;
    }*/

    .nav_info_list{
        color: #333;
        font-size: 1.6rem;
    }

    .nav_info_media>img{
        width: 3.5rem;
        height: 3.5rem;
    }

    .nav_info_media{
        padding: 1rem 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .nav_info_media_fold{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_info_media_fold>img{
        width: 3.5rem;
        height: 3.5rem;
    }

    .two_stage{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        height: 0;
        transition: .6s;
        /* transform: translateY(-100%); */
    }

    .two_stage>span{
        width: 100%;
        padding: 1rem 0 1rem 2rem;
        border-bottom: 1px solid #eee;
    }

    .two_stage>span:last-child{
        border-bottom: 0;
    }

    .nothing{
        padding: 1rem 3rem;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .top_media{
        width: 100%;
        height: 80px;
        padding: 0 2.5rem;
        display: flex;
        align-items: center;
        background-color: rgb(24, 96, 172);
        position: fixed;
        z-index: 10;
    }

    .whitelogo{
        width: 30%;
        margin-left: 8rem;
    }
    .whitelogo1{
        width: 136px;
        height: auto;
        /*margin-left: 8rem;*/
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .order_media{
        width: 2.5rem;
        height: 3rem;
    }
    #topBanner .swiper-slide .img_desc {
        left: 1%;
    }
    #topBanner .swiper-slide .img_desc .img_desc_text {
        width: 100% !important;
    }

    #topBanner .swiper-slide img {
        object-fit: cover;
        object-position: 75%;
    }

    .products {
        padding: 0 1rem;
    }
    .left-wrapper {
        /* width: 80%; */
        margin: 0 0 1.5rem 0;
        width: auto;
        overflow: hidden;
    }
    .products_right {
        margin-left: 0 !important;
    }
    .products_footer{
        height: 100% !important;
        flex-direction: column; /* + */
        /* height: 92%; */
        /* height: 20rem; */
    }

    .products_content {
        height: auto;/* + */
        flex-direction: column;
        margin-top: 1rem;
    }

    .products_left {
        /* display: none; */
        width: 100%;
        height: 20rem;
    }

    .products_top{
        height: 20rem;
        /* height: 33%; */
    }

    .products_left_image {
        /* width: 150%; */
        width: 100%;
        height: 20rem;
        object-fit: cover;
    }

    .products_top_image {
        object-fit: cover;
        object-position: 75%;
    }

    .products_footer_left_image {
        object-fit: cover;
        object-position: 75%;
    }

    .products_footer_right_image {
        object-fit: cover;
        object-position: 75%;
    }

    .products_footer_media{
        /* width: 100%; */
        margin-top: 1rem;

        flex: 1;
        flex-direction: column;
    }

    .products_footer_left{
        width: 100%;
        height: 20rem;
    }

    .products_footer_right{
        margin-top: .8rem;
        width: 100%;
        height: 20rem;
    }

    .products_left_media{
        /* width: 50%; */
        width: 100%;
        height: 12rem;

        margin-right: 1rem;
        display: block;
    }

    .technologies_img {
        height: 56rem;
        display: block;
        line-height: 2;
    }

    .technologies_img_total {
        object-fit: cover;
        object-position: 60%;
    }

    .strong {
        border: none;
    }

    .active_strong {
        border: none;
    }

    .technologies_info_middleText {
        font-size: 1.8rem;
    }

    .technologies_info_smallText {
        margin-top: 0;
        font-size: 1.4rem;
    }

    .technologies_info {
        width: 80%;
        margin: 3rem auto;
    }

    .honor {
        padding: 0 0 5rem 0;
    }

    .honor_content {
        display: block;
    }

    .honor_content_img {
        width: 100%;
        height: 100%;
    }

    .honor_content_text {
        max-height: 45.4rem;
        margin: 1rem 1rem 2rem;
    }

    .honor_btn {
        bottom: -1rem;
        left: 0;
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 2rem;
    }

    .honor_content_text>p {
        text-indent: 2em;
        font-size: 1.6rem;
    }

    .solid {
        width: 100%;
        height: 20rem;
    }

    .margin-media {
        margin-top: 1rem;
    }

    .swiper-image-wrapper {
        width: 100% !important;
    }

    .swiper-media {
        height: 115rem;
    }

    .swiper-image-media {
        display: inline-block !important;
    }

    .swiper-image {
        display: none;
    }

    .typical_data {
        height: 30rem;
        flex-direction: column;
        padding:3rem 0;
    }

    .typical_servicer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vertical{
        height: 0;
    }

    .customers{
        padding: 0 2% 5rem;
    }

    .customers_partner{
        justify-content: center;
    }

    .customers_partner>img{
        width: 45%;
        margin-right: 1rem;
    }

    .news_info{
        display: block;
        padding: 0 5% 5rem;
    }

    .news_content{
        width: 100%;
    }

    h1 {
        font-size: 3.4rem;
    }

    .desc {
        font-size: 1.6rem;
    }
    .products-hover-p {
        display: none;
    }
    .products_P_List {
        padding: 2rem 2rem 0;
    }
    .tips {
        display: block;
    }
    
}