html,
body {
  font-family: -apple-system, 'SF UI Text', 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Zen Hei', sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app .header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 24px;
  left: 40px;
  right: 40px;
}

.app .header.theme-white #menu li a {
  color: #fff;
}

.app .header.theme-white #menu li.active a {
  color: #fff;
}

.app .header.theme-white #menu li.active::after {
  background: #fff;
}

.app .header.theme-white .logo-wrap > p {
  color: #fff;
}

.app .header .logo-wrap .logo {
  width: 155px;
  height: 42px;
  background: url(../assets/icons/logo.svg) no-repeat center center;
  background-size: contain;
}

.app .header .logo-wrap .logo.theme-white {
  background: url(../assets/icons/logo_white.svg) no-repeat center center;
  background-size: contain;
}

.app .header .logo-wrap p {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
  color: #222;
}

.app .header .nav {
  width: 24px;
  height: 24px;
  display: none;
  background: url(../assets/icons/icon_nav_gary.svg) no-repeat center center;
  background-size: contain;
}

.app .header .nav.theme-white {
  background: url(../assets/icons/icon_nav.svg) no-repeat center center;
  background-size: contain;
}

.app .header #menu {
  margin: 6px 0 0 0;
  padding: 0;
}

.app .header #menu .close-menu {
  display: none;
  cursor: pointer;
  float: right;
  width: 24px;
  height: 24px;
  margin: 15px;
  background: url(../assets/icons/icon_closed.svg) no-repeat center center;
  background-size: contain;
}

.app .header #menu li {
  float: left;
  list-style-type: none;
  margin-left: 60px;
  position: relative;
}

.app .header #menu li.active a {
  color: #1c4ac8;
}

.app .header #menu li.active::after {
  content: "";
  display: block;
  height: 4px;
  background: #1c4ac8;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.app .header #menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #222a44;
  text-decoration: none;
  line-height: 16px;
}

.app .arrow-tip {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  width: 44px;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  background: url(../assets/icons/icon_down_gray.svg) no-repeat center center;
  background-size: cover;
  -webkit-animation: arrowTipMove 500ms ease-in-out infinite alternate;
          animation: arrowTipMove 500ms ease-in-out infinite alternate;
}

.app .arrow-tip.theme-white {
  background: url(../assets/icons/icon_down_white.svg) no-repeat center center;
  background-size: cover;
}

.app .back-top {
  position: fixed;
  z-index: 999;
  bottom: 60px;
  right: 10px;
  width: 50px;
  height: 100px;
  background: white;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(34, 42, 68, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(34, 42, 68, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.app .back-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: relative;
}

.app .back-top a:hover {
  background: #f7f8fb;
}

.app .back-top a:hover > img {
  display: none;
}

.app .back-top a:hover span {
  display: block;
}

.app .back-top a.follow-us:hover .wechat-qrcode {
  display: block;
}

.app .back-top a img {
  width: 24px;
  height: 24px;
}

.app .back-top a span {
  display: none;
  width: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #222a44;
  line-height: 16px;
}

.app .back-top a .wechat-qrcode {
  position: absolute;
  left: -160px;
  bottom: 0px;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  display: none;
  background: #fff;
}

.app .back-top a .wechat-qrcode img {
  width: 120px;
  height: 120px;
}

.app .back-top a .wechat-qrcode p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 16px;
}

.app .back-top a .wechat-qrcode .arrow-right {
  background: url(../assets/images/icon_arrow@2x.png) no-repeat;
  background-size: cover;
  height: 18px;
  width: 10px;
  position: absolute;
  right: -10px;
  bottom: 10px;
}

.app #fullpage .section-home {
  position: relative;
}

.app #fullpage .section-home .title-wrap {
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(0, 12, 42, 0.262);
}

.app #fullpage .section-home .title-wrap h1 {
  margin: 0;
  padding: 0;
  font-size: 56px;
  font-weight: 600;
  color: white;
  line-height: 64px;
}

.app #fullpage .section-home .title-wrap h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 34px;
  font-weight: 400;
  color: white;
  line-height: 40px;
}

.app #fullpage .section-business .map {
  width: 640px;
  height: 530px;
  margin: 0 auto;
  position: relative;
}

.app #fullpage .section-business .map .area {
  position: absolute;
}

.app #fullpage .section-business .map .area.area1 {
  top: 75px;
  left: 63px;
}

.app #fullpage .section-business .map .area.area2 {
  bottom: 28px;
  left: 211px;
}

