.module {
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
.module:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 25px 25px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin: 0 auto 35px;
  position: relative;
}
.module .hd p {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.module .hd p strong {
  font-weight: bold;
  font-size: 30px;
}
.module .bd {
  overflow: hidden;
}
.module-2 {
  background-color: #fff;
}
.module-2:before {
  border-color: #f3f3f3 transparent transparent;
}
.module-3 {
  background-color: #091e2b;
  color: #fff;
}
.module-3:before {
  border-color: #f3f3f3 transparent transparent;
}

.mod-banner {
  margin-bottom: 20px;
  position: relative;
}
.mod-banner .operation {
  margin-top: 320px;
  margin-left: 35px;
}
.mod-banner .btn {
  display: inline-block;
  width: 160px;
  height: 48px;
  border: 2px solid #00ffb2;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #00ffb2;
  letter-spacing: 0;
  cursor: pointer;
  text-decoration: none;
}

.mod-download ul {
  overflow: hidden;
}
.mod-download li {
  float: left;
  width: 32.33%;
  margin-right: 1%;
}
.mod-download li:last-child {
  margin: 0;
}
.mod-download .item .code_show {
  display: block !important;
  background-color: #fff !important;
}
.mod-download .item {
  position: relative;
  height: 180px;
  margin-right: 1px;
  border-radius: 4px;
  /* background: #484848; */
  border: 1px solid #dbdbdb;
}
.flipped-background {
  width: 70px;
  height: 172px;
  background-image: url(/static/image/index/bubbleTitle.png);
  background-size: cover;
  transform: scaleX(-1);
  position: absolute;
  top: 5px;
  left: -55px;
}
.flipped-background .text p {
  transform: scaleX(-1) !important;
  font-size: 16px;
  color: #fff;
  width: 70px;
  height: 172px;
  text-align: center;
  line-height: 52px;
  letter-spacing: 5px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  cursor: default;
}

/* 新增 start */
.mod-download .android_icon {
  height: 100%;
}
.mod-download .android_icon,
.mod-download .ios_box {
  /* padding: 0 !important; */
  padding: 16px 45px !important;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.mod-download .android_icon .btn,
.mod-download .ios_box .btn {
  width: 150px;
}

.mod-download .android_icon p {
  /* padding-top: 15px; */
  font-size: 14px;
}

.mod-download .android_icon p:first-child,
.mod-download .ios_box p:first-child {
  width: 150px;
}
.mod-download .android_icon p:first-child img,
.mod-download .ios_box p:first-child img {
  width: 65px !important;
  height: 65px !important;
}
.mod-download .android_icon p.android_wechat_none,
.mod-download .ios_box p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0%, -50%);
  padding: 0 !important;
}
.mod-download .android_icon p.android_wechat_none img,
.mod-download .ios_box p:nth-child(2) img {
  margin: 0;
  width: 130px !important;
  height: 130px !important;
}
.mod-download .android_icon p:last-child,
.mod-download .ios_box p:last-child {
  margin-top: 10px;
}
/* 新增 end */

