@charset "UTF-8";
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  /*src: url("../fonts/SourceHanSansCN-Regular.otf");*/
}
/**/
@font-face {
  font-family: 'SourceHanSansCN-Light';
  /*src: url("../fonts/SourceHanSansCN-Light.otf");
  src: url("../fonts/SourceHanSansCN-Regular.otf");*/
}

@font-face {
  font-family: 'SourceHanSansCN-Normal';
  /*src: url("../fonts/SourceHanSansCN-Normal.otf");
  src: url("../fonts/SourceHanSansCN-Regular.otf");*/
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  /*src: url("../fonts/SourceHanSansCN-Medium.otf");
  src: url("../fonts/SourceHanSansCN-Regular.otf");*/
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  /*src: url("../fonts/SourceHanSansCN-Bold.otf");
  src: url("../fonts/SourceHanSansCN-Regular.otf");*/
  font-weight:800;
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular.otf");
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url("../fonts/DINPro-Bold.otf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale-bg-1 {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes o-scale {
  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 o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes logomove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: all .3s ease;
  }
  .dom-loaded .header .logo img {
    transition: all .3s ease;
  }
  .dom-loaded .header li a.single {
    transition: all .3s ease;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  .dom-loaded .header li:hover a.single {
    color: #09a2b9;
  }
  .dom-loaded .header li:hover a.single:after {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .dom-loaded .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header span.tel {
    transition: all .3s ease;
  }
  .dom-loaded .header span.tel:before {
    transition: all .3s ease;
  }
  .dom-loaded .header a.search {
    transition: all .3s ease;
  }
  .dom-loaded .header a.menu {
    transition: all .3s ease;
  }
  .dom-loaded .header .global span {
    transition: all .3s ease;
  }
  .dom-loaded .header .global span:before {
    transition: all .3s ease;
  }
  .dom-loaded .header a.lang {
    transition: color .3s ease;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5.625rem;
  font-size: 0;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header.down, .header:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .header.down .logo img.show, .header:hover .logo img.show {
    opacity: 0;
  }
  .header.down .logo img.hide, .header:hover .logo img.hide {
    opacity: 1;
  }
  .header.down li a.single, .header:hover li a.single {
    color: #666666;
  }
  .header.down span.tel, .header:hover span.tel {
    color: #333;
  }
  .header.down span.tel:before, .header:hover span.tel:before {
    background-image: url("../images/icon-1-2.svg");
  }
  .header.down a.search, .header:hover a.search {
    background-image: url("../images/icon-2-2.svg");
  }
  .header.down a.menu, .header:hover a.menu {
    background-image: url("../images/icon-3-2.svg");
  }
  .header.down .global span, .header:hover .global span {
    color: #666;
  }
  .header.down .global span:before, .header:hover .global span:before {
    background-image: url("../images/global-1.svg");
  }
  .header.down a.lang, .header:hover a.lang {
    color: #666;
  }
  .header.down li a.single {
    line-height: 5rem;
  }
  .header.translate {
    transform: translateY(-100%);
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  position: relative;
  width: 8.75rem;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .info {
  display: flex;
  align-items: center;
}
.header li {
  display: inline-block;
  vertical-align: top;
}
.header li a.single {
  display: block;
  font-size: max(14px, 1.125rem);
  line-height: 6.25rem;
  color: #fff;
  padding: 0 1.875rem;
  position: relative;
}
.header li a.single:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #09a2b9;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header li .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.header li .subnav .flex {
  padding: 5.625rem;
  align-items: flex-start;
}
.header li .subnav .left-box {
  width: 50%;
  padding: 4.375rem 15rem 0 0;
}
.header li .subnav .left-box p {
  font-size: 1.875rem;
  color: #333333;
  line-height: 1.6;
}
.header li .subnav .left-box span {
  display: inline-block;
  font-size: max(14px, 1rem);
  color: #09a2b9;
  margin-top: 10px;
}
.header li .subnav .link-box {
  width: calc(50% - 30rem);
  padding-right: 1.875rem;
}
.header li .subnav .link-box a {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333;
  padding: 0 1.25rem;
  line-height: max(40px, 3rem);
  border-radius: 5px;
  margin-top: 1rem;
  transition: all .3s ease;
}
.header li .subnav .link-box a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav .link-box a:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.header li .subnav .right-box {
  width: 30rem;
  border-radius: 10px;
  overflow: hidden;
}
.header li .subnav .right-box img {
  display: block;
  width: 100%;
}
.header li .subnav .s-link {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
.header li .subnav .s-link .box {
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
}
.header li .subnav .s-link a {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1rem);
  color: #333;
  line-height: max(36px, 3rem);
  margin-left: 3.75rem;
  transition: color .3s ease;
}
.header li .subnav .s-link a:nth-of-type(1) {
  margin-left: 0;
}
@media (any-hover: hover) {
  .header li .subnav .s-link a:hover {
    color: #09a2b9;
  }
}
.header li:nth-of-type(4) .subnav .s-link a:nth-of-type(1) {
  display: none;
}
.header li:nth-of-type(4) .subnav .s-link a:nth-of-type(2) {
  margin-left: 0;
}
.header span.tel {
  font-size: max(14px, 1rem);
  color: #fff;
  margin-right: 2.5rem;
}
.header span.tel:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.header a.search {
  width: max(26px, 2rem);
  height: max(26px, 2rem);
  border-radius: 50%;
  background-color: rgba(9, 162, 185, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-2-1.svg");
  background-size: auto max(12px, 1rem);
  margin-right: 2.5rem;
}
.header a.menu {
  width: max(24px, 1.75rem);
  height: max(24px, 1.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3-1.svg");
}
.header .global {
  position: relative;
}
.header .global span {
  font-size: max(12px, 0.875rem);
  color: #fff;
}
.header .global span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-image: url("../images/global.svg");
}
.header .global .hide {
  position: absolute;
  width: 90px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
}
.header .global .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header .global .hide .box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.header .global .hide a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  text-align: center;
  background-color: #fff;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .header .global .hide a:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.header .global:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header .m-global {
  display: none;
}
.header .m-global a {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
.header .m-global a:nth-of-type(1) {
  margin-left: 0;
}
.header a.lang {
  font-size: max(14px, 1rem);
  color: #fff;
}

.head-null {
  height: 5rem;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.fixed-search .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.fixed-search .logo {
  position: fixed;
  left: 3.75rem;
  top: 1.375rem;
  z-index: 3;
}
.fixed-search .logo img {
  display: block;
  height: 3.5rem;
}
.fixed-search .close {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.png");
  position: absolute;
  right: 5rem;
  top: 3.125rem;
  margin-top: -15px;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: relative;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 63.75rem;
  margin: 0 auto;
}
.fixed-search .top-box {
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
}
.fixed-search form {
  position: relative;
  height: 40px;
  padding-left: 40px;
}
.fixed-search form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon-2-2.svg") left center no-repeat;
  background-size: auto 16px;
  border-right: 1px solid #cccccc;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: transparent;
  font-size: max(14px, 1rem);
  color: #666;
}
.fixed-search form input::-webkit-input-placeholder {
  color: #666;
}
.fixed-search form input:-moz-placeholder {
  color: #666;
}
.fixed-search form input::-moz-placeholder {
  color: #666;
}
.fixed-search form input:-ms-input-placeholder {
  color: #666;
}
.fixed-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background: url("../images/icon-2-2.svg") center center no-repeat;
  background-size: auto 16px;
  display: none;
}
.fixed-search .bot-box {
  padding: 2.5rem 0 5rem;
  background-color: #f5f5f5;
}
.fixed-search .tit {
  font-size: max(14px, 1rem);
  color: #353544;
  padding: 0 7.5rem;
}
.fixed-search .link {
  padding: 10px 7.5rem 0;
}
.fixed-search .link a {
  display: block;
  padding: 0 2.5rem;
  font-size: max(16px, 1.5rem);
  line-height: 3.75rem;
  color: #808080;
  position: relative;
  border-radius: 5px;
  transition: all .3s ease;
}
.fixed-search .link a:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-7-1.png");
  background-size: auto 99%;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -7px;
}
@media (any-hover: hover) {
  .fixed-search .link a:hover {
    color: #09a2b9;
    background-color: #ffffff;
  }
  .fixed-search .link a:hover:after {
    background-image: url("../images/index/icon-7-2.png");
  }
}

.footer {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.footer .top-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6.25rem 0;
}
.footer .left-box {
  display: flex;
  align-items: flex-start;
}
.footer .right-box {
  text-align: right;
}
.footer .nav {
  margin-left: 7.5rem;
}
.footer .nav:nth-of-type(1) {
  margin-left: 0;
}
.footer .nav span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #333333;
}
.footer .nav a.single {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #333333;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .footer .nav a.single:hover {
    color: #09a2b9;
  }
}
.footer .nav .link {
  margin-top: 2rem;
}
.footer .nav .link a {
  display: block;
  font-size: max(14px, 1rem);
  color: #666666;
  margin-top: 1.5rem;
  transition: all .3s ease;
}
.footer .nav .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .footer .nav .link a:hover {
    color: #09a2b9;
  }
}
.footer .nav:nth-of-type(3) .link a:nth-of-type(1) {
  display: none;
}
.footer .nav:nth-of-type(3) .link a:nth-of-type(2) {
  margin-top: 0;
}
.footer .ewm-box {
  display: inline-block;
  text-align: center;
}
.footer .ewm-box .img-box {
  width: max(80px, 7.8125rem);
}
.footer .ewm-box img {
  display: block;
  width: 100%;
}
.footer .ewm-box p {
  font-size: max(12px, 0.875rem);
  color: #666666;
  line-height: 1.5;
  margin-top: 1rem;
}
.footer .drop {
  margin-top: 2.5rem;
  width: 300px;
  display: flex;
  text-align: left;
}
.footer .drop .site {
  position: relative;
  width: calc(100% - 58px);
  height: 48px;
}
.footer .drop .site span {
  display: block;
  line-height: 48px;
  padding: 0 1.5rem;
  color: #999999;
  font-size: max(14px, 1rem);
  background-color: #f7f7f7;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 2;
}
.footer .drop .site .hide {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f7f7f7;
  width: 100%;
  padding-top: 24px;
  z-index: 1;
  display: none;
  max-height: calc(12rem + 24px);
  overflow: auto;
}
.footer .drop .site .hide a {
  display: block;
  font-size: max(14px, 1rem);
  color: #999999;
  padding: 0 1.5rem;
  line-height: 3rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .footer .drop .site .hide a:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.footer .drop .site.open .hide {
  display: block;
}
.footer .drop a.go {
  width: 68px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: max(14px, 1rem);
  background-color: #09a2b9;
  border-radius: 0 5px 5px 0;
}
.footer .bot-block {
  border-top: 1px solid #f3f3f3;
  padding: 3.125rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bot-block p {
  font-size: max(12px, 1rem);
  color: #666666;
  opacity: 0.8;
}
.footer .bot-block p a {
  color: #666666;
}
.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: max(12px, 1rem);
  color: #666666;
  margin-right: 1.5rem;
  transition: color .3s ease;
}
.footer .bot-block .link a:last-of-type {
  margin-right: 0;
}
@media (any-hover: hover) {
  .footer .bot-block .link a:hover {
    color: #09a2b9;
  }
}

.wrap-s {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-bg-fixed, .index-s4, .index-s6 .bg-block .bg, .about-s2, .about-s3, .business-s1, .business-s3, .business-s4, .cooperation-s2, .join-s1, .join-s4 {
  background-attachment: fixed;
}

.index-tit {
  text-align: center;
}
.index-tit span {
  display: block;
  font-size: 3.125rem;
  color: #09a2b9;
  font-family: 'SourceHanSansCN-Bold';
}
.index-tit .tit {
  font-size: 1.5rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 1.25rem;
}

.c-banner {
  position: relative;
  overflow: hidden;
}
.c-banner .img-box img {
  display: block;
  width: 100%;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 4.375rem;
}
.c-banner .txt-box.t-center {
  text-align: center;
}
.c-banner .tit {
  font-size: 3.75rem;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.c-banner p {
  font-size: 1.625rem;
  color: #fff;
  margin-top: 1rem;
}
.c-banner .form {
  position: relative;
  width: 80%;
  max-width: 45rem;
  margin: 0 auto;
  background-color: #fff;
  height: 5rem;
  border-radius: .625rem;
  overflow: hidden;
}
.c-banner .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  font-size: max(14px, 1.125rem);
  color: #333;
}
.c-banner .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-2-2.svg");
  background-size: auto 1.5rem;
  background-color: transparent;
  cursor: pointer;
}

.c-crumbs {
  margin-top: -4.375rem;
  background-color: rgba(247, 247, 247, 0.95);
  font-size: 0;
  position: sticky;
  top: 5rem;
  z-index: 5;
  transition: top .3s ease;
}
.c-crumbs.nomt {
  margin-top: 0;
  background-color: #fdfdfd;
}
.c-crumbs.translate {
  top: 0;
}
.c-crumbs .flex {
  display: flex;
  justify-content: space-between;
}
.c-crumbs .left-box a.home {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
}
.c-crumbs .left-box a.link {
  display: inline-block;
  vertical-align: middle;
  font-size: max(16px, 1.125rem);
  line-height: 4.375rem;
  color: #333;
  margin-left: calc(2.5rem + 6px);
  position: relative;
}
.c-crumbs .left-box a.link:before {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-2.svg");
  position: absolute;
  left: calc(-6px - 1.25rem);
  top: 50%;
  margin-top: -5px;
}
.c-crumbs .right-box a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: max(16px, 1.125rem);
  line-height: 4.375rem;
  color: #333333;
  margin-left: 3.125rem;
  padding: 0 10px;
  cursor: pointer;
  transition: color .3s ease;
}
.c-crumbs .right-box a:nth-of-type(1) {
  margin-left: 0;
}
.c-crumbs .right-box a:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #09a2b9;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.c-crumbs .right-box a.active {
  color: #09a2b9;
}
.c-crumbs .right-box a.active:before {
  opacity: 1;
}
@media (any-hover: hover) {
  .c-crumbs .right-box a:hover {
    color: #09a2b9;
  }
  .c-crumbs .right-box a:hover:before {
    opacity: 1;
  }
}

