
    html,body{
        overflow-x:hidden;
    }
    .nav_sidebar ul li:first-child .aHead{
        border-bottom: 4px solid #315EFF;
    }
    .h-648 {
        height: auto;
    }
    .swipre-btn {
        width: 8.75rem;
        height: 2.5rem;
        background: rgba(238, 244, 255, 0.2);
        border: 1px solid #FFFFFF;
        border-radius: 20px;
    }
    .swipre-btn:focus {
        outline: none;
    }
    .swipre-btn a{
        color: #fff;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10%;
        right: auto;
        width: 48px;
        height: 48px;
        background-image: url('../images/banner-l.png');
        background-size: 100% 100%;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        font-family: monospace;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10%;
        left: auto;
        width: 48px;
        height: 48px;
        background-image: url('../images/banner-r.png');
        background-size: 100% 100%;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        font-family: monospace;
    }
    .swiper-button-next-pro {
        background-image: url('../images/banner-r.png');
    }
    button:hover {
        background: rgba(238, 244, 255, 0.6) !important;
    }
    
    /* 外层容器 */
    .swiper-plan {
        width: 1400px;
        height: 420px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    /* 轮播项 */
    .swiper-plan .swiper-slide {
        width: 85.71%;
        height: calc(100% - 20px);
        font-size: 32px;
        font-weight: 500;
        color: #ffffff;
        /* 文字垂直居中 */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .planBox .swiper-slide-prev .planSlide-right,.swiper-slide-next .planSlide-right {
        display: none;
    }
    .planBox .swiper-slide-prev .planSlide{
        justify-content: center;
    }
    .swiper-slide-next .planSlide{
        justify-content: center;
    }
    .planBox .swiper-slide-prev::before,.swiper-slide-next .planSlide-right::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: hsla(0,0%,100%,.5)!important;
        z-index: 999;
        backdrop-filter: blur(2.5px)!important;
    }
    .swiper-slide-next .planSlide::before,.swiper-slide-next .planSlide-right::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: hsla(0,0%,100%,.5)!important;
        z-index: 999;
        backdrop-filter: blur(2.5px)!important;
    }

    /* 色彩来源：https://color.uisdc.com/ */
    .swiper-plan .swiper-slide-1 {
        background-color: #315EFF;
    }

    .swiper-plan .swiper-slide-2 {
        background-color: #8d4bbb;
    }

    .swiper-plan .swiper-slide-3 {
        background-color: #9d2933;
    }

    .swiper-plan .swiper-slide-4 {
        background-color: #003371;
    }

    .swiper-plan .swiper-slide-5 {
        background-color: #4c8dae;
    }
    .swiper-plan .swiper-slide-6 {
        background-color: #315EFF;
    }
    .planSlide {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .planSlide-left {
        width: 456px;
        margin-left: 60px;
        text-align: left;
    }
    .planSlide-left h2{
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 24px;
        color: #FFFFFF;
    }
    .planSlide-left p {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0;
        line-height: 22px;
    }
    .planSlide-right {
        width: 608px;
        height: 100%;
        background: #103DBD;
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .planSlide-right img {
        width: 100%;
        height: 100%;
    }
    .planSlide-right::before {
        content: '';
        position: absolute;
        left: -45px;
        bottom: 0;
        width: 45px;
        height: 20px;
        background-image: url(../images/Solution-mask.png);
        background-size: 100% 100%;
    }
    .planSlide-right::after {
        content: '';
        position: absolute;
        right: -45px;
        bottom: 0;
        width: 45px;
        height: 20px;
        background-image: url(../images/Solution-mask.png);
        background-size: 100% 100%;
        transform: rotateY(180deg); 
    }
    .show-more-plan {
        width: 140px;
        height: 40px;
        background: #EEF4FF;
        border: 1px solid #315EFF;
        border-radius: 20px;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
    .show-more-plan:focus {
        outline: none;
    }
    .show-more-plan a {
        font-size: 14px;
        font-weight: 400;
        color: #315EFF;
    }
    .caseTitle {
        width: 100%;
        height: 80px;
        background-image: url('../images/division.png');
        line-height: 80px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
    }
    .case-bottom {
        height: 128px;
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: all .3s
    }
    .case-bottom .txt {
        font-size: 16px;
        font-weight: 400;
        color: #191A24;
        margin-bottom: 8px;
    }
    .case-bottom p {
        font-size: 14px;
        font-weight: 400;
        color: #758096;
        line-height: 22px;
        margin: 0 20px;
    }
    .caseBox .list li:hover .case-bottom {
        background-color: #315EFF;
        height: 170px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .caseBox .list li:hover .case-bottom .txt {
        color: #fff;
    }
    .caseBox .list li:hover .case-bottom p {
        color: #fff;
    }
    .caseBox .list li:hover .pic {
        border-radius: 0px;
    }
    .caseBox .list li:hover .case-bottom {
        border-radius: 0px;
    }
    .case-mask {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2.08333vw;
        border-radius: 60% 60% 0 0/100% 100% 0 0;
        transform: scaleY(0);
        transform-origin: center bottom;
        z-index: 5;
        background: transparent;
        transition: all .1s
    }
    .caseBox .list li:hover .case-mask {
        bottom: 6.65vw;
        background: #fff;
        transform: scaleY(.5);
    }
    .zw-img-sm {
        display: none;
    }
    .swiper-position-title {
        top:27%;
    }
    .swiper-plan-sm {
        display: none;
    }
    .swiper-plan {
        display: block;
    }
    .pro-case{
        width: 100%;
        height: auto;
        background-color:  #f5f5f5;
    }
    .contactUs{
        margin: 0 auto;
        font-size: 32px;
        font-weight: 400;
        color: #666666;
        opacity: 0.2;
        position: relative;
        top: -30px;
    }
    .caseBox >p{
        color: #666666;
    }
    .amap-logo {
        display: none !important;
    }
    .amap-copyright {
        display: none !important;
    }
    .our-company{
        width: 100%;
        height: 650px;
        background-image: url('../images/company-banner.png');
        background-size: 100% 100%;
    }
    .company-container {
        display: flex;
        justify-content: space-between;
        padding-top: 96px;
    }
    .our-company >div{
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .company-img {
        width: 376px;
        height: 544px;
        position: absolute;
        top: 140px;
        right: 0;
    }
    .company-left {
        width: 796px;
    }
    .company-left h3 {
        margin-bottom: 52px;
        font-size: 28px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .company-left p {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: left;
        line-height: 30px;
    }
    .company-left-f4 {
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .company-left-f4 >div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 54px;
    }
    .company-left-f4 img {
        width: 87px;
        height: 77px;
    }
    .newsTitle {
        padding-top: 96px;
        margin-bottom: 60px;
    }
    .newsM {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .newsM-left {
        width: 540px;
    }
    .newsM-left h6 {
        font-size: 16px;
        font-weight: 550;
        color: #191A24;
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: left;
    }
    .newsM-left p {
        font-size: 14px;
        font-weight: 400;
        color: #758096;
        text-align: left;
        line-height: 22px;
    }
    .newsBg {
        width: 538px;
        height: 334px;
        border-radius: 8px;
        background-size: 100% 100%;
    }
    .newsBg >div {
        display: block;
        width: 70px;
        height: 70px;
        background: #315EFF;
        border-radius: 8px 0px 8px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .newsBg >div span:first-child {
        display: block;
        font-size: 42px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .newsBg >div span:last-child {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 12px;
    }
    .new-date {
        width: 60px;
        height: 68px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .new-date span:first-child{
        font-size: 42px;
        font-weight: 500;
        color: #BEC3D4;
        line-height: 42px;
    }
    .new-date span:last-child {
        font-size: 14px;
        font-weight: 500;
        color: #BEC3D4;
        line-height: 24px;
    }
    .newM-right-li {
        width: 591px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        padding-bottom: 16px;
        padding-top:14px;
        border-bottom: 1px solid #F0F0F0;
    }
    .newM-right-container ul a:nth-child(2) .newM-right-li {
        padding-top: 0;
    }
    .newM-right {
        width: 516px;
        
    }
    .newM-right .dh5 {
        font-size: 16px;
        font-weight: 400;
        color: #191A24;
        margin-bottom: 4px;
    }
    .newM-right .dh5:hover,.newsM-left h6:hover {
        color: #315EFF;
    }
    .newM-right p {
        font-size: 14px;
        font-weight: 400;
        color: #758096;
        line-height: 22px;
    }
    .newM-right-container ul a:first-child {
        display: none;
    }
    .newM-right-container ul a:last-child .newM-right-li {
        border-bottom: 0px solid;
    }
    .animat-Frame {
        width: 60px;
        /* height: 60px; */
        margin: 0 auto;
        background-size: 100%;
    }
    .swiper_pro_w .swiper-button-next-pro:focus ,.swiper_pro_w .swiper-button-prev-pro:focus {
        outline: none;
    } 
    .consulting{
        display: none;
    }
    .code-img{
        display: none;
    }
    .phoneNumber {
        position: fixed;
        z-index: 900;
        top: 57.4%;
        left: 1px;
        /*box-shadow: 0 0 1px #000;*/
    }
    .Online {
        position: fixed;
        z-index: 900;
        top: 77.8%;
        left: 1px;
    }
    .backTop {
        position: fixed;
        z-index: 900;
        top: 88%;
        left: 1px;
        display: none;
    }
    @media only screen and (max-width:480px) {
        .h-648 {
            height: 382px;
        }
        .zw-img {
            display: none;
        }
        .newsTitle {
            font-size: 22px !important;
            padding:0;
            margin-bottom: 30px;
        }
        .swipre-btn {
            display:none;
        }
        .swiper-position-title {
            top: 67%;
            left: 0;
            width: 100%;
            text-align: center;
            display: none;
        }
        .swiper-position-title h1 {
            margin-bottom: 10px;
        }
        .proBox .t2 {
            display: none;
        }
        .proBox li {
            width: 84px;
            height: 72px;
            border-radius: 4px;
            background: linear-gradient(0deg, #F6F9FA 0%, #F6F9FA 100%);
            box-shadow: 0px 3px 30px 0px rgba(16, 61, 189, 0.18);
        }
        .proBox .pic {
            float: none;
            width: 100%;
            padding: 0;
            margin: 0;
            height: auto;
        }
        .proBox .pic img {
            width: 42px;
            height: 32px;
        }
        .proBox .txt {
            margin: 0;
            text-align: center;
        }
        .proBox ul {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 8px;
        }
        .proBox .t1 {
            font-size: 12px;
        }
        .proBox li a {
            display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .swiper_pro_w .button-next,.swiper_pro_w .button-prev {
            display: none !important;
        }
        .swiper_pro_w {
            padding: 0 10px;
        }
        .triangle {
            margin-bottom: 10px;
            background: transparent;
        }
        .planBox .tit {
            margin-bottom: 30px;
            font-size: 22px !important;
        }
        .swiper-plan-sm {
            display: block;
        }
        .swiper-plan {
            display: none;
        }
        .swiper-plan-sm {
            margin: 0 15px;
            text-align: left;
        }
        .swiper-plan-sm-img {
            width: 100%;
            height: auto;
        }
        .swiper-plan-sm-h6 {
            font-size: 16px;
            font-weight: 500;
            color: #191A24;
            margin: 18px 0 12px 0;
        }
        .swiper-plan-sm-p {
            font-weight: 400;
            color: #758096;
            line-height: 24px;
        }
        .show-more-plan {
            margin: 10px 0 20px 0;
        }
        .caseTitle {
            line-height: 16px;
            display: flex;
            justify-content: center;
            background-image: url('../images/caseTitleImg.png');
            align-items: center;
            font-size: 14px;
            height: 54px;
            padding: 0 64px;
        }
        .caseBox .list .pic {
            border-radius: 0;
        }
        .case-bottom p {
            display: none;
        }
        .caseBoxW {
            padding: 0 15px;
        }
        .caseBox .list .pic {
            height: 95px;
        }
        .caseBox .tit {
            margin-bottom: 30px;
            font-size: 22px;
        }
        .case-bottom {
            height: 30px;
            border-radius: 0px;
            background: none;
        }
        .case-bottom .txt {
            margin-bottom: 0;
        }
        .caseBox .list .pic img {
            height: 95px;
            border-radius: 4px;
        }
        .caseBox .list li {
            margin-bottom: 0px;
            border-radius: 0;
        }
        .company-img {
            display: none;   
        }
        .company-left-f4 img {
            width: 63px;
            height: 56px;
        }
        .our-company >div p {
            padding: 0 !important;
        }
        .our-company >div p span {
            display: block;
        }
        .company-left p {
        }
        .company-left h3 {
            font-size: 20px;
        }
        .company-container {
            padding-top: 30px;
        }
        .company-left h3 {
            margin-bottom: 20px;
        }
        .company-left >p {
            font-size: 14px;
            margin: 0 15px;
        }
        .our-company {
            height: auto !important;
        }
        .company-left-f4 >div {
            margin-top: 20px;
        }
        .newsM {
            width: 100%;
        }
        .newM-right-container {
            display: none;
        }
        .newsBg {
            width: 100%;
            height: 230px;
        }
        .show-more-plan {
            width: 160px;
        }
        .animat-Frame {
            width: 40px;
            height: 40px;
        }
        .caseBox .tit::before, .planTitle::before {
            top: calc(100% + 6px);
        }
        .contactW {
            margin-top: 20px;
        }
        .zw-img-sm {
            display: block;
        }
        button:hover {
            background: none !important;
        }
        .caseBox .list li:hover .pic {
            height: 95px;
        }
        .company-left-f4 p {
            text-align: center;
            line-height: 1.4;
            margin-top: 8px;
        }
        .caseBox .list li:hover .case-bottom {
            height: 30px;
        }
    }
@media only screen and (max-width:1200px){
    .Online {
        display: none;
    }
    .backTop {
        display: none;
    }
    .services{
        display: none;
    }
    .consulting{
        width: 100%;
        height: 72px;
        position: fixed;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #0621C8;
    }
    .consulting a:first-child{
        width: 200px;
        height: 36px;
        line-height: 36px;
        background: #fff;
        text-align: center;
    }
    .consulting a:nth-child(2){
        width: 200px;
        height: 36px;
        line-height: 36px;
        background: #E1EEFA;
        text-align: center;
    }
    .consulting .add-wechat{
        width: 200px;
        height: 36px;
        line-height: 36px;
        background: #f5f5f5;
        text-align: center;
    }
    .code-img{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: rgba(1,1,1,0.3);
    }
    .code-about{
        width: 300px;
        height: 350px;
        position: fixed;
        top: calc( 50% - 175px );
        left: calc( 50% - 150px );
       
        border-radius: 10px;
        background-color: #fff;
    }
    .code-img img{
        width: 100%;
        height: 100%;
    }
    .code-weChat{
        text-align: center;
        font-size: 22px;
        margin:16px 10px;
    }
    .close-code{
        float: right;
    }
    .weChat_num{
        width: 240px;
        height: 60px;
        background-color: #f5f5f5;
        margin: 20px auto 10px auto;
        border-radius: 6px;
        line-height: 60px;
        font-size: 18px;
        color: #999999;
        padding-left: 10px;
    }
    .copy-weChat{
        background-color: #1aad17;
        border-radius: 6px;
        width: 14rem;
        height: 3rem;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px auto;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .code-about img{
        width: 240px;
        height: 142px;
    }
}
@media only screen and (max-width:750px){
    .services{
        display: none;
    }
    .consulting{
        width: 100%;
        height: 53.36px;
        position: fixed;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #0621C8;
    }
    .consulting a:first-child{
        width: 100px;
        height: 36px;
        line-height: 36px;
        background: #fff;
        text-align: center;
    }
    .consulting a:nth-child(2){
        width: 100px;
        height: 36px;
        line-height: 36px;
        background: #E1EEFA;
        text-align: center;
    }
    .consulting .add-wechat{
        width: 100px;
        height: 36px;
        line-height: 36px;
        background: #f5f5f5;
        text-align: center;
    }
    .code-img{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: rgba(1,1,1,0.3);
    }
    .code-about{
        width: 300px;
        height: 350px;
        position: fixed;
        top: calc( 50% - 175px );
        left: calc( 50% - 150px );
       
        border-radius: 10px;
        background-color: #fff;
    }
    .code-img img{
        width: 100%;
        height: 100%;
    }
    .code-weChat{
        text-align: center;
        font-size: 22px;
        margin:16px 10px;
    }
    .close-code{
        float: right;
    }
    .weChat_num{
        width: 240px;
        height: 60px;
        background-color: #f5f5f5;
        margin: 20px auto 10px auto;
        border-radius: 6px;
        line-height: 60px;
        font-size: 18px;
        color: #999999;
        padding-left: 10px;
    }
    .copy-weChat{
        background-color: #1aad17;
        border-radius: 6px;
        width: 14rem;
        height: 3rem;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px auto;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .code-about img{
        width: 240px;
        height: 142px;
    }
}