.app #fullpage .section-business .map .area.area3 {
  bottom: 58px;
  left: 401px;
}

.app #fullpage .section-business .map .area.area4 {
  bottom: 131px;
  left: 438px;
}

.app #fullpage .section-business .map .area.area5 {
  bottom: 172px;
  left: 370px;
}

.app #fullpage .section-business .map .area.area6 {
  bottom: 212px;
  left: 400px;
}

.app #fullpage .section-business .map .area.area7 {
  bottom: 155px;
  left: 290px;
}

.app #fullpage .section-business .map .area.area8 {
  bottom: 205px;
  left: 250px;
}

.app #fullpage .section-business .map .area .title {
  font-size: 18px;
  font-weight: 600;
  color: #1c4ac8;
  position: absolute;
  left: 110px;
  top: 67px;
}

.app #fullpage .section-business .map .area .title.purple {
  color: #6a1dc8;
}

.app #fullpage .section-business .map .area .dot {
  position: relative;
  width: 160px;
  height: 160px;
}

.app #fullpage .section-business .map .area .dot.purple .round1 {
  background: #6a1dc8;
}

.app #fullpage .section-business .map .area .dot.purple .round2 {
  background: rgba(106, 29, 200, 0.2);
}

.app #fullpage .section-business .map .area .dot.purple .round3 {
  background: rgba(106, 29, 200, 0.2);
}

.app #fullpage .section-business .map .area .dot.purple .round4 {
  background: rgba(106, 29, 200, 0.2);
}

.app #fullpage .section-business .map .area .dot .round1 {
  width: 10px;
  height: 10px;
  background: #1c4ac8;
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.app #fullpage .section-business .map .area .dot .round2 {
  width: 10px;
  height: 10px;
  background: rgba(28, 74, 200, 0.2);
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: dotExpansion 3000ms ease-in-out infinite;
          animation: dotExpansion 3000ms ease-in-out infinite;
}

.app #fullpage .section-business .map .area .dot .round3 {
  width: 10px;
  height: 10px;
  background: rgba(28, 74, 200, 0.2);
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: dotExpansion 3000ms ease-in-out 700ms infinite;
          animation: dotExpansion 3000ms ease-in-out 700ms infinite;
}

.app #fullpage .section-business .map .area .dot .round4 {
  width: 10px;
  height: 10px;
  background: rgba(28, 74, 200, 0.2);
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: dotExpansion 3000ms ease-in-out 1400ms infinite;
          animation: dotExpansion 3000ms ease-in-out 1400ms infinite;
}

.app #fullpage .section-business .map .map-bg {
  width: 100%;
}

.app #fullpage .section-business .map .line {
  position: absolute;
}

.app #fullpage .section-business .map .line.line1 {
  width: 106px;
  position: absolute;
  left: -30px;
  bottom: 140px;
}

.app #fullpage .section-business .map .line.line2 {
  width: 88px;
  top: 238px;
  right: 13px;
}

.app #fullpage .section-business .map .text {
  position: absolute;
}

.app #fullpage .section-business .map .text h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  color: #505050;
  line-height: 40px;
}

.app #fullpage .section-business .map .text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 26px;
}

.app #fullpage .section-business .map .text p span {
  font-weight: bold;
}

.app #fullpage .section-business .map .text.text1 {
  bottom: 38px;
  left: -170px;
  width: 300px;
}

.app #fullpage .section-business .map .text.text2 {
  top: 218px;
  right: -234px;
  width: 240px;
}

.app #fullpage .section-business .text-box {
  width: 1050px;
  height: 112px;
  margin: 20px auto 0;
  padding-left: 100px;
  background: white;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(28, 74, 200, 0.2);
          box-shadow: 0px 4px 16px 0px rgba(28, 74, 200, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app #fullpage .section-business .text-box h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  color: #1c4ac8;
  line-height: 30px;
  position: relative;
}

.app #fullpage .section-business .text-box h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 12px;
  background: #1c4ac8;
  position: absolute;
  top: 8px;
  left: -100px;
}

.app #fullpage .section-business .text-box p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #222a44;
  line-height: 24px;
}

.app #fullpage .section-platform .round {
  width: 760px;
  height: 760px;
  background: rgba(28, 74, 200, 0.0404);
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app #fullpage .section-platform .round .round-inner {
  width: 500px;
  height: 500px;
  background: rgba(28, 74, 200, 0.0642);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.app #fullpage .section-platform .round .platform-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
}