.scroll-main {
  position: relative;
  z-index: 1;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e2eaf3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #09a2b9;
  background-color: #09a2b9;
  color: #fff;
}

.index-s1 {
  background-color: #000;
  position: relative;
}
.index-s1 .items {
  position: relative;
  z-index: 1;
}
.index-s1 .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-s1 .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/index/img-1.png") center top no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.index-s1 .item .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 4;
}
.index-s1 .item .tit {
  font-size: 4.375rem;
  color: #fff;
  display: none;
  opacity: 0;
}
.index-s1 .item p {
  font-size: 1.625rem;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 1rem;
  display: none;
  opacity: 0;
}
.index-s1 .item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 5;
}
.index-s1 .item .line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e50055;
  transform: scaleX(0);
  transform-origin: left center;
}
.index-s1 .item.swiper-slide-active img {
  animation: scale-bg 8s linear forwards;
}
.index-s1 .item.swiper-slide-active .tit {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .item.swiper-slide-active p {
  display: block;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .item.active .line span {
  transform: scaleX(1);
  transition: transform 8s linear;
}
.index-s1 .ope {
  position: absolute;
  width: 100%;
  top: calc(50% + 11.25rem);
  font-size: 0;
  z-index: 2;
}
.index-s1 .ope .btn {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.index-s1 .ope .btn: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("../images/index/icon-1.png");
  animation: o-rotate 2s linear infinite;
}
.index-s1 .ope .btn i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2-1.png");
}
.index-s1 .ope .btn.pause i {
  background-image: url("../images/index/icon-2-2.png");
}
.index-s1 .ope .button {
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.index-s1 .ope .prev {
  margin-left: 50px;
  background-image: url("../images/index/prev.png");
}
.index-s1 .ope .next {
  background-image: url("../images/index/next.png");
}
.index-s1 .ope .pagination {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
}
.index-s1 .pagination-s {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  z-index: 2;
}
.index-s1 .pagination-s span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .pagination-s span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .pagination-s span.active {
  width: 30px;
  background-color: #0aa2b9;
}

.index-s2 {
  padding: 9.375rem 0 12.5rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, #fff, #ecf8fa);
}
.index-s2 .para {
  font-size: max(16px, 1.25rem);
  color: #666666;
  line-height: 2;
  font-family: 'SourceHanSansCN-Normal';
  padding: 0 8rem;
  margin-top: 1.25rem;
}
.index-s2 a.more {
  display: block;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  text-align: center;
  margin: 3rem auto 0;
  transition: all .3s ease;
  will-change: transform;
}
.index-s2 a.more:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 15px;
}
@media (any-hover: hover) {
  .index-s2 a.more:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.index-s2 .items {
  margin-top: 7.5rem;
  padding: 0 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-s2 .item .num {
  position: relative;
}
.index-s2 .item .num span {
  font-size: 5rem;
  color: #333333;
  font-family: 'DINPro-Bold';
  display: inline-block;
  vertical-align: top;
}
.index-s2 .item .num span.hide {
  opacity: 0;
}
.index-s2 .item .num span.count {
  position: absolute;
  top: 0;
  left: 0;
}
.index-s2 .item .num i {
  font-style: normal;
  font-size: 1.625rem;
  color: #808080;
  display: inline-block;
  vertical-align: top;
  transform: translateY(1rem);
}
.index-s2 .item p {
  font-size: max(14px, 1rem);
  color: #808080;
}
.index-s2 .item .en {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
}

#mydiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-s3 {
  padding: 7.5rem 0;
}
.index-s3 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
}
.index-s3 .s-label {
  font-size: 1.625rem;
  text-align: center;
  color: #666666;
  margin: 1rem 0 3.75rem;
}
.index-s3 .map-box {
  width: 90.5625%;
  margin: 0 auto;
  position: relative;
}
.index-s3 .map-box img.bg {
  display: block;
  width: 100%;
}
.index-s3 .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.index-s3 .tips span {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1.125rem);
  color: #09a2b9;
  margin-left: 1.875rem;
}
.index-s3 .tips span:nth-of-type(1) {
  margin-left: 0;
}
.index-s3 .tips span:before {
  content: '';
  width: 16px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-s3 .tips span.gray {
  color: #a0a0a0;
}
.index-s3 .tips span.gray:before {
  background-image: url("../images/index/icon-3-2.png");
}
.index-s3 .item {
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-s3 .item i {
  width: 20px;
  height: max(24px, 2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4-1.png");
  display: block;
  cursor: pointer;
}
.index-s3 .item .hide {
  width: 31.25rem;
  position: absolute;
  top: 50%;
  padding-top: 40px;
  left: 50%;
  margin-left: -15.625rem;
  display: none;
  opacity: 0;
}
.index-s3 .item .hide .box {
  position: relative;
  display: flex;
  border-radius: 30px 5px 5px 5px;
  overflow: hidden;
  box-shadow: 0 1.25rem 1.875rem rgba(9, 162, 185, 0.24);
}
.index-s3 .item .hide .box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #09a2b9;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
}
.index-s3 .item .hide .img-box {
  width: 12.3125rem;
  height: 10.125rem;
}
.index-s3 .item .hide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s3 .item .hide .txt-box {
  width: calc(100% - 12.3125rem);
  background-color: #09a2b9;
  padding: 0 2.5rem;
}
.index-s3 .item .hide .b-tit {
  font-size: max(18px, 1.625rem);
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
}
.index-s3 .item .hide .tit {
  font-size: max(18px, 1.5rem);
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
}
.index-s3 .item .hide p {
  font-size: max(14px, 1.125rem);
  color: #fff;
  margin-top: .625rem;
}
.index-s3 .item .hide a {
  display: block;
  width: 92px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  transition: all .3s ease;
  will-change: transform;
}
.index-s3 .item .hide a:after {
  content: '';
  width: 8px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .item .hide a:hover {
    transform: translateY(-3px);
    background-color: #fff;
    color: #09a2b9;
    box-shadow: 0 0.625rem 1.875rem rgba(255, 255, 255, 0.3);
  }
  .index-s3 .item .hide a:hover:after {
    background-image: url("../images/index/icon-5-1.png");
  }
}
.index-s3 .item.gray i {
  background-image: url("../images/index/icon-4-2.png");
}
.index-s3 .item:nth-of-type(1) {
  left: 36.44%;
  top: 38.84%;
}
.index-s3 .item:nth-of-type(2) {
  left: 36.4%;
  top: 44%;
}
.index-s3 .item:nth-of-type(3) {
  left: 34.4%;
  top: 40.88%;
}
.index-s3 .item:nth-of-type(4) {
  left: 37.82%;
  top: 45%;
}
.index-s3 .item:nth-of-type(5) {
  left: 83.67%;
  top: 37.81%;
}
.index-s3 .item:nth-of-type(6) {
  left: 71.02%;
  top: 40.92%;
}
.index-s3 .item.active {
  z-index: 2;
  pointer-events: none;
}
.index-s3 .item.active i {
  background-image: url("../images/index/icon-4-3.png");
}
.index-s3 .item.active .hide {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .mobile-box {
  display: none;
}

.index-ns3 {
  padding: 7.5rem 0 0;
  background: #fff url("../images/index/n-1.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.index-ns3 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
}
.index-ns3 .s-label {
  font-size: 1.625rem;
  text-align: center;
  color: #666666;
  margin: 1rem 0 3.75rem;
}
.index-ns3 .map-box {
  position: relative;
  margin-top: 2rem;
}
.index-ns3 .map-box img.bg {
  display: block;
  width: 100%;
}
.index-ns3 .map-box img.m-bg {
  display: none;
}
.index-ns3 .tips {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 0;
}
.index-ns3 .tips span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #e50055;
  margin-top: 1rem;
}
.index-ns3 .tips span:nth-of-type(1) {
  margin-top: 0;
}
.index-ns3 .tips span:before {
  content: '';
  width: 16px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/n-icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-ns3 .tips span.gray {
  color: #666666;
}
.index-ns3 .tips span.gray:before {
  background-image: url("../images/index/n-icon-2.png");
}
.index-ns3 .item {
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-ns3 .item i {
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/n-icon-3.png");
  display: block;
  cursor: pointer;
}
.index-ns3 .item span {
  position: absolute;
  left: calc(50% + 5px);
  top: -15px;
  width: 45px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  border-radius: 10px 10px 10px 0;
  background-color: #e50055;
}
.index-ns3 .item .hide {
  width: max(300px, 26.625rem);
  position: absolute;
  bottom: calc(100% + 15px);
  right: calc(100% - 7px);
  padding: 1.25rem;
  border-radius: 1.25rem 1.25rem 0 1.25rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.05);
  display: none;
  opacity: 0;
}
.index-ns3 .item .hide .box {
  display: flex;
  align-items: center;
}
.index-ns3 .item .hide .img-box {
  width: 11rem;
  height: 6.25rem;
}
.index-ns3 .item .hide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-ns3 .item .hide .txt-box {
  width: calc(100% - 11rem);
  padding-left: 1.25rem;
}
.index-ns3 .item .hide .b-tit {
  font-size: max(18px, 1.625rem);
  color: #333333;
  font-family: 'SourceHanSansCN-Medium';
}
.index-ns3 .item .hide .tit {
  font-size: 1.875rem;
  color: #333333;
  font-family: 'SourceHanSansCN-Medium';
}
.index-ns3 .item .hide p {
  font-size: max(14px, 1.125rem);
  color: #333333;
  margin-top: .625rem;
}
.index-ns3 .item .hide a {
  display: block;
  width: 92px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  transition: all .3s ease;
  will-change: transform;
}
.index-ns3 .item .hide a:after {
  content: '';
  width: 8px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-ns3 .item .hide a:hover {
    transform: translateY(-3px);
    background-color: #fff;
    color: #09a2b9;
    box-shadow: 0 0.625rem 1.875rem rgba(255, 255, 255, 0.3);
  }
  .index-ns3 .item .hide a:hover:after {
    background-image: url("../images/index/icon-5-1.png");
  }
}
.index-ns3 .item.gray i {
  background-image: url("../images/index/n-icon-4.png");
}
.index-ns3 .item.gray span {
  background-color: #666666;
}
.index-ns3 .item:nth-of-type(1) {
  left: 40%;
  top: 27.5%;
}
.index-ns3 .item:nth-of-type(2) {
  left: 44%;
  top: 40.88%;
}
.index-ns3 .item:nth-of-type(3) {
  left: 37.5%;
  top: 40%;
}
.index-ns3 .item:nth-of-type(4) {
  left: 46%;
  top: 45%;
}
.index-ns3 .item:nth-of-type(5) {
  left: 68.67%;
  top: 46.81%;
}
.index-ns3 .item:nth-of-type(6) {
  left: 96.02%;
  top: 36.92%;
}
.index-ns3 .item.active {
  z-index: 2;
  pointer-events: none;
}
.index-ns3 .item.active .hide {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-ns3 .mobile-box {
  display: none;
}

.index-s4 {
  margin-top: -6.25rem;
  padding: 20rem 0 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-4.jpg");
  position: relative;
  z-index: 3;
}
.index-s4 .index-tit {
  text-align: left;
}
.index-s4 .index-tit span, .index-s4 .index-tit .tit {
  color: #fff;
}
.index-s4 .para {
  font-size: max(16px, 1.25rem);
  color: #fff;
  line-height: 1.5;
  font-family: 'SourceHanSansCN-Light';
  margin-top: 1.5rem;
}
.index-s4 .items {
  margin-top: 3.75rem;
  display: flex;
}
.index-s4 .item {
  width: max(160px, 14rem);
  height: max(160px, 14rem);
  background-color: #fff;
  position: relative;
  border-radius: 20px 10px 10px 10px;
  overflow: hidden;
  margin-left: 1rem;
  transition: width .3s ease;
  will-change: width;
}
.index-s4 .item:nth-of-type(1) {
  margin: 0;
}
.index-s4 .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: max(370px, 31.25rem);
  height: 100%;
  opacity: 0;
}
.index-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s4 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: max(160px, 14rem);
  height: 100%;
  padding: 0 1.5rem;
  transition: opacity .3s ease;
  will-change: opacity;
}
.index-s4 .item .show .tit {
  font-size: max(16px, 1.375rem);
  color: #555555;
}
.index-s4 .item .show span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0e0e0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-6-1.png");
  margin-top: 2rem;
}
.index-s4 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: max(370px, 31.25rem);
  height: 100%;
  padding: 0 2.5rem;
  display: none;
}
.index-s4 .item .hide .tit, .index-s4 .item .hide p, .index-s4 .item .hide span {
  opacity: 0;
}
.index-s4 .item .hide .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.index-s4 .item .hide p {
  font-size: max(14px, 1.125rem);
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  font-family: 'SourceHanSansCN-Normal';
  margin-top: 5px;
}
.index-s4 .item .hide span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-6-2.png");
  background-size: auto 8px;
  margin-top: 1rem;
}
.index-s4 .item.active {
  width: max(370px, 31.25rem);
  background-color: transparent;
}
.index-s4 .item.active .img-box {
  opacity: 1;
}
.index-s4 .item.active .show {
  opacity: 0;
}
.index-s4 .item.active .hide {
  display: block;
}
.index-s4 .item.active .hide .tit, .index-s4 .item.active .hide p, .index-s4 .item.active .hide span {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .item.active .hide p {
  animation-delay: .1s;
}
.index-s4 .item.active .hide span {
  animation-delay: .2s;
}

.index-s5 .index-tit {
  text-align: left;
}
.index-s5 .flex {
  display: flex;
  align-items: flex-start;
}
.index-s5 .left-box {
  width: 30.625rem;
  position: sticky;
  top: 0;
  padding: 8.75rem 0;
}
.index-s5 .left-box .link {
  margin-top: 3.125rem;
  display: inline-block;
  border-left: 2px solid #d5d9df;
}
.index-s5 .left-box .link a {
  display: block;
  line-height: 5rem;
  padding-left: 2.5rem;
  position: relative;
  font-size: max(14px, 1.125rem);
  color: #26313e;
  transition: color .3s ease;
}
.index-s5 .left-box .link a:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  background-color: #09a2b9;
  transform: scaleY(0);
  transform-origin: left top;
}
.index-s5 .left-box .link a:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-7-1.png");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .left-box .link a:hover {
    color: #09a2b9;
  }
  .index-s5 .left-box .link a:hover:after {
    background-image: url("../images/index/icon-7-2.png");
  }
}
.index-s5 .left-box .link a.active {
  color: #09a2b9;
}
.index-s5 .left-box .link a.active:before {
  transform: scaleY(1);
  transition: transform .3s ease;
}
.index-s5 .left-box .link a.active:after {
  background-image: url("../images/index/icon-7-2.png");
}
.index-s5 .left-box .more {
  display: block;
  width: 138px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d5d9df;
  border-radius: 10px 0 10px 0;
  margin-top: 3.125rem;
  transition: all .3s ease;
}
.index-s5 .left-box .more:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-7-1.png");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .left-box .more:hover {
    background-color: #09a2b9;
    color: #fff;
    border-color: #09a2b9;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
  .index-s5 .left-box .more:hover:after {
    background-image: url("../images/index/icon-3.png");
  }
}
.index-s5 .right-box {
  width: calc(100% - 30.625rem);
  position: relative;
}
.index-s5 .right-box .child {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.index-s5 .right-box .child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-s5 .right-box .child:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-s5 .right-box .child.active {
  opacity: 1;
  visibility: visible;
}
.index-s5 .right-box .child.nomask:after {
  display: none;
}
.index-s5 .items {
  padding: 30vh 0 8.75rem;
}
.index-s5 .sw {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.25rem;
}
.index-s5 .item {
  width: calc(50% - 2.25rem);
  margin: 2.25rem 2.25rem 0 0;
}
.index-s5 .item:nth-of-type(1), .index-s5 .item:nth-of-type(2) {
  margin-top: 0;
}
.index-s5 .item:nth-of-type(odd) {
  transform: translateY(-12.5rem);
}
.index-s5 .item a {
  display: block;
  position: relative;
  border-radius: 20px 5px 5px 5px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.03);
  will-change: opacity, transform;
}
.index-s5 .item .img-box {
  height: 22.5rem;
}
.index-s5 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s5 .item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.75rem 2.5rem 2rem;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  transition: opacity .3s ease;
  will-change: opacity;
}
.index-s5 .item .show .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
  line-height: 1.5;
}
.index-s5 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 162, 185, 0.85);
  opacity: 0;
  transition: opacity .3s ease;
  will-change: opacity;
}
.index-s5 .item .hide .s-flex {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 3.75rem 2.5rem 2rem;
}
.index-s5 .item .hide .top-box {
  width: 100%;
}
.index-s5 .item .hide .top-box .tit {
  font-size: max(18px, 1.75rem);
  color: #fff;
}
.index-s5 .item .hide .top-box span {
  display: block;
  width: max(80px, 6.25rem);
  line-height: max(32px, 2.375rem);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  font-size: max(12px, 0.875rem);
  color: #fff;
  margin-top: 1.5rem;
}
.index-s5 .item .hide .bot-box {
  width: 100%;
}
.index-s5 .item .hide .bot-box span {
  font-size: max(14px, 1.125rem);
  color: #fff;
}
.index-s5 .item .hide .bot-box .date {
  font-size: max(14px, 1.125rem);
  color: #fff;
  margin-top: .625rem;
}
@media (any-hover: hover) {
  .index-s5 .item:hover img {
    transform: scale(1.1);
  }
  .index-s5 .item:hover .show {
    opacity: 0;
  }
  .index-s5 .item:hover .hide {
    opacity: 1;
  }
}

