<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Medium_1.otf");
}
@font-face {
  font-family: 'DIN-BlackItalic';
  src: url("../fonts/DIN-BlackItalic.otf");
}
@keyframes bigBall2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0, 32px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes bigBall2 {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 32px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@keyframes minBall2 {
  0% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@-webkit-keyframes minBall2 {
  0% {
    -webkit-transform: translate(0, 12px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 12px);
  }
}
@-webkit-keyframes brainbob {
  from {
    transform: translateY(10px) rotate(-2deg);
  }
  to {
    transform: translateY(-30px) rotate(0deg);
  }
}
@keyframes brainbob {
  from {
    transform: translateY(10px) rotate(-2deg);
  }
  to {
    transform: translateY(-30px) rotate(0deg);
  }
}
@-webkit-keyframes flicker {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  72% {
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  72% {
    opacity: 0;
  }
}
@-webkit-keyframes o-upfade-top {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes leftBall {
  0% {
    -webkit-transform: translate(0px, 32px);
  }
  50% {
    -webkit-transform: translate(32px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 32px);
  }
}
@keyframes leftBall {
  0% {
    transform: translate(0px, 32px);
  }
  50% {
    transform: translate(32px, 0px);
  }
  100% {
    transform: translate(0px, 32px);
  }
}
@-webkit-keyframes rightBall {
  0% {
    transform: translate(32px, 0px);
  }
  50% {
    transform: translate(0px, 32px);
  }
  100% {
    transform: translate(32px, 0px);
  }
}
@keyframes rightBall {
  0% {
    transform: translate(32px, 0px);
  }
  50% {
    transform: translate(0px, 32px);
  }
  100% {
    transform: translate(32px, 0px);
  }
}
@-webkit-keyframes star-fall {
  0% {
    opacity: 0;
    transform: scale(0.5) translate3d(0, 0, 0);
    -webkit-transform: scale(0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5) translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-50vh, 50vh, 0);
    -webkit-transform: translate3d(-50vh, 50vh, 0);
    -moz-transform: translate3d(-50vh, 50vh, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translate3d(-70vh, 70vh, 0);
    -webkit-transform: scale(1.2) translate3d(-70vh, 70vh, 0);
    -moz-transform: scale(1.2) translate3d(-70vh, 70vh, 0);
  }
}
@keyframes star-fall {
  0% {
    opacity: 0;
    transform: scale(0.5) translate3d(0, 0, 0);
    -webkit-transform: scale(0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5) translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-50vh, 50vh, 0);
    -webkit-transform: translate3d(-50vh, 50vh, 0);
    -moz-transform: translate3d(-50vh, 50vh, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translate3d(-70vh, 70vh, 0);
    -webkit-transform: scale(1.2) translate3d(-70vh, 70vh, 0);
    -moz-transform: scale(1.2) translate3d(-70vh, 70vh, 0);
  }
}
@-webkit-keyframes ro1 {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes ro1 {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes ro2 {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes ro2 {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes ro3 {
  0% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes ro3 {
  0% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes ro4 {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes ro4 {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes busiIcon1 {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes busiIcon1 {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes busiIcon2 {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes busiIcon2 {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes busiRotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes busiRotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes busiRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes busiRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes popIcon {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: .5;
  }
}
@keyframes popFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
.wrapper {
  width: 86%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.fixed_consultation {
  position: fixed;
  right: 0;
  top: 26%;
  z-index: 9;
}
.fixed_consultation .block {
  position: relative;
  width: 70px;
  height: 70px;
}
.fixed_consultation .block:first-of-type .box {
  border: none;
}
.fixed_consultation .block:nth-of-type(2) .box {
  /*background-color: #e06807;*/
}
.fixed_consultation .block:hover .hide.ho {
  opacity: 1;
  visibility: visible;
}
.fixed_consultation .box {
  width: 100%;
  height: 100%;
  background-color: #108cee;
  text-align: center;
  border-top: 1px solid #fff;
}
.fixed_consultation .box.totop {
  display: none;
}
.fixed_consultation .box a {
  display: block;
  height: 100%;
}
.fixed_consultation .box i {
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.fixed_consultation .box span {
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.fixed_consultation .hide {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
}
.fixed_consultation .hide.ho {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_consultation .hide.hi {
  display: none;
}
.fixed_consultation .hide:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -8px;
}
.fixed_consultation .hide_cont {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  white-space: nowrap;
}
.fixed_consultation .hide_cont h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 6px;
  position: relative;
}
.fixed_consultation .hide_cont h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-16.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.fixed_consultation .hide_cont h3 i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
  color: #bbb;
}
.fixed_consultation .hide_cont p {
  font-size: 14px;
  line-height: 20px;
}
.fixed_consultation .hide_cont form {
  width: 210px;
  display: block;
  position: relative;
  padding-right: 75px;
}
.fixed_consultation .hide_cont .form {
  width: 210px;
  display: block;
  position: relative;
  padding-right: 75px;
}

.fixed_consultation .hide_cont input {
  width: 100%;
  height: 36px;
  border: 1px solid #e9e9e9;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}
.fixed_consultation .hide_cont input#callBtn {
	position:absolute; right:0px; top:0px; width:75px; height:36px; background:none; border:none; z-index:2;background-color: #108cee;ont-size: 14px;color: #fff;cursor: pointer;
}
.fixed_consultation .hide_cont button {
  position: absolute;
  right: 0;
  top: 0;
  display:none;
  width: 75px;
  height: 36px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.video_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/close_1.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-height: 60vh;
  max-width: 60vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm_inner_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/banner.jpg");
  padding: 135px 0 60px;
}
.comm_inner_banner .cont {
  padding: 6.25vw 0;
}
.comm_inner_banner .inner_title:after {
  display: none;
}

.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  height: 72px;
  padding: 0 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: none;
}
.fixed_header .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 16px 0;
}
.fixed_header .logo img {
  display: block;
}
.fixed_header .link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4vw;
  font-size: 0;
}
.fixed_header .link a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_header .link a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
}
.fixed_header .link a:first-of-type {
  padding-left: 0;
}
.fixed_header .link a:last-of-type {
  padding-right: 0;
}
.fixed_header .link a:last-of-type:after {
  display: none;
}
.fixed_header .link a:hover {
  color: #118cee;
}
.fixed_header .ope {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.fixed_header .ope .tel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/fixed-nav-icon1.png");
}
.fixed_header .ope .tel h3 {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
}
.fixed_header .ope .tel span {
  display: block;
  font-size: 18px;
  color: #118cee;
  font-family: 'DIN';
  line-height: 24px;
}
.fixed_header .ope a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_header .ope a:before {
  content: '';
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_header .ope a.btn1 {
  margin-left: 40px;
  margin-right: 10px;
  border-color: #118cee;
  color: #118cee;
}
.fixed_header .ope a.btn1:before {
  background-image: url("../img/fixed-nav-icon2.png");
}
.fixed_header .ope a.btn1:hover {
  background: #e06807;
  border-color: #e06807;
  color: #fff;
}
.fixed_header .ope a.btn1:hover:before {
  background-image: url("../img/fixed-nav-icon2-on.png");
}
.fixed_header .ope a.btn2 {
  background: #118cee;
  color: #fff;
}
.fixed_header .ope a.btn2:before {
  background-image: url("../img/fixed-nav-icon3.png");
}

.comm_sub_nav {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  padding: 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0;
  z-index: 8;
}
.comm_sub_nav .link a {
  display: inline-block;
  vertical-align: top;
  line-height: 58px;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  padding: 0 15px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sub_nav .link a.active {
  border-color: #fff;
}
.comm_sub_nav .link a:hover {
  color: #108cee;
}
.comm_sub_nav .btns {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.comm_sub_nav .btns a {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.comm_sub_nav .btns a:before {
  content: '';
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.comm_sub_nav .btns a:nth-of-type(1):before {
  width: 20px;
  background-image: url("../img/icon-1_1.png");
}
.comm_sub_nav .btns a:nth-of-type(2):before {
  width: 16px;
  background-image: url("../img/icon-2_1.png");
}

.comm_pos_nav {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.comm_pos_nav .cont {
  background: #fff;
  height: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-size: 0;
  text-align: center;
  padding: 0 4vw;
}
.comm_pos_nav .item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  cursor: pointer;
  max-width: 300px;
}
.comm_pos_nav .item i {
  display: block;
  margin: 0 auto;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.comm_pos_nav .item span {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
}
.comm_pos_nav .item:after {
  content: '';
  width: 1px;
  height: 36px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.comm_pos_nav .item .line {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pos_nav .item:last-of-type:after {
  display: none;
}
.comm_pos_nav .item:nth-of-type(1) .line {
  background: #00758f;
}
.comm_pos_nav .item:nth-of-type(2) .line {
  background: #3a913f;
}
.comm_pos_nav .item:nth-of-type(3) .line {
  background: #942645;
}
.comm_pos_nav .item:nth-of-type(4) .line {
  background: #0e7fa6;
}
.comm_pos_nav .item:nth-of-type(5) .line {
  background: #f29209;
}
.comm_pos_nav .item:nth-of-type(6) .line {
  background: #717378;
}
.comm_pos_nav .item_3 .item {
  width: 33.33%;
}
.comm_pos_nav .item_4 .item {
  width: 25%;
}
.comm_pos_nav .item_5 .item {
  width: 20%;
}
.comm_pos_nav .item_6 .item {
  width: 16.666%;
}
.comm_pos_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  margin-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.comm_pos_nav.fixed .cont {
  box-shadow: none;
  height: 80px;
}
.comm_pos_nav.fixed .item.active .line {
  content: '';
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.comm_fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  height: 72px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.comm_fixed_nav .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.comm_fixed_nav .items {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.comm_fixed_nav .item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 20px 30px;
}
.comm_fixed_nav .item i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 40px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.comm_fixed_nav .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
  margin-left: 10px;
}
.comm_fixed_nav .item:after {
  content: '';
  width: 1px;
  height: 36px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.comm_fixed_nav .item .line {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_nav .item:last-of-type:after {
  display: none;
}
.comm_fixed_nav .item:nth-of-type(1) .line {
  background: #00758f;
}
.comm_fixed_nav .item:nth-of-type(2) .line {
  background: #3a913f;
}
.comm_fixed_nav .item:nth-of-type(3) .line {
  background: #942645;
}
.comm_fixed_nav .item:nth-of-type(4) .line {
  background: #0e7fa6;
}
.comm_fixed_nav .item:nth-of-type(5) .line {
  background: #f29209;
}
.comm_fixed_nav .item:nth-of-type(6) .line {
  background: #717378;
}
.comm_fixed_nav .item.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.comm_fixed_nav .ope {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.comm_fixed_nav .ope .tel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/fixed-nav-icon1.png");
}
.comm_fixed_nav .ope .tel h3 {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
}
.comm_fixed_nav .ope .tel span {
  display: block;
  font-size: 18px;
  color: #118cee;
  font-family: 'DIN';
  line-height: 24px;
}
.comm_fixed_nav .ope a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_nav .ope a:before {
  content: '';
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_nav .ope a.btn2 {
  margin-left: 40px;
  background: #118cee;
  color: #fff;
}
.comm_fixed_nav .ope a.btn2:before {
  background-image: url("../img/fixed-nav-icon3.png");
}

.comm_cont_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 14;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comm_cont_bg.active {
  opacity: 1;
  visibility: visible;
}

.comm_cont_pop {
  width: 100vw;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 15;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.comm_cont_pop.active {
  left: 0;
  visibility: visible;
}
.comm_cont_pop .icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(8vh + 20px);
  right: calc(8vh + 20px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/close.svg");
  cursor: pointer;
  z-index: 2;
}
.comm_cont_pop .cont {
  position: absolute;
  top: 8vh;
  left: 0;
  bottom: 8vh;
  right: 8vh;
  background: #f7f7f7;
}
.comm_cont_pop .b_tabtit {
  width: 126px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.comm_cont_pop .b_tabtit .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.comm_cont_pop .b_tabtit span {
  margin-right: 16px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  height: 7.4vh;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .b_tabtit span .cell {
  max-width: 80px;
}
.comm_cont_pop .b_tabtit span .cell:before {
  content: '';
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #118cee;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .b_tabtit span:after {
  content: '';
  width: 24px;
  height: 1px;
  margin: 0 auto;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .b_tabtit span:last-of-type:after {
  display: none;
}
.comm_cont_pop .b_tabtit span:not(.active):hover {
  color: #118cee;
}
.comm_cont_pop .b_tabtit span.active {
  background: #118cee;
  color: #fff;
}
.comm_cont_pop .b_tabtit span.active:after {
  display: none;
}
.comm_cont_pop .b_tabtit span.active .cell:before {
  opacity: 1;
}
.comm_cont_pop .b_tabtit .slick-arrow {
  position: absolute;
  left: 0;
  width: 110px;
  background-color: #118cee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.6vh;
  height: 7.4vh;
  font-size: 0;
  cursor: pointer;
}
.comm_cont_pop .b_tabtit .slick-prev {
  bottom: calc(50% + 42vh - 7.4vh);
  background-image: url("../img/up.svg");
}
.comm_cont_pop .b_tabtit .slick-next {
  top: calc(50% + 42vh - 7.4vh);
  background-image: url("../img/down.svg");
}
.comm_cont_pop .b_tabcont {
  width: calc(100% - 110px);
  height: 100%;
  margin-left: 110px;
}
.comm_cont_pop .b_child {
  padding-left: 6.8vw;
  position: relative;
  height: 0;
  overflow: hidden;
}
.comm_cont_pop .b_child.active {
  height: 100%;
}
.comm_cont_pop .m_tabtit {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.comm_cont_pop .m_tabtit .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  bottom: 0;
  background-color: #fff;
}
.comm_cont_pop .m_tabtit span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 7.4vh;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .m_tabtit span .cell {
  max-width: 80px;
}
.comm_cont_pop .m_tabtit span:after {
  content: '';
  width: 24px;
  height: 1px;
  margin: 0 auto;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .m_tabtit span:not(.active):hover {
  color: #118cee;
}
.comm_cont_pop .m_tabtit span.active {
  color: #118cee;
}
.comm_cont_pop .m_tabtit .slick-arrow {
  position: absolute;
  left: 0;
  width: 110px;
  background-color: #118cee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.6vh;
  height: 7.4vh;
  font-size: 0;
  cursor: pointer;
}
.comm_cont_pop .m_tabtit .slick-prev {
  bottom: calc(50% + 42vh - 7.4vh);
  background-image: url("../img/up.svg");
}
.comm_cont_pop .m_tabtit .slick-next {
  top: calc(50% + 42vh - 7.4vh);
  background-image: url("../img/down.svg");
}
.comm_cont_pop .m_tabcont {
  height: 100%;
}
.comm_cont_pop .m_child {
  padding-left: 6.8vw;
  height: 0;
  overflow: hidden;
}
.comm_cont_pop .m_child.active {
  height: 100%;
}
.comm_cont_pop .s_tabtit {
  padding-top: 8.3vh;
  font-size: 0;
  margin-right: 6.8vw;
}
.comm_cont_pop .s_tabtit span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  width: calc((100% - 120px) / 6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 40px;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  cursor: pointer;
}
.comm_cont_pop .s_tabtit span:last-of-type {
  margin-right: 0;
}
.comm_cont_pop .s_tabtit span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}
.comm_cont_pop .s_tabtit span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #118cee;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.comm_cont_pop .s_tabtit span i {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
  color: #808080;
  border: 1px solid #838383;
  border-radius: 50%;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .s_tabtit span.active {
  color: #118cee;
}
.comm_cont_pop .s_tabtit span.active i {
  background-color: #118cee;
  color: #fff;
  border-color: #118cee;
}
.comm_cont_pop .s_tabtit span.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.comm_cont_pop .s_tabtit .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  top: 8.3vh;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.comm_cont_pop .s_tabtit .slick-prev {
  left: -74px;
  background-image: url("../img/prev.png");
}
.comm_cont_pop .s_tabtit .slick-next {
  right: -50px;
  background-image: url("../img/next.png");
}
.comm_cont_pop .s_tabcont {
  margin-top: 10vh;
  position: relative;
}
.comm_cont_pop .s_tabcont .s_child {
  display: none;
}
.comm_cont_pop .s_tabcont .wire {
  width: 102%;
  position: absolute;
  top: 12%;
  left: 0;
  opacity: 0;
  -webkit-animation: popFade 0.3s linear forwards;
  -moz-animation: popFade 0.3s linear forwards;
  -ms-animation: popFade 0.3s linear forwards;
  animation: popFade 0.3s linear forwards;
}
.comm_cont_pop .s_tabcont .wire img {
  display: block;
  width: 100%;
}
.comm_cont_pop .s_tabcont .txt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comm_cont_pop .s_tabcont .txt .txt_box {
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.comm_cont_pop .s_tabcont .txt p {
  font-size: 32px;
  line-height: 40px;
  color: #333;
  font-weight: lighter;
  text-align: justify;
  max-height: 360px;
  overflow: auto;
  padding-right: 10px;
}
.comm_cont_pop .s_tabcont .txt p span {
  color: #118cee;
}
.comm_cont_pop .s_tabcont .txt a {
  width: 180px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  background: #118cee;
  margin-top: 3.7vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_cont_pop .s_tabcont .txt a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(17, 140, 238, 0.5);
}
.comm_cont_pop .s_tabcont .img_slick {
  margin-left: 37.4%;
  width: 50%;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.comm_cont_pop .s_tabcont .img_slick .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/pc.png");
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8% 2% 2%;
  border-radius: 20px 20px 0 0;
}
.comm_cont_pop .s_tabcont .img_slick .item.m {
  width: 32%;
  margin: 0 auto;
  border-radius: 22px;
  padding: 7% 2%;
  background-image: url("../img/m.png");
}
.comm_cont_pop .s_tabcont .img_slick .item.m img {
  border: 1px solid #d9d9d9;
}
.comm_cont_pop .s_tabcont .img_slick img {
  width: 100%;
}

.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
}
.index_title p {
  font-size: 18px;
  line-height: 1;
  color: #808080;
  margin-top: 20px;
}
.index_title:after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  background: #108cee;
  margin: 26px auto 0;
}
.index_title.white h3, .index_title.white p {
  color: #fff;
}
.index_title.white:after {
  background: #00fac5;
}

.inner_title {
  text-align: center;
}
.inner_title h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.inner_title p {
  font-size: 16px;
  line-height: 1;
  color: #808080;
  margin-top: 20px;
}
.inner_title:after {
  content: '';
  width: 24px;
  height: 2px;
  display: block;
  background: #108cee;
  margin: 20px auto 0;
}
.inner_title.white h3, .inner_title.white p {
  color: #fff;
}

/*inner*/
.index_main .section1 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.index_main .section1 .star {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section1 .star span {
  display: block;
  width: 1px;
  background: transparent;
  position: absolute;
  opacity: 0;
  -webkit-animation: star-fall 3s linear infinite;
  -moz-animation: star-fall 3s linear infinite;
  -ms-animation: star-fall 3s linear infinite;
  animation: star-fall 3s linear infinite;
}
.index_main .section1 .star span:after {
  content: '';
  display: block;
  border: 0px solid #fff;
  border-width: 0px 90px 1px 120px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.1);
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
  -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
  -ms-transform: rotate(-45deg) translate3d(1px, 3px, 0);
  transform: rotate(-45deg) translate3d(1px, 3px, 0);
}
.index_main .section1 .star span:nth-of-type(1) {
  top: 0;
  left: 20%;
}
.index_main .section1 .star span:nth-of-type(2) {
  top: 0;
  left: 40%;
  animation-duration: 2s;
  animation-delay: 1s;
}
.index_main .section1 .star span:nth-of-type(3) {
  top: 0;
  left: 60%;
  animation-duration: 4s;
  animation-delay: 1.5s;
}
.index_main .section1 .star span:nth-of-type(4) {
  top: 0;
  left: 80%;
  animation-duration: 2s;
  animation-delay: .5s;
}
.index_main .section1 .star span:nth-of-type(5) {
  top: 0;
  left: 100%;
  animation-delay: 1s;
}
.index_main .section1 .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section1 .circle span {
  position: absolute;
}
.index_main .section1 .circle span:nth-of-type(1) {
  width: 10%;
  left: -2%;
  top: 45%;
  -webkit-animation: rightBall 8s linear infinite;
  -moz-animation: rightBall 8s linear infinite;
  -ms-animation: rightBall 8s linear infinite;
  animation: rightBall 8s linear infinite;
}
.index_main .section1 .circle span:nth-of-type(2) {
  width: 23.3%;
  right: -10%;
  top: -12%;
  -webkit-animation: leftBall 6s linear infinite;
  -moz-animation: leftBall 6s linear infinite;
  -ms-animation: leftBall 6s linear infinite;
  animation: leftBall 6s linear infinite;
}
.index_main .section1 .circle span img {
  display: block;
  width: 100%;
}
.index_main .section1 .cell_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 135px;
  z-index: 2;
}
.index_main .section1 h2, .index_main .section1 h3, .index_main .section1 h4 {
  line-height: 1;
  color: #fff;
}
.index_main .section1 h4 {
  font-size: 36px;
}
.index_main .section1 h2 {
  font-size: 72px;
  margin: 26px 0 30px;
}
.index_main .section1 h3 {
  font-size: 42px;
}
.index_main .section1 .btn {
  width: 200px;
  margin: 110px auto 0;
}
.index_main .section1 .btn a {
  display: block;
  font-size: 18px;
  color: #108cee;
  text-align: center;
  line-height: 48px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section1 .btn:hover a {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 68, 178, 0.5);
}
.index_main .section2 {
  padding: 6vw 0 11vw;
  background:#fff;
}
.index_main .section2 .cont {
  position: relative;
  margin-top: 6vw;
}
.index_main .section2 .right {
  width: 520px;
  float: right;
}
.index_main .section2 .right .items {
  font-size: 0;
}
.index_main .section2 .right .item {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3vw;
  cursor: pointer;
}
.index_main .section2 .right .item:nth-of-type(odd) {
  margin-right: 80px;
}
.index_main .section2 .right .item i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b0dfff;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(16, 140, 238, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .right .item h3 {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
}
.index_main .section2 .right .item p {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.index_main .section2 .right .item.active i {
  background-color: #108cee;
}
.index_main .section2 .right a {
  display: block;
  width: 200px;
  border: 1px solid #108cee;
  font-size: 18px;
  line-height: 46px;
  color: #108cee;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .right a:hover {
  background: #108cee;
  color: #fff;
}
.index_main .section2 .left {
  width: 46vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section2 .left img.bg {
  width: 98%;
  max-width: 874px;
  display: block;
}
.index_main .section2 .left img.ct {
  position: absolute;
  right: 0;
  top: 14%;
  width: 68%;
  max-width: 604px;
}
.index_main .section2 .left .item .box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.index_main .section2 .left .item .box:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #b0dfff;
  box-shadow: 0 10px 20px rgba(100, 191, 253, 0.5);
}
.index_main .section2 .left .item .box:nth-of-type(1) {
  top: 15%;
  left: 44%;
}
.index_main .section2 .left .item .box:nth-of-type(1):before {
  width: 80px;
  height: 40px;
  opacity: .6;
}
.index_main .section2 .left .item .box:nth-of-type(2) {
  top: 38%;
  left: 34%;
}
.index_main .section2 .left .item .box:nth-of-type(2):before {
  width: 64px;
  height: 32px;
  opacity: .4;
}
.index_main .section2 .left .item .box:nth-of-type(3) {
  top: 58%;
  left: 26%;
}
.index_main .section2 .left .item .box:nth-of-type(3):before {
  width: 110px;
  height: 55px;
  opacity: .8;
}
.index_main .section2 .left .item .box:nth-of-type(4) {
  top: 70%;
  left: 40%;
}
.index_main .section2 .left .item .box:nth-of-type(4):before {
  width: 80px;
  height: 40px;
  opacity: .6;
}
.index_main .section2 .left .item .box:nth-of-type(5) {
  top: 75%;
  left: 40%;
}
.index_main .section2 .left .item .box:nth-of-type(5):before {
  width: 80px;
  height: 40px;
  opacity: .6;
}
.index_main .section2 .left .item .box h3 {
  font-size: 18px;
  color: #108cee;
  position: absolute;
  line-height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-26deg) skewX(-30deg) scaleY(0.9);
  -moz-transform: translateX(-50%) rotate(-26deg) skewX(-30deg) scaleY(0.9);
  -ms-transform: translateX(-50%) rotate(-26deg) skewX(-30deg) scaleY(0.9);
  transform: translateX(-50%) rotate(-26deg) skewX(-30deg) scaleY(0.9);
  margin-top: -12px;
  white-space: nowrap;
}
.index_main .section2 .left .item.active .box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .left .item.active .box:nth-of-type(1) {
  transition-delay: .1s;
}
.index_main .section2 .left .item.active .box:nth-of-type(2) {
  transition-delay: .2s;
}
.index_main .section2 .left .item.active .box:nth-of-type(3) {
  transition-delay: .3s;
}
.index_main .section2 .left .item.active .box:nth-of-type(4) {
  transition-delay: .4s;
}
.index_main .section2 .left .item.active .box:nth-of-type(5) {
  transition-delay: .5s;
}
.index_main .section3 {
  background: #110428;
  padding: 6vw 0 14vw;
}
.index_main .section3 .cont {
  margin-top: 7.5vw;
}
.index_main .section3 .left {
  max-width: 640px;
}
.index_main .section3 .left .item h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 15px 40px 15px 0;
  position: relative;
  cursor: pointer;
}
.index_main .section3 .left .item h3:after {
  content: '';
  width: 17px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-6.png");
  position: absolute;
  bottom: 0;
  left: 52px;
  opacity: 0;
}
.index_main .section3 .left .item h3:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.index_main .section3 .left .item h3 i {
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-5.png");
  margin-top: -13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .left .item p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 20px 0 30px;
  display: none;
  position: relative;
}
.index_main .section3 .left .item.active h3:after {
  opacity: 1;
}
.index_main .section3 .left .item.active h3:before {
  background-color: #00fac5;
}
.index_main .section3 .left .item.active h3 i {
  opacity: 0;
  right: -15px;
}
.index_main .section3 .left a {
  display: block;
  width: 200px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .left a:hover {
  border-color: #108cee;
  background: #108cee;
  color: #fff;
}
.index_main .section3 .right {
  position: absolute;
  left: 50%;
  top: 0;
  width: 55vw;
  max-width: 1044px;
}
.index_main .section3 .right img.bg {
  display: block;
  width: 100%;
}
.index_main .section3 .right img.img1 {
  position: absolute;
  width: 42.33%;
  max-width: 442px;
  top: 24%;
  left: 20%;
  z-index: 2;
}
.index_main .section3 .right img.img2 {
  width: 34.4%;
  max-width: 359px;
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 1;
  -webkit-animation: bigBall2 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: bigBall2 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: bigBall2 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: bigBall2 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section3 .right img.img3 {
  width: 12.6%;
  max-width: 131px;
  position: absolute;
  top: 32%;
  left: 50%;
  z-index: 3;
  -webkit-animation: minBall2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: minBall2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: minBall2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: minBall2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section3 .right .imgs {
  position: absolute;
  width: 42.33%;
  max-width: 442px;
  top: 24%;
  left: 20%;
  z-index: 4;
}
.index_main .section3 .right .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section3 .right .imgs img.active {
  opacity: 1;
}
.index_main .section4 {
  padding: 6vw 0 9vw;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../img/img-7.png");
  background-size: 44.27vw auto;
}
.index_main .section4 .cont {
  font-size: 0;
  margin-top: 4.5vw;
}
.index_main .section4 .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.index_main .section4 .left img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.index_main .section4 .left img:nth-of-type(2) {
  z-index: 1;
}
.index_main .section4 .left img:nth-of-type(2), .index_main .section4 .left img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section4 .left img:nth-of-type(2) {
  -webkit-animation: flicker 1s infinite;
  -moz-animation: flicker 1s infinite;
  -ms-animation: flicker 1s infinite;
  animation: flicker 1s infinite;
}
.index_main .section4 .left img:nth-of-type(3) {
  -webkit-animation: brainbob 3s ease-in-out alternate infinite;
  -moz-animation: brainbob 3s ease-in-out alternate infinite;
  -ms-animation: brainbob 3s ease-in-out alternate infinite;
  animation: brainbob 3s ease-in-out alternate infinite;
}
.index_main .section4 .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 4vw;
  padding-top: 4vw;
}
.index_main .section4 .right .desc {
  font-size: 24px;
  color: #108cee;
  line-height: 32px;
  text-align: justify;
}
.index_main .section4 .right .desc:before, .index_main .section4 .right .desc:after {
  content: '';
  width: 32px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.index_main .section4 .right .desc:before {
  background-image: url("../img/icon-7.png");
  margin-bottom: 10px;
}
.index_main .section4 .right .desc:after {
  background-image: url("../img/icon-8.png");
  margin-top: 10px;
  margin-left: calc(100% - 32px);
}
.index_main .section4 .right .tab_title {
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.index_main .section4 .right .tab_title span {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  padding-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.index_main .section4 .right .tab_title span:after {
  content: '';
  width: 17px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-9.png");
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
}
.index_main .section4 .right .tab_title span.active {
  color: #108cee;
  font-size: 24px;
}
.index_main .section4 .right .tab_title span.active:after {
  opacity: 1;
}
.index_main .section4 .right .tab_content {
  margin: 30px 0;
}
.index_main .section4 .right .tab_content .item {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  display: none;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section4 .right a {
  display: block;
  width: 200px;
  border: 1px solid #108cee;
  font-size: 18px;
  line-height: 46px;
  color: #108cee;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section4 .right a:hover {
  background: #108cee;
  color: #fff;
}
.index_main .section5 {
  background: #110428;
  padding-top: 6vw;
  position: relative;
  overflow: hidden;
}
.index_main .section5 .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section5 .circle span {
  position: absolute;
}
.index_main .section5 .circle span:nth-of-type(1) {
  width: 22%;
  top: 10%;
  left: 15%;
  -webkit-animation: leftBall 10s infinite;
  -moz-animation: leftBall 10s infinite;
  -ms-animation: leftBall 10s infinite;
  animation: leftBall 10s infinite;
}
.index_main .section5 .circle span:nth-of-type(2) {
  width: 30%;
  bottom: 0;
  right: 0;
  -webkit-animation: rightBall 6s infinite;
  -moz-animation: rightBall 6s infinite;
  -ms-animation: rightBall 6s infinite;
  animation: rightBall 6s infinite;
}
.index_main .section5 .circle span:nth-of-type(3) {
  width: 40%;
  bottom: -10%;
  left: -15%;
  -webkit-animation: rightBall 10s infinite;
  -moz-animation: rightBall 10s infinite;
  -ms-animation: rightBall 10s infinite;
  animation: rightBall 10s infinite;
}
.index_main .section5 .circle span img {
  display: block;
  width: 100%;
}
.index_main .section5 .wrapper {
  z-index: 2;
}
.index_main .section5 .cont {
  padding: 10vw 0 15vw;
}
.index_main .section5 .left {
  width: 33.33%;
  position: relative;
  z-index: 2;
}
.index_main .section5 .left a {
  display: block;
  width: 200px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section5 .left a:hover {
  border-color: #108cee;
  background: #108cee;
  color: #fff;
}
.index_main .section5 .tab_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
}
.index_main .section5 .tab_title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin:0;
}
.index_main .section5 .tab_title span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #00fac5;
  transform-origin: left bottom;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.index_main .section5 .tab_title span.hover {
  font-size: 24px;
  background:none;
}
.index_main .section5 .tab_title span.hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.index_main .section5 .tab_title span.hover, .index_main .section5 .tab_title span:hover {
  background:none;
}
.index_main .section5 .tab_title span.hover:hover, .index_main .section5 .tab_title span:hover:after {
  display: blcok;
}
.index_main .section5 .tab_content {
  margin-top: 3vw;
}
.index_main .section5 .tab_content .item {
  display: none;width:100%;
}
.index_main .section5 .tab_content h3 {
  font-size: 24px!important;
  color: #fff!important;
  position: relative;
  opacity: 0;
  text-align:left;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section5 .tab_content p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin: 20px 0 3vw;
  position: relative;
  opacity: 0;
  text-align:left;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section5 .right {
  width: 91%;
  position: absolute;
  right: -14%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.index_main .section5 .right img.bg {
  display: block;
  width: 100%;
}
.index_main .section5 .right .item {
  position: absolute;
  right: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.index_main .section5 .right .item img {
  display: block;
  position: absolute;
}
.index_main .section5 .right .item:nth-of-type(1) {
  width: 48%;
  height: 46%;
}
.index_main .section5 .right .item:nth-of-type(1) .img1 {
  width: 83.8%;
  right: 0;
  top: 14.8%;
  -webkit-animation: ro4 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro4 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro4 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro4 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section5 .right .item:nth-of-type(1) .img2 {
  width: 52.74%;
  left: 22.43%;
  top: 0%;
}
.index_main .section5 .right .item:nth-of-type(1) .img3 {
  width: 61.86%;
  left: 16%;
  top: 20.5%;
}
.index_main .section5 .right .item:nth-of-type(1) .img4 {
  width: 87.2%;
  left: 0;
  top: 17%;
  -webkit-animation: ro1 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro1 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro1 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro1 4.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section5 .right .item:nth-of-type(2) {
  width: 46.74%;
  height: 71.81%;
}
.index_main .section5 .right .item:nth-of-type(2) .img1 {
  width: 91.24%;
  left: 4.86%;
  bottom: 1.38%;
  -webkit-animation: ro1 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro1 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro1 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro1 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section5 .right .item:nth-of-type(2) .img2 {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-animation: ro2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section5 .right .item:nth-of-type(2) .img3 {
  width: 50.24%;
  left: 26.58%;
  bottom: 13.86%;
  -webkit-animation: ro3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section5 .right .item:nth-of-type(2) .img4 {
  width: 88.97%;
  left: 7.3%;
  bottom: 19.14%;
}
.index_main .section5 .right .item:nth-of-type(2) .img5 {
  width: 60.45%;
  left: 23%;
  top: 11.27%;
  -webkit-animation: ro4 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -moz-animation: ro4 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -ms-animation: ro4 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: ro4 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.index_main .section6 {
  padding: 6vw 0 14vw;
  position: relative;
  background-position: right 68%;
  background-repeat: no-repeat;
  background-image: url("../img/img-19.png");
  background-size: 36.25vw auto;
}
.index_main .section6 .cards {
  position: absolute;
  left: 0%;
  top: -5vw;
  transform-origin: center;
  text-align: center;
  -webkit-transform: rotateX(20deg) rotateY(10deg) rotateZ(-25deg) skewX(20deg) skewY(10deg) scaleY(0.9);
  -moz-transform: rotateX(20deg) rotateY(10deg) rotateZ(-25deg) skewX(20deg) skewY(10deg) scaleY(0.9);
  -ms-transform: rotateX(20deg) rotateY(10deg) rotateZ(-25deg) skewX(20deg) skewY(10deg) scaleY(0.9);
  transform: rotateX(20deg) rotateY(10deg) rotateZ(-25deg) skewX(20deg) skewY(10deg) scaleY(0.9);
}
.index_main .section6 .cards .card {
  width: 8.8vw;
  height: 11.8vw;
  display: inline-block;
  margin: 2px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section6 .cards .card .txts {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_main .section6 .cards .card .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section6 .cards .card .txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: left;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  backface-visibility: hidden;
}
.index_main .section6 .cards .card .txt span {
  display: block;
  font-size: 38px;
}
.index_main .section6 .cards .card .txt i {
  font-style: normal;
  font-size: 26px;
  margin-bottom: 30px;
  display: block;
}
.index_main .section6 .cards .card:nth-of-type(1) {
  background: #c38eea;
  opacity: .2;
  -webkit-transform: translateX(-3vw);
  -moz-transform: translateX(-3vw);
  -ms-transform: translateX(-3vw);
  transform: translateX(-3vw);
}
.index_main .section6 .cards .card:nth-of-type(2) {
  background: #c38eea;
  opacity: .1;
}
.index_main .section6 .cards .card:nth-of-type(3) {
  background: #fd9c3d;
  opacity: .2;
}
.index_main .section6 .cards .card:nth-of-type(4) {
  background: #3ca1ff;
  opacity: .2;
}
.index_main .section6 .cards .card:nth-of-type(5) {
  background: #ebf3ff;
  opacity: .3;
}
.index_main .section6 .cards .card:nth-of-type(6) {
  background: #3ca1ff;
  opacity: .1;
}
.index_main .section6 .cards .card:nth-of-type(7) {
  background: #52dd94;
  opacity: .2;
}
.index_main .section6 .cards .card:nth-of-type(8) {
  background: #c38eea;
  opacity: .2;
}
.index_main .section6 .cards .card:nth-of-type(9) {
  background: #eef7fd;
  opacity: 1;
  -webkit-transform: translateY(-7vw);
  -moz-transform: translateY(-7vw);
  -ms-transform: translateY(-7vw);
  transform: translateY(-7vw);
}
.index_main .section6 .cards .card:nth-of-type(10) {
  background: #fd9c3d;
  opacity: .05;
  margin-left: -27.8vw;
  -webkit-transform: translateY(-7vw);
  -moz-transform: translateY(-7vw);
  -ms-transform: translateY(-7vw);
  transform: translateY(-7vw);
}
.index_main .section6 .cards .card:nth-of-type(11) {
  background: #52dd94;
  opacity: .05;
}
.index_main .section6 .cards .card:nth-of-type(12) {
  background: #c38eea;
  opacity: .1;
}
.index_main .section6 .cards .card:nth-of-type(13) {
  background: #fd9c3d;
  opacity: .1;
}
.index_main .section6 .cards .card:nth-of-type(14) {
  background: #3ca1ff;
  opacity: .1;
  margin-left: -18.5vw;
}
.index_main .section6 .cards .card.active {
  opacity: 1;
}
.index_main .section6 .cards .card.active .item.active {
  opacity: 1;
}
.index_main .section6 .cont {
  width: 33.33vw;
  margin-top: 7vw;
  float: right;
}
.index_main .section6 .cont .item h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  padding: 15px 40px 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index_main .section6 .cont .item h3:after {
  content: '';
  width: 17px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12.png");
  position: absolute;
  bottom: 0;
  left: 52px;
  opacity: 0;
}
.index_main .section6 .cont .item h3:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background: #e6e6e6;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.index_main .section6 .cont .item h3 i {
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-13.png");
  margin-top: -13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .cont .item .desc {
  padding-bottom: 30px;
  display: none;
}
.index_main .section6 .cont .item .desc p {
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.index_main .section6 .cont .item .desc .tip {
  font-size: 0;
}
.index_main .section6 .cont .item .desc .tip span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: calc((100% - 30px) / 4);
  padding: 0 16px;
  margin: 5px 10px 5px 0;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #333333;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section6 .cont .item .desc .tip span:last-of-type {
  margin-right: 0;
}
.index_main .section6 .cont .item.active h3 {
  color: #108cee;
}
.index_main .section6 .cont .item.active h3:after {
  opacity: 1;
  transition-delay: .3s;
}
.index_main .section6 .cont .item.active h3:before {
  width: 100%;
  transition-delay: .3s;
}
.index_main .section6 .cont .item.active h3 i {
  opacity: 0;
  right: -15px;
}
.index_main .section6 .cont a {
  display: block;
  width: 200px;
  border: 1px solid #108cee;
  font-size: 18px;
  line-height: 46px;
  color: #108cee;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .cont a:hover {
  background: #108cee;
  color: #fff;
}
.index_main .section7 {
  background: #110428;
  position: relative;
}
.index_main .section7 .circle_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.index_main .section7 .circle_main span {
  position: absolute;
}
.index_main .section7 .circle_main span img {
  display: block;
  width: 100%;
}
.index_main .section7 .circle_main span:nth-of-type(1) {
  width: 15vw;
  opacity: .5;
  top: 0;
  left: 0;
  -webkit-animation: leftBall 6s infinite;
  -moz-animation: leftBall 6s infinite;
  -ms-animation: leftBall 6s infinite;
  animation: leftBall 6s infinite;
}
.index_main .section7 .circle_main span:nth-of-type(2) {
  width: 21vw;
  top: 10%;
  left: 30%;
  -webkit-animation: rightBall 10s infinite;
  -moz-animation: rightBall 10s infinite;
  -ms-animation: rightBall 10s infinite;
  animation: rightBall 10s infinite;
}
.index_main .section7 .circle_main span:nth-of-type(3) {
  width: 20vw;
  top: 30%;
  left: 0;
}
.index_main .section7 .circle_main span:nth-of-type(4) {
  width: 15vw;
  opacity: .5;
  top: 38%;
  left: 26%;
  -webkit-animation: rightBall 6s infinite;
  -moz-animation: rightBall 6s infinite;
  -ms-animation: rightBall 6s infinite;
  animation: rightBall 6s infinite;
}
.index_main .section7 .circle_main span:nth-of-type(5) {
  width: 23vw;
  top: 44%;
  left: 38%;
  -webkit-animation: leftBall 10s infinite;
  -moz-animation: leftBall 10s infinite;
  -ms-animation: leftBall 10s infinite;
  animation: leftBall 10s infinite;
}
.index_main .section7 .circle_main span:nth-of-type(6) {
  width: 26vw;
  top: 70%;
  left: 16%;
  -webkit-animation: rightBall 10s infinite;
  -moz-animation: rightBall 10s infinite;
  -ms-animation: rightBall 10s infinite;
  animation: rightBall 10s infinite;
}
.index_main .section7 .bg_main {
  width: 44.5vw;
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  bottom: 3.125vw;
  z-index: 2;
}
.index_main .section7 .bg_main .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section7 .bg_main .item.active {
  opacity: 1;
}
.index_main .section7 .bg_main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
  background: -webkit-linear-gradient(135deg, #387df5, #d350da);
  background: -o-linear-gradient(135deg, #387df5, #d350da);
  background: -moz-linear-gradient(135deg, #387df5, #d350da);
  background: linear-gradient(135deg, #387df5, #d350da);
  z-index: 2;
}
.index_main .section7 .txt_main {
  padding: 9vw 0 5vw;
  position: relative;
  z-index: 3;
}
.index_main .section7 .txt_main .label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.index_main .section7 .txt_main .label span {
  display: block;
  font-size: 24px;
  line-height: 3;
  color: #fff;
  position: relative;
  opacity: .3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section7 .txt_main .label span:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section7 .txt_main .label span.active {
  opacity: 1;
}
.index_main .section7 .txt_main .label span.active:before {
  opacity: 1;
}
.index_main .section7 .txt_main .cont {
  width: 50%;
}
.index_main .section7 .txt_main .index_title {
  text-align: left;
}
.index_main .section7 .txt_main .index_title:after {
  margin-left: 0;
}
.index_main .section7 .txt_main .box {
  position: relative;
  margin-top: 6vw;
  padding-left: 4.5vw;
}
.index_main .section7 .txt_main .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 470px;
  padding: 35px 0;
}
.index_main .section7 .txt_main .progress .line {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 7px;
  position: relative;
}
.index_main .section7 .txt_main .progress .line .pro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.index_main .section7 .txt_main .progress span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  font-family: 'DIN';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.index_main .section7 .txt_main .progress span.curr {
  top: 0;
}
.index_main .section7 .txt_main .progress span.total {
  bottom: 0;
}
.index_main .section7 .txt_main .items .item {
  color: #fff;
  display: none;
}
.index_main .section7 .txt_main .items .item h3 {
  font-size: 24px;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section7 .txt_main .items .item .desc {
  font-size: 16px;
  line-height: 24px;
  margin: 3vw 0;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section7 .txt_main .items .item .desc span {
  display: block;
  font-weight: bold;
}
.index_main .section7 .txt_main a {
  display: block;
  width: 200px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section7 .txt_main a:hover {
  border-color: #108cee;
  background: #108cee;
  color: #fff;
}
.index_main .section7 .txt_main .btns {
  margin-top: 4vw;
  font-size: 0;
  text-align: center;
}
.index_main .section7 .txt_main .btns .btn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 70px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section7 .txt_main .btns .btn.prev {
  background-image: url("../img/prev-1.png");
}
.index_main .section7 .txt_main .btns .btn.next {
  background-image: url("../img/next-1.png");
}
.index_main .section7 .txt_main .btns .btn:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.index_main .section8 {
  padding: 9vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-11.jpg");
}
.index_main .section8 .cont {
  width: 470px;
  float: right;
}
.index_main .section8 .index_title {
  text-align: right;
}
.index_main .section8 .index_title:after {
  margin-right: 0;
}
.index_main .section8 .desc {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin-top: 4vw;
}
.index_main .section8 .desc:before {
  content: '';
  width: 42px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-10.png");
  display: block;
  margin-bottom: 16px;
}
.index_main .section8 .desc:after {
  content: '';
  width: 21px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-11.png");
  display: block;
  margin-top: 40px;
  margin-left: calc(100% - 21px);
}
.index_main .section8 .info {
  text-align: right;
  margin-top: 30px;
}
.index_main .section8 .info h3 {
  font-size: 24px;
  color: #333;
}
.index_main .section8 .info p {
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.index_main .section8 .btns {
  margin-top: 6vw;
  font-size: 0;
}
.index_main .section8 .btns .box {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 2);
}
.index_main .section8 .btns .box:nth-of-type(1) {
  margin-right: 30px;
}
.index_main .section8 .btns .box a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section8 .btns .box.active a {
  background: #108cee;
  color: #fff;
  box-shadow: 0 10px 40px rgba(16, 140, 238, 0.4);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.business_scene .section2 {
  padding: 8vw 0 9vw;
  background-color: #fff;
  background-position: center 84%;
  background-repeat: no-repeat;
  background-image: url("../img/img-1_1.png");
  background-size: 100% auto;
  position: relative;
}
.business_scene .section2 .guide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_scene .section2 .guide .wrapper {
  height: 100%;
}
.business_scene .section2 .guide .tip {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 14.23%;
  top: 44%;
  z-index: 5;
}
.business_scene .section2 .guide .tip:before {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/hand.png");
  position: absolute;
  top: 0;
  left: 300%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.business_scene .section2 .guide .tip p {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section2 .guide .tip a {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section2 .guide .tip .txt {
  position: absolute;
  top: 100px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section2 .guide.active {
  opacity: 1;
  visibility: visible;
}
.business_scene .section2 .guide.active .tip:before {
  left: 0;
  opacity: 1;
  transition-delay: .3s;
}
.business_scene .section2 .guide.active .tip p {
  opacity: 1;
  transition-delay: .8s;
}
.business_scene .section2 .guide.active .tip a {
  opacity: 1;
  transition-delay: 1s;
}
.business_scene .section2 .guide.active .tip .txt {
  opacity: 1;
  transition-delay: 1.2s;
}
.business_scene .section2 .cont {
  margin-top: 4.5vw;
  position: relative;
  z-index: 1;
}
.business_scene .section2 .cont img.cip {
  display: block;
  width: 41%;
  max-width: 588px;
  margin: 0 auto;
}
.business_scene .section2 .dot {
  position: absolute;
  cursor: pointer;
}
.business_scene .section2 .dot i {
  display: block;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section2 .dot span {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 16px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section2 .dot a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.business_scene .section2 .dot:nth-of-type(1) {
  width: 29px;
  height: 29px;
  left: 5px;
  top: 56.4%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(1) i {
  background-color: #f5f5f5;
}
.business_scene .section2 .dot:nth-of-type(1) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(2) {
  width: 29px;
  height: 29px;
  left: 5.34%;
  top: 29.23%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(2) i {
  background-color: #fa924a;
  background-image: url("../img/icon-6_1.png");
}
.business_scene .section2 .dot:nth-of-type(2) span {
  color: #fa924a;
}
.business_scene .section2 .dot:nth-of-type(3) {
  width: 34px;
  height: 34px;
  left: 14.23%;
  top: 15.9%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(3) i {
  background-color: #ffe656;
  background-image: url("../img/icon-7_1.png");
}
.business_scene .section2 .dot:nth-of-type(3) span {
  color: #ffe656;
}
.business_scene .section2 .dot:nth-of-type(4) {
  width: 13px;
  height: 13px;
  left: 12.36%;
  top: 50%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(4) i {
  background-color: #d6d6d6;
}
.business_scene .section2 .dot:nth-of-type(4) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(5) {
  width: 60px;
  height: 60px;
  left: 23.82%;
  top: 23.07%;
  -webkit-animation: busiIcon1 1.5s linear infinite;
  -moz-animation: busiIcon1 1.5s linear infinite;
  -ms-animation: busiIcon1 1.5s linear infinite;
  animation: busiIcon1 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(5) i {
  background-color: #e5e5e5;
  background-image: url("../img/icon-14.png");
}
.business_scene .section2 .dot:nth-of-type(5) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(6) {
  width: 80px;
  height: 80px;
  left: 19.3%;
  top: 56.4%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(6) i {
  background-color: #89e282;
  background-image: url("../img/icon-8_1.png");
}
.business_scene .section2 .dot:nth-of-type(6) span {
  color: #89e282;
}
.business_scene .section2 .dot:nth-of-type(7) {
  width: 70px;
  height: 70px;
  left: 76%;
  top: 22.56%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(7) i {
  background-color: #fba34c;
  background-image: url("../img/icon-9_1.png");
}
.business_scene .section2 .dot:nth-of-type(7) span {
  color: #fba34c;
}
.business_scene .section2 .dot:nth-of-type(8) {
  width: 50px;
  height: 50px;
  left: 74%;
  top: 70%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(8) i {
  background-color: #3ddfc3;
  background-image: url("../img/icon-10_1.png");
}
.business_scene .section2 .dot:nth-of-type(8) span {
  color: #3ddfc3;
}
.business_scene .section2 .dot:nth-of-type(9) {
  width: 23px;
  height: 23px;
  left: 83%;
  top: 53.33%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(9) i {
  background-color: #c9c9c9;
}
.business_scene .section2 .dot:nth-of-type(9) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(10) {
  width: 36px;
  height: 36px;
  left: 88.75%;
  top: 34.35%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(10) i {
  background-color: #f1f1f1;
}
.business_scene .section2 .dot:nth-of-type(10) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(11) {
  width: 16px;
  height: 16px;
  left: 91%;
  top: 73.58%;
  -webkit-animation: busiIcon1 1.5s linear infinite;
  -moz-animation: busiIcon1 1.5s linear infinite;
  -ms-animation: busiIcon1 1.5s linear infinite;
  animation: busiIcon1 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(11) i {
  background-color: #f1f1f1;
}
.business_scene .section2 .dot:nth-of-type(11) span {
  color: #bfbfbf;
}
.business_scene .section2 .dot:nth-of-type(12) {
  width: 56px;
  height: 56px;
  right: 0;
  top: 37.69%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.business_scene .section2 .dot:nth-of-type(12) i {
  background-color: #0b86f6;
  background-image: url("../img/icon-11_1.png");
}
.business_scene .section2 .dot:nth-of-type(12) span {
  color: #0b86f6;
}
.business_scene .section2 .dot:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.business_scene .section2 .dot:hover i, .business_scene .section2 .dot:hover span {
  opacity: 0;
}
.business_scene .section2 .dot:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.business_scene .section3 {
  background: #110328;
  padding-top: 5vw;
  overflow: hidden;
}
.business_scene .section3 .cont {
  position: relative;
  width: 75vw;
  height: 37.5vw;
  margin: 3.5vw auto 0;
}
.business_scene .section3 .cont img.center_img {
  width: 25vw;
  max-width: 467px;
  margin: 0 auto;
  position: absolute;
  bottom: 2.6vw;
  left: 0;
  right: 0;
}
.business_scene .section3 .cont .circle .big {
  width: 63vw;
  height: 63vw;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 6vw;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  -webkit-animation: busiRotate2 30s linear infinite;
  -moz-animation: busiRotate2 30s linear infinite;
  -ms-animation: busiRotate2 30s linear infinite;
  animation: busiRotate2 30s linear infinite;
}
.business_scene .section3 .cont .circle .middle {
  width: 57vw;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 9vw;
  -webkit-animation: busiRotate1 20s linear infinite;
  -moz-animation: busiRotate1 20s linear infinite;
  -ms-animation: busiRotate1 20s linear infinite;
  animation: busiRotate1 20s linear infinite;
}
.business_scene .section3 .cont .circle .middle img {
  display: block;
  width: 100%;
  max-width: 1077px;
  margin: 0 auto;
}
.business_scene .section3 .cont .circle .small {
  width: 52vw;
  height: 52vw;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 11.5vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: busiRotate2 20s linear infinite;
  -moz-animation: busiRotate2 20s linear infinite;
  -ms-animation: busiRotate2 20s linear infinite;
  animation: busiRotate2 20s linear infinite;
}
.business_scene .section3 .cont .circle .small:before, .business_scene .section3 .cont .circle .small:after {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-13_1.png");
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.business_scene .section3 .cont .circle .small:before {
  top: 0;
  left: 50%;
}
.business_scene .section3 .cont .circle .small:after {
  top: 50%;
  left: 0%;
}
.business_scene .section3 .cont .dot {
  position: absolute;
  margin: -16px 0 0 -16px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_scene .section3 .cont .dot i {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section3 .cont .dot span {
  position: absolute;
  top: 100%;
  padding-top: 8px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section3 .cont .dot a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.business_scene .section3 .cont .dot:nth-of-type(1) i {
  background-image: url("../img/icon-15.png");
}
.business_scene .section3 .cont .dot:nth-of-type(2) {
  transition-delay: .05s;
}
.business_scene .section3 .cont .dot:nth-of-type(2) i {
  background-image: url("../img/icon-16_1.png");
}
.business_scene .section3 .cont .dot:nth-of-type(3) {
  transition-delay: .1s;
}
.business_scene .section3 .cont .dot:nth-of-type(3) i {
  background-image: url("../img/icon-17.png");
}
.business_scene .section3 .cont .dot:nth-of-type(4) {
  transition-delay: .15s;
}
.business_scene .section3 .cont .dot:nth-of-type(4) i {
  background-image: url("../img/icon-18.png");
}
.business_scene .section3 .cont .dot:nth-of-type(5) {
  transition-delay: .2s;
}
.business_scene .section3 .cont .dot:nth-of-type(5) i {
  background-image: url("../img/icon-19.png");
}
.business_scene .section3 .cont .dot:nth-of-type(6) {
  transition-delay: .25s;
}
.business_scene .section3 .cont .dot:nth-of-type(6) i {
  background-image: url("../img/icon-20.png");
}
.business_scene .section3 .cont .dot:nth-of-type(7) {
  transition-delay: .3s;
}
.business_scene .section3 .cont .dot:nth-of-type(7) i {
  background-image: url("../img/icon-21.png");
}
.business_scene .section3 .cont .dot:nth-of-type(8) {
  transition-delay: .35s;
}
.business_scene .section3 .cont .dot:nth-of-type(8) i {
  background-image: url("../img/icon-22.png");
}
.business_scene .section3 .cont .dot:nth-of-type(9) {
  transition-delay: .4s;
}
.business_scene .section3 .cont .dot:nth-of-type(9) i {
  background-image: url("../img/icon-23.png");
}
.business_scene .section3 .cont .dot:nth-of-type(10) {
  transition-delay: .45s;
}
.business_scene .section3 .cont .dot:nth-of-type(10) i {
  background-image: url("../img/icon-24.png");
}
.business_scene .section3 .cont .dot:nth-of-type(11) {
  transition-delay: .5s;
}
.business_scene .section3 .cont .dot:nth-of-type(11) i {
  background-image: url("../img/icon-25.png");
}
.business_scene .section3 .cont .dot:nth-of-type(12) {
  transition-delay: .55s;
}
.business_scene .section3 .cont .dot:nth-of-type(12) i {
  background-image: url("../img/icon-26.png");
}
.business_scene .section3 .cont .dot:nth-of-type(13) {
  transition-delay: .6s;
}
.business_scene .section3 .cont .dot:nth-of-type(13) i {
  background-image: url("../img/icon-27.png");
}
.business_scene .section3 .cont .dot:nth-of-type(1), .business_scene .section3 .cont .dot:nth-of-type(13) {
  top: 32.3vw;
}
.business_scene .section3 .cont .dot:nth-of-type(2), .business_scene .section3 .cont .dot:nth-of-type(12) {
  top: 23.8vw;
}
.business_scene .section3 .cont .dot:nth-of-type(3), .business_scene .section3 .cont .dot:nth-of-type(11) {
  top: 15.27vw;
}
.business_scene .section3 .cont .dot:nth-of-type(4), .business_scene .section3 .cont .dot:nth-of-type(10) {
  top: 8vw;
}
.business_scene .section3 .cont .dot:nth-of-type(5), .business_scene .section3 .cont .dot:nth-of-type(9) {
  top: 3.85vw;
}
.business_scene .section3 .cont .dot:nth-of-type(6), .business_scene .section3 .cont .dot:nth-of-type(8) {
  top: 1.427vw;
}
.business_scene .section3 .cont .dot:nth-of-type(7) {
  top: 0;
}
.business_scene .section3 .cont .dot:nth-of-type(1) {
  left: 16px;
}
.business_scene .section3 .cont .dot:nth-of-type(2) {
  left: 2.4vw;
}
.business_scene .section3 .cont .dot:nth-of-type(3) {
  left: 6.42vw;
}
.business_scene .section3 .cont .dot:nth-of-type(4) {
  left: 12.85vw;
}
.business_scene .section3 .cont .dot:nth-of-type(5) {
  left: 20.54vw;
}
.business_scene .section3 .cont .dot:nth-of-type(6) {
  left: 29vw;
}
.business_scene .section3 .cont .dot:nth-of-type(7) {
  left: 50%;
  margin-left: -16px;
}
.business_scene .section3 .cont .dot:nth-of-type(8) {
  right: 29vw;
}
.business_scene .section3 .cont .dot:nth-of-type(9) {
  right: 20.54vw;
}
.business_scene .section3 .cont .dot:nth-of-type(10) {
  right: 12.85vw;
}
.business_scene .section3 .cont .dot:nth-of-type(11) {
  right: 6.42vw;
}
.business_scene .section3 .cont .dot:nth-of-type(12) {
  right: 2.4vw;
}
.business_scene .section3 .cont .dot:nth-of-type(13) {
  right: 16px;
}
.business_scene .section3 .cont .dot:hover i, .business_scene .section3 .cont .dot:hover span {
  opacity: 0;
}
.business_scene .section3 .cont .dot:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.business_scene .section3 .cont.active .dot {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.business_scene .section4 {
  padding-top: 4.5vw;
}
.business_scene .section4 .tab_title {
  font-size: 0;
  text-align: center;
  padding-top: 3.5vw;
}
.business_scene .section4 .tab_title .item {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.business_scene .section4 .tab_title .item i {
  height: 40px;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_scene .section4 .tab_title .item span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_scene .section4 .tab_title .item:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f7f9fb;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
}
.business_scene .section4 .tab_title .item:nth-of-type(1) i {
  background-image: url("../img/icon-31.png");
}
.business_scene .section4 .tab_title .item:nth-of-type(1).active i {
  background-image: url("../img/icon-31-on.png");
}
.business_scene .section4 .tab_title .item:nth-of-type(2) i {
  background-image: url("../img/icon-32.png");
}
.business_scene .section4 .tab_title .item:nth-of-type(2).active i {
  background-image: url("../img/icon-32-on.png");
}
.business_scene .section4 .tab_title .item:nth-of-type(3) i {
  background-image: url("../img/icon-33.png");
}
.business_scene .section4 .tab_title .item:nth-of-type(3).active i {
  background-image: url("../img/icon-33-on.png");
}
.business_scene .section4 .tab_title .item.active span {
  color: #333;
}
.business_scene .section4 .tab_title .item.active:after {
  opacity: 1;
}
.business_scene .section4 .tab_content {
  background: #f7f9fb;
  padding: 8vw 0 4vw;
}
.business_scene .section4 .tab_content .block {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.business_scene .section4 .tab_content img.bg {
  display: block;
  margin: 0 auto;
}
.business_scene .section4 .tab_content .piece {
  width: 27.54%;
  height: 35.86%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.business_scene .section4 .tab_content .piece span {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.business_scene .section4 .tab_content .piece span img {
  display: block;
  width: 100%;
}
.business_scene .section4 .tab_content .piece span:nth-of-type(1) {
  top: 0;
  z-index: 3;
}
.business_scene .section4 .tab_content .piece span:nth-of-type(2) {
  top: 35px;
  z-index: 2;
}
.business_scene .section4 .tab_content .piece span:nth-of-type(3) {
  top: 70px;
  z-index: 1;
}
.business_scene .section4 .tab_content .piece.piece_1 span:nth-of-type(1) {
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  z-index: 2;
}
.business_scene .section4 .tab_content .piece.piece_1 span:nth-of-type(2) {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  z-index: 3;
}
.business_scene .section4 .tab_content .piece.piece_2 span:nth-of-type(1) {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  z-index: 1;
}
.business_scene .section4 .tab_content .piece.piece_2 span:nth-of-type(2) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}
.business_scene .section4 .tab_content .piece.piece_2 span:nth-of-type(3) {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  z-index: 3;
}
.business_scene .section4 .tab_content .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_scene .section4 .tab_content .item .dot {
  position: absolute;
  cursor: pointer;
}
.business_scene .section4 .tab_content .item .dot span {
  display: block;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_scene .section4 .tab_content .item .dot span img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.business_scene .section4 .tab_content .item .dot span .txt {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.business_scene .section4 .tab_content .item .dot a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.business_scene .section4 .tab_content .item .dot:hover span {
  opacity: 0;
}
.business_scene .section4 .tab_content .item .dot:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.business_scene .section4 .tab_content .item.active {
  opacity: 1;
  visibility: visible;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(1) {
  left: 0;
  top: 52.47%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(1) span {
  width: 55px;
  height: 55px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(2) {
  left: 11.9%;
  top: 32.06%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(2) span {
  width: 88px;
  height: 88px;
  background-color: #f81819;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(3) {
  left: 25.63%;
  top: 46.64%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(3) span {
  width: 68px;
  height: 68px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(4) {
  left: 29.45%;
  top: 14.86%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(4) span {
  width: 68px;
  height: 68px;
  background-color: rgba(29, 118, 255, 0.6);
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(5) {
  left: 43.36%;
  top: 12.53%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(5) span {
  width: 54px;
  height: 54px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(6) {
  left: 58.45%;
  top: 25.65%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(6) span {
  width: 66px;
  height: 66px;
  background-color: #03c212;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(7) {
  left: 67.81%;
  top: 5.24%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(7) span {
  width: 78px;
  height: 78px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(8) {
  left: 79.81%;
  top: 34.98%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(8) span {
  width: 60px;
  height: 60px;
  background-color: #f78934;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(8) span .txt {
  max-width: 40px;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(9) {
  right: 0;
  top: 51%;
}
.business_scene .section4 .tab_content .item1 .dot:nth-of-type(9) span {
  width: 90px;
  height: 90px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(1) {
  left: 17%;
  top: 20%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(1) span {
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(1) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(2) {
  left: 26%;
  top: 0;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(2) span {
  width: 88px;
  height: 88px;
  background-color: #f81819;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(2) span .txt {
  max-width: 60px;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(3) {
  left: 37%;
  top: 25%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(3) span {
  width: 68px;
  height: 68px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(3) span .txt {
  max-width: 50px;
  color: #333;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(4) {
  left: 47%;
  top: 5%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(4) span {
  width: 68px;
  height: 68px;
  background-color: rgba(29, 118, 255, 0.6);
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(4) span .txt {
  max-width: 50px;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(5) {
  left: 55%;
  top: 27%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(5) span {
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(5) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(6) {
  left: 60%;
  top: 0;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(6) span {
  width: 66px;
  height: 66px;
  background-color: #03c212;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(6) span .txt {
  max-width: 45px;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(7) {
  left: 68%;
  top: 13%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(7) span {
  width: 78px;
  height: 78px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(7) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(8) {
  left: 80%;
  top: 20%;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(8) span {
  width: 56px;
  height: 56px;
  background-color: #f78934;
}
.business_scene .section4 .tab_content .item2 .dot:nth-of-type(8) span .txt {
  max-width: 30px;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(1) {
  left: 11.9%;
  top: 32.06%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(1) span {
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(1) span .txt {
  color: #333;
  max-width: 45px;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(2) {
  left: 23%;
  top: 42%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(2) span {
  width: 80px;
  height: 80px;
  background-color: #f81819;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(3) {
  left: 29.45%;
  top: 14.86%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(3) span {
  width: 68px;
  height: 68px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(3) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(4) {
  left: 43.36%;
  top: 12.53%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(4) span {
  width: 68px;
  height: 68px;
  background-color: rgba(29, 118, 255, 0.6);
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(5) {
  left: 58.45%;
  top: 25.65%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(5) span {
  width: 68px;
  height: 68px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(5) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(6) {
  left: 67.81%;
  top: 5.24%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(6) span {
  width: 66px;
  height: 66px;
  background-color: #03c212;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(7) {
  left: 70%;
  top: 46.47%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(7) span {
  width: 78px;
  height: 78px;
  background-color: #fff;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(7) span .txt {
  color: #333;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(8) {
  left: 79.81%;
  top: 34.98%;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(8) span {
  width: 60px;
  height: 60px;
  background-color: #f78934;
}
.business_scene .section4 .tab_content .item3 .dot:nth-of-type(8) span .txt {
  max-width: 50px;
}
.business_scene .section5 {
  padding: 4.5vw 0 6vw;
}
.business_scene .section5 .cont {
  margin-top: 5vw;
  position: relative;
}
.business_scene .section5 .cont img.center_img {
  display: block;
  width: 36%;
  max-width: 517px;
  margin: 0 auto;
}
.business_scene .section5 .cont .dot {
  position: absolute;
  cursor: pointer;
}
.business_scene .section5 .cont .dot img {
  display: block;
  width: 100%;
}
.business_scene .section5 .cont .dot a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: url("../img/mouse.png") 36 36, pointer;
}
.business_scene .section5 .cont .dot:nth-of-type(1) {
  width: 9.7%;
  right: 68.75%;
  top: 23.8%;
  -webkit-animation: busiIcon1 1.5s linear infinite;
  -moz-animation: busiIcon1 1.5s linear infinite;
  -ms-animation: busiIcon1 1.5s linear infinite;
  animation: busiIcon1 1.5s linear infinite;
}
.business_scene .section5 .cont .dot:nth-of-type(1) img {
  max-width: 139px;
}
.business_scene .section5 .cont .dot:nth-of-type(2) {
  width: 7.2%;
  left: 68.75%;
  top: 9.3%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.business_scene .section5 .cont .dot:nth-of-type(2) img {
  max-width: 103px;
}
.business_scene .section5 .cont .dot:nth-of-type(3) {
  width: 7.2%;
  left: 68.75%;
  top: 60.3%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.business_scene .section5 .cont .dot:nth-of-type(3) img {
  max-width: 103px;
}
.business_scene .section6 {
  padding: 4.5vw 0 6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-8.jpg");
}
.business_scene .section6 .cont {
  margin-top: 6vw;
}
.business_scene .section6 .box {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
.business_scene .section6 .box img.bg {
  display: block;
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
}
.business_scene .section6 .box .item {
  position: absolute;
}
.business_scene .section6 .box .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: url("../img/mouse.png") 36 36, pointer;
}
.business_scene .section6 .box .item:nth-of-type(1) {
  width: 37.71%;
  height: 59.14%;
  top: 14.74%;
  left: 31.25%;
}
.business_scene .section6 .box .item:nth-of-type(2) {
  width: 22.62%;
  height: 31.43%;
  top: 0;
  left: 9.8%;
}
.business_scene .section6 .box .item:nth-of-type(3) {
  width: 19.71%;
  height: 47.6%;
  top: 49%;
  left: 14.11%;
}
.business_scene .section6 .box .item:nth-of-type(4) {
  width: 21.875%;
  height: 30.9%;
  top: 65.7%;
  left: 68%;
}
.business_scene .section6 .box .item:nth-of-type(5) {
  width: 20.79%;
  height: 34.28%;
  top: 14.74%;
  left: 58.51%;
}

.role_main .section2 {
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
}
.role_main .section2 .cont {
  margin-top: 2.5vw;
}
.role_main .section2 .cont .item {
  display: none;
}
.role_main .section2 .cont .item .img_block {
  width: 70%;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.role_main .section2 .cont .item .img_block img {
  display: block;
  width: 100%;
}
.role_main .section2 .cont .item .link {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  margin-top: 3vw;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.role_main .section2 .cont .item .link a {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  font-size: 14px;
  line-height: 46px;
  color: #808080;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  margin: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.role_main .section2 .cont .item .link a:hover {
  background-color: #108cee;
  border-color: #108cee;
  color: #fff;
  box-shadow: 0 10px 30px rgba(16, 140, 238, 0.4);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.role_main .section2 .cont .item:nth-of-type(1) .link {
  width: 90%;
}
.role_main .section2 .cont .item:nth-of-type(2) .link {
  width: 70%;
}
.role_main .section2 .cont .item:nth-of-type(3) .link {
  width: 58%;
}
.role_main .section2 .cont .item:nth-of-type(5) .link {
  width: 70%;
}
.role_main .section2 .turn_dots {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.role_main .section2 .turn_dots span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 4px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.role_main .section2 .turn_dots span:last-of-type {
  margin-bottom: 0;
}
.role_main .section2 .turn_dots span:hover {
  background-color: #108cee;
}
.role_main .section2 .turn_dots span.active {
  height: 16px;
  background-color: #108cee;
}
.role_main .section2 .turn_table {
  width: 725px;
  position: absolute;
  top: 50%;
  left: -555px;
  margin-top: -362px;
}
.role_main .section2 .turn_table .circle {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.role_main .section2 .turn_table .circle img {
  display: block;
  width: 100%;
}
.role_main .section2 .turn_table .dots {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  bottom: 36px;
}
.role_main .section2 .turn_table .dot {
  position: absolute;
  width: 50%;
  height: 0;
  top: 50%;
  left: 50%;
  transform-origin: left center;
}
.role_main .section2 .turn_table .dot:nth-of-type(1) {
  -webkit-transform: rotate(calc((360deg / 20) * 0));
  -moz-transform: rotate(calc((360deg / 20) * 0));
  -ms-transform: rotate(calc((360deg / 20) * 0));
  transform: rotate(calc((360deg / 20) * 0));
}
.role_main .section2 .turn_table .dot:nth-of-type(2) {
  -webkit-transform: rotate(calc((360deg / 20) * 1));
  -moz-transform: rotate(calc((360deg / 20) * 1));
  -ms-transform: rotate(calc((360deg / 20) * 1));
  transform: rotate(calc((360deg / 20) * 1));
}
.role_main .section2 .turn_table .dot:nth-of-type(3) {
  -webkit-transform: rotate(calc((360deg / 20) * 2));
  -moz-transform: rotate(calc((360deg / 20) * 2));
  -ms-transform: rotate(calc((360deg / 20) * 2));
  transform: rotate(calc((360deg / 20) * 2));
}
.role_main .section2 .turn_table .dot:nth-of-type(4) {
  -webkit-transform: rotate(calc((360deg / 20) * 3));
  -moz-transform: rotate(calc((360deg / 20) * 3));
  -ms-transform: rotate(calc((360deg / 20) * 3));
  transform: rotate(calc((360deg / 20) * 3));
}
.role_main .section2 .turn_table .dot:nth-of-type(5) {
  -webkit-transform: rotate(calc((360deg / 20) * 4));
  -moz-transform: rotate(calc((360deg / 20) * 4));
  -ms-transform: rotate(calc((360deg / 20) * 4));
  transform: rotate(calc((360deg / 20) * 4));
}
.role_main .section2 .turn_table .dot:nth-of-type(6) {
  -webkit-transform: rotate(calc((360deg / 20) * 5));
  -moz-transform: rotate(calc((360deg / 20) * 5));
  -ms-transform: rotate(calc((360deg / 20) * 5));
  transform: rotate(calc((360deg / 20) * 5));
}
.role_main .section2 .turn_table .dot:nth-of-type(7) {
  -webkit-transform: rotate(calc((360deg / 20) * 6));
  -moz-transform: rotate(calc((360deg / 20) * 6));
  -ms-transform: rotate(calc((360deg / 20) * 6));
  transform: rotate(calc((360deg / 20) * 6));
}
.role_main .section2 .turn_table .dot:nth-of-type(8) {
  -webkit-transform: rotate(calc((360deg / 20) * 7));
  -moz-transform: rotate(calc((360deg / 20) * 7));
  -ms-transform: rotate(calc((360deg / 20) * 7));
  transform: rotate(calc((360deg / 20) * 7));
}
.role_main .section2 .turn_table .dot:nth-of-type(9) {
  -webkit-transform: rotate(calc((360deg / 20) * 8));
  -moz-transform: rotate(calc((360deg / 20) * 8));
  -ms-transform: rotate(calc((360deg / 20) * 8));
  transform: rotate(calc((360deg / 20) * 8));
}
.role_main .section2 .turn_table .dot:nth-of-type(10) {
  -webkit-transform: rotate(calc((360deg / 20) * 9));
  -moz-transform: rotate(calc((360deg / 20) * 9));
  -ms-transform: rotate(calc((360deg / 20) * 9));
  transform: rotate(calc((360deg / 20) * 9));
}
.role_main .section2 .turn_table .dot:nth-of-type(11) {
  -webkit-transform: rotate(calc((360deg / 20) * 10));
  -moz-transform: rotate(calc((360deg / 20) * 10));
  -ms-transform: rotate(calc((360deg / 20) * 10));
  transform: rotate(calc((360deg / 20) * 10));
}
.role_main .section2 .turn_table .dot:nth-of-type(12) {
  -webkit-transform: rotate(calc((360deg / 20) * 11));
  -moz-transform: rotate(calc((360deg / 20) * 11));
  -ms-transform: rotate(calc((360deg / 20) * 11));
  transform: rotate(calc((360deg / 20) * 11));
}
.role_main .section2 .turn_table .dot:nth-of-type(13) {
  -webkit-transform: rotate(calc((360deg / 20) * 12));
  -moz-transform: rotate(calc((360deg / 20) * 12));
  -ms-transform: rotate(calc((360deg / 20) * 12));
  transform: rotate(calc((360deg / 20) * 12));
}
.role_main .section2 .turn_table .dot:nth-of-type(14) {
  -webkit-transform: rotate(calc((360deg / 20) * 13));
  -moz-transform: rotate(calc((360deg / 20) * 13));
  -ms-transform: rotate(calc((360deg / 20) * 13));
  transform: rotate(calc((360deg / 20) * 13));
}
.role_main .section2 .turn_table .dot:nth-of-type(15) {
  -webkit-transform: rotate(calc((360deg / 20) * 14));
  -moz-transform: rotate(calc((360deg / 20) * 14));
  -ms-transform: rotate(calc((360deg / 20) * 14));
  transform: rotate(calc((360deg / 20) * 14));
}
.role_main .section2 .turn_table .dot:nth-of-type(16) {
  -webkit-transform: rotate(calc((360deg / 20) * 15));
  -moz-transform: rotate(calc((360deg / 20) * 15));
  -ms-transform: rotate(calc((360deg / 20) * 15));
  transform: rotate(calc((360deg / 20) * 15));
}
.role_main .section2 .turn_table .dot:nth-of-type(17) {
  -webkit-transform: rotate(calc((360deg / 20) * 16));
  -moz-transform: rotate(calc((360deg / 20) * 16));
  -ms-transform: rotate(calc((360deg / 20) * 16));
  transform: rotate(calc((360deg / 20) * 16));
}
.role_main .section2 .turn_table .dot:nth-of-type(18) {
  -webkit-transform: rotate(calc((360deg / 20) * 17));
  -moz-transform: rotate(calc((360deg / 20) * 17));
  -ms-transform: rotate(calc((360deg / 20) * 17));
  transform: rotate(calc((360deg / 20) * 17));
}
.role_main .section2 .turn_table .dot:nth-of-type(19) {
  -webkit-transform: rotate(calc((360deg / 20) * 18));
  -moz-transform: rotate(calc((360deg / 20) * 18));
  -ms-transform: rotate(calc((360deg / 20) * 18));
  transform: rotate(calc((360deg / 20) * 18));
}
.role_main .section2 .turn_table .dot:nth-of-type(20) {
  -webkit-transform: rotate(calc((360deg / 20) * 19));
  -moz-transform: rotate(calc((360deg / 20) * 19));
  -ms-transform: rotate(calc((360deg / 20) * 19));
  transform: rotate(calc((360deg / 20) * 19));
}
.role_main .section2 .turn_table .dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
}
.role_main .section2 .turn_table .dot span:before, .role_main .section2 .turn_table .dot span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.role_main .section2 .turn_table .dot span:before {
  width: 30px;
  height: 30px;
  background-color: rgba(16, 140, 238, 0.1);
}
.role_main .section2 .turn_table .dot span:after {
  width: 14px;
  height: 14px;
  background-color: #108cee;
}
.role_main .section2 .turn_table .dot.active span:before, .role_main .section2 .turn_table .dot.active span:after {
  opacity: 1;
}
.role_main .section2 .turn_table .txt {
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  margin-top: -20px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.role_main .section2 .turn_table .txt span {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #bfbfbf;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.role_main .section2 .turn_table .txt span.active {
  font-size: 24px;
  color: #333;
}

.operating .section2 {
  padding: 4.5vw 0 6vw;
}
.operating .section2 .inner_title {
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.operating .section2 .main {
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.operating .section2 .center {
  width: 640px;
  height: 640px;
  margin: 0 auto;
  position: relative;
}
.operating .section2 .circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(17, 140, 238, 0.1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
}
.operating .section2 .circle span:nth-of-type(2) {
  animation-delay: 1s;
}
.operating .section2 .circle span:nth-of-type(3) {
  animation-delay: 2s;
}
.operating .section2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 453px auto;
}
.operating .section2 .item {
  position: absolute;
  width: 380px;
}
.operating .section2 .item i {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.operating .section2 .item h3 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
}
.operating .section2 .item p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  margin: 18px 0 30px;
}
.operating .section2 .item .a_block {
  font-size: 0;
}
.operating .section2 .item .a_block a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.operating .section2 .item .a_block a:hover {
  border-color: #118cee;
  background-color: #118cee;
  color: #fff;
}
.operating .section2 a.exp {
  display: block;
  width: 180px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #118cee;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.operating .section2 a.exp:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(17, 140, 238, 0.5);
}
.operating .section2 .cont {
  display: none;
}
.operating .section2 .cont:nth-of-type(1) .item {
  top: 130px;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(1) {
  left: 0;
  text-align: right;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(1) i {
  right: -70px;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(1) .a_block a {
  margin-left: 10px;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(2) {
  right: 0;
  text-align: left;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(2) i {
  left: -70px;
}
.operating .section2 .cont:nth-of-type(1) .item:nth-of-type(2) .a_block a {
  margin-right: 10px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(1), .operating .section2 .cont:nth-of-type(2) .item:nth-of-type(2) {
  left: 0;
  text-align: right;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(1) i, .operating .section2 .cont:nth-of-type(2) .item:nth-of-type(2) i {
  right: -70px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(1) .a_block a, .operating .section2 .cont:nth-of-type(2) .item:nth-of-type(2) .a_block a {
  margin-left: 10px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(3) {
  right: 0;
  text-align: left;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(3) i {
  left: -70px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(3) .a_block a {
  margin-right: 10px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(1), .operating .section2 .cont:nth-of-type(2) .item:nth-of-type(3) {
  top: 130px;
}
.operating .section2 .cont:nth-of-type(2) .item:nth-of-type(2) {
  top: 360px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(1), .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(2) {
  left: 0;
  text-align: right;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(1) i, .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(2) i {
  right: -70px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(1) .a_block a, .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(2) .a_block a {
  margin-left: 10px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(3), .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(4) {
  right: 0;
  text-align: left;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(3) i, .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(4) i {
  left: -70px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(3) .a_block a, .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(4) .a_block a {
  margin-right: 10px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(1), .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(3) {
  top: 80px;
}
.operating .section2 .cont:nth-of-type(3) .item:nth-of-type(2), .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(4) {
  top: 360px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(1), .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(2) {
  left: 0;
  text-align: right;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(1) i, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(2) i {
  right: -70px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(1) .a_block a, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(2) .a_block a {
  margin-left: 10px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(3), .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(4), .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(5) {
  right: 0;
  text-align: left;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(3) i, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(4) i, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(5) i {
  left: -70px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(3) .a_block a, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(4) .a_block a, .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(5) .a_block a {
  margin-right: 10px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(1) {
  top: 130px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(2) {
  top: 360px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(3) {
  top: 60px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(4) {
  top: 270px;
}
.operating .section2 .cont:nth-of-type(4) .item:nth-of-type(5) {
  top: 480px;
}

.idea_main {
  background-color: #f7fafb;
}
.idea_main .section2 {
  padding: 6vw 0 10vw;
}
.idea_main .section2 .tab_title {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.idea_main .section2 .tab_title span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #d9d9d9;
  font-family: 'DIN';
  border-bottom: 1px solid transparent;
  margin-bottom: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idea_main .section2 .tab_title span:last-of-type {
  margin-bottom: 0;
}
.idea_main .section2 .tab_title span.active {
  color: #118cee;
  border-color: #118cee;
}
.idea_main .section2 .tab_content .child {
  width: 74%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.idea_main .section2 .tab_content .img_block {
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.idea_main .section2 .tab_content .img_block img {
  display: block;
  width: 100%;
}
.idea_main .section2 .tab_content .txt_block {
  width: 44%;
  max-width: 440px;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.idea_main .section2 .tab_content .txt_block .box {
  background-color: #fff;
  padding: 50px 30px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.idea_main .section2 .tab_content .txt_block .num {
  font-family: 'DIN';
  font-size: 16px;
  color: #d9d9d9;
  padding: 0 30px;
}
.idea_main .section2 .tab_content .txt_block .num span.curr {
  color: #118cee;
  font-size: 36px;
}
.idea_main .section2 .tab_content .txt_block .inner_title {
  margin-top: 20px;
  text-align: left;
  padding: 0 30px;
}
.idea_main .section2 .tab_content .txt_block .inner_title:after {
  display: none;
}
.idea_main .section2 .tab_content .txt_block .a_block {
  margin-top: 30px;
  font-size: 0;
}
.idea_main .section2 .tab_content .txt_block .a_block a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  font-size: 16px;
  line-height: 46px;
  color: #808080;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idea_main .section2 .tab_content .txt_block .a_block a:nth-of-type(odd) {
  margin-right: 20px;
}
.idea_main .section2 .tab_content .txt_block .a_block a:hover {
  border-color: #118cee;
  color: #118cee;
}

.digitizing_main .section2 {
  padding: 4.5vw 0;
  position: relative;
}
.digitizing_main .section2 .guide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.digitizing_main .section2 .guide .wrapper {
  height: 100%;
}
.digitizing_main .section2 .guide .tip {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 12%;
  top: 56%;
  z-index: 5;
}
.digitizing_main .section2 .guide .tip:before {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/hand.png");
  position: absolute;
  top: 0;
  left: 300%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.digitizing_main .section2 .guide .tip p {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.digitizing_main .section2 .guide .tip a {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.digitizing_main .section2 .guide .tip .txt {
  position: absolute;
  top: 100px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.digitizing_main .section2 .guide.active {
  opacity: 1;
  visibility: visible;
}
.digitizing_main .section2 .guide.active .tip:before {
  left: 0;
  opacity: 1;
  transition-delay: .3s;
}
.digitizing_main .section2 .guide.active .tip p {
  opacity: 1;
  transition-delay: .8s;
}
.digitizing_main .section2 .guide.active .tip a {
  opacity: 1;
  transition-delay: 1s;
}
.digitizing_main .section2 .guide.active .tip .txt {
  opacity: 1;
  transition-delay: 1.2s;
}
.digitizing_main .section2 .cont {
  margin-top: 15px;
  position: relative;
}
.digitizing_main .section2 .cont .img_block {
  width: 38%;
  max-width: 519px;
  margin: 0 auto;
}
.digitizing_main .section2 .cont .img_block img {
  display: block;
  width: 100%;
}
.digitizing_main .section2 .cont .item {
  padding-top: 34px;
  position: absolute;
}
.digitizing_main .section2 .cont .item a {
  display: block;
  cursor: url("../img/mouse.png") 36 36, pointer;
}
.digitizing_main .section2 .cont .item span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.digitizing_main .section2 .cont .item .txt {
  max-width: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.digitizing_main .section2 .cont .item p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.digitizing_main .section2 .cont .item:nth-of-type(1) {
  top: 28.5%;
  left: 6.8%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section2 .cont .item:nth-of-type(1) span {
  background-color: #068bf1;
}
.digitizing_main .section2 .cont .item:nth-of-type(1) .txt {
  height: 163px;
  background-image: url("../img/img-2_1.png");
}
.digitizing_main .section2 .cont .item:nth-of-type(1) p {
  color: #068bf1;
}
.digitizing_main .section2 .cont .item:nth-of-type(2) {
  top: 9%;
  left: 22%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.digitizing_main .section2 .cont .item:nth-of-type(2) span {
  background-color: #f85f6e;
}
.digitizing_main .section2 .cont .item:nth-of-type(2) .txt {
  height: 139px;
  background-image: url("../img/img-3_1.png");
}
.digitizing_main .section2 .cont .item:nth-of-type(2) p {
  color: #f8456b;
}
.digitizing_main .section2 .cont .item:nth-of-type(3) {
  top: 48%;
  left: 70%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section2 .cont .item:nth-of-type(3) span {
  background-color: #8e5afb;
}
.digitizing_main .section2 .cont .item:nth-of-type(3) .txt {
  height: 139px;
  background-image: url("../img/img-4_1.png");
}
.digitizing_main .section2 .cont .item:nth-of-type(3) p {
  color: #8e5afb;
}
.digitizing_main .section2 .cont .item:nth-of-type(4) {
  top: 16.66%;
  left: 82.5%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.digitizing_main .section2 .cont .item:nth-of-type(4) span {
  background-color: #53d37e;
}
.digitizing_main .section2 .cont .item:nth-of-type(4) .txt {
  height: 113px;
  background-image: url("../img/img-5_1.png");
}
.digitizing_main .section2 .cont .item:nth-of-type(4) p {
  color: #53d37e;
}
.digitizing_main .section3 {
  padding: 4.5vw 0 12vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-6.jpg");
}
.digitizing_main .section3 .cont {
  width: 868px;
  margin: 3% auto 0;
  -webkit-transform: translateX(-5vw);
  -moz-transform: translateX(-5vw);
  -ms-transform: translateX(-5vw);
  transform: translateX(-5vw);
  position: relative;
}
.digitizing_main .section3 .cont .img_block img {
  display: block;
  width: 100%;
}
.digitizing_main .section3 .cont .item {
  position: absolute;
}
.digitizing_main .section3 .cont .item a {
  display: block;
  cursor: url("../img/mouse.png") 36 36, pointer;
}
.digitizing_main .section3 .cont .item .dot {
  position: absolute;
}
.digitizing_main .section3 .cont .item .dot:before {
  content: '';
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}
.digitizing_main .section3 .cont .item .dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.digitizing_main .section3 .cont .item .box {
  width: 190px;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.digitizing_main .section3 .cont .item .box h3 {
  font-size: 16px;
  color: #fff;
}
.digitizing_main .section3 .cont .item .box p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-top: 5px;
}
.digitizing_main .section3 .cont .item .box:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
}
.digitizing_main .section3 .cont .item:nth-of-type(1) {
  left: 6.68%;
  top: 82%;
  margin-top: 120px;
}
.digitizing_main .section3 .cont .item:nth-of-type(1) .dot {
  left: 0;
  top: -120px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.digitizing_main .section3 .cont .item:nth-of-type(1) .box {
  background-color: rgba(16, 140, 238, 0.4);
}
.digitizing_main .section3 .cont .item:nth-of-type(1) .box:after {
  border-bottom: 10px solid #108cee;
  opacity: .4;
  left: 40px;
  bottom: 100%;
}
.digitizing_main .section3 .cont .item:nth-of-type(2) {
  left: 19.6%;
  top: 54.5%;
  margin-bottom: 120px;
}
.digitizing_main .section3 .cont .item:nth-of-type(2) .dot {
  right: 0;
  bottom: -120px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.digitizing_main .section3 .cont .item:nth-of-type(2) .box {
  background-color: rgba(16, 140, 238, 0.5);
}
.digitizing_main .section3 .cont .item:nth-of-type(2) .box:after {
  border-top: 10px solid #108cee;
  opacity: .5;
  right: 40px;
  top: 100%;
}
.digitizing_main .section3 .cont .item:nth-of-type(3) {
  left: 53.68%;
  top: 60%;
  margin-top: 120px;
}
.digitizing_main .section3 .cont .item:nth-of-type(3) .dot {
  left: 0;
  top: -120px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.digitizing_main .section3 .cont .item:nth-of-type(3) .box {
  background-color: rgba(16, 140, 238, 0.6);
}
.digitizing_main .section3 .cont .item:nth-of-type(3) .box:after {
  border-bottom: 10px solid #108cee;
  opacity: .6;
  left: 40px;
  bottom: 100%;
}
.digitizing_main .section3 .cont .item:nth-of-type(4) {
  left: 58%;
  top: 18%;
  margin-bottom: 120px;
}
.digitizing_main .section3 .cont .item:nth-of-type(4) .dot {
  right: -30px;
  bottom: -120px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.digitizing_main .section3 .cont .item:nth-of-type(4) .box {
  background-color: rgba(16, 140, 238, 0.7);
}
.digitizing_main .section3 .cont .item:nth-of-type(4) .box:after {
  border-top: 10px solid #108cee;
  opacity: .7;
  right: 40px;
  top: 100%;
}
.digitizing_main .section3 .cont .item:nth-of-type(5) {
  left: 88.67%;
  top: 10%;
  margin-top: 120px;
}
.digitizing_main .section3 .cont .item:nth-of-type(5) .dot {
  left: -30px;
  top: -120px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.digitizing_main .section3 .cont .item:nth-of-type(5) .box {
  background-color: rgba(16, 140, 238, 0.8);
}
.digitizing_main .section3 .cont .item:nth-of-type(5) .box:after {
  border-bottom: 10px solid #108cee;
  opacity: .8;
  left: 40px;
  bottom: 100%;
}
.digitizing_main .section4 {
  padding: 4.5vw 0 8vw;
}
.digitizing_main .section4 .cont {
  position: relative;
  margin-top: 6vw;
}
.digitizing_main .section4 .cont .img_block {
  width: 40%;
  max-width: 550px;
  margin: 0 auto;
}
.digitizing_main .section4 .cont .img_block img {
  display: block;
  width: 100%;
}
.digitizing_main .section4 .cont .item {
  position: absolute;
  cursor: pointer;
}
.digitizing_main .section4 .cont .item i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.digitizing_main .section4 .cont .item span {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 14px;
  color: #808080;
  padding-top: 10px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.digitizing_main .section4 .cont .item a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.digitizing_main .section4 .cont .item:nth-of-type(1) {
  width: 140px;
  height: 140px;
  top: 0;
  left: 9.7%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(1) i {
  background-image: url("../img/icon-4_1.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(2) {
  width: 110px;
  height: 110px;
  top: 37.6%;
  left: 20.8%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(2) i {
  background-image: url("../img/icon-5_1.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(3) {
  width: 130px;
  height: 130px;
  top: 60.37%;
  left: 0;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(3) i {
  background-image: url("../img/icon-6_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(4) {
  width: 90px;
  height: 90px;
  bottom: 0;
  left: 18%;
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(4) i {
  background-image: url("../img/icon-7_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(5) {
  width: 70px;
  height: 70px;
  top: 19.25%;
  left: 70.13%;
  -webkit-animation: busiIcon1 1.5s linear infinite;
  -moz-animation: busiIcon1 1.5s linear infinite;
  -ms-animation: busiIcon1 1.5s linear infinite;
  animation: busiIcon1 1.5s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(5) i {
  background-image: url("../img/icon-8_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(6) {
  width: 100px;
  height: 100px;
  top: 40%;
  left: 77.77%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(6) i {
  background-image: url("../img/icon-9_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(7) {
  width: 120px;
  height: 120px;
  top: 8.88%;
  right: 4.16%;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(7) i {
  background-image: url("../img/icon-10_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(8) {
  width: 60px;
  height: 60px;
  top: 74%;
  left: 68.75%;
  -webkit-animation: busiIcon2 1.5s linear infinite;
  -moz-animation: busiIcon2 1.5s linear infinite;
  -ms-animation: busiIcon2 1.5s linear infinite;
  animation: busiIcon2 1.5s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(8) i {
  background-image: url("../img/icon-11_2.png");
}
.digitizing_main .section4 .cont .item:nth-of-type(9) {
  width: 140px;
  height: 140px;
  top: 58.14%;
  right: 0;
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.digitizing_main .section4 .cont .item:nth-of-type(9) i {
  background-image: url("../img/icon-12_2.png");
}
.digitizing_main .section4 .cont .item:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.digitizing_main .section4 .cont .item:hover i, .digitizing_main .section4 .cont .item:hover span {
  opacity: 0;
}
.digitizing_main .section4 .cont .item:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.case_main .section1 {
  padding-top: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-1.jpg");
}
.case_main .section1 .wrapper {
  padding: 100px 0;
}
.case_main .section1 .inner_title {
  text-align: left;
}
.case_main .section1 .inner_title h3 {
  font-size: 34px;
}
.case_main .section1 .inner_title p {
  font-size: 18px;
}
.case_main .section1 .inner_title:after {
  display: none;
}
.case_main .section1 form {
  margin-top: 40px;
  width: 360px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding-left: 30px;
  position: relative;
}
.case_main .section1 form:before {
  content: '';
  width: 30px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-1_2.png");
  position: absolute;
  top: 0;
  left: 0;
}
.case_main .section1 form input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
}
.case_main .section1 form input::-webkit-input-placeholder {
  color: #fff;
}
.case_main .section1 form input::-moz-placeholder {
  color: #fff;
}
.case_main .section1 form input:-moz-placeholder {
  color: #fff;
}
.case_main .section1 form input:-ms-input-placeholder {
  color: #fff;
}
.case_main .section1 form input:focus::-webkit-input-placeholder {
  color: #fff;
}
.case_main .section1 form input:focus::-moz-placeholder {
  color: #fff;
}
.case_main .section1 form input:focus:-moz-placeholder {
  color: #fff;
}
.case_main .section1 form input:focus:-ms-input-placeholder {
  color: #fff;
}
.case_main .section2 {
  padding: 4.5vw 0 6vw;
  background-color: #f7fafb;
  font-size: 0;
}
.case_main .section2 .left {
  display: inline-block;
  vertical-align: top;
  width: 18vw;
  position: absolute;
  top: 0;
}
.case_main .section2 .left.visi {
  visibility: hidden;
}
.case_main .section2 .left .form {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  display: none;
}
.case_main .section2 .left form {
  height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  padding-left: 30px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.case_main .section2 .left form:before {
  content: '';
  width: 30px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-1-1.png");
  position: absolute;
  top: 0;
  left: 0;
}
.case_main .section2 .left form input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 12px;
  color: #333;
}
.case_main .section2 .left .box {
  margin-top: 36px;
}
.case_main .section2 .left .box:first-of-type {
  margin-top: 0;
}
.case_main .section2 .left .box h3 {
  font-size: 16px;
  color: #333;
}
.case_main .section2 .left .box .a_block {
  margin-top: 30px;
  font-size: 0;
}
.case_main .section2 .left .box .a_block a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.case_main .section2 .left .box .a_block a:nth-of-type(1), .case_main .section2 .left .box .a_block a:nth-of-type(2) {
  margin-top: 0;
}
.case_main .section2 .left .box .a_block a i {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: -3px;
}
.case_main .section2 .left .box .a_block a:hover {
  color: #118bee;
}
.case_main .section2 .left .box .select {
  margin-top: 20px;
  position: relative;
}
.case_main .section2 .left .box .select:after {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/down.png");
  z-index: 3;
}
.case_main .section2 .left .box .select input {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 48px;
  font-size: 14px;
  color: #118bee;
  padding: 0 34px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.case_main .section2 .left .box .select input::-webkit-input-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input::-moz-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:-moz-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:-ms-input-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:focus::-webkit-input-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:focus::-moz-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:focus:-moz-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select input:focus:-ms-input-placeholder {
  color: #118bee;
}
.case_main .section2 .left .box .select ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(66, 119, 255, 0.1);
  z-index: 1;
  max-height: 384px;
  overflow: auto;
  display: none;
}
.case_main .section2 .left .box .select ul li {
  font-size: 14px;
  color: #808080;
  line-height: 48px;
  padding: 0 34px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.case_main .section2 .left .box .select ul li:hover {
  background: #118bee;
  color: #fff;
}
.case_main .section2 .left .box .select.open ul {
  display: block;
}
.case_main .section2 .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 18vw);
  padding-left: 24px;
  margin-left: 18vw;
}
.case_main .section2 .right .box {
  margin-top: 3vw;
}
.case_main .section2 .right .box:first-of-type {
  margin-top: 0;
}
.case_main .section2 .right .box h3 {
  font-size: 16px;
  color: #333;
}
.case_main .section2 .right .box h3 a {
  float: right;
  font-weight: normal;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.case_main .section2 .right .box h3 a:hover {
  color: #108cee;
}
.case_main .section2 .right .box .items {
  margin-top: 40px;
  font-size: 0;
}
.case_main .section2 .right .box .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-top: 24px;
  padding: 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case_main .section2 .right .box .items .item.video_btn {
  cursor: pointer;
}
.case_main .section2 .right .box .items .item:nth-of-type(1), .case_main .section2 .right .box .items .item:nth-of-type(2), .case_main .section2 .right .box .items .item:nth-of-type(3) {
  margin-top: 0;
}
.case_main .section2 .right .box .items .item:nth-of-type(3n) {
  margin-right: 0;
}
.case_main .section2 .right .box .items .item .img_block {
  margin-top: 20px;
  overflow: hidden;
}
.case_main .section2 .right .box .items .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  backface-visibility: hidden;
}
.case_main .section2 .right .box .items .item .txt_block {
  padding: 26px 0;
}
.case_main .section2 .right .box .items .item .txt_block .company {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_main .section2 .right .box .items .item .txt_block .company i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-top: -3px;
}
.case_main .section2 .right .box .items .item .txt_block p {
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.case_main .section2 .right .box .items .item .logo {
  height: 200px;
  text-align: center;
}
.case_main .section2 .right .box .items .item .logo img {
  max-width: 80%;
  max-height: 70%;
  width: auto;
}
.case_main .section2 .right .box .items .item .company_name {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #e6e6e6;
}
.case_main .section2 .right .box .items .item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.case_main .section2 .right .box .items .item:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product_main .section2 {
  padding: 4.5vw 0 6vw;
}
.product_main .section2 .cont {
  margin-top: 2.2vw;
  position: relative;
}
.product_main .section2 .img_block {
  width: 66.66%;
  border-radius: 10px;
  overflow: hidden;
}
.product_main .section2 .img_block img {
  display: block;
  width: 100%;
}
.product_main .section2 .link {
  width: 50%;
  position: absolute;
  right: 0;
  top: 3vw;
  padding: 4.5vw 3vw;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(16, 140, 238, 0.1);
  border-radius: 10px;
  font-size: 0;
}
.product_main .section2 .link a {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 3vw) / 3);
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  font-size: 16px;
  color: #808080;
  line-height: 46px;
  border: 1px solid #e6e6e6;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_main .section2 .link a:nth-of-type(1), .product_main .section2 .link a:nth-of-type(2), .product_main .section2 .link a:nth-of-type(3) {
  margin-top: 0;
}
.product_main .section2 .link a:nth-of-type(3n) {
  margin-right: 0;
}
.product_main .section2 .link a:hover {
  border-color: #108cee;
  background-color: #108cee;
  color: #fff;
}
.product_main .section3 {
  background-color: #110328;
  padding: 4.5vw 0 6vw;
}
.product_main .section3 .cont {
  margin-top: 2.5vw;
  position: relative;
}
.product_main .section3 .tab_title {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.product_main .section3 .tab_title span {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-left: 20px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_main .section3 .tab_title span:first-of-type {
  margin-left: 0;
}
.product_main .section3 .tab_title span.active {
  background-color: #108cee;
  color: #fff;
}
.product_main .section3 .tab_title span:not(.active):hover {
  color: #108cee;
}
.product_main .section3 .link_box {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 1;
}
.product_main .section3 .link {
  padding: 3.5vw 3vw;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(16, 140, 238, 0.1);
  border-radius: 10px;
  font-size: 0;
  display: none;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product_main .section3 .link:nth-of-type(2), .product_main .section3 .link:nth-of-type(3) {
  margin-top: 28%;
}
.product_main .section3 .link a {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 3vw) / 3);
  margin-top: 1vw;
  margin-right: 1.5vw;
  font-size: 16px;
  color: #808080;
  line-height: 46px;
  border: 1px solid #e6e6e6;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_main .section3 .link a:nth-of-type(1), .product_main .section3 .link a:nth-of-type(2), .product_main .section3 .link a:nth-of-type(3) {
  margin-top: 0;
}
.product_main .section3 .link a:nth-of-type(3n) {
  margin-right: 0;
}
.product_main .section3 .link a:hover {
  border-color: #108cee;
  background-color: #108cee;
  color: #fff;
}
.product_main .section3 .img_box {
  width: 66.66%;
  margin-left: 33.34%;
  padding-top: 80px;
}
.product_main .section3 .img_block {
  overflow: hidden;
  border-radius: 10px;
  display: none;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product_main .section3 .img_block img {
  display: block;
  width: 100%;
}
.product_main .section4 {
  background-color: #f7f9fb;
  padding: 4.5vw 0 8vw;
}
.product_main .section4 .cont {
  margin-top: 30px;
  position: relative;
}
.product_main .section4 .img_block {
  width: 72%;
  margin: 0 auto;
}
.product_main .section4 .img_block img {
  display: block;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}
.product_main .section4 .link {
  position: absolute;
  margin: -26px 0 0 -75px;
  cursor: pointer;
}
.product_main .section4 .link span {
  display: block;
  width: 150px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section4 .link a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product_main .section4 .link:nth-of-type(1) {
  top: 68%;
  left: 28%;
}
.product_main .section4 .link:nth-of-type(1) span {
  background-color: #f05a3f;
}
.product_main .section4 .link:nth-of-type(2) {
  top: 60%;
  left: 56.6%;
}
.product_main .section4 .link:nth-of-type(2) span {
  background-color: #67647e;
}
.product_main .section4 .link:nth-of-type(3) {
  top: 10%;
  left: 64%;
}
.product_main .section4 .link:nth-of-type(3) span {
  background-color: #ef5cca;
}
.product_main .section4 .link:hover span {
  opacity: 0;
}
.product_main .section4 .link:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product_main .section5 {
  padding: 4.5vw  0 6vw;
}
.product_main .section5 .cont {
  margin-top: 50px;
  position: relative;
}
.product_main .section5 .img_block {
  width: 76%;
  margin: 0 auto;
}
.product_main .section5 .img_block img {
  display: block;
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
}
.product_main .section5 .link {
  position: absolute;
  cursor: pointer;
}
.product_main .section5 .link span {
  display: block;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section5 .link a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product_main .section5 .link:nth-of-type(1) {
  top: 27%;
  left: 29%;
}
.product_main .section5 .link:nth-of-type(1) span {
  background-color: #47e6b1;
}
.product_main .section5 .link:nth-of-type(2) {
  top: 18.5%;
  left: 77%;
}
.product_main .section5 .link:nth-of-type(2) span {
  background-color: #6c63ff;
}
.product_main .section5 .link:hover span {
  opacity: 0;
}
.product_main .section5 .link:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product_main .section6 {
  background-color: #f7f9fb;
  padding: 4.5vw 0;
}
.product_main .section6 .cont {
  margin-top: 45px;
  position: relative;
}
.product_main .section6 .slick {
  padding: 0 4vw;
}
.product_main .section6 .slick .item {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.product_main .section6 .slick .item i {
  display: block;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section6 .slick .item span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section6 .slick .item a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product_main .section6 .slick .item:hover i, .product_main .section6 .slick .item:hover span {
  opacity: 0;
}
.product_main .section6 .slick .item:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product_main .section6 .slick-dots {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.product_main .section6 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d2e1fb;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product_main .section6 .slick-dots li.slick-active {
  background-color: #3c80fc;
}
.product_main .section6 .slick-dots button {
  display: none;
}
.product_main .section6 .btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 110px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product_main .section6 .btn.prev {
  background-image: url("../img/prev.png");
  left: calc(50% - 150px);
}
.product_main .section6 .btn.prev:hover {
  background-image: url("../img/prev-1_1.png");
}
.product_main .section6 .btn.next {
  background-image: url("../img/next.png");
  right: calc(50% - 150px);
}
.product_main .section6 .btn.next:hover {
  background-image: url("../img/next-1_1.png");
}
.product_main .section6 .btn:hover {
  background-color: #108cee;
}
.product_main .section6 .img_block {
  width: 46%;
  margin: 50px auto 0;
}
.product_main .section6 .img_block img {
  display: block;
  width: 100%;
  max-width: 619px;
  opacity: .7;
}
.product_main .section7 {
  padding: 4.5vw 0 7vw;
}
.product_main .section7 .cont {
  margin-top: 50px;
  padding: 90px 0;
}
.product_main .section7 .main {
  width: 538px;
  height: 538px;
  margin: 0 auto;
  position: relative;
}
.product_main .section7 .circle {
  width: 100%;
  height: 100%;
  position: relative;
}
.product_main .section7 .circle img {
  width: 207px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_main .section7 .circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/img-6_1.png");
  -webkit-animation: busiRotate1 10s linear infinite;
  -moz-animation: busiRotate1 10s linear infinite;
  -ms-animation: busiRotate1 10s linear infinite;
  animation: busiRotate1 10s linear infinite;
}
.product_main .section7 .circle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 430px;
  height: 430px;
  margin: 0 auto;
  margin-top: -215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/img-7_1.png");
  -webkit-animation: busiRotate2 10s linear infinite;
  -moz-animation: busiRotate2 10s linear infinite;
  -ms-animation: busiRotate2 10s linear infinite;
  animation: busiRotate2 10s linear infinite;
}
.product_main .section7 .dot {
  height: 72px;
  position: absolute;
  cursor: pointer;
}
.product_main .section7 .dot i {
  display: block;
  width: 50px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section7 .dot span {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 14px;
  color: #808080;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product_main .section7 .dot a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product_main .section7 .dot:nth-of-type(1) {
  top: -90px;
  left: 50%;
  margin-left: -25px;
}
.product_main .section7 .dot:nth-of-type(2) {
  top: -23px;
  left: 455px;
}
.product_main .section7 .dot:nth-of-type(3) {
  top: 160px;
  left: 580px;
}
.product_main .section7 .dot:nth-of-type(4) {
  top: 350px;
  left: 580px;
}
.product_main .section7 .dot:nth-of-type(5) {
  top: 521px;
  left: 455px;
}
.product_main .section7 .dot:nth-of-type(6) {
  top: 600px;
  left: 50%;
  margin-left: -25px;
}
.product_main .section7 .dot:nth-of-type(7) {
  top: 521px;
  right: 455px;
}
.product_main .section7 .dot:nth-of-type(8) {
  top: 350px;
  right: 580px;
}
.product_main .section7 .dot:nth-of-type(9) {
  top: 160px;
  right: 580px;
}
.product_main .section7 .dot:nth-of-type(10) {
  top: -23px;
  right: 455px;
}
.product_main .section7 .dot:hover i, .product_main .section7 .dot:hover span {
  opacity: 0;
}
.product_main .section7 .dot:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about_main .about_title {
  text-align: center;
  font-size: 36px;
  color: #333;
}
.about_main .section1 {
  padding-top: 135px;
  height: 100vh;
  background-color: #060e2d;
  text-align: center;
  position: relative;
}
.about_main .section1 canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about_main .section1 .cell_box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.about_main .section1 h4 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.about_main .section1 h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-top: 25px;
}
.about_main .section1 .items {
  margin-top: 12vh;
}
.about_main .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.about_main .section1 .item i {
  display: block;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
}
.about_main .section1 .item .tit {
  font-size: 24px;
  color: #fff;
  margin: 24px 0 14px;
}
.about_main .section1 .item .tip {
  font-size: 16px;
  color: #fff;
}
.about_main .section1 .item .num {
  margin-top: 40px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: 'DIN';
}
.about_main .section1 .item .num:before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background-color: #118cee;
  margin: 0 auto 10px;
}
.about_main .section2 {
  padding: 4.5vw 0 6vw;
}
.about_main .section2 .desc {
  font-size: 18px;
  color: #333;
  margin-top: 14px;
  text-align: center;
}
.about_main .section2 .main {
  padding: 40px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/img-6_2.png");
  background-size: 100% auto;
  margin-top: 4vw;
}
.about_main .section2 .timeline_slick .item {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.about_main .section2 .timeline_slick .item .year {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 60px;
  line-height: 1;
  color: #bfbfbf;
  font-family: 'DIN-BlackItalic';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section2 .timeline_slick .item .tip {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
}
.about_main .section2 .timeline_slick .item .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section2 .timeline_slick .item:before, .about_main .section2 .timeline_slick .item:after {
  content: '';
  height: 3px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  z-index: 1;
}
.about_main .section2 .timeline_slick .item:nth-of-type(odd) .year {
  bottom: 20px;
}
.about_main .section2 .timeline_slick .item:nth-of-type(odd) .tip {
  bottom: 150px;
}
.about_main .section2 .timeline_slick .item:nth-of-type(even) .year {
  top: 20px;
}
.about_main .section2 .timeline_slick .item:nth-of-type(even) .tip {
  top: 150px;
}
.about_main .section2 .timeline_slick .item:last-of-type:before, .about_main .section2 .timeline_slick .item:last-of-type:after {
  display: none;
}
.about_main .section2 .timeline_slick .item.slick-center .year {
  color: #118cee;
  text-shadow: 0 10px 20px rgba(41, 157, 254, 0.5);
}
.about_main .section2 .timeline_slick .item.slick-center .dot {
  background-color: #118cee;
}
.about_main .section2 .btns {
  text-align: center;
  font-size: 0;
  margin-top: 36px;
}
.about_main .section2 .btns .btn {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  background-color: #d9d9d9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section2 .btns .btn:before {
  content: '';
  width: 15px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.about_main .section2 .btns .btn.prev {
  border-right: 1px solid #fff;
}
.about_main .section2 .btns .btn.prev:before {
  background-image: url("../img/icon-19_1.png");
  left: 30px;
}
.about_main .section2 .btns .btn.next:before {
  background-image: url("../img/icon-20_1.png");
  right: 30px;
}
.about_main .section2 .btns .btn:hover {
  background-color: #118cee;
}
.about_main .section2 .img_slick {
  position: absolute;
  top: 0;
  left: 12.5vw;
  width: 25vw;
  padding: 2vw;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about_main .section2 .img_slick .item .img_block {
  overflow: hidden;
}
.about_main .section2 .img_slick .item .img_block img {
  display: block;
  width: 100%;
}
.about_main .section2 .img_slick .item p {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 24px;
  height: 72px;
  overflow: hidden;
}
.about_main .section3 {
  background-color: #100227;
  position: relative;
  overflow: hidden;
}
.about_main .section3 .logo_box {
  position: absolute;
  width: 68vw;
  height: 68vw;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -34vw;
  z-index: 1;
}
.about_main .section3 .logo_box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/img-13_1.png");
  -webkit-animation: busiRotate1 50s linear infinite;
  -moz-animation: busiRotate1 50s linear infinite;
  -ms-animation: busiRotate1 50s linear infinite;
  animation: busiRotate1 50s linear infinite;
}
.about_main .section3 .logo_box:after {
  content: '';
  width: 96%;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/img-14_1.png");
  -webkit-animation: busiRotate2 50s linear infinite;
  -moz-animation: busiRotate2 50s linear infinite;
  -ms-animation: busiRotate2 50s linear infinite;
  animation: busiRotate2 50s linear infinite;
}
.about_main .section3 .logo_box .item {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 75%;
  height: 75%;
  top: 12.5%;
  display: none;
  opacity: .4;
}
.about_main .section3 .logo_box .item canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_main .section3 .cont {
  padding: 6vw 0;
  position: relative;
  z-index: 3;
}
.about_main .section3 .about_title {
  color: #fff;
}
.about_main .section3 .desc {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.about_main .section3 .tab_content {
  width: 640px;
  margin: 3vw auto 0;
}
.about_main .section3 .tab_content .child {
  display: none;
}
.about_main .section3 .tab_content .box {
  text-align: center;
  padding: 4vw 4.5vw 5vw;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section3 .tab_content .box img {
  display: block;
  max-height: 76px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section3 .tab_content .box p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-top: 30px;
  position: relative;
  text-align: left;
  -webkit-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section3 .ope {
  font-size: 0;
  text-align: center;
  margin-top: 4.5vw;
}
.about_main .section3 .ope .btn {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.about_main .section3 .ope .btn.prev {
  background-image: url("../img/prev-1_2.png");
}
.about_main .section3 .ope .btn.next {
  background-image: url("../img/next-1_2.png");
}
.about_main .section3 .ope ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.about_main .section3 .ope ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  position: relative;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about_main .section3 .ope ul li:last-of-type {
  margin-right: 0;
}
.about_main .section3 .ope ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section3 .ope ul li.active {
  border-color: #118cee;
}
.about_main .section3 .ope ul li.active:after {
  background-color: #118cee;
}
.about_main .section3 a.try {
  display: block;
  width: 200px;
  line-height: 46px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section3 a.try:hover {
  background: #fff;
  color: #118cee;
  border-color: #fff;
}
.about_main .section3 .ab_line {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}
.about_main .section3 .ab_line .item {
  font-size: 0;
  cursor: pointer;
}
.about_main .section3 .ab_line .item span {
  margin-left: 8px;
  font-size: 12px;
  line-height: 32px;
  color: #118cee;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section3 .ab_line .item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section3 .ab_line .item:hover span, .about_main .section3 .ab_line .item.active span {
  opacity: 1;
}
.about_main .section3 .ab_line .item:hover:before, .about_main .section3 .ab_line .item.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #118cee;
}
.about_main .section4 {
  padding: 4.5vw 0 6vw;
}
.about_main .section4 .tab_title {
  text-align: center;
  font-size: 0;
  margin-top: 4.5vw;
  padding: 0 70px;
  position: relative;
}
.about_main .section4 .tab_title:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_main .section4 .tab_title .item {
  display: inline-block;
  vertical-align: top;
  width: 14.28%;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  cursor: pointer;
}
.about_main .section4 .tab_title .item .logo {
  height: 36px;
}
.about_main .section4 .tab_title .item .logo img {
  width: auto;
  max-width: 80%;
  max-height: 100%;
}
.about_main .section4 .tab_title .item span {
  display: block;
  font-size: 16px;
  color: #808080;
  margin-top: 24px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_main .section4 .tab_title .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #118cee;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.about_main .section4 .tab_title .item.active span {
  color: #333;
}
.about_main .section4 .tab_title .item.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.about_main .section4 .tab_title .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0;
}
.about_main .section4 .tab_title .slick-arrow.slick-prev {
  background-image: url("../img/prev.png");
  left: 0;
}
.about_main .section4 .tab_title .slick-arrow.slick-prev:hover {
  background-image: url("../img/prev-1_1.png");
}
.about_main .section4 .tab_title .slick-arrow.slick-next {
  background-image: url("../img/next.png");
  right: 0;
}
.about_main .section4 .tab_title .slick-arrow.slick-next:hover {
  background-image: url("../img/next-1_1.png");
}
.about_main .section4 .tab_title .slick-arrow:hover {
  background-color: #108cee;
}
.about_main .section4 .tab_content {
  padding-top: 4.5vw;
  max-width: 870px;
  margin: 0 auto;
  font-size: 0;
}
.about_main .section4 .tab_content .child {
  display: none;
}
.about_main .section4 .tab_content .info {
  float: left;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section4 .tab_content .info .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.about_main .section4 .tab_content .info .img img {
  display: block;
  width: 100%;
}
.about_main .section4 .tab_content .info h3 {
  font-size: 24px;
  color: #333;
  margin: 15px 0 5px;
}
.about_main .section4 .tab_content .info .tip {
  font-size: 14px;
  color: #808080;
}
.about_main .section4 .tab_content .desc {
  margin-left: 200px;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section4 .tab_content .desc p {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  text-indent: 2em;
  position: relative;
}
.about_main .section4 .tab_content .desc p:before {
  content: '';
  width: 54px;
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-5_2.png");
  position: absolute;
  left: -30px;
  top: -16px;
}
.about_main .section4 .tab_content .desc p:after {
  content: '';
  width: 54px;
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-6_3.png");
  position: absolute;
  right: 0;
  bottom: -30px;
}
.about_main .section4 .tab_content .desc .btn {
  margin-top: 5vw;
  font-size: 0;
}
.about_main .section4 .tab_content .desc .btn a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border: 2px solid #118cee;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(1) {
  color: #118cee;
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(1):before {
  content: '';
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-4_2.png");
  margin: -3px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(1):hover {
  background-color: #f29111;
  border-color: #f29111;
  color: #fff;
  box-shadow: 0 10px 30px rgba(242, 145, 17, 0.3);
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(1):hover:before {
  background-image: url("../img/icon-4-on.png");
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(2) {
  background-color: #118cee;
  color: #fff;
  margin-left: 30px;
}
.about_main .section4 .tab_content .desc .btn a:nth-of-type(2):hover {
  box-shadow: 0 10px 30px rgba(17, 140, 238, 0.3);
}
.about_main .section5 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-3.jpg");
  background-attachment: fixed;
}
.about_main .section5 .cell_box {
  height: 100%;
}
.about_main .section5 .about_title {
  color: #fff;
}
.about_main .section5 .desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.about_main .section5 .slick {
  margin-top: 4vw;
}
.about_main .section5 .item i {
  display: block;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about_main .section5 .item h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_main .section5 .item h3:after {
  content: '';
  width: 24px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 20px auto 0;
}
.about_main .section5 .item p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-top: 14px;
}
.about_main .section5 .slick-dots {
  text-align: center;
  font-size: 0;
  margin-top: 4.5vw;
  text-align: center;
}
.about_main .section5 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 8px;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about_main .section5 .slick-dots li.slick-active {
  opacity: 1;
}
.about_main .section5 .slick-dots button {
  display: none;
}
.about_main .section5 .slick-arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  bottom: 0;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_main .section5 .slick-arrow:hover {
  opacity: 1;
}
.about_main .section5 .slick-arrow.slick-prev {
  background-image: url("../img/prev_1.png");
  right: calc(50% + 100px);
}
.about_main .section5 .slick-arrow.slick-next {
  background-image: url("../img/next_1.png");
  left: calc(50% + 100px);
}
.about_main .section6 {
  padding-top: 4.5vw;
}
.about_main .section6 .tab_title {
  margin-top: 3vw;
  text-align: center;
  font-size: 0;
}
.about_main .section6 .tab_title .item {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  padding: 35px 0 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section6 .tab_title .item i {
  display: block;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section6 .tab_title .item span {
  display: block;
  font-size: 20px;
  color: #333;
  margin-top: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section6 .tab_title .item:nth-of-type(1) i {
  background-image: url("../img/icon-11_3.png");
}
.about_main .section6 .tab_title .item:nth-of-type(1).active i {
  background-image: url("../img/icon-11-on.png");
}
.about_main .section6 .tab_title .item:nth-of-type(2) {
  margin: 0 10vw;
}
.about_main .section6 .tab_title .item:nth-of-type(2) i {
  background-image: url("../img/icon-12_3.png");
}
.about_main .section6 .tab_title .item:nth-of-type(2).active i {
  background-image: url("../img/icon-12-on.png");
}
.about_main .section6 .tab_title .item:nth-of-type(3) i {
  background-image: url("../img/icon-13_2.png");
}
.about_main .section6 .tab_title .item:nth-of-type(3).active i {
  background-image: url("../img/icon-13-on.png");
}
.about_main .section6 .tab_title .item.active {
  background-color: #100227;
}
.about_main .section6 .tab_title .item.active span {
  color: #fff;
}
.about_main .section6 .tab_content {
  background-color: #100227;
  padding: 6vw 0 7vw;
  font-size: 0;
}
.about_main .section6 .tab_content .child {
  display: none;
}
.about_main .section6 .tab_content .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about_main .section6 .tab_content .item i {
  display: block;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_main .section6 .tab_content .item h3 {
  font-size: 24px;
  color: #fff;
  margin: 40px 0 20px;
  line-height: 1;
}
.about_main .section6 .tab_content .item span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: 'DIN';
  opacity: .1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_main .section6 .tab_content .item:hover i, .about_main .section6 .tab_content .item:hover span {
  opacity: 1;
}
.about_main .section7 {
  padding-top: 4.5vw;
}
.about_main .section7 h4 {
  font-size: 24px;
  color: #333;
  margin: 20px 0 10px;
  text-align: center;
}
.about_main .section7 .desc {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  text-align: center;
}
.about_main .section7 .img_block {
  margin-top: 30px;
  position: relative;
}
.about_main .section7 .img_block .box:nth-of-type(1) {
  position: relative;
  width: 66.66%;
  padding-right: 2px;
}
.about_main .section7 .img_block .box:nth-of-type(2), .about_main .section7 .img_block .box:nth-of-type(3) {
  position: absolute;
  width: 33.33%;
  left: 66.66%;
  padding-left: 2px;
}
.about_main .section7 .img_block .box:nth-of-type(2) {
  top: 0;
}
.about_main .section7 .img_block .box:nth-of-type(3) {
  bottom: 0;
}
.about_main .section7 .img_block .img {
  overflow: hidden;
}
.about_main .section7 .img_block .img img {
  display: block;
  width: 100%;
}
.about_main .section7 .img_block span {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 30px;
  bottom: 30px;
  right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_main .section7 .logo_block {
  overflow: hidden;
  margin-top: 4vw;
}
.about_main .section7 .logo_block .items {
  position: relative;
  width: 4775px;
  height: 240px;
}
.about_main .section7 .logo_block .item {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 5px;
  position: absolute;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .6;
}
.about_main .section7 .logo_block .item a {
  display: block;
  height: 100%;
  cursor: default;
}
.about_main .section7 .logo_block .item img {
  width: auto;
  max-width: 80%;
  max-height: 70%;
}
.about_main .section7 .logo_block .item:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.about_main .section7 .logo_block .item:nth-of-type(1) {
  width: 168px;
  height: 110px;
  top: 25px;
  left: 0;
}
.about_main .section7 .logo_block .item:nth-of-type(2) {
  width: 168px;
  height: 80px;
  left: 0;
  bottom: 0;
}
.about_main .section7 .logo_block .item:nth-of-type(3) {
  width: 168px;
  height: 125px;
  bottom: 0;
  left: 187px;
}
.about_main .section7 .logo_block .item:nth-of-type(4) {
  width: 223px;
  height: 166px;
  bottom: 0;
  left: 375px;
}
.about_main .section7 .logo_block .item:nth-of-type(5) {
  width: 122px;
  height: 68px;
  top: 80px;
  left: 615px;
}
.about_main .section7 .logo_block .item:nth-of-type(6) {
  width: 160px;
  height: 70px;
  bottom: 0;
  left: 615px;
}
.about_main .section7 .logo_block .item:nth-of-type(7) {
  width: 168px;
  height: 125px;
  top: 56px;
  left: 804px;
}
.about_main .section7 .logo_block .item:nth-of-type(8) {
  width: 177px;
  height: 80px;
  top: 0;
  left: 990px;
}
.about_main .section7 .logo_block .item:nth-of-type(9) {
  width: 177px;
  height: 133px;
  bottom: 0;
  left: 990px;
}
.about_main .section7 .logo_block .item:nth-of-type(10) {
  width: 222px;
  height: 166px;
  bottom: 0;
  left: 1186px;
}
.about_main .section7 .logo_block .item:nth-of-type(11) {
  width: 198px;
  height: 148px;
  top: 0;
  left: 1430px;
}
.about_main .section7 .logo_block .item:nth-of-type(12) {
  width: 145px;
  height: 76px;
  bottom: 0;
  left: 1430px;
}
.about_main .section7 .logo_block .item:nth-of-type(13) {
  width: 144px;
  height: 108px;
  top: 77px;
  left: 1648px;
}
.about_main .section7 .logo_block .item:nth-of-type(14) {
  width: 146px;
  height: 84px;
  top: 12px;
  left: 1810px;
}
.about_main .section7 .logo_block .item:nth-of-type(15) {
  width: 230px;
  height: 125px;
  bottom: 0;
  left: 1810px;
}
.about_main .section7 .logo_block .item:nth-of-type(16) {
  width: 168px;
  height: 110px;
  top: 25px;
  left: 2060px;
}
.about_main .section7 .logo_block .item:nth-of-type(17) {
  width: 168px;
  height: 80px;
  left: 2060px;
  bottom: 0;
}
.about_main .section7 .logo_block .item:nth-of-type(18) {
  width: 168px;
  height: 125px;
  bottom: 0;
  left: 2248px;
}
.about_main .section7 .logo_block .item:nth-of-type(19) {
  width: 223px;
  height: 166px;
  bottom: 0;
  left: 2436px;
}
.about_main .section7 .logo_block .item:nth-of-type(20) {
  width: 122px;
  height: 68px;
  top: 80px;
  left: 2679px;
}
.about_main .section7 .logo_block .item:nth-of-type(21) {
  width: 160px;
  height: 70px;
  bottom: 0;
  left: 2679px;
}
.about_main .section7 .logo_block .item:nth-of-type(22) {
  width: 168px;
  height: 125px;
  top: 56px;
  left: 2859px;
}
.about_main .section7 .logo_block .item:nth-of-type(23) {
  width: 177px;
  height: 80px;
  top: 0;
  left: 3047px;
}
.about_main .section7 .logo_block .item:nth-of-type(24) {
  width: 177px;
  height: 133px;
  bottom: 0;
  left: 3047px;
}
.about_main .section7 .logo_block .item:nth-of-type(25) {
  width: 222px;
  height: 166px;
  bottom: 0;
  left: 3244px;
}
.about_main .section7 .logo_block .item:nth-of-type(26) {
  width: 198px;
  height: 148px;
  top: 0;
  left: 3486px;
}
.about_main .section7 .logo_block .item:nth-of-type(27) {
  width: 145px;
  height: 76px;
  bottom: 0;
  left: 3486px;
}
.about_main .section7 .logo_block .item:nth-of-type(28) {
  width: 144px;
  height: 108px;
  top: 77px;
  left: 3704px;
}
.about_main .section7 .logo_block .item:nth-of-type(29) {
  width: 146px;
  height: 84px;
  top: 12px;
  left: 3868px;
}
.about_main .section7 .logo_block .item:nth-of-type(30) {
  width: 230px;
  height: 125px;
  bottom: 0;
  left: 3868px;
}
.about_main .section7 .logo_block .item:nth-of-type(31) {
  width: 177px;
  height: 80px;
  top: 0;
  left: 4118px;
}
.about_main .section7 .logo_block .item:nth-of-type(32) {
  width: 177px;
  height: 133px;
  bottom: 0;
  left: 4118px;
}
.about_main .section7 .logo_block .item:nth-of-type(33) {
  width: 222px;
  height: 166px;
  bottom: 0;
  left: 4315px;
}
.about_main .section7 .logo_block .item:nth-of-type(34) {
  width: 198px;
  height: 148px;
  top: 0;
  left: 4557px;
}
.about_main .section7 .logo_block .item:nth-of-type(35) {
  width: 145px;
  height: 76px;
  bottom: 0;
  left: 4557px;
}
.about_main .section8 {
  padding: 6vw 0;
}
.about_main .section8 .cont {
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.about_main .section8 .cont:before {
  content: '';
  width: 15.2vw;
  height: 18.85vw;
  background-color: #1f2774;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.about_main .section8 .cont:after {
  content: '';
  width: 18.9vw;
  height: 15.2vw;
  background-color: #90bd20;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.about_main .section8 .cont .main {
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.about_main .section8 .cont .main .txt_block {
  width: 40%;
  padding: 7vw 3vw 9vw;
  background-color: #fff;
  background-image: url("../img/img-5_2.png");
  background-position: 6vw 150%;
  background-repeat: no-repeat;
  background-size: 95.8% auto;
}
.about_main .section8 .cont .main .txt_block .about_title {
  text-align: left;
}
.about_main .section8 .cont .main .txt_block h4 {
  font-size: 24px;
  color: #333;
}
.about_main .section8 .cont .main .txt_block p {
  font-size: 18px;
  line-height: 38px;
  color: #808080;
  margin-top: 3vw;
}
.about_main .section8 .cont .main .txt_block p:before {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #118cee;
  display: block;
  margin-bottom: 24px;
}
.about_main .section8 .cont .main .img_block {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.about_main .section8 .cont .main .img_block .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.about_main .section8 .cont .main .img_block a {
  width: 34px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-18_1.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_main .section8 .cont .main .img_block a:hover {
  background-image: url("../img/icon-18-on.png");
}

.mobile_main .section2 {
  padding: 4.5vw 0 6vw;
  position: relative;
}
.mobile_main .section2 .guide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_main .section2 .guide .wrapper {
  height: 100%;
}
.mobile_main .section2 .guide .tip {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  z-index: 5;
}
.mobile_main .section2 .guide .tip:before {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/hand.png");
  position: absolute;
  top: 0;
  left: 300%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile_main .section2 .guide .tip p {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile_main .section2 .guide .tip a {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile_main .section2 .guide .tip .txt {
  position: absolute;
  top: 100px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile_main .section2 .guide.active {
  opacity: 1;
  visibility: visible;
}
.mobile_main .section2 .guide.active .tip:before {
  left: 0;
  opacity: 1;
  transition-delay: .3s;
}
.mobile_main .section2 .guide.active .tip p {
  opacity: 1;
  transition-delay: .8s;
}
.mobile_main .section2 .guide.active .tip a {
  opacity: 1;
  transition-delay: 1s;
}
.mobile_main .section2 .guide.active .tip .txt {
  opacity: 1;
  transition-delay: 1.2s;
}
.mobile_main .section2 .tab_title {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}
.mobile_main .section2 .tab_title span {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 140px;
  line-height: 46px;
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border: 1px solid #108cee;
  box-shadow: 0 10px 30px rgba(16, 140, 238, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_main .section2 .tab_title span.active {
  background-color: #108cee;
  color: #fff;
}
.mobile_main .section2 .tab_content {
  margin-top: 3vw;
  font-size: 0;
}
.mobile_main .section2 .tab_content .child {
  height: 0;
  overflow: hidden;
  position: relative;
}
.mobile_main .section2 .tab_content .child.active {
  height: auto;
}
.mobile_main .section2 .center_box {
  width: 33%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
}
.mobile_main .section2 .center_box img {
  display: block;
  width: 100%;
}
.mobile_main .section2 .center_box .m_item {
  display: none;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 18%;
  text-align: center;
}
.mobile_main .section2 .center_box .m_item h3 {
  font-size: 18px;
  color: #108cee;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.mobile_main .section2 .center_box .m_item .img {
  border-radius: 10px;
  border: 2px solid #108cee;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  position: relative;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.mobile_main .section2 .center_box .m_item .img img {
  display: block;
  width: 100%;
  cursor: url("../img/mouse.png") 36 36, pointer;
}
.mobile_main .section2 .items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 880px;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
}
.mobile_main .section2 .items .slick-list {
  padding-top: 10px;
}
.mobile_main .section2 .items .item {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_main .section2 .items .item i {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.mobile_main .section2 .items .item span {
  font-size: 14px;
  color: #808080;
  display: block;
  margin-top: 10px;
}
.mobile_main .section2 .items .item.active {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.mobile_main .section2 .items .item.active i {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.mobile_main .section2 .btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 32%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile_main .section2 .btn.prev {
  background-image: url("../img/prev.png");
  left: 20%;
}
.mobile_main .section2 .btn.prev:hover {
  background-image: url("../img/prev-1_1.png");
}
.mobile_main .section2 .btn.next {
  background-image: url("../img/next.png");
  right: 20%;
}
.mobile_main .section2 .btn.next:hover {
  background-image: url("../img/next-1_1.png");
}
.mobile_main .section2 .btn:hover {
  background-color: #108cee;
}
.mobile_main .section3 {
  padding: 4.5vw 0 6vw;
  background-color: #f7f9fb;
}
.mobile_main .section3 .cont {
  width: 1080px;
  position: relative;
  margin: 36px auto 0;
  padding-top: 230px;
}
.mobile_main .section3 .img_block {
  text-align: center;
}
.mobile_main .section3 .dot {
  position: absolute;
}
.mobile_main .section3 .dot i {
  display: block;
  width: 108px;
  height: 108px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile_main .section3 .dot span {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  color: #808080;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile_main .section3 .dot a {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background-color: #108cee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-12_1.png");
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile_main .section3 .dot:nth-of-type(1), .mobile_main .section3 .dot:nth-of-type(7) {
  top: 370px;
}
.mobile_main .section3 .dot:nth-of-type(2), .mobile_main .section3 .dot:nth-of-type(6) {
  top: 190px;
}
.mobile_main .section3 .dot:nth-of-type(3), .mobile_main .section3 .dot:nth-of-type(5) {
  top: 60px;
}
.mobile_main .section3 .dot:nth-of-type(1) {
  left: 0;
}
.mobile_main .section3 .dot:nth-of-type(2) {
  left: 94px;
}
.mobile_main .section3 .dot:nth-of-type(3) {
  left: 266px;
}
.mobile_main .section3 .dot:nth-of-type(4) {
  top: 0;
  left: 50%;
  margin-left: -54px;
}
.mobile_main .section3 .dot:nth-of-type(5) {
  right: 266px;
}
.mobile_main .section3 .dot:nth-of-type(6) {
  right: 94px;
}
.mobile_main .section3 .dot:nth-of-type(7) {
  right: 0;
}
.mobile_main .section3 .dot:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.mobile_main .section3 .dot:hover i, .mobile_main .section3 .dot:hover span {
  opacity: 0;
}
.mobile_main .section3 .dot:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mobile_main .section3 .point span {
  height: 0;
  position: absolute;
  right: 50%;
  top: 435px;
  transform-origin: right center;
}
.mobile_main .section3 .point span:after {
  content: '';
  width: 38px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-11_4.png");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
.mobile_main .section3 .point span:nth-of-type(1) {
  width: 320px;
}
.mobile_main .section3 .point span:nth-of-type(2) {
  width: 290px;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}
.mobile_main .section3 .point span:nth-of-type(3) {
  width: 270px;
  -webkit-transform: rotate(53deg);
  -moz-transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  transform: rotate(53deg);
}
.mobile_main .section3 .point span:nth-of-type(4) {
  width: 250px;
  -webkit-transform: rotate(88deg);
  -moz-transform: rotate(88deg);
  -ms-transform: rotate(88deg);
  transform: rotate(88deg);
}
.mobile_main .section3 .point span:nth-of-type(5) {
  width: 270px;
  -webkit-transform: rotate(124deg);
  -moz-transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  transform: rotate(124deg);
}
.mobile_main .section3 .point span:nth-of-type(6) {
  width: 290px;
  -webkit-transform: rotate(152deg);
  -moz-transform: rotate(152deg);
  -ms-transform: rotate(152deg);
  transform: rotate(152deg);
}
.mobile_main .section3 .point span:nth-of-type(7) {
  width: 320px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile_main .section4 {
  padding: 4.5vw 0 6vw;
}
.mobile_main .section4 .items {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.mobile_main .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 3.5vw 2.3vw 2vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile_main .section4 .item i {
  display: block;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile_main .section4 .item h3 {
  font-size: 22px;
  color: #333;
  margin: 18px 0;
}
.mobile_main .section4 .item p {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
}
.mobile_main .section4 .item span {
  width: 120px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  background-color: #108cee;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_main .section4 .item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.mobile_main .section4 .item:hover span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.intelligent_main .section2 {
  padding: 90px 0 200px;
  position: relative;
}
.intelligent_main .section2 .guide {
  padding: 90px 0 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intelligent_main .section2 .guide .tip {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 135%;
  top: 40%;
  margin-left: -17px;
  z-index: 5;
}
.intelligent_main .section2 .guide .tip:before {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/hand.png");
  position: absolute;
  top: 0;
  left: 300%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intelligent_main .section2 .guide .tip p {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intelligent_main .section2 .guide .tip a {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intelligent_main .section2 .guide .tip .txt {
  position: absolute;
  top: 100px;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intelligent_main .section2 .guide.active {
  opacity: 1;
  visibility: visible;
}
.intelligent_main .section2 .guide.active .tip:before {
  left: 0;
  opacity: 1;
  transition-delay: .3s;
}
.intelligent_main .section2 .guide.active .tip p {
  opacity: 1;
  transition-delay: .8s;
}
.intelligent_main .section2 .guide.active .tip a {
  opacity: 1;
  transition-delay: 1s;
}
.intelligent_main .section2 .guide.active .tip .txt {
  opacity: 1;
  transition-delay: 1.2s;
}
.intelligent_main .section2 .main {
  width: 600px;
  height: 600px;
  position: relative;
  margin: 0 auto;
}
.intelligent_main .section2 .main img {
  display: block;
  width: 100%;
}
.intelligent_main .section2 .main .circle1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: busiRotate1 50s linear infinite;
  -moz-animation: busiRotate1 50s linear infinite;
  -ms-animation: busiRotate1 50s linear infinite;
  animation: busiRotate1 50s linear infinite;
}
.intelligent_main .section2 .main .circle2 {
  width: 541px;
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-animation: busiRotate2 50s linear infinite;
  -moz-animation: busiRotate2 50s linear infinite;
  -ms-animation: busiRotate2 50s linear infinite;
  animation: busiRotate2 50s linear infinite;
}
.intelligent_main .section2 .main .circle3 {
  width: 480px;
  position: absolute;
  top: 60px;
  left: 60px;
  -webkit-animation: busiRotate1 54s linear infinite;
  -moz-animation: busiRotate1 54s linear infinite;
  -ms-animation: busiRotate1 54s linear infinite;
  animation: busiRotate1 54s linear infinite;
}
.intelligent_main .section2 .main .circle4 {
  width: 418px;
  position: absolute;
  top: 91px;
  left: 91px;
}
.intelligent_main .section2 .main .circle5 {
  width: 173px;
  position: absolute;
  top: 216px;
  left: 213px;
  -webkit-animation: busiRotate2 50s linear infinite;
  -moz-animation: busiRotate2 50s linear infinite;
  -ms-animation: busiRotate2 50s linear infinite;
  animation: busiRotate2 50s linear infinite;
}
.intelligent_main .section2 .main .circle6 {
  width: 144px;
  position: absolute;
  top: 228px;
  left: 228px;
  -webkit-animation: busiRotate1 50s linear infinite;
  -moz-animation: busiRotate1 50s linear infinite;
  -ms-animation: busiRotate1 50s linear infinite;
  animation: busiRotate1 50s linear infinite;
}
.intelligent_main .section2 .main .circle7 {
  width: 418px;
  position: absolute;
  top: 91px;
  left: 91px;
  -webkit-animation: busiRotate1 10s linear infinite;
  -moz-animation: busiRotate1 10s linear infinite;
  -ms-animation: busiRotate1 10s linear infinite;
  animation: busiRotate1 10s linear infinite;
}
.intelligent_main .section2 .main .circle8 {
  width: 740px;
  position: absolute;
  top: 170px;
  left: -70px;
}
.intelligent_main .section2 .main .tab_title .dot {
  position: absolute;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.intelligent_main .section2 .main .tab_title .dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(144, 189, 32, 0.5);
  -webkit-animation: circleScale1 2s linear infinite;
  -moz-animation: circleScale1 2s linear infinite;
  -ms-animation: circleScale1 2s linear infinite;
  animation: circleScale1 2s linear infinite;
}
.intelligent_main .section2 .main .tab_title .dot i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #90bd20;
  border-radius: 50%;
}
.intelligent_main .section2 .main .tab_title .dot span {
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 100%;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(1) {
  top: 135px;
  left: 50%;
  margin-left: -10px;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(2) {
  top: 219px;
  right: 152px;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(3) {
  top: 360px;
  right: 152px;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(4) {
  top: 442px;
  left: 50%;
  margin-left: -10px;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(5) {
  top: 360px;
  left: 152px;
}
.intelligent_main .section2 .main .tab_title .dot:nth-of-type(6) {
  top: 219px;
  left: 152px;
}
.intelligent_main .section2 .main .tab_title .dot.active {
  opacity: 1;
}
.intelligent_main .section2 .main .tab_content .child {
  display: none;
  position: relative;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.intelligent_main .section2 .main .tab_content .item {
  position: absolute;
  text-align: center;
}
.intelligent_main .section2 .main .tab_content .item a {
  display: block;
}
.intelligent_main .section2 .main .tab_content .item .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: url("../img/icon-13_3.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intelligent_main .section2 .main .tab_content .item i {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.intelligent_main .section2 .main .tab_content .item span {
  display: block;
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}
.intelligent_main .section2 .main .tab_content .item:nth-of-type(odd) {
  -webkit-animation: busiIcon1 2s linear infinite;
  -moz-animation: busiIcon1 2s linear infinite;
  -ms-animation: busiIcon1 2s linear infinite;
  animation: busiIcon1 2s linear infinite;
}
.intelligent_main .section2 .main .tab_content .item:nth-of-type(even) {
  -webkit-animation: busiIcon2 2s linear infinite;
  -moz-animation: busiIcon2 2s linear infinite;
  -ms-animation: busiIcon2 2s linear infinite;
  animation: busiIcon2 2s linear infinite;
}
.intelligent_main .section2 .main .tab_content .item:hover .icon {
  background-image: url("../img/icon-13-on_1.png");
  box-shadow: 0 20px 40px rgba(16, 140, 238, 0.3);
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(1) {
  top: -32px;
  left: 540px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(1) i {
  background-image: url("../img/icon-7_3.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-7-on.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(2) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(2) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(3) {
  top: 525px;
  left: 580px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(3) i {
  background-image: url("../img/icon-9_3.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(3):hover i {
  background-image: url("../img/icon-9-on.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(4) {
  top: 600px;
  left: 75px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(4) i {
  background-image: url("../img/icon-10_3.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(4):hover i {
  background-image: url("../img/icon-10-on.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(5) {
  left: -240px;
  top: 460px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(5) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(5):hover i {
  background-image: url("../img/icon-11-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(6) {
  top: 90px;
  left: -145px;
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(6) i {
  background-image: url("../img/icon-12_4.png");
}
.intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(6):hover i {
  background-image: url("../img/icon-12-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(1) {
  top: -32px;
  left: 540px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(1) i {
  background-image: url("../img/icon-7_3.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-7-on.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(2) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(2) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(3) {
  top: 525px;
  left: 580px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(3) i {
  background-image: url("../img/icon-9_3.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(3):hover i {
  background-image: url("../img/icon-9-on.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(4) {
  top: 600px;
  left: 75px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(4) i {
  background-image: url("../img/icon-10_3.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(4):hover i {
  background-image: url("../img/icon-10-on.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(5) {
  left: -240px;
  top: 460px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(5) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(5):hover i {
  background-image: url("../img/icon-11-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(6) {
  top: 90px;
  left: -145px;
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(6) i {
  background-image: url("../img/icon-12_4.png");
}
.intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(6):hover i {
  background-image: url("../img/icon-12-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(1) {
  top: -32px;
  left: 540px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(1) i {
  background-image: url("../img/icon-7_3.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-7-on.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(2) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(2) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(3) {
  top: 525px;
  left: 580px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(3) i {
  background-image: url("../img/icon-9_3.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(3):hover i {
  background-image: url("../img/icon-9-on.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(4) {
  top: 600px;
  left: 75px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(4) i {
  background-image: url("../img/icon-10_3.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(4):hover i {
  background-image: url("../img/icon-10-on.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(5) {
  left: -240px;
  top: 460px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(5) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(5):hover i {
  background-image: url("../img/icon-11-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(6) {
  top: 180px;
  left: -220px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(6) i {
  background-image: url("../img/icon-12_4.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(6):hover i {
  background-image: url("../img/icon-12-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(7) {
  top: 0;
  left: -85px;
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(7) i {
  background-image: url("../img/icon-12_4.png");
}
.intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(7):hover i {
  background-image: url("../img/icon-12-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(1) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(1) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(2) {
  left: -240px;
  top: 200px;
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(2) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-11-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(1) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(1) i {
  background-image: url("../img/icon-7_3.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-7-on.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(2) {
  top: 360px;
  left: 630px;
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(2) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(3) {
  left: -240px;
  top: 460px;
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(3) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(3):hover i {
  background-image: url("../img/icon-11-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(4) {
  top: 180px;
  left: -170px;
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(4) i {
  background-image: url("../img/icon-12_4.png");
}
.intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(4):hover i {
  background-image: url("../img/icon-12-on_1.png");
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(1) {
  top: 148px;
  left: 764px;
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(1) i {
  background-image: url("../img/icon-8_3.png");
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(1):hover i {
  background-image: url("../img/icon-8-on.png");
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(2) {
  left: -240px;
  top: 200px;
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(2) i {
  background-image: url("../img/icon-11_5.png");
}
.intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(2):hover i {
  background-image: url("../img/icon-11-on_1.png");
}

@media screen and (max-width: 1600px) {
  .fixed_header .link a {
    padding: 0 12px;
  }

  .index_main .section1 h4 {
    font-size: 30px;
  }

  .index_main .section1 h2 {
    font-size: 60px;
  }

  .index_main .section1 h3 {
    font-size: 34px;
  }

  .index_main .section1 .btn {
    margin-top: 80px;
  }

  .operating .section2 .center {
    width: 600px;
    height: 600px;
  }

  .operating .section2 .bg {
    background-size: 320px auto;
  }

  .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(1),
  .operating .section2 .cont:nth-of-type(3) .item:nth-of-type(3) {
    top: 120px;
  }

  .operating .section2 .item {
    width: 310px;
  }

  .about_main .section1 h4 {
    font-size: 28px;
  }

  .about_main .section1 h3 {
    font-size: 44px;
  }

  .about_main .section1 .item .tit {
    font-size: 20px;
  }

  .about_main .section1 .item .num {
    font-size: 32px;
  }

  .about_main .about_title {
    font-size: 32px;
  }

  .about_main .section5 .item h3 {
    font-size: 32px;
  }

  .about_main .section6 .tab_content .item h3 {
    font-size: 20px;
  }

  .about_main .section6 .tab_content .item i {
    height: 90px;
  }

  .comm_cont_pop .icon {
    top: calc(8vh + 10px);
    right: calc(8vh + 10px);
  }

  .comm_cont_pop .s_tabcont .txt p {
    font-size: 20px;
    line-height: 32px;
    max-height: 288px;
  }

  .comm_cont_pop .s_tabtit .slick-arrow {
    top: 6vh;
  }

  .comm_cont_pop .s_tabcont {
    margin-top: 7vh;
  }
}
@media screen and (max-width: 1500px) {
  .comm_sub_nav {
    top: 60px;
  }

  .comm_pos_nav,
  .comm_pos_nav_null {
    margin-top: -50px;
  }

  .comm_pos_nav .cont {
    height: 100px;
  }

  .comm_fixed_nav .item {
    padding: 23px 15px;
  }

  .comm_fixed_nav .item i {
    width: 26px;
    height: 26px;
    background-size: contain;
  }

  .index_title h3 {
    font-size: 32px;
  }

  .index_title p {
    font-size: 16px;
  }

  .index_main .section1 .cell_box {
    padding-top: 120px;
  }

  .index_main .section2 .right .item h3 {
    font-size: 20px;
  }

  .index_main .section2 .left .item .box h3 {
    font-size: 16px;
  }

  .index_main .section2 .left .item .box:nth-of-type(1) {
    left: 38%;
  }

  .index_main .section2 .left .item .box:nth-of-type(2) {
    left: 25%;
    top: 30%;
  }

  .index_main .section2 .left .item .box:nth-of-type(3) {
    top: 46%;
    left: 8%;
  }

  .index_main .section2 .left .item .box:nth-of-type(4) {
    top: 65%;
    left: 20%;
  }

  .index_main .section2 .left .item .box:nth-of-type(5) {
    top: 78%;
  }

  .index_main .section3 .left .item h3 {
    font-size: 20px;
  }

  .index_main .section3 .left .item p {
    font-size: 15px;
  }

  .index_main .section4 .right .desc {
    font-size: 20px;
  }

  .index_main .section4 .right .tab_title span.active {
    font-size: 20px;
  }

  .index_main .section5 .tab_title span {
    font-size: 16px;
  }

  .index_main .section5 .tab_title span.active {
    font-size: 20px;
  }

  .index_main .section5 .tab_content h3 {
    font-size: 20px;
  }

  .index_main .section6 .cont .item h3 {
    font-size: 20px;
  }

  .index_main .section6 .cont .item .desc p {
    font-size: 16px;
  }

  .index_main .section6 .cont .item .desc .tip span {
    line-height: 40px;
  }

  .index_main .section6 .cards {
    top: 0;
  }

  .index_main .section6 .cards .card .txt {
    font-size: 18px;
  }

  .index_main .section6 .cards .card .txt span {
    font-size: 32px;
  }

  .index_main .section6 .cards .card .txt i {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .index_main .section7 .txt_main .items .item h3 {
    font-size: 20px;
  }

  .index_main .section7 .txt_main .items .item .desc {
    font-size: 15px;
  }

  .index_main .section7 .txt_main .label span {
    font-size: 20px;
  }

  .index_main .section7 .txt_main .progress {
    height: 450px;
  }

  .index_main .section8 .desc {
    font-size: 15px;
  }

  .index_main .section8 .info h3 {
    font-size: 20px;
  }

  .index_main .section8 .btns .box a {
    line-height: 50px;
    font-size: 16px;
  }

  .index_main .section2 .right a,
  .index_main .section3 .left a,
  .index_main .section4 .right a,
  .index_main .section5 .left a,
  .index_main .section6 .cont a,
  .index_main .section7 .txt_main a {
    width: 180px;
    line-height: 40px;
    font-size: 16px;
  }

  .index_main .section1 .btn {
    width: 180px;
  }

  .index_main .section1 .btn a {
    font-size: 16px;
    line-height: 40px;
  }

  .business_scene .section2 .dot a,
  .business_scene .section3 .cont .dot a,
  .business_scene .section4 .tab_content .item .dot a {
    width: 64px;
    height: 64px;
  }

  .business_scene .section2 .dot a,
  .business_scene .section3 .cont .dot a,
  .business_scene .section4 .tab_content .item .dot a {
    margin: -32px 0 0 -32px;
  }

  .business_scene .section2 .cont img.cip {
    width: 38%;
  }

  .case_main .section1 {
    padding-top: 120px;
  }

  .case_main .section2 .left {
    width: 250px;
  }

  .case_main .section2 .left .box .a_block {
    margin-top: 15px;
  }

  .case_main .section2 .left .box .a_block a {
    margin-top: 12px;
  }

  .case_main .section2 .right {
    width: calc(100% - 250px);
    margin-left: 250px;
  }

  .case_main .section2 .right .box .items .item .logo {
    height: 170px;
  }

  .role_main .section2 .cont .item:nth-of-type(1) .link {
    width: 87%;
  }

  .role_main .section2 .cont .item:nth-of-type(3) .link,
  .role_main .section2 .cont .item:nth-of-type(5) .link {
    width: 70%;
  }

  .role_main .section2 .cont .item:nth-of-type(2) .link,
  .role_main .section2 .cont .item:nth-of-type(4) .link,
  .role_main .section2 .cont .item:nth-of-type(6) .link {
    width: 74%;
  }

  .operating .section2 .item .a_block a {
    line-height: 40px;
    font-size: 13px;
  }

  .operating .section2 .item p {
    margin: 10px 0 20px;
    line-height: 24px;
  }

  .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(4) {
    top: 240px;
  }

  .operating .section2 .cont:nth-of-type(4) .item:nth-of-type(5) {
    top: 430px;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(1) {
    top: 34%;
    left: 5%;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(1) .txt {
    height: 120px;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(2) {
    top: 3%;
    left: 18%;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(2) .txt {
    height: 100px;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(3) {
    top: 58%;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(3) .txt {
    height: 100px;
  }

  .digitizing_main .section2 .cont .item:nth-of-type(4) {
    top: 10%;
  }

  .digitizing_main .section3 .cont {
    width: 700px;
  }

  .digitizing_main .section3 .cont .item:nth-of-type(1) {
    top: 80%;
  }

  .digitizing_main .section3 .cont .item:nth-of-type(2) {
    top: 45.5%;
  }

  .digitizing_main .section3 .cont .item:nth-of-type(3) {
    top: 57%;
  }

  .digitizing_main .section3 .cont .item:nth-of-type(4) {
    top: 13%;
    left: 52%;
  }

  .digitizing_main .section3 .cont .item:nth-of-type(5) {
    top: 11%;
    left: 87.67%;
  }

  .digitizing_main .section3 {
    padding-bottom: 180px;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(1) {
    width: 100px;
    height: 100px;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(2) {
    width: 90px;
    height: 90px;
    left: 18%;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(3) {
    width: 100px;
    height: 100px;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(4) {
    width: 70px;
    height: 70px;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(6) {
    width: 80px;
    height: 80px;
    top: 48%;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(7) {
    width: 100px;
    height: 100px;
  }

  .digitizing_main .section4 .cont .item:nth-of-type(9) {
    width: 110px;
    height: 110px;
    top: 70%;
  }

  .product_main .section2 .link a {
    line-height: 40px;
  }

  .product_main .section3 .tab_title span {
    width: 160px;
  }

  .product_main .section3 .link a {
    line-height: 40px;
  }

  .product_main .section7 .main {
    width: 400px;
    height: 400px;
  }

  .product_main .section7 .circle:after {
    width: 320px;
    height: 320px;
    margin-top: -160px;
  }

  .product_main .section7 .circle img {
    width: 170px;
  }

  .product_main .section7 .dot:nth-of-type(2) {
    left: 385px;
  }

  .product_main .section7 .dot:nth-of-type(3) {
    left: 460px;
    top: 125px;
  }

  .product_main .section7 .dot:nth-of-type(9) {
    top: 125px;
    right: 460px;
  }

  .product_main .section7 .dot:nth-of-type(4) {
    top: 270px;
    left: 460px;
  }

  .product_main .section7 .dot:nth-of-type(8) {
    top: 270px;
    right: 460px;
  }

  .product_main .section7 .dot:nth-of-type(5) {
    top: 390px;
    left: 385px;
  }

  .product_main .section7 .dot:nth-of-type(7) {
    top: 390px;
    right: 385px;
  }

  .product_main .section7 .dot:nth-of-type(6) {
    top: 440px;
  }

  .product_main .section7 .dot:nth-of-type(10) {
    right: 385px;
  }

  .intelligent_main .section2 .main {
    width: 480px;
    height: 480px;
  }

  .intelligent_main .section2 .main .circle2 {
    width: 432px;
    top: 24px;
    left: 24px;
  }

  .intelligent_main .section2 .main .circle3 {
    width: 380px;
    top: 50px;
    left: 50px;
  }

  .intelligent_main .section2 .main .circle4 {
    width: 330px;
    top: 75px;
    left: 75px;
  }

  .intelligent_main .section2 .main .circle5 {
    width: 138px;
    top: 170px;
    left: 170px;
  }

  .intelligent_main .section2 .main .circle6 {
    width: 114px;
    top: 183px;
    left: 183px;
  }

  .intelligent_main .section2 .main .circle7 {
    width: 330px;
    top: 75px;
    left: 75px;
  }

  .intelligent_main .section2 .main .circle8 {
    width: 590px;
    top: 125px;
    left: -55px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(1) {
    top: 107px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(2) {
    top: 175px;
    right: 120px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(3) {
    top: 284px;
    right: 120px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(4) {
    top: 350px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(5) {
    top: 284px;
    left: 122px;
  }

  .intelligent_main .section2 .main .tab_title .dot:nth-of-type(6) {
    top: 175px;
    left: 122px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(1) {
    left: 490px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(2) {
    left: 600px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(3) {
    top: 340px;
    left: 500px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(4) {
    top: 420px;
    left: -40px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(5) {
    top: 240px;
    left: -170px;
  }

  .intelligent_main .section2 .main .tab_content .item1 .item:nth-of-type(6) {
    top: 0;
    left: -120px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(1) {
    left: 490px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(2) {
    left: 600px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(3) {
    top: 340px;
    left: 500px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(4) {
    top: 420px;
    left: -40px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(5) {
    top: 240px;
    left: -170px;
  }

  .intelligent_main .section2 .main .tab_content .item2 .item:nth-of-type(6) {
    top: 0;
    left: -120px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(1) {
    left: 490px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(2) {
    left: 600px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(3) {
    top: 340px;
    left: 500px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(4) {
    top: 420px;
    left: -40px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(5) {
    top: 280px;
    left: -170px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(6) {
    top: 100px;
    left: -150px;
  }

  .intelligent_main .section2 .main .tab_content .item3 .item:nth-of-type(7) {
    top: -30px;
    left: -60px;
  }

  .intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(1) {
    left: 600px;
  }

  .intelligent_main .section2 .main .tab_content .item4 .item:nth-of-type(2) {
    left: -210px;
  }

  .intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(1) {
    left: 600px;
    top: 100px;
  }

  .intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(2) {
    top: 320px;
    left: 560px;
  }

  .intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(4) {
    top: 60px;
  }

  .intelligent_main .section2 .main .tab_content .item5 .item:nth-of-type(3) {
    top: 340px;
    left: -210px;
  }

  .intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(1) {
    left: 600px;
  }

  .intelligent_main .section2 .main .tab_content .item6 .item:nth-of-type(2) {
    left: -210px;
  }

  .mobile_main .section2 .items {
    width: 720px;
  }

  .mobile_main .section2 .items .item {
    width: 90px;
  }

  .mobile_main .section2 .items .item i {
    width: 60px;
    height: 60px;
  }

  .mobile_main .section2 .items .item span {
    font-size: 12px;
  }

  .mobile_main .section3 .cont {
    width: 800px;
  }

  .mobile_main .section3 .img_block img {
    width: 255px;
  }

  .mobile_main .section3 .dot i {
    width: 90px;
    height: 90px;
  }

  .mobile_main .section3 .dot:nth-of-type(3) {
    left: 170px;
  }

  .mobile_main .section3 .dot:nth-of-type(5) {
    right: 170px;
  }

  .mobile_main .section3 .dot:nth-of-type(2) {
    left: 45px;
  }

  .mobile_main .section3 .dot:nth-of-type(6) {
    right: 45px;
  }

  .mobile_main .section3 .dot:nth-of-type(4) {
    margin-left: -45px;
  }

  .mobile_main .section3 .dot:nth-of-type(1),
  .mobile_main .section3 .dot:nth-of-type(7) {
    top: 320px;
  }

  .mobile_main .section3 .dot:nth-of-type(3),
  .mobile_main .section3 .dot:nth-of-type(5) {
    top: 45px;
  }

  .mobile_main .section3 .dot:nth-of-type(2),
  .mobile_main .section3 .dot:nth-of-type(6) {
    top: 170px;
  }

  .mobile_main .section3 .point span {
    top: 396px;
  }

  .mobile_main .section3 .point span:nth-of-type(1),
  .mobile_main .section3 .point span:nth-of-type(7) {
    width: 260px;
  }

  .mobile_main .section3 .point span:nth-of-type(2),
  .mobile_main .section3 .point span:nth-of-type(6) {
    width: 250px;
  }

  .mobile_main .section3 .point span:nth-of-type(3),
  .mobile_main .section3 .point span:nth-of-type(5),
  .mobile_main .section3 .point span:nth-of-type(4) {
    width: 240px;
  }

  .mobile_main .section4 .item h3 {
    font-size: 20px;
  }

  .mobile_main .section4 .item p {
    font-size: 15px;
    line-height: 26px;
  }

  .about_main .section1 h4 {
    font-size: 24px;
  }

  .about_main .section1 h3 {
    font-size: 40px;
  }

  .about_main .section1 .item i {
    height: 60px;
    background-size: contain;
  }

  .about_main .section1 .item .num {
    font-size: 28px;
  }

  .about_main .section2 .timeline_slick .item .year {
    font-size: 50px;
  }

  .about_main .section3 .tab_content {
    width: 580px;
  }

  .about_main .section3 .tab_content .box {
    padding: 3vw 3.5vw 4vw;
  }

  .about_main .section3 .ope {
    margin-top: 3vw;
  }

  .about_main .section3 a.try {
    margin-top: 40px;
  }

  .about_main .section5 {
    height: 80vh;
  }

  .about_main .section6 .tab_title .item {
    width: 160px;
  }

  .about_main .section6 .tab_title .item span {
    font-size: 18px;
  }

  .about_main .section8 .cont .main .txt_block {
    padding: 5vw 3vw 6vw;
  }

  .about_main .section7 .img_block span {
    font-size: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }

  .about_main .section8 .cont .main .txt_block h4 {
    font-size: 20px;
  }

  .about_main .section7 h4 {
    font-size: 20px;
  }

  .about_main .section2 .desc {
    font-size: 16px;
  }

  .about_main .section5 .desc {
    font-size: 16px;
  }

  .about_main .section3 .desc {
    font-size: 16px;
    line-height: 26px;
  }

  .comm_cont_pop .s_tabcont .txt {
    width: 28%;
  }
}
@media screen and (max-width: 1366px) {
  .fixed_header .link {
    margin-left: 3vw;
  }

  .index_title h3 {
    font-size: 28px;
  }

  .index_main .section1 h4 {
    font-size: 26px;
  }

  .index_main .section1 h2 {
    font-size: 54px;
  }

  .index_main .section1 h3 {
    font-size: 30px;
  }

  .index_main .section1 .btn {
    margin-top: 60px;
    widows: 160px;
  }

  .index_main .section2 .right .item h3 {
    font-size: 18px;
    margin: 15px 0;
  }

  .index_main .section2 .right a,
  .index_main .section3 .left a,
  .index_main .section4 .right a,
  .index_main .section5 .left a,
  .index_main .section6 .cont a,
  .index_main .section7 .txt_main a {
    width: 160px;
  }

  .index_main .section3 .left .item h3 {
    font-size: 18px;
  }

  .index_main .section3 .left .item p {
    font-size: 14px;
  }

  .index_main .section4 .left {
    width: 46%;
  }

  .index_main .section4 .right {
    width: 54%;
    padding-left: 8vw;
  }

  .index_main .section4 .right .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .index_main .section4 .right .tab_content {
    margin: 20px 0;
  }

  .index_main .section4 .right .tab_content .item {
    font-size: 14px;
  }

  .index_main .section5 .tab_title span.active {
    font-size: 18px;
  }

  .index_main .section5 .tab_content h3 {
    font-size: 18px;
  }

  .index_main .section5 .tab_content p {
    font-size: 14px;
  }

  .index_main .section5 .right .item:nth-of-type(2) {
    width: 40%;
    height: 60%;
  }

  .index_main .section6 .cont {
    width: 40vw;
  }

  .index_main .section6 .cont .item h3 {
    font-size: 18px;
  }

  .index_main .section6 .cont .item .desc p {
    padding: 15px 0;
  }

  .index_main .section6 .cards .card .txt {
    font-size: 16px;
  }

  .index_main .section6 .cards .card .txt span {
    font-size: 26px;
    padding: 0 10px;
  }

  .index_main .section7 .txt_main .items .item h3 {
    font-size: 18px;
  }

  .index_main .section7 .txt_main .items .item .desc {
    font-size: 14px;
  }

  .index_main .section7 .txt_main .label span {
    font-size: 18px;
  }

  .index_main .section8 .cont {
    width: 440px;
  }

  .index_main .section8 .desc:after {
    margin-top: 20px;
  }

  .index_main .section8 .desc {
    font-size: 14px;
  }

  .index_main .section8 .info h3 {
    font-size: 18px;
  }

  .index_main .section8 .btns {
    margin-top: 4vw;
  }

  .business_scene .section2 .dot span,
  .business_scene .section3 .cont .dot span,
  .business_scene .section4 .tab_content .item .dot span .txt{
    font-size: 14px;
  }

  .business_scene .section4 .tab_title .item span {
    font-size: 16px;
  }

  .case_main .section2 .left .box .select input,
  .case_main .section2 .left .box .select ul li {
    padding: 0 15px;
  }

  .case_main .section2 .right .box .items .item .logo {
    height: 160px;
  }

  .idea_main .section2 .tab_content .txt_block .box {
    padding: 40px 30px 30px;
  }

  .idea_main .section2 .tab_content .txt_block .a_block {
    margin-top: 20px;
  }

  .idea_main .section2 .tab_content .txt_block .a_block a {
    line-height: 40px;
    font-size: 15px;
  }

  .role_main .section2 .turn_table {
    left: -600px;
    margin-top: -430px;
  }

  .role_main .section2 .cont .item .link a {
    width: 120px;
    line-height: 40px;
    margin: 8px 10px;
  }

  .role_main .section2 .cont .item .img_block {
    width: 60%;
  }

  .digitizing_main .section3 .cont .item .box {
    padding: 15px;
  }

  .product_main .section3 .tab_title span {
    width: 130px;
    line-height: 44px;
  }

  .mobile_main .section2 .center_box .m_item {
    top: 15%;
  }

  .mobile_main .section2 .items .item span {
    max-width: 56px;
    margin: 10px auto 0;
  }

  .mobile_main .section2 .center_box .m_item .img {
    margin-top: 15px;
  }

  .mobile_main .section2 .center_box .m_item a {
    font-size: 14px;
  }

  .about_main .about_title {
    font-size: 28px;
  }

  .about_main .section1 h3 {
    font-size: 36px;
  }

  .about_main .section1 .item .tit {
    font-size: 18px;
  }

  .about_main .section1 .item .num {
    margin-top: 30px;
  }

  .about_main .section2 .timeline_slick .item {
    padding: 80px 0;
  }

  .about_main .section2 .timeline_slick .item.slick-center .year {
    text-shadow: 0 5px 10px rgba(41, 157, 254, 0.5);
  }

  .about_main .section2 .timeline_slick .item:nth-of-type(odd) .year {
    bottom: 10px;
  }

  .about_main .section2 .timeline_slick .item:nth-of-type(even) .year {
    top: 10px;
  }

  .about_main .section2 .timeline_slick .item:nth-of-type(odd) .tip {
    bottom: 120px;
  }

  .about_main .section2 .timeline_slick .item:nth-of-type(even) .tip {
    top: 120px;
  }

  .about_main .section2 .timeline_slick .item .tip {
    font-size: 15px;
  }

  .about_main .section2 .btns .btn {
    width: 260px;
  }

  .about_main .section3 .ab_line .item span {
    line-height: 26px;
  }

  .about_main .section4 .tab_content .desc p {
    font-size: 16px;
  }

  .about_main .section5 .item h3 {
    font-size: 20px;
  }

  .about_main .section8 .cont .main .txt_block p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .fixed_header .link {
    margin-left: 20px;
  }

  .fixed_header .link a {
    padding: 0 7px;
  }

  .fixed_header .ope .tel {
    display: none;
  }

  .fixed_header .ope a.btn1 {
    margin-left: 0;
  }

  .comm_sub_nav .link a {
    padding: 0 10px;
    margin-right: 10px;
  }

  .comm_sub_nav .btns a {
    width: 120px;
  }

  .index_main .section1 h4 {
    font-size: 22px;
  }

  .index_main .section1 h2 {
    font-size: 48px;
  }

  .index_main .section1 h3 {
    font-size: 26px;
  }

  .index_main .section2 .right {
    width: 400px;
  }

  .index_main .section2 .right .item {
    width: 180px;
    margin-bottom: 20px;
  }

  .index_main .section2 .right .item:nth-of-type(odd) {
    margin-right: 40px;
  }

  .index_main .section2 .left .item .box h3 {
    font-size: 14px;
  }

  .index_main .section2 .left .item .box:nth-of-type(3):before {
    width: 80px;
    height: 40px;
  }

  .index_main .section3 .left {
    max-width: 540px;
  }

  .index_main .section3 .right {
    top: 16%;
    left: 55%;
  }

  .index_main .section4 .right .desc {
    font-size: 16px;
    line-height: 24px;
  }

  .index_main .section4 .right .tab_title {
    margin-top: 15px;
  }

  .index_main .section4 .right .tab_title span {
    font-size: 14px;
  }

  .index_main .section4 .right .tab_title span.active {
    font-size: 16px;
    padding-bottom: 16px;
  }

  .index_main .section4 .right .tab_content .item {
    line-height: 24px;
  }

  .index_main .section4 .left {
    margin-top: 6%;
  }

  .index_main .section6 .cards {
    top: 12%;
  }

  .index_main .section7 .txt_main .progress {
    height: 420px;
  }

  .index_main .section7 .txt_main a {
    margin-top: 0;
  }

  .index_main .section8 .cont {
    width: 360px;
  }

  .business_scene .section2 .dot:nth-of-type(2) {
    top: 20%;
  }

  .business_scene .section2 .dot:nth-of-type(4) {
    top: 54%;
  }

  .business_scene .section2 .dot:nth-of-type(5) {
    left: 22%;
    top: 22%;
  }

  .business_scene .section2 .dot:nth-of-type(6) {
    width: 70px;
    height: 70px;
    top: 65%;
  }

  .business_scene .section2 .dot:nth-of-type(7) {
    left: 73%;
    top: 20%;
  }

  .business_scene .section2 .dot:nth-of-type(9) {
    left: 86%;
    top: 50%;
  }

  .business_scene .section2 .dot:nth-of-type(10) {
    top: 5%;
  }

  .business_scene .section2 .dot:nth-of-type(11) {
    top: 83%;
  }

  .business_scene .section3 .cont .dot span {
    font-size: 12px;
  }

  .business_scene .section3 .cont .dot i {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .idea_main .section2 .tab_content .txt_block .box {
    padding: 30px 20px 20px;
  }

  .idea_main .section2 .tab_content .txt_block .num {
    padding: 0 15px;
  }

  .idea_main .section2 .tab_content .txt_block .num span.curr {
    font-size: 30px;
  }

  .idea_main .section2 .tab_content .txt_block .inner_title {
    padding: 0 15px;
  }

  .idea_main .section2 .tab_content .txt_block .a_block a:nth-of-type(odd) {
    margin-right: 10px;
  }

  .idea_main .section2 .tab_content .txt_block .a_block a {
    margin-top: 10px;
    font-size: 14px;
  }

  .role_main .section2 .turn_table .txt span.active {
    font-size: 20px;
  }

  .operating .section2 .item {
    width: 280px;
  }

  .operating .section2 .item .a_block a {
    font-size: 12px;
  }

  .operating .section2 .bg {
    background-size: 200px auto;
  }

  .case_main .section2 .right .box .items .item .logo {
    height: 120px;
  }

  .product_main .section2 .link {
    padding: 3vw;
  }

  .product_main .section2 .link a {
    font-size: 14px;
  }

  .product_main .section3 .tab_title span {
    width: 120px;
    line-height: 40px;
  }

  .product_main .section3 .link a {
    font-size: 14px;
  }

  .mobile_main .section4 .item {
    width: 28%;
  }

  .comm_cont_pop .s_tabcont {
    margin-top: 10vh;
  }

  .comm_cont_pop .s_tabcont .txt a {
    width: 160px;
    line-height: 44px;
  }
}
</pre></body></html>