.app #fullpage .section-platform .round .platform-profile img {
  width: 740px;
}

.app #fullpage .section-platform .round .platform-profile .text {
  width: 260px;
  margin-left: 40px;
}

.app #fullpage .section-platform .round .platform-profile .text h1 {
  margin: 0 0 40px 0;
  padding: 0;
  width: 260px;
  font-size: 28px;
  font-weight: 600;
  color: #222a44;
  line-height: 38px;
}

.app #fullpage .section-platform .round .platform-profile .text h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background: #1c4ac8;
  margin-top: 20px;
}

.app #fullpage .section-platform .round .platform-profile .text p {
  margin: 0;
  padding: 0;
  width: 260px;
  font-size: 16px;
  font-weight: 400;
  color: #222a44;
  line-height: 26px;
}

.app #fullpage .section-platform .round .platform-profile .text p:last-child {
  margin-top: 20px;
}

.app #fullpage .section-advantage .advantage-round {
  width: 660px;
  height: 660px;
  margin: 0 auto;
  background: url(../assets/images/pic_data@2x.png) no-repeat;
  background-size: cover;
  position: relative;
}

.app #fullpage .section-advantage .advantage-round .core-cylinder {
  width: 122px;
  height: 154px;
  left: 50%;
  margin-left: -61px;
  top: 190px;
  background: url(../assets/images/pic_data_cylinder@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-animation: cylinderMove 1000ms ease-in-out infinite alternate;
          animation: cylinderMove 1000ms ease-in-out infinite alternate;
}

.app #fullpage .section-advantage .advantage-round .text {
  position: absolute;
}

.app #fullpage .section-advantage .advantage-round .text h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #222a44;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app #fullpage .section-advantage .advantage-round .text h1::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  margin-right: 10px;
}

.app #fullpage .section-advantage .advantage-round .text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 26px;
}

.app #fullpage .section-advantage .advantage-round .text p span {
  font-weight: bold;
}

.app #fullpage .section-advantage .advantage-round .text.text1 {
  top: 140px;
  left: -167px;
  width: 300px;
}

.app #fullpage .section-advantage .advantage-round .text.text1 h1::before {
  background: url(../assets/icons/icon_operation.svg) no-repeat center center;
}

.app #fullpage .section-advantage .advantage-round .text.text2 {
  bottom: 60px;
  left: -105px;
}

.app #fullpage .section-advantage .advantage-round .text.text2 h1::before {
  background: url(../assets/icons/icon_economic.svg) no-repeat center center;
}

.app #fullpage .section-advantage .advantage-round .text.text3 {
  top: 92px;
  right: -200px;
  width: 280px;
}

.app #fullpage .section-advantage .advantage-round .text.text3 h1::before {
  background: url(../assets/icons/icon_technology.svg) no-repeat center center;
}

.app #fullpage .section-advantage .advantage-round .text.text4 {
  width: 310px;
  bottom: 105px;
  right: -204px;
}

.app #fullpage .section-advantage .advantage-round .text.text4 h1::before {
  background: url(../assets/icons/icon_mode.svg) no-repeat center center;
}

.app #fullpage .section-about {
  position: relative;
}

.app #fullpage .section-about .about {
  background: url(../assets/images/bg_company_Profile@2x.png) no-repeat center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 320px;
  left: 0;
  right: 0;
  position: absolute;
  height: 380px;
}

.app #fullpage .section-about .about .title {
  margin-right: 100px;
}

.app #fullpage .section-about .about .title::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background: #1c4ac8;
  margin-top: 20px;
}

.app #fullpage .section-about .about .title p {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 600;
  color: #222a44;
  line-height: 46px;
}

.app #fullpage .section-about .about .text {
  padding: 40px 50px;
  width: 660px;
  background: white;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(34, 42, 68, 0.1);
          box-shadow: 0px 4px 16px 0px rgba(34, 42, 68, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  position: relative;
}

.app #fullpage .section-about .about .text .comma {
  background: url(../assets/icons/icon_comma.svg) no-repeat;
  background-size: cover;
  width: 52px;
  height: 46px;
  position: absolute;
  right: -26px;
  top: -16px;
}

.app #fullpage .section-about .contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: url(../assets/images/bg_footer@2x.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #d6dae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app #fullpage .section-about .contact .copyright {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #d6dae6;
}

.app #fullpage .section-about .contact p {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #d6dae6;
}

