.resource_center_box {
    padding: 2.125rem 0 1.5rem 0;
}

.resource_center .tit {
    margin: 0 0 1.5rem 0;
}

.resource_center .tit img {
    display: block;
    margin: 0 .5375rem 0 0;
    width: 33px;
    height: 47px;
}

.resource_center .p_box img {
    display: block;
    width: 100%;
}

.resource_center .p_box ul li img {
    display: block;
    width: 16px;
    height: 21px;
}

.resource_center .p_box ul li p {
    font-size: 12px;
}


.resource_center .p_box ul li {
    display: flex;
    align-items: center;
}


.resource_center .p_box {
    position: relative;
}


.resource_center .p_box ul li:nth-child(1) {
    position: absolute;
    top: 56%;
    left: 56%;
}


.resource_center .p_box ul li:nth-child(2) {
    position: absolute;
    top: 56%;
    left: 65%;
}


.resource_center .p_box ul li:nth-child(3) {
    position: absolute;
    top: 56%;
    left: 41%;
}

.resource_center .p_box ul li:nth-child(4) {
    position: absolute;
    top: 46%;
    left: 64%;
}

.resource_center .p_box ul li:nth-child(5) {
    position: absolute;
    top: 48%;
    left: 50%;
}

.resource_center .p_box ul li:nth-child(6) {
    position: absolute;
    top: 30%;
    left: 66%;
}

.resource_center .p_box ul li:nth-child(7) {
    position: absolute;
    top: 50%;
    left: 61%;
}

.resource_center .p_box ul li:nth-child(8) {
    position: absolute;
    top: 80%;
    left: 62%;
}

.resource_center .p_box ul li:nth-child(9) {
    position: absolute;
    top: 83%;
    left: 63%;
}

.resource_center .p_box ul li:nth-child(10) {
    position: absolute;
    top: 45%;
    left: 59%;
}

.product_center_box {
    padding: 1.25rem 0 1.5rem 0;
    box-sizing: border-box;
    background-color: #FAF9FF;
}

.product_center .tit img {
    display: block;
    margin: 0 .5375rem 0 0;
    width: 47px;
    height: 47px;
}

.product_center ul {
    flex-wrap: wrap;
}


.product_center ul li {
    margin: 0 0 .375rem 0;
    width: 33%;
}

.product_center ul li a {
    display: block;
    padding: .625rem 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #ECECFF !important;
    border-radius: 10px;
}

.product_center .tit {
    margin: 0 0 1rem 0;
}

.product_center ul li a h4 {
    margin: .625rem 0 .3125rem 0;
}

.product_center ul li a .p_box {
    margin: 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product_center ul li a img {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 0 0 #fff);
}

.product_center ul li a:hover img {
    filter: drop-shadow(0px 0 0 #fff);
    z-index: 2;
}

.product_center ul li a:hover {
    background-color: #2684FF !important;
    color: #fff !important;
    transition: all 0.6s;
}

.solution_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.solution .tit img {
    display: block;
    margin: 0 .5375rem 0 0;
    width: 60px;
    height: 60px;
}

.bannersolution .p_box img,
.bannersolution .xfbox img {
    display: block;
    width: 100%;
}

.bannersolution .text_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem .1875rem;
    box-sizing: border-box;
    background-color: #ECECFF;
    line-height: .45rem;
}

.bannersolution .text_box h5 {
    font-size: .25rem;
    height: 70px;
}

.bannersolution .text_box img {
    display: block;
    width: 21px;
    height: 21px;
}

.solution .tit {
    margin: 0 0 .75rem 0;
}

.bannersolution .xfbox {
    position: absolute;
    left: 0;
    top: 200%;
    height: 100%;
}

.bannersolution .xfbox img {
      height: 100%;
}

.bannersolution a:hover .xfbox {
    top: 0;
    transition: all 0.6s;
}

.bannersolution a:hover {
    transform: scale(1.1);
    transition: all 0.6s;
}

.bannersolution a {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.xftext_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem .375rem;
    box-sizing: border-box;
    color: #fff;
    line-height: .45rem;
    height: 100%;
}

.xftext_box h6 {
    margin: 0 0 .25rem 0;
}

.jiahaobox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .45rem !important;
    height: .45rem !important;
    background-color: #fff;
    border-radius: 50px;
    color: #2684FF;
    font-size: 30px;
}

.bannersolution .swiper-wrapper {
    padding: .75rem 0;
    box-sizing: border-box;
}

