.index-pane {
  padding-bottom: 80px;
  position: relative;
}
.index-pane .wrap {
  padding-top: 40px;
}
.index-pane .wrap-hd {
  text-align: center;
}
.index-pane .wrap-hd h2 {
  color: #3381f1;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.index-pane .wrap-hd h2::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 16px;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #3381f1;
}
.index-pane .wrap-hd h2::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 16px;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #3381f1;
}
.index-pane .wrap-hd h4 {
  padding-top: 10px;
  color: #333;
}
.index-pane .wrap-bd {
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
  margin-bottom: 100px;
}
.index-pane .wrap-bd .wrap-bd_item {
  flex: 1;
  -ms-flex: 1;
}
.index-pane .wrap-bd .des-container {
  padding-top: 100px;
}
.index-pane .wrap-bd .des-container::after {
  content: "";
  clear: both;
  display: block;
}
.index-pane .wrap-bd .des-container .des-item {
  /* width: 50%;
  height: 50%; */
  float: left;
  margin-bottom: 30px;
  margin-right: 20%;
}
.index-pane .wrap-bd .des-container.content-right .des-item {
  float: right;
  margin-left: 20%;
  margin-right: 0;
}
.index-pane .wrap-bd .des-container .des-item div {
  position: relative;
}
.index-pane .wrap-bd .des-container .des-item div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333;
}
.index-pane .wrap-bd .des-container .des-item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.index-pane .wrap-bd .des-container .des-item p {
  padding-top: 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.index-pane .wrap-bd .des-container .des-item img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333;
}
.index-pane .wrap-bd .wrap-bd_item .des-img {
  max-width: 100%;
}
.index-pane .wrap-ft {
  text-align: center;
}
.index-pane .wrap-ft .btn-radius {
  background-image: url(../images/index_new/btn_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.index-pane .wrap-ft .btn-radius span {
  position: relative;
  z-index: 1;
}
.index-pane .wrap-ft .btn-radius::before {
  content: "";
  background-image: url(../images/index_new/btn_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-animation: BtnScale 1s linear infinite;
  -moz-animation: BtnScale 1s linear infinite;
  -o-animation: BtnScale 1s linear infinite;
  animation: BtnScale 1s linear infinite;
}
.ad-pane {
  background-image: url(../images/index_new/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 1px;
}
.ad-pane.index-pane .wrap-hd h2 {
  color: #fff;
}
.ad-pane.index-pane .wrap-hd h2::before,
.ad-pane.index-pane .wrap-hd h2::after {
  content: "";
  background-color: #fff;
}
.ad-pane.index-pane .wrap-bd {
  text-align: center;
}
.mobile-container {
  text-align: center;
  position: relative;
  background-image: url(../images/index_new/line_cricle.png);
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: 100% auto;
  margin: 0 auto;
  width: 52.4%;
}
.mobile-container .wrap-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.mobile-container .pic-mobile {
  max-width: 100%;
}
.style-anchor {
  width: 14px;
  height: 14px;
  position: absolute;
}
.style-anchor_text {
  position: absolute;
  color: #e9e9e9;
  width: 300px;
  right: 45px;
  text-align: right;
  top: -20px;
}
.style-anchor_text .style-anchor_hd {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
  position: relative;
}
.style-anchor_text .style-anchor_hd::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.style-anchor_text .style-anchor_bd {
  padding-top: 5px;
}
.style-anchor_dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  cursor: pointer;
  -webkit-transition: all 0.25;
  -moz-transition: all 0.25;
  -o-transition: all 0.25;
  transition: all 0.25s;
}
.style-anchor_dot.active {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.style-anchor_dot::before,
.style-anchor_dot::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3));
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3));
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3));
  position: absolute;
  left: -7px;
  top: -7px;
}
.style-anchor_dot.active::after {
  content: "";
  -webkit-animation: BtnScale 1s linear infinite;
  -moz-animation: BtnScale 1s linear infinite;
  -o-animation: BtnScale 1s linear infinite;
  animation: BtnScale 1s linear infinite;
}
.style-anchor.left-bottom {
  left: 0;
  bottom: 17%;
}
.style-anchor.left-top {
  left: 8%;
  top: 27%;
}
.style-anchor.right-top {
  right: 8%;
  top: 27%;
}
.style-anchor.right-bottom {
  right: 0;
  bottom: 17%;
}
.style-anchor.right-top .style-anchor_text,
.style-anchor.right-bottom .style-anchor_text {
  right: -330px;
  text-align: left;
}
.style-anchor.right-top .style-anchor_text .style-anchor_hd::after,
.style-anchor.right-bottom .style-anchor_text .style-anchor_hd::after {
  content: "";
  right: none;
  left: 0;
}

.flow-pane {
  position: absolute;
}
.flow-pane.right {
  right: 0;
  top: 50%;
}
.flow-pane.left {
  left: 0;
  top: 0;
}
.flow-pane .block {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
}
.flow-pane .block.small {
  width: 14px;
  height: 14px;
}
.flow-pane .block.middle {
  width: 25px;
  height: 25px;
}
.flow-pane .block.big {
  width: 30px;
  height: 30px;
}
.flow-pane .block.blue-off {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: -webkit-radial-gradient(#80c1fe, #d2e8ff);
  background: -moz-radial-gradient(#80c1fe, #d2e8ff);
  background: radial-gradient(#80c1fe, #d2e8ff);
}
.flow-pane .block.green-off {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: -webkit-radial-gradient(#43dba8, #d2f7eb);
  background: -moz-radial-gradient(#43dba8, #d2f7eb);
  background: radial-gradient(#43dba8, #d2f7eb);
}

.bg-purple {
  background: #767fff;
}

.flow1 {
  -webkit-animation: Flow1 5s linear infinite;
  -moz-animation: Flow1 5s linear infinite;
  -o-animation: Flow1 5s linear infinite;
  animation: Flow1 5s linear infinite;
}
.flow2 {
  -webkit-animation: Flow2 8s linear infinite;
  -moz-animation: Flow2 8s linear infinite;
  -o-animation: Flow2 8s linear infinite;
  animation: Flow2 8s linear infinite;
}
.flow3 {
  -webkit-animation: Flow3 10s linear infinite;
  -moz-animation: Flow3 10s linear infinite;
  -o-animation: Flow3 10s linear infinite;
  animation: Flow3 10s linear infinite;
}

@media screen and (max-width: 800px) {
  .index-pane .wrap-bd {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .index-pane .wrap-bd .des-container {
    padding-top: 0;
  }
  .index-pane .wrap-bd .des-container .des-item,
  .index-pane .wrap-bd .des-container.content-right .des-item {
    margin: 0 0 30px;
    width: 50%;
  }
  .flow-pane {
    display: none;
  }
  .mobile-container {
    background: none;
    width: 100%;
  }
  .mobile-container .wrap-cover {
    position: relative;
    z-index: 1;
  }
  .mobile-container .pic-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .style-anchor {
    position: relative;
    width: auto;
    height: auto;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding-left: 50px;
  }
  .style-anchor_text {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    text-align: left !important;
    color: #fff;
  }
  .style-anchor_dot {
    top: 23px;
  }
  .style-anchor_text .style-anchor_hd::after {
    content: '';
    left: 0;
    right: auto;
  }
}

@keyframes Flow1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes Flow1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes Flow2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 30px);
    -moz-transform: translate(10px, 30px);
    transform: translate(10px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes Flow2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 30px);
    -moz-transform: translate(10px, 30px);
    transform: translate(10px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes Flow3 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes Flow3 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes BtnScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes BtnScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
