@media (max-width:767.98px) {
  .product-banner {
    height: 580px !important
  }
}

@media (max-width:767.98px) {
  .spec-en .product-banner {
    height: 640px !important
  }
}

.profit h2 {
  margin-left: 0;
  padding-left: 0
}

.profit p {
  margin-top: 64px
}

.profit .video {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2)
}

.profit .video video {
  width: 100%
}

@media (max-width:767.98px) {
  .profit p {
    margin-top: 48px
  }
}

.guest .row .group .con {
  min-height: 90px
}

.business .row,
.guest .row {
  margin-top: 64px
}

@media (max-width:767.98px) {

  .business .row,
  .guest .row {
    margin-top: 0
  }
}

.business .item,
.guest .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 10px
}

.business .item .icon,
.guest .item .icon {
  width: 40px;
  height: 40px
}

.business .item h5,
.guest .item h5 {
  margin-top: 24px
}

.business .item p,
.guest .item p {
  margin-top: 8px;
  min-height: 68px
}

.business .item .img,
.guest .item .img {
  margin-top: 24px;
  max-width: 100%;
  height: 300px
}

.business .item img,
.guest .item img {
  width: 100%
}

@media (max-width:767.98px) {

  .business .item,
  .guest .item {
    padding: 0;
    margin-top: 48px
  }

  .business .item .group,
  .guest .item .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .business .item .icon,
  .guest .item .icon {
    width: 32px;
    height: 32px
  }

  .business .item h5,
  .guest .item h5 {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .business .item p,
  .guest .item p {
    margin-top: 4px;
    min-height: 32px;
    padding: 2px
  }

  .business .item .img,
  .guest .item .img {
    height: 198px;
    margin-top: 16px
  }
}

.business,
.guest {
  background: #fafbff
}

.capital {
  background: #fff
}

.capital h2 {
  margin-left: 0;
  padding-left: 0
}

.capital .row {
  padding-top: 96px
}

.capital .row .item {
  text-align: center;
  padding: 0 32px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.capital .row .item h5 {
  margin-top: 37px
}

.capital .row .item p {
  margin-top: 20px
}

.capital .row .item .icon {
  width: 160px;
  height: 120px
}

.capital .row .item .icon img {
  width: 100%;
  height: 100%
}

@media (max-width:767.98px) {
  .capital .pd_120_96 {
    padding-top: 47px;
    padding-bottom: 100px
  }

  .capital .pd_120_96 .row {
    padding-top: 0
  }

  .capital .pd_120_96 .row .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    margin-top: 48px;
    padding: 0;
    text-align: left
  }

  .capital .pd_120_96 .row .item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    height: 90px
  }

  .capital .pd_120_96 .row .item .con {
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .capital .pd_120_96 .row .item p {
    margin-top: 9px
  }

  .capital .pd_120_96 .row .item h5 {
    margin-top: 8px
  }
}

.product-banner {
  overflow: hidden;
  height: 640px;
  position: relative;
  background: url(../image/banner-bg.png) no-repeat center top;
  background-size: 2048px 640px
}

@media (max-width:767.98px) {
  .product-banner {
    background: 0 0;
    height: 555px
  }
}

.product-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #001acb), to(#1174ff));
  background: linear-gradient(180deg, #001acb 0, #1174ff 100%);
  z-index: -1
}

.product-banner .image {
  width: 640px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 544px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom
}

@media (max-width:767.98px) {
  .product-banner .image {
    width: auto;
    height: auto;
    left: 16px;
    right: 16px;
    bottom: -6px;
    background-size: 100% auto
  }
}

.product-banner .container .follow {
  width: 55%;
  margin-top: 50px;
  height: 544px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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
}

.product-banner .container .follow h1 {
  color: #fff
}

.product-banner .container .follow p {
  color: #fff;
  margin-top: 16px
}

@media (max-width:767.98px) {
  .product-banner .container .follow {
    margin-top: 112px;
    width: 100%;
    display: block;
    height: auto
  }

  .product-banner .container .follow h1 {
    width: 100%;
    font-size: 36px;
    line-height: 40px
  }

  .product-banner .container .follow p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px
  }
}

.footer-contact-us {
  height: 364px;
  position: relative;
  overflow: hidden;
  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
}

.footer-contact-us::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/assets/images/contact/contact-footer.svg) no-repeat center top;
  background-size: 100% 100%;
  width: 2049px;
  height: 364px;
  margin-left: -1024.5px;
  z-index: -1
}

.footer-contact-us .title {
  text-align: center;
  color: #fff
}

.footer-contact-us .btns {
  text-align: center;
  margin-top: 40px
}

.footer-contact-us .btns a {
  margin: 0 12px
}

@media (max-width:767.98px) {
  .footer-contact-us {
    height: 186px
  }

  .footer-contact-us::after {
    background-image: url(/assets/images/contact/contact-footer-h5.svg)
  }

  .footer-contact-us .btns {
    margin-top: 25px
  }

  .footer-contact-us .btns a {
    margin: 0 6px
  }
}