.content-area.bg3 .map-service-right {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 0;
}
.content-area.bg3 .map-service-right .china-map {
  width: 748px;
  height: 618px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.content-area.bg3 .map-service-right .china-map .region-list {
  position: absolute;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box {
  z-index: 77;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .dot {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a2a9b4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .pulse {
  position: absolute;
  top: -28px;
  left: -28px;
  height: 66px;
  width: 66px;
  border: 2px solid #b7b7b7;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  -moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  opacity: 0.12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out both;
  -moz-animation: warn 2s ease-out both;
  -o-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: 0 0;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-01 {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-02 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-03 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-04 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-05 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-06 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-07 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-08 {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-09 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-10 {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.content-area.bg3 .map-service-right .china-map .region-list .area-box .delay-11 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes warn {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes warn {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.content-area.bg3 .map-service-right .china-map .waite .area-box .dot {
  background: #f90;
}
.content-area.bg3 .map-service-right .china-map .waite .area-box .pulse {
  border-color: #f90;
}
.content-area.bg3 .map-service-right .china-map .active .area-box .dot {
  background: #009fd9;
}
.content-area.bg3 .map-service-right .china-map .active .area-box .pulse {
  border-color: #009fd9;
  top: -39px;
  left: -39px;
  height: 88px;
  width: 88px;
  -webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
  -moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
  box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
}
.content-area.bg3 .map-service-right .china-map .postition-1 {
  left: 302px;
  top: 308px;
}
.content-area.bg3 .map-service-right .china-map .postition-2 {
  left: 401px;
  top: 403px;
}
.content-area.bg3 .map-service-right .china-map .postition-3 {
  left: 358px;
  top: 516px;
}
.content-area.bg3 .map-service-right .china-map .postition-4 {
  left: 193px;
  top: 398px;
}
.content-area.bg3 .map-service-right .china-map .postition-5 {
  left: 526px;
  top: 394px;
}
.content-area.bg3 .map-service-right .china-map .postition-6 {
  left: 430px;
  top: 473px;
}
.content-area.bg3 .map-service-right .china-map .postition-7 {
  left: 652px;
  top: 200px;
}
.content-area.bg3 .map-service-right .china-map .postition-8 {
  left: 559px;
  top: 229px;
}
.content-area.bg3 .map-service-right .china-map .postition-9 {
  left: 637px;
  top: 371px;
}
.content-area.bg3 .map-service-right .china-map .postition-10 {
  left: 458px;
  top: 532px;
}
.content-area.bg3 .map-service-right .china-map .postition-11 {
  left: 604px;
  top: 300px;
}
.content-area.bg3 .map-service-right .china-map .postition-13 {
  left: 470px;
  top: 250px;
}
.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
  height: 127px;
  opacity: 1;
}
.show-regin {
  position: absolute;
  top: 0;
  color: #ddd;
  left: 2px;
  width: 220px;
  opacity: 0;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.show-regin span {
  opacity: 0.7;
  padding-left: 14px;
}
.content-logo-show {
  width: 850px;
  margin: 80px auto;
}
.content-logo-show ul li {
  padding: 20px 40px;
  width: 210px;
  margin-bottom: 20px;
}
.content-logo-show ul li img {
  width: 100%;
}
.wrap {
  margin: 0 auto;
}
.wrap .title {
  margin-bottom: 84px;
}
.wrap .title div {
  margin: 10px auto;
  width: 60px;
  height: 2px;
  background: #44b0ff;
}
.wrap .title .zh {
  font-weight: normal;
  color: #333;
  font-size: 32px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.wrap .title .en {
  height: 18px;
  line-height: 18px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.wrap .content {
  width: 80%;
  margin: 0 auto;
}
.wrap .content .ability-item {
  cursor: pointer;
  width: 260px;
  height: 160px;
  position: relative;
  margin: 20px auto;
}
.wrap .content .ability-item .normal {
  padding-top: 30px;
}
.wrap .content .ability-item .normal .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
}
.wrap .content .ability-item .normal .icon-desc {
  height: 22px;
  line-height: 22px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.wrap .content .hover {
  background: linear-gradient(145.2deg, #30baff, #6bdbff);
  -webkit-box-shadow: 0 2px 0 rgba(68, 176, 255, 0.68);
  box-shadow: 0 2px 0 rgba(68, 176, 255, 0.68);
  border-radius: 4px;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  padding: 10px 0;
  width: inherit;
}
.wrap .content .hover .item-hover-title {
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
}
.wrap .content .hover .item-hover-cont {
  line-height: 20px;
  height: 100px;
  overflow: hidden;
  width: 220px;
  margin: 0 auto;
  color: #fff;
}
.wrap .content .ability-item:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 995px) {
  .content-area.bg3 {
    display: none;
  }
  .content-logo-show {
    width: 98%;
    margin: 40px auto;
  }
  .content-logo-show ul li {
    padding: 10px 40px;
    width: 210px;
    margin-bottom: 20px;
  }
  .content-logo-show ul li img {
    width: 100%;
  }
}