.app #fullpage .section-about .contact p:nth-of-type(2) {
  font-size: 14px;
}

.app #fullpage .section-about .contact .qrcode {
  width: 100px;
}

.swiper-slide {
  position: relative;
  height: 100vh;
}

@-webkit-keyframes arrowTipMove {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}

@keyframes arrowTipMove {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}

@-webkit-keyframes cylinderMove {
  from {
    top: 180px;
  }
  to {
    top: 200px;
  }
}

@keyframes cylinderMove {
  from {
    top: 180px;
  }
  to {
    top: 200px;
  }
}

@-webkit-keyframes dotExpansion {
  from {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-left: -6px;
    margin-top: -6px;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
    margin-left: -80px;
    margin-top: -80px;
  }
}

@keyframes dotExpansion {
  from {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-left: -6px;
    margin-top: -6px;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
    margin-left: -80px;
    margin-top: -80px;
  }
}

@media only screen and (max-width: 1600px) {
  @-webkit-keyframes cylinderMove {
    from {
      top: 140px;
    }
    to {
      top: 160px;
    }
  }
  @keyframes cylinderMove {
    from {
      top: 140px;
    }
    to {
      top: 160px;
    }
  }
  .section-home .title-wrap h1 {
    font-size: 50px !important;
    line-height: 56px !important;
  }
  .section-home .title-wrap h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .arrow-tip {
    width: 38px !important;
    height: 38px !important;
    margin-left: -19px !important;
  }
  .section-business .map {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  .section-business .text-box {
    width: 916px !important;
    height: 94px !important;
    margin: -25px auto 0 !important;
    padding-left: 80px !important;
  }
  .section-business .text-box h1 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .section-business .text-box h1::before {
    width: 42px !important;
    height: 10px !important;
    left: -80px !important;
  }
  .section-business .text-box p {
    margin: 8px 0 0 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section-platform .round {
    width: 636px !important;
    height: 636px !important;
  }
  .section-platform .round .round-inner {
    width: 420px !important;
    height: 420px !important;
  }
  .section-platform .round .platform-profile img {
    width: 622px !important;
  }
  .section-platform .round .platform-profile .text {
    width: 220px !important;
    margin-left: 30px !important;
  }
  .section-platform .round .platform-profile .text h1 {
    margin: 0 0 24px 0 !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .section-platform .round .platform-profile .text h1::after {
    width: 40px !important;
    height: 6px !important;
    margin-top: 16px !important;
  }
  .section-platform .round .platform-profile .text p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .section-platform .round .platform-profile .text p:last-child {
    margin-top: 16px !important;
  }
  .section-advantage .advantage-round {
    width: 550px !important;
    height: 550px !important;
  }
  .section-advantage .advantage-round .core-cylinder {
    width: 104px !important;
    height: 130px !important;
    margin-left: -52px !important;
    top: 140px !important;
  }
  .section-advantage .advantage-round .text h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .section-advantage .advantage-round .text h1::before {
    width: 30px !important;
    height: 30px !important;
    background-size: cover !important;
  }
  .section-advantage .advantage-round .text p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .section-advantage .advantage-round .text.text1 {
    top: 118px !important;
    left: -150px !important;
    width: 260px !important;
  }
  .section-advantage .advantage-round .text.text2 {
    bottom: 49px !important;
    left: -100px !important;
  }
  .section-advantage .advantage-round .text.text3 {
    top: 77px !important;
    right: -185px !important;
    width: 250px !important;
  }
  .section-advantage .advantage-round .text.text4 {
    width: 270px !important;
    bottom: 87px !important;
    right: -181px !important;
  }
  .section-about .about {
    bottom: 270px !important;
    height: 340px !important;
  }
  .section-about .about .title {
    margin-right: 80px !important;
  }
  .section-about .about .title::after {
    width: 40px !important;
    height: 6px !important;
    margin-top: 16px !important;
  }
  .section-about .about .title p {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .section-about .about .text {
    padding: 30px 40px !important;
    width: 550px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .section-about .about .text .comma {
    width: 44px !important;
    height: 38px !important;
    right: -26px !important;
    top: -16px !important;
  }
  .section-about .contact {
    height: 270px !important;
  }
  .section-about .contact .copyright {
    font-size: 12px !important;
  }
  .section-about .contact p {
    font-size: 12px !important;
  }
  .section-about .contact p:nth-of-type(2) {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .logo {
    width: 130px !important;
    height: 36px !important;
  }
  #menu {
    margin: 3px 0 0 0 !important;
  }
  #menu li {
    margin-left: 40px !important;
  }
  #menu li a {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  @-webkit-keyframes cylinderMove {
    from {
      top: 120px;
    }
    to {
      top: 140px;
    }
  }
  @keyframes cylinderMove {
    from {
      top: 120px;
    }
    to {
      top: 140px;
    }
  }
  .section-home .title-wrap h1 {
    font-size: 42px !important;
    line-height: 48px !important;
  }
  .section-home .title-wrap h2 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .arrow-tip {
    width: 32px !important;
    height: 32px !important;
    margin-left: -16px !important;
  }
  .section-business .map {
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
  }
  .section-business .text-box {
    width: 802px !important;
    height: 80px !important;
    margin: -50px auto 0 !important;
    padding-left: 70px !important;
  }
  .section-business .text-box h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .section-business .text-box h1::before {
    width: 36px !important;
    height: 8px !important;
    top: 7px !important;
    left: -70px !important;
  }
  .section-business .text-box p {
    margin: 6px 0 0 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .section-platform .round {
    width: 530px !important;
    height: 530px !important;
  }
  .section-platform .round .round-inner {
    width: 350px !important;
    height: 350px !important;
  }
  .section-platform .round .platform-profile img {
    width: 524px !important;
  }
  .section-platform .round .platform-profile .text {
    width: 184px !important;
    margin-left: 20px !important;
  }
  .section-platform .round .platform-profile .text h1 {
    margin: 0 0 20px 0 !important;
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .section-platform .round .platform-profile .text h1::after {
    width: 36px !important;
    height: 5px !important;
    margin-top: 12px !important;
  }
  .section-platform .round .platform-profile .text p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-platform .round .platform-profile .text p:last-child {
    margin-top: 12px !important;
  }
  .section-advantage .advantage-round {
    width: 460px !important;
    height: 460px !important;
  }
  .section-advantage .advantage-round .core-cylinder {
    width: 86px !important;
    height: 108px !important;
    margin-left: -43px !important;
    top: 120px !important;
  }
  .section-advantage .advantage-round .text h1 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section-advantage .advantage-round .text h1::before {
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
  }
  .section-advantage .advantage-round .text p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-advantage .advantage-round .text.text1 {
    top: 99px !important;
    left: -130px !important;
    width: 220px !important;
  }
  .section-advantage .advantage-round .text.text2 {
    bottom: 42px !important;
    left: -100px !important;
  }
  .section-advantage .advantage-round .text.text3 {
    top: 65px !important;
    right: -155px !important;
    width: 210px !important;
  }
  .section-advantage .advantage-round .text.text4 {
    width: 230px !important;
    bottom: 73px !important;
    right: -158px !important;
  }
  .section-about .about {
    bottom: 230px !important;
    height: 300px !important;
  }
  .section-about .about .title {
    margin-right: 60px !important;
  }
  .section-about .about .title::after {
    width: 36px !important;
    height: 5px !important;
    margin-top: 14px !important;
  }
  .section-about .about .title p {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .section-about .about .text {
    padding: 24px 34px !important;
    width: 468px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-about .about .text .comma {
    width: 36px !important;
    height: 30px !important;
    right: -22px !important;
    top: -10px !important;
  }
  .section-about .contact {
    height: 230px !important;
  }
  .section-about .contact .copyright {
    font-size: 12px !important;
  }
  .section-about .contact p {
    font-size: 12px !important;
  }
  .section-about .contact p:nth-of-type(2) {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 828px) {
  .header {
    top: 15px !important;
    left: 15px !important;
    right: 15px !important;
  }
  .logo {
    -webkit-box-flex: 105px;
        -ms-flex: 105px 0 0px;
            flex: 105px 0 0;
    width: 105px !important;
    height: 28px !important;
  }
  .nav {
    display: block !important;
  }
  #menu {
    margin: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #222A44;
    display: none;
  }
  #menu .close-menu {
    display: block !important;
  }
  #menu .box {
    height: 54px;
  }
  #menu li {
    margin: 0 !important;
    float: none !important;
    text-align: center;
  }
  #menu li.active {
    background: #323C72;
  }
  #menu li.active::after {
    display: none !important;
  }
  #menu li a {
    display: block;
    height: 90px;
    line-height: 90px !important;
    font-size: 21px !important;
    color: #fff !important;
  }
  @-webkit-keyframes cylinderMove {
    from {
      top: 90px;
    }
    to {
      top: 100px;
    }
  }
  @keyframes cylinderMove {
    from {
      top: 90px;
    }
    to {
      top: 100px;
    }
  }
  .section-home .title-wrap h1 {
    font-size: 33px !important;
    line-height: 37px !important;
  }
  .section-home .title-wrap h2 {
    margin: 10px 0 0 0 !important;
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .arrow-tip {
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
  }
  .back-top {
    visibility: hidden;
  }
  .section-business {
    position: relative;
  }
  .section-business .map {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin-top: -290px !important;
    margin-left: -320px !important;
    -webkit-transform: scale(0.54);
            transform: scale(0.54);
  }
  .section-business .map .line {
    position: absolute;
  }
  .section-business .map .line.line1 {
    left: 100px !important;
    bottom: 30px  !important;
  }
  .section-business .map .line.line2 {
    top: -15px !important;
    right: 190px !important;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .section-business .map .text {
    position: absolute;
  }
  .section-business .map .text h1 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
  .section-business .map .text p {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .section-business .map .text.text1 {
    top: -108px !important;
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }
  .section-business .map .text.text2 {
    top: 480px !important;
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }
  .section-business .text-box {
    position: absolute;
    width: auto !important;
    left: 15px;
    right: 15px;
    margin: 160px auto 0 !important;
    padding-left: 40px !important;
    padding-right: 20px;
  }
  .section-business .text-box h1 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .section-business .text-box h1::before {
    width: 20px !important;
    height: 8px !important;
    top: 4px !important;
    left: -40px !important;
  }
  .section-business .text-box p {
    margin: 5px 0 0 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-platform .round {
    width: 530px !important;
    height: 530px !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -265px !important;
    margin-top: -265px !important;
  }
  .section-platform .round .round-inner {
    width: 350px !important;
    height: 350px !important;
  }
  .section-platform .round .platform-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-platform .round .platform-profile img {
    width: 370px !important;
    min-width: 370px !important;
  }
  .section-platform .round .platform-profile .text {
    width: 270px !important;
    margin-left: 0 !important;
  }
  .section-platform .round .platform-profile .text h1 {
    margin: 0 0 20px 0 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    width: 180px !important;
  }
  .section-platform .round .platform-profile .text h1::after {
    width: 30px !important;
    height: 5px !important;
    margin-top: 10px !important;
  }
  .section-platform .round .platform-profile .text p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-platform .round .platform-profile .text p:last-child {
    margin-top: 10px !important;
  }
  .section-advantage .advantage-round {
    width: 345px !important;
    height: 345px !important;
    margin-top: 50px !important;
  }
  .section-advantage .advantage-round .core-cylinder {
    width: 64px !important;
    height: 80px !important;
    margin-left: -32px !important;
    top: 90px !important;
  }
  .section-advantage .advantage-round .text h1 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section-advantage .advantage-round .text h1::before {
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
  }
  .section-advantage .advantage-round .text p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .section-advantage .advantage-round .text.text1 {
    top: -40px !important;
    left: 0 !important;
    width: 130px !important;
  }
  .section-advantage .advantage-round .text.text2 {
    bottom: 0 !important;
    left: 0px !important;
  }
  .section-advantage .advantage-round .text.text3 {
    top: -85px !important;
    right: 0 !important;
    width: 120px !important;
  }
  .section-advantage .advantage-round .text.text4 {
    width: 130px !important;
    bottom: -40px !important;
    right: 0 !important;
  }
  .section-about .about {
    bottom: 220px !important;
    height: 260px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 25px !important;
    background-size: 190% !important;
  }
  .section-about .about .title {
    margin-right: 0 !important;
    margin-bottom: 18px;
  }
  .section-about .about .title::after {
    width: 36px !important;
    height: 5px !important;
    margin-top: 8px !important;
  }
  .section-about .about .title p {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .section-about .about .text {
    padding: 15px !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 18px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-about .about .text p {
    margin: 0;
  }
  .section-about .about .text .comma {
    width: 36px !important;
    height: 30px !important;
    right: -15px !important;
    top: -10px !important;
  }
  .section-about .contact {
    height: 220px !important;
    background-position: 30% !important;
  }
  .section-about .contact .copyright {
    color: #fff;
    font-size: 12px !important;
  }
  .section-about .contact p {
    font-size: 12px !important;
  }
  .section-about .contact p:nth-of-type(2) {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=app.css.map */