.index-s6 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.index-s6 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s6 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s ease;
  will-change: opacity;
}
.index-s6 .bg-block .bg.active {
  opacity: 1;
}
.index-s6 .wrap-s {
  padding: 9.375rem 0 12.5rem;
}
.index-s6:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.index-s6 .top-block {
  position: relative;
  z-index: 2;
}
.index-s6 .index-tit {
  text-align: left;
}
.index-s6 .index-tit span, .index-s6 .index-tit .tit {
  color: #fff;
}
.index-s6 a.more {
  display: block;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  text-align: center;
  margin-top: 3.75rem;
  transition: all .3s ease;
  will-change: transform;
}
.index-s6 a.more:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 15px;
}
@media (any-hover: hover) {
  .index-s6 a.more:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.index-s6 .bot-block {
  height: 350px;
  position: relative;
  z-index: 2;
}
.index-s6 .bot-block img.bg {
  display: block;
  width: 2600px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-s6 .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s6 .item {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: -10px 0 0 -10px;
}
.index-s6 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-s6 .item .show i {
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
}
.index-s6 .item .show span {
  padding: 10px;
  font-size: max(16px, 1.25rem);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.index-s6 .item .hide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6.875rem, -6.875rem);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  will-change: opacity;
  z-index: 2;
}
.index-s6 .item .top-box {
  width: 13.75rem;
  height: 13.75rem;
  position: relative;
}
.index-s6 .item .range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-s6 .item .range i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: o-scale-1 1.5s linear infinite;
}
.index-s6 .item .range i:nth-of-type(2) {
  animation-delay: .5s;
}
.index-s6 .item .range i:nth-of-type(3) {
  animation-delay: 1s;
}
.index-s6 .item .box {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #09a2b9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.index-s6 .item .box i {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s6 .item .box span {
  display: block;
  font-size: max(16px, 1.5rem);
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.index-s6 .item .para {
  font-size: max(14px, 1.25rem);
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
.index-s6 .item:nth-of-type(1) {
  left: 5%;
  top: 60%;
}
.index-s6 .item:nth-of-type(1) .show span {
  top: 100%;
}
.index-s6 .item:nth-of-type(2) {
  left: 39%;
  top: 93%;
}
.index-s6 .item:nth-of-type(2) .show span {
  top: 100%;
}
.index-s6 .item:nth-of-type(3) {
  right: 33%;
  top: 88.5%;
}
.index-s6 .item:nth-of-type(3) .show span {
  bottom: 100%;
}
.index-s6 .item:nth-of-type(4) {
  right: 5%;
  top: 27%;
}
.index-s6 .item:nth-of-type(4) .show span {
  top: 100%;
}
.index-s6 .item.active .show {
  opacity: 0;
}
.index-s6 .item.active .hide {
  opacity: 1;
  visibility: visible;
}
.index-s6 .buttons {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3.75rem;
  font-size: 0;
  text-align: right;
  z-index: 2;
}
.index-s6 .buttons .btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .buttons .btn:hover {
    border-color: #fff;
  }
}
.index-s6 .buttons .prev {
  background-image: url("../images/index/prev-1.png");
}
.index-s6 .buttons .next {
  margin-left: 10px;
  background-image: url("../images/index/next-1.png");
}

.about-s1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-1.jpg");
  padding: 12.5rem 0;
}
.about-s1 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
}
.about-s1 .para {
  font-size: max(14px, 1.25rem);
  line-height: 2;
  color: #666666;
  margin-top: 1.5rem;
}
.about-s1 .data-box {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.about-s1 .data .num {
  position: relative;
}
.about-s1 .data span {
  font-size: 5rem;
  color: #333333;
  line-height: 1;
  font-family: 'DINPro-Bold';
}
.about-s1 .data span.hide {
  opacity: 0;
}
.about-s1 .data span.count {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s1 .data i {
  font-size: 1.625rem;
  color: #808080;
  font-style: normal;
}
.about-s1 .data p {
  font-size: max(14px, 1rem);
  color: #808080;
  margin-top: 1rem;
}
.about-s1 .data .en {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
}

.about-s2 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-2.jpg");
  overflow: hidden;
}
.about-s2 .label {
  font-size: 2.875rem;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
}
.about-s2 .cont {
  position: relative;
  height: 732px;
}
.about-s2 .cont img {
  display: block;
  width: 2600px;
  height: 732px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-s2 .item {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: -10px 0 0 -10px;
}
.about-s2 .item i {
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
}
.about-s2 .item .info {
  position: absolute;
  width: max(260px, 21rem);
  left: -2rem;
  top: 0;
  padding-top: calc(1.5rem + 20px);
}
.about-s2 .item .tit {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'DINPro-Bold';
  display: inline-block;
  cursor: pointer;
}
.about-s2 .item .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.125rem);
  color: #fff;
  line-height: 1.8;
  display: none;
  opacity: 0;
}
.about-s2 .item .para p {
  position: relative;
  padding-left: max(40px, 3rem);
}
.about-s2 .item .para p span {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s2 .item:nth-of-type(1) {
  top: 67.5%;
  left: 3.5%;
}
.about-s2 .item:nth-of-type(2) {
  top: 56%;
  left: 30%;
}
.about-s2 .item:nth-of-type(3) {
  top: 27%;
  left: 62%;
}
.about-s2 .item:nth-of-type(4) {
  top: 17.5%;
  right: 14%;
}
.about-s2 .item.active .para {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-s3 {
  padding-top: 7.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-4.jpg");
  overflow: hidden;
}
.about-s3 .label {
  font-size: 2.875rem;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.about-s3 .s-label {
  font-size: 1.625rem;
  color: #fff;
  margin: 1rem 0 3.75rem;
}
.about-s3 .tab-cont {
  position: relative;
  margin-top: -5.625rem;
  z-index: 1;
}
.about-s3 .tab-cont .item {
  position: relative;
  height: 56.25rem;
  display: none;
}
.about-s3 .tab-cont .item.active {
  display: block;
}
.about-s3 .tab-cont .item.active span, .about-s3 .tab-cont .item.active .para {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s3 .tab-cont .item.active .para {
  animation-delay: .1s;
}
.about-s3 .tab-cont .item .img-box {
  width: 48.25rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.about-s3 .tab-cont .item .img-box:before {
  vertical-align: bottom;
}
.about-s3 .tab-cont .item .img-box img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.about-s3 .tab-cont .item .txt {
  position: absolute;
  left: 0;
  bottom: 28.75rem;
}
.about-s3 .tab-cont .item span {
  display: block;
  font-size: 2.375rem;
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
  opacity: 0;
}
.about-s3 .tab-cont .item .para {
  margin-top: 1rem;
  font-size: max(14px, 1.25rem);
  color: #fff;
  line-height: 1.8;
  opacity: 0;
}
.about-s3 .tab-tit {
  position: absolute;
  bottom: 7.5rem;
  left: 0;
  width: 86.25rem;
  padding: 1rem 24.75rem 1rem 1rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), transparent);
  border-radius: 10px;
  z-index: 2;
}
.about-s3 .tab-tit .item {
  position: relative;
  background-color: #1a1917;
  border-radius: 5px;
  height: 8.75rem;
  overflow: hidden;
  cursor: pointer;
}
.about-s3 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #09a2b9;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.about-s3 .tab-tit .item .img-box {
  width: 100%;
  height: 100%;
  padding: 1rem 2.5rem 0;
}
.about-s3 .tab-tit .item .img-box img {
  display: block;
  width: 100%;
}
.about-s3 .tab-tit .item.active:after {
  opacity: 1;
}
.about-s3 .buttons {
  position: absolute;
  bottom: 22.625rem;
  left: 0;
  font-size: 0;
  z-index: 2;
}
.about-s3 .button {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .about-s3 .button:hover {
    border-color: #fff;
  }
}
.about-s3 .prev {
  background-image: url("../images/about/prev.png");
}
.about-s3 .next {
  margin-left: 1rem;
  background-image: url("../images/about/next.png");
}

.business-s1 {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/business/img-1.jpg");
}
.business-s1 .label {
  font-size: 2.875rem;
  color: #242c45;
  text-align: center;
  font-family: 'SourceHanSansCN-Bold';
}
.business-s1 .items {
  margin-top: 5rem;
}
.business-s1 .sw {
  display: flex;
  margin-right: -2.5rem;
}
.business-s1 .item {
  position: relative;
  width: calc(33.33% - 2.5rem);
  height: 36.25rem;
  margin-right: 2.5rem;
  border-radius: .625rem .625rem 3.75rem .625rem;
  background-color: #0d304c;
  overflow: hidden;
  transition: box-shadow .3s ease;
}
.business-s1 .item .img-box {
  height: 100%;
  opacity: 0.8;
  transition: opacity .3s ease;
  will-change: opacity;
}
.business-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.business-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-s1 .item .tit {
  font-size: 2.25rem;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
  padding: 0 2.5rem;
  transition: transform .3s ease;
  will-change: transform;
}
.business-s1 .item .para {
  padding: 0 2.5rem 2.5rem;
  font-size: max(14px, 1.25rem);
  color: #fff;
  line-height: 1.8;
  display: none;
  opacity: 0;
}
@media (any-hover: hover) {
  .business-s1 .item:hover {
    box-shadow: 0 0.625rem 2.5rem rgba(15, 89, 130, 0.3);
  }
  .business-s1 .item:hover .img-box {
    opacity: 1;
  }
  .business-s1 .item:hover img {
    transform: scale(1.1);
  }
  .business-s1 .item:hover .tit {
    transform: translateY(-1rem);
  }
  .business-s1 .item:hover .para {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.business-s2 {
  padding: 10rem 0;
}
.business-s2 .label {
  font-size: 2.875rem;
  color: #242c45;
  text-align: center;
  font-family: 'SourceHanSansCN-Bold';
}
.business-s2 .cont {
  margin-top: 3.75rem;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 2.5rem rgba(182, 182, 182, 0.3);
  overflow: hidden;
}
.business-s2 .top-box {
  background-color: #042f55;
  display: flex;
}
.business-s2 .top-box span {
  width: 6%;
  padding: 1.5rem 0;
  text-align: center;
  font-size: max(14px, 1.25rem);
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.business-s2 .top-box span:nth-of-type(1), .business-s2 .top-box span:nth-of-type(2) {
  width: 9%;
}
.business-s2 .top-box span:nth-of-type(5), .business-s2 .top-box span:nth-of-type(6), .business-s2 .top-box span:nth-of-type(12) {
  width: 8%;
}
.business-s2 .top-box span:nth-of-type(3) {
  width: 13%;
}
.business-s2 .top-box span:nth-of-type(4) {
  width: 15%;
}
.business-s2 .top-box span:last-of-type {
  border: none;
}
.business-s2 .box {
  position: relative;
  border-top: 4px solid #c3e2e7;
}
.business-s2 .box:nth-of-type(1) {
  border: none;
}
.business-s2 .box .cate {
  width: 9%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #f2f2f2;
  text-align: center;
  z-index: 2;
}
.business-s2 .box .cate span {
  font-size: max(14px, 1.0625rem);
  color: #333333;
}
.business-s2 .box .items {
  position: relative;
  z-index: 1;
}
.business-s2 .box .item {
  position: relative;
  display: flex;
  border-top: 1px solid #f2f2f2;
}
.business-s2 .box .item:nth-of-type(1) {
  border: none;
}
.business-s2 .box .item .txt {
  width: 10%;
  min-height: 100px;
  padding: 1.25rem;
  border-right: 1px solid #f2f2f2;
  background-color: #fff;
  word-break: break-all;
  position: relative;
  z-index: 2;
}
.business-s2 .box .item .txt:nth-of-type(2) {
  text-align: center;
}
.business-s2 .box .item .txt:nth-of-type(1), .business-s2 .box .item .txt:nth-of-type(2) {
  width: 9%;
}
.business-s2 .box .item .txt:nth-of-type(3) {
  width: 13%;
}
.business-s2 .box .item .txt:nth-of-type(4) {
  width: 15%;
}
.business-s2 .box .item .txt span {
  font-size: max(14px, 1.0625rem);
  color: #333333;
  display: inline-block;
}
.business-s2 .box .item .txt i {
  display: inline-block;
  font-style: normal;
}
.business-s2 .box .item .cut-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.business-s2 .box .item .cut-box em {
  width: 6%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.business-s2 .box .item .cut-box em i {
  font-size: max(16px, 1.25rem);
  color: #333;
  font-family: 'DINPro-Regular';
  font-style: normal;
}
.business-s2 .box .item .cut-box em:nth-of-type(1), .business-s2 .box .item .cut-box em:nth-of-type(2) {
  width: 9%;
}
.business-s2 .box .item .cut-box em:nth-of-type(5), .business-s2 .box .item .cut-box em:nth-of-type(6), .business-s2 .box .item .cut-box em:nth-of-type(12) {
  width: 8%;
}
.business-s2 .box .item .cut-box em:nth-of-type(3) {
  width: 13%;
}
.business-s2 .box .item .cut-box em:nth-of-type(4) {
  width: 15%;
}
.business-s2 .box .item .cut-box em:last-of-type {
  border: none;
}
.business-s2 .box .item .cut-box .line {
  position: absolute;
  top: 50%;
  left: 46%;
  height: 20px;
  width: 50%;
  margin-top: -10px;
}
.business-s2 .box .item .cut-box .line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #09a2b9;
  border-radius: 0 10px 10px 0;
  transform: scaleX(0);
  transform-origin: left center;
}
.business-s2 .box .item .cut-box .line span:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-1.png");
}
.business-s2 .box .item .cut-box .line i {
  font-size: max(12px, 1.125rem);
  font-style: normal;
  color: #e50054;
  position: absolute;
  bottom: 100%;
  padding-bottom: 5px;
  transform: translateX(-50%);
}
.business-s2 .box .item.active .cut-box .line span {
  transform: scaleX(1);
  transition: transform 1s .2s ease;
}

.business-s3 {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/business/img-3.jpg");
}
.business-s3 .block {
  width: max(calc(460px + 7.5rem), 43.75%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3.75rem 0.625rem 3.75rem 0.625rem;
  padding: 3.75rem;
}
.business-s3 .label {
  font-size: 2.875rem;
  color: #333333;
  font-family: 'SourceHanSansCN-Bold';
}
.business-s3 .s-label {
  font-size: 2rem;
  color: #09a2b9;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 1rem;
}
.business-s3 .para {
  font-size: max(14px, 1.125rem);
  color: #666;
  line-height: 2;
  margin-top: 1.5rem;
}
.business-s3 .btns {
  margin-top: 2rem;
  font-size: 0;
}
.business-s3 .btns a {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  margin-left: 20px;
  background-color: #09a2b9;
  transition: all .3s ease;
}
.business-s3 .btns a:nth-of-type(1) {
  margin-left: 0;
}
.business-s3 .btns a:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 14px;
}
@media (any-hover: hover) {
  .business-s3 .btns a:hover {
    background-color: #e50055;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(229, 0, 85, 0.3);
  }
}

.business-s4 {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/business/img-4.jpg");
}
.business-s4 .block {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3.75rem 1.25rem 3.75rem 1.25rem;
  padding: 5rem;
}
.business-s4 .block .box {
  margin-bottom: 3.75rem;
}
.business-s4 .block .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
}
.business-s4 .block .tips {
  font-size: 1.75rem;
  color: #09a2b9;
  line-height: 1.5;
  margin-top: 1rem;
}
.business-s4 .block .para {
  font-size: max(14px, 1.25rem);
  color: #222222;
  line-height: 2;
  margin-top: 1rem;
}
.business-s4 .block a {
  display: block;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  transition: all .3s ease;
}
.business-s4 .block a:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 14px;
}
@media (any-hover: hover) {
  .business-s4 .block a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.business-s4 .form {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3.75rem 1.25rem 3.75rem 1.25rem;
  padding: 5rem;
}
.business-s4 .form .label {
  font-size: 2.875rem;
  color: #000000;
  font-family: 'SourceHanSansCN-Bold';
}
.business-s4 .form .s-label {
  font-size: 1.625rem;
  color: #333;
}
.business-s4 .form .form-box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.business-s4 .form .box {
  margin-right: 1rem;
}
.business-s4 .form .box:nth-of-type(1), .business-s4 .form .box:nth-of-type(2), .business-s4 .form .box:nth-of-type(3), .business-s4 .form .box:nth-of-type(4) {
  width: calc(25% - 1rem);
}
.business-s4 .form .box:nth-of-type(5), .business-s4 .form .box:nth-of-type(6), .business-s4 .form .box:nth-of-type(7), .business-s4 .form .box:nth-of-type(8) {
  width: calc(50% - 1rem);
}
.business-s4 .form .box:nth-of-type(9), .business-s4 .form .box:nth-of-type(10), .business-s4 .form .box:nth-of-type(11) {
  width: calc(100% - 1rem);
}
.business-s4 .form .box .s-box-flex {
  display: flex;
  justify-content: space-between;
}
.business-s4 .form .box .s-box {
  width: calc((100% - 2rem) / 3);
}
.business-s4 .form .box .agree {
  padding-top: 1rem;
  font-size: max(14px, 1rem);
  color: #333333;
}
.business-s4 .form .box span {
  display: block;
  font-size: max(14px, 1rem);
  color: #333333;
  line-height: max(40px, 3.125rem);
}
.business-s4 .form .box input[type="text"] {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dee0e2;
}
.business-s4 .form .box textarea {
  display: block;
  width: 100%;
  min-height: auto;
  height: max(80px, 6.875rem);
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dee0e2;
  resize: none;
}
.business-s4 .form .box .layui-form-select dl {
  top: 100%;
}
.business-s4 .form .box .layui-form-select dl dd.layui-this {
  color: #09a2b9;
  font-weight: normal;
}
.business-s4 .form .box .layui-form-select dl dd, .business-s4 .form .box .layui-form-select dl dt {
  font-size: 14px;
}
.business-s4 .form .box .layui-form-checked[lay-skin=primary] i {
  border-color: #09a2b9 !important;
  background-color: #09a2b9 !important;
}
.business-s4 .form .box .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #09a2b9;
}
.business-s4 .form .box .layui-input:hover, .business-s4 .form .box .layui-textarea:hover {
  border-color: #09a2b9 !important;
}
.business-s4 .form button {
  display: block;
  margin: 3.75rem auto 0;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  cursor: pointer;
  transition: all .3s ease;
}
.business-s4 .form button:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 14px;
}
@media (any-hover: hover) {
  .business-s4 .form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}

.cooperation-s1.style-1 {
  padding: 7.5rem 0 0;
}
.cooperation-s1.style-1 .block .img-box {
  left: 0;
}
.cooperation-s1.style-1 .block .img-box:after {
  right: -2px;
  background-image: linear-gradient(90deg, transparent, #f9f9f9);
}
.cooperation-s1.style-1 .block .txt-box {
  right: 0;
}
.cooperation-s1.style-2 {
  padding: 3.125rem 0;
}
.cooperation-s1.style-2 .block .img-box {
  right: 0;
}
.cooperation-s1.style-2 .block .img-box:after {
  left: -2px;
  background-image: linear-gradient(-90deg, transparent, #f9f9f9);
}
.cooperation-s1.style-2 .block .txt-box {
  left: 0;
}
.cooperation-s1.style-3 {
  padding: 0 0 7.5rem;
}
.cooperation-s1.style-3 .block .img-box {
  left: 0;
}
.cooperation-s1.style-3 .block .img-box:after {
  right: -2px;
  background-image: linear-gradient(90deg, transparent, #f9f9f9);
}
.cooperation-s1.style-3 .block .txt-box {
  right: 0;
}
.cooperation-s1 .block {
  position: relative;
  height: max(320px, 31.875rem);
  border-radius: 1.875rem;
  background-color: #f9f9f9;
  overflow: hidden;
}
.cooperation-s1 .block .img-box {
  width: calc(50% + 3.75rem);
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.cooperation-s1 .block .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.cooperation-s1 .block .img-box:after {
  content: '';
  width: 24rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.cooperation-s1 .block .txt-box {
  width: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding: 0 5rem;
  z-index: 1;
}
.cooperation-s1 .block .txt-box .tit {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
}
.cooperation-s1 .block .txt-box .para {
  font-size: max(14px, 1.375rem);
  color: #444444;
  line-height: 1.8;
  font-family: 'SourceHanSansCN-Light';
  margin-top: 1rem;
}
@media (any-hover: hover) {
  .cooperation-s1 .block:hover .img-box img {
    transform: scale(1.1);
  }
}
.cooperation-s1 a.more {
  display: block;
  margin: 3.75rem auto 0;
  font-size: max(14px, 1.125rem);
  color: #333;
  text-align: center;
  transition: all .3s ease;
}

.cooperation-s2 {
  position: relative;
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/cooperation/img-2.jpg");
  overflow: hidden;
}
.cooperation-s2:before, .cooperation-s2:after {
  content: '';
  width: calc(50vw - 300px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.cooperation-s2:before {
  left: 0;
  background-image: linear-gradient(90deg, #f7f7f7, #f7f7f7, transparent);
}
.cooperation-s2:after {
  right: 0;
  background-image: linear-gradient(-90deg, #f7f7f7, #f7f7f7, transparent);
}
.cooperation-s2 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
}
.cooperation-s2 .s-label {
  font-size: 1.625rem;
  color: #666666;
  font-family: 'SourceHanSansCN-Medium';
  text-align: center;
  margin-top: 1rem;
}
.cooperation-s2 .roll-main {
  margin-top: 3.75rem;
  overflow: hidden;
}
.cooperation-s2 .roll {
  margin-top: 1.25rem;
  font-size: 0;
  white-space: nowrap;
}
.cooperation-s2 .roll .items {
  display: inline-block;
  vertical-align: top;
}
.cooperation-s2 .roll .item {
  display: inline-block;
  vertical-align: top;
  width: max(120px, 11.25rem);
  height: max(70px, 6.25rem);
  margin-right: 1.25rem;
  background-color: #fff;
  border-radius: .625rem;
}
.cooperation-s2 .roll .item .img-box {
  width: 100%;
  height: 100%;
  text-align: center;
}
.cooperation-s2 .roll .item img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
}
.cooperation-s2 .roll:nth-of-type(1) {
  margin-top: 0;
}
.cooperation-s2 .roll:nth-of-type(1) .items {
  animation: logomove 20s linear infinite;
}
.cooperation-s2 .roll:nth-of-type(2) .items {
  animation: logomove 35s linear infinite;
}
.cooperation-s2 .roll:nth-of-type(3) .items {
  animation: logomove 30s linear infinite;
}
.cooperation-s2 .roll:nth-of-type(4) .items {
  animation: logomove 15s linear infinite;
}

.news-s1 {
  padding: 10rem 0;
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
}
.news-s1 .items {
  margin-bottom: 5rem;
}
.news-s1 .item {
  display: flex;
  align-items: center;
  padding: 5rem 0;
  position: relative;
}
.news-s1 .item:nth-of-type(1) {
  padding-top: 0;
}
.news-s1 .item:before, .news-s1 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-s1 .item:before {
  background-color: #e6e6e6;
}
.news-s1 .item:after {
  background-color: #09a2b9;
  transform: scaleX(0);
  transform-origin: left top;
}
.news-s1 .item .img-box {
  width: 20rem;
  height: max(150px, 14.1875rem);
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.news-s1 .item .txt-box {
  width: calc(100% - 20rem);
  padding-left: 3.75rem;
}
.news-s1 .item .tit a {
  display: block;
  font-size: 2.25rem;
  color: #333333;
  font-family: 'SourceHanSansCN-Medium';
  transition: all .3s ease;
}
.news-s1 .item .tips {
  margin-top: 1rem;
  font-size: 0;
}
.news-s1 .item .tips a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #6a778a;
  line-height: 30px;
  padding: 0 10px;
  background-color: #edf0f2;
  border-radius: 5px;
  margin-left: 10px;
  transition: all .3s ease;
}
.news-s1 .item .tips a:nth-of-type(1) {
  margin-left: 0;
}
@media (any-hover: hover) {
  .news-s1 .item .tips a:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.news-s1 .item p {
  font-size: max(14px, 1.25rem);
  color: #808080;
  line-height: 1.5;
  font-family: 'SourceHanSansCN-Normal';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.news-s1 .item .date {
  font-size: max(14px, 1.125rem);
  color: #808080;
  font-family: 'DINPro-Regular';
  margin-top: 1rem;
}
@media (any-hover: hover) {
  .news-s1 .item:hover:after {
    transform: scaleX(1);
    transition: transform .6s ease;
  }
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
  .news-s1 .item:hover .tit a {
    color: #09a2b9;
  }
}

.news-s2 {
  padding: 7.5rem 0;
  background-color: #f4f4f4;
}
.news-s2 .flex {
  display: flex;
}
.news-s2 .left-block {
  width: calc(100% - 300px);
  padding-right: 6.25rem;
}
.news-s2 .left-block .label {
  font-size: 3rem;
  color: #333333;
  font-family: 'SourceHanSansCN-Bold';
}
.news-s2 .left-block .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 3.75rem;
  border-bottom: 2px solid #e3e3e3;
}
.news-s2 .left-block .info span {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1.125rem);
  color: #666666;
  margin-right: 1rem;
}
.news-s2 .left-block .info span:last-of-type {
  margin-left: 0;
}
.news-s2 .left-block .info .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.news-s2 .left-block .info .share a:nth-of-type(1) {
  margin-left: 0;
}
.news-s2 .left-block .info .share a.wechat {
  width: 24px;
  height: 19px;
  background-image: url("../images/news/share-1-1.png");
}
@media (any-hover: hover) {
  .news-s2 .left-block .info .share a.wechat:hover {
    background-image: url("../images/news/share-1-2.png");
  }
}
.news-s2 .left-block .info .share a.sina {
  width: 24px;
  height: 19px;
  background-image: url("../images/news/share-2-1.png");
}
@media (any-hover: hover) {
  .news-s2 .left-block .info .share a.sina:hover {
    background-image: url("../images/news/share-2-2.png");
  }
}
.news-s2 .left-block .info .share a.qq {
  width: 20px;
  height: 22px;
  background-image: url("../images/news/share-3-1.png");
}
@media (any-hover: hover) {
  .news-s2 .left-block .info .share a.qq:hover {
    background-image: url("../images/news/share-3-2.png");
  }
}
.news-s2 .left-block .para {
  margin-top: 3.75rem;
  font-size: max(14px, 1.125rem);
  color: #808080;
  line-height: 2;
}
.news-s2 .left-block .para p {
  margin-top: 1.5rem;
}
.news-s2 .left-block .para p:nth-of-type(1) {
  margin-top: 0;
}
.news-s2 .left-block .para img, .news-s2 .left-block .para video {
  max-width: 100%;
  height: auto !important;
}
.news-s2 .left-block .tips {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
}
.news-s2 .left-block .tips span {
  font-size: 14px;
  color: #333333;
}
.news-s2 .left-block .tips .link {
  font-size: 0;
}
.news-s2 .left-block .tips .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  background-color: #09a2b9;
  border-radius: 5px;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
  margin-left: 10px;
}
.news-s2 .left-block .tips .link a:nth-of-type(1) {
  margin-left: 0;
}
.news-s2 .left-block .other {
  margin-top: 5.625rem;
  background-color: #fff;
  border-top: 3px solid #09a2b9;
  position: relative;
  padding: 2rem;
}
.news-s2 .left-block .other a.link {
  display: block;
  font-size: max(14px, 1rem);
  color: #333333;
  margin-top: 10px;
  transition: color .3s ease;
}
.news-s2 .left-block .other a.link:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .news-s2 .left-block .other a.link:hover {
    color: #09a2b9;
  }
}
.news-s2 .left-block .other a.back {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  background-color: #6a778a;
  line-height: max(40px, 3rem);
  padding: 0 1.5rem;
  border-radius: 24px;
}
.news-s2 .left-block .other a.back:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.png");
  margin: -2px 10px 0 0;
}
.news-s2 .right-block {
  width: 300px;
}
.news-s2 .right-block .label {
  font-size: max(20px, 1.625rem);
  color: #333;
  padding-left: 1.5rem;
  border-left: 2px solid #004884;
}
.news-s2 .right-block a.single {
  display: block;
  position: relative;
  margin: 2rem 0 1rem;
  overflow: hidden;
}
.news-s2 .right-block a.single:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, #344e7c);
}
.news-s2 .right-block a.single .img-box {
  overflow: hidden;
}
.news-s2 .right-block a.single img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
  will-change: transform;
}
.news-s2 .right-block a.single span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: max(14px, 1rem);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
}
@media (any-hover: hover) {
  .news-s2 .right-block a.single:hover img {
    transform: scale(1.1);
  }
}
.news-s2 .right-block a.list {
  display: block;
  font-size: max(14px, 1rem);
  color: #555555;
  position: relative;
  padding: 1.25rem 0 1.25rem 1.5rem;
  border-bottom: 1px dashed #cdcdcd;
  transition: all .3s ease;
}
.news-s2 .right-block a.list:last-of-type {
  border: none;
}
.news-s2 .right-block a.list:before {
  content: '•';
  font-size: max(14px, 1rem);
  color: #555555;
  position: absolute;
  top: 1.25rem;
  left: 0;
}
@media (any-hover: hover) {
  .news-s2 .right-block a.list:hover {
    color: #09a2b9;
  }
}

.join-s1 {
  padding: 12.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/join/img-1.jpg");
}
.join-s1 .txt {
  font-size: 2.625rem;
  color: #242c45;
  line-height: 2;
  text-align: center;
  font-family: 'SourceHanSansCN-Medium';
}

.join-s2 {
  position: relative;
  overflow: hidden;
}
.join-s2 .items {
  height: 40vw;
  position: relative;
}
.join-s2 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.join-s2 .item .img-box {
  position: absolute;
  overflow: hidden;
}
.join-s2 .item .img-box .img {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.join-s2 .item .img-box:nth-of-type(1) {
  width: calc(70vw - 1rem);
  height: 100%;
  top: 0;
  left: 0;
}
.join-s2 .item .img-box:nth-of-type(2) {
  width: calc(100% - 70vw);
  height: calc(50% - 0.5rem);
  right: 0;
  top: 0;
}
.join-s2 .item .img-box:nth-of-type(3) {
  width: calc(100% - 70vw);
  height: calc(50% - 0.5rem);
  right: 0;
  bottom: 0;
}
.join-s2 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.join-s2 .item.active {
  z-index: 2;
}
.join-s2 .item.active .img-box .img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.join-s2 .button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: #09a2b9;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  transition: opacity .3s ease;
}
.join-s2 .prev {
  left: 2.5rem;
  background-image: url("../images/join/prev.png");
}
.join-s2 .next {
  right: 2.5rem;
  background-image: url("../images/join/next.png");
}
.join-s2.hover .button {
  opacity: 1;
}

.join-s3 {
  padding: 10rem 0;
  background-image: linear-gradient(180deg, #fff, #ecf8fa);
}
.join-s3 .label {
  font-size: 2.875rem;
  color: #242c45;
  text-align: center;
  font-family: 'SourceHanSansCN-Bold';
}
.join-s3 .items {
  margin-top: 3.75rem;
}
.join-s3 .sw {
  display: flex;
  margin-right: -1.5rem;
}
.join-s3 .item {
  width: calc(25% - 1.5rem);
  height: max(200px, 18.75rem);
  margin-right: 1.5rem;
  position: relative;
  border-radius: 20px 5px 20px 5px;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(192, 192, 192, 0.3);
  overflow: hidden;
  transition: all .3s ease;
}
.join-s3 .item .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: .4;
  transform: scale(1.1);
  transition: all .5s ease;
  will-change: opacity, transform;
  z-index: 1;
}
.join-s3 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-s3 .item .txt-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.5rem;
  z-index: 2;
}
.join-s3 .item span {
  display: block;
  text-align: center;
  font-size: 2.25rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Medium';
  transition: color .3s ease;
}
.join-s3 .item p {
  font-size: max(14px, 1.375rem);
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 1.25rem;
  text-align: center;
  display: none;
  opacity: 0;
}
@media (any-hover: hover) {
  .join-s3 .item:hover {
    background-color: #09a2b9;
  }
  .join-s3 .item:hover .img-box {
    opacity: 0.15;
    transform: scale(1);
  }
  .join-s3 .item:hover span {
    color: #fff;
  }
  .join-s3 .item:hover p {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.join-s4 {
  padding: 20rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/join/img-4.jpg");
}
.join-s4 .img-box {
  width: 27.75rem;
}
.join-s4 .img-box img {
  display: block;
  width: 100%;
}

.join-s5 {
  padding: 9.375rem 0;
  background-image: linear-gradient(180deg, #fff, #ecf8fa);
}
.join-s5 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Bold';
  text-align: center;
}
.join-s5 .items {
  margin: 3.75rem -1.5rem 3.75rem 0;
  display: flex;
  flex-wrap: wrap;
}
.join-s5 .item {
  width: calc(33.33% - 1.5rem);
  margin: 1.5rem 1.5rem 0 0;
  border-radius: 20px 3px 20px 3px;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(192, 192, 192, 0.3);
  overflow: hidden;
  transition: all .3s ease;
}
.join-s5 .item a {
  display: block;
  padding: 2rem 2.5rem;
  position: relative;
}
.join-s5 .item a:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-2-1.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -1rem;
  transition: all .3s ease;
}
.join-s5 .item .tit {
  font-size: max(16px, 1.25rem);
  color: #221815;
  font-family: 'SourceHanSansCN-Bold';
  padding-right: 3.75rem;
  transition: color .3s ease;
}
.join-s5 .item span {
  display: block;
  font-size: max(14px, 1rem);
  color: #221815;
  margin-top: 1rem;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .join-s5 .item:hover {
    background-color: #09a2b9;
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
  .join-s5 .item:hover a:after {
    background-image: url("../images/join/icon-2-2.png");
  }
  .join-s5 .item:hover .tit, .join-s5 .item:hover span {
    color: #fff;
  }
}

.join-s6 {
  background-color: #f2f5fa;
  padding: 3.75rem 0 5rem;
}
.join-s6 .block {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
  padding: 5rem;
}
.join-s6 .label {
  font-size: 2.875rem;
  color: #111111;
  font-family: 'SourceHanSansCN-Medium';
}
.join-s6 .info {
  margin-top: 2rem;
  font-size: 0;
}
.join-s6 .info .box {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1rem);
  color: #666666;
  margin-right: 2rem;
}
.join-s6 .info .box span {
  color: #111;
  display: inline-block;
  padding-right: 10px;
}
.join-s6 .desc {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px solid #f1f2f3;
}
.join-s6 .desc .tit {
  font-size: max(18px, 1.5rem);
  color: #111;
  font-family: 'SourceHanSansCN-Medium';
}
.join-s6 .desc .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.125rem);
  color: #666;
  line-height: 2;
  font-family: 'SourceHanSansCN-Light';
}
.join-s6 .form-box {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #f1f2f3;
}
.join-s6 .form-box .show-btn {
  display: block;
  margin: 0 auto;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  cursor: pointer;
  transition: all .3s ease;
}
.join-s6 .form-box .show-btn:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 14px;
}
@media (any-hover: hover) {
  .join-s6 .form-box .show-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.join-s6 .form {
  display: none;
}
.join-s6 .form .flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
}
.join-s6 .form .box {
  margin-right: 1.25rem;
}
.join-s6 .form .box:nth-of-type(1), .join-s6 .form .box:nth-of-type(2), .join-s6 .form .box:nth-of-type(3) {
  width: calc(33.33% - 1.25rem);
}
.join-s6 .form .box:nth-of-type(4), .join-s6 .form .box:nth-of-type(5) {
  width: calc(100% - 1.25rem);
  margin-top: 1.25rem;
}
.join-s6 .form .box:nth-of-type(1) input[type="text"] {
  border-color: #09a2b9;
  color: #09a2b9;
}
.join-s6 .form input[type="text"] {
  display: block;
  width: 100%;
  height: max(50px, 3.75rem);
  border-radius: 10px;
  padding: 0 1.5rem;
  font-size: max(14px, 1.125rem);
  color: #333;
  background-color: #feffff;
  border: 1px solid #e2e3e3;
}
.join-s6 .form button.upload {
  display: block;
  width: 100%;
  height: 15rem;
  border-radius: 10px;
  border: 1px solid #e2e3e3;
  background-color: #feffff;
  font-size: max(14px, 1.125rem);
  color: #333;
  cursor: pointer;
}
.join-s6 .form button.upload:before {
  content: '';
  width: 2.875rem;
  height: 2.875rem;
  display: block;
  margin: 0 auto 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1.png");
}
.join-s6 .form button.submit {
  display: block;
  margin: 3rem auto 0;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  cursor: pointer;
  transition: all .3s ease;
}
.join-s6 .form button.submit:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/business/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 14px;
}
@media (any-hover: hover) {
  .join-s6 .form button.submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.join-s6 .form .layui-input:hover, .join-s6 .form .layui-textarea:hover {
  border-color: #09a2b9 !important;
}
.join-s6 .form .tips {
  font-size: max(14px, 1.125rem);
  color: #333;
}

.contact-s1 {
  position: relative;
  height: 47.5vw;
  overflow: hidden;
}
.contact-s1 .map-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-s1 .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.contact-s1 .map.active {
  display: block;
}
.contact-s1 .map.active .info {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.contact-s1 .map .img-box img {
  display: block;
  width: 100%;
}
.contact-s1 .map .box {
  position: absolute;
  bottom: 40.13%;
  margin-left: -1rem;
  right: 28.8%;
}
.contact-s1 .map .box:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon-1.png");
  background-size: auto 99.5%;
}
.contact-s1 .map .info {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 28.125rem;
  margin-left: -14.0625rem;
  padding-bottom: 20px;
  opacity: 0;
}
.contact-s1 .map .info:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #09a2b9;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -5px;
}
.contact-s1 .map .info .txt {
  background-color: #09a2b9;
  padding: 3.75rem 2.5rem;
  box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
}
.contact-s1 .map .info .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
}
.contact-s1 .map .info .tel {
  font-size: max(14px, 1rem);
  color: #fff;
  margin-top: 1rem;
}
.contact-s1 .map .info .tel:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.contact-s1 .txt-block {
  position: absolute;
  top: 12.5vw;
  left: 0;
  width: 100%;
}
.contact-s1 .txt-block .label {
  font-size: 2.875rem;
  color: #333333;
  font-family: 'SourceHanSansCN-Medium';
}
.contact-s1 .txt-block .tab-cont {
  margin-top: 1rem;
}
.contact-s1 .txt-block .tab-cont .child {
  display: none;
}
.contact-s1 .txt-block .tab-cont .child.active {
  display: block;
}
.contact-s1 .txt-block .tab-cont .tit {
  font-size: 2rem;
  color: #555;
}
.contact-s1 .txt-block .tab-cont .para {
  font-size: max(14px, 1.25rem);
  color: #333333;
  line-height: 2;
  margin-top: 1.25rem;
}
.contact-s1 .txt-block .tab-tit {
  margin-top: 3.75rem;
  font-size: 0;
}
.contact-s1 .txt-block .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: max(90px, 7.5rem);
  font-size: max(16px, 1.25rem);
  color: #333333;
  line-height: max(40px, 3.125rem);
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-left: 1rem;
  cursor: pointer;
  transition: all .3s ease;
}
.contact-s1 .txt-block .tab-tit span:nth-of-type(1) {
  margin-left: 0;
}
.contact-s1 .txt-block .tab-tit span.active {
  background-color: #09a2b9;
  color: #fff;
}
@media (any-hover: hover) {
  .contact-s1 .txt-block .tab-tit span:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.contact-s1 .n-link {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  z-index: 2;
}
.contact-s1 .n-link p {
  font-size: max(14px, 1rem);
  color: #333;
}
.contact-s1 .n-link p a {
  color: #09a2b9;
  text-decoration: underline;
}

.contact-s2 {
  padding: 10rem 0;
  background-color: #f8f8f8;
}
.contact-s2 .label {
  font-size: 2.875rem;
  color: #242c45;
  font-family: 'SourceHanSansCN-Medium';
  text-align: center;
}
.contact-s2 .label:after {
  content: '';
  width: 24px;
  height: 4px;
  background-color: #09a2b9;
  display: block;
  margin: 1.25rem auto 0;
  display: none;
}
.contact-s2 .form {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
}
.contact-s2 .form .box {
  margin-right: 1.25rem;
}
.contact-s2 .form .box:nth-of-type(1), .contact-s2 .form .box:nth-of-type(2), .contact-s2 .form .box:nth-of-type(3), .contact-s2 .form .box:nth-of-type(4) {
  width: calc(25% - 1.25rem);
}
.contact-s2 .form .box:nth-of-type(5) {
  width: calc(100% - 1.25rem);
  margin-top: 1.25rem;
}
.contact-s2 .form input[type="text"] {
  display: block;
  width: 100%;
  height: max(50px, 3.75rem);
  border-radius: 5px;
  padding: 0 1.5rem;
  font-size: max(14px, 1.125rem);
  color: #333;
  background-color: #feffff;
  border: 1px solid #e2e3e3;
}
.contact-s2 .form textarea {
  display: block;
  width: 100%;
  min-height: auto;
  height: max(120px, 11.25rem);
  border-radius: 5px;
  padding: 10px;
  font-size: max(14px, 1.125rem);
  color: #333;
  background-color: #feffff;
  border: 1px solid #e2e3e3;
  resize: none;
}
.contact-s2 .form input.btns {
  display: block;
  width: 140px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  background-color: #09a2b9;
  text-align: center;
  margin: 3rem auto 0;
  background-image: url("../images/index/icon-3.png");
  background-position: 100px center;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  transition: all .3s ease;
  will-change: transform;
  cursor: pointer;
}
@media (any-hover: hover) {
  .contact-s2 .form input.btns:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 162, 185, 0.3);
  }
}
.contact-s2 .form .layui-form-select dl {
  top: 100%;
}
.contact-s2 .form .layui-form-select dl dd.layui-this {
  color: #09a2b9;
  font-weight: normal;
}
.contact-s2 .form .layui-form-select dl dd, .contact-s2 .form .layui-form-select dl dt {
  font-size: 14px;
}
.contact-s2 .form .layui-input:hover, .contact-s2 .form .layui-textarea:hover {
  border-color: #09a2b9 !important;
}

