@font-face{

		/*src: url('../font/bahnschrift.ttf')*/
}

body {
   /* font-family: PingFang SC Medium, "微软雅黑";*/
     /*font-family:zdyzt;*/
     display: flex;
    flex-direction: column;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../imgs/home/iocn-down.png") no-repeat scroll right center transparent;
    padding-right: 8px;
}
@media screen and (min-width: 1200px) {
    .logoImg{
        width: 150px;
        height: auto;
        max-height: 60px;
    }
    .bannerImg{
        width: 100%;
    }
    .main{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .top{
        width: 1050px;
        height: 30px;
        display: flex;
        margin: auto;
        margin-top: 0px;
    }
    .topLeft{
        margin: auto;
        margin-left: 0px;
        color:#999999;
        font-size: 14px;
    }
    .topRight{
        margin: auto;
        margin-right: 0px;
        color:#999999;
        font-size: 14px;
        display: flex;
    }
    .topRightLogin{
        margin: auto;
        margin-right: 30px;
        color:#999;
    }
    .topRightImg{
        margin: auto;
        margin-right: 10px;
    }
    .topRightDesc{
        margin:auto;
    }
    .el-input__inner{
        padding: unset !important;
        width: 50px !important;
        border: none !important;
        height: 30px !important;
        line-height: 30px !important;
        color:#999 !important;
        font-size: 13px !important;
    }
    .el-input__suffix{
        right: 0px !important;
    }
    .navBox{
        width: 1050px;
        height: 65px;
        display: flex;
        margin: auto;
    }
    .logo{
        margin:auto;
        margin-left: 0px;
    }
    .nav{
        display: flex;
        margin: auto;
        margin-right: 35px;
        font-size: 15px;
        height: 100%;
    }
    .navLi{
        width: auto;
        height: 36px;
        line-height: 36px;
        margin:auto;
        margin-right: 70px;
        color:#4c4c4c;
    }
    .navLiSeBox{
        width: 138px;
        height: 100%;
        display: flex;
        text-align: center;
        position: relative;
    }
    .navLiSe{
        width: auto;
        height: 100%;
        line-height: 36px;
        margin:auto;
        color:#4c4c4c;
        text-align: center;
        font-weight: bold;
    }
    .navAlink{
        margin: auto;
    }
    .navLiSecSBox{
        width: 230px;
        height: auto;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.96);
        border-radius: 3px;
        position: absolute;
        top: 65px;
        left: 50%;
        margin-left: -115px;
        z-index: 5;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navLiSeS{
        width: 65%;
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 12px;
        margin: 0 auto;
        color:#616262;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }
    .navLiSeS:hover{
        background: #e4f0fe;
    }
    .navAlinkSe{
        width: 100%;
    }
    .navCheck{
        color:#0d62e1;
        border-bottom: 1px solid #0d62e1;
    }
    .freeTry{
        width: 90px;
        height: 35px;
        font-size: 16px;
        color:#fff;
        background: #0d62e1;
        border-radius: 17.5px;
        margin: auto;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        line-height: 35px;
        font-weight: bold;
    }
    .freeTry:hover{
        box-shadow: 0px 2px 0px 3px #ededed;
    }
    .cursorPointer{
        cursor: pointer;
    }
    .bannerBox, .clientDataBox{
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .swiper-pagination-bullets{
        position: absolute;
        z-index: 2;
        bottom: 50px !important;
    }
    .swiper-pagination-bullet{
        width: 9px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #88b5ee !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 18px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #fff !important;
    }
    .bannerDescBox{
        width: 1050px;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 50%;
        top: 44%;
        margin-top: -2.5%;
        margin-left: -525px;
    }
    .bannerDescBoxBig{
        width: 100%;
        text-align: left;
        margin:auto;
        font-size: 32px;
        font-weight: 600;
        color:#fff;
    }
    .bannerDescBoxSmall{
        width: 53%;
        text-align: left;
        margin:auto;
        margin-left: 0px;
        line-height: 27px;
        font-size: 14px;
        margin-top: 12px;
        color:#fff;
        opacity: 0.7;
    }
    .swiper-slide{
        display: flex;
    }
    .superiorityBox{
         width: 1050px;
         height: auto;
         margin: auto;
         display: flex;
         flex-direction: column;
     }
    .sourceBox{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 55px;
        display: flex;
        flex-direction: column;
    }
    .superiorityBoxTop, .sourceBoxTop, .clientBoxTop{
        width: 100%;
        height: 115px;
        margin: auto;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-title.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px 115px;
    }
    .superiorityBoxTop{
        margin-top: 80px;
    }
    .clientBoxTop{
        margin-top: 120px;
    }
    .superiorityBoxTop{
        margin-top: 80px;
    }
    .clientBoxTop{
        margin-top: 120px;
    }
    .superiorityBoxTopTitle, .sourceBoxTopTitle, .clientBoxTopTitle{
        width: 100%;
        text-align: center;
        font-size: 24px;
        color:#292929;
        margin: auto;
        margin-top: 30px;
        font-weight: 600;
    }
    .superiorityBoxTopTitleSmall, .sourceBoxTopTitleSmall, .clientBoxTopTitleSmall{
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: auto;
        margin-bottom: 26px;
        color:#4d4d4d;
    }
    .sourceBoxTopTitleSmall{
        opacity: 0.6;
    }
    .superiorityListBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .superiorityListLi{
        width: 224px;
        height: 155px;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 21px;
        border: 1px solid #f5f5f5;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .superiorityListLi:hover{
        border-bottom: 2px solid #3f94ff;
        box-shadow: 5px 7px 5px #ededed;
    }
    .superiorityListLiIconBox{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-top: 22px;
        margin-bottom: 0px;
        display: flex;
    }
    .superiorityListLiIcon{
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 40px;
        margin: auto;
    }
    .superiorityListLiTitle{
        color:#0d62e1;
        font-size: 20px;
        margin:auto;
        margin-top: 13px;
        margin-bottom: 0px;
        text-align: center;
    }
    .superiorityListLiDesc{
        width: 70%;
        height: 34px;
        line-height: 20px;
        font-size: 14px;
        color:#4c4c4c;
        margin: auto;
        margin-top: 13px;
        text-align: center;
    }
    .bgGd{
        width: 100%;
        height: auto;
        max-height: 183px;
        margin: auto;
        margin-top: -80px;
    }
    .sourceBoxOut{
        width: 100%;
        height: 600px;
        margin: auto;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        background: url('../imgs/case/pic-khsy.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mapBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 23px;
        display: flex;
    }
    .map{
        width: 100%;
        height: auto;
        max-height: 620px;
        margin:auto;
    }
    .sourceDataBox{
        width: 100%;
        height: 260px;
        margin: auto;
        margin-top: 0px;
        display: flex;
    }
    .sourceDataLi{
        width: 33%;
        height: 78px;
        margin:auto;
        display: flex;
        flex-direction: column;
    }
    .sourceDataLiNumber{
        margin:auto;
        font-size: 60px;
        color:#0d62e1;
        margin-top: 0;
    }
    .sourceDataLiDesc{
        margin:auto;
        font-size: 20px;
        color:#4c4c4c;
        margin-bottom: 0;
    }
    .clientBox{
        width: 1200px;
        height: auto;
        min-height: 236px;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0px;
        padding-bottom: 50px;
    }
    .clientBoxOut{
        width: 100%;
        height: auto;
        display: flex;
    }
    .clientBoxTopSpe{
        margin: auto;
        margin-top: 0px;
        background-image: url('../imgs/home/pic-title2.png');
    }
    .whiteColor{
        color:#fff;
    }
    .blueColor {
        color:#a7d0f1;
    }
    .height435{
        height: 435px;
        background: #fff;
        box-shadow: 2px 2px 4px 4px #e9e9e9;
        margin-top: 50px;
        margin-bottom: 120px;
    }
    .swiper2{
        height: 100%;
    }
    .clientListBox{
        width: 100%;
        height: 85%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .clientLogo{
        width: 216px;
        height: 96px;
        margin: auto;
        margin-bottom: 20px;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet{
        background: #8dadd4 !important;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet-active{
        background: #1c5baa !important;
    }
    .freeBox{
        width: 100%;
        height: 244px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-contact.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .freeDesc{
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 78px;
        margin-bottom: 0px;
        color:#fff;
        font-size: 32px;
        letter-spacing: 2px;
    }
    .freeTryBtn{
        width: 160px;
        height: 45px;
        border: 1px solid #fff;
        border-radius: 1px;
        margin: auto;
        margin-top: 2%;
        text-align: center;
        line-height: 45px;
        color:#fff;
    }
    .bottomBoxOut{
        width: 100%;
        height: auto;
        background:#000;
        margin: auto;
        display: flex;
        background-image: url('../imgs/bottom-bg.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bottomBox{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }
    .bottomTopBox{
        margin:auto;
        display: flex;
        width: 100%;
    }
    .bottomTopBoxList{
        width: 300px;
        height: auto;
        margin: auto;
        margin-top: 0px;
        margin-left: 70px;
        display: flex;
        flex-direction: column;
    }
    .bottomLogo{
        width: 122px;
        height: auto;
        max-height: 40px;
        margin:auto;
        margin-top: 9px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .bottomQr{
        width: 122px;
        height: 122px;
        margin:auto;
        margin-top: 22px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .phoneNumber{
        font-size: 14px;
        margin: auto;
        margin-left: 0px;
        margin-top: 10px;
        color:#fff;
    }
    .address{
        font-size: 14px;
        font-weight: 600;
        margin: auto;
        margin-left: 0px;
        margin-top: 15px;
        color:#fff;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .bottomTopBoxListRight{
        width: 135px;
        height: auto;
        margin: auto;
        margin-right: 0;
        margin-top: 0px;
        margin-left: 90px;
        display: flex;
        flex-direction: column;
        max-width: 210px;
    }
    .bottomTopBoxListRightNavTitle{
        color:#fff;
        font-size: 14px;
        margin: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0;
    }
    .line{
        width: 56px;
        height: 1px;
        background: #fff;
        margin:auto;
        margin-left: 0;
        margin-top: 17px;
        margin-bottom: 17px;
        flex-shrink: 0;
    }
    .secNav{
        color:#acacac;
        margin:auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .bottomBottomBox{
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-around;
        margin: auto;
        margin-top: 0px;
        font-size: 12px;
    }
    .bq1{
        margin: auto;
        margin-right: 0;
        color:#fff;
    }
    .bq2{
        margin: auto;
        margin-right: 15px;
        margin-left: 15px;
        color:#fff;
    }
    .bq3{
        margin: auto;
        margin-left: 0;
        color:#fff;
    }
    .bottomTopBoxListRightOut{
        display: flex;
        margin: auto;
        width: 100%;
        margin-top: 13px;
        margin-bottom: 20px;
    }
    .LongHeight{
        height: 200px;
    }
    .tagBox{
        width: 1050px;
        height: 70px;
        background: #fff;
        display: flex;
        margin: auto;
        margin-top: -40px;
        border-radius: 3px;
        border-bottom: 1px solid #e6e4e4;
        position: relative;
        z-index: 1;
    }
    .tagLi{
        width: 25%;
        height: 100%;
        margin: auto;
        text-align: center;
        color:#797878;
        font-size: 13px;
        display: flex;
        font-weight: bold;
    }
    .tagCheck{
        color:#3a7fe7;
        border-bottom: 3px solid #3a7fe7;
    }
    .introBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .qqbyyImg{
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .introBoxCard{
        width: auto;
        max-width: 780px;
        height: auto;
        min-height: 320px;
        max-height: 380px;
        margin: auto;
        margin-left: 0px;
        background: #fff;
        display: flex;
        flex-direction: column;
    }
    .introBoxCardTitle{
        color:#292929;
        font-size: 24px;
        margin:auto;
        margin-top: 36px;
        margin-left: 30px;
        margin-bottom: 0px;
    }
    .introBoxCardLine{
        width: 51px;
        height: 2px;
        background: #168be7;
        margin: auto;
        margin-top: 10px;
        margin-left: 30px;
        margin-bottom: 0px;
    }
    .introBoxCardDescBox{
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .introBoxCardDescBoxP{
        color:#4c4c4c;
        font-size: 14px;
        margin: auto;
        margin-left: 30px;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    .introBoxCardDescBoxP:last-child{
        margin-bottom: 0px;
    }
    .pright{
        margin-left: auto;
        margin-right: 0;
    }
    .blackBg{
        background: #1b1f25;
    }
    .whiteColor{
        color:#fff;
    }
    .grayColor{
        color:#a4a5a8;
    }
    .whiteImgBg{
        background-image: url('../imgs/about/title-white.png');
    }
    .width100{
        width: 100%;
        height: 400px;
        display: flex;
        margin: auto;
        margin-top: 60px;
    }
    .width100Li{
        width: 25%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .width100LiOne{
        background-image: url('../imgs/about/aboutus-value1.jpg');
    }
    .width100LiTwo{
        background-image: url('../imgs/about/aboutus-value2.jpg');
    }
    .width100LiThree{
        background-image: url('../imgs/about/aboutus-value3.jpg');
    }
    .width100LiFour{
        background-image: url('../imgs/about/aboutus-value4.jpg');
    }
    .width100LiTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 40px;
        font-size: 24px;
    }
    .width100LiBlueTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 0px;
        font-size: 24px;
    }
    .width100LiBlue{
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(44, 111, 210, 0.5);
        display: flex;
        flex-direction: column;
    }
    .width100LiLine{
        width: 42px;
        height: 2px;
        background: #fff;
        margin-left: 45px;
        margin-top: 10px;
    }
    .width100LiDesc{
        font-size: 16px;
        margin: auto;
        margin-left: 45px;
        margin-top: 22px;
        margin-bottom: 40px;
        color:#fff;
    }
    .tixiImg{
        width: 73%;
        height: auto;
        max-height: 522px;
        margin:auto;
        margin-top: 26px;
        margin-bottom: 170px;
    }
    .rongyuBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 43px;
        margin-bottom: 100px;
    }
    .rongyuLi{
        width: 24%;
        margin:auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }
    .rongyuLiImgBox{
        width: 100%;
        height: auto;
        box-shadow: 1px 3px 5px 4px #eee;
        margin:auto;
        margin-top: 0;
    }
    .rongyuLiImg{
        width: 100%;
        height: auto;
        max-height: 410px;
    }
    .rongyuLiTitle{
        width: 100%;
        text-align: center;
        margin:auto;
        margin-top: 20px;
    }
    .hezuoMoshiDesc{
        width: 80%;
        color:#4c4c4c;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin: auto;
        margin-top: 38px;
        margin-bottom: 170px;
    }
    .hezuoMoshiBox{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .hezuoMoshiLi{
        width: 100%;
        height: 180px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 28px;
        box-shadow: 1px 3px 4px 4px #ecf5fd;
        display: flex;
        border-radius: 3px;
    }
    .hezuoMoshiLi:hover{
        border-bottom: 6px solid #0d62e1;
    }
    .hezuoMoshiLiImgBox{
        width: 85px;
        height: 100%;
        display: flex;
        margin:auto;
        margin-left: 65px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .hezuoMoshiLiImg{
        width: auto;
        height: auto;
        max-height: 70px;
        margin: auto;
    }
    .hezuoMoshiLiRight{
        width: 70%;
        height: 100%;
        margin: auto;
        margin-left: 30px;
        display: flex;
        flex-direction: column;
    }
    .hezuoMoshiLiRightTitle{
        font-size: 24px;
        color:#0d62e1;
        margin: auto;
        margin-left: 0;
        margin-bottom:0;
    }
    .hezuoMoshiLiRightDesc{
        font-size: 18px;
        color:#4c4c4c;
        margin: auto;
        margin-left: 0;
        margin-top: 22px;
        line-height: 26px;
    }
    .contactBox{
        width: 100%;
        height: 240px;
        margin:auto;
        margin-top: 45px;
        margin-bottom: 60px;
        display: flex;
    }
    .contactBoxLi{
        width: 34%;
        height: 100%;
        margin:auto;
        display: flex;
        flex-direction: column;
        border: 1px solid #ebebeb;
    }
    .contactIcon{
        width: 40px;
        height: auto;
        max-height: 40px;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactQr{
        width: 120px;
        height: auto;
        max-height: 120px;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactTitle{
        color:#292929;
        font-size: 16px;
        margin:auto;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .contactPhone{
        color:#0d62e1;
        font-size: 20px;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .margin-right{
        margin-right: 32px;
    }
    .margin-left{
        margin-left: 32px;
    }
    .zhaopinInfoBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .zhaopinLi{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction:column;
        margin: auto;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .zhaopinLiTopInfo{
        width: 100%;
        height: 70px;
        display: flex;
        margin: auto;
        margin-top: 0;
        background: #168be7;
    }
    .zhaopinLiTopTitle{
        font-size: 20px;
        color:#fff;
        margin: auto;
        margin-left: 30px;
        margin-right: 0;
    }
    .zhaopinLiTopPrice{
        font-size: 16px;
        color:#fff;
        margin: auto;
        margin-left: 45px;
        margin-right: 0;
    }
    .zhaopinIcon{
        width: 20px;
        height: 20px;
        margin: auto;
        margin-right: 30px;
    }
    .zhaopinInfoDescBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0;
        background: #f5fcff;
    }
    .zhaopinInfoDescBoxTop{
        width: 100%;
        height: 55px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .zhaopinInfoDescBoxTopLi{
        color:#4c4c4c;
        font-size: 16px;
        width: 20%;
        height: auto;
        display: flex;
        margin: auto;
        margin-right: 30px;
        margin-left: 30px;
    }
    .zhaopinInfoDescBoxTopLiLeft{
        width: auto;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .zhaopinInfoDescBoxTopLiRight{
        margin-left: 20px;
    }
    .zhaopinLine{
        width: 95%;
        height: 1px;
        background: #ebebeb;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .zhaopinDescDescBox{
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 25px;
    }
    .zhaopinDescDescBoxLi{
        width:100%;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction:column;
        color:#292929;
        font-size: 16px;
    }
    .zhaopinDescDescBoxTitle{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:23px;
    }
    .zhaopinDescDescBoxTitleList{
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:0;
        display: flex;
        flex-direction: column;
    }
    .zhaopinDescDescBoxTitleLi{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .conmapBox{
        width: 100%;
        heigh: auto;
        display: flex;
        flex-direction: column;
    }
    .conmapTagBox{
        width: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
    }
    .conmapTag{
        width: auto;
        margin: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
        color:#333333;
        font-size: 18px;
    }
    .conmapTagCheck{
        /*border-bottom: 1px solid #168be7;*/
        color:#168be7;
    }
    .width1200{
        width: 1200px;
        margin: auto;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    /*.address{*/
        /*font-size: 22px;*/
        /*color:#333333;*/
        /*font-weight: 600;*/
        /*margin: auto;*/
        /*margin-bottom: 0;*/
    /*}*/
    .tips{
        font-size: 18px;
        color:#333333;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .tipsWay{
        font-size: 18px;
        color:#333333;
        margin: auto;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .mapImg{
        width: 100%;
        height: auto;
        max-height: 461px;
        margin-top: 45px;
    }
    .pic-bg{
        width: 1200px;
        height: auto;
        max-height: 666px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg2{
        width: 100%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg3{
        width: 70%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .youshiBox{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 120px;
        display: flex;
        flex-wrap: wrap;
    }
    .youshiBoxLi{
        width: 45%;
        height: 400px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction:column;
        border-radius: 3px;
        box-shadow: 1px 3px 5px 4px #eee;
        background: #fff;
        border-radius: 6px;
    }
    .youshiBoxLiImg{
        width: 100%;
        height: auto;
        max-height: 180px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .youshiBoxLiImgTitle{
        color:#0d62e1;
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .youshiBoxLiImgTitleDesc{
        color:#4c4c4c;
        font-size: 16px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .df{
        width: 30%;
        margin-bottom: 40px;
        height: 244px;
    }
    .dfLi{
        margin-top: 24px;
        margin-bottom: 14px;
    }
    .dfimg{
        max-height: 120px;
    }
    .yunyoushiBox{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
    }
    .yunyoushiBoxLi{
        width: 80%;
        height: 140px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color:#fff;
        border-radius: 6px;
    }
    .yunyoushiBoxLiTitle{
        width: auto;
        margin: auto;
        font-size: 24px;
    }
    .yunyoushiBoxLiLine{
        width: 57px;
        height: 2px;
        background: #fff;
        margin: auto;
        margin-top: 9px;
        margin-bottom: 0;
    }
    .yunyoushiBoxLiDesc{
        font-size: 18px;
        margin: auto;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .bg1{
        background-image: url('../imgs/product/pic-qqbyy-1.png');
    }
    .bg2{
        background-image: url('../imgs/product/pic-qqbyy-2.png');
    }
    .bg3{
        background-image: url('../imgs/product/pic-qqbyy-3.png');
    }
    .bg4{
        background-image: url('../imgs/product/pic-qqbyy-4.png');
    }
    .bg5{
        background-image: url('../imgs/product/pic-qqbyy-5.png');
    }
    .showThen {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .sourceListBox{
        width: 1200px;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .sourceListBoxLi{
        width: 33%;
        margin: auto;
        margin-bottom: 50px;
        display: flex;
        flex-direction:column;
    }
    .sourceListBoxLiimgBox{
        width: 40px;
        height: 50px;
        margin: auto;
        margin-bottom: 0;
        display: flex;
        color:#fff;
    }
    .solutionIconImg{
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 40px;
        margin: auto;
    }
    .sourceListBoxLiimgBoxTitle{
        font-size: 16px;
        margin: auto;
        margin-top: 18px;
        color:#fff;
    }
    .sourceListBoxLiimgBoxDesc{
        font-size: 14px;
        margin: auto;
        margin-top: 15px;
        color:#fff;
        text-align: center;
        height: 30px;
        line-height: 26px;
        opacity: 0.6;
    }
    .width20{
        width: 18%;
        margin: auto;
        margin-top: 50px;
    }
    .width25{
        width: 24%;
        margin: auto;
        margin-top: 50px;
    }
    .hide{
        display: none;
    }
    .fontBold{
        font-weight: 600;
    }
    .swiper1{
        height: 400px;
    }
    .rowLine{
        width: 1px;
        height: 30px;
        margin: auto;
        background: #d2d1d1;
    }
    .langDesc{
        color:#999;
    }
     .xuanfu:hover
    { 
        color:#007aff;
    }
    
    .xuanfudibu:hover
     { 
        color:#fff;
    }
    .picDesc{
        margin: auto;
        margin-top: 0px;
        margin-bottom: 80px;
    }
    .smallTitle{
        height: 80px;
        background-size: 40px 80px;
    }

    .new_solution_advartages{
        width: 100%;
        margin-top: 80px;

    }
    .new_solution_advartages_top_bg{
        background:url("../imgs/home/bg-gd.jpg") no-repeat;
        background-size: 100% auto;
        background-position: left bottom;
    }
    .new_solution_advartages_top{
        width: 1050px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .new_solution_advartages_top_item{
        width: 500px;
        position: relative;
        transition: all 0.1s linear;
        cursor: pointer;
    }
    .new_solution_advartages_top_item:hover{
        transform: scale(1.05);
    }
    .new_solution_advartages_top_item_content{
        width: 100%;
        height: calc(100% - 20px);
        margin-top: 20px;
        border: 1px solid rgba(220, 220, 220, 1);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .new_solution_advartages_top_item_title{
        position: absolute;
        top: 0;
        height: 40px;
        width: 238px;
        border-radius: 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-left: -119px;
        left: 50%;
    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_title{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_title{
        background-color: rgba(13, 98, 225, 1);
    }
    .new_solution_advartages_top_item_content_list{
        width: 380px;
        margin-top: 80px;
        margin-bottom: 80px;
        padding-left: 60px;
        padding-right: 60px;

    }
    .new_solution_advartages_top_item_content_list_item{
        overflow: hidden;
        margin-top: 20px;
    }
    .new_solution_advartages_top_item_content_list_item b{
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
    }
    .new_solution_advartages_top_item_content_list_item span
    {
        width: calc(100% - 40px);
        float: right;
        display: block;
        height: auto;
        line-height: 22px;

    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(13, 98, 225, 1);
    }

    .new_solution_advartages_center{
        background-color: #f6f5fa;
        overflow: hidden;
    }
    .new_solution_advartages_center_all{
        width: 1050px;
        margin:70px auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .new_solution_advartages_center_item{
        width: 300px;
        padding:15px 5px;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.05s linear;
    }
    .new_solution_advartages_center_item:hover{
        background: #fff;
        border-bottom: 2px solid #3f94ff;
        box-shadow: 5px 7px 5px #ededed;
        padding-bottom: 3px;
    }
    .new_solution_advartages_center_item_two{
        width: 170px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item img{
        height: 40px;
        width: auto;
    }

    .new_solution_advartages_center_item .new_solution_advartages_center_item_title{
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        margin: 15px auto;
    }
    .new_solution_advartages_center_item_sctitle{
        font-size: 14px;
        line-height: 24px;
        color: rgba(77, 77, 77, 1);
    }

    .new_solution_diagram_all{
        width: 100%;
    }
    .new_solution_diagram_img{
        margin-top: 45px;
        margin-bottom: 100px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .logoImg{
        width: 110px;
        height: auto;
        max-height: 40px;
    }
    .main{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .top{
        width: 95%;
        height: 30px;
        display: flex;
        margin: auto;
        margin-top: 0px;
    }
    .topLeft{
        margin: auto;
        margin-left: 0px;
        color:#999999;
        font-size: 14px;
    }
    .topRight{
        margin: auto;
        margin-right: 0px;
        color:#999999;
        font-size: 14px;
        display: flex;
    }
    .topRightLogin{
        margin: auto;
        margin-right: 30px;
        color:#999;
    }
    .topRightImg{
        margin: auto;
        margin-right: 10px;
    }
    .topRightDesc{
        margin:auto;
    }
    .el-input__inner{
        padding: unset !important;
        width: 50px !important;
        border: none !important;
        height: 30px !important;
        line-height: 30px !important;
        color:#999 !important;
        font-size: 13px !important;
    }
    .el-input__suffix{
        right: 0px !important;
    }
    .navBox{
        width: 95%;
        height: 45px;
        display: flex;
        margin: auto;
    }
    .logo{
        margin:auto;
        margin-left: 0px;
    }
    .nav{
        display: flex;
        margin: auto;
        margin-right: 35px;
        font-size: 14px;
        height: 100%;
    }
    .navLi{
        width: auto;
        height: 36px;
        line-height: 36px;
        margin:auto;
        margin-right: 70px;
        color:#4c4c4c;
    }
    .navLiSeBox{
        width: auto;
        height: 100%;
        display: flex;
        text-align: center;
        position: relative;
        margin-right: 20px;
    }
    .navLiSe{
        width: auto;
        height: 100%;
        line-height: 36px;
        margin:auto;
        color:#4c4c4c;
        text-align: center;
    }
    .navAlink{
        margin: auto;
    }
    .navLiSecSBox{
        width: 122px;
        height: auto;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        position: absolute;
        top: 80px;
        left: 50%;
        margin-left: -61px;
        z-index: 5;
    }
    .navLiSeS{
        width: 100%;
        height: auto;
        font-size: 14px;
        color:#616262;
    }
    .navAlinkSe{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .navCheck{
        color:#0d62e1;
        border-bottom: 1px solid #0d62e1;
    }
    .freeTry{
        width: 90px;
        height: 35px;
        font-size: 16px;
        color:#fff;
        background: #0d62e1;
        border-radius: 17.5px;
        margin: auto;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        line-height: 35px;
    }
    .cursorPointer{
        cursor: pointer;
    }
    .bannerBox, .clientDataBox{
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .bannerBox{
        height: 150px;
    }
    .banner{
        width: 100%;
        height: auto;
        max-height: 300px;
    }
    .swiper-pagination-bullet{
        width: 9px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #88b5ee !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 18px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #fff !important;
    }
    .bannerDescBox{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 40%;
        margin-top: -3.2%;
    }
    .bannerDescBoxBig{
        width: 100%;
        text-align: center;
        margin:auto;
        font-size: 20px;
        font-weight: 600;
        color:#fff;
    }
    .bannerDescBoxSmall{
        width: 100%;
        text-align: center;
        margin:auto;
        font-size: 18px;
        margin-top: 30px;
        color:#fff;
    }
    .swiper-slide{
        display: flex;
    }
    .superiorityBox, .sourceBox{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .superiorityBoxTop, .sourceBoxTop, .clientBoxTop{
        width: 100%;
        height: 103px;
        margin: auto;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-title.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px 100px;
    }
    .clientBoxTop{
        margin-top: 30px;
    }
    .superiorityBoxTopTitle, .sourceBoxTopTitle, .clientBoxTopTitle{
        width: 100%;
        text-align: center;
        font-size: 16px;
        color:#292929;
        margin: auto;
        margin-bottom: 0px;
        font-weight: 600;
    }
    .superiorityBoxTopTitleSmall, .sourceBoxTopTitleSmall, .clientBoxTopTitleSmall{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color:#292929;
        margin: auto;
        margin-bottom: 26px;
    }
    .bgGd{
        width: 100%;
        height: auto;
        max-height: 183px;
        margin: auto;
        margin-top: -20px;
    }
    .sourceBoxOut{
        width: 100%;
        margin: auto;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        background: url('../imgs/case/pic-khsy.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mapBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 23px;
        display: flex;
    }
    .map{
        width: 100%;
        height: auto;
        max-height: 620px;
        margin:auto;
    }
    .sourceDataBox{
        width: 100%;
        height: 130px;
        margin: auto;
        margin-top: 0px;
        display: flex;
    }
    .sourceDataLi{
        width: 33%;
        height: 48px;
        margin:auto;
        display: flex;
        flex-direction: column;
    }
    .sourceDataLiNumber{
        margin:auto;
        font-size: 22px;
        color:#0d62e1;
        margin-top: 0;
    }
    .sourceDataLiDesc{
        margin:auto;
        font-size: 18px;
        color:#4c4c4c;
        margin-bottom: 0;
    }
    .clientBox{
        width: 100%;
        height: auto;
        min-height: 236px;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0px;
        padding-bottom: 60px;
    }
    .clientBoxOut{
        width: 100%;
        height: auto;
        display: flex;
    }
    .clientBoxTopSpe{
        margin: auto;
        margin-top: 30px;
        background-image: url('../imgs/home/pic-title2.png');
    }
    .whiteColor{
        color:#fff;
    }
    .blueColor {
        color:#a7d0f1;
    }
    .height435{
        height: auto;
        background: #fff;
        box-shadow: 2px 2px 4px 4px #e9e9e9;
        margin-top: 21px;
        margin-bottom: 30px;
    }
    .clientListBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 40px;
    }
    .clientLogo{
        width: 216px;
        height: 96px;
        margin: auto;
        margin-bottom: 20px;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet{
        background: #8dadd4 !important;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet-active{
        background: #1c5baa !important;
    }
    .freeBox{
        width: 100%;
        height: auto;
        min-height: 99px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-contact.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        overflow: hidden;
    }
    .freeDesc{
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 0px;
        color:#fff;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .freeTryBtn{
        width: 120px;
        height: 25px;
        border: 1px solid #fff;
        border-radius: 1px;
        margin: auto;
        margin-top: 1.5%;
        text-align: center;
        line-height: 25px;
        color:#fff;
    }
    .bottomBoxOut{
        width: 100%;
        height: auto;
        min-height:457px;
        background: #000;
        margin: auto;
        display: flex;
        background-image: url('../imgs/bottom-bg.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bottomBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomTopBox{
        margin:auto;
        display: flex;
    }
    .bottomTopBoxList{
        width: 180px;
        height: auto;
        margin: auto;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 25px;
        display: flex;
        flex-direction: column;
    }
    .bottomLogo{
        width: 100px;
        height: auto;
        max-height: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .bottomQr{
        width: 100px;
        height: 100px;
        margin:auto;
        margin-top: 22px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .phoneNumber{
        font-size: 12px;
        margin: auto;
        margin-left: 0px;
        margin-top: 10px;
        color:#fff;
    }
    .address{
        font-size: 14px;
        font-weight: 600;
        margin: auto;
        margin-left: 0px;
        margin-top: 5px;
        color:#fff;
        line-height: 20px;
    }
    .bottomTopBoxListRight{
        width: 110px;
        height: 320px;
        margin: auto;
        margin-left: 0;
        margin-top: 15px;
        margin-right: 35px;
        display: flex;
        flex-direction: column;
    }
    .bottomTopBoxListRightNavTitle{
        color:#fff;
        font-size: 14px;
        margin: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0;
    }
    .line{
        width: 60px;
        height: 1px;
        background: #fff;
        margin:auto;
        margin-left: 0;
        margin-top: 17px;
        margin-bottom: 17px;
        flex-shrink: 0;
    }
    .secNav{
        color:#acacac;
        margin:auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 38px;
        height: 20px;
        font-size: 12px;
    }
    .bottomBottomBox{
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-around;
        margin: auto;
        margin-top: 30px;
        font-size: 12px;
    }
    .bq1{
        margin: auto;
        margin-right: 0;
        color:#fff;
    }
    .bq2{
        margin: auto;
        margin-right: 15px;
        margin-left: 15px;
        color:#fff;
    }
    .bq3{
        margin: auto;
        margin-left: 0;
        color:#fff;
    }
    .bottomTopBoxListRightOut{
        display: flex;
        margin: auto;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .LongHeight{
        height: 200px;
    }
    .swiper-pagination-bullets{
        position: absolute;
        z-index: 2;
    }
    .tagBox{
        width: 100%;
        height: 50px;
        background: #fff;
        display: flex;
        margin: auto;
        border-radius: 3px;
        box-shadow: 1px 1px 3px 2px #f7f7f7;
        position: relative;
        font-size: 12px;
    }
    .tagLi{
        width: 25%;
        height: 100%;
        margin: auto;
        text-align: center;
        color:#4c4c4c;
        display: flex;
    }
    .tagCheck{
        color:#3a7fe7;
    }
    .introBox{
        width: 100%;
        height: auto;
        display: flex;
        background-image: url('../imgs/about/aboutus-company.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .introBoxCard{
        width: 100%;
        height: auto;
        margin: auto;
        margin-left: 0px;
        background: #fafafa;
        display: flex;
        flex-direction: column;
    }
    .introBoxCardTitle{
        color:#292929;
        font-size: 18px;
        margin:auto;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .introBoxCardLine{
        width: 51px;
        height: 2px;
        background: #168be7;
        margin: auto;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .introBoxCardDescBox{
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    .introBoxCardDescBoxP{
        color:#4c4c4c;
        font-size: 14px;
        margin: auto;
        margin-left: 20px;
        margin-right: 30px;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 6px;
    }
    .introBoxCardDescBoxP:last-child{
        margin-bottom: 0px;
    }
    .blackBg{
        background: #1b1f25;
    }
    .whiteColor{
        color:#fff;
    }
    .grayColor{
        color:#a4a5a8;
    }
    .whiteImgBg{
        background-image: url('../imgs/about/title-white.png');
    }
    .width100{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 30px;
    }
    .width100Li{
        width: 50%;
        height: 234px;
        margin: auto;
        display: flex;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .width100LiOne{
        background-image: url('../imgs/about/aboutus-value1.jpg');
    }
    .width100LiTwo{
        background-image: url('../imgs/about/aboutus-value2.jpg');
    }
    .width100LiThree{
        background-image: url('../imgs/about/aboutus-value3.jpg');
    }
    .width100LiFour{
        background-image: url('../imgs/about/aboutus-value4.jpg');
    }
    .width100LiTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 40px;
        font-size: 24px;
    }
    .width100LiBlueTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 0px;
        font-size: 24px;
    }
    .width100LiBlue{
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(44, 111, 210, 0.5);
        display: flex;
        flex-direction: column;
    }
    .width100LiLine{
        width: 42px;
        height: 2px;
        background: #fff;
        margin-left: 45px;
        margin-top: 10px;
    }
    .width100LiDesc{
        font-size: 16px;
        margin: auto;
        margin-left: 45px;
        margin-top: 22px;
        margin-bottom: 40px;
        color:#fff;
    }
    .tixiImg{
        width: 73%;
        height: auto;
        max-height: 522px;
        margin:auto;
        margin-top: 26px;
        margin-bottom: 50px;
    }
    .rongyuBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 43px;
        margin-bottom: 30px;
    }
    .rongyuLi{
        width: 24%;
        margin:auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }
    .rongyuLiImgBox{
        width: 100%;
        height: auto;
        box-shadow: 1px 3px 5px 4px #eee;
        margin:auto;
        margin-top: 0;
    }
    .rongyuLiImg{
        width: 100%;
        height: auto;
        max-height: 410px;
    }
    .rongyuLiTitle{
        width: 100%;
        text-align: center;
        margin:auto;
        margin-top: 20px;
    }
    .hezuoMoshiDesc{
        width: 80%;
        color:#4c4c4c;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        margin: auto;
        margin-top: 38px;
        margin-bottom: 50px;
    }
    .hezuoMoshiBox{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .hezuoMoshiLi{
        width: 100%;
        height: 180px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 28px;
        box-shadow: 1px 3px 4px 4px #ecf5fd;
        display: flex;
        border-radius: 3px;
    }
    .hezuoMoshiLi:hover{
        border-bottom: 6px solid #0d62e1;
    }
    .hezuoMoshiLiImgBox{
        width: 85px;
        height: 100%;
        display: flex;
        margin:auto;
        margin-left: 65px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .hezuoMoshiLiImg{
        width: auto;
        height: auto;
        max-height: 70px;
        margin: auto;
    }
    .hezuoMoshiLiRight{
        width: 70%;
        height: 100%;
        margin: auto;
        margin-left: 30px;
        display: flex;
        flex-direction: column;
    }
    .hezuoMoshiLiRightTitle{
        font-size: 18px;
        color:#0d62e1;
        margin: auto;
        margin-left: 0;
        margin-bottom:0;
    }
    .hezuoMoshiLiRightDesc{
        font-size: 16px;
        color:#4c4c4c;
        margin: auto;
        margin-left: 0;
        margin-top: 22px;
        line-height: 26px;
    }
    .contactBox{
        width: 100%;
        height: 240px;
        margin:auto;
        margin-top: 45px;
        margin-bottom: 60px;
        display: flex;
    }
    .contactBoxLi{
        width: 34%;
        height: 100%;
        margin:auto;
        display: flex;
        flex-direction: column;
        border: 1px solid #ebebeb;
    }
    .contactIcon{
        width: 40px;
        height: 40px;
        max-height: 40px;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactQr{
        width: 120px;
        height: auto;
        max-height: 120px;
        margin: auto;
        margin-top: 45px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactTitle{
        color:#292929;
        font-size: 16px;
        margin:auto;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .contactPhone{
        color:#0d62e1;
        font-size: 14px;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .margin-right{
        margin-right: 32px;
    }
    .margin-left{
        margin-left: 32px;
    }
    .zhaopinInfoBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .zhaopinLi{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction:column;
        margin: auto;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .zhaopinLiTopInfo{
        width: 100%;
        height: 70px;
        display: flex;
        margin: auto;
        margin-top: 0;
        background: #168be7;
    }
    .zhaopinLiTopTitle{
        font-size: 20px;
        color:#fff;
        margin: auto;
        margin-left: 30px;
        margin-right: 0;
    }
    .zhaopinLiTopPrice{
        font-size: 16px;
        color:#fff;
        margin: auto;
        margin-left: 45px;
        margin-right: 0;
    }
    .zhaopinIcon{
        width: 20px;
        height: 20px;
        margin: auto;
        margin-right: 30px;
    }
    .zhaopinInfoDescBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0;
        background: #f5fcff;
    }
    .zhaopinInfoDescBoxTop{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .zhaopinInfoDescBoxTopLi{
        color:#4c4c4c;
        font-size: 16px;
        width: 23%;
        height: auto;
        display: flex;
        margin: auto;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .zhaopinInfoDescBoxTopLiLeft{
        width: auto;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .zhaopinInfoDescBoxTopLiRight{
        margin-left: 20px;
    }
    .zhaopinLine{
        width: 95%;
        height: 1px;
        background: #ebebeb;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .zhaopinDescDescBox{
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 25px;
    }
    .zhaopinDescDescBoxLi{
        width:100%;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction:column;
        color:#292929;
        font-size: 16px;
    }
    .zhaopinDescDescBoxTitle{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:23px;
    }
    .zhaopinDescDescBoxTitleList{
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:0;
        display: flex;
        flex-direction: column;
    }
    .zhaopinDescDescBoxTitleLi{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .conmapBox{
        width: 100%;
        heigh: auto;
        display: flex;
        flex-direction: column;
    }
    .conmapTagBox{
        width: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
    }
    .conmapTag{
        width: auto;
        margin: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
        color:#333333;
        font-size: 18px;
    }
    .conmapTagCheck{
        /*border-bottom: 1px solid #168be7;*/
        color:#168be7;
    }
    .width1200{
        width: 100%;
        margin: auto;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .addressB{
        font-size: 20px;
        color:#333333;
        font-weight: 600;
        margin: auto;
        margin-bottom: 0;
    }
    .tips{
        font-size: 16px;
        color:#333333;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .tipsWay{
        font-size: 16px;
        color:#333333;
        margin: auto;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .mapImg{
        width: 100%;
        height: auto;
        max-height: 461px;
        margin-top: 45px;
    }
    .pic-bg{
        width: 100%;
        height: auto;
        max-height: 666px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg2{
        width: 100%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg3{
        width: 82%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .youshiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 120px;
        display: flex;
        flex-wrap: wrap;
    }
    .youshiBoxLi{
        width: 45%;
        height: 400px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction:column;
        border-radius: 3px;
        box-shadow: 1px 3px 5px 4px #eee;
        background: #fff;
        border-radius: 6px;
    }
    .youshiBoxLiImg{
        width: 100%;
        height: auto;
        max-height: 180px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .youshiBoxLiImgTitle{
        color:#0d62e1;
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .youshiBoxLiImgTitleDesc{
        color:#4c4c4c;
        font-size: 16px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        line-height: 24px;
    }
    .df{
        width: 30%;
        margin-bottom: 40px;
        height: 244px;
    }
    .dfLi{
        margin-top: 24px;
        margin-bottom: 14px;
    }
    .dfimg{
        max-height: 120px;
    }
    .yunyoushiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
    }
    .yunyoushiBoxLi{
        width: 80%;
        height: 140px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color:#fff;
        border-radius: 6px;
    }
    .yunyoushiBoxLiTitle{
        width: auto;
        margin: auto;
        font-size: 24px;
    }
    .yunyoushiBoxLiLine{
        width: 57px;
        height: 2px;
        background: #fff;
        margin: auto;
        margin-top: 9px;
        margin-bottom: 0;
    }
    .yunyoushiBoxLiDesc{
        font-size: 18px;
        margin: auto;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .bg1{
        background-image: url('../imgs/product/pic-qqbyy-1.png');
    }
    .bg2{
        background-image: url('../imgs/product/pic-qqbyy-2.png');
    }
    .bg3{
        background-image: url('../imgs/product/pic-qqbyy-3.png');
    }
    .bg4{
        background-image: url('../imgs/product/pic-qqbyy-4.png');
    }
    .bg5{
        background-image: url('../imgs/product/pic-qqbyy-5.png');
    }
    .showThen {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .pright{
        margin-left: auto;
        margin-right: 0;
    }
    .qqbyyImg{
        display: none;
    }
    .sourceListBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .sourceListBoxLi{
        width: 33%;
        margin: auto;
        margin-bottom: 50px;
        display: flex;
        flex-direction:column;
    }
    .sourceListBoxLiimgBox{
        width: 40px;
        height: 50px;
        margin: auto;
        margin-bottom: 0;
        display: flex;
        color:#fff;
    }
    .solutionIconImg{
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 50px;
        margin: auto;
    }
    .sourceListBoxLiimgBoxTitle{
        font-size: 16px;
        margin: auto;
        margin-top: 18px;
        color:#fff;
    }
    .sourceListBoxLiimgBoxDesc{
        font-size: 12px;
        margin: auto;
        margin-top: 15px;
        color:#fff;
        text-align: center;
        height: 30px;
    }
    .width20{
        width: 20%;
    }
    .width25{
        width: 20%;
    }
    .hide{
        display: none;
    }
    .rowLine{
        width: 1px;
        height: 30px;
        margin: auto;
        background: #d2d1d1;
        flex-shrink: 0;
    }
    .picDesc{
        margin: auto;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .smallTitle{
        height: 60px;
        background-size: 30px 60px;
    }
    .smallTitle .superiorityBoxTopTitle, .smallTitle .sourceBoxTopTitle, .smallTitle .clientBoxTopTitle{
        margin: auto;
    }


    /*    修改*/
    .new_solution_advartages{
        width: 100%;
        margin-top: 80px;

    }
    .new_solution_advartages_top_bg{
        background:url("../imgs/home/bg-gd.jpg") no-repeat;
        background-size: 100% auto;
        background-position: left bottom;
    }
    .new_solution_advartages_top{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .new_solution_advartages_top_item{
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .new_solution_advartages_top_item_content{
        width: 100%;
        height: calc(100% - 20px);
        margin-top: 20px;
        border: 1px solid rgba(220, 220, 220, 1);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .new_solution_advartages_top_item_title{
        position: absolute;
        top: 0;
        height: 40px;
        width: 80%;
        border-radius: 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-left: initial;
        left: 10%;
    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_title{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_title{
        background-color: rgba(13, 98, 225, 1);
    }
    .new_solution_advartages_top_item_content_list{
        width: 90%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;

    }
    .new_solution_advartages_top_item_content_list_item{
        overflow: hidden;
        margin-top: 20px;
    }
    .new_solution_advartages_top_item_content_list_item b{
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
    }
    .new_solution_advartages_top_item_content_list_item span
    {
        width: calc(100% - 40px);
        float: right;
        display: block;
        height: auto;
        line-height: 20px;

    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(13, 98, 225, 1);
    }

    .new_solution_advartages_center{
        background-color: rgba(250, 250, 252, 1);
        overflow: hidden;
    }
    .new_solution_advartages_center_all{
        width: 1050px;
        margin:70px auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .new_solution_advartages_center_item{
        width: 300px;
        padding: 15px 5px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item_two{
        width: 170px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item img{
        height: 40px;
        width: auto;
    }

    .new_solution_advartages_center_item .new_solution_advartages_center_item_title{
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin: 15px auto;
    }
    .new_solution_advartages_center_item_sctitle{
        font-size: 16px;
        line-height: 24px;
        color: rgba(77, 77, 77, 1);
    }

    .new_solution_diagram_all{
        width: 100%;
    }
    .new_solution_diagram_img{
        margin-top: 45px;
        margin-bottom: 100px;
        text-align: center;
    }
    /*    修改*/
    .new_solution_advartages{
        width: 100%;
        margin-top: 80px;

    }
    .new_solution_advartages_top_bg{
        background:url("../imgs/home/bg-gd.jpg") no-repeat;
        background-size: 100% auto;
        background-position: left bottom;
    }
    .new_solution_advartages_top{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .new_solution_advartages_top_item{
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .new_solution_advartages_top_item_content{
        width: 100%;
        height: calc(100% - 20px);
        margin-top: 20px;
        border: 1px solid rgba(220, 220, 220, 1);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .new_solution_advartages_top_item_title{
        position: absolute;
        top: 0;
        height: 40px;
        width: 80%;
        border-radius: 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-left: initial;
        left: 10%;
    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_title{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_title{
        background-color: rgba(13, 98, 225, 1);
    }
    .new_solution_advartages_top_item_content_list{
        width: 90%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;

    }
    .new_solution_advartages_top_item_content_list_item{
        overflow: hidden;
        margin-top: 20px;
    }
    .new_solution_advartages_top_item_content_list_item b{
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
    }
    .new_solution_advartages_top_item_content_list_item span
    {
        width: calc(100% - 40px);
        float: right;
        display: block;
        height: auto;
        line-height: 20px;

    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(13, 98, 225, 1);
    }

    .new_solution_advartages_center{
        background-color: rgba(250, 250, 252, 1);
        overflow: hidden;
    }
    .new_solution_advartages_center_all{
        width: 1050px;
        margin:70px auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .new_solution_advartages_center_item{
        width: 300px;
        padding: 15px 5px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item_two{
        width: 170px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item img{
        height: 40px;
        width: auto;
    }

    .new_solution_advartages_center_item .new_solution_advartages_center_item_title{
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin: 15px auto;
    }
    .new_solution_advartages_center_item_sctitle{
        font-size: 16px;
        line-height: 24px;
        color: rgba(77, 77, 77, 1);
    }

    .new_solution_diagram_all{
        width: 100%;
    }
    .new_solution_diagram_img{
        margin-top: 45px;
        margin-bottom: 100px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .logoImg{
        width: 110px;
        height: auto;
        max-height: 40px;
    }
    .main{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .top{
        width: 95%;
        height: 30px;
        display: flex;
        margin: auto;
        margin-top: 0px;
    }
    .topLeft{
        margin: auto;
        margin-left: 0px;
        color:#999999;
        font-size: 14px;
    }
    .topRight{
        margin: auto;
        margin-right: 0px;
        color:#999999;
        font-size: 14px;
        display: flex;
    }
    .topRightLogin{
        margin: auto;
        margin-right: 30px;
        color:#999;
    }
    .topRightImg{
        margin: auto;
        margin-right: 10px;
    }
    .topRightDesc{
        margin:auto;
    }
    .el-input__inner{
        padding: unset !important;
        width: 50px !important;
        border: none !important;
        height: 30px !important;
        line-height: 30px !important;
        color:#999 !important;
        font-size: 13px !important;
    }
    .el-input__suffix{
        right: 0px !important;
    }
    .navBox{
        width: 95%;
        height: 45px;
        display: flex;
        margin: auto;
    }
    .logo{
        margin:auto;
        margin-left: 0px;
    }
    .nav{
        display: flex;
        margin: auto;
        margin-right: 0px;
        font-size: 16px;
    }
    .navLi{
        width: auto;
        height: 36px;
        line-height: 36px;
        margin:auto;
        margin-right: 20px;
        color:#4c4c4c;
    }
    .navCheck{
        color:#0d62e1;
        border-bottom: 1px solid #0d62e1;
    }
    .freeTry{
        width: 90px;
        height: 35px;
        font-size: 16px;
        color:#fff;
        background: #0d62e1;
        border-radius: 17.5px;
        margin: auto;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        line-height: 35px;
    }
    .cursorPointer{
        cursor: pointer;
    }
    .bannerBox, .clientDataBox{
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .swiper-pagination-bullet{
        width: 9px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #88b5ee !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 18px !important;
        height: 5px !important;
        border-radius: 2px !important;
        background: #fff !important;
    }
    .bannerDescBox{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -16%;
    }
    .bannerDescBoxBig{
        width: 100%;
        text-align: center;
        margin:auto;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        color:#fff;
    }
    .bannerDescBoxSmall{
        width: 95%;
        text-align: center;
        margin:auto;
        margin-top: 10px;
        font-size: 12px;
        color:#fff;
        line-height: 20px;
    }
    .swiper-slide{
        display: flex;
    }
    .superiorityBox, .sourceBox{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .superiorityBoxTop, .sourceBoxTop, .clientBoxTop{
        width: 100%;
        height: 90px;
        margin: auto;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-title.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px 90px;
    }
    .superiorityBoxTopTitle, .sourceBoxTopTitle, .clientBoxTopTitle{
        width: 100%;
        text-align: center;
        font-size: 18px;
        color:#292929;
        margin: auto;
        margin-bottom: 0px;
        font-weight: 600;
    }
    .superiorityBoxTopTitleSmall, .sourceBoxTopTitleSmall, .clientBoxTopTitleSmall{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color:#292929;
        margin: auto;
        opacity: 0.5;
        /*margin-bottom: 20px;*/
    }
    .superiorityListBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }
    .superiorityListLi{
        width: 44%;
        height: 160px;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 21px;
        border: 1px solid #f5f5f5;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .superiorityListLi:hover{
        border-bottom: 2px solid #3f94ff;
        box-shadow: 5px 7px 5px #ededed;
    }
    .superiorityListLiIconBox{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-top: 22px;
        margin-bottom: 0px;
        display: flex;
    }
    .superiorityListLiIcon{
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 40px;
        margin: auto;
    }
    .superiorityListLiTitle{
        color:#0d62e1;
        font-size: 16px;
        margin:auto;
        margin-top: 13px;
        margin-bottom: 0px;
        text-align: center;
    }
    .superiorityListLiDesc{
        width: 70%;
        height: 34px;
        line-height: 15px;
        font-size: 12px;
        color:#4c4c4c;
        margin: auto;
        margin-top: 13px;
        text-align: center;
    }
    .bgGd{
        width: 100%;
        height: auto;
        max-height: 183px;
        margin: auto;
        margin-top: -20px;
    }
    .sourceBoxOut{
        width: 100%;
        margin: auto;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        /*background: #f5f5f9;*/
        background: url('../imgs/case/pic-khsy.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mapBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 23px;
        display: flex;
    }
    .map{
        width: 100%;
        height: auto;
        max-height: 620px;
        margin:auto;
    }
    .sourceDataBox{
        width: 100%;
        height: 130px;
        margin: auto;
        margin-top: 0px;
        display: flex;
    }
    .sourceDataLi{
        width: 33%;
        height: 48px;
        margin:auto;
        display: flex;
        flex-direction: column;
    }
    .sourceDataLiNumber{
        margin:auto;
        font-size: 20px;
        color:#0d62e1;
        margin-top: 0;
    }
    .sourceDataLiDesc{
        margin:auto;
        font-size: 14px;
        color:#4c4c4c;
        margin-bottom: 0;
        text-align: center;
    }
    .clientBox{
        width: 100%;
        height: auto;
        min-height: 236px;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .clientBoxOut{
        width: 100%;
        height: auto;
        display: flex;
    }
    .clientBoxTopSpe{
        margin: auto;
        margin-top: 30px;
        background-image: url('../imgs/home/pic-title2.png');
    }
    .whiteColor{
        color:#fff;
    }
    .blueColor {
        color:#a7d0f1;
    }
    .height435{
        height: auto;
        background: #fff;
        box-shadow: 2px 2px 4px 4px #e9e9e9;
        margin-top: 21px;
        margin-bottom: 30px;
    }
    .clientListBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 40px;
    }
    .clientLogo{
        width: 47%;
        height: 85px;
        margin: auto;
        margin-bottom: 20px;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet{
        background: #8dadd4 !important;
    }
    .clientDataBox .swiper-pagination2 .swiper-pagination-bullet-active{
        background: #1c5baa !important;
    }
    .freeBox{
        width: 100%;
        height: auto;
        min-height: 120px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        background-image: url('../imgs/home/pic-contact.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .freeDesc{
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 0px;
        color:#fff;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .freeTryBtn{
        width: 120px;
        height: 25px;
        border: 1px solid #fff;
        border-radius: 1px;
        margin: auto;
        margin-top: 1.5%;
        text-align: center;
        line-height: 25px;
        color:#fff;
    }
    .bottomBoxOut{
        width: 100%;
        height: auto;
        min-height:457px;
        background: #000;
        margin: auto;
        display: flex;
        background-image: url('../imgs/bottom-bg.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bottomBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomTopBox{
        margin:auto;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .bottomTopBoxList{
        width: 180px;
        height: auto;
        margin: auto;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }
    .bottomLogo{
        width: 133px;
        height: auto;
        max-height: 50px;
        margin:auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bottomQr{
        width: 100px;
        height: 100px;
        margin:auto;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    .phoneNumber{
        font-size: 14px;
        font-weight: 600;
        margin: auto;
        margin-top: 20px;
        color:#fff;
    }
    .address{
        font-size: 14px;
        font-weight: 600;
        margin: auto;
        margin-top: 5px;
        color:#fff;
    }
    .bottomTopBoxListRightOut{
        display: flex;
        margin: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bottomTopBoxListRight{
        width: 25%;
        height: 320px;
        margin: auto;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .bottomTopBoxListRightNavTitle{
        color:#fff;
        font-size: 14px;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0;
    }
    .line{
        width: 60px;
        height: 1px;
        background: #fff;
        margin:auto;
        margin-top: 17px;
        margin-bottom: 17px;
        flex-shrink: 0;
    }
    .secNav{
        color:#acacac;
        margin:auto;
        margin-top: 0px;
        margin-bottom: 38px;
        height: 20px;
        font-size: 12px;
    }
    .bottomBottomBox{
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: auto;
        margin-top: 40px;
        font-size: 12px;
    }
    .bq1{
        margin: auto;
        color:#fff;
    }
    .bq2{
        margin: auto;
        color:#fff;
    }
    .bq3{
        margin: auto;
        color:#fff;
    }
    .navImg{
        margin:auto;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }
    .backCe{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        display: flex;
        z-index: 1000;
    }
    .navPhone{
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        display: flex;
        flex-direction: column;
        z-index: 1001;
    }
    .navPhoneLi{
        width: 100%;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color:#999;
        border-bottom: 1px solid #999;
    }
    .LongHeight{
        height: 200px;
    }
    .hide{
        display: none;
    }
    .swiper-pagination-bullets{
        position: absolute;
        z-index: 2;
    }
    .tagBox{
        width: 100%;
        height: auto;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 0px;
        border-radius: 3px;
        box-shadow: 1px 1px 3px 2px #f7f7f7;
        position: relative;
    }
    .tagLi{
        width: 33%;
        height: auto;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        color:#4c4c4c;
        display: flex;
    }
    .tagCheck{
        color:#3a7fe7;
    }
    .introBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 15px;
        /*margin-bottom: 30px;*/
    }
    .introBoxCard{
        width: 100%;
        height: auto;
        margin: auto;
        margin-left: 0px;
        background: #fafafa;
        display: flex;
        flex-direction: column;
    }
    .introBoxCardTitle{
        color:#292929;
        font-size: 18px;
        margin:auto;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .introBoxCardLine{
        width: 51px;
        height: 2px;
        background: #168be7;
        margin: auto;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .introBoxCardDescBox{
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .introBoxCardDescBoxP{
        color:#4c4c4c;
        font-size: 12px;
        margin: auto;
        margin-left: 20px;
        margin-right: 30px;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 6px;
    }
    .introBoxCardDescBoxP:last-child{
        margin-bottom: 0px;
    }
    .blackBg{
        background: #1b1f25;
    }
    .whiteColor{
        color:#fff;
    }
    .grayColor{
        color:#a4a5a8;
    }
    .whiteImgBg{
        background-image: url('../imgs/about/title-white.png');
    }
    .width100{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 30px;
    }
    .width100Li{
        width: 50%;
        height: 234px;
        margin: auto;
        display: flex;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .width100LiOne{
        background-image: url('../imgs/about/aboutus-value1.jpg');
    }
    .width100LiTwo{
        background-image: url('../imgs/about/aboutus-value2.jpg');
    }
    .width100LiThree{
        background-image: url('../imgs/about/aboutus-value3.jpg');
    }
    .width100LiFour{
        background-image: url('../imgs/about/aboutus-value4.jpg');
    }
    .width100LiTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 40px;
        font-size: 24px;
    }
    .width100LiBlueTitle{
        margin: auto;
        color:#fff;
        margin-left: 45px;
        margin-bottom: 0px;
        font-size: 24px;
    }
    .width100LiBlue{
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(44, 111, 210, 0.5);
        display: flex;
        flex-direction: column;
    }
    .width100LiLine{
        width: 42px;
        height: 2px;
        background: #fff;
        margin-left: 45px;
        margin-top: 10px;
    }
    .width100LiDesc{
        font-size: 16px;
        margin: auto;
        margin-left: 45px;
        margin-top: 22px;
        margin-bottom: 40px;
        color:#fff;
    }
    .tixiImg{
        width: 73%;
        height: auto;
        max-height: 522px;
        margin:auto;
        margin-top: 26px;
        margin-bottom: 50px;
    }
    .rongyuBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 43px;
        margin-bottom: 30px;
    }
    .rongyuLi{
        width: 24%;
        margin:auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }
    .rongyuLiImgBox{
        width: 100%;
        height: auto;
        box-shadow: 1px 3px 5px 4px #eee;
        margin:auto;
        margin-top: 0;
    }
    .rongyuLiImg{
        width: 100%;
        height: auto;
        max-height: 410px;
    }
    .rongyuLiTitle{
        width: 100%;
        text-align: center;
        margin:auto;
        margin-top: 20px;
    }
    .hezuoMoshiDesc{
        width: 80%;
        color:#4c4c4c;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        margin: auto;
        margin-top: 38px;
        margin-bottom: 50px;
    }
    .hezuoMoshiBox{
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .hezuoMoshiLi{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 28px;
        box-shadow: 1px 3px 4px 4px #ecf5fd;
        display: flex;
        border-radius: 3px;
    }
    .hezuoMoshiLi:hover{
        border-bottom: 6px solid #0d62e1;
    }
    .hezuoMoshiLiImgBox{
        width: 85px;
        height: 100%;
        display: flex;
        margin:auto;
        margin-left: 65px;
        margin-right: 0;
        flex-shrink: 0;
        display: none;
    }
    .hezuoMoshiLiImg{
        width: auto;
        height: auto;
        max-height: 70px;
        margin: auto;
    }
    .hezuoMoshiLiRight{
        width: 90%;
        height: 100%;
        margin: auto;
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hezuoMoshiLiRightTitle{
        font-size: 18px;
        color:#0d62e1;
        margin: auto;
        margin-left: 0;
        margin-bottom:0;
    }
    .hezuoMoshiLiRightDesc{
        font-size: 16px;
        color:#4c4c4c;
        margin: auto;
        margin-left: 0;
        margin-top: 22px;
        line-height: 26px;
    }
    .contactBox{
        width: 100%;
        height: auto;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contactBoxLi{
        width: 50%;
        height: 100%;
        margin:auto;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        border: 1px solid #ebebeb;
        padding-bottom: 10px;

    }
    .contactIcon{
        width: 30px;
        height: 30px;
        max-height: 30px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactQr{
        width: 120px;
        height: auto;
        max-height: 120px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .contactTitle{
        color:#292929;
        font-size: 16px;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .contactPhone{
        color:#0d62e1;
        font-size: 12px;
        margin:auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .margin-right{
        /*margin-right: 32px;*/
    }
    .margin-left{
        /*margin-left: 32px;*/
    }
    .zhaopinInfoBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .zhaopinLi{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction:column;
        margin: auto;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .zhaopinLiTopInfo{
        width: 100%;
        height: 70px;
        display: flex;
        margin: auto;
        margin-top: 0;
        background: #168be7;
    }
    .zhaopinLiTopTitle{
        font-size: 18px;
        color:#fff;
        margin: auto;
        margin-left: 15px;
        margin-right: 0;
    }
    .zhaopinLiTopPrice{
        font-size: 14px;
        color:#fff;
        margin: auto;
        margin-left: 25px;
        margin-right: 0;
    }
    .zhaopinIcon{
        width: 20px;
        height: 20px;
        margin: auto;
        margin-right: 10px;
    }
    .zhaopinInfoDescBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin:auto;
        margin-top: 0;
        background: #f5fcff;
    }
    .zhaopinInfoDescBoxTop{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .zhaopinInfoDescBoxTopLi{
        color:#4c4c4c;
        font-size: 16px;
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .zhaopinInfoDescBoxTopLiLeft{
        width: auto;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .zhaopinInfoDescBoxTopLiRight{
        margin-left: 20px;
    }
    .zhaopinLine{
        width: 95%;
        height: 1px;
        background: #ebebeb;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .zhaopinDescDescBox{
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 25px;
    }
    .zhaopinDescDescBoxLi{
        width:100%;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction:column;
        color:#292929;
        font-size: 16px;
    }
    .zhaopinDescDescBoxTitle{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:23px;
    }
    .zhaopinDescDescBoxTitleList{
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom:0;
        display: flex;
        flex-direction: column;
    }
    .zhaopinDescDescBoxTitleLi{
        margin:auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .conmapBox{
        width: 100%;
        heigh: auto;
        display: flex;
        flex-direction: column;
    }
    .conmapTagBox{
        width: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .conmapTag{
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
        color:#333333;
        font-size: 18px;
        text-align: center;
    }
    .conmapTagCheck{
        /*border-bottom: 1px solid #168be7;*/
        color:#168be7;
    }
    .width1200{
        width: 100%;
        margin: auto;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .address{
        font-size: 20px;
        color:#333333;
        font-weight: 600;
        margin: auto;
        margin-bottom: 0;
    }
    .tips{
        font-size: 16px;
        color:#333333;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .tipsWay{
        font-size: 16px;
        color:#333333;
        margin: auto;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .mapImg{
        width: 100%;
        height: auto;
        max-height: 461px;
        margin-top: 45px;
    }
    .banner{
        width: 100%;
        height: 100%;
    }
    .hide{
        display: none;
    }
    .pic-bg{
        width: 100%;
        height: auto;
        max-height: 666px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg2{
        width: 100%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .pic-bg3{
        width: 82%;
        height: auto;
        max-height: 713px;
        margin:auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .youshiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .youshiBoxLi{
        width: 45%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction:column;
        border-radius: 3px;
        box-shadow: 1px 3px 5px 4px #eee;
        background: #fff;
        border-radius: 6px;
    }
    .youshiBoxLiImg{
        width: 100%;
        height: auto;
        max-height: 100px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .youshiBoxLiImgTitle{
        color:#0d62e1;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .youshiBoxLiImgTitleDesc{
        color:#4c4c4c;
        font-size: 14px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        line-height: 24px;
    }
    .df{
        width: 40%;
        margin-bottom: 40px;
        height: auto;
    }
    .dfLi{
        margin-top: 24px;
        margin-bottom: 14px;
    }
    .dfimg{
        max-height: 120px;
    }
    .yunyoushiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .yunyoushiBoxLi{
        width: 80%;
        height: 100px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color:#fff;
        border-radius: 6px;
    }
    .yunyoushiBoxLiTitle{
        width: auto;
        margin: auto;
        font-size: 18px;
    }
    .yunyoushiBoxLiLine{
        width: 57px;
        height: 2px;
        background: #fff;
        margin: auto;
        margin-top: 9px;
        margin-bottom: 0;
    }
    .yunyoushiBoxLiDesc{
        font-size: 16px;
        margin: auto;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .bg1{
        background-image: url('../imgs/product/pic-qqbyy-1.png');
    }
    .bg2{
        background-image: url('../imgs/product/pic-qqbyy-2.png');
    }
    .bg3{
        background-image: url('../imgs/product/pic-qqbyy-3.png');
    }
    .bg4{
        background-image: url('../imgs/product/pic-qqbyy-4.png');
    }
    .bg5{
        background-image: url('../imgs/product/pic-qqbyy-5.png');
    }
    .showThen {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .pright{
        margin-left: auto;
        margin-right: 0;
    }
    .qqbyyImg{
        display: none;
    }
    .sourceListBox{
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        /*flex-wrap: wrap;*/
        flex-direction: column;
    }
    .sourceListBoxLi{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction:column;
    }
    .sourceListBoxLiimgBox{
        width: 40px;
        height: 50px;
        margin: auto;
        margin-bottom: 0;
        display: flex;
        color:#fff;
    }
    .solutionIconImg{
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 50px;
        margin: auto;
    }
    .sourceListBoxLiimgBoxTitle{
        font-size: 16px;
        margin: auto;
        margin-top: 18px;
        color:#fff;
    }
    .sourceListBoxLiimgBoxDesc{
        font-size: 12px;
        margin: auto;
        margin-top: 15px;
        color:#fff;
        text-align: center;
        height: 30px;
    }
    /*.width20{*/
        /*width: 20%;*/
    /*}*/
    /*.width25{*/
        /*width: 20%;*/
    /*}*/
    .hide{
        display: none;
    }
    .langDesc{
        color:#999;
        margin: auto;
    }
    .bannerImg{
        max-height: 129px;
    }
    .picDesc{
        margin: auto;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .smallTitle{
        height: 60px;
        background-size: 30px 60px;
    }
    .smallTitle .superiorityBoxTopTitle, .smallTitle .sourceBoxTopTitle, .smallTitle .clientBoxTopTitle{
        margin: auto;
    }

/*    修改*/
    .new_solution_advartages{
        width: 100%;
        margin-top: 80px;

    }
    .new_solution_advartages_top_bg{
        background:url("../imgs/home/bg-gd.jpg") no-repeat;
        background-size: 100% auto;
        background-position: left bottom;
    }
    .new_solution_advartages_top{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .new_solution_advartages_top_item{
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .new_solution_advartages_top_item_content{
        width: 100%;
        height: calc(100% - 20px);
        margin-top: 20px;
        border: 1px solid rgba(220, 220, 220, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .new_solution_advartages_top_item_title{
        position: absolute;
        top: 0;
        height: 40px;
        width: 80%;
        border-radius: 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-left: initial;
        left: 10%;
    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_title{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_title{
        background-color: rgba(13, 98, 225, 1);
    }
    .new_solution_advartages_top_item_content_list{
        width: 90%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;

    }
    .new_solution_advartages_top_item_content_list_item{
        overflow: hidden;
        margin-top: 20px;
    }
    .new_solution_advartages_top_item_content_list_item b{
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
    }
    .new_solution_advartages_top_item_content_list_item span
    {
        width: calc(100% - 40px);
        float: right;
        display: block;
        height: auto;
        line-height: 20px;

    }
    .new_solution_advartages_top_item:nth-child(1) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(254, 189, 4, 1);
    }
    .new_solution_advartages_top_item:nth-child(2) .new_solution_advartages_top_item_content_list_item b{
        background-color: rgba(13, 98, 225, 1);
    }

    .new_solution_advartages_center{
        background-color: rgba(250, 250, 252, 1);
        overflow: hidden;
    }
    .new_solution_advartages_center_all{
        width: 100%;
        margin:70px auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .new_solution_advartages_center_item{
        width: 300px;
        padding: 15px 5px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item_two{
        width: 170px;
        text-align: center;
        margin-bottom: 50px;
    }
    .new_solution_advartages_center_item img{
        height: 40px;
        width: auto;
    }

    .new_solution_advartages_center_item .new_solution_advartages_center_item_title{
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin: 15px auto;
    }
    .new_solution_advartages_center_item_sctitle{
        font-size: 16px;
        line-height: 24px;
        color: rgba(77, 77, 77, 1);
    }

    .new_solution_diagram_all{
        width: 100%;
    }
    .new_solution_diagram_img{
        margin-top: 45px;
        margin-bottom: 100px;
        text-align: center;
    }
    .new_solution_diagram_img img{
        width: 100%;
    }
}