 [flex] {
    display: flex;
}
 .hides{display:none !important;}
 .flex-box{display:flex;}
 [flex][flex~="i"] {
    display: inline-flex;
}
[flex][flex~="aic"] {
    align-items: center;
}
[flex][flex~="jc"] {
    justify-content: center;
}
 [flex][flex~="wrap"]{flex-wrap: wrap;}
.business-block-process {
  position: relative;
  padding-top: 85px;
  padding-bottom: 250px;
}    
.p.txt{text-indent:48px;}
 p.txt{font-size:21px;line-height:36px;text-indent:48px;}
 p.textimgp{margin:auto auto;padding-bottom:64px;text-align:center;}
.textimgp img{height:60px;}
.margin78 {
    margin-top: 78px;
}




.tech-support-list{width: 100%;}
.tech-support-list ul{margin: -40px 0 0 -40px;}
.tech-support-list li{width: calc(33.3333% - 40px);margin: 40px 0 0 40px;background: #fff;display: flex;flex-direction: column;justify-content: center;transition: all .6s ease;padding: 0 50px;height: 252px;}
.tech-support-list li .icon{display: flex;align-items: center;width: 100%;height: 64px;position: relative;margin-bottom: 24px;}
.tech-support-list li .icon img{position: absolute;transition: all .4s ease;top: 0;left: 0;max-width:60px;}
.tech-support-list li .icon img.s{opacity: 1;}
.tech-support-list li .icon img.h{opacity: 0;}
.tech-support-list li .name{color: #0078C0;line-height: 1.1;margin-bottom: 8px;transition: all .4s ease;width: 100%;}
.tech-support-list li .text{line-height: 20px;min-height: 40px;color: #777;transition: all .4s ease;width: 100%;}
.tech-support-list li:hover{background: #0078C0;}
.tech-support-list li:hover .icon img.s{opacity: 0;}
.tech-support-list li:hover .icon img.h{opacity: 1;}
.tech-support-list li:hover .name{color: #fff;}
.tech-support-list li:hover .text{color: #fff;}

@media (max-width: 1599px) {
  .tech-support-list ul {margin: -30px 0 0 -30px;}
  .tech-support-list li {width: calc(33.3333% - 30px);margin: 30px 0 0 30px;padding: 0 40px;height: 250px;}
}

@media (max-width: 1279px) { 
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(33.3333% - 24px);margin: 24px 0 0 24px;padding: 0 20px;height: 250px;}
}
@media (max-width: 1000px) { 
      .tech-support-list ul {margin: -24px 0 0;}
    .tech-support-list li {width: 100%;margin: 24px 0 0;padding: 24px 20px;height: auto;}
}
@media (max-width: 640px) { 
    .tech-support-info .text p {margin-left: 10px;}
    .tech-support-info .text {margin-top: 10px;}
    .tech-support-list ul {margin: -16px 0 0;}
    .tech-support-list li {margin: 16px 0 0;padding: 20px 16px;}
    .tech-support-list li .icon{margin-bottom: 16px;}
    .tech-support-list li .name {margin-bottom: 6px;}
}





 .contain_max_1400{max-width:1400px;}
.aboutbj-map{width: 100%;}
.aboutbj-map .contain{position: relative;}
.aboutbj-map-bg{width: 100%;object-fit: cover;}
.aboutbj-map-dot{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;}
.aboutbj-map-dot .dot{position: absolute;z-index: 6;display: flex;align-items: center;}
.aboutbj-map-dot .dot i{width: 14px;height: 14px;border-radius: 50%;background: #ef8903;margin-right: 10px;position: relative;}
.aboutbj-map-dot .dot i::before,.aboutbj-map-dot .dot i::after {content: "";display: block;width: 20px;height: 20px;border: 1px solid rgba(239, 137, 3, .7);border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -10px 0 0 -10px;animation: aboutbjRing 1.5s linear infinite;opacity: 0;}
.aboutbj-map-dot .dot i::before {animation-delay: .6s;}
.aboutbj-map-dot .dot i::after {animation-delay: 0s;}
@keyframes aboutbjRing{0%{opacity:0;transform:scale(.8)}5%{opacity:1}to{opacity:0;transform:scale(3.6)}}
.aboutbj-map-dot .dot span{font-size: 14px;color: #ef8903;position: relative;z-index: 4;}
.aboutbj-map-dot .dot.active{flex-direction: column-reverse;justify-content: center;}
.aboutbj-map-dot .dot.active i{margin-right: 0;background: #0056b8 url('{%$rootpath%}images/service/map_logo.png') no-repeat center;width: 26px;height: 26px;}
.aboutbj-map-dot .dot.active span{color: #0056b8;margin-bottom: 2px;}
.aboutbj-map-dot .dot.active i::before,.aboutbj-map-dot .dot.active i::after {border: 1px solid rgba(0, 86, 184, .7);}
/* -- */
.aboutbj-map-dot .dot.zhongguo{left: 34.5%;top: 38%;}
.aboutbj-map-dot .dot.yindu{left: 26%;top: 46%;}
.aboutbj-map-dot .dot.yuenan{left: 34%;top: 49.5%;}
.aboutbj-map-dot .dot.taiguo{left: 34.4%;top: 51.5%;}
.aboutbj-map-dot .dot.xinjiapo{left: 32.5%;top: 56%;}
.aboutbj-map-dot .dot.feilvbin{left: 40%;top: 43%;}
.aboutbj-map-dot .dot.meiguo{left: 72%;top: 33%;}
.aboutbj-map-dot .dot.ouzhou{left: 10%;top: 19%;}
.aboutbj-map-dot .dot.malaixiya{left: 32%;top: 54%;}

.aboutbj-info{width: 100%;position: absolute;z-index: 7;left: 0;bottom: 140px;}
.aboutbj-info ul{justify-content: space-between;}
.aboutbj-info li{align-items: flex-end;}
.aboutbj-info li .num{font-size: 120px;line-height: .8;color: #0056b8;font-family: "MB";width: 90px;}
.aboutbj-info li .cont{width: calc(100% - 90px);}
.aboutbj-info li .name{color: #0056b8;line-height: 1.1;}
.aboutbj-info li .name .spanname{font-size:66px;}
.aboutbj-info li .text{color: #666;}
@media (max-width: 1000px) {
    .aboutbj-map1{display: none;}
    .aboutbj .sonTitle, .aboutbj-info{position: static;}
    .aboutbj-info{width: 100%;margin-top: 40px;}
    .aboutbj {background: #f6f7f9 url('{%$rootpath%}images/service/map_logo_1000.png') no-repeat center center/96% auto;}
    .aboutbj-info ul{justify-content: flex-start;margin-top: -20px;}
    .aboutbj-info li{width: 100%;margin-top: 20px;}
}
@media (max-width: 640px) { 
     .aboutbj-info li{align-items: flex-start;}
    .aboutbj-info li .num {font-size: 42px;width: 38px;}
    .aboutbj-info li .cont {width: calc(100% - 38px);}
    .aboutbj-info li .name {font-size: 16px;}
    .aboutbj-info li .text {margin-top: 0;}
    .aboutbj-info {margin-top: 24px;}
    .aboutbj-info li .name .spanname{font-size:40px;}
    
}



.pt90{padding-top:90px;}
.pb120{padding-bottom:120px;}


@media (max-width: 1700px) {
    .pt90, .pt92 {
        padding-top: 82px;
    }
    .pt110 {
        padding-top: 110px;
    }
    .pb120, .pb122, .pb124 {
        padding-bottom: 120px;
    }
    .pb150 {
        padding-bottom: 140px;
    }
}

@media (max-width: 1590px) {
    .pt90, .pt92 {
        padding-top: 68px;
    }
    .pt110, .pt112, .pt114 {
        padding-top: 86px;
    }
    .pb120, .pb122, .pb124 {
        padding-bottom: 90px;
    }
    .pb140, .pb142, .pb144, .pb146, .pb148, .pb150 {
        padding-bottom: 104px;
    }
}

@media (max-width: 1270px) {
    .pt90, .pt92 {
        padding-top: 54px;
    }
    .pt110, .pt112, .pt114 {
        padding-top: 64px;
    }
    .pb120, .pb122, .pb124 {
        padding-bottom: 70px;
    }
    .pb140, .pb142, .pb144, .pb146, .pb148, .pb150 {
        padding-bottom: 84px;
    }
}

@media (max-width: 720px) {
    
    .pt86, .pt88, .pt90, .pt92, .pt94, .pt96 {
        padding-top: 32px;
    }    
    
    .pt110, .pt112, .pt114, .pt116, .pt118, .pt120, .pt122, .pt124 {
        padding-top: 36px;
    }
    .pb140, .pb142, .pb144, .pb146, .pb148, .pb150 {
        padding-bottom: 40px;
    }    
}



@keyframes bgScale {0%{transform: scale(1);}100%{transform: scale(1.08);}}
.bgScale {
    animation: bgScale 4s linear forwards;
}    
  
.WeHuyj .IndTitle .text{max-width: 1100px;text-align: left;text-indent: 2em;}
.WeHuyj-list {justify-content: center;align-items: center;position: relative;}
.WeHuyj-list .list{width: 225px;height: 225px;display: flex;justify-content: center;align-items: center;border-radius: 100%;position: relative;}
.WeHuyj-list .list span{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color: #fff;color: #000;border-radius: 100%;position: relative;z-index: 3;}
.WeHuyj-list .list::before{content: "";background-color: #c1e9fc;width: 265px;height: 265px;border-radius: 100%;position: absolute;z-index: 2;}
.WeHuyj-list .list::after{content: "";background-color: #e8f6fd;width: 300px;height: 300px;border-radius: 100%;position: absolute;z-index: 1;}
.WeHuyj-list .list:nth-child(2){width: 240px;height: 240px;margin: 0px 155px;z-index: 5;}
.WeHuyj-list .list:nth-child(2) span{background-color: #0078C0;color: #fff;}
.WeHuyj-list .list:nth-child(2)::before,.WeHuyj-list .list:nth-child(2)::after {content: "";display: block;width: 360px;height: 360px;background: rgba(35, 179, 246, 1); border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -180px 0 0 -180px;animation: WeHuyjList 1.5s linear infinite;opacity: 0;}
.WeHuyj-list .list:nth-child(2)::before {animation-delay: .6s;}
.WeHuyj-list .list:nth-child(2)::after {animation-delay: 1s;}
@keyframes WeHuyjList{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(1)}}
.WeHuyj-list::before {content: "";position: absolute;width: 560px;height: 8px;background: url(../images/pages/WeHuyj-list.png) center no-repeat;background-size: contain;z-index: 4;}
.WeHuyj-img {display: none;}
.WeHujz-svp {position: absolute;top: 190px;right: calc((100% - 1400px) / 2);width: 765px;}
.WeHujz-svp .line{width: 100%;height: 3px;background-color: #fff;}
.WeHujz-line {position: absolute;bottom: 155px;left: 0px;width: 100%;}
.WeHujz-list {position: absolute;width: 100%;bottom: 150px;left: 0px;height: 130px;}
.WeHujz-list .list{display: flex;flex-direction: column;align-items: center;padding-top: 75px;transition: all .4s ease;cursor: pointer;}
.WeHujz-list .list .img{width: 60px;height: 60px;top: 0px;display: flex;justify-content: center;align-items: center;position: absolute;background-color: #fff;border-radius: 100px;transition: all .4s ease;}
.WeHujz-list .list .img img{transition: all .4s ease;z-index: 3;}
.WeHujz-list .list .img img:nth-child(1){opacity: 1;position: absolute;}
.WeHujz-list .list .img img:nth-child(2){opacity: 0;position: relative;}
.WeHujz-list .list .img::before{content: "";position: absolute;width: 0px;height: 0px;background-color: #0078C0;border-radius: 100px;transition: all .4s ease;}
.WeHujz-list .list.active .img{width: 95px;height: 95px;background-color: rgba(255, 255, 255, .5);}
.WeHujz-list .list.active .img::before{width: 60px;height: 60px;}
.WeHujz-list .list.active .img img:nth-child(1){opacity: 0;}
.WeHujz-list .list.active .img img:nth-child(2){opacity: 1;}
.WeHujz-list .list.active {padding-top: 110px;transform: translateY(-15px);}
.WeHujz-list .list {position: absolute;}
.WeHujz-list .list:nth-child(1) {top: 66%;left: 16.5%;}
.WeHujz-list .list:nth-child(2) {top: 54%;left: 33%;}
.WeHujz-list .list:nth-child(3) {top: 1%;left: 49.5%;}
.WeHujz-list .list:nth-child(4) {top: -25%;left: 66%;}
.WeHujz-list .list:nth-child(5) {top: -14%;left: 82.5%;}
.WeHujz-page {display: none;}
.WeHujz-page .swiper-pagination-bullet {width: 8px;height: 8px;background: #fff;opacity: 1;}
.WeHujz-page .swiper-pagination-bullet-active {background: #0078C0;} 
@media (max-width: 1590px) {
        .WeHujz-svp {top: 70px;right: calc((100% - 1200px) / 2);width: 565px;}
    .WeHujz-list .list:nth-child(3) {top: 5%;left: 65%;}
    .WeHujz-list .list:nth-child(4) {top: 20%;left: 90%;}
    .FaAnlb-list {margin-top: 50px;}
    .FaAnlb-list .list {margin-bottom: 150px;}
    .FaAnlb-list .list:nth-child(odd) .cont {padding-right: 130px;}
    .FaAnlb-list .list:nth-child(even) .cont {padding-left: 130px;}
    .FaAnlb-list .list::before {width: 645px;height: 505px;}
    .RaShtd-list .list {width: calc(100%/4 - 30px);border-radius: 0px 60px 60px 40px;padding: 50px;padding-right: 30px;}
    .AbojsText {margin-top: -60vh;}
    .WeHuzz-list .list:nth-child(1) {top: 5%;left: -3%;}
    .WeHuzz-list .list:nth-child(2) {top: 5%;right: -3%;}
    .WeHuzz-list .list:nth-child(3) {bottom: 5%;left: -3%;}
    .WeHuzz-list .list:nth-child(4) {bottom: 5%;right: -3%;}
}
@media all and (max-width:1270px) {
    .WeHuyj-list .list {width: 160px;height: 160px;}
    .WeHuyj-list .list::before {width: 180px;height: 180px;}
    .WeHuyj-list .list::after {width: 200px;height: 200px;}
    .WeHuyj-list .list:nth-child(2) {width: 180px;height: 180px;margin: 0px 75px;}
    .WeHuyj-list .list:nth-child(2)::before, .WeHuyj-list .list:nth-child(2)::after {width: 260px;height: 260px;margin: -130px 0 0 -130px;}
    .WeHuyj-list::before {width: 334px;height: 8px;}
    .WeHujz-list {bottom: 90px;height: 130px;}
    .WeHujz-line {bottom: 100px;}
    .WeHujz-svp {top: 70px;right: 0px;width: 100%;padding: 0px 4%;}
}
@media (max-width: 1000px) {
    .WeHuyj-list {display: none;}
    .WeHuyj-img {display: flex;margin-top: 25px;}
    .WeHujz-line {display: none;}
    .WeHujz-list {display: none;}
    .WeHujz > img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
    .WeHujz-svp {position: relative;padding: 36px 4%;top: 0px;}
    .WeHujz-svp .swiper-slide{height: auto;}
    .WeHujz-svp .muen{height: 100%;}
    .WeHujz-page {display: flex;justify-content: center;}
}
.IndTitle .name_noafter::after{display:none;}



.span_shuzi1 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 30px;
    z-index: 2;
    font-family: akrobatblack;
    font-weight: 700;
}
.list .span_shuzi1{
-webkit-text-stroke: 1px #0078C0;
}
.list.active .span_shuzi1{
-webkit-text-stroke: 1px #fff;
}




/*产品优势*/
 
 [flex][flex~="acc"] {
    align-content: center;
}
.business-block-server {
  padding-bottom: 100px;
}

.business-block-server .img-box::before {
    content: "";
    display: block;
    width: 100%;
}
.business-block-server .list {
  margin-top: 170px;
  position: relative;
}
.business-block-server .list-circle {
  position: relative;
  max-width: 35%;
  width: 447px;
}
.business-block-server .list-circle .list-icon {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  width: 100px; 
  max-width: 25%;
  overflow: hidden;
  background: var(--background-color);
}
.business-block-server .list-circle .list-icon{
    background:#fff;
    border: 2px solid #e7e7e7;
}
.business-block-server .list-circle .list-icon:nth-child(3n+1){
    background:linear-gradient(90deg,#0078C0 20%,#1878A8 100%);
    border: unset;
}

.business-block-server .list-circle .list-icon:nth-child(1) {
  left: 0;
  top: 1%;
}
.business-block-server .list-circle .list-icon:nth-child(2) {
  right: 0;
  top: 1%;
}
.business-block-server .list-circle .list-icon:nth-child(3) {
  left: 0;
  bottom: 1%;
}
.business-block-server .list-circle .list-icon:nth-child(4) {
  right: 0;
  bottom: 1%;
}
.business-block-server .list-circle .img-box {
  display: block;
  overflow: visible;
}
.business-block-server .list-circle .img-box::before {
  padding-top: 100%;
}
.business-block-server .list-circle .img-box .after {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  width: 110%;
  height: 110%;
}

@-webkit-keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(248px);
        transform: rotate(0deg) translateX(248px)
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(248px);
        transform: rotate(360deg) translateX(248px)
    }
}

@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(248px);
        transform: rotate(0deg) translateX(248px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(248px);
        transform: rotate(360deg) translateX(248px);
    }
}



@-webkit-keyframes spinnerRotate1000 {
    0% {
        -webkit-transform: rotate(0deg) translateX(248px);
        transform: rotate(0deg) translateX(248px)
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(248px);
        transform: rotate(360deg) translateX(248px)
    }
}

@keyframes spinnerRotate1000 {
    0% {
        -webkit-transform: rotate(0deg) translateX(248px);
        transform: rotate(0deg) translateX(248px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(248px);
        transform: rotate(360deg) translateX(248px);
    }
}



.business-block-server .list-circle::after {
position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #0078C0;
    transition: all .35s ease-in-out;    
}








.business-block-server .list-circle .img-box img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    object-fit: fill;
}    
    
    
    
.business-block-server .list-circle .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: center;
  font-size: 18px;
  line-height: 1.33em;
  color: #ffffff;
}
.business-block-server .list-circle .text .other {
  margin-bottom: 0.9em;
  position: relative;
  padding-left: 1.1em;
  font-size: 36px;
  line-height: 1.3em;
}
.business-block-server .list-circle .text .other .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8em;
}
.business-block-server .list-circle .text .other .en {
  font-size: 0.44em;
  line-height: 0.8em;
}
.business-block-server .list-circle .text .word {
  width: 100%;
}
.business-block-server .list-li {
  position: absolute;
  width: 485px;
  max-width: 30%;
}

.business-block-server .list-li.list-li1 {
  left: 0;
  top: 1%;
}
.business-block-server .list-li.list-li2 {
  right: 0;
  top: 1%;
}
.business-block-server .list-li.list-li3 {
  left: 0;
  top: 70%;
}
.business-block-server .list-li.list-li4 {
  right: 0;
  top: 70%;
}
.business-block-server .list-li .list-icon {
  display: none;
}
.business-block-server .list-li .list-title {
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.4em;
  color: #000000;
}
.business-block-server .list-li .list-cont {
  font-size: 18px;
  line-height: 1.6em;
  color: #999999;
}
@media (max-width: 1600px) {
  .business-block-server {
    padding-bottom: 80px;
  }
  .business-block-server .list {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .business-block-server {
    padding-bottom:65px;
  }
  .business-block-server .list {
    margin-top: 60px;
  }
  .business-block-server .list-circle .text {
    padding: 60px;
    font-size: 0.26rem;
  }
  .business-block-server .list-circle .text .other {
    margin-bottom: 0.4em;
    text-align: left;
    font-size: 1.4em;
  }
  .business-block-server .list-li .list-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .business-block-server .list-li .list-cont {
    font-size: 16px;
  }
 
}
@media (max-width: 768px) {
  .business-block-server {
    padding-bottom: 36px;
  }
  .business-block-server .list {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .business-block-server .list-circle {
    width: 187.5px;
    max-width: 90%;
  }
  .business-block-server .list-circle::after{
      display:none;
  }
  .business-block-server .list-circle .text {
      font-size:13px;
      padding:13px;
  }
  .business-block-server .list-circle .list-icon {
    display: none;
  }
  .business-block-server .list-circle .text .other {
    margin-bottom: 24px;
    text-align: left;
    font-size: 1.4em;
  }
  .business-block-server .list-li {
    margin-top: 15px;
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .business-block-server .list-li .list-title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .business-block-server .list-li .list-cont{
      font-size:14px;
  }
}     


















@media (max-width: 1700px) {
    .WeHujz-list .list:nth-child(3) {top:6%;}
    .WeHujz-list .list:nth-child(4) {top:-15%;}
    .WeHujz-list .list:nth-child(5) {top:-6%;}
}

@media (max-width: 1599px) {
    p.txt{font-size:20px;}
    .WeHujz-list .list:nth-child(3) {top:11%;left:49.5%;}
    .WeHujz-list .list:nth-child(4) {top:-9%;left:66%;}
    .WeHujz-list .list:nth-child(5) {top:1%;}
}

@media all and (max-width:1430px){
    .WeHujz-list .list:nth-child(3) {top:16%;}
    .WeHujz-list .list:nth-child(4) {top:0%;}
    .WeHujz-list .list:nth-child(5) {top:7%;}
}

@media all and (max-width:1279px) {
    .WeHujz-list .list:nth-child(3) {top:18%;}
    .WeHujz-list .list:nth-child(4) {top:3%;}
    .WeHujz-list .list:nth-child(5) {top:10%;}
}

@media all and (max-width:1100px) {
    p.txt{font-size:19px;}
    .aboutbj-info li .name .spanname{font-size:36px;}
    
    
    .aboutbj-map-dot .dot i::before, .aboutbj-map-dot .dot i::after{
        width:14px;
        height:14px;
        margin:-7px 0 0 -7px;
    }
    
    
    .WeHujz-list .list:nth-child(3) {top:23%;}
    .WeHujz-list .list:nth-child(4) {top:12%;}
    .WeHujz-list .list:nth-child(5) {top:18%;}
    .business-block-server .list-circle::after{display:none;}
    .business-block-server .list-circle .list-icon{width:60px;}
}

@media all and (max-width:1000px) {
    p.txt{font-size:18px;}
}


@media all and (max-width:640px) {
    .aboutbj-map-dot .dot i::before, .aboutbj-map-dot .dot i::after{
        width:14px;
        height:14px;
        margin:-7px 0 0 -7px;
    }
    .aboutbj-map-dot .dot.active i{width:18px;height:18px;}
    p.txt{font-size:16px;}
}