 .national-business ul {
     padding: 50px 0;
 }

 .haiwai {
     margin-top: 60px;
 }

 .national-business ul li {
     float: left;
     width: 33.333%;
     text-align: center;
 }

 .national-business ul li .liwrap {
     display: inline-block;
     text-align: left;
 }

 .national-business ul li .num-top {
     color: #5a68b3;
     font-family: "Helvetica Bold";
     text-align: center;
     line-height: 100px;
     height: 100px;
 }

 .national-business ul li .num-top span {
     font-size: 72px;
 }

 .national-business ul li .num-top i {
     font-size: 36px;
     font-style: normal;
     margin: 0 6px;
 }

 .national-business ul li .num-top i.top {
     vertical-align: top;
     position: relative;
 }

 .national-business ul li .tips {
     font-size: 20px;
     color: #666666;
     line-height: 40px;
     text-align: center;
 }

 .business-map {
     position: relative;
     width: 98%;
     margin: 10px auto 40px;
 }

 .business-map .map {
     width: 100%;
     position: relative;
     display: none
 }

 /* .business-map .map {
     width: 70%;
     position: relative;
     margin-left: 20%;
 } */

 .business-map .map img {
     width: 100%;
     height: 100%;
 }

 .business-map .map img.webmap {
     display: none;
 }

 .business-map .map-fl {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
 }

 .business-map .map-fl span {
     position: absolute;
     width: 19px;
     height: 19px;
     border-radius: 50%;
     background-color: #5a68b3;
     z-index: 3;
     animation: pointShow2 1.6s alternate forwards;
 }

 .business-map .map-fl span:before {
     content: '';
     display: block;
     position: absolute;
     width: 19px;
     height: 19px;
     border-radius: 50%;
     background-color: #5a68b3;
     animation: scale 2s infinite;
     -ms-animation: none;
     z-index: 2;
 }

 .business-map .map-fl span:after {
     content: '';
     display: block;
     position: absolute;
     width: 19px;
     height: 19px;
     border-radius: 50%;
     background-color: #5a68b3;
     animation: scale2 2s infinite;
     -ms-animation: none;
     z-index: 1;
 }

 .business-map .map-fl span.point1 {
     top: 55.12%;
     right: 36.87649%;
     animation-delay: 300s;
 }

 .business-map .map-fl span.point2 {
     top: 55.12%;
     right: 35.87649%;
 }

 .business-map .map-fl span.point3 {
     top: 36.9112%;
     right: 43.09211%;
 }

 .business-map .map-fl span.point4 {
     top: 76.46628%;
     right: 47.78548%;
 }

 @keyframes scale {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     100% {
         transform: scale(2);
         opacity: 0.1;
     }
 }

 @keyframes scale2 {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     100% {
         transform: scale(4);
         opacity: 0.1;
     }
 }

 @-ms-keyframes scale {
     0% {
         -ms-transform: scale(1);
         opacity: 1;
     }

     100% {
         -ms-transform: scale(2);
         opacity: 0.1;
     }
 }

 @-ms-keyframes scale2 {
     0% {
         -ms-transform: scale(1);
         opacity: 1;
     }

     100% {
         -ms-transform: scale(4);
         opacity: 0.1;
     }
 }

 .business-map .area-fr ul li {
     float: left;
     width: 24%;
     margin-right: 1.3%;
 }

 .business-map .area-fr ul li:last-child {
     margin-right: 0px;
 }

 .business-map .area-fr ul li .img {
     width: 100%;
     height: 80%;
     overflow: hidden;
     transition: all .4s ease-in-out;
     position: relative;
 }

 .business-map .area-fr ul li .img:before {
     content: '';
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 2;
     opacity: 1;
     visibility: visible;
     transition: all .4s;
     background-color: rgba(0, 0, 0, .6);
 }

 .business-map .area-fr ul li:hover .img:before {
     opacity: 0;
 }

 .business-map .area-fr ul li .img img {
     width: 100%;
     height: 100%;
 }

 .business-map .area-fr ul li .text {
     font-size: 20px;
     color: #999999;
     line-height: 40px;
     text-align: center;
     transition: all .4s ease-in-out;
     margin-bottom: 10px;
 }

 .business-map .area-fr ul li.active .img {
     transition: all .4s ease-in-out;
     filter: brightness(1);
 }

 .business-map .area-fr ul li.active .text {
     color: #5a68b3;
     transition: all .4s ease-in-out;
 }

 .business-map .area-fr ul li.active .img:before {
     opacity: 0;
     visibility: hidden;
 }

 .swiper-container-fade .swiper-slide span {
     display: none;
 }

 .swiper-container-fade .swiper-slide-active span {
     display: block;
 }

 .yw-overseas {
     background: url(../img/overseas_bg.png)no-repeat center;
     background-size: 100%;
     padding-bottom: 100px;
 }

 .yw-overseas .overseas ul {
     padding-left: 6%;
 }

 .yw-overseas .overseas ul:first-child {
     margin-top: 50px;
     margin-bottom: 40px;
 }

 .yw-overseas .overseas ul li {
     margin-right: 5.6%;
     margin-bottom: 35px;
 }

 .yw-overseas .overseas ul li img {
     width: 100%;
     height: 100%;
 }

 .yw-overseas .overseas ul li:last-child {
     margin-right: 0px;
 }

 .yw-online .online {
     margin: 40px auto;
     padding: 0 6% 0 9%;
 }

 .yw-online .online .online-left {
     width: 34.5%;
     height: auto;
     margin-top: 6%;
     padding-left: 12%;
 }

 .yw-online .online .online-right {
     width: 64.6%;
     height: auto;
 }

 .yw-online .online img {
     width: auto;
     height: 100%;
 }

 @media screen and (max-width: 1440px) {


     .national-business ul {
         padding: 40px 0;
     }

     .national-business ul li .num-top span {
         font-size: 62px;
     }

     .national-business ul li .num-top i {
         font-size: 30px;
     }

     .national-business ul li .tips {
         font-size: 18px;
     }

     .business-map .map-fl span {
         width: 15px;
         height: 15px;
     }

     .business-map .map-fl span:before {
         width: 15px;
         height: 15px;
     }

     .business-map .map-fl span:after {
         width: 15px;
         height: 15px;
     }

     .business-map .area-fr ul li .text {
         font-size: 18px;
     }

     .yw-overseas {
         padding-bottom: 80px;
     }

     .yw-overseas .overseas ul {
         padding-left: 4%;
     }

     .yw-overseas .overseas ul:first-child {
         margin-top: 45px;
         margin-bottom: 35px;
     }

     .yw-overseas .overseas ul li {
         margin-right: 4.6%;
     }
 }

 @media screen and (max-width: 1280px) {


     .national-business ul {
         padding: 30px 0;
     }

     .national-business ul li .num-top span {
         font-size: 52px;
     }

     .national-business ul li .num-top i {
         font-size: 28px;
     }

     .national-business ul li .tips {
         font-size: 16px;
     }

     .business-map .map-fl span {
         width: 12px;
         height: 12px;
     }

     .business-map .map-fl span:before {
         width: 12px;
         height: 12px;
     }

     .business-map .map-fl span:after {
         width: 12px;
         height: 12px;
     }

     .business-map .area-fr ul li .text {
         font-size: 16px;
         margin-bottom: 5px;
         line-height: 28px;
     }

     .yw-overseas {
         padding-bottom: 70px;
     }

     .yw-overseas .overseas ul {
         padding-left: 4%;
     }

     .yw-overseas .overseas ul:first-child {
         margin-top: 40px;
     }

     .yw-overseas .overseas ul li {
         margin-right: 4.6%;
     }
 }

 @media screen and (max-width: 1024px) {

     .national-business ul {
         padding: 20px 0;
     }

     .national-business ul li .num-top span {
         font-size: 48px;
     }

     .national-business ul li .num-top i {
         font-size: 24px;
     }

     .national-business ul li .tips {
         font-size: 14px;
     }

     .business-map .map-fl span {
         width: 8px;
         height: 8px;
     }

     .business-map .map-fl span:before {
         width: 8px;
         height: 8px;
     }

     .business-map .map-fl span:after {
         width: 8px;
         height: 8px;
     }

     .business-map .area-fr ul li .text {
         font-size: 14px;
     }

     .yw-overseas {
         padding-bottom: 60px;
     }

     .yw-overseas .overseas ul {
         padding-left: 3%;
     }

     .yw-overseas .overseas ul:first-child {
         margin-top: 45px;
         margin-bottom: 30px;
     }

     .yw-overseas .overseas ul li {
         margin-right: 2.6%;
     }

     .yw-overseas.cont {
         padding-bottom: 0;
     }
 }

 @media screen and (max-width: 998px) {
     .national-business ul li .num-top span {
         font-size: 38px;
     }

     .yw-overseas .overseas i {
         font-size: 38px;
     }
 }

 @media screen and (max-width: 768px) {
     .yw-online .online img {
         width: 100%;
     }

     .equip-operate .yy-img span.cube-top {
         top: -10px;
         left: -10px;
     }

     .equip-operate .yy-img span.cube-bottom {
         bottom: -10px;
         right: -10px;
     }

     .equip-operate h3 {
         font-size: 14px;
     }

     .equip-operate p {
         font-size: 14px;
         line-height: 28px;
     }

     .national-business ul li .num-top span {
         font-size: 32px;
     }

     .national-business ul {
         padding-top: 0;
     }

     .national-business ul li .num-top i {
         font-size: 18px;
     }

     .business-map .map-fl span {
         width: 6px;
         height: 6px;
     }

     .business-map .map-fl span:before {
         width: 6px;
         height: 6px;
     }

     .business-map .map-fl span:after {
         width: 6px;
         height: 6px;
     }

     .business-map .area-fr ul li .text {
         line-height: 28px;
         line-height: 1.5;
     }

     .yw-overseas .overseas ul {
         padding-left: 1%;
     }

     .yw-overseas .overseas ul:first-child {
         margin-top: 35px;
         margin-bottom: 25px;
     }

     .yw-overseas .overseas ul li {
         margin-right: 2.6%;
         width: 14.5%;
     }

     .business-map .map {
         width: 90%;
         margin-left: 15%;
     }
 }

 @media screen and (max-width: 767px) {
     .company-culture ul li {
         width: 100%;
         margin-bottom: 30px;
     }

     .company-culture ul li .c-border {
         width: 120px;
         height: 120px;
     }

     .company-culture ul li .c-border>a {
         width: 80px;
         height: 80px;
     }

     .company-culture ul li .c-border h3 {
         font-size: 24px;
     }



     .national-business ul li .num-top span {
         font-size: 30px;
     }

     .national-business ul li .num-top i {
         font-size: 16px;
     }

     .national-business ul li .tips {
         font-size: 14px;
         line-height: 1.5;
     }

     .business-map .map {
         margin: 0 auto;
     }

     .business-map {
         margin-bottom: 20px;
     }

     .business-map .map-fl .map {
         width: 100%;
     }

     .business-map .map .pcmap {
         display: none;
     }

     .business-map .map img.webmap {
         display: block;
     }

     .business-map .area-fr {
         width: 100% !important;
         position: initial;
         margin-right: 0;
     }

     .business-map .area-fr ul li {
         float: left;
         width: 23%;
         margin-right: 2.33%;
     }

     .business-map .area-fr ul li:last-child {
         margin-right: 0;
     }

     .business-map .area-fr ul li .img {
         height: 75%;
     }

     .business-container #thumbs {
         margin-top: 2%;
         height: 100%;
     }

     .business-container #thumbs .swiper-wrapper {
         flex-wrap: wrap;
     }

     .business-container #thumbs .swiper-wrapper .swiper-slide {
         height: 50% !important;
         width: 48% !important;
     }

     .business-container #thumbs .swiper-wrapper .swiper-slide:nth-child(1) {
         margin-bottom: 5px;
     }

     .business-container #thumbs .swiper-wrapper .swiper-slide:nth-child(2) {
         margin-bottom: 5px;
     }

     .business-container #thumbs .swiper-wrapper .swiper-slide:nth-child(even) {
         margin-right: 0 !important;
     }

     .national-business ul li {
         width: 33.33%;
     }

     .national-business ul {
         padding-bottom: 0;
     }

     .national-business ul li .num-top {
         line-height: 2;
         height: auto;
     }
 }

 @media screen and (max-width: 450px) {
     .swiper-wrapperdd {
         margin-top: 20px;
     }

     .business-map .area-fr ul li {
         width: 48%;
         margin-right: 4%;
     }

     .business-map .area-fr ul li:nth-child(2n) {
         margin-right: 0;
     }

     .business-map .area-fr ul li .text {
         line-height: 1.8;
     }
 }

 .online-left {
     position: relative;
 }

 .wifi-box2 span {
     position: absolute;
     top: -70px;
     left: -40%;
     width: 73.51%;
     opacity: 0;
 }

 .wifi-box2 span img {
     width: 100%;
 }

 .wifi-box2 span.wifi-01 {
     animation: fadeIn1 4s infinite;
     animation-delay: 0s;
 }

 .wifi-box2 span.wifi-02 {
     animation: fadeIn2 4s infinite;
     animation-delay: 0.25s;
 }

 .wifi-box2 span.wifi-03 {
     animation: fadeIn3 4s infinite;
     animation-delay: 0.5s;
 }

 .wifi-box2 span.wifi-04 {
     animation: fadeIn4 4s infinite;
     animation-delay: 0.75s;
 }

 .wifi-box2 span.wifi-05 {
     animation: fadeIn5 4s infinite;
     animation-delay: 1s;
 }

 .wifi-box2 span.wifi-06 {
     animation: fadeIn6 4s infinite;
     animation-delay: 1.25s;
 }

 .wifi-box2 span.wifi-07 {
     animation: fadeIn7 4s infinite;
     animation-delay: 1.5s;
 }

 .online-right {
     position: relative;
 }

 .wifi-box span {
     position: absolute;
     top: 0px;
     right: 0px;
     width: 34.86%;
     opacity: 0;
 }

 .wifi-box span img {
     width: 100%;
 }

 .wifi-box span.wifi-01 {
     animation: fadeIn1 4s infinite;
     animation-delay: 0s;
 }

 .wifi-box span.wifi-02 {
     animation: fadeIn2 4s infinite;
     animation-delay: 0.25s;
 }

 .wifi-box span.wifi-03 {
     animation: fadeIn3 4s infinite;
     animation-delay: 0.5s;
 }

 .wifi-box span.wifi-04 {
     animation: fadeIn4 4s infinite;
     animation-delay: 0.75s;
 }

 .wifi-box span.wifi-05 {
     animation: fadeIn5 4s infinite;
     animation-delay: 1s;
 }

 .wifi-box span.wifi-06 {
     animation: fadeIn6 4s infinite;
     animation-delay: 1.25s;
 }

 @keyframes fadeIn1 {
     0% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 @keyframes fadeIn2 {
     0% {
         opacity: 0;
     }

     90% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 @keyframes fadeIn3 {
     0% {
         opacity: 0;
     }

     80% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 @keyframes fadeIn4 {
     0% {
         opacity: 0;
     }

     70% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 @keyframes fadeIn5 {
     0% {
         opacity: 0;
     }

     60% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 @keyframes fadeIn6 {
     0% {
         opacity: 0;
     }

     50% {
         opacity: 1;
     }

     80% {
         opacity: 0;
     }
 }

 @keyframes fadeIn7 {
     0% {
         opacity: 0;
     }

     40% {
         opacity: 1;
     }

     80% {
         opacity: 0;
     }
 }