
    html,body{
        overflow-x:hidden;
    }
    .nav_sidebar ul li:first-child .aHead{
        border-bottom: 4px solid #0052D9;
    }
    .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(0,82,217,0.9) !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: #0052D9;
    }

    .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: #0052D9;
    }
    .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: 128px;
        height: 44px;
        background: #0052D9;
        border-radius: 4px;
        border: 1px solid #0052D9;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        margin: 20px 0 60px 0;
    }
    .show-more-plan:focus {
        outline: none;
    }
    .show-more-plan a {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }
    .caseTitle {
        width: 100%;
        height: 80px;
        /*background-image: url('../images/division.png');*/
        line-height: 80px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 50px;
        text-align: center;
    }
    .case-bottom {
        height: 185px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        transition: all .3s;
        padding: 20px;
        text-align: left;
    }
    .case-bottom .txt {
        margin-bottom: 8px;
        font-size: 20px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #111111;
    }
    .case-bottom p {
        margin-top: 8px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #6D767F;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        height: 56px;
        margin-bottom: 26px;
    }
    .case-bottom .caseTag {
        height: 26px;
        padding: 2px 10px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #0052D9;
        background: #EEF4FF;
        display: initial;
    }
    .case-bottom .caseTag {
        font-size: 12px;
    }
    .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
    }
    .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: 632px;
        background-image: url('../images/home/companyBG.png');
        background-size: 100% 100%;
    }
    .company-container {
        display: flex;
        justify-content: space-between;
        padding-top: 104px;
    }
    .our-company >div{
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .company-img {
        width: 554px;
        height: 554px;
        position: absolute;
        top: 104px;
        right: 0;
    }
    .company-left {
        width: 618px;
        display: flex;
        flex-direction: column;
    }
    .company-left h3 {
        text-align: left;
        margin-bottom: 18px;
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #111111;
    }
    .company-left p {
        text-align: left;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #6D767F;
    }
    .company-left-f4 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .company-left-f4 >div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 44px;
    }
    .company-left-f4 img {
        width: auto;
        height: 34px;
        margin-bottom: 12px;
    }
    .newsTitle {
        padding-top: 96px;
        margin-bottom: 60px;
        text-align: center;
    }
    .newsM {
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .newsM-left {
        width: 745px;
        height: 630px;
        background: #F7F8FC;
    }
    .newsM-left h6 {
        margin-top: 28px;
        margin-bottom: 12px;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #111111;
    }
    .newsM-left p {
        height: 44px;
        text-align: left;
        line-height: 22px;
        margin-left: 30px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #6D767F;
        margin-bottom: 28px;
        margin-right: 30px;
    }
    .newsM-left .newDate {
        text-align: left;
        margin: 0 30px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #AFB6BD;
    }
    .newM-right-container {
        width: 430px;
        height: 630px;
        background: #F7F8FC;
        padding: 20px;
    }
    .newM-right-container .newsTit {
        display: flex;
        font-size: 20px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #111111;
        align-items: center;
        margin-bottom: 30px;
    }
    .newsTit span {
        margin-right: 10px;
        width: 3px;
        height: 19px;
        background: #0052D9;
    }
    .newsBg {
        width: 100%;
        height: 420px;
        border-radius: 4px 4px 0px 0px;
        background-size: 100% 100%;
    }
    .newsBg >div {
        display: block;
        width: 70px;
        height: 70px;
        background: #0052D9;
        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 {
        margin-right: 20px;
        width: auto;
        height: 48px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .new-date span:first-child{
        font-size: 42px;
        font-weight: 500;
        color: #AFB6BD;
    }
    .new-date span:last-child {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #AFB6BD;
    }
    .newM-right-li {
        text-align: left;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        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: 320px;
        
    }
    .newM-right .dh5 {
        font-size: 16px;
        font-weight: 400;
        color: #191A24;
        margin-bottom: 4px;
    }
    .newM-right .dh5:hover,.newsM-left h6:hover {
        color: #0052D9;
    }
    .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;
    }
    .indexHomeDialog {
        position: absolute;
        top: 70px;
        left: 351px;
        width: 366px;
        height: 364px;
        background: rgba(39,78,177,0.88);
        border-radius: 8px;
        padding: 45px 30px;
        text-align: left;
    }
    .indexHomeLogTitle {
        font-family: PingFang SC;
        font-weight: bold;
        font-size: 36px;
        color: #ffffff;
        line-height: 52px;
    }
    .indexHomeLogDetail {
        margin-top: 15px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
    }
    .indexHomeLogButton {
        width: 121px;
        height: 37px;
        line-height: 37px;
        margin-top: 50px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #FFFFFF;
        font-family: PingFang SC;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
    }
    .indexHomeLogButton:hover {
        background: #FFFFFF;
        color: #0052D9;
        cursor: pointer;
    }
    @media only screen and (max-width:767px) {
        .h-648 {
            height: 382px;
        }
        .bodyTop {
            height: 200px;
        }
        .zw-img {
            object-fit: fill;
            display: block;
        }
        .indexHomeDialog {
            height: 84px;
            left: 10px;
            margin: 0 auto;
            width: calc(100% - 20px);
            padding: 10px 20px;
            background: rgba(39,78,177,0.5);
            top: auto;
            bottom: 46px;
            z-index: 0;
        }
        .indexHomeLogButton {
            display: none;
        }
        .indexHomeLogTitle {
            font-size: 17px;
            line-height: 1;
        }
        .indexHomeLogDetail {
            margin-top: 6px;
            line-height: 1.5;
            font-weight: 400;
        }
        .newsTitle {
            font-size: 22px !important;
            padding:0;
            margin-bottom: 24px;
            text-align: center;
        }
        .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: 82px;
            height: 100%;
        }
        .proBox .pic {
            float: none;
            width: 100%;
            padding: 0;
            margin: 0;
            height: auto;
        }
        .proBox .pic img {
            width: 45px;
            height: 40px;
        }
        .proBox .txt {
            margin: 0;
            text-align: center;
        }
        .proBox ul {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 6px;
        }
        .proBox .t1 {
            font-size: 12px;
            height: 1.4em;
        }
        .proBox li a {
            width: 100%;
            display: flex;
            height: 70px;
            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: 32px 0 24px 0;
            font-size: 22px !important;
            text-align: center;
        }
        .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: 20px 0 30px 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;
            margin-top: 32px;
            background-size: 100% 100%;
        }
        .caseBox .list .pic {
            border-radius: 0;
        }
        .case-bottom p {
            font-family: PingFang SC;
            font-weight: 400;
            line-break: 1.8;
            font-size: 13px;
            color: #6D767F;
            margin: 0;
            height: auto;
            line-height: 22px;
        }
        .caseBoxW {
            padding: 0;
        }
        .caseBox .list .pic {
            height: 110px;
        }
        .caseBox .tit {
            margin-bottom: 20px;
            font-size: 22px;
            text-align: center;
        }
        .case-bottom {
            height: 30px;
            border-radius: 0px;
            background: none;
            padding: 0 10px;
        }
        .case-bottom .txt {
            display: block;
            margin: 6px 0 0 0;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .caseBox .list .pic img {
            height: 110px;
            border-radius: 4px 4px 0 0;
        }
        .caseBox .list li {
            margin-bottom: 10px;
            border-radius: 0;
            margin-right: 0;
            height: 225px;
            box-shadow: 0px 1px 10px 0px rgba(168,184,210,0.61);
            border-radius: 4px;
            width: calc(50% - 5px);
        }
        .company-img {
            width: calc(100% - 20px);
            height: auto;
            margin: 0 10px;
            position: initial;
        }
        .company-left-f4 img {
            width: 34px;
            height: 30px;
            margin-bottom: 0;
        }
        .company-left {
            width: calc(100% - 20px);
            margin: 0 10px;
            background: #FFFFFF;
            box-shadow: 0px 1px 10px 0px rgba(168,184,210,0.61);
            border-radius: 0 0 4px 4px;
        }
        .our-company >div p {
            padding: 0 !important;
            font-weight: 400;
        }
        .company-left-f4 {
            margin-bottom: 0;
        }
        .company-left-f4 >div p {
            font-family: PingFang SC;
            font-weight: 500;
            font-size: 12px;
            color: #6D767F;
            line-height: 12px;
            transform: scale(0.83);
        }
        .company-left .show-more-plan {
            margin: 20px auto !important;
        } 
        .company-left p {
        }
        .company-container {
            padding: 24px 0 20px 0;
        }
        .company-left h3 {
            margin-bottom: 20px;
        }
        .company-left >p {
            font-size: 14px;
            margin: 6px 14px;
            font-family: PingFang SC;
            font-weight: 500;
            font-size: 13px;
            color: #6D767F;
        }
        .our-company {
            background-image: url('../images/home/membercoy.png');
            height: auto !important;
        }
        .company-left-f4 >div {
            margin-top: 4px;
        }
        .newsM {
            width: 100%;
            margin: 0;
            flex-direction: column;
        }
        .newM-right-container ul a:last-child .newM-right-li {
            border-bottom: 1px solid #F0F0F0;
        }
        .newM-right-container {
            background-color: #FFFFFF;
            width: 100%;
            padding: 0 10px;
            height: auto;
        }
        .newM-right-container .newsTit {
            display: none;
        }
        .newM-right-li {
            flex-direction: column-reverse;
            padding-bottom: 0;
        }
        .newM-right-container ul a:nth-child(2) .newM-right-li {
            padding: 8px 0 4px 0;
        }
        .newM-right-li {
            padding: 8px 0 4px 0;
        }
        .newM-right .dh5 {
            font-family: PingFang SC;
            font-weight: 500;
            font-size: 14px;
            color: #151E27;
            line-height: 21px;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .newM-right {
            width: 100%;
        }
        .new-date {
            height: auto;
            width: 100%;
            padding: 0 10px;
            align-items: flex-start;
            text-align: left;
        }
        .new-date >span:first-child {
            display: none;
        }
        .new-date span:last-child {
            text-align: left;
            font-weight: 400;
        }
        .newsBg {
            width: 100%;
            height: 192px;
        }
        .show-more-plan {
            width: 128px;
            height: 35px;
        }
        .newsM-left h6 {
            font-family: PingFang SC;
            font-weight: 500;
            font-size: 14px;
            color: #151E27;
            margin: 13px 13px 0 13px;
        }
        .newsM-left p {
            font-size: 12px;
            margin: 8px 13px;
            height: auto;
            overflow: hidden;
        	text-overflow: ellipsis;
        	display: -webkit-box;
        	-webkit-box-orient: vertical;
        	-webkit-line-clamp: 2;
        	font-size: 400;
        }
        .newsM-left .newDate {
            margin-left: 13px;
            line-height: 10px;
            font-size: 12px;
        }
        .newsM-left .newDate span {
            transform: scale(0.833);
        }
        .animat-Frame {
            width: 40px;
            height: 40px;
        }
        .caseBox .tit::before, .planTitle::before {
            top: calc(100% + 6px);
        }
        .contactW {
            margin-top: 30px;
            padding: 0 10px;
            text-align: center;
        }
        .zw-img-sm {
            display: block;
        }
        /*.caseBox .list li:hover .pic {*/
        /*    height: 95px;*/
        /*}*/
        .company-left-f4 p {
            text-align: center;
            line-height: 1.4;
            margin-top: 8px;
        }
        .newsM-left {
            width: 100%;
            height: auto;
            padding-bottom: 18px;
            margin-bottom: 6px;
        }
        /*.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;
    }
}
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
        .caseBoxW {
            padding: 0;
        }
        .newM-right {
            width: auto;
        }
        .indexHomeDialog {
            top: 24px;
            left: 144px;
            width: 210px;
            height: 200px;
            border-radius: 8px;
            padding: 20px 18px;
        }
        .indexHomeLogTitle {
            font-size: 20px;
            line-height: 24px;
        }
        .indexHomeLogDetail {
            margin-top: 12px;
            font-size: 13px;
            line-height: 20px;
        }
        .indexHomeLogButton {
            width: 80px;
            height: 24px;
            line-height: 22px;
            margin-top: 20px;
            border-radius: 1px;
            border: 1px solid #fff;
            font-size: 13px;
        }
        .our-company {
            height: 360px;
        }
        .our-company .company-container {
            width: auto;
            padding: 28px 16px;
        }
        .caseBox {
            padding: 2rem 16px;
        }
        .company-left {
            width: 494px;
        }
        .company-left h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        .company-left p {
            font-size: 13px;
            line-height: 22px;
        }
        .company-left-f4 >div {
            margin-top: 20px;
        }
        .show-more-plan {
            margin-top: 0px !important;
        }
        .company-img {
            width: 476px;
            height: 338px;
            top: 50px;
            right: 16px;
        }
        .newsM {
            width: auto;
            padding: 0 16px;
        }
        .contactW {
            padding: 0;
        }
        .newsTitle {
            padding-top: 56px;
            margin-bottom: 40px;
        }
        .newsM-left {
            width: 615px;
            height: 592px;
        }
        .newsBg {
            height: 347px;
        }
        .newsM-left h6 {
            font-size: 22px;
        }
        .newsM-left p {
            margin-bottom: 18px;
            font-size: 13px;
        }
        .newsM-left .newDate {
            font-size: 11px;
        }
        .newM-right-container .newsTit {
            margin-bottom: 22px;
        }
        .newM-right-container {
            width: calc(100% - 635px);
            height: 592px;
            padding: 20px 20px 0 20px;
        }
        .newM-right-li {
            height: 87px;
            padding-top: 10px;
            padding-bottom: 14px;
        }
        .new-date span:first-child {
            font-size: 34px;
        }
        .new-date span:last-child {
            font-size: 10px;
        }
        .newM-right .dh5 {
            font-size: 14px;
        }
        .case-bottom .txt {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