.other-s3 {
  padding: 7.5rem 0;
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
}
.other-s3 .tips {
  text-align: center;
  font-size: 2rem;
  color: #333333;
}
.other-s3 .tips span {
  color: #09a2b9;
}
.other-s3 .items {
  margin: 1.5rem 0 2.5rem;
}
.other-s3 .item {
  position: relative;
}
.other-s3 .item:before, .other-s3 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.other-s3 .item:before {
  background-color: #f2f2f2;
}
.other-s3 .item:after {
  background-color: #09a2b9;
  transform: scaleX(0);
  transform-origin: left top;
}
.other-s3 .item a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
}
.other-s3 .item i {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/other/icon-3.png");
  transition: all .3s ease;
}
.other-s3 .item span, .other-s3 .item p {
  display: block;
  font-size: max(14px, 1rem);
  color: #808080;
}
.other-s3 .item .tit {
  margin: 1.5rem 0;
  font-size: max(16px, 1.25rem);
  color: #353844;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .other-s3 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s linear;
  }
  .other-s3 .item:hover i {
    background-image: url("../images/other/icon-4.png");
  }
  .other-s3 .item:hover .tit {
    color: #09a2b9;
  }
}

.other-s1 {
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
}
.other-s1 .flex {
  display: flex;
}
.other-s1 .left-box {
  width: 370px;
  padding: 7.5rem 1.875rem 7.5rem 0;
}
.other-s1 .sticky {
  position: sticky;
  top: calc(6.25rem + 20px);
}
.other-s1 .position span {
  display: block;
  font-size: max(14px, 1rem);
  color: #353844;
  border-radius: 5px;
  padding: 1rem 40px 1rem 20px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.other-s1 .position span:after {
  content: '';
  width: 20px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  background-image: url("../images/other/icon-1.png");
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  opacity: 0;
  transition: opacity .3s ease;
}
.other-s1 .position span.active {
  background-color: #eeeeee;
}
.other-s1 .position span.active:after {
  opacity: 1;
}
.other-s1 .right-box {
  width: calc(100% - 370px);
  padding: 7.5rem 0;
  border-left: 1px solid #eeeeee;
  padding-left: 3.125rem;
}
.other-s1 .right-box .block {
  margin-top: 3.75rem;
}
.other-s1 .right-box .block:nth-of-type(1) {
  margin-top: 0;
}
.other-s1 .right-box .tit {
  font-size: 2rem;
  color: #353844;
  padding-left: 2rem;
  position: relative;
}
.other-s1 .right-box .tit:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #09a2b9;
}
.other-s1 .right-box .para {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eeeeee;
  font-size: max(14px, 1.125rem);
  color: #7d7f85;
  line-height: 2;
}
.other-s1 .right-box .para span {
  display: block;
  font-family: 'MiSans-Medium';
  color: #353844;
}
.other-s1 .right-box .para.nomt {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.other-s1 .right-box .para.mb {
  margin-bottom: 3.75rem;
}
.other-s1 .right-box .para.gray {
  color: #353844;
}
.other-s1 .right-box.style .tit {
  padding-left: 0;
}
.other-s1 .right-box.style .tit:before {
  display: none;
}
.other-s1 .right-box.style .tit:after {
  content: '';
  width: 7.5rem;
  height: 1px;
  position: absolute;
  bottom: calc(-2rem - 1px);
  left: 0;
  background-color: #09a2b9;
}

.other-s2 {
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
  padding: 7.5rem 0;
}
.other-s2 .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.other-s2 .flex:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
.other-s2 .box {
  width: max(100px, 7.5rem);
  margin-left: 5px;
}
.other-s2 .box:nth-of-type(1) {
  margin-left: 0;
}
.other-s2 .box .tit a {
  display: block;
  text-align: center;
  font-size: max(16px, 1.125rem);
  color: #353844;
  font-family: 'SourceHanSansCN-Medium';
}
.other-s2 .box .link {
  margin-top: 2.5rem;
}
.other-s2 .box .link a {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: max(14px, 1rem);
  line-height: 40px;
  color: #7d7f85;
  background-color: #eeeeee;
  border-radius: 6px;
  transition: all .3s ease;
}
.other-s2 .box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .other-s2 .box .link a:hover {
    background-color: #09a2b9;
    color: #fff;
  }
}
.other-s2 .box:nth-of-type(3) .link a:nth-of-type(1) {
  display: none;
}
.other-s2 .box:nth-of-type(3) .link a:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }

  .about-s2 .cont {
    width: 100vw;
    height: max(460px, 45.75rem);
    margin-left: -5vw;
  }

  .about-s2 .cont img {
    width: 136vw;
    height: auto;
  }

  .about-s2 .item:nth-of-type(1) {
    top: 26vw;
    left: 11%;
  }

  .about-s2 .item:nth-of-type(2) {
    top: 21.5vw;
    left: 33.5%;
  }

  .about-s2 .item:nth-of-type(3) {
    top: 10.2vw;
    left: 60%;
  }

  .about-s2 .item:nth-of-type(4) {
    top: 6.8vw;
    right: 20%;
  }

  .business-s1 .item {
    height: 32vw;
  }

  .index-s6 .bot-block img.bg {
    width: 136vw;
    height: auto;
  }

  .index-s6 .item:nth-of-type(1) {
    top: 11vw;
  }

  .index-s6 .item:nth-of-type(2) {
    top: 16.8vw;
  }

  .index-s6 .item:nth-of-type(3) {
    top: 15.8vw;
  }

  .index-s6 .item:nth-of-type(4) {
    top: 4vw;
  }

  .cooperation-s2:before, .cooperation-s2:after {
    width: 15vw;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }

  .index-s3 .item i {
    width: 16px;
    height: 20px;
  }

  .index-s6 .bot-block {
    height: 290px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }

  .other-s1 .left-box {
    width: 330px;
  }

  .other-s1 .right-box {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }

  .footer .nav {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .wrap-s {
    width: 90%;
  }

  .c-bg-fixed, .index-s4, .index-s6 .bg-block .bg, .about-s2, .about-s3, .business-s1, .business-s3, .business-s4, .cooperation-s2, .join-s1, .join-s4 {
    background-attachment: inherit;
  }

  .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 5%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #09a2b9;
    transition: all .3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }
  .mNavBtn.active span {
    background-color: #09a2b9;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .header {
    height: 60px;
    padding: 0 5vw;
    background-color: #fff;
  }

  .header .flex {
    height: 100%;
  }

  .header .logo img.show {
    opacity: 0;
  }

  .header .logo img.hide {
    opacity: 1;
  }

  .head-null {
    height: 60px;
  }

  .header a.search {
    background-image: url("../images/icon-2-2.svg");
    margin-right: 20px;
  }

  .header a.menu {
    display: none;
  }

  .header .global {
    margin-right: 40px;
    display: none;
  }
  .header .global span {
    color: #666;
  }
  .header .global span:before {
    background-image: url("../images/global-1.svg");
  }

  .header .m-global {
    display: block;
    margin-right: 40px;
  }

  .header a.lang {
    margin-right: 40px;
    color: #666;
  }

  .header ul {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 60px 30px;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header ul.active {
    left: 0;
  }

  .header li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }

  .header li a.single {
    padding: 0;
    color: #333;
    line-height: 50px;
    display: inline-block;
    z-index: 2;
  }

  .header li i {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/m-1.png") 95% center no-repeat;
    background-size: auto 12px;
  }

  .header li .subnav {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    display: none;
  }

  .header li .subnav .wrap-s {
    width: 100%;
  }

  .header li .subnav .flex {
    padding: 0 20px 20px;
    display: block;
  }

  .header li .subnav .left-box,
  .header li .subnav .right-box {
    display: none;
  }

  .header li .subnav .link-box {
    width: 100%;
  }

  .header li .subnav .link-box a {
    padding: 0;
    margin-top: 0;
  }

  .header li .subnav .s-link .box {
    transform: none;
    display: block;
    padding: 0 20px;
  }

  .header li .subnav .s-link a {
    display: block;
    margin: 0;
  }

  .fixed-search .logo {
    top: 9px;
    left: 5%;
  }

  .fixed-search .logo img {
    height: auto;
    width: 10rem;
  }

  .fixed-search .close {
    right: 5%;
    top: 15px;
    margin-top: 0;
  }

  .fixed-search .top-box {
    height: 160px;
    position: relative;
  }

  .fixed-search .top-box .box {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }

  .fixed-search form {
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 0;
  }

  .fixed-search form:before {
    display: none;
  }

  .fixed-search form button {
    display: block;
  }

  .fixed-search .bot-box {
    padding: 80px 0 40px;
  }

  .fixed-search .tit {
    padding: 0;
  }

  .fixed-search .link {
    padding: 10px 0 0;
  }

  .footer .top-block {
    padding: 30px 0;
    display: block;
  }

  .footer .left-box {
    display: none;
  }

  .footer .ewm-box {
    display: none;
  }

  .footer .drop {
    margin: 0 auto;
  }

  .footer .bot-block {
    padding: 20px 0;
    display: block;
  }

  .footer .bot-block .link {
    margin-top: 1rem;
  }

  .c-banner .img-box img {
    height: 60vw;
    object-fit: cover;
  }

  .c-banner .txt-box {
    padding-bottom: 0;
  }

  .c-crumbs {
    margin-top: 0;
    position: static;
  }

  .c-crumbs .left-box {
    display: none;
  }

  .c-crumbs .flex {
    display: block;
  }

  .c-crumbs .right-box {
    display: flex;
    justify-content: center;
  }

  .c-crumbs .right-box a {
    margin-left: 2rem;
  }

  .c-crumbs .right-box a:before {
    height: 2px;
  }

  .join-s2 .button {
    display: none;
  }

  .join-s2 .item .img-box .img {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }

  .join-s2 .items {
    height: calc(87vw + 10px);
  }

  .join-s2 .item {
    position: relative;
  }

  .join-s2 .item .img-box:nth-of-type(1) {
    width: 100%;
    height: 56vw;
  }

  .join-s2 .item .img-box:nth-of-type(2) {
    width: calc(50% - 5px);
    height: 31vw;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
  }

  .join-s2 .item .img-box:nth-of-type(3) {
    width: calc(50% - 5px);
    height: 31vw;
  }

  .join-s2 .pagination {
    margin-top: 2rem;
    font-size: 0;
    text-align: center;
  }
  .join-s2 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 5px;
    transition: all .3s ease;
  }
  .join-s2 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .join-s2 .pagination span.active {
    background-color: #09a2b9;
  }

  .join-s3 .sw {
    margin-right: 0;
  }

  .join-s3 .item {
    width: 50%;
    height: 35vw;
    background-color: #09a2b9;
    transition: none;
  }

  .join-s3 .item .img-box {
    opacity: 0.15;
    transform: scale(1);
  }

  .join-s3 .item span {
    color: #fff;
    transition: none;
  }

  .join-s3 .item p {
    display: block;
    opacity: 1;
  }

  .join-s3 .pagination {
    margin-top: 2rem;
    font-size: 0;
    text-align: center;
  }
  .join-s3 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 5px;
    transition: all .3s ease;
  }
  .join-s3 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .join-s3 .pagination span.active {
    background-color: #09a2b9;
  }

  .contact-s1 .txt-block {
    top: 6vw;
  }

  .index-page {
    padding-top: 60px;
  }

  .index-s1 .item {
    height: 60vw;
  }

  .index-s1 .item .txt-box {
    transform: translateY(-50%);
  }

  .index-s1 .pagination-s {
    bottom: 2rem;
  }

  #mydiv {
    display: none;
  }

  .index-s2 .para {
    padding: 0;
  }

  .index-s2 .items {
    padding: 0;
  }

  .index-s3 .mobile-box {
    display: block;
    margin-top: 4rem;
  }
  .index-s3 .mobile-box .s-tab-tit {
    text-align: center;
    font-size: 0;
  }
  .index-s3 .mobile-box .s-tab-tit span {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    max-width: 70px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all .3s ease;
  }
  .index-s3 .mobile-box .s-tab-tit span.active {
    background-color: #09a2b9;
    color: #fff;
  }
  .index-s3 .mobile-box .s-tab-cont {
    margin-top: 2rem;
  }
  .index-s3 .mobile-box .s-tab-cont .child {
    display: none;
  }
  .index-s3 .mobile-box .s-tab-cont .child.active {
    display: block;
  }
  .index-s3 .mobile-box .s-tab-cont .child.active .img-box, .index-s3 .mobile-box .s-tab-cont .child.active .txt-box {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .index-s3 .mobile-box .s-tab-cont .child.active .txt-box {
    animation-delay: .1s;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item .img-box {
    height: 50vw;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    opacity: 0;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item .txt-box {
    padding: 2rem;
    opacity: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .index-s3 .mobile-box .s-tab-cont .s-item .tit {
    font-size: 18px;
    color: #333;
    font-family: 'SourceHanSansCN-Medium';
  }
  .index-s3 .mobile-box .s-tab-cont .s-item p {
    font-size: 14px;
    color: #666;
    margin-top: 1rem;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item a {
    display: block;
    width: 92px;
    line-height: 30px;
    background-color: #09a2b9;
    border-radius: 10px 0 10px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    transition: all .3s ease;
    will-change: transform;
  }
  .index-s3 .mobile-box .s-tab-cont .s-item a:after {
    content: '';
    width: 8px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-5.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all .3s ease;
  }

  .index-ns3 .mobile-box {
    display: block;
    margin-top: 4rem;
  }
  .index-ns3 .mobile-box .s-tab-tit {
    text-align: center;
    font-size: 0;
  }
  .index-ns3 .mobile-box .s-tab-tit span {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    max-width: 70px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all .3s ease;
  }
  .index-ns3 .mobile-box .s-tab-tit span.active {
    background-color: #09a2b9;
    color: #fff;
  }
  .index-ns3 .mobile-box .s-tab-cont {
    margin-top: 2rem;
  }
  .index-ns3 .mobile-box .s-tab-cont .child {
    display: none;
  }
  .index-ns3 .mobile-box .s-tab-cont .child.active {
    display: block;
  }
  .index-ns3 .mobile-box .s-tab-cont .child.active .img-box, .index-ns3 .mobile-box .s-tab-cont .child.active .txt-box {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .index-ns3 .mobile-box .s-tab-cont .child.active .txt-box {
    animation-delay: .1s;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item .img-box {
    height: 50vw;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    opacity: 0;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item .txt-box {
    padding: 2rem;
    opacity: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item .tit {
    font-size: 18px;
    color: #333;
    font-family: 'SourceHanSansCN-Medium';
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item p {
    font-size: 14px;
    color: #666;
    margin-top: 1rem;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item a {
    display: block;
    width: 92px;
    line-height: 30px;
    background-color: #09a2b9;
    border-radius: 10px 0 10px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    transition: all .3s ease;
    will-change: transform;
  }
  .index-ns3 .mobile-box .s-tab-cont .s-item a:after {
    content: '';
    width: 8px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-5.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all .3s ease;
  }

  .index-ns3 {
    padding: 7.5rem 0;
    background: #fff;
    overflow: hidden;
  }

  .index-ns3 .map-box {
    margin: 2rem -5vw 0;
  }

  .index-ns3 .map-box img.bg {
    display: none;
  }

  .index-ns3 .map-box img.m-bg {
    display: block;
    width: 100%;
  }

  .index-ns3 .tips {
    top: 66%;
    left: 2vw;
  }

  .index-ns3 .tips span:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .index-ns3 .tips span {
    font-size: 10px;
  }

  .index-ns3 .items {
    display: none;
  }

  .index-s4 {
    margin-top: 0;
  }

  .index-s4 .items {
    margin-top: 4rem;
    display: block;
    font-size: 0;
  }

  .index-ns3 .item span {
    display: none;
  }

  .index-s4 .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    height: 160px;
    max-width: 400px;
  }

  .index-s4 .item .img-box {
    opacity: 1;
    width: 100%;
  }

  .index-s4 .item .show {
    width: 120px;
    display: none;
  }

  .index-s4 .item .hide {
    display: block;
    width: 100%;
  }

  .index-s4 .item .hide .tit, .index-s4 .item .hide p, .index-s4 .item .hide span {
    opacity: 1;
  }

  .index-s5 .flex {
    display: block;
  }

  .index-s5 .left-box {
    width: 100%;
    position: static;
  }

  .index-s5 .right-box {
    width: 100%;
    padding-bottom: 8rem;
  }

  .index-s5 .items {
    padding: 0;
  }

  .index-s5 .sw {
    margin-right: 0;
    flex-wrap: nowrap;
  }

  .index-s5 .right-box .child:after {
    display: none;
  }

  .index-s5 .item a {
    opacity: 1;
    transform: none;
  }

  .index-s5 .item {
    margin: 0;
  }

  .index-s5 .item:nth-of-type(odd) {
    transform: none;
  }

  .index-s5 .item .img-box {
    height: 19vw;
  }

  .index-s5 .pagination {
    margin-top: 2rem;
    font-size: 0;
    text-align: center;
  }
  .index-s5 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 5px;
    transition: all .3s ease;
  }
  .index-s5 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s5 .pagination span.active {
    background-color: #09a2b9;
  }

  .about-s2 .cont {
    width: 100%;
    margin: 2rem 0 0;
    height: auto;
  }

  .about-s2 .cont img {
    display: none;
  }

  .about-s2 .item {
    position: static;
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
    display: flex;
  }
  .about-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s2 .item .info {
    position: static;
    width: 100%;
    padding: 0 0 0 10px;
  }

  .about-s2 .item i {
    margin-top: 5px;
  }

  .about-s2 .item .para {
    margin-top: 1rem;
    display: block;
    opacity: 1;
  }

  .about-s3 .buttons {
    bottom: 20rem;
  }

  .about-s3 .tab-cont .item .txt {
    bottom: 30rem;
  }

  .business-s2 .cont {
    margin-top: 2rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .business-s2 .table {
    min-width: 840px;
  }

  .other-s1 .flex {
    display: block;
  }

  .other-s1 .left-box {
    display: none;
  }

  .other-s1 .right-box {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 900px) {
  .news-s2 {
    padding: 4rem 0;
  }

  .news-s2 .flex {
    display: block;
  }

  .news-s2 .left-block {
    width: 100%;
    padding-right: 0;
  }

  .news-s2 .left-block .label {
    font-size: 2rem;
  }

  .news-s2 .left-block .info {
    padding: 2rem 0;
    display: block;
  }

  .news-s2 .left-block .info .share {
    display: none;
  }

  .news-s2 .left-block .para {
    margin-top: 4rem;
  }

  .news-s2 .left-block .tips .link a {
    min-width: auto;
  }

  .news-s2 .left-block .other {
    margin-top: 4rem;
  }

  .news-s2 .left-block .other a.back {
    display: none;
  }

  .news-s2 .right-block {
    width: 100%;
    margin-top: 4rem;
  }

  .cooperation-s1 .block {
    height: auto;
  }

  .cooperation-s1 .block .img-box {
    width: 100%;
    height: auto;
    position: static;
  }

  .cooperation-s1 .block .img-box:after {
    display: none;
  }

  .cooperation-s1 .block .txt-box {
    position: static;
    transform: none;
    padding: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .c-banner .tit {
    font-size: 24px;
  }

  .c-banner p {
    font-size: 16px;
  }

  .other-s3 {
    padding: 4rem 0;
  }

  .other-s3 .tips {
    font-size: 16px;
  }

  .other-s3 .items {
    margin: 0 0 4rem;
  }

  .other-s3 .item:before, .other-s3 .item:after {
    height: 4px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }

  .comm-page li {
    margin: 1px;
  }

  .comm-page li:first-of-type a,
  .comm-page li:last-of-type a {
    width: 40px;
  }

  .news-s1 {
    padding: 4rem 0;
  }

  .news-s1 .items {
    margin-bottom: 4rem;
  }

  .news-s1 .item {
    padding: 4rem 0;
    display: block;
  }

  .news-s1 .item .img-box {
    width: 100%;
    height: 60vw;
  }

  .news-s1 .item .txt-box {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }

  .news-s1 .item .tit a {
    font-size: 16px;
  }

  .join-s1 {
    padding: 10rem 0;
  }

  .join-s1 .txt {
    font-size: 24px;
  }

  .join-s3 {
    padding: 4rem 0;
  }

  .join-s3 .label {
    font-size: 20px;
  }

  .join-s3 .items {
    margin-top: 2rem;
  }

  .join-s3 .item {
    border-radius: 10px 5px 10px 5px;
  }

  .join-s4 {
    padding: 10rem 0;
  }

  .join-s4 .img-box {
    width: 40vw;
  }

  .join-s5 {
    padding: 4rem 0;
  }

  .join-s5 .label {
    font-size: 2rem;
  }

  .join-s5 .items {
    margin: 2rem 0 4rem;
    display: block;
  }

  .join-s5 .item {
    width: 100%;
    margin: 2rem 0 0;
  }
  .join-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s6 {
    padding: 4rem 0;
  }

  .join-s6 .block {
    padding: 2rem;
  }

  .join-s6 .label {
    font-size: 20px;
  }

  .join-s6 .info {
    margin-top: 1rem;
  }

  .join-s6 .desc {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .join-s6 .desc .tit {
    font-size: 16px;
  }

  .join-s6 .desc .para {
    margin-top: 1rem;
  }

  .join-s6 .form-box {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .join-s6 .form .flex {
    display: block;
    margin-right: 0;
  }

  .join-s6 .form .box {
    margin: 1rem 0 0;
  }
  .join-s6 .form .box:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s6 .form .box:nth-of-type(1), .join-s6 .form .box:nth-of-type(2), .join-s6 .form .box:nth-of-type(3) {
    width: 100%;
  }

  .join-s6 .form .box:nth-of-type(4), .join-s6 .form .box:nth-of-type(5) {
    width: 100%;
  }

  .join-s6 .form button.submit {
    margin-top: 2rem;
  }

  .cooperation-s1.style-1 {
    padding: 4rem 0 0;
  }

  .cooperation-s1.style-2 {
    padding: 4rem 0;
  }

  .cooperation-s1.style-3 {
    padding: 0 0 4rem;
  }

  .cooperation-s1 .block {
    border-radius: 5px;
  }

  .cooperation-s1 .block .txt-box .tit {
    font-size: 16px;
  }

  .cooperation-s2 {
    padding: 4rem 0;
  }

  .cooperation-s2 .label {
    font-size: 20px;
  }

  .cooperation-s2 .s-label {
    font-size: 16px;
  }

  .cooperation-s2 .roll-main {
    margin-top: 2rem;
  }

  .cooperation-s2 .roll .item {
    width: 100px;
    height: 50px;
  }

  .contact-s1 .map-block {
    display: none;
  }

  .contact-s1 {
    padding: 4rem 0;
    height: auto;
  }

  .contact-s1 .txt-block {
    position: static;
  }

  .contact-s1 .txt-block .label {
    font-size: 2rem;
  }

  .contact-s1 .txt-block .tab-cont .tit {
    font-size: 16px;
  }

  .contact-s1 .txt-block .tab-tit {
    margin-top: 2rem;
  }

  .contact-s1 .txt-block .tab-tit span {
    background-color: #f3f3f3;
  }

  .contact-s1 .txt-block .tab-tit span {
    width: 70px;
    line-height: 36px;
  }

  .contact-s1 .n-link {
    position: static;
    margin-top: 2rem;
  }

  .contact-s2 {
    padding: 4rem 0;
  }

  .contact-s2 .label {
    font-size: 2rem;
  }

  .contact-s2 .label:after {
    width: 15px;
  }

  .contact-s2 .form {
    margin-top: 2rem;
    display: block;
    margin-right: 0;
  }

  .contact-s2 .form .box {
    margin-right: 0;
    margin-top: 1rem;
  }
  .contact-s2 .form .box:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s2 .form .box:nth-of-type(1), .contact-s2 .form .box:nth-of-type(2), .contact-s2 .form .box:nth-of-type(3), .contact-s2 .form .box:nth-of-type(4) {
    width: 100%;
  }

  .contact-s2 .form .box:nth-of-type(5) {
    width: 100%;
  }

  .contact-s2 .form button {
    margin-top: 2rem;
  }

  .business-s4 {
    padding: 4rem 0;
  }

  .business-s4 .block,
  .business-s4 .form {
    padding: 4rem 2rem;
    border-radius: 10px;
  }

  .business-s4 .block .label,
  .business-s4 .form .label {
    font-size: 20px;
  }

  .business-s4 .block .tips,
  .business-s4 .form .s-label {
    font-size: 16px;
  }

  .business-s4 .block .box {
    margin-bottom: 2rem;
  }

  .business-s4 .form .form-box {
    margin-top: 2rem;
    padding-top: 0;
    display: block;
    margin-right: 0;
  }

  .business-s4 .form .box {
    margin: 0;
  }

  .business-s4 .form .box:nth-of-type(1), .business-s4 .form .box:nth-of-type(2), .business-s4 .form .box:nth-of-type(3), .business-s4 .form .box:nth-of-type(4) {
    width: 100%;
  }

  .business-s4 .form .box:nth-of-type(5), .business-s4 .form .box:nth-of-type(6), .business-s4 .form .box:nth-of-type(7), .business-s4 .form .box:nth-of-type(8) {
    width: 100%;
  }

  .business-s4 .form .box:nth-of-type(9), .business-s4 .form .box:nth-of-type(10), .business-s4 .form .box:nth-of-type(11) {
    width: 100%;
  }

  .business-s4 .form button {
    margin-top: 2rem;
  }

  .index-s1 .item {
    height: 100vw;
  }

  .index-s1 .item .tit {
    font-size: 2.4rem;
  }

  .index-s1 .item p {
    font-size: 16px;
  }

  .index-s1 .ope {
    top: auto;
    bottom: 2rem;
  }

  .index-s2 {
    padding: 4rem 0;
  }

  .index-tit span {
    font-size: 2rem;
  }

  .index-tit .tit {
    font-size: 16px;
  }

  .index-s2 .para {
    font-size: 14px;
    text-align: left;
  }

  .index-s2 a.more {
    width: 120px;
    margin-top: 2rem;
  }

  .index-s2 .items {
    margin-top: 4rem;
    flex-wrap: wrap;
  }

  .index-s2 .item {
    width: 50%;
    margin: 2rem 0 0;
  }
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .index-s2 .item .num span {
    font-size: 3rem;
  }

  .index-s2 .item p {
    margin-top: 5px;
  }

  .index-s3 {
    padding: 4rem 0;
  }

  .index-s3 .item i {
    width: 10px;
    height: 10px;
  }

  .index-s3 .tips span:before {
    width: 10px;
    height: 10px;
  }

  .index-s3 .tips span {
    font-size: 12px;
  }

  .index-ns3 {
    padding: 4rem 0;
  }

  .index-s4 {
    padding: 10rem 0;
  }

  .index-s4 .para {
    font-size: 14px;
    line-height: 2;
  }

  .index-s4 .item {
    width: 100%;
    max-width: none;
    display: block;
    margin: 1rem 0 0;
  }

  .index-s5 .left-box {
    padding: 4rem 0 0;
  }

  .index-s5 .item .img-box {
    height: 60vw;
  }

  .index-s5 .left-box .link {
    margin-top: 2rem;
    display: block;
    border: none;
  }

  .index-s5 .left-box .link a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-left: 2rem;
  }
  .index-s5 .left-box .link a:nth-of-type(1) {
    margin-left: 0;
  }

  .index-s5 .left-box .link a:before {
    display: none;
  }

  .index-s5 .left-box .more {
    width: 120px;
    font-size: 14px;
    position: absolute;
    bottom: -8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
  }

  .index-s5 .right-box {
    padding: 0;
    margin-bottom: 120px;
  }

  .index-s6 .wrap-s {
    padding: 4rem 0;
  }

  .index-s6 a.more {
    width: 120px;
    margin-top: 2rem;
  }

  .index-s6 .buttons {
    display: none;
  }

  .index-s6 .bot-block {
    height: auto;
    margin-top: 2rem;
  }

  .index-s6 .bot-block img.bg {
    display: none;
  }

  .index-s6 .items {
    position: static;
  }

  .index-s6 .item {
    position: static;
    width: calc(100% + 3.125rem);
    height: auto;
    margin: 0 0 0 -3.125rem;
  }

  .index-s6 .item .show {
    display: none;
  }

  .index-s6 .item .hide {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
  }

  .index-s6 .item .para {
    width: calc(100% - 13.75rem);
    padding-left: 0;
  }

  .about-s1 {
    padding: 4rem 0;
  }

  .about-s1 .label {
    font-size: 20px;
  }

  .about-s1 .data-box {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .about-s1 .data {
    width: 50%;
    margin: 2rem 0 0;
  }
  .about-s1 .data:nth-of-type(1), .about-s1 .data:nth-of-type(2) {
    margin-top: 0;
  }

  .about-s1 .data span {
    font-size: 3rem;
  }

  .about-s2 {
    padding: 4rem 0;
  }

  .about-s2 .label {
    font-size: 2rem;
  }

  .about-s2 .item .tit {
    font-size: 24px;
    line-height: 30px;
  }

  .index-s3 .label {
    font-size: 2rem;
  }

  .index-s3 .s-label {
    font-size: 16px;
    margin: 1rem 0 0;
  }

  .about-s3 {
    padding: 4rem 0;
  }

  .about-s3 .label {
    font-size: 20px;
    text-align: center;
  }

  .about-s3 .s-label {
    font-size: 16px;
    text-align: center;
    margin: 1rem 0 0;
  }

  .about-s3 .tab-tit {
    display: none;
  }

  .about-s3 .buttons {
    display: none;
  }

  .about-s3 .tab-cont {
    margin-top: 2rem;
  }

  .about-s3 .tab-cont .item {
    height: auto;
    display: block;
  }

  .about-s3 .tab-cont .item .img-box {
    width: 100%;
    height: 70vw;
    position: static;
    text-align: center;
  }

  .about-s3 .tab-cont .item .txt {
    position: static;
    padding-top: 2rem;
  }

  .about-s3 .tab-cont .item span,
  .about-s3 .tab-cont .item .para {
    opacity: 1;
  }

  .about-s3 .tab-cont .item span {
    text-align: center;
    font-size: 16px;
  }

  .about-s3 .tab-cont .item .para {
    text-align: center;
  }

  .about-s3 .pagination {
    margin-top: 2rem;
    font-size: 0;
    text-align: center;
  }
  .about-s3 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 5px;
    transition: all .3s ease;
  }
  .about-s3 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .about-s3 .pagination span.active {
    background-color: #09a2b9;
  }

  .business-s1 {
    padding: 4rem 0;
  }

  .business-s1 .label {
    font-size: 20px;
  }

  .business-s1 .items {
    margin-top: 2rem;
  }

  .business-s1 .sw {
    display: block;
    margin-right: 0;
  }

  .business-s1 .item {
    width: 100%;
    height: 50vw;
    margin: 2rem 0 0;
    border-radius: 10px;
  }
  .business-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .business-s1 .item .tit {
    padding: 0 2rem;
    font-size: 16px;
  }

  .business-s1 .item .para {
    display: block;
    opacity: 1;
    position: static;
    margin-top: 1rem;
    padding: 0 2rem;
  }

  .business-s2 {
    padding: 4rem 0;
  }

  .business-s2 .label {
    font-size: 20px;
  }

  .business-s2 .top-box span {
    font-size: 12px;
  }

  .business-s2 .box .cate span {
    font-size: 12px;
  }

  .business-s2 .box .item .txt {
    padding: 1rem 5px;
  }

  .business-s2 .box .item .txt span {
    font-size: 12px;
  }

  .business-s2 .box .item .cut-box .line {
    height: 10px;
    margin-top: -5px;
  }

  .business-s2 .box .item .cut-box .line span:after {
    width: 8px;
    height: 8px;
    right: 1px;
    top: 1px;
  }

  .business-s3 {
    padding: 4rem 0;
  }

  .business-s3 .block {
    width: 100%;
    padding: 2rem;
    border-radius: 10px;
  }

  .business-s3 .label {
    font-size: 20px;
  }

  .business-s3 .s-label {
    font-size: 16px;
  }

  .business-s3 .btns a {
    width: 90px;
    line-height: 36px;
    margin-left: 5px;
  }

  .business-s3 .btns a:after {
    margin-left: 5px;
  }

  .other-s1 .right-box {
    padding: 4rem 0;
  }

  .other-s1 .right-box .tit {
    font-size: 16px;
  }

  .other-s2 {
    padding: 4rem 0;
  }

  .other-s2 .flex {
    display: block;
  }

  .other-s2 .flex:before {
    display: none;
  }

  .other-s2 .box {
    width: 100%;
    margin: 4rem 0 0;
  }
  .other-s2 .box:nth-of-type(1) {
    margin-top: 0;
  }

  .other-s2 .box .tit a {
    text-align: left;
  }

  .other-s2 .box .link {
    margin-top: 1rem;
    margin-right: -10px;
    display: flex;
  }

  .other-s2 .box .link a {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