.bannersolution .swiper-containersolution {
    padding: 0 .375rem;
    box-sizing: border-box;
}

.bannersolution {
    position: relative;
}

.swiper-button-prevsolution {
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.swiper-button-nextsolution {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.swiper-button-prevsolution:hover,
.swiper-button-nextsolution:hover {
    color: #2684FF;
    transition: all 0.6s;
    cursor: pointer;
}

.service_support .tit img {
    display: block;
    margin: 0 .5375rem 0 0;
    width: 39px;
    height: 47px;
}

.service_support .tit {
    margin: 0 0 .75rem 0;
}

.service_support ul {
    padding: 0 10% !important;
    box-sizing: border-box;
    background-color: #454545;
}

.service_support ul li {
    width: 25%;
}


.service_support ul li .p_box>img {
    display: block;
    width: 100%;
}

.service_support ul li a {
    position: relative;
    display: block;
}

.service_support ul li a .text_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}


.service_support ul li a .text_box img {
    display: block;
    margin: 0 0 .875rem 0;
    width: 1.875rem;
    height: 1.875rem;
}

.service_support ul li a .text_box h5::after {
    content: " ";
    display: block;
    margin: .25rem auto;
    width: 60px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
}

.service_support ul li a .p_box {
    position: relative;
}

.service_support ul li a .p_box::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2684FF;
    opacity: 0;
}

.service_support ul li a:hover .p_box::after {
    opacity: 1;
    transition: all 0.6s;
}

.about .tit img {
    display: block;
    margin: 0 .5375rem 0 0;
    width: 50px;
    height: 47px;
}

.about_box {
    padding: 1.5rem 0;
    box-sizing: border-box;
    line-height: .45rem;
}

.about .tit {
    margin: 0 0 1.25rem 0;
}

.about .line_box .l,
.about .line_box .r {
    width: 50%;
}

.about .line_box .l h5 {
    margin: 0 0 .375rem 0;
}

.about .line_box .bottom ul li img {
    display: block;
    margin: 0 .5rem 0 0;
    width: 1.875rem;
    height: 1.875rem;
}

.about .line_box .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1875rem 0;
    box-sizing: border-box;
    margin: 1.25rem 0 0 0;
    width: 40%;
    color: #fff !important;
    background: linear-gradient(#3D96F4, #25C9FE);
    border-radius: 50px;
}

.about .line_box .bottom a:hover {
    background: linear-gradient(#25C9FE, #3D96F4);
    transition: all 0.6s;
}

.about .line_box .bottom a i {
    margin: 0 0 0 .5rem;
}

.about .line_box .r img {
    display: block;
    width: 100%;
}

.about .line_box .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.about .line_box .l .top {
    margin: 0 0 1.25rem 0;
}

.xfimh {
    display: none;
}

.product_center ul li a:hover .xfimh {
    display: block;
}

.content_item {
    display: none;
}

.item_act {
    display: block;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .resource_center .p_box>img {
         position: relative;
         transform: translate(-15%, -5%);
        width: 150%;
    }
    
    .bannersolution .text_box {
        line-height: 1.5;
    }

    .resource_center .p_box ul li p {
        font-size: 12px !important;
    }

    .product_center ul li {
        width: 49%;
    }

    .product_center ul li a {
        line-height: 1.5;
    }

    .product_center ul li a h4 {
        height: 50px;
    }

    .bannersolution .text_box h5 {
        line-height: 1.4;
    }

    .service_support ul li a .text_box p {
        display: none;
    }

    .service_support ul li a .text_box h5::after {
        display: none;
    }

    .about .line_box .l,
    .about .line_box .r {
        width: 100%;
    }

    .about .line_box {
        flex-wrap: wrap;
    }

    .about .line_box .l {
        line-height: 1.5;
    }

    .about .line_box .bottom ul li:hover {
        cursor: pointer !important;
        
    }

    .about .line_box .bottom ul li img {
        margin: 0;
        width: 60px;
        height: 60px;
        cursor: pointer !important;

    }

    .about .line_box .bottom ul {
        justify-content: space-around;
    }

    .service_support ul li {
        margin: 15px 0;
        width: 45%;
    }

    .service_support ul {
        padding: 15px 10% !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .swiper-button-prevsolution,
    .swiper-button-nextsolution {
        display: none;
    }

.resource_center .p_box ul li:nth-child(4) {
    position: absolute;
    top: 31%;
    left: 71%;
}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}