/* 
关于我们替换成帮助中心
*/
.mod-help .helpList{
  display: flex;
  justify-content: space-between;
}
.mod-help .helpList li{
  position: relative;
  padding: 40px 30px;
  width: 31%;
  max-height: 420px;
  background-color: #f6fffa;
  box-sizing: border-box;
}
.mod-help .helpList li:nth-child(2){
  background-color: #f3fdff;
}
.mod-help .helpList li:nth-child(3){
  background-color: #fff6f7;
}
.mod-help .helpList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 10px;
  height: 30px;
  background-color: #24b186;
}
.mod-help .helpList li:nth-child(2)::before {
  background-color: #01beff;
}
.mod-help .helpList li:nth-child(3)::before {
  background-color: #ff4948;
}
.mod-help .helpList li dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mod-help .helpList li dl dt .title{
  font-size: 24px;
}
.mod-help .helpList li dl dt .more{
  font-size: 16px;
  cursor: pointer;
}
.mod-help .helpList li dl dd {
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.mod-help .helpList li dl dd:hover {
  color: #12ade6;
  transform: scale(1.02);
}


@media (max-width: 1200px) {
  .mod-download .android_icon,
  .mod-download .ios_box {
    padding: 16px 30px !important;
  }
  .mod-download .android_icon p.android_wechat_none,
  .mod-download .ios_box p:nth-child(2) {
    left: 30px;
  }
  @media (max-width: 1100px) {
    /* 二维码 */
    .mod-download .android_icon p.android_wechat_none img,
    .mod-download .ios_box p:nth-child(2) img {
      width: 120px !important;
      height: 120px !important;
    }
    /* 图标和下载按钮 */
    .mod-download .android_icon p:first-child,
    .mod-download .android_icon .btn,
    .mod-download .ios_box p:first-child,
    .mod-download .ios_box .btn {
      width: 140px !important;
    }
    @media (max-width: 1050px) {
      /* 安卓盒子 */
      .mod-download .android_icon,
      .mod-download .ios_box {
        padding: 16px 10px !important;
      }
      .mod-download .android_icon p.android_wechat_none,
      .mod-download .ios_box p:nth-child(2) {
        left: 10px;
      }
      @media (max-width: 900px) {
        /* 二维码 */
        .mod-download .android_icon p.android_wechat_none img,
        .mod-download .ios_box p:nth-child(2) img {
          width: 105px !important;
          height: 110px !important;
        }
        /* 图标和下载按钮 */
        .mod-download .android_icon p:first-child,
        .mod-download .android_icon .btn,
        .mod-download .ios_box p:first-child,
        .mod-download .ios_box .btn {
          width: 125px !important;
        }
        .mod-download .ios_box p:first-child img,
        .mod-download .android_icon p:first-child img {
          width: 50px !important;
          height: 50px !important;
          margin-top: 10px;
        }
        .mod-download .ios_box p:last-child,
        .mod-download .android_icon p:last-child {
          padding-top: 4px;
        }
      }
    }
  }
}

.mod-download .ios_icon {
  padding: 0 !important;
}

.mod-download .ios_icon p {
  font-size: 14px;
}

.mod-download .icon {
  padding: 30px 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.mod-download .code {
  display: none;
  position: absolute;
  left: 0;
  border-radius: 4px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2bd3a0;
}
.mod-download .item:hover .code {
  display: block;
}
.mod-download .code p {
  padding-top: 15px;
  text-align: center;
}
.mod-download .ios p:nth-of-type(1) img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-download .ios p:nth-of-type(1) span {
  margin-top: 22px;
  margin-left: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 240px;
  height: 105px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.mod-download .ios p:nth-of-type(1) span i {
  text-align: left;
  font-style: normal;
}
.mod-download .ios p:nth-of-type(2) {
  display: none;
}
.mod-download .btn {
  display: inline-block;
  width: 160px;
  height: 36px;
  background: #2bd3a0;
  border: none;
  border-radius: 20px;
  line-height: 36px;
  color: #fff;
}
.mod-download .ft {
  padding: 30px 0;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
}
.mod-download .ft span {
  display: inline-block;
  margin: 0 7px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .mod-download .btn {
    font-size: 14px;
  }
  .mod-download li {
    margin: 0;
    padding: 0 7px;
    box-sizing: border-box;
  }
  /* 安卓移动端 start */
  .mod-download .android_hover .android_icon,
  .mod-download .ios_box {
    display: flex;
    align-items: inherit;
    padding: 0 !important;
  }

  .mod-download .android_icon p:nth-child(1),
  .mod-download .ios_box p:nth-child(1) {
    width: auto !important;
  }
  .mod-download .android_icon p:nth-child(1) img,
  .mod-download .ios_box p:nth-child(1) img {
    width: 60px !important;
    height: 60px !important;
  }
  .mod-download .android_hover .android_icon .android_wechat_none,
  .mod-download .ios_box p:nth-child(2) img {
    display: none;
  }
  /* 安卓移动端 end */
  .mod-download .ios_icon:hover p:nth-child(1) {
    visibility: visible !important;
  }
  .mod-download .ios_icon:hover p:nth-child(2) {
    display: none !important;
  }
  .mod-help .helpList {
    flex-wrap: wrap;
  }
  .mod-help .helpList li{
    width: 100%;
    margin-bottom: 20px;
  }
}

.mod-intro .bd {
  overflow: hidden;
}
.mod-intro .item {
  float: left;
  width: 25%;
  height: 400px;
  text-align: center;
}
.mod-intro .bd .item:nth-child(1) {
  background: url('/static/image/index/intro_image1.png') center top no-repeat;
  background-size: cover;
}
.mod-intro .bd .item:nth-child(2) {
  background: url('/static/image/index/intro_image2.png') center top no-repeat;
  background-size: cover;
}
.mod-intro .bd .item:nth-child(3) {
  background: url('/static/image/index/intro_image3.png') center top no-repeat;
  background-size: cover;
}
.mod-intro .bd .item:nth-child(4) {
  background: url('/static/image/index/intro_image4.png') center top no-repeat;
  background-size: cover;
}
.mod-intro .item-icon {
  height: 110px;
  margin: 80px 25px 10px 25px;
}
.mod-intro .item-icon:after {
  content: '';
  display: block;
  height: 5px;
  width: 28px;
  margin-top: 25px;
  background: #ccc;
  margin: 0 auto;
}
.mod-intro .item-icon img {
  padding-bottom: 25px;
}
.mod-intro .item-text {
  line-height: 36px;
  color: #fff;
}
.mod-intro .item-text .name {
  font-weight: 700;
  font-size: 22px;
}

.mod-advantage .item {
  width: 100%;
  height: 178px;
  background: #eee;
}
.mod-advantage .item-2 {
  background: #24b186;
  color: #fff;
}
.mod-advantage .item .item-img {
  float: right;
}
.mod-advantage .item-2 .item-img {
  float: left;
}
.mod-advantage .item-2 .item-text {
  float: right;
}
.mod-advantage .item .item-title {
  padding: 28px 0px 0px 50px;
}
.mod-advantage .item p {
  line-height: 30px;
  font-size: 16px;
}
.mod-advantage .item p.name {
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}

.mod-project .item {
  float: left;
  width: 20%;
  height: 120px;
  margin-top: 28px;
  text-align: center;
  color: #000;
}
.mod-project .item b {
  font-weight: bold;
}

.mod-map .chinaMap {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  /*background: url('/static/image/index/map_black_bg.png') no-repeat;*/
  position: relative;
  background-position: center;
}
.mod-map .region-list {
  position: absolute;
  left: 0;
  top: 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(0.56);
    -moz-transform: scale(0.56);
    -o-transform: scale(0.56);
    transform: scale(0.56);
    opacity: 0;
  }
}
.mod-map .area-box .dot {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a2a9b4;
  opacity: 1;
}
.mod-map .area-box .pulse {
  position: absolute;
  top: -16px;
  left: -17px;
  height: 43px;
  width: 43px;
  border: 2px solid #b7b7b7;
  border-radius: 48px;
  box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  opacity: 0.12;
  filter: alpha(opacity=0);
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
  background: 0 0;
}
.mod-map .area-box {
  background: yellow;
}
.mod-map .area-box .delay-01 {
  animation-delay: 0;
}
.mod-map .area-box .delay-02 {
  animation-delay: 0.4s;
}
.mod-map .area-box .delay-03 {
  animation-delay: 0.8s;
}
.mod-map .area-box .delay-04 {
  animation-delay: 1.2s;
}
.mod-map .area-box .delay-05 {
  animation-delay: 1.6s;
}
.mod-map .area-box .delay-06 {
  animation-delay: 2s;
}
.mod-map .area-box .delay-07 {
  animation-delay: 2.4s;
}
.mod-map .area-box .delay-08 {
  animation-delay: -0.4s;
}
.mod-map .area-box .delay-09 {
  animation-delay: -0.8s;
}
.mod-map .area-box .delay-10 {
  animation-delay: -1.2s;
}
.mod-map .area-box .delay-11 {
  animation-delay: 4s;
}
.mod-map .region-list.active .area-box .dot {
  background: #2bd3a0;
}
.mod-map .region-list.active .area-box .pulse {
  border-color: #2bd3a0;
  top: -39px;
  left: -39px;
  height: 88px;
  width: 88px;
  box-shadow: 0 0 12px #2bd3a0, 0 0 20px #2bd3a0 inset;
}
.mod-map .region-list.waite .area-box .dot {
  background: #f90;
}
.mod-map .region-list.waite .area-box .pulse {
  border-color: #f90;
}
.mod-map .show-regin {
  position: absolute;
  left: 2px;
  height: 0;
  top: 0;
  width: 11px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mod-map .online-node .show-regin,
.mod-map .region-list:hover .show-regin,
.mod-map .underline-node .show-regin,
.mod-map .waite-node .show-regin {
  height: 127px;
  opacity: 1;
}
.mod-map .show-regin span {
  width: 44px;
  position: absolute;
  left: 8px;
  top: -11px;
  padding: 6px 10px;
  font-size: 14px;
  color: #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}
.mod-map .postition-10 .show-regin span {
  left: 0;
}
.mod-map .postition-6 .show-regin span {
  left: 4px;
}
.mod-map .area-box {
  z-index: 77;
}
.mod-map .show-regin {
  z-index: 66;
}
.mod-map .region-list {
  z-index: 11;
}
.mod-map .region-list.active .show-regin span {
  position: relative;
  color: #ccc;
}
.mod-map .region-list.waite .show-regin span {
  color: #ccc;
}
.mod-map .postition-1 {
  left: 76.5%;
  top: 80%;
}
.mod-map .postition-2 {
  left: 52%;
  top: 64%;
}
.mod-map .postition-3 {
  left: 45%;
  top: 82%;
  display: none;
}
.mod-map .postition-4 {
  left: 34%;
  top: 65%;
}
.mod-map .postition-5 {
  left: 66%;
  top: 60%;
}
.mod-map .postition-6 {
  left: 65.5%;
  top: 82.5%;
}
.mod-map .postition-7 {
  left: 75%;
  top: 32%;
}
.mod-map .postition-8 {
  left: 67%;
  top: 37%;
}
.mod-map .postition-9 {
  left: 72%;
  top: 56%;
}
.mod-map .postition-10 {
  left: 67%;
  top: 85%;
}
.mod-map .postition-11 {
  left: 69%;
  top: 48%;
}
.mod-map .postition-13 {
  left: 61%;
  top: 36%;
}
.mod-map .postition-16 {
  left: 48%;
  top: 48%;
}
.mod-map .postition-17 {
  left: 32%;
  top: 29%;
}
.mod-map .postition-18 {
  left: 23%;
  top: 36%;
}
.mod-map .postition-19 {
  left: 48%;
  top: 80%;
}
.mod-map .postition-20 {
  left: 73%;
  top: 78.5%;
}
.mod-map .postition-21 {
  left: 74%;
  top: 74%;
}
.mod-map .postition-22 {
  left: 76%;
  top: 62%;
}
.mod-map .postition-23 {
  left: 54.5%;
  top: 46%;
}
.mod-map .postition-24 {
  left: 58%;
  top: 74%;
}
.mod-map .postition-25 {
  left: 64%;
  top: 72%;
}
.mod-map .postition-26 {
  left: 56%;
  top: 66.5%;
}
.mod-map .postition-27 {
  left: 62.5%;
  top: 45%;
}
.mod-map .postition-28 {
  left: 65%;
  top: 53%;
}
.mod-map .postition-29 {
  left: 69.5%;
  top: 60%;
}
.mod-map .postition-30 {
  left: 69%;
  top: 69%;
}
.mod-map .postition-31 {
  left: 76%;
  top: 25%;
}
.mod-map .postition-32 {
  left: 75%;
  top: 16%;
}
.mod-map .postition-33 {
  left: 61%;
  top: 93%;
}
.mod-map .postition-34 {
  left: 58%;
  top: 83%;
}
.mod-map .postition-35 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-36 {
  left: 66%;
  top: 64%;
}
.mod-map .postition-37 {
  left: 51%;
  top: 52%;
}
.mod-map .postition-38 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-39 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-40 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-41 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-42 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-43 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-44 {
  left: 80%;
  top: 66%;
}
.mod-map .postition-7.region-list.active .area-box .pulse {
  top: -50px;
  left: -50px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod-map .postition-9.region-list.active .area-box .pulse {
  top: -50px;
  left: -50px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.swiper-container {
  width: 100%;
  height: 420px;
}
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
}
.swiper-button-prev span,
.swiper-button-next span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=40);
  outline: 0;
  opacity: 0.4;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.swiper-button-prev:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=40);
  outline: 0;
  opacity: 0.4;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.swiper-button-next:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.swiper-container .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: 100%;*/
}
.swiper-container .icon-left {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url('/static/image/index/prev.png') center 0 no-repeat;
}
.swiper-container .icon-right {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url('/static/image/index/next.png') center 0 no-repeat;
}
@media screen and (min-width: 1980px) {
  .swiper-container .swiper-slide {
    background-size: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .flipped-background {
    display: none;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-container .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .bannerTips {
    display: none;
  }
  .module .hd p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .module .hd p strong {
    font-size: 24px;
  }

  .mod-banner {
    margin-bottom: 10px;
  }
  .mod-banner .operation {
    margin-top: 135px;
  }
  .mod-banner .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 14px;
  }

  .mod-download li {
    width: 50%;
  }
  .mod-download li:nth-child(1) {
    display: none;
  }
  .mod-download .item {
    height: 150px;
  }
  .mod-download .item .icon {
    padding: 15px 0 10px;
    line-height: 32px;
    font-size: 16px;
  }
  .mod-download .item .icon img {
    width: 60px;
    height: 60px;
  }
  .mod-download .code {
    position: static;
    display: block;
    height: auto;
    background: none;
  }
  .mod-download .code p {
    padding-top: 0;
  }
  .mod-download .code img {
    display: none;
  }
  .mod-download .ios p:nth-of-type(1) {
    display: none;
  }
  .mod-download .ios p:nth-of-type(2) {
    display: block;
  }
  .mod-download .btn {
    color: #fff;
  }
  .J_link:nth-child(2) .btn {
    background: #0474c8;
  }
  .J_link:nth-child(3) .btn {
    background: #00a65a;
  }
  .mod-download .ft {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .mod-intro .item {
    width: 50%;
    height: 240px;
  }
  .mod-intro .item-icon {
    height: 80px;
    margin: 25px 15px 10px;
  }
  .mod-intro .item-icon img {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
  }
  .mod-intro .item-icon:after {
    height: 3px;
  }
  .mod-intro .item-text {
    margin: 0 10px;
    line-height: 24px;
  }
  .mod-intro .item-text .name {
    font-size: 18px;
  }

  .mod-advantage .item {
    height: 160px;
  }
  .mod-advantage .item .item-img {
    padding-top: 25px;
  }
  .mod-advantage .item .item-img img {
    width: 80px;
    height: 80px;
  }
  .mod-advantage .item .item-title {
    padding: 20px 0 0 15px;
    margin-right: 90px;
  }
  .mod-advantage .item-2 .item-title {
    padding: 20px 15px 0px 0px;
    margin-left: 90px;
    margin-right: 0;
  }
  .mod-advantage .item p.name {
    line-height: 30px;
    font-size: 20px;
  }
  .mod-advantage .item p {
    line-height: 24px;
    font-size: 14px;
  }

  .mod-project .item {
    margin-top: 15px;
    height: 72px;
  }
  .mod-project .item img {
    width: 40px;
    height: 40px;
  }
  .mod-project .item strong {
    font-size: 12px;
  }

  .mod-map .chinaMap {
    zoom: 0.64;
    left: -108px;
  }

  .swiper-container {
    height: 210px;
  }
  .swiper-container .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .swiper-container .icon-left,
  .swiper-container .icon-right {
    background-size: 32px 32px;
  }
  .container .mod-download .bd::after {
    display: none;
  }
  .mod-download .btn {
    width: 90% !important;
  }
}
@media screen and (max-width: 400px) {
  .swiper-container {
    height: 140px;
  }
}
/* 2020-7-20 */
/* 2020-7-20 */
/*.activityPounp {
    display: none;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.activityPounp .content {
    width: 347px;
    height: 405px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url('/static/image/index/salesBg.png');
}
.activityPounp .content span {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/static/image/index/salesClose.png');
    border: none;
}
.activityPounp .content a {
    position: absolute;
    top: 288px;
    width: 193px;
    height: 57px;

    text-align: center;
    color: red;
    font-size: 22px;
    line-height: 52px;
    background-image: url('/static/image/index/salesBtn.png');
}
.activityPounp .content .getNow {
    left: -25px;
}
.activityPounp .content .contactUs {
    left: 185px;
}*/

/*2020-7-21*/
.aboutUs {
  padding: 20px 0;
}
.aboutUs h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.aboutUs p {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  margin-bottom: 20px;
  text-indent: 2em;
}

.bannerTips {
  width: 321px;
  height: 42px;
  position: absolute;
  background-image: url('/static/image/index/bannerTip.png');
  z-index: 96;
  left: 0px;
  bottom: -21px;
  color: #fd6a09;
  line-height: 42px;
  text-indent: 58px;
}
.bannerTips .horm {
  position: absolute;
  left: 10px;
  top: 4px;
}
.bannerTips a {
  position: absolute;
  width: 90px;
  height: 32px;
  color: #fff;
  text-align: center;
  background-image: url('/static/image/index/btn.png');
  line-height: 32px;
  right: 9px;
  top: 5px;
  text-indent: 0;
}
/*公告*/
.popup {
  position: fixed;
  min-width: 250px;
  max-width: 300px;
  height: auto;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  display: none;
}
.popup span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 9px;
  background-image: url(/static/image/index/close.png);
  background-size: contain;
  cursor: pointer;
}
.popup h4 {
  height: 40px;
  font-size: 18px;
}
.popup p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}
.popup h6 {
  text-align: right;
  line-height: 30px;
  font-size: 15px;
}
.popup i {
  font-style: normal;
  color: red;
}
