@charset "UTF-8";
@font-face {
  font-family: 'Outfit-Light';
  src: url("../fonts/Outfit-Light.ttf");
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url("../fonts/Outfit-Regular.ttf");
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url("../fonts/Outfit-Medium.ttf");
}
@font-face {
  font-family: 'Outfit-Bold';
  src: url("../fonts/Outfit-Bold.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: 113%;
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-map-scale {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes o-map-scale-1 {
  0% {
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes solution-1 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2.08vw;
  }
}
@keyframes solution-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -2.08vw;
  }
}
@keyframes o-dot {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: all .3s ease;
  }
  .dom-loaded .header li a.single {
    transition: all .3s ease;
  }
  .dom-loaded .header .ope .line {
    transition: all .3s ease;
  }
  .dom-loaded .header .search-btn {
    transition: all .3s ease;
  }
  .dom-loaded .header .group .show span, .dom-loaded .header .group .show:before, .dom-loaded .header .group .show:after, .dom-loaded .header .global .show span, .dom-loaded .header .global .show:before, .dom-loaded .header .global .show:after {
    transition: all .3s ease;
  }
}
.header {
  min-width: 1200px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header:hover, .header.down {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .header:hover .logo img.show, .header.down .logo img.show {
    opacity: 0;
  }
  .header:hover .logo img.hide, .header.down .logo img.hide {
    opacity: 1;
  }
  .header:hover li a.single, .header.down li a.single {
    color: #2a2b35;
  }
  .header:hover .ope .line, .header.down .ope .line {
    background-color: rgba(42, 43, 53, 0.2);
  }
  .header:hover .search-btn, .header.down .search-btn {
    background-image: url("../images/search-3.svg");
  }
  .header:hover .group .show span, .header.down .group .show span {
    color: #2a2b35;
  }
  .header:hover .group .show:before, .header.down .group .show:before {
    background-image: url("../images/group-1.svg");
  }
  .header:hover .group .show:after, .header.down .group .show:after {
    background-image: url("../images/drop-1.svg");
  }
  .header:hover .global .show span, .header.down .global .show span {
    color: #2a2b35;
  }
  .header:hover .global .show:before, .header.down .global .show:before {
    background-image: url("../images/global-1.svg");
  }
  .header:hover .global .show:after, .header.down .global .show:after {
    background-image: url("../images/drop-1.svg");
  }
  .header.translate {
    transform: translateY(-100%);
  }
}
.header:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.header .logo {
  position: relative;
  width: 1.55rem;
}
.header .logo img {
  display: block;
  width: 100%;
  transition: opacity .3s ease;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .main-box {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header ul {
  display: flex;
}
.header li {
  position: relative;
}
.header li a.single {
  display: block;
  font-size: max(14px, 0.16rem);
  padding: 0 0.2rem;
  line-height: 0.95rem;
  color: #ffffff;
  position: relative;
}
.header li a.single:after {
  content: '';
  width: 100%;
  height: 0.04rem;
  background-color: #00b4ed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.header li .subnav-1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.header li .subnav-1 .box {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  transform: translateY(20px);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.header li .subnav-1 a {
  display: block;
  font-size: max(13px, 0.16rem);
  white-space: nowrap;
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
  color: #2a2b35;
  margin-top: 10px;
  text-align: center;
  transition: all .3s ease;
}
.header li .subnav-1 a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav-1 a:hover {
    background-color: #00b4ed;
    color: #fff;
  }
}
.header li.active a.single:after {
  opacity: 1;
}
@media (any-hover: hover) {
  .header li:hover a.single:after {
    opacity: 1;
  }
  .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header li:hover .subnav .box {
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.header .ope {
  display: flex;
  align-items: center;
  grid-gap: 0.2rem;
}
.header .ope .line {
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header .search-btn {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/search-1.svg");
  cursor: pointer;
  will-change: transform;
}
.header .group {
  position: relative;
}
.header .group .show {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .group .show span {
  font-size: max(12px, 0.14rem);
  color: #fff;
  padding: 0 0.1rem;
}
.header .group .show:before {
  content: '';
  width: max(16px, 0.2rem);
  height: max(16px, 0.2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/group-2.svg");
  will-change: transform;
}
.header .group .show:after {
  content: '';
  width: 7px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/drop-2.svg");
}
.header .group .hide {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.header .group .hide:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 20px;
  top: 11px;
}
.header .group .box {
  min-width: 1rem;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.header .group .box a {
  font-size: max(13px, 0.16rem);
  line-height: 2;
  color: #181818;
  white-space: nowrap;
  position: relative;
  transition: color .3s ease;
}
.header .group .box a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all .5s;
}
@media (any-hover: hover) {
  .header .group .box a:hover {
    color: #00b4ed;
  }
  .header .group .box a:hover:before {
    transform: scaleX(1);
  }
}
.header .group:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header .global {
  position: relative;
}
.header .global .show {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .global .show span {
  font-size: max(12px, 0.14rem);
  color: #fff;
  padding: 0 0.1rem;
}
.header .global .show:before {
  content: '';
  width: max(16px, 0.2rem);
  height: max(16px, 0.2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/global-2.svg");
  will-change: transform;
}
.header .global .show:after {
  content: '';
  width: 7px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/drop-2.svg");
}
.header .global .hide {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.header .global .hide:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 20px;
  top: 11px;
}
.header .global .box {
  min-width: 1rem;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.header .global .box a {
  font-size: max(13px, 0.16rem);
  line-height: 2;
  color: #181818;
  white-space: nowrap;
  position: relative;
  transition: color .3s ease;
}
.header .global .box a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all .5s;
}
@media (any-hover: hover) {
  .header .global .box a:hover {
    color: #00b4ed;
  }
  .header .global .box a:hover:before {
    transform: scaleX(1);
  }
}
.header .global:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header .mNavBtn {
  display: none;
}
.header .nav-box {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.header .nav-box.active {
  display: block;
}
.header .nav-box .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  padding: 20px 0;
}
.header .nav-box .left-box .item .nav-tit {
  line-height: 40px;
  padding: 0 16px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.header .nav-box .left-box .item .nav-tit:before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #00b4ed;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
}
.header .nav-box .left-box .item .nav-tab-tit {
  display: none;
}
.header .nav-box .left-box .item .nav-tab-tit span {
  display: block;
  line-height: 40px;
  padding: 0 16px;
  font-size: 12px;
  color: #888;
}
.header .nav-box .left-box .item .nav-tab-tit span.active {
  color: #00b4ed;
}
.header .nav-box .left-box .item.active {
  background-color: #f7f8fc;
}
.header .nav-box .left-box .item.active .nav-tit:before {
  opacity: 1;
}
.header .nav-box .left-box .item.active .nav-tab-tit {
  display: block;
}
.header .nav-box .right-box {
  position: absolute;
  top: 0;
  left: 130px;
  right: 0;
  height: 100%;
  padding: 20px 0 20px 20px;
}
.header .nav-box .right-box .item-cont {
  padding-right: 20px;
  height: 100%;
  overflow: auto;
  display: none;
}
.header .nav-box .right-box .item-cont.active {
  display: block;
}
.header .nav-box .right-box .nav-link {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.header .nav-box .right-box .nav-link a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-right: 20px;
}
.header .nav-box .right-box .nav-link a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  margin: -2px 0 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
}
.header .nav-box .right-box .sub-channel-cont {
  display: none;
}
.header .nav-box .right-box .sub-channel-cont.active {
  display: block;
}
.header .nav-box .right-box .sub-box.open .sub-box-tit:after {
  transform: rotate(270deg);
}
.header .nav-box .right-box .sub-box.open .sub-box-cont {
  display: block;
}
.header .nav-box .right-box .sub-box-tit {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  position: relative;
}
.header .nav-box .right-box .sub-box-tit:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7.svg");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transform: rotate(90deg);
}
.header .nav-box .right-box .sub-box-cont {
  padding: 0 20px 20px;
  display: none;
}
.header .nav-box .right-box .inner {
  margin-top: 20px;
}
.header .nav-box .right-box .inner:nth-of-type(1) {
  margin-top: 0;
}
.header .nav-box .right-box .inner .tit {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
}
.header .nav-box .right-box .links a {
  display: block;
  margin-top: 15px;
}
.header .nav-box .right-box .links a:nth-of-type(1) {
  margin-top: 0;
}
.header .nav-box .right-box .links a span {
  display: block;
  font-size: 12px;
  color: #666;
}
.header .nav-box .right-box .singlelinks a {
  display: block;
}
.header .nav-box .right-box .singlelinks a span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 500;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  transition-delay: .3s;
}
.fixed-search.active {
  opacity: 1;
  transition-delay: 0s;
  pointer-events: auto;
}
.fixed-search.active .main {
  transform: translateX(0);
  transition-delay: .3s;
}
.fixed-search .main {
  transform: translateY(-101%);
  transition: transform .5s ease;
  z-index: 2;
}
.fixed-search .top-box {
  height: 1rem;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-search .top-box .close {
  position: absolute;
  right: max(40px, 0.6em);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close-1.svg");
  background-size: auto 12px;
  cursor: pointer;
}
.fixed-search .form {
  max-width: 1020px;
  margin: 0 auto;
  width: 86%;
  position: relative;
  height: 36px;
  padding-left: 44px;
}
.fixed-search .form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/search-2.svg") left center no-repeat;
  background-size: auto 18px;
  border-right: 1px solid #e6e6e6;
}
.fixed-search .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: transparent;
  font-size: max(13px, 0.16rem);
  color: #808080;
  font-family: 'Inter-Regular';
}
.fixed-search .form input::-webkit-input-placeholder {
  color: #808080;
}
.fixed-search .form input:-moz-placeholder {
  color: #808080;
}
.fixed-search .form input::-moz-placeholder {
  color: #808080;
}
.fixed-search .form input:-ms-input-placeholder {
  color: #808080;
}
.fixed-search .bot-box {
  background-color: #f5f5f5;
  padding: 0.4rem 0 0.6rem;
}
.fixed-search .block {
  max-width: max(500px, 7.2rem);
  width: 86%;
  margin: 0 auto;
}
.fixed-search .tit {
  font-size: max(13px, 0.16rem);
  color: #20252b;
}
.fixed-search .link {
  margin-top: 0.2rem;
}
.fixed-search .link a {
  display: block;
  padding: 0 0.4rem;
  border-radius: 5px;
  position: relative;
  transition: all .3s ease;
}
.fixed-search .link a span {
  display: block;
  font-size: max(16px, 0.2rem);
  line-height: max(40px, 0.6rem);
  color: #808080;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .fixed-search .link a:hover {
    background-color: #fff;
  }
  .fixed-search .link a:hover span {
    color: #00b4ed;
  }
}

.head-null {
  height: 0.95rem;
}

.footer {
  background-color: #f7f9f9;
  padding: 0 0.6rem;
}
.footer .top-block {
  padding: 1rem 0 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .top-block .left-box {
  width: 2.8rem;
}
.footer .top-block .left-box img {
  display: block;
  width: 100%;
}
.footer .top-block .link-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.footer .top-block .link-box .box span {
  display: block;
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
  font-weight: 300;
}
.footer .top-block .link-box .box .link {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0.2rem;
}
.footer .top-block .link-box .box .link a {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  position: relative;
  padding-bottom: 2px;
  transition: color .3s ease;
}
.footer .top-block .link-box .box .link a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}
@media (any-hover: hover) {
  .footer .top-block .link-box .box .link a:hover {
    color: #00b4ed;
  }
  .footer .top-block .link-box .box .link a:hover:before {
    transform: scaleX(1);
  }
}
.footer .top-block .ewm-box {
  width: 140px;
}
.footer .top-block .ewm-box .img-box {
  margin: 0 auto;
  width: 120px;
  border: 1px solid #f7f9f9;
}
.footer .top-block .ewm-box .img-box img {
  display: block;
  width: 100%;
}
.footer .top-block .ewm-box .tit {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  padding: 5px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin-top: 0.1rem;
}
.footer .top-block .ewm-box p {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}
.footer .mid-block {
  padding: 0.4rem 0;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .mid-block .left-box {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.footer .mid-block .left-box .box {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}
.footer .mid-block .left-box .box:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
}
.footer .mid-block .left-box .box p {
  width: calc(100% - 0.1rem - 16px);
  display: flex;
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
}
.footer .mid-block .left-box .box p i {
  width: 1px;
  height: 18px;
  background-color: #e1e1e1;
}
.footer .mid-block .left-box .box p span {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}
.footer .mid-block .left-box .box.tel:before {
  background-image: url("../images/foot-1.svg");
}
.footer .mid-block .left-box .box.mail:before {
  background-image: url("../images/foot-2.svg");
}
.footer .mid-block .left-box .box.addr:before {
  background-image: url("../images/foot-3.svg");
}
.footer .mid-block .right-box {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}
.footer .mid-block .right-box .share {
  display: flex;
  gap: 4px;
}
.footer .mid-block .right-box .share .box {
  position: relative;
  cursor: pointer;
}
.footer .mid-block .right-box .share .box .show {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f9f9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.16rem;
}
.footer .mid-block .right-box .share .box .hide {
  position: absolute;
  top: 100%;
  left: calc(50% - 50px);
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.footer .mid-block .right-box .share .box .hide:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: calc(50% - 10px);
  top: 11px;
}
.footer .mid-block .right-box .share .box .hide .img-box {
  width: 100px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.footer .mid-block .right-box .share .box .hide .img-box img {
  display: block;
  width: 100%;
}
.footer .mid-block .right-box .share .box.wx .show {
  background-image: url("../images/share-1.svg");
}
.footer .mid-block .right-box .share .box.wb .show {
  background-image: url("../images/share-2.svg");
}
.footer .mid-block .right-box .share .box.dy .show {
  background-image: url("../images/share-3.svg");
}
.footer .mid-block .right-box .share .box:hover .hide {
  opacity: 1;
  visibility: visible;
}
.footer .mid-block .right-box .global {
  position: relative;
  left: auto;
}
.footer .mid-block .right-box .global .show {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer .mid-block .right-box .global .show span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  padding: 0 0.1rem;
}
.footer .mid-block .right-box .global .show:before {
  content: '';
  width: max(16px, 0.2rem);
  height: max(16px, 0.2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/global-1.svg");
}
.footer .mid-block .right-box .global .show:after {
  content: '';
  width: 7px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/drop-1.svg");
}
.footer .mid-block .right-box .global .hide {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.footer .mid-block .right-box .global .hide:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 20px;
  top: 11px;
}
.footer .mid-block .right-box .global .box {
  min-width: 1rem;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.footer .mid-block .right-box .global .box a {
  font-size: max(12px, 0.14rem);
  line-height: 2;
  color: #2a2b35;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
  transition: color .3s ease;
}
.footer .mid-block .right-box .global .box a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all .5s;
}
@media (any-hover: hover) {
  .footer .mid-block .right-box .global .box a:hover {
    color: #00b4ed;
  }
  .footer .mid-block .right-box .global .box a:hover:before {
    transform: scaleX(1);
  }
}
.footer .mid-block .right-box .global:hover .hide {
  opacity: 1;
  visibility: visible;
}
.footer .bot-block {
  padding: 0.4rem 0;
  border-top: 1px solid #f0f0f0;
}
.footer .bot-block .links {
  display: flex;
  gap: 0.3rem;
}
.footer .bot-block .links a {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .footer .bot-block .links a:hover {
    color: #00b4ed;
  }
}
.footer .bot-block .copyright {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .bot-block .copyright p {
  font-size: max(12px, 0.14rem);
  color: #808080;
  font-weight: 300;
}
.footer .bot-block .copyright p a {
  color: #808080;
}

@media screen and (min-width: 1025px) {
  .ani-box.animating {
    transition: all 1.2s cubic-bezier(0.5, 0, 0, 1);
  }

  .trans-1 {
    opacity: 0;
    transform: translateY(1rem);
  }
  .trans-1.animating {
    opacity: 1;
    transform: translateY(0);
  }
  .trans-1.animating.delay-1 {
    transition-delay: .1s;
  }
  .trans-1.animating.delay-2 {
    transition-delay: .2s;
  }
  .trans-1.animating.delay-3 {
    transition-delay: .3s;
  }

  .trans-2 {
    opacity: 0;
    transform: translateX(-1rem);
  }
  .trans-2.animating {
    opacity: 1;
    transform: translateX(0);
  }
  .trans-2.animating.delay-1 {
    transition-delay: .1s;
  }
  .trans-2.animating.delay-2 {
    transition-delay: .2s;
  }
  .trans-2.animating.delay-3 {
    transition-delay: .3s;
  }

  .trans-3 {
    opacity: 0;
    transform: translateX(1rem);
  }
  .trans-3.animating {
    opacity: 1;
    transform: translateX(0);
  }
  .trans-3.animating.delay-1 {
    transition-delay: .1s;
  }
  .trans-3.animating.delay-2 {
    transition-delay: .2s;
  }
  .trans-3.animating.delay-3 {
    transition-delay: .3s;
  }

  .trans-4 {
    opacity: 0;
    transform: translateY(-1rem);
  }
  .trans-4.animating {
    opacity: 1;
    transform: translateY(0);
  }
  .trans-4.animating.delay-1 {
    transition-delay: .1s;
  }
  .trans-4.animating.delay-2 {
    transition-delay: .2s;
  }
  .trans-4.animating.delay-3 {
    transition-delay: .3s;
  }

  .scale-1 {
    transform: scale(1.3);
  }
  .scale-1.animating {
    transform: scale(1);
  }
}
.swiper-pagination-lock {
  display: none !important;
}

.wrap-s {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-2.svg") center no-repeat;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 86%;
  max-width: 86%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wavemask {
  -webkit-mask-image: url("../images/index/img-3.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: left bottom;
  position: relative;
  z-index: 4;
}

.wave-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}
.wave-block canvas.line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.wave-block .wave {
  width: 15rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
.wave-block .wave.w1 {
  right: 7rem;
}
.wave-block .wave.w2 {
  right: 0;
}
.wave-block .wave .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/index/img-1.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  -webkit-mask-position-x: 0%;
  animation: move-svg 6s linear infinite;
  display: grid;
  grid-template-columns: repeat(160, 1fr);
}
.wave-block .wave .mask .line {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.index-label {
  font-size: 0.42rem;
  color: #2a2b35;
}

.inner-label .label {
  font-size: 0.4rem;
  color: #2a2b35;
  text-align: center;
}
.inner-label .label span {
  color: #00b4ed;
}
.inner-label .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.1rem;
}

.c-crumbs {
  padding: 0 0.6rem;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  grid-gap: 45px;
  height: 0.6rem;
  position: relative;
  z-index: 3;
}
.c-crumbs.sticky {
  position: sticky;
  top: 0.95rem;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 6;
}
.c-crumbs a.home {
  position: relative;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  padding-left: 0.24rem;
}
.c-crumbs a.home:before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/home-1.svg");
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: calc(50% - 0.07rem);
}
.c-crumbs a.home:after {
  content: '';
  width: 5px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.svg");
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -4px;
}
.c-crumbs a.link {
  position: relative;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
}
.c-crumbs a.link:after {
  content: '';
  width: 5px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.svg");
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -5px;
}
.c-crumbs span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
}

.c-banner {
  position: relative;
}
.c-banner picture, .c-banner .img-box {
  display: block;
  height: calc(100vh - 1.55rem);
}
.c-banner picture img, .c-banner .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-banner .label {
  font-size: 0.56rem;
  color: #fff;
  font-weight: bold;
}
.c-banner .tit {
  font-size: 0.48rem;
  color: #fff;
}
.c-banner p {
  font-size: max(18px, 0.24rem);
  color: #fff;
  font-weight: 300;
  margin-top: 0.1rem;
  width: 50%;
}
.c-banner .info-block {
  margin-top: 1.2rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-banner .info-block .code-box {
  order: 2;
}
.c-banner .info-block .code-box span {
  font-size: 0.22rem;
  color: #fff;
}
.c-banner .info-block .code-box .code {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Outfit-Bold';
}
.c-banner .info-block .info-box .stips {
  font-size: max(14px, 0.18rem);
  color: #fff;
}
.c-banner .info-block .info-box .tips {
  font-size: 0.26rem;
  color: #fff;
}
.c-banner .info-block .info-box .num {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.15rem;
}
.c-banner .info-block .info-box .num span {
  font-size: 0.46rem;
}
.c-banner .info-block .info-box .num:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
}
.c-banner .info-block .info-box .num.green span {
  color: #04ff5d;
}
.c-banner .info-block .info-box .num.green:after {
  border-top-color: #04ff5d;
}
.c-banner .info-block .info-box .num.red span {
  color: #ff0000;
}
.c-banner .info-block .info-box .num.red:after {
  border-top-color: #ff0000;
  transform: rotate(180deg);
}
.c-banner .info-block .info-box .percent {
  font-size: max(15px, 0.2rem);
  color: #fff;
}
.c-banner.style-1 picture, .c-banner.style-1 .img-box {
  height: 34.89vw;
}

.c-pages {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.c-pages ul {
  display: flex;
  grid-gap: 0.1rem;
}
.c-pages ul li {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9000px;
  border: 1px solid #f0f2f2;
  transition: all .3s ease;
}
.c-pages ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-family: 'Outfit-Light';
  z-index: 2;
  transition: color .3s ease;
}
.c-pages ul li.first, .c-pages ul li.last {
  width: 0.6rem;
}
.c-pages ul li.active {
  background-color: #00b4ed;
}
.c-pages ul li.active a {
  color: #fff;
}
@media (any-hover: hover) {
  .c-pages ul li:hover {
    background-color: #00b4ed;
  }
  .c-pages ul li:hover a {
    color: #fff;
  }
}

.index-page + .footer {
  background-color: #fff;
}
.index-page + .footer .top-block .ewm-box .tit {
  background-color: #f7f9f9;
}

.inner-s54 + .footer {
  background-color: #fff;
}
.inner-s54 + .footer .top-block .ewm-box .tit {
  background-color: #f7f9f9;
}

.index-s1 {
  position: relative;
  pointer-events: none;
}
.index-s1:before {
  content: '';
  width: 100%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.index-s1 .items {
  position: relative;
  z-index: 1;
}
.index-s1 .item {
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  width: 105%;
  height: calc(100vh + 5.2vw);
}
.index-s1 .item img, .index-s1 .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 50vh;
  z-index: 2;
}
.index-s1 .item .label {
  font-size: 0.5rem;
  color: #fff;
  pointer-events: auto;
}
.index-s1 .item .btns {
  margin-top: 0.4rem;
  display: flex;
  pointer-events: auto;
}
.index-s1 .item .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.index-s1 .item .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.index-s1 .item .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s1 .item .btns a:hover {
    background-color: #00b4ed;
    border-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}
.index-s1 .buttons {
  position: absolute;
  bottom: calc(5.2vw + 1.8rem);
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.index-s1 .buttons .wrap-s {
  display: flex;
  justify-content: flex-end;
  gap: 0.2rem;
}
.index-s1 .button {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-2.svg");
  background-size: auto 10px;
  opacity: 0.4;
  transition: opacity .3s ease;
  pointer-events: auto;
  cursor: pointer;
}
@media (any-hover: hover) {
  .index-s1 .button:hover {
    opacity: 1;
  }
}
.index-s1 .prev {
  transform: rotate(180deg);
}

.index-s2 {
  margin-top: -5.3vw;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.index-s2 .scroll {
  min-width: 1000px;
  position: relative;
}
.index-s2 .video-box {
  aspect-ratio: 1920 / 998;
  overflow: hidden;
}
.index-s2 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s2 .svg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.index-s2 .svg-box svg {
  width: 100%;
  height: 100%;
}
.index-s2 .svg-box .link {
  pointer-events: auto;
  cursor: pointer;
}

.index-s3 {
  padding: 1.2rem 0;
}
.index-s3 .wrap-s {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.index-s3 .left-block {
  width: 3.6rem;
  position: sticky;
  top: 1.2rem;
}
.index-s3 .left-block .tab-tit {
  margin-top: 0.35rem;
}
.index-s3 .left-block .item {
  padding: 0.3rem 0.2rem;
  border-radius: 5px;
  cursor: pointer;
}
.index-s3 .left-block .item .tit {
  padding-left: 0.4rem;
  position: relative;
}
.index-s3 .left-block .item .tit:before {
  content: '';
  width: 0.26rem;
  height: 0.32rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.svg");
  opacity: 0;
}
.index-s3 .left-block .item .tit span {
  display: block;
  font-size: 0.26rem;
  color: #2a2b35;
  transform: scale(0.85);
  transform-origin: left center;
}
.index-s3 .left-block .item .box {
  padding-left: 0.4rem;
  margin-top: 0.15rem;
  display: none;
}
.index-s3 .left-block .item p {
  font-size: max(12px, 0.15rem);
  color: #fff;
  font-weight: 300;
}
.index-s3 .left-block .item .btns {
  margin-top: 0.25rem;
  display: flex;
}
.index-s3 .left-block .item .btns a {
  min-width: 1.5rem;
  padding: 0 0.2rem;
  height: max(36px, 0.4rem);
  border-radius: 9000px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.index-s3 .left-block .item .btns a span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.index-s3 .left-block .item .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
}
@media (any-hover: hover) {
  .index-s3 .left-block .item .btns a:hover {
    transform: translateY(-2px);
  }
}
.index-s3 .left-block .item.active {
  background-color: #00b4ed;
}
.index-s3 .left-block .item.active .tit:before {
  opacity: 1;
}
.index-s3 .left-block .item.active .tit span {
  color: #fff;
  transform: scale(1);
}
.index-s3 .left-block .item.active .box {
  display: block;
}
.index-s3 .right-block {
  width: calc(100% - 4.8rem);
}
.index-s3 .right-block .form {
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #f7f9f9;
  position: relative;
  overflow: hidden;
}
.index-s3 .right-block .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0.4rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.index-s3 .right-block .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 16px;
  cursor: pointer;
}
.index-s3 .right-block .tab-cont {
  margin-top: 0.4rem;
}
.index-s3 .right-block .block {
  margin-top: 1rem;
}
.index-s3 .right-block .block:nth-of-type(1) {
  margin-top: 0;
}
.index-s3 .right-block .top-box {
  border-radius: 0.1rem;
  padding: 0.5rem 0.4rem;
  background-image: linear-gradient(180deg, #00a1e9, #62c7f2);
}
.index-s3 .right-block .top-box .label {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.index-s3 .right-block .top-box .label span {
  font-size: 0.34rem;
  color: #fff;
}
.index-s3 .right-block .top-box .label:after {
  content: '';
  width: 0.1rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.svg");
}
.index-s3 .right-block .top-box .para {
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
  font-weight: 300;
}
.index-s3 .right-block .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.3rem;
}
.index-s3 .right-block .item {
  width: calc((100% - 0.24rem) / 2);
}
.index-s3 .right-block .item .inner {
  display: block;
  height: 100%;
}
.index-s3 .right-block .item .img-box {
  aspect-ratio: 464 / 300;
  border: 2px solid #f7f9f9;
  border-radius: 5px 5px 0 0;
  transition: all .3s ease;
}
.index-s3 .right-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s3 .right-block .item .txt-box {
  padding: 0.4rem 0.3rem 0.6rem;
  position: relative;
}
.index-s3 .right-block .item .txt-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #f7f9f9, #fff);
  z-index: 1;
  transition: opacity .3s ease;
}
.index-s3 .right-block .item .tit, .index-s3 .right-block .item .tips, .index-s3 .right-block .item .more {
  position: relative;
  z-index: 2;
}
.index-s3 .right-block .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.index-s3 .right-block .item .tips {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.3rem;
}
.index-s3 .right-block .item .tips p {
  width: calc((100% - 0.3rem) / 2);
  position: relative;
  padding-left: 0.14rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s3 .right-block .item .tips p:before {
  content: '•';
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s3 .right-block .item .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.index-s3 .right-block .item .more span {
  font-size: max(13px, 0.16rem);
  color: #9e9fb1;
  transition: color .3s ease;
}
.index-s3 .right-block .item .more:after {
  content: '';
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .right-block .item:hover .img-box {
    box-shadow: 0 0.15rem 0.3rem rgba(120, 156, 172, 0.1);
  }
  .index-s3 .right-block .item:hover .txt-box:before {
    opacity: 0;
  }
  .index-s3 .right-block .item:hover .more span {
    color: #00b4ed;
  }
  .index-s3 .right-block .item:hover .more:after {
    background-image: url("../images/index/icon-1-2.svg");
    transform: translateX(2px);
  }
}
.index-s3 .right-block .items-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.index-s3 .right-block .item-1 {
  width: calc((100% - 0.4rem) / 3);
}
.index-s3 .right-block .item-1 .inner {
  display: block;
  height: 100%;
  position: relative;
  background-color: #f7fafb;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.6rem 0.4rem 1rem;
  transition: all .3s ease;
}
.index-s3 .right-block .item-1 .inner[href]:after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: opacity .3s ease;
}
.index-s3 .right-block .item-1 .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s3 .right-block .item-1 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.index-s3 .right-block .item-1 .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  text-align: center;
  margin-top: 0.2rem;
}
.index-s3 .right-block .item-1 .btns {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .right-block .item-1 .btns span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.index-s3 .right-block .item-1 .btns:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
}
@media (any-hover: hover) {
  .index-s3 .right-block .item-1:hover .inner {
    border-color: #c1edfb;
    background-color: #f0fbfe;
  }
  .index-s3 .right-block .item-1:hover .inner:after {
    opacity: 0;
  }
  .index-s3 .right-block .item-1:hover .btns {
    opacity: 1;
  }
}
.index-s3 .right-block .udc-items {
  margin-top: 0.2rem;
}
.index-s3 .right-block .udc-box {
  background-color: #f5f8f9;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-s3 .right-block .udc-box .inner {
  display: flex;
  align-items: center;
}
.index-s3 .right-block .udc-box .img-box {
  width: 55%;
  padding-top: 0.36rem;
  height: 3.1rem;
  display: flex;
  justify-content: center;
}
.index-s3 .right-block .udc-box .img-box img {
  height: 2.84rem;
  aspect-ratio: 278 / 300;
}
.index-s3 .right-block .udc-box .txt-box {
  width: 45%;
}
.index-s3 .right-block .udc-box .tit {
  font-size: 0.28rem;
  color: #2a2b35;
}
.index-s3 .right-block .udc-box p {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  margin-top: 0.1rem;
}
.index-s3 .right-block .udc-box .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.index-s3 .right-block .udc-box .more span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  transition: color .3s ease;
}
.index-s3 .right-block .udc-box .more:after {
  content: '';
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
.index-s3 .right-block .more-btns {
  background-color: #f7fafb;
  border-radius: 0.14rem;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.index-s3 .right-block .more-btns span {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  transition: color .3s ease;
}
.index-s3 .right-block .more-btns:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .right-block .more-btns:hover {
    background-color: #00b4ed;
  }
  .index-s3 .right-block .more-btns:hover span {
    color: #fff;
  }
  .index-s3 .right-block .more-btns:hover:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}

.index-s4 .bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-6.jpg");
  background-attachment: fixed;
}
.index-s4 .bgcolor {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: -100vh;
  opacity: 0;
  z-index: 1;
}
.index-s4 .txt-block {
  margin-top: -2.8rem;
  padding: 0 0 1.2rem;
  position: relative;
  z-index: 3;
}
.index-s4 .index-label {
  color: #fff;
}
.index-s4 .top-box {
  margin-top: 0.6rem;
  padding: 0.6rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s4 .top-box .inner {
  width: calc(50% + 1.5rem);
  display: flex;
  align-items: flex-start;
}
.index-s4 .top-box .tips {
  width: 1.3rem;
}
.index-s4 .top-box .tips span {
  display: block;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.index-s4 .top-box .tips p {
  font-size: 0.4rem;
  color: #fff;
}
.index-s4 .top-box .para {
  width: calc(100% - 1.3rem);
  font-size: max(16px, 0.22rem);
  color: #fff;
  line-height: 1.4;
}
.index-s4 .top-box .pic-box {
  width: 1.8rem;
}
.index-s4 .top-box .pic-box .img-box {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s4 .top-box .pic-box .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.index-s4 .top-box .pic-box .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.index-s4 .top-box .pic-box .tit:before, .index-s4 .top-box .pic-box .tit:after {
  content: '';
  width: 0.2rem;
  height: 0.27rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.png");
}
.index-s4 .top-box .pic-box .tit:after {
  transform: rotateY(180deg);
}
.index-s4 .top-box .pic-box .tit span {
  max-width: calc(100% - 0.7rem);
  font-size: max(10px, 0.12rem);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.index-s4 .data {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.index-s4 .data .num {
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
}
.index-s4 .data .num .cut {
  position: relative;
}
.index-s4 .data .num .hide {
  opacity: 0;
}
.index-s4 .data .num .count {
  position: absolute;
  top: 0;
  left: 0;
}
.index-s4 .data .num span {
  font-size: 1rem;
  font-family: 'Outfit-Light';
}
.index-s4 .data .num i {
  font-size: 0.42rem;
  font-style: normal;
}
.index-s4 .data p {
  width: 50%;
  font-size: 0.42rem;
  color: #fff;
}
.index-s4 .btns {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
}
.index-s4 .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border-radius: 5px;
  background-color: #00b4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.index-s4 .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.index-s4 .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s4 .btns a:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}

.index-s5 {
  padding: 1.2rem 0 0;
  overflow: hidden;
}
.index-s5 .bot-block {
  margin-top: 0.5rem;
  padding: 0 calc(50vw - 7.2rem);
  position: relative;
}
.index-s5 .bot-block .items {
  display: inline-flex;
  transition: transform .3s ease;
  will-change: transform;
}
.index-s5 .bot-block .item {
  position: relative;
  width: 4.4rem;
  height: auto;
  overflow: hidden;
  border: 1px solid #dbe2e8;
  margin-left: -1px;
  transition: width .3s ease;
}
.index-s5 .bot-block .item .inner {
  display: block;
  height: 100%;
  position: relative;
}
.index-s5 .bot-block .item .top {
  height: 20px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #e9eff4;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s5 .bot-block .item .top:before {
  content: '';
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
}
.index-s5 .bot-block .item .top span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.index-s5 .bot-block .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4rem;
  height: 100%;
  padding: 0.6rem;
  transition: opacity .3s ease;
}
.index-s5 .bot-block .item .show .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  margin-top: 0.2rem;
}
.index-s5 .bot-block .item .show a.inner {
  width: 0.1rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  display: block;
  margin-top: 0.24rem;
}
.index-s5 .bot-block .item .show .img-box {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
  aspect-ratio: 320 / 180;
  border-radius: 5px;
  overflow: hidden;
}
.index-s5 .bot-block .item .show .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.index-s5 .bot-block .item .hide {
  width: 10rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.index-s5 .bot-block .item .hide .inner {
  height: 100%;
  display: block;
  padding: 0.6rem;
  position: relative;
}
.index-s5 .bot-block .item .hide .txtbox {
  margin-top: 0.2rem;
  display: flex;
  align-items: flex-start;
}
.index-s5 .bot-block .item .hide .tit {
  width: 50%;
  font-size: 0.26rem;
  color: #2a2b35;
  padding-right: 0.6rem;
}
.index-s5 .bot-block .item .hide .tit:after {
  content: '';
  width: 0.1rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  display: block;
  margin-top: 0.24rem;
}
.index-s5 .bot-block .item .hide p {
  width: 50%;
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s5 .bot-block .item .hide .img-box {
  margin-top: 0.6rem;
  aspect-ratio: 880 / 494;
  border-radius: 5px;
  overflow: hidden;
}
.index-s5 .bot-block .item .hide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.index-s5 .bot-block .item .date {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  font-family: 'Outfit-Medium';
}
.index-s5 .bot-block .item.active {
  width: 10rem;
}
.index-s5 .bot-block .item.active .show {
  opacity: 0;
  pointer-events: none;
}
.index-s5 .bot-block .item.active .hide {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .index-s5 .bot-block .item:hover .show .img-box img {
    transform: scale(1.1);
  }
  .index-s5 .bot-block .item:hover .hide .img-box img {
    transform: scale(1.05);
  }
}
.index-s5 .bot-block .buttons {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  pointer-events: none;
  z-index: 3;
}
.index-s5 .bot-block .button {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2a2b35;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/next.svg");
  background-size: auto 10px;
  cursor: pointer;
  opacity: 0.3;
  pointer-events: auto;
  transition: opacity .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .bot-block .button:hover {
    opacity: 1;
  }
}
.index-s5 .bot-block .prev {
  transform: rotate(180deg);
}
.index-s5 .m-block {
  display: none;
  margin-top: 0.4rem;
}
.index-s5 .m-block .item {
  width: calc((100% - 0.2rem) / 2);
  margin-right: 0.2rem;
  height: auto;
}
.index-s5 .m-block .item:last-of-type {
  margin-right: 0;
}
.index-s5 .m-block .item a.inner {
  display: block;
  padding: 0.4rem;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.index-s5 .m-block .item .top {
  height: 20px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #e9eff4;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s5 .m-block .item .top:before {
  content: '';
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
}
.index-s5 .m-block .item .top span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.index-s5 .m-block .item .img-box {
  aspect-ratio: 265 / 147;
  border-radius: 4px;
  overflow: hidden;
}
.index-s5 .m-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.index-s5 .m-block .item .date {
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  margin-top: 0.3rem;
}
.index-s5 .m-block .item .tit {
  font-size: 16px;
  color: #2a2b35;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.index-s5 .m-block .item p {
  font-size: 13px;
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.index-s5 .m-block .pagination {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.1rem;
  justify-content: center;
}
.index-s5 .m-block .pagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00b4ed;
  opacity: 0.3;
  transition: opacity .3s ease;
}
.index-s5 .m-block .pagination span.active {
  opacity: 1;
}

.index-s6 {
  padding: 2.5rem 0 30vw;
  position: relative;
  overflow: hidden;
}
.index-s6 .video-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-s6 .video-box video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index-s6 .video-box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index-s6 .para {
  max-width: 9.8rem;
  margin-top: 0.5rem;
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  line-height: 1.4;
}
.index-s6 .btns {
  margin-top: 0.6rem;
  display: flex;
}
.index-s6 .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border-radius: 5px;
  background-color: #00b4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.index-s6 .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.index-s6 .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .btns a:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}

.index-s7 {
  margin-top: -5.3vw;
}
.index-s7 .items {
  display: flex;
  gap: 0.1rem;
}
.index-s7 .item {
  width: calc((100% - 0.2rem) / 3);
  padding: 10.3vw 0.4rem 0.8rem;
  background-color: #f7f9f9;
}
.index-s7 .item .inner {
  display: block;
  height: 100%;
}
.index-s7 .item .label {
  font-size: 0.26rem;
  color: #2a2b35;
  text-align: center;
}
.index-s7 .item p {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.1rem;
  font-weight: 300;
}
.index-s7 .item .btn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0.3rem auto 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-1-4.svg");
  background-size: auto 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s7 .item:hover .btn {
    border-color: #00b4ed;
    background-image: url("../images/index/icon-1-2.svg");
  }
}

.inner-s1 {
  margin-top: -5.3vw;
  padding-top: calc(5.3vw + 1.2rem);
  background-image: linear-gradient(180deg, rgba(0, 180, 237, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.inner-s1 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s1 .left-block {
  width: 3.7rem;
  padding: 0 0.4rem 1.2rem 0;
  position: sticky;
  top: 1.2rem;
}
.inner-s1 .left-block .clear-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ebf2f4;
}
.inner-s1 .left-block .clear-box span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s1 .left-block .clear-box .clear {
  font-size: max(12px, 0.14rem);
  color: #7a8799;
  font-weight: 300;
  cursor: pointer;
}
.inner-s1 .left-block ul {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.inner-s1 .left-block ul li {
  height: 22px;
  background-color: #f0f7f9;
  border-radius: 9000px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.inner-s1 .left-block ul li span {
  font-size: max(12px, 0.14rem);
  color: #7a8799;
  font-weight: 300;
}
.inner-s1 .left-block ul li i {
  width: 7px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.svg");
  margin-left: 5px;
  cursor: pointer;
}
.inner-s1 .left-block .panel-box {
  margin-top: 0.3rem;
}
.inner-s1 .left-block .panel-tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s1 .left-block .panel-cont {
  margin-top: 0.24rem;
}
.inner-s1 .left-block .panel-cont .box {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  cursor: pointer;
}
.inner-s1 .left-block .panel-cont .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s1 .left-block .panel-cont .box i {
  width: max(12px, 0.16rem);
  height: max(12px, 0.16rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1-1.svg");
}
.inner-s1 .left-block .panel-cont .box span {
  font-size: max(12px, 0.15rem);
  color: #2a2b35;
  font-weight: 300;
  max-width: calc(100% - 0.4rem);
}
.inner-s1 .left-block .panel-cont .box.active i {
  background-image: url("../images/join/icon-1-2.svg");
}
.inner-s1 .right-block {
  width: calc(100% - 3.7rem);
  padding: 0 0 1.2rem 0.8rem;
  border-left: 1px solid #ebf2f4;
}
.inner-s1 .right-block .label {
  font-size: 0.32rem;
  color: #2a2b35;
}
.inner-s1 .right-block .items {
  margin-top: 0.4rem;
  border-top: 1px solid #ebf2f4;
}
.inner-s1 .right-block .item {
  position: relative;
  border-bottom: 1px solid #ebf2f4;
}
.inner-s1 .right-block .item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
}
.inner-s1 .right-block .item .inner {
  display: block;
  padding: 0.4rem 0;
}
.inner-s1 .right-block .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s1 .right-block .item .tips {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.inner-s1 .right-block .item .tips span {
  font-size: max(13px, 0.16rem);
  color: #7a8799;
  font-weight: 300;
  position: relative;
}
.inner-s1 .right-block .item .tips span:after {
  content: '';
  width: 1px;
  height: 0.16rem;
  background-color: #cfd4dc;
  position: absolute;
  right: -0.2rem;
  top: calc(50$ - 0.08rem);
}
.inner-s1 .right-block .item .tips span:last-of-type:after {
  display: none;
}
@media (any-hover: hover) {
  .inner-s1 .right-block .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s ease;
  }
}

.inner-s2 {
  padding: 0.6rem 0 1.2rem;
  background: #fff url("../images/join/img-1.png") center top no-repeat;
  background-size: 100% auto;
}
.inner-s2 .block {
  width: 78%;
  margin: 0 auto;
}
.inner-s2 .back {
  display: flex;
}
.inner-s2 .back a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s2 .back a:before {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-4.svg");
  transition: transform .3s ease;
}
.inner-s2 .back a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s2 .back a:hover:before {
    transform: translateX(-3px);
  }
}
.inner-s2 .inner {
  margin-top: 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.6rem 0;
}
.inner-s2 .label {
  font-size: 0.32rem;
  color: #2a2b35;
}
.inner-s2 .info-box {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.inner-s2 .info {
  display: flex;
  gap: 0.06rem;
}
.inner-s2 .info span {
  min-width: 0.7rem;
  padding: 0 0.1rem;
  font-size: max(13px, 0.16rem);
  color: #7a8799;
  line-height: 2;
  font-weight: 300;
  border-radius: 3px;
  background-color: #f0f7f9;
  text-align: center;
}
.inner-s2 .date {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s2 .date:before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-2.svg");
}
.inner-s2 .date span {
  font-size: max(13px, 0.16rem);
  color: #7a8799;
}
.inner-s2 .addr {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s2 .addr:before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-3.svg");
}
.inner-s2 .addr span {
  font-size: max(13px, 0.16rem);
  color: #7a8799;
}
.inner-s2 .cont-box {
  margin-top: 0.4rem;
  padding-top: 0.6rem;
  border-top: 1px solid #ebf2f4;
}
.inner-s2 .cont-box .box {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #ebf2f4;
}
.inner-s2 .cont-box .box:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.inner-s2 .cont-box .box .tit {
  font-size: max(18px, 0.24rem);
  color: #2a2b35;
}
.inner-s2 .cont-box .box .para {
  margin-top: 0.24rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 2;
  font-weight: 300;
}
.inner-s2 .btns {
  margin-top: 0.6rem;
}
.inner-s2 .btns a {
  display: block;
  height: max(40px, 0.54rem);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #00abc8, #9ae1f8);
  transition: all .3s ease;
}
.inner-s2 .btns a span {
  font-size: max(14px, 0.18rem);
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s2 .btns a:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}

.inner-s3 {
  margin-top: -5.3vw;
  padding: calc(5.3vw + 1.2rem) 0 1.2rem;
}
.inner-s3 .inner-label .label {
  color: #fff;
  text-align: left;
}
.inner-s3 .inner-label .para {
  color: #fff;
  text-align: left;
  margin-top: 0.3rem;
}
.inner-s3 .top-block {
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.inner-s3 .top-block .img-box {
  aspect-ratio: 1440 / 500;
}
.inner-s3 .top-block .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s3 .top-block .txt-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  z-index: 2;
}
.inner-s3 .bot-block {
  margin-top: 0.1rem;
  display: flex;
  gap: 0.1rem;
}
.inner-s3 .bot-block .item {
  position: relative;
  width: calc((100% - 0.2rem) / 3);
  height: 2.8rem;
  border: 1px solid transparent;
  padding: 0.5rem;
  border-radius: 0.16rem;
  background-color: #f6f8f9;
  transition: all .3s ease;
}
.inner-s3 .bot-block .item .tit {
  font-size: max(18px, 0.24rem);
  color: #2a2b35;
}
.inner-s3 .bot-block .item .info {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.inner-s3 .bot-block .item .info p {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s3 .bot-block .item .info p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s3 .bot-block .item .info p:before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.inner-s3 .bot-block .item .info p span {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s3 .bot-block .item .info p.tel:before {
  background-image: url("../images/contact/icon-1.svg");
}
.inner-s3 .bot-block .item .info p.repair:before {
  background-image: url("../images/contact/icon-2.svg");
}
.inner-s3 .bot-block .item .info p.mail:before {
  background-image: url("../images/contact/icon-3.svg");
}
@media (any-hover: hover) {
  .inner-s3 .bot-block .item:hover {
    background-color: #f0fbfe;
    border-color: #d8f4fc;
  }
}

.inner-s4 {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
}
.inner-s4 .items {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.4rem;
}
.inner-s4 .item {
  width: calc((100% - 0.4rem) / 2);
}
.inner-s4 .item .top-box {
  position: relative;
}
.inner-s4 .item .map-box {
  aspect-ratio: 700 / 310;
  border-radius: 0.16rem;
  overflow: hidden;
}
.inner-s4 .item .map-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s4 .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.inner-s4 .item .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/contact/img-4.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.inner-s4 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s4 .item .img-box span {
  position: absolute;
  left: 0.15rem;
  bottom: 0.15rem;
  width: 0.35rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.inner-s4 .item .bot-box {
  margin-top: 0.4rem;
}
.inner-s4 .item .tit {
  font-size: max(18px, 0.24rem);
  color: #2a2b35;
}
.inner-s4 .item .para-s {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.15rem;
}

.inner-s5 {
  padding: 1.2rem 0;
}
.inner-s5 .form {
  width: 72%;
  margin: 0.4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s5 .form .box {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s5 .form .box:nth-of-type(7) {
  width: 100%;
}
.inner-s5 .form input {
  display: block;
  width: 100%;
  height: max(46px, 0.6rem);
  font-size: max(12px, 0.14rem);
  color: #767d86;
  background-color: #fff;
  padding: 0 0.2rem;
  border: 1px solid #e8f0f3;
  border-radius: 0.1rem;
  transition: all .3s ease;
}
.inner-s5 .form textarea {
  display: block;
  width: 100%;
  height: 2rem;
  font-size: max(12px, 0.14rem);
  color: #767d86;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  border: 1px solid #e8f0f3;
  border-radius: 0.1rem;
  resize: none;
  transition: all .3s ease;
}
.inner-s5 .form button {
  display: block;
  width: 100%;
  height: max(40px, 0.54rem);
  background-color: #2a2b35;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s5 .form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.3rem rgba(42, 43, 53, 0.3);
  }
}
.inner-s5 .layui-input:hover, .inner-s5 .layui-textarea:hover,
.inner-s5 .layui-input:focus, .inner-s5 .layui-textarea:focus {
  border-color: #00b4ed !important;
}
.inner-s5 .layui-input:focus, .inner-s5 .layui-textarea:focus {
  box-shadow: none;
}
.inner-s5 .layui-form-select dl {
  top: 100%;
}
.inner-s5 .layui-form-select dl dd, .inner-s5 .layui-form-select dl dt {
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
}
.inner-s5 .layui-form-select dl dd.layui-this {
  color: #00b4ed;
}

.inner-s6 {
  padding: 1rem 0;
  position: relative;
}
.inner-s6 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/news/img-1.png") center top no-repeat;
  background-size: 100% auto;
  mask: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.inner-s6 .label {
  font-size: 0.56rem;
  color: #fff;
  text-align: center;
}
.inner-s6 .cont-block {
  margin-top: 0.7rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.7rem;
  box-shadow: 0 0.18rem 0.43rem rgba(76, 88, 99, 0.04);
}
.inner-s6 .item .inner {
  display: flex;
  align-items: center;
}
.inner-s6 .item .img-box {
  width: calc(50% + 1.6rem);
  aspect-ratio: 800 / 450;
  border-radius: 5px;
  overflow: hidden;
}
.inner-s6 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s6 .item .txt-box {
  width: calc(50% - 1.6rem);
  padding-left: 0.8rem;
}
.inner-s6 .item .top {
  height: 20px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #e9eff4;
  border-radius: 4px;
}
.inner-s6 .item .top:before {
  content: '';
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
}
.inner-s6 .item .top span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s6 .item .date {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  margin-top: 0.4rem;
}
.inner-s6 .item .tit {
  font-size: 0.28rem;
  color: #2a2b35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.24rem;
  transition: color .3s ease;
}
.inner-s6 .item .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.2rem;
}
.inner-s6 .item .more {
  margin-top: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s6 .item .more span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  transition: color .3s ease;
}
.inner-s6 .item .more:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s6 .item:hover .img-box img {
    transform: scale(1.05);
  }
  .inner-s6 .item:hover .tit {
    color: #00b4ed;
  }
  .inner-s6 .item:hover .more span {
    color: #00b4ed;
  }
  .inner-s6 .item:hover .more:after {
    transform: translateX(3px);
    background-image: url("../images/index/icon-1-2.svg");
  }
}

.inner-s7 {
  padding: 0 0 1.2rem;
}
.inner-s7 .top-block {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ebf2f4;
}
.inner-s7 .top-block .wrap-s {
  padding: 0 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s7 .top-block .link-box {
  width: 3rem;
  height: max(48px, 0.54rem);
  padding: 0.05rem;
  border-radius: 4px;
  background-color: #f6f9fa;
  display: flex;
}
.inner-s7 .top-block .link-box a {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.inner-s7 .top-block .link-box a span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  transition: color .3s ease;
}
.inner-s7 .top-block .link-box a.active {
  background-color: #00b4ed;
}
.inner-s7 .top-block .link-box a.active span {
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s7 .top-block .link-box a:not(.active):hover span {
    color: #00b4ed;
  }
}
.inner-s7 .top-block .form {
  width: calc(100% - 3.2rem);
  height: max(48px, 0.54rem);
  border-radius: 0.1rem;
  border: 1px solid #ebf2f4;
  position: relative;
  overflow: hidden;
}
.inner-s7 .top-block .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s7 .top-block .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 16px;
  cursor: pointer;
}
.inner-s7 .bot-block .wrap-s {
  padding: 0.8rem 0.7rem 0;
}
.inner-s7 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #333333;
}
.inner-s7 .item {
  width: 33.33%;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.inner-s7 .item:nth-of-type(3n):after {
  display: none;
}
.inner-s7 .item:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ebf2f4;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-s7 .item .inner {
  display: block;
  height: 100%;
  padding: 0.5rem 0.5rem 1.1rem;
  position: relative;
}
.inner-s7 .item .img-box {
  border-radius: 0.16rem;
  aspect-ratio: 330 / 185;
  overflow: hidden;
}
.inner-s7 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s7 .item .txt-box {
  margin-top: 0.3rem;
}
.inner-s7 .item .date {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.inner-s7 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  margin-top: 0.15rem;
}
.inner-s7 .item .more {
  position: absolute;
  left: 0.5rem;
  bottom: 0.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s7 .item .more span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  transition: color .3s ease;
}
.inner-s7 .item .more:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s7 .item:hover {
    background-color: #f6f9fa;
  }
  .inner-s7 .item:hover img {
    transform: scale(1.1);
  }
  .inner-s7 .item:hover .more {
    opacity: 1;
  }
}
.inner-s7 .items-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #333333;
}
.inner-s7 .item-1 {
  width: calc((100% - 1.2rem) / 3);
}
.inner-s7 .item-1 .inner {
  display: block;
  height: 100%;
  border-radius: 4px;
  background-color: #f6f9fa;
}
.inner-s7 .item-1 .img-box {
  position: relative;
  aspect-ratio: 393 / 219;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.inner-s7 .item-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform .5s ease;
}
.inner-s7 .item-1 .time {
  position: absolute;
  bottom: 0.2rem;
  left: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  z-index: 2;
}
.inner-s7 .item-1 .time:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
}
.inner-s7 .item-1 .time span {
  font-size: max(12px, 0.14rem);
  color: #fff;
}
.inner-s7 .item-1 .txt-box {
  padding: 0.4rem 0.3rem 0.6rem;
}
.inner-s7 .item-1 .tit {
  font-size: max(16px, 0.18rem);
  color: #2a2b35;
}
@media (any-hover: hover) {
  .inner-s7 .item-1:hover img {
    transform: scale(1.1);
  }
}

.inner-s8 {
  padding: 0.6rem 0 1.2rem;
  background: #fff url("../images/join/img-1.png") center top no-repeat;
  background-size: 100% auto;
}
.inner-s8 .block {
  width: 78%;
  margin: 0 auto;
}
.inner-s8 .back {
  display: flex;
}
.inner-s8 .back a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s8 .back a:before {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-4.svg");
  transition: transform .3s ease;
}
.inner-s8 .back a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s8 .back a:hover:before {
    transform: translateX(-3px);
  }
}
.inner-s8 .inner {
  margin-top: 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.8rem 0;
}
.inner-s8 .date {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s8 .date:before {
  content: '';
  width: max(14px, 0.18rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-3.svg");
  height: max(14px, 0.18rem);
}
.inner-s8 .date span {
  font-size: max(14px, 0.18rem);
  color: #00b4ed;
}
.inner-s8 .label {
  font-size: 0.4rem;
  color: #2a2b35;
  margin-top: 0.3rem;
}
.inner-s8 .edit-para {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.04rem solid #e8eeef;
  font-size: max(13px, 0.16rem);
  color: #5f606c;
  line-height: 2;
}
.inner-s8 .edit-para img {
  max-width: 100%;
  height: auto !important;
}
.inner-s8 .edit-para video {
  max-width: 100%;
  height: auto !important;
}
.inner-s8 .share-box {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s8 .share-box:before, .inner-s8 .share-box:after {
  content: '';
  width: calc(50% - 1.2rem);
  height: 0.04rem;
  background-color: #2a2b35;
}
.inner-s8 .share-box .link {
  width: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}
.inner-s8 .share-box .link a {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #eaeced;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto max(12px, 0.16rem);
}
.inner-s8 .share-box .link a.wechat {
  background-image: url("../images/news/share-1.svg");
}
.inner-s8 .share-box .link a.sina {
  background-image: url("../images/news/share-2.svg");
}
.inner-s8 .share-box .link a.qq {
  background-image: url("../images/news/share-3.svg");
}
.inner-s8 .page-box {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.inner-s8 .page-box a {
  width: 1.8rem;
  height: max(40px, 0.48rem);
  background-color: #f6f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.inner-s8 .page-box a span {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-s8 .page-box a:hover {
    background-color: #00b4ed;
  }
  .inner-s8 .page-box a:hover span {
    color: #fff;
  }
}

.inner-s9 .bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/banner-1.jpg");
  background-attachment: fixed;
}
.inner-s9 .bgcolor {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -100vh;
  opacity: 0;
  z-index: 1;
}
.inner-s9 .txt-block {
  margin-top: -2.8rem;
  position: relative;
  z-index: 2;
}
.inner-s9 .label {
  font-size: 0.8rem;
  color: #fff;
}
.inner-s9 .video-btn {
  margin-top: 0.2rem;
  display: inline-flex;
  gap: 0.1rem;
  align-items: center;
  cursor: pointer;
}
.inner-s9 .video-btn span {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.3);
  transition: color .3s ease;
}
.inner-s9 .video-btn:after {
  content: '';
  width: 0.26rem;
  height: 0.26rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
  opacity: 0.3;
  transition: opacity .3s ease;
}
@media (any-hover: hover) {
  .inner-s9 .video-btn:hover span {
    color: #fff;
  }
  .inner-s9 .video-btn:hover:after {
    opacity: 1;
  }
}
.inner-s9 .txt-box {
  margin-top: 0.6rem;
  padding: 1.2rem 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.inner-s9 .txt-box .left-box {
  width: 50%;
}
.inner-s9 .txt-box .tit {
  font-size: 0.48rem;
  color: #fff;
}
.inner-s9 .txt-box .slogan {
  font-size: 0.32rem;
  color: #fff;
  margin-top: 0.1rem;
  font-weight: 300;
}
.inner-s9 .txt-box .para {
  width: 50%;
  padding-left: 0.8rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s9 .code-box {
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.inner-s9 .code-box .tit {
  font-size: max(14px, 0.18rem);
  color: #fff;
  font-weight: 300;
}
.inner-s9 .code-box .num {
  font-size: 1.4rem;
  color: #fff;
  font-family: 'Outfit-Medium';
}
.inner-s9 .data-box {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.6rem 0 1.2rem;
  display: flex;
  align-items: flex-start;
}
.inner-s9 .data-box .left-box {
  width: 5rem;
  padding-right: 1rem;
}
.inner-s9 .data-box .para {
  font-size: max(14px, 0.18rem);
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s9 .data-box .btns {
  margin-top: 0.6rem;
  display: flex;
}
.inner-s9 .data-box .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s9 .data-box .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.inner-s9 .data-box .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s9 .data-box .btns a:hover {
    background-color: #00b4ed;
    border-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}
.inner-s9 .data-box .right-box {
  width: calc(100% - 5rem);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.2rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s9 .data-box .right-box .line {
  width: 1px;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-s9 .data-box .data .num {
  position: relative;
}
.inner-s9 .data-box .data .num .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-s9 .data-box .data .num .hide {
  opacity: 0;
}
.inner-s9 .data-box .data .num span {
  font-size: 0.6rem;
  color: #fff;
  font-family: 'Outfit-Regular';
}
.inner-s9 .data-box .data .num i {
  font-size: 0.22rem;
  color: #fff;
  font-style: normal;
}
.inner-s9 .data-box .data p {
  font-size: max(14px, 0.18rem);
  color: #fff;
  font-weight: 300;
  margin-top: 0.1rem;
}

.inner-s10 {
  background-color: #283748;
  padding: 1.2rem 0 3rem;
  position: relative;
}
.inner-s10 .txt-block {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  display: flex;
}
.inner-s10 .txt-block .block {
  width: 5rem;
}
.inner-s10 .txt-block .label {
  font-size: 0.48rem;
  color: #fff;
}
.inner-s10 .txt-block .slogan {
  margin-top: 0.4rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
}
.inner-s10 .txt-block .para {
  margin-top: 0.1rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s10 .txt-block .btns {
  margin-top: 0.6rem;
  display: flex;
}
.inner-s10 .txt-block .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s10 .txt-block .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.inner-s10 .txt-block .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s10 .txt-block .btns a:hover {
    background-color: #00b4ed;
    border-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}
.inner-s10 .circle-block {
  position: relative;
  overflow: hidden;
}
.inner-s10 .circle-block .block {
  width: 69.42vw;
  height: 69.42vw;
  position: relative;
  margin-left: 40vw;
  padding: 25vw 0 0 26vw;
}
.inner-s10 .circle-block .block:before, .inner-s10 .circle-block .block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.inner-s10 .circle-block .block:before {
  background-image: url("../images/about/img-2-1.png");
  animation: o-rotate 50s linear infinite;
}
.inner-s10 .circle-block .block:after {
  background-image: url("../images/about/img-2-2.png");
  animation: o-rotate 50s linear infinite reverse;
}
.inner-s10 .circle-block .inner {
  display: inline-block;
  max-width: 32vw;
  position: relative;
  z-index: 2;
}
.inner-s10 .circle-block .inner .box {
  margin-top: 8.33vw;
  opacity: 0.3;
  transition: opacity .3s esae;
  cursor: pointer;
}
.inner-s10 .circle-block .inner .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s10 .circle-block .inner .box .tit {
  font-size: 0.36rem;
  color: #fff;
}
.inner-s10 .circle-block .inner .box .para {
  font-size: max(14px, 0.18rem);
  color: #fff;
  margin-top: 0.15rem;
}
.inner-s10 .circle-block .inner .box.active {
  opacity: 1;
}
.inner-s10 .circle-block .img-box {
  width: 39.0625vw;
  height: 39.0625vw;
  position: absolute;
  top: 20.83vw;
  left: -20.83vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
.inner-s10 .circle-block .img-box .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: all .5s ease;
}
.inner-s10 .circle-block .img-box .box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s10 .circle-block .img-box .box.active {
  opacity: 1;
  transform: scale(1);
}
.inner-s10 .m-block {
  display: none;
  margin-top: 0.6rem;
}
.inner-s10 .m-block .item {
  width: calc((100% - 0.4rem) / 2);
  margin-right: 0.4rem;
}
.inner-s10 .m-block .item:last-of-type {
  margin-right: 0;
}
.inner-s10 .m-block .item .tit {
  font-size: 0.36rem;
  color: #fff;
  margin-top: 0.2rem;
}
.inner-s10 .m-block .item .para {
  font-size: max(14px, 0.18rem);
  color: #fff;
  margin-top: 0.15rem;
}
.inner-s10 .m-block .item .img-box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.inner-s10 .m-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s10 .m-block .pagination {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.1rem;
  justify-content: center;
}
.inner-s10 .m-block .pagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00b4ed;
  opacity: 0.3;
  transition: opacity .3s ease;
}
.inner-s10 .m-block .pagination span.active {
  opacity: 1;
}

.inner-s11 {
  margin-top: -5.3vw;
  padding: calc(1.5rem + 5.3vw) 0 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-5.png");
  background-size: 100% 100%;
}
.inner-s11 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s11 .txt-block {
  width: calc(100% - 8.62rem + 0.8rem);
  padding-left: 1rem;
  order: 2;
}
.inner-s11 .label-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s11 .label-box .label {
  font-size: 0.48rem;
  color: #2a2b35;
}
.inner-s11 .label-box .btns {
  display: flex;
}
.inner-s11 .label-box .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s11 .label-box .btns a span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  transition: color .3s ease;
}
.inner-s11 .label-box .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s11 .label-box .btns a:hover {
    background-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
  .inner-s11 .label-box .btns a:hover span {
    color: #fff;
  }
  .inner-s11 .label-box .btns a:hover:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}
.inner-s11 .items {
  margin-top: 0.4rem;
}
.inner-s11 .item {
  position: relative;
  height: 3.4rem;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 0.2rem;
  transform: scale(0.9);
  opacity: 0;
}
.inner-s11 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s11 .item .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s11 .item .top-box .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}
.inner-s11 .item .top-box i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.inner-s11 .item .top-box i.h {
  opacity: 0;
}
.inner-s11 .item .top-box span {
  font-size: 0.6rem;
  color: #2a2b35;
  opacity: .1;
  font-family: 'Outfit-Medium';
  transition: color .3s ease;
}
.inner-s11 .item .bot-box {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.inner-s11 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  transition: color .3s ease;
}
.inner-s11 .item .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  margin-top: 0.2rem;
  transition: color .3s ease;
}
.inner-s11 .item .para p {
  margin-top: 0.1rem;
}
.inner-s11 .item .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s11 .img-block {
  width: 8.62rem;
  aspect-ratio: 862 / 841;
  position: sticky;
  top: 1rem;
  margin-left: -0.8rem;
}
.inner-s11 .img-block img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
  opacity: 0;
}

.inner-s12 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-6.png");
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.inner-s12 .txt-block {
  padding-top: 0.4rem;
  position: relative;
  z-index: 1;
}
.inner-s12 .txt-block .wrap-s {
  display: flex;
  justify-content: flex-end;
}
.inner-s12 .txt-block .block {
  width: calc(100% - 8.82rem);
}
.inner-s12 .txt-block .label {
  font-size: 0.48rem;
  color: #2a2b35;
}
.inner-s12 .txt-block .btns {
  display: flex;
  margin-top: 0.25rem;
}
.inner-s12 .txt-block .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s12 .txt-block .btns a span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  transition: color .3s ease;
}
.inner-s12 .txt-block .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s12 .txt-block .btns a:hover {
    background-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
  .inner-s12 .txt-block .btns a:hover span {
    color: #fff;
  }
  .inner-s12 .txt-block .btns a:hover:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}
.inner-s12 .txt-block .num {
  font-size: 2.3rem;
  color: transparent;
  font-family: 'Outfit-Medium';
  line-height: 1;
  background-image: linear-gradient(125deg, #a2b5c8, #788b9d);
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.inner-s12 .cont-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.inner-s12 .cont-block .block {
  width: calc(50% + 0.8rem);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.6rem;
  position: relative;
  pointer-events: auto;
}
.inner-s12 .cont-block .block:before {
  content: '';
  width: 90%;
  height: 0.04rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #00b4ed, rgba(255, 255, 255, 0));
}
.inner-s12 .cont-block .child {
  display: none;
}
.inner-s12 .cont-block .child.active {
  display: block;
}
.inner-s12 .cont-block .child.active .year, .inner-s12 .cont-block .child.active .para {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner-s12 .cont-block .child.active .para {
  animation-delay: .1s;
}
.inner-s12 .cont-block .year {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  opacity: 0;
}
.inner-s12 .cont-block .year span {
  font-size: 0.4rem;
  color: #2a2b35;
  font-family: 'Outfit-Medium';
}
.inner-s12 .cont-block .year i {
  font-size: 0.22rem;
  color: #2a2b35;
  font-style: normal;
  transform: translateY(0.05rem);
}
.inner-s12 .cont-block .para {
  margin-top: 0.1rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 2;
  font-weight: 300;
  height: max(182px, 2.24rem);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.inner-s12 .cont-block .para p {
  position: relative;
  padding-left: 0.2rem;
}
.inner-s12 .cont-block .para p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s12 .cont-block .tab-tit {
  margin-top: 0.5rem;
  position: relative;
  padding: 0 20px;
}
.inner-s12 .cont-block .tab-tit .swiper {
  padding: 0.1rem 0;
}
.inner-s12 .cont-block .tab-tit .item {
  width: 10%;
  cursor: pointer;
}
.inner-s12 .cont-block .tab-tit .item span {
  display: block;
  font-size: max(14px, 0.18rem);
  line-height: 0.3rem;
  color: #2a2b35;
  font-family: 'Outfit-Light';
  text-align: center;
  transition: all .3s ease;
}
.inner-s12 .cont-block .tab-tit .item.active span {
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  transform: translateY(-0.1rem);
}
@media (any-hover: hover) {
  .inner-s12 .cont-block .tab-tit .item:hover span {
    color: #00b4ed;
  }
}
.inner-s12 .cont-block .tab-tit .button {
  width: 7px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  position: absolute;
  top: calc(50% - 5px);
  cursor: pointer;
  z-index: 2;
}
.inner-s12 .cont-block .tab-tit .prev {
  left: 0;
  transform: rotate(180deg);
}
.inner-s12 .cont-block .tab-tit .next {
  right: 0;
}
.inner-s12 .bg-block {
  margin-top: -10.5vw;
  position: relative;
  z-index: 2;
}
.inner-s12 .bg-block img {
  display: block;
  width: 100%;
}

.inner-s13 {
  margin-top: -6.25vw;
  padding: 0 0 1.2rem;
  position: relative;
  z-index: 2;
}
.inner-s13:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 6.25vw;
  bottom: 0;
  left: 0;
  background-color: #edf5fd;
  z-index: 1;
}
.inner-s13 .top-block {
  border-bottom: 1px solid #d7e4f3;
  position: relative;
  z-index: 2;
}
.inner-s13 .label-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s13 .label-box .label {
  font-size: 0.48rem;
  color: #2a2b35;
}
.inner-s13 .label-box .btns {
  display: flex;
}
.inner-s13 .label-box .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s13 .label-box .btns a span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  transition: color .3s ease;
}
.inner-s13 .label-box .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s13 .label-box .btns a:hover {
    background-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
  .inner-s13 .label-box .btns a:hover span {
    color: #fff;
  }
  .inner-s13 .label-box .btns a:hover:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}
.inner-s13 .tab-tit {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.3rem;
}
.inner-s13 .tab-tit .item {
  position: relative;
  padding: 0 0.1rem 0.2rem;
  cursor: pointer;
}
.inner-s13 .tab-tit .item span {
  display: block;
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s13 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00b4ed;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
.inner-s13 .tab-tit .item.active span {
  font-weight: normal;
}
.inner-s13 .tab-tit .item.active:after {
  opacity: 1;
}
.inner-s13 .bot-block {
  margin-top: 0.5rem;
  position: relative;
  z-index: 2;
}
.inner-s13 .bot-block .child {
  display: none;
}
.inner-s13 .bot-block .child.active {
  display: block;
}
.inner-s13 .bot-block .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s13 .bot-block .item {
  width: calc((100% - 0.6rem) / 4);
  background-color: #fff;
  border-radius: 10px;
  padding: 0.3rem;
}
.inner-s13 .bot-block .item .img-box {
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s13 .bot-block .item .img-box img {
  max-width: 80%;
  max-height: 100%;
}
.inner-s13 .bot-block .item .tit {
  margin-top: 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  text-align: center;
}

.inner-s14 {
  padding: 3rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-8.jpg");
  background-attachment: fixed;
}
.inner-s14 .label {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
}
.inner-s14 .tit {
  font-size: max(14px, 0.18rem);
  color: #fff;
  text-align: center;
  margin-top: 0.4rem;
}
.inner-s14 .stit {
  font-size: max(14px, 0.18rem);
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-top: 0.15rem;
}
.inner-s14 .btns {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.inner-s14 .btns a {
  min-width: 1.7rem;
  padding: 0 0.2rem;
  height: max(40px, 0.5rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s14 .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  transition: color .3s ease;
}
.inner-s14 .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s14 .btns a:hover {
    background-color: #00b4ed;
    border-color: #00b4ed;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}

.inner-s15 {
  padding: 1.2rem 0 0;
  position: relative;
  z-index: 1;
}
.inner-s15 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s15 .left-box {
  width: calc(50% - 1.4rem);
  padding-right: 1.2rem;
}
.inner-s15 .label {
  font-size: 0.38rem;
  color: #2a2b35;
  letter-spacing: 2px;
  line-height: 1.5;
}
.inner-s15 .code {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.inner-s15 .code span {
  font-size: 0.34rem;
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  position: relative;
  padding-left: 0.16rem;
}
.inner-s15 .code span:before {
  content: '';
  width: 0.06rem;
  height: 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-6.svg");
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
}
.inner-s15 .code p {
  font-size: max(13px, 0.16rem);
  color: #7b8082;
}
.inner-s15 .right-box {
  width: calc(50% + 1.4rem);
}
.inner-s15 .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s15 .data-box {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inner-s15 .data {
  position: relative;
}
.inner-s15 .data:nth-of-type(2) {
  margin-top: 1rem;
}
.inner-s15 .data:nth-of-type(3) {
  margin-top: 2rem;
}
.inner-s15 .data:after {
  content: '';
  width: 1px;
  height: 147px;
  position: absolute;
  left: 0;
  top: calc(100% + 0.3rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-10.png");
}
.inner-s15 .data .num {
  position: relative;
}
.inner-s15 .data .num .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-s15 .data .num .hide {
  opacity: 0;
}
.inner-s15 .data .num span {
  font-size: 0.6rem;
  color: #00b4ed;
  font-family: 'Outfit-Regular';
}
.inner-s15 .data .num i {
  font-size: 0.22rem;
  color: #2a2b35;
  font-weight: 300;
  font-style: normal;
}
.inner-s15 .data p {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  font-weight: 300;
  margin-top: 0.1rem;
}

.inner-s16 {
  margin-top: -15vw;
  padding: 35vw 0 8.33vw;
  background-image: url("../images/about/img-9.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.inner-s16 .label {
  font-size: 0.38rem;
  color: #2a2b35;
}
.inner-s16 .items {
  margin-top: 3.6rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem 0.6rem;
}
.inner-s16 .item {
  width: calc(50% - 0.3rem);
}
.inner-s16 .item:nth-of-type(odd) {
  transform: translateY(-2.9rem);
}
.inner-s16 .item .inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.8rem 0.4rem;
  opacity: 0;
  transform: scale(0.9);
}
.inner-s16 .item .icon {
  width: 0.84rem;
  height: 0.84rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s16 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s16 .item .tit {
  font-size: 0.32rem;
  color: #2a2b35;
  text-align: center;
  margin-top: 0.8rem;
}
.inner-s16 .item .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 0.2rem;
}

.inner-s17 {
  padding: 3.6rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/banner-3.jpg");
}
.inner-s17 .wrap-s {
  display: flex;
  justify-content: flex-end;
}
.inner-s17 .block {
  width: 50%;
}
.inner-s17 .top-box {
  position: relative;
}
.inner-s17 .top-box .en {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s17 .top-box .tit {
  font-size: 0.4rem;
  color: #2a2b35;
  position: relative;
  z-index: 2;
}
.inner-s17 .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s17 .bot-box {
  margin-top: 0.6rem;
}
.inner-s17 .bot-box .zh {
  font-size: 0.32rem;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s17 .bot-box .en {
  font-size: 0.2rem;
  color: #2a2b35;
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}

.inner-s18 {
  padding: 4.2rem 0 3.2rem;
  background-image: url("../images/about/img-11.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-s18 .block {
  width: 50%;
}
.inner-s18 .top-box {
  position: relative;
}
.inner-s18 .top-box .en {
  font-size: 0.78rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 50%;
}
.inner-s18 .top-box .tit {
  font-size: 0.4rem;
  color: #2a2b35;
  position: relative;
  z-index: 2;
}
.inner-s18 .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s18 .bot-box {
  margin-top: 1.2rem;
}
.inner-s18 .bot-box .box {
  margin-top: 0.8rem;
}
.inner-s18 .bot-box .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s18 .bot-box .zh {
  font-size: 0.32rem;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s18 .bot-box .en {
  font-size: 0.2rem;
  color: #2a2b35;
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}

.inner-s19 {
  padding: 4rem 0;
  background-image: url("../images/about/img-12.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.inner-s19 .wrap-s {
  display: flex;
  justify-content: flex-end;
}
.inner-s19 .block {
  width: 50%;
}
.inner-s19 .top-box {
  position: relative;
}
.inner-s19 .top-box .en {
  font-size: 2.7rem;
  color: rgba(255, 255, 255, 0.06);
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  position: absolute;
  left: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s19 .top-box .tit {
  font-size: 0.4rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-s19 .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s19 .bot-box {
  margin-top: 0.6rem;
}
.inner-s19 .bot-box .zh {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 300;
}
.inner-s19 .bot-box .en {
  font-size: 0.2rem;
  color: #fff;
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}

.inner-s20 {
  margin-top: -5.3vw;
  padding: 15vw 0 22vw;
  background-color: #a2aebc;
  background-image: url("../images/about/img-13.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.inner-s20 .bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.inner-s20 .block {
  width: 50%;
}
.inner-s20 .label {
  font-size: 0.4rem;
  color: #2a2b35;
}
.inner-s20 .label:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
}
.inner-s20 .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.4rem;
}

.inner-s21 {
  margin-top: -5.3vw;
  padding: calc(1.2rem + 5.3vw) 0 0;
  background-color: #eaf0f5;
  overflow: hidden;
}
.inner-s21 .label {
  font-size: 0.48rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s21 .bot-block {
  margin-top: 0.4rem;
}
.inner-s21 .img-box img {
  display: block;
  width: 100%;
}

.inner-s22 {
  padding: 1.8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-15.jpg");
  background-attachment: fixed;
}
.inner-s22 .cont-block {
  width: 7.7rem;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 0.2rem;
}
.inner-s22 .cont-block .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
}
.inner-s22 .cont-block .tit:before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background-color: #00b4ed;
}
.inner-s22 .cont-block .tit span {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s22 .cont-block .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.inner-s22 .top-box {
  padding: 0.6rem 0.6rem 0;
}
.inner-s22 .mid-box {
  position: relative;
  padding: 0.6rem 0;
}
.inner-s22 .mid-box:before {
  content: '';
  width: 7.7rem;
  height: 5.92rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-16.png");
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.inner-s22 .mid-box .box {
  width: 2.14rem;
  height: 2.14rem;
  margin: 0 auto;
  position: relative;
}
.inner-s22 .mid-box .range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-s22 .mid-box .range i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 163, 224, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: o-map-scale 2.1s linear infinite;
}
.inner-s22 .mid-box .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s22 .mid-box .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s22 .mid-box .img-box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-17.png");
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.inner-s22 .mid-box .img-box img {
  max-width: 65%;
  max-height: 50%;
}
.inner-s22 .bot-box {
  display: flex;
}
.inner-s22 .bot-box .box {
  width: 50%;
  padding: 0 0.4rem 0.6rem;
}

.inner-s23 {
  padding: 2.6rem 0 1.5rem;
  background-image: url("../images/about/img-18.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-s23 .top-block .block {
  width: 50%;
}
.inner-s23 .top-block .top-box {
  position: relative;
}
.inner-s23 .top-block .top-box .en {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.06);
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s23 .top-block .top-box .tit {
  font-size: 0.4rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-s23 .top-block .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s23 .top-block .bot-box {
  margin-top: 0.6rem;
}
.inner-s23 .top-block .bot-box .zh {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 300;
}
.inner-s23 .top-block .bot-box .en {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}
.inner-s23 .bot-block {
  margin-top: 3rem;
  display: flex;
}
.inner-s23 .bot-block .left-box {
  width: 2.2rem;
  position: relative;
  padding: 0.4rem 0;
}
.inner-s23 .bot-block .left-box .swiper {
  height: 5.76rem;
}
.inner-s23 .bot-block .left-box .item {
  height: 0.48rem;
  position: relative;
  padding-left: 0.5rem;
  cursor: pointer;
}
.inner-s23 .bot-block .left-box .item:last-of-type:after {
  display: none;
}
.inner-s23 .bot-block .left-box .item .year {
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #2a2b35;
  font-family: 'Outfit-Medium';
  opacity: 0.3;
  transform: scale(0.76);
  transform-origin: center left;
  transition: all .3s ease;
}
.inner-s23 .bot-block .left-box .item:before {
  content: '';
  width: 0.15rem;
  height: 0.04rem;
  background-color: #00b4ed;
  position: absolute;
  left: 0;
  top: calc(50% - 0.02rem);
  opacity: 0.2;
  transform: scale(0.8);
  transform-origin: center left;
  transition: all .3s ease;
}
.inner-s23 .bot-block .left-box .item:after {
  content: '';
  width: 0.12rem;
  height: 0.32rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-7.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0.32rem;
  left: 0;
}
.inner-s23 .bot-block .left-box .item.active .year {
  opacity: 1;
  transform: scale(1);
}
.inner-s23 .bot-block .left-box .item.active:before {
  opacity: 1;
  transform: scale(1);
}
.inner-s23 .bot-block .left-box .button {
  width: 16px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-8.svg");
  position: absolute;
  left: 0.6rem;
  cursor: pointer;
}
.inner-s23 .bot-block .left-box .prev {
  top: 0;
  transform: rotate(180deg);
}
.inner-s23 .bot-block .left-box .next {
  bottom: 0;
}
.inner-s23 .bot-block .right-box {
  width: calc(100% - 2.2rem);
  padding-top: 1.2rem;
}
.inner-s23 .bot-block .right-box .child {
  position: relative;
  display: none;
}
.inner-s23 .bot-block .right-box .child.active {
  display: block;
}
.inner-s23 .bot-block .right-box .child.active .year, .inner-s23 .bot-block .right-box .child.active .para {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner-s23 .bot-block .right-box .child.active .para {
  animation-delay: .1s;
}
.inner-s23 .bot-block .right-box .year {
  font-size: 1.6rem;
  color: #00b4ed;
  font-family: 'Outfit-Bold';
  position: absolute;
  right: 0.8rem;
  top: -0.96rem;
  opacity: 0;
}
.inner-s23 .bot-block .right-box .block {
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 0.15rem;
  padding: 0.8rem;
  min-height: 4.6rem;
}
.inner-s23 .bot-block .right-box .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 2;
  font-weight: 300;
  opacity: 0;
}
.inner-s23 .bot-block .right-box .para p {
  position: relative;
  padding-left: 0.2rem;
}
.inner-s23 .bot-block .right-box .para p:before {
  content: '•';
  font-size: max(14px, 0.18rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-s24 {
  padding: 2.6rem 0 1.5rem;
  background-image: url("../images/about/img-19.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.inner-s24 .top-block .block {
  width: 50%;
}
.inner-s24 .top-block .top-box {
  position: relative;
}
.inner-s24 .top-block .top-box .en {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.06);
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s24 .top-block .top-box .tit {
  font-size: 0.4rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-s24 .top-block .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s24 .top-block .bot-box {
  margin-top: 0.6rem;
}
.inner-s24 .top-block .bot-box .zh {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 300;
}
.inner-s24 .top-block .bot-box .en {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}
.inner-s24 .bot-block {
  margin-top: 1.6rem;
}
.inner-s24 .bot-block .tab-tit {
  display: flex;
  align-items: center;
}
.inner-s24 .bot-block .tab-tit .item {
  position: relative;
  margin-right: 0.6rem;
  cursor: pointer;
}
.inner-s24 .bot-block .tab-tit .item:last-of-type {
  margin-right: 0;
}
.inner-s24 .bot-block .tab-tit .item:last-of-type:after {
  display: none;
}
.inner-s24 .bot-block .tab-tit .item span {
  display: block;
  font-size: 0.28rem;
  color: #000000;
  transform: scale(0.75);
  opacity: 0.6;
  transition: all .3s ease;
}
.inner-s24 .bot-block .tab-tit .item:after {
  content: '/';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.22rem;
  color: #000000;
  width: 0.6rem;
  text-align: center;
  pointer-events: none;
}
.inner-s24 .bot-block .tab-tit .item.active span {
  transform: scale(1);
  opacity: 1;
}
.inner-s24 .bot-block .tab-cont {
  margin: 0.5rem calc(-50vw + 7.2rem) 0;
}
.inner-s24 .bot-block .tab-cont .child {
  display: none;
}
.inner-s24 .bot-block .tab-cont .child.active {
  display: block;
}
.inner-s24 .bot-block .tab-cont .swiper {
  padding: 0 calc(50vw - 7.2rem);
  height: calc(5.6rem + 40px);
}
.inner-s24 .bot-block .tab-cont .item {
  width: calc((14.4rem - 0.6rem) / 4);
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.3rem 0.3rem 0;
}
.inner-s24 .bot-block .tab-cont .item .img-box {
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s24 .bot-block .tab-cont .item .img-box img {
  max-width: 80%;
  max-height: 100%;
}
.inner-s24 .bot-block .tab-cont .item .tit {
  margin-top: 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  height: max(47px, 0.58rem);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-s24 .bot-block .ope-box {
  position: relative;
  width: 14.4rem;
  margin: 0.6rem auto 0;
}
.inner-s24 .bot-block .ope-box .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 2.4rem;
  top: 0.4rem;
  right: 1.7rem;
}
.inner-s24 .bot-block .ope-box:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.inner-s24 .bot-block .buttons {
  display: flex;
  gap: 0.2rem;
}
.inner-s24 .bot-block .button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-9.svg");
  background-size: auto 14px;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s24 .bot-block .button:hover {
    background-color: #00b4ed;
    border-color: #00b4ed;
  }
}
.inner-s24 .bot-block .prev {
  transform: rotate(180deg);
}
.inner-s24 .bot-block .pagination {
  position: absolute;
  right: 0;
  left: auto;
  width: 1.7rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0.1rem;
}
.inner-s24 .bot-block .swiper-pagination-current {
  font-size: 0.28rem;
}

.inner-s25 {
  margin-top: -5.3vw;
  padding: calc(5.3vw + 1rem) 0 1.2rem;
  background-image: linear-gradient(180deg, #e7f8fd, #fff, #fff);
}
.inner-s25 .wrap-s {
  display: flex;
  align-items: flex-start;
  padding-top: 1.1rem;
}
.inner-s25 .wrap-s:before {
  content: '';
  width: 1.13rem;
  height: 0.88rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-21.png");
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s25 .left-box {
  width: calc(100% - 4.36rem);
  padding: 0.2rem 1.4rem 0 0;
}
.inner-s25 .left-box .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s25 .right-box {
  width: 4.36rem;
  padding-right: 1.36rem;
  position: relative;
}
.inner-s25 .right-box:before {
  content: '';
  width: 4.26rem;
  height: 2.18rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(81, 114, 124, 0.04);
}
.inner-s25 .right-box:after {
  content: '';
  width: 3.93rem;
  height: 2.18rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
  background-color: rgba(81, 114, 124, 0.04);
}
.inner-s25 .right-box .inner {
  position: relative;
  z-index: 2;
}
.inner-s25 .right-box .pic-box {
  border-bottom: 0.04rem solid #00b4ed;
}
.inner-s25 .right-box .pic-box img {
  display: block;
  width: 100%;
}
.inner-s25 .right-box .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.15rem;
}
.inner-s25 .right-box .info span {
  font-size: max(13px, 0.16rem);
  color: #7b8082;
  position: relative;
  padding-left: 0.16rem;
}
.inner-s25 .right-box .info span:before {
  content: '';
  width: 0.06rem;
  height: 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-6.svg");
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
}
.inner-s25 .right-box .info img {
  width: 1rem;
}

.inner-s26 {
  padding: 1.8rem 0 8rem;
  background-image: url("../images/about/img-23.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.inner-s26 .block {
  width: 50%;
}
.inner-s26 .top-box {
  position: relative;
}
.inner-s26 .top-box .en {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(26, 91, 132, 0.06);
  font-family: 'Outfit-Medium';
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s26 .top-box .tit {
  font-size: 0.4rem;
  color: #282b32;
  position: relative;
  z-index: 2;
}
.inner-s26 .top-box:after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #00b4ed;
  display: block;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.inner-s26 .bot-box {
  margin-top: 0.6rem;
}
.inner-s26 .bot-box .zh {
  font-size: 0.6rem;
  color: #034c7b;
  font-weight: 300;
}
.inner-s26 .bot-box .en {
  font-size: 0.26rem;
  color: rgba(26, 91, 132, 0.3);
  font-family: 'Outfit-Light';
  margin-top: 0.1rem;
}
.inner-s26 .slogan {
  margin-top: 0.5rem;
  font-size: max(14px, 0.18rem);
  color: #3f4854;
}
.inner-s26 .para {
  font-size: max(14px, 0.18rem);
  color: #3f4854;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.24rem;
}

.inner-s27 {
  margin-top: -5.3vw;
  padding: 4.3rem 0 3.5rem;
  background-image: url("../images/about/img-24.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-s27 .block {
  width: 66.66%;
}
.inner-s27 .label {
  font-size: 0.4rem;
  color: #ffffff;
}
.inner-s27 .para {
  font-size: max(14px, 0.18rem);
  color: #ffffff;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.4rem;
}

.inner-s28 {
  padding: 1.2rem 0;
}
.inner-s28 .label {
  font-size: 0.38rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s28 .cont-block {
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
}
.inner-s28 .left-box {
  width: 2.8rem;
  background-color: #0a3a62;
  border-radius: 0.1rem;
  padding: 0.4rem;
}
.inner-s28 .left-box .top-box .tit {
  font-size: max(15px, 0.2rem);
  color: #ffffff;
}
.inner-s28 .left-box .top-box .btns {
  margin-top: 0.1rem;
  display: flex;
}
.inner-s28 .left-box .top-box .btns span {
  font-size: max(12px, 0.14rem);
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.inner-s28 .left-box .block {
  margin-top: 0.4rem;
}
.inner-s28 .left-box .inner {
  margin-top: 0.5rem;
}
.inner-s28 .left-box .inner:nth-of-type(1) {
  margin-top: 0;
}
.inner-s28 .left-box .inner .tit {
  font-size: max(13px, 0.16rem);
  color: #ffffff;
}
.inner-s28 .left-box .links {
  margin-top: 0.2rem;
}
.inner-s28 .left-box .links .box {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  cursor: pointer;
}
.inner-s28 .left-box .links .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s28 .left-box .links .box i {
  width: max(12px, 0.15rem);
  height: max(12px, 0.15rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-1-1.png");
}
.inner-s28 .left-box .links .box span {
  font-size: max(12px, 0.14rem);
  color: #ffffff;
  font-weight: 300;
  max-width: calc(100% - 0.3rem);
}
.inner-s28 .left-box .links .box.active i {
  background-image: url("../images/service/icon-1-2.png");
}
.inner-s28 .left-box .layui-tree-set-active > .layui-tree-entry {
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-s28 .left-box .layui-tree-txt {
  font-size: max(12px, 0.14rem);
  color: #ffffff;
  line-height: 26px;
}
.inner-s28 .left-box .layui-tree-entry {
  height: auto;
  border-radius: 5px;
}
.inner-s28 .left-box .layui-tree-entry:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-s28 .right-box {
  width: calc(100% - 3rem);
}
.inner-s28 .right-box .form {
  height: 50px;
  border-radius: 9000px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.inner-s28 .right-box .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0.4rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s28 .right-box .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 16px;
  cursor: pointer;
}
.inner-s28 .right-box .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.2rem;
  margin-top: 0.2rem;
}
.inner-s28 .right-box .item {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s28 .right-box .item .inner {
  display: block;
  height: 100%;
}
.inner-s28 .right-box .item .top-box {
  padding-top: 0.4rem;
  background-color: #f9f9f9;
  border-radius: 0.1rem;
  border-bottom: 0.05rem solid #e3e6ea;
}
.inner-s28 .right-box .item .img-box {
  width: 1.83rem;
  height: 1.89rem;
  border-radius: 0.1rem 0.1rem 0 0;
  margin: 0 auto;
  position: relative;
}
.inner-s28 .right-box .item .img-box span {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  left: 0.2rem;
  font-size: max(10px, 0.12rem);
  color: #b8bdc3;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.inner-s28 .right-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s28 .right-box .item .bot-box {
  padding: 0.3rem 0.3rem 0;
}
.inner-s28 .right-box .item .tit {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
}
.inner-s28 .right-box .item .btns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  min-width: 1.5rem;
  padding: 0 0.2rem;
  height: max(36px, 0.4rem);
  background-color: #f9f9f9;
  border-radius: 9000px;
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s28 .right-box .item .btns span {
  font-size: max(12px, 0.14rem);
  color: #abb0b6;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-s28 .right-box .item:hover .btns {
    background-color: #00b4ed;
  }
  .inner-s28 .right-box .item:hover .btns span {
    color: #fff;
  }
}

.inner-s29 {
  padding: 1.2rem 0;
  background-color: #f2f4f6;
}
.inner-s29 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s29 .left-box {
  width: 5.4rem;
  padding: 0.6rem 1.2rem 0 0;
  position: sticky;
  top: 1.2rem;
}
.inner-s29 .left-box .label {
  font-size: 0.38rem;
  color: #2a2b35;
}
.inner-s29 .left-box p {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.2rem;
}
.inner-s29 .right-box {
  width: calc(100% - 5.4rem);
  padding-top: 1.6rem;
}
.inner-s29 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.inner-s29 .item {
  width: calc((100% - 0.6rem) / 2);
  aspect-ratio: 42 / 27;
}
.inner-s29 .item:nth-of-type(odd) {
  transform: translateY(-1.6rem);
}
.inner-s29 .item .inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #fdfdfd;
  cursor: pointer;
  transform: scale(0.9);
  opacity: 0;
}
.inner-s29 .item .inner:after {
  content: '';
  width: 0.24rem;
  height: 0.24rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-3.svg");
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
.inner-s29 .item .icon {
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
}
.inner-s29 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s29 .item .tit {
  margin-top: 0.24rem;
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s29 .item p {
  margin-top: 0.15rem;
  font-size: max(13px, 0.16rem);
  color: #767d86;
}

.inner-s30 {
  padding: 1.2rem 0 0;
}
.inner-s30 .label {
  font-size: 0.38rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s30 .para {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.2rem;
}
.inner-s30 .bot-box {
  position: relative;
  max-width: 1281px;
  margin: 0.4rem auto 0;
}
.inner-s30 .img-box {
  cursor: pointer;
}
.inner-s30 .img-box img {
  display: block;
  width: 100%;
}
.inner-s30 .ani-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.inner-s30 .ani-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  animation: o-dot 2s linear infinite;
}
.inner-s30 .ani-box img:nth-of-type(2) {
  animation-delay: .2s;
}
.inner-s30 .ani-box img:nth-of-type(3) {
  animation-delay: .6s;
}
.inner-s30 .ani-box img:nth-of-type(4) {
  animation-delay: .8s;
}
.inner-s30 .ani-box img:nth-of-type(5) {
  animation-delay: 1s;
}
.inner-s30 .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.inner-s30 .items {
  border-radius: 0.1rem;
  display: flex;
}
.inner-s30 .item {
  padding: 0.2rem 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  cursor: pointer;
  margin-left: -1px;
}
.inner-s30 .item:after {
  content: '';
  width: 1px;
  height: 0.2rem;
  background-color: #e0e5e9;
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
}
.inner-s30 .item i {
  width: max(12px, 0.16rem);
  height: max(12px, 0.16rem);
  position: relative;
}
.inner-s30 .item i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.inner-s30 .item i:after {
  content: '';
  width: 37.5%;
  height: 37.5%;
  border-radius: 50%;
  position: absolute;
  top: 31.25%;
  left: 31.25%;
}
.inner-s30 .item span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s30 .item:nth-of-type(1) i:before {
  background-color: rgba(224, 11, 11, 0.1);
}
.inner-s30 .item:nth-of-type(1) i:after {
  background-color: #e00b0b;
}
.inner-s30 .item:nth-of-type(2) i:before {
  border: 1px solid rgba(0, 180, 237, 0.2);
}
.inner-s30 .item:nth-of-type(2) i:after {
  background-color: #00b4ed;
}
.inner-s30 .item:nth-of-type(3):after {
  display: none;
}
.inner-s30 .item:nth-of-type(3) i:before {
  border: 1px solid #5d7388;
}
.inner-s30 .item:nth-of-type(3) i:after {
  background-color: #5d7388;
}
.inner-s30 .item.active {
  z-index: 2;
  background-color: #f8f8f8;
}
.inner-s30 .item.active:after {
  opacity: 0;
}

.inner-s31 {
  padding: 1.2rem 0;
}
.inner-s31 .wrap-s {
  display: flex;
  gap: 4px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-s31 .left-block {
  width: calc(50% - 2px);
  background-color: #f6f8f9;
  padding: 0.6rem;
}
.inner-s31 .left-block .tips {
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
}
.inner-s31 .left-block .tit {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
  margin-top: 0.15rem;
}
.inner-s31 .left-block .bot-box {
  margin-top: 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.inner-s31 .left-block .bot-box p {
  font-size: max(12px, 0.14rem);
  color: #767d86;
}
.inner-s31 .left-block .tel {
  font-size: 0.32rem;
  color: #00b4ed;
  font-family: 'Outfit-Bold';
}
.inner-s31 .left-block .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s31 .left-block .icon img {
  max-width: 100%;
  max-height: 1005；;
}
.inner-s31 .right-block {
  width: calc(50% - 2px);
  display: flex;
  gap: 4px;
}
.inner-s31 .right-block .left-box {
  width: calc(50% - 2px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-3.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.inner-s31 .right-block .left-box .img-box {
  width: 1.12rem;
  margin: 0 auto;
}
.inner-s31 .right-block .left-box .img-box img {
  display: block;
  width: 100%;
}
.inner-s31 .right-block .left-box .tit {
  margin-top: 0.4rem;
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
  text-align: center;
}
.inner-s31 .right-block .left-box p {
  font-size: max(12px, 0.14rem);
  color: #767d86;
  text-align: center;
  margin-top: 0.1rem;
}
.inner-s31 .right-block .right-box {
  width: calc(50% - 2px);
}
.inner-s31 .right-block .right-box .top-box {
  height: calc(50% - 2px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-4.jpg");
  padding: 0.4rem;
}
.inner-s31 .right-block .right-box .top-box .tit {
  font-size: max(15px, 0.2rem);
  color: #ffffff;
}
.inner-s31 .right-block .right-box .top-box p {
  font-size: max(15px, 0.2rem);
  color: #b9c1cb;
  font-family: 'Outfit-Bold';
  margin-top: 0.1rem;
}
.inner-s31 .right-block .right-box .bot-box {
  height: calc(50% - 2px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-5.jpg");
  padding: 0.4rem;
  position: relative;
  margin-top: 4px;
}
.inner-s31 .right-block .right-box .bot-box .tit {
  font-size: max(15px, 0.2rem);
  color: #ffffff;
}
.inner-s31 .right-block .right-box .bot-box p {
  font-size: max(12px, 0.14rem);
  color: #b9c1cb;
  margin-top: 0.1rem;
}
.inner-s31 .right-block .right-box .bot-box .btns {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  display: flex;
}
.inner-s31 .right-block .right-box .bot-box .btns a {
  min-width: 1rem;
  padding: 0 0.2rem;
  height: 34px;
  border-radius: 9000px;
  background-color: #00b4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.inner-s31 .right-block .right-box .bot-box .btns a span {
  font-size: max(12px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s31 .right-block .right-box .bot-box .btns a:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.3);
    transform: translateY(-2px);
  }
}

.inner-s32 {
  padding: 1.2rem 0;
}
.inner-s32 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s32 .left-box {
  width: 3.8rem;
  background-color: #f2f8fa;
  border-radius: 5px;
  padding: 0.2rem;
  position: sticky;
  top: 1.2rem;
}
.inner-s32 .left-box .box {
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  border-radius: 5px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
}
.inner-s32 .left-box .box:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-1.png");
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0.2rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s32 .left-box .box span {
  display: block;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
}
.inner-s32 .left-box .box.active {
  background-color: #fff;
}
.inner-s32 .left-box .box.active:before {
  opacity: 1;
}
.inner-s32 .right-box {
  width: calc(100% - 3.8rem);
  padding-left: 0.8rem;
}
.inner-s32 .item {
  margin-top: 0.6rem;
}
.inner-s32 .item .inner {
  display: block;
  position: relative;
}
.inner-s32 .item .img-box {
  position: relative;
  aspect-ratio: 980 / 540;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner-s32 .item .img-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.inner-s32 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s32 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.inner-s32 .item .box {
  width: 4.6rem;
}
.inner-s32 .item .tit {
  font-size: 0.3rem;
  color: #fff;
}
.inner-s32 .item .slogan {
  font-size: max(14px, 0.18rem);
  color: #ffffff;
  margin-top: 0.1rem;
}
.inner-s32 .item .para {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid #fff;
  font-size: max(12px, 0.14rem);
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s32 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s32 .item:nth-of-type(7n-6) .img-box:after {
  background-image: url("../images/solution/img-7-1.png");
}
.inner-s32 .item:nth-of-type(7n-5) .img-box:after {
  background-image: url("../images/solution/img-7-2.png");
}
.inner-s32 .item:nth-of-type(7n-4) .img-box:after {
  background-image: url("../images/solution/img-7-3.png");
}
.inner-s32 .item:nth-of-type(7n-3) .img-box:after {
  background-image: url("../images/solution/img-7-4.png");
}
.inner-s32 .item:nth-of-type(7n-2) .img-box:after {
  background-image: url("../images/solution/img-7-5.png");
}
.inner-s32 .item:nth-of-type(7n-1) .img-box:after {
  background-image: url("../images/solution/img-7-6.png");
}
.inner-s32 .item:nth-of-type(7n) .img-box:after {
  background-image: url("../images/solution/img-7-7.png");
}
.inner-s32 .item:nth-of-type(even) .txt-box {
  justify-content: flex-end;
}
@media (any-hover: hover) {
  .inner-s32 .item:hover img {
    transform: scale(1.05);
  }
}

.inner-s33 {
  margin-top: -5.3vw;
  padding: calc(5.3vw + 1.2rem) 0 1.2rem;
  background-color: #f0f5f9;
}
.inner-s33 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s33 .left-box {
  width: 3.8rem;
  background-color: #f9fbfd;
  border-radius: 5px;
  padding: 0.4rem 0.2rem;
  position: sticky;
  top: 1.2rem;
}
.inner-s33 .left-box .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .left-box .block {
  margin-top: 0.2rem;
}
.inner-s33 .left-box .box {
  padding: 0.15rem 0.15rem 0.15rem 0.5rem;
  border-radius: 5px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
}
.inner-s33 .left-box .box:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-2-1.png");
  position: absolute;
  top: calc(50% - 6px);
  left: 0.2rem;
  transition: all .3s ease;
}
.inner-s33 .left-box .box span {
  display: block;
  font-size: max(12px, 0.15rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s33 .left-box .box.active {
  background-color: #f0f5f9;
}
.inner-s33 .left-box .box.active:before {
  background-image: url("../images/solution/icon-2-2.png");
}
.inner-s33 .right-box {
  width: calc(100% - 3.8rem);
  padding-left: 0.3rem;
}
.inner-s33 .right-box .block {
  margin-top: 10px;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.inner-s33 .right-box .block.style-1 {
  padding: 0;
}
.inner-s33 .right-box .block.style-1 .label {
  color: #fff;
}
.inner-s33 .right-box .block:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .right-box .block .label {
  font-size: max(18px, 0.24rem);
  color: #2a2b35;
  margin-bottom: 0.2rem;
}
.inner-s33 .cont-block-1 .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s33 .cont-block-1 .para img {
  max-width: 100%;
  height: auto !important;
}
.inner-s33 .cont-block-1 .items {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s33 .cont-block-1 .item {
  width: calc((100% - 0.2rem) / 2);
  position: relative;
}
.inner-s33 .cont-block-1 .item .img-box {
  aspect-ratio: 456 / 300;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.inner-s33 .cont-block-1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s33 .cont-block-1 .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: rgba(0, 180, 237, 0.8);
  padding: 0.15rem;
  font-size: max(13px, 0.16rem);
  color: #fff;
  text-align: center;
}
@media (any-hover: hover) {
  .inner-s33 .cont-block-1 .item:hover img {
    transform: scale(1.05);
  }
}
.inner-s33 .cont-block-2 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s33 .cont-block-2 .item {
  width: calc((100% - 0.4rem) / 3);
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #f9fbfd;
}
.inner-s33 .cont-block-2 .item .tips {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.inner-s33 .cont-block-2 .item .tit {
  margin-top: 0.5rem;
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-2 .item .para {
  margin-top: 0.1rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s33 .cont-block-3 .item {
  margin-top: 0.4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 0.04rem solid #f0f5f9;
  border-radius: 0.1rem;
  transition: all .3s ease;
}
.inner-s33 .cont-block-3 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-3 .item .img-box img {
  max-width: 1.9rem;
  max-height: 0.44rem;
}
.inner-s33 .cont-block-3 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  margin-top: 0.5rem;
}
.inner-s33 .cont-block-3 .item .para {
  margin-top: 0.15rem;
  font-size: max(13px, 0.15rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.inner-s33 .cont-block-3 .item .data-box {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #eaf0f5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.inner-s33 .cont-block-3 .item .data {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s33 .cont-block-3 .item .data .num span {
  font-size: 0.32rem;
  color: #00b4ed;
  font-family: 'Outfit-Medium';
}
.inner-s33 .cont-block-3 .item .data .num i {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  font-style: normal;
}
.inner-s33 .cont-block-3 .item .data p {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  margin-top: 0.1rem;
}
@media (any-hover: hover) {
  .inner-s33 .cont-block-3 .item:hover {
    border-color: #ffffff;
    box-shadow: 0 0.25rem 0.25rem rgba(217, 227, 235, 0.36);
  }
}
.inner-s33 .cont-block-4 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s33 .cont-block-4 .item {
  width: calc((100% - 0.2rem) / 2);
}
.inner-s33 .cont-block-4 .item .inner {
  display: block;
  height: 100%;
}
.inner-s33 .cont-block-4 .item .img-box {
  aspect-ratio: 456 / 300;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.inner-s33 .cont-block-4 .item .img-box img {
  display: block;
  width: 100%;
  height: 100;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s33 .cont-block-4 .item .txt-box {
  padding: 0.4rem;
}
.inner-s33 .cont-block-4 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-4 .item .tips {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.3rem;
}
.inner-s33 .cont-block-4 .item .tips p {
  width: calc((100% - 0.3rem) / 2);
  position: relative;
  padding-left: 0.14rem;
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-s33 .cont-block-4 .item .tips p:before {
  content: '•';
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .inner-s33 .cont-block-4 .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.inner-s33 .cont-block-5 .item {
  margin-top: 10px;
  padding: 0.4rem;
  background-color: #f9fbfd;
  border-radius: 0.1rem;
}
.inner-s33 .cont-block-5 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-5 .item .num {
  font-size: max(16px, 0.22rem);
  color: #00b4ed;
  font-family: 'Outfit-Regular';
}
.inner-s33 .cont-block-5 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  margin-top: 0.4rem;
}
.inner-s33 .cont-block-5 .item .para {
  margin-top: 0.15rem;
}
.inner-s33 .cont-block-5 .item .para p {
  position: relative;
  padding-left: 0.14rem;
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #2a2b35;
  font-weight: 300;
  margin-top: 5px;
}
.inner-s33 .cont-block-5 .item .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-5 .item .para p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s33 .cont-block-6 .item {
  margin-top: 10px;
  border-radius: 10px;
  padding: 0.4rem 0.6rem 0.4rem 0.3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(217, 227, 235, 0.3);
}
.inner-s33 .cont-block-6 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-6 .item .num {
  width: 0.8rem;
  font-size: 0.42rem;
  color: #00b4ed;
  font-family: 'Outfit-Medium';
}
.inner-s33 .cont-block-6 .item .txt-box {
  width: calc(100% - 0.8rem);
}
.inner-s33 .cont-block-6 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-6 .item .para {
  margin-top: 0.1rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.4;
}
.inner-s33 .cont-block-7 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.inner-s33 .cont-block-7 .item {
  width: calc(50% - 5px);
  background-color: #f8fbfd;
  border-radius: 10px;
  padding: max(40px, 0.6rem) 0.4rem 0;
  position: relative;
}
.inner-s33 .cont-block-7 .item .tit {
  position: absolute;
  top: 0;
  left: 0.4rem;
  right: 0.4rem;
  border-bottom: 1px solid #e3e7ee;
  display: flex;
  align-items: center;
  height: max(40px, 0.6rem);
}
.inner-s33 .cont-block-7 .item .tit span {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-7 .item .box {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
}
.inner-s33 .cont-block-7 .item .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s33 .cont-block-7 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s33 .cont-block-7 .item .para {
  width: calc(100% - 0.4rem);
  padding-left: 0.3rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.4;
}
.inner-s33 .cont-block-8 {
  height: 4.4rem;
  position: relative;
}
.inner-s33 .cont-block-8 .img-box {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.inner-s33 .cont-block-8 .img-box img {
  display: block;
  width: 83%;
  height: 100%;
  object-fit: cover;
}
.inner-s33 .cont-block-8 .img-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-11.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.inner-s33 .cont-block-8 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.inner-s33 .cont-block-8 .box {
  width: 4rem;
}
.inner-s33 .cont-block-8 .para {
  font-size: max(13px, 0.16rem);
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0.15rem;
}
.inner-s33 .cont-block-9 .para p {
  position: relative;
  padding-left: 0.3rem;
  font-size: max(14px, 0.18rem);
  line-height: 1.5;
  color: #2a2b35;
  font-weight: 300;
  margin-top: 0.2rem;
}
.inner-s33 .cont-block-9 .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-9 .para p:before {
  content: '•';
  font-size: max(14px, 0.18rem);
  line-height: 1.5;
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s33 .cont-block-10 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.inner-s33 .cont-block-10 .item {
  width: calc(50% - 5px);
  border: 2px solid #f0f5f9;
  border-radius: 10px;
  padding: 0 0.4rem 0.4rem;
}
.inner-s33 .cont-block-10 .item .img-box {
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s33 .cont-block-10 .item .img-box img {
  max-width: 100%;
  max-height: 80%;
}
.inner-s33 .cont-block-10 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  text-align: center;
}
.inner-s33 .cont-block-10 .item .para {
  margin-top: 0.15rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.5;
}
.inner-s33 .cont-block-11 .item {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.4rem;
  box-shadow: 0 0.25rem 0.25rem rgba(217, 227, 235, 0.35);
}
.inner-s33 .cont-block-11 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-11 .item .top-box {
  display: flex;
  align-items: center;
}
.inner-s33 .cont-block-11 .item .s-left {
  width: calc(50% - 0.34rem);
  padding-right: 0.6rem;
}
.inner-s33 .cont-block-11 .item .s-left .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-11 .item .s-left .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 0.15rem;
}
.inner-s33 .cont-block-11 .item .s-right {
  width: calc(50% + 0.34rem);
}
.inner-s33 .cont-block-11 .item .s-right img {
  display: block;
  width: 100%;
}
.inner-s33 .cont-block-11 .item .data-box {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #eaf0f5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.8rem;
}
.inner-s33 .cont-block-11 .item .data .num span {
  font-size: 0.32rem;
  color: #00b4ed;
  font-family: 'Outfit-Medium';
}
.inner-s33 .cont-block-11 .item .data .num i {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  font-style: normal;
}
.inner-s33 .cont-block-11 .item .data p {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  margin-top: 0.1rem;
}
.inner-s33 .cont-block-12 .top-box {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.4;
  font-weight: 300;
}
.inner-s33 .cont-block-12 .mid-box {
  margin-top: 0.3rem;
  background-image: linear-gradient(180deg, #f2f8fa, #fff);
  border-radius: 5px;
  padding: 0.6rem 0.4rem;
}
.inner-s33 .cont-block-12 .mid-box .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-12 .mid-box .tit.mt {
  margin-top: 0.5rem;
}
.inner-s33 .cont-block-12 .mid-box .tips {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.inner-s33 .cont-block-12 .mid-box .tip {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 5px;
  padding: 0.15rem 0.2rem;
}
.inner-s33 .cont-block-12 .mid-box .tip p {
  position: relative;
  padding-left: 0.2rem;
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s33 .cont-block-12 .mid-box .tip p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s33 .cont-block-12 .mid-box .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 0.15rem;
}
.inner-s33 .cont-block-12 .bot-box {
  background-image: linear-gradient(180deg, #97e0f8, 30%, #fff);
  border-radius: 5px;
  padding: 0.6rem 0.4rem;
  display: flex;
  align-items: center;
}
.inner-s33 .cont-block-12 .tit {
  width: 2rem;
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  padding-right: 0.2rem;
}
.inner-s33 .cont-block-12 .box {
  width: calc(100% - 2rem);
  border-left: 1px solid #d4e4e9;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}
.inner-s33 .cont-block-12 .s-box {
  width: calc(50% - 0.1rem);
}
.inner-s33 .cont-block-12 .s-box span {
  display: block;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s33 .cont-block-12 .s-box p {
  margin-top: 0.1rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s33 .cont-block-13 .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.4;
  font-weight: 300;
}
.inner-s33 .cont-block-13 .tips {
  margin-top: 0.2rem;
}
.inner-s33 .cont-block-13 .tips p {
  position: relative;
  padding-left: 0.2rem;
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #2a2b35;
  font-weight: 300;
  margin-top: 5px;
}
.inner-s33 .cont-block-13 .tips p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s33 .cont-block-13 .tips p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s33 .cont-block-13 .items {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.16rem;
}
.inner-s33 .cont-block-13 .item {
  width: calc((100% - 0.32rem) / 3);
}
.inner-s33 .cont-block-13 .item .img-box {
  aspect-ratio: 300 / 182;
  border-radius: 10px;
  overflow: hidden;
}
.inner-s33 .cont-block-13 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s33 .cont-block-13 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  padding: 0.2rem 0.2rem 0;
}

.inner-s34 {
  padding: 0 0 1.2rem;
  background-color: #f0f5f9;
}
.inner-s34 .form {
  width: 72%;
  margin: 0.4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  position: relative;
}
.inner-s34 .form .box {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s34 .form .box:nth-of-type(5) {
  width: calc((100% - 0.4rem) / 3 * 2 + 0.2rem);
}
.inner-s34 .form .box:nth-of-type(5) input {
  padding-right: 2.4rem;
}
.inner-s34 .form input {
  display: block;
  width: 100%;
  height: max(46px, 0.6rem);
  font-size: max(12px, 0.14rem);
  color: #767d86;
  background-color: #fff;
  padding: 0 0.2rem;
  border: 1px solid #e8f0f3;
  border-radius: 0.1rem;
  transition: all .3s ease;
}
.inner-s34 .form button {
  position: absolute;
  right: max(5px, 0.06rem);
  bottom: max(5px, 0.06rem);
  width: 2.2rem;
  height: max(36px, 0.48rem);
  background-color: #00b4ed;
  border-radius: 0.1rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.inner-s34 .layui-input:hover, .inner-s34 .layui-textarea:hover,
.inner-s34 .layui-input:focus, .inner-s34 .layui-textarea:focus {
  border-color: #00b4ed !important;
}
.inner-s34 .layui-input:focus, .inner-s34 .layui-textarea:focus {
  box-shadow: none;
}
.inner-s34 .layui-form-select dl {
  top: 100%;
}
.inner-s34 .layui-form-select dl dd, .inner-s34 .layui-form-select dl dt {
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
}
.inner-s34 .layui-form-select dl dd.layui-this {
  color: #00b4ed;
}
.inner-s34 .s-para {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 0.3rem;
}
.inner-s34.style-1 {
  padding: 1.2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-7.jpg");
  background-attachment: fixed;
}
.inner-s34.style-1 .inner-label .label {
  color: #fff;
}
.inner-s34.style-1 .inner-label .para {
  color: #fff;
}
.inner-s34.style-1 .s-para {
  color: #fff;
}
.inner-s34.style-2 {
  background: url("../images/product/img-9.png") center bottom no-repeat;
  background-size: 100% auto;
}

.inner-s35 {
  padding: 0.8rem 0 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-1.jpg");
  border-top: 1px solid #ebebeb;
}
.inner-s35 .label {
  font-size: 0.46rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s35 p {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
  text-align: center;
  font-weight: 300;
  margin-top: 0.1rem;
}
.inner-s35 form {
  position: relative;
  margin: 0.24rem auto 0;
  max-width: 7rem;
  height: max(50px, 0.6rem);
  background-color: #fff;
  border: 1px solid #edf2f4;
  border-radius: 10px;
  overflow: hidden;
}
.inner-s35 form input {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s35 form button {
  width: 32px;
  height: 32px;
  background-color: #00b4ed;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-1.svg");
  background-size: auto 14px;
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
  cursor: pointer;
}
.inner-s35 .tips {
  margin: 0.2rem auto 0;
  max-width: 7rem;
  padding: 0 0.2rem;
  display: flex;
}
.inner-s35 .tips span {
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  white-space: nowrap;
  line-height: max(24px, 0.28rem);
}
.inner-s35 .tips .links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.inner-s35 .tips .links a {
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  line-height: max(24px, 0.28rem);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s35 .tips .links a:hover {
    background-color: #00b4ed;
    color: #fff;
  }
}

.inner-s36 {
  padding: 1.2rem 0;
}
.inner-s36 .wrap-s {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.inner-s36 .left-block {
  width: 3.6rem;
  position: sticky;
  top: 1.2rem;
}
.inner-s36 .left-block .item {
  padding: 0.3rem 0.2rem;
  border-radius: 5px;
  cursor: pointer;
}
.inner-s36 .left-block .item .tit {
  padding-left: 0.4rem;
  position: relative;
}
.inner-s36 .left-block .item .tit:before {
  content: '';
  width: 0.26rem;
  height: 0.32rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3-1.svg");
  opacity: 0;
}
.inner-s36 .left-block .item .tit span {
  display: block;
  font-size: 0.26rem;
  color: #2a2b35;
  transform: scale(0.85);
  transform-origin: left center;
}
.inner-s36 .left-block .item .box {
  padding-left: 0.4rem;
  margin-top: 0.15rem;
  display: none;
}
.inner-s36 .left-block .item p {
  font-size: max(12px, 0.15rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s36 .left-block .item .btns {
  margin-top: 0.25rem;
  display: flex;
}
.inner-s36 .left-block .item .btns a {
  min-width: 1.5rem;
  padding: 0 0.2rem;
  height: max(36px, 0.4rem);
  border-radius: 9000px;
  background-color: #00b4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s36 .left-block .item .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
.inner-s36 .left-block .item .btns a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
}
@media (any-hover: hover) {
  .inner-s36 .left-block .item .btns a:hover {
    transform: translateY(-2px);
  }
}
.inner-s36 .left-block .item.active {
  background-color: #f7fafb;
}
.inner-s36 .left-block .item.active .tit:before {
  opacity: 1;
}
.inner-s36 .left-block .item.active .tit span {
  transform: scale(1);
}
.inner-s36 .left-block .item.active .box {
  display: block;
}
.inner-s36 .right-block {
  width: calc(100% - 4.8rem);
}
.inner-s36 .right-block .block {
  margin-top: 1rem;
}
.inner-s36 .right-block .block:nth-of-type(1) {
  margin-top: 0;
}
.inner-s36 .right-block .top-box {
  border-radius: 0.1rem;
  padding: 0.5rem 0.4rem;
  background-image: linear-gradient(180deg, #00a1e9, #62c7f2);
}
.inner-s36 .right-block .top-box .label {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.inner-s36 .right-block .top-box .label span {
  font-size: 0.34rem;
  color: #fff;
}
.inner-s36 .right-block .top-box .label:after {
  content: '';
  width: 0.1rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.svg");
}
.inner-s36 .right-block .top-box .para {
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
  font-weight: 300;
}
.inner-s36 .right-block .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.3rem;
}
.inner-s36 .right-block .item {
  width: calc((100% - 0.24rem) / 2);
}
.inner-s36 .right-block .item .inner {
  display: block;
  height: 100%;
}
.inner-s36 .right-block .item .img-box {
  aspect-ratio: 464 / 300;
  background-color: #f7fafb;
  border-radius: 5px 5px 0 0;
  transition: all .3s ease;
}
.inner-s36 .right-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s36 .right-block .item .txt-box {
  padding: 0.4rem 0.3rem 0.6rem;
  position: relative;
}
.inner-s36 .right-block .item .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s36 .right-block .item .tips {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.3rem;
}
.inner-s36 .right-block .item .tips p {
  width: calc((100% - 0.3rem) / 2);
  position: relative;
  padding-left: 0.14rem;
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-s36 .right-block .item .tips p:before {
  content: '•';
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s36 .right-block .item .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s36 .right-block .item .more span {
  font-size: max(13px, 0.16rem);
  color: #9e9fb1;
  transition: color .3s ease;
}
.inner-s36 .right-block .item .more:after {
  content: '';
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s36 .right-block .item:hover .img-box {
    background-color: #fff;
    box-shadow: 0 0.15rem 0.3rem rgba(120, 156, 172, 0.1);
  }
  .inner-s36 .right-block .item:hover .txt-box:before {
    opacity: 0;
  }
  .inner-s36 .right-block .item:hover .more span {
    color: #00b4ed;
  }
  .inner-s36 .right-block .item:hover .more:after {
    background-image: url("../images/index/icon-1-2.svg");
    transform: translateX(2px);
  }
}
.inner-s36 .right-block .items-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.inner-s36 .right-block .item-1 {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s36 .right-block .item-1 .inner {
  display: block;
  height: 100%;
  position: relative;
  background-color: #f7fafb;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.6rem 0.4rem 1rem;
  transition: all .3s ease;
}
.inner-s36 .right-block .item-1 .inner[href]:after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: opacity .3s ease;
}
.inner-s36 .right-block .item-1 .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s36 .right-block .item-1 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s36 .right-block .item-1 .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  text-align: center;
  margin-top: 0.2rem;
}
.inner-s36 .right-block .item-1 .btns {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s36 .right-block .item-1 .btns span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.inner-s36 .right-block .item-1 .btns:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
}
@media (any-hover: hover) {
  .inner-s36 .right-block .item-1:hover .inner {
    border-color: #c1edfb;
    background-color: #f0fbfe;
  }
  .inner-s36 .right-block .item-1:hover .inner:after {
    opacity: 0;
  }
  .inner-s36 .right-block .item-1:hover .btns {
    opacity: 1;
  }
}
.inner-s36 .right-block .more-btns {
  background-color: #f7fafb;
  border-radius: 0.14rem;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: all .3s ease;
}
.inner-s36 .right-block .more-btns span {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  transition: color .3s ease;
}
.inner-s36 .right-block .more-btns:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s36 .right-block .more-btns:hover {
    background-color: #00b4ed;
  }
  .inner-s36 .right-block .more-btns:hover span {
    color: #fff;
  }
  .inner-s36 .right-block .more-btns:hover:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}

.inner-s37 {
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 0.6rem;
  height: 0.6rem;
  margin-top: -0.6rem;
  position: relative;
  z-index: 7;
  pointer-events: none;
}
.inner-s37.sticky {
  position: sticky;
  top: 0.95rem;
  z-index: 6;
}
.inner-s37 .links {
  pointer-events: auto;
  display: flex;
  gap: 0.3rem;
}
.inner-s37 .links span {
  font-size: max(12px, 0.14rem);
  color: #999999;
  line-height: 0.6rem;
  position: relative;
  cursor: pointer;
}
.inner-s37 .links span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
.inner-s37 .links span.active {
  color: #2a2b35;
}
.inner-s37 .links span.active:after {
  opacity: 1;
}
.inner-s37 a {
  font-size: max(12px, 0.14rem);
  color: #fff;
  padding: 0 0.2rem;
  line-height: 34px;
  background-color: #2a2b35;
  border-radius: 9000px;
  pointer-events: auto;
}

.inner-s38 {
  padding: 1.2rem 0 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-2.jpg");
}
.inner-s38.style-1 .left-block .label {
  color: #fff;
}
.inner-s38.style-1 .left-block .para {
  color: #fff;
  margin-right: -4rem;
}
.inner-s38.style-1 .left-block .info-box {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.inner-s38.style-1 .left-block .info span {
  color: #fff;
}
.inner-s38.style-1 .left-block .btns a:nth-of-type(1) {
  background-color: #00b4ed;
}
.inner-s38.style-1 .left-block .btns a:nth-of-type(2) {
  border-color: rgba(255, 255, 255, 0.3);
}
.inner-s38.style-1 .left-block .btns a:nth-of-type(2) span {
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s38.style-1 .left-block .btns a:hover {
    border-color: transparent;
    background-color: #00b4ed;
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.2);
  }
  .inner-s38.style-1 .left-block .btns a:hover span {
    color: #fff;
  }
}
.inner-s38.style-2 .left-block .para {
  font-size: 0.26rem;
}
.inner-s38.style-2 .left-block .btns a:nth-of-type(1) {
  background-color: #00b4ed;
}
.inner-s38.style-2 .left-block .btns a:nth-of-type(2) {
  border-color: rgba(0, 0, 0, 0.3);
}
.inner-s38.style-2 .left-block .btns a:nth-of-type(2) span {
  color: #2a2b35;
}
@media (any-hover: hover) {
  .inner-s38.style-2 .left-block .btns a:hover {
    border-color: transparent;
    background-color: #00b4ed;
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 180, 237, 0.2);
  }
  .inner-s38.style-2 .left-block .btns a:hover span {
    color: #fff;
  }
}
.inner-s38 .left-block {
  width: 50%;
  padding-right: 1.6rem;
}
.inner-s38 .left-block .label {
  font-size: 0.4rem;
  color: #2a2b35;
}
.inner-s38 .left-block .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.2rem;
}
.inner-s38 .left-block .info-box {
  margin-top: 0.4rem;
  border-top: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  padding: 0.15rem 0;
  display: flex;
  gap: 0.4rem;
}
.inner-s38 .left-block .info {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
.inner-s38 .left-block .info:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00b4ed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 8px;
}
.inner-s38 .left-block .info span {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
}
.inner-s38 .left-block .info.tel:before {
  background-image: url("../images/product/icon-3.svg");
}
.inner-s38 .left-block .info.mail:before {
  background-image: url("../images/product/icon-4.svg");
}
.inner-s38 .left-block .btns {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.15rem;
}
.inner-s38 .left-block .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  padding: 0 0.2rem;
  height: max(40px, 0.44rem);
  border-radius: 9000px;
  border: 1px solid transparent;
  transition: all .3s ease;
}
.inner-s38 .left-block .btns a span {
  font-size: max(12px, 0.15rem);
  transition: color .3s ease;
}
.inner-s38 .left-block .btns a:nth-of-type(1) {
  background-color: #2a2b35;
}
.inner-s38 .left-block .btns a:nth-of-type(1) span {
  color: #fff;
}
.inner-s38 .left-block .btns a:nth-of-type(2) {
  border-color: #2a2b35;
}
.inner-s38 .left-block .btns a:nth-of-type(2) span {
  color: #2a2b35;
}
@media (any-hover: hover) {
  .inner-s38 .left-block .btns a:hover {
    border-color: transparent;
    background-color: #2a2b35;
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
  }
  .inner-s38 .left-block .btns a:hover span {
    color: #fff;
  }
}
.inner-s38 .right-block {
  position: absolute;
  right: 0;
  top: -0.8rem;
  width: 50%;
  height: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.inner-s38 .right-block img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s38 .right-block.style-1 {
  height: 6.6rem;
}

.inner-s39 {
  margin-top: -5.3vw;
  background-color: #f8fafa;
  padding: calc(5.3vw + 1.2rem) 0 1.2rem;
}
.inner-s39 .block {
  margin-top: 1rem;
}
.inner-s39 .block:nth-of-type(1) {
  margin-top: 0;
}
.inner-s39 .block .label {
  font-size: 0.32rem;
  color: #2a2b35;
}
.inner-s39 .cont-block-1 {
  margin-top: 0.3rem;
  border-radius: 0.16rem;
  background-color: #ffffff;
  padding: 0.6rem;
}
.inner-s39 .cont-block-1 .para p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s39 .cont-block-1 .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s39 .cont-block-1 .para p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s39 .cont-block-2 {
  margin-top: 0.3rem;
}
.inner-s39 .cont-block-2 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s39 .cont-block-2 .item {
  width: calc((100% - 0.4rem) / 3);
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 0.16rem;
}
.inner-s39 .cont-block-2 .item .icon {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.16rem;
  background-color: #f8fafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s39 .cont-block-2 .item .icon img {
  max-width: 0.36rem;
  max-height: 0.36rem;
}
.inner-s39 .cont-block-2 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #081d2e;
  margin-top: 0.4rem;
}
.inner-s39 .cont-block-2 .item .para {
  font-size: max(13px, 0.16rem);
  color: #081d2e;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.1rem;
}
.inner-s39 .cont-block-2 .item .edit-para {
  margin-top: 0.1rem;
}
.inner-s39 .cont-block-2 .item .edit-para p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.2rem;
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s39 .cont-block-2 .item .edit-para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s39 .cont-block-2 .item .edit-para p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s39 .cont-block-3 {
  margin-top: 0.3rem;
}
.inner-s39 .cont-block-3 .tab-cont {
  border: 0.04rem solid #f3f6f6;
  border-radius: 0.16rem;
  padding: 0.5rem;
}
.inner-s39 .cont-block-3 .child {
  display: none;
}
.inner-s39 .cont-block-3 .child.active {
  display: block;
}
.inner-s39 .cont-block-3 .inner {
  display: flex;
  align-items: center;
}
.inner-s39 .cont-block-3 .txt-box {
  width: 50%;
  padding-right: 0.8rem;
}
.inner-s39 .cont-block-3 .tit {
  font-size: max(16px, 0.22rem);
  color: #081d2e;
}
.inner-s39 .cont-block-3 .spara {
  margin-top: 0.2rem;
}
.inner-s39 .cont-block-3 .spara p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
}
.inner-s39 .cont-block-3 .spara p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s39 .cont-block-3 .spara p:before {
  content: '•';
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s39 .cont-block-3 .img-box {
  width: 50%;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s39 .cont-block-3 .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s39 .cont-block-3 .tab-tit {
  margin-top: 0.2rem;
}
.inner-s39 .cont-block-3 .tab-tit .item {
  width: 50%;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  transition: all .3s ease;
  cursor: pointer;
}
.inner-s39 .cont-block-3 .tab-tit .item span {
  font-size: max(14px, 0.18rem);
  color: #081d2e;
  transition: color .3s ease;
}
.inner-s39 .cont-block-3 .tab-tit .item.active {
  background-color: #00b4ed;
}
.inner-s39 .cont-block-3 .tab-tit .item.active span {
  color: #fff;
}
.inner-s39 .cont-block-4 {
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
}
.inner-s39 .cont-block-4 .tab-tit {
  width: 3.8rem;
  padding: 0.2rem;
  border-radius: 0.16rem;
  background-color: #fff;
}
.inner-s39 .cont-block-4 .tab-tit .tit {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  margin: 0.4rem 0 0.2rem;
}
.inner-s39 .cont-block-4 .tab-tit .box {
  padding: 0.1rem 0.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  border-radius: 0.1rem;
  cursor: pointer;
}
.inner-s39 .cont-block-4 .tab-tit .box:before {
  content: '';
  width: 12px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-6-1.png");
}
.inner-s39 .cont-block-4 .tab-tit .box span {
  font-size: max(12px, 0.15rem);
  line-height: 18px;
  color: #2a2b35;
  font-weight: 300;
  max-width: calc(100% - 0.3rem);
}
.inner-s39 .cont-block-4 .tab-tit .box.active {
  background-color: #f8fafa;
}
.inner-s39 .cont-block-4 .tab-tit .box.active:before {
  background-image: url("../images/product/icon-6-2.png");
}
.inner-s39 .cont-block-4 .tab-tit .box.active span {
  font-weight: normal;
}
.inner-s39 .cont-block-4 .tab-cont {
  width: calc(100% - 3.8rem);
  padding-left: 0.2rem;
}
.inner-s39 .cont-block-4 .tab-cont .child {
  padding: 0.6rem;
  background-color: #fff;
  border-radius: 0.16rem;
  display: none;
}
.inner-s39 .cont-block-4 .tab-cont .child.active {
  display: block;
}
.inner-s39 .cont-block-4 .tab-cont .tit {
  font-size: 0.26rem;
  color: #00b4ed;
  padding-bottom: 0.24rem;
  border-bottom: 0.02rem solid #00b4ed;
  margin-bottom: 0.6rem;
}
.inner-s39 .cont-block-4 .tab-cont table {
  width: 100%;
  display: block;
}
.inner-s39 .cont-block-4 .tab-cont table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.inner-s39 .cont-block-4 .tab-cont table tr {
  width: 100%;
  display: flex;
  gap: 0.4rem;
}
.inner-s39 .cont-block-4 .tab-cont table td {
  width: calc((100% - 0.8rem) / 3);
}
.inner-s39 .cont-block-4 .tab-cont table span {
  display: block;
  margin-bottom: 5px;
  font-size: max(12px, 0.15rem);
  color: #666666;
}
.inner-s39 .cont-block-4 .tab-cont table p {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  margin-top: 0.1rem;
}
.inner-s39 .cont-block-5 {
  margin-top: 0.3rem;
  display: flex;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.inner-s39 .cont-block-5 .left-box {
  width: 4rem;
  background-color: #eef5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
}
.inner-s39 .cont-block-5 .left-box span {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
}
.inner-s39 .cont-block-5 .left-box span:before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #00b4ed;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.1rem 0 0;
}
.inner-s39 .cont-block-5 .right-box {
  width: calc(100% - 4rem);
}
.inner-s39 .cont-block-5 table {
  width: 100%;
  display: block;
  padding: 0.6rem;
  background-color: #fff;
}
.inner-s39 .cont-block-5 table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.inner-s39 .cont-block-5 table tr {
  width: 100%;
  display: flex;
  gap: 0.4rem;
}
.inner-s39 .cont-block-5 table td {
  width: calc((100% - 0.8rem) / 3);
}
.inner-s39 .cont-block-5 table span {
  display: block;
  margin-bottom: 5px;
  font-size: max(12px, 0.15rem);
  color: #666666;
}
.inner-s39 .cont-block-5 table p {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  margin-top: 0.1rem;
}
.inner-s39 .cont-block-6 {
  margin-top: 0.3rem;
  background-color: #fff;
  border-radius: 0.16rem;
}
.inner-s39 .cont-block-6 .img-box {
  padding: 0.6rem 0.4rem;
}
.inner-s39 .cont-block-6 .img-box img {
  display: block;
  width: 100%;
}
.inner-s39 .cont-block-7 {
  margin-top: 0.1rem;
  position: relative;
}
.inner-s39 .cont-block-7 .para {
  font-size: max(13px, 0.16rem);
  color: #666666;
  font-weight: 300;
  width: 50%;
}
.inner-s39 .cont-block-7 .tab-tit {
  position: absolute;
  right: 0;
  top: 0;
}
.inner-s39 .cont-block-7 .tab-tit .sw {
  display: flex;
  gap: 0.3rem;
}
.inner-s39 .cont-block-7 .tab-tit .item {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  cursor: pointer;
}
.inner-s39 .cont-block-7 .tab-tit .item:before {
  content: '';
  width: 12px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-6-1.png");
}
.inner-s39 .cont-block-7 .tab-tit .item span {
  font-size: max(12px, 0.15rem);
  line-height: 18px;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s39 .cont-block-7 .tab-tit .item.active {
  background-color: #f8fafa;
}
.inner-s39 .cont-block-7 .tab-tit .item.active:before {
  background-image: url("../images/product/icon-6-2.png");
}
.inner-s39 .cont-block-7 .tab-tit .item.active span {
  font-weight: normal;
}
.inner-s39 .cont-block-7 .tab-cont {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 0.02rem solid #eef5f6;
}
.inner-s39 .cont-block-7 .tab-cont .child {
  display: none;
}
.inner-s39 .cont-block-7 .tab-cont .child.active {
  display: block;
}
.inner-s39 .cont-block-7 .tab-cont .sw {
  display: flex;
  gap: 0.2rem;
}
.inner-s39 .cont-block-7 .tab-cont .item {
  width: calc((100% - 0.6rem) / 4);
}
.inner-s39 .cont-block-7 .tab-cont .item .inner {
  display: block;
  height: 100%;
}
.inner-s39 .cont-block-7 .tab-cont .item .top-box {
  padding-top: 0.4rem;
  background-color: #eef5f6;
  border-radius: 0.1rem;
}
.inner-s39 .cont-block-7 .tab-cont .item .img-box {
  width: 1.83rem;
  height: 1.89rem;
  border-radius: 0.1rem 0.1rem 0 0;
  margin: 0 auto;
}
.inner-s39 .cont-block-7 .tab-cont .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s39 .cont-block-7 .tab-cont .item .bot-box {
  padding: 0.3rem 0.3rem 0;
}
.inner-s39 .cont-block-7 .tab-cont .item .tit {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
}
.inner-s39 .cont-block-7 .tab-cont .item .btns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  min-width: 1.5rem;
  padding: 0 0.2rem;
  height: max(36px, 0.4rem);
  background-color: #f9f9f9;
  border-radius: 9000px;
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s39 .cont-block-7 .tab-cont .item .btns span {
  font-size: max(12px, 0.14rem);
  color: #abb0b6;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-s39 .cont-block-7 .tab-cont .item:hover .btns {
    background-color: #00b4ed;
  }
  .inner-s39 .cont-block-7 .tab-cont .item:hover .btns span {
    color: #fff;
  }
}
.inner-s39 .cont-block-8 {
  margin-top: 0.3rem;
}
.inner-s39 .cont-block-8 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s39 .cont-block-8 .item {
  width: calc((100% - 0.4rem) / 3);
  padding: 0.4rem;
  border-radius: 0.16rem;
}
.inner-s39 .cont-block-8 .item .num {
  font-size: 0.26rem;
  font-family: 'Outfit-Medium';
  text-align: center;
}
.inner-s39 .cont-block-8 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #081d2e;
  text-align: center;
  margin-top: 0.1rem;
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-4) {
  background-image: linear-gradient(180deg, #e5f4fd, #fff);
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-4) .num {
  color: #0080ff;
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-3) {
  background-image: linear-gradient(180deg, #ecf3ef, #fff);
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-3) .num {
  color: #528e6c;
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-2) {
  background-image: linear-gradient(180deg, #f0eff7, #fff);
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-2) .num {
  color: #675098;
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-1) {
  background-image: linear-gradient(180deg, #f7f5ef, #fff);
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n-1) .num {
  color: #bcb392;
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n) {
  background-image: linear-gradient(180deg, #eff4f7, #fff);
}
.inner-s39 .cont-block-8 .item:nth-of-type(5n) .num {
  color: #738fa6;
}

.inner-s40 {
  margin-top: -5.3vw;
  padding: calc(1.2rem + 5.3vw) 0 1.2rem;
  background-color: #f8f8f8;
}
.inner-s40 .form {
  height: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #edf2f4;
  position: relative;
  overflow: hidden;
}
.inner-s40 .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0.4rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.inner-s40 .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 16px;
  cursor: pointer;
}
.inner-s40 .filter {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
}
.inner-s40 .filter .left-box {
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #d4d8de;
  margin-top: 4px;
}
.inner-s40 .filter .left-box span {
  font-size: 14px;
  line-height: 22px;
  color: #8b929b;
}
.inner-s40 .filter .left-box .all {
  font-size: 15px;
  color: #2a2b35;
  cursor: pointer;
}
.inner-s40 .filter .right-box {
  width: calc(100% - 170px);
  padding-left: 10px;
}
.inner-s40 .filter .items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.6rem;
  position: relative;
}
.inner-s40 .filter .item .trigger {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
.inner-s40 .filter .item .trigger .box {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.inner-s40 .filter .item .trigger .box i {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-8-1.png");
}
.inner-s40 .filter .item .trigger .box span {
  font-size: 15px;
  color: #2a2b35;
  font-weight: 300;
}
.inner-s40 .filter .item .trigger .box.check i {
  opacity: 1;
  visibility: visible;
  background-image: url("../images/product/icon-8-2.png");
}
.inner-s40 .filter .item .trigger .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-9.png");
  background-size: auto 6px;
  margin-left: 0.1rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .inner-s40 .filter .item .trigger:hover {
    background-color: #f9fbfc;
  }
}
.inner-s40 .filter .item .content {
  background-color: #f9fbfc;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
  margin-top: 6px;
  display: none;
}
.inner-s40 .filter .item .group-box {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.3rem;
}
.inner-s40 .filter .item .group-box .box {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.inner-s40 .filter .item .group-box .box i {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-8-1.png");
}
.inner-s40 .filter .item .group-box .box span {
  font-size: 13px;
  color: #333333;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s40 .filter .item .group-box .box.check i {
  background-image: url("../images/product/icon-8-2.png");
}
.inner-s40 .filter .item.open .trigger {
  background-color: #f9fbfc;
}
.inner-s40 .filter .item.open .trigger .icon {
  transform: rotate(180deg);
}
.inner-s40 .filter .item.open .content {
  display: block;
}
.inner-s40 .filter .clear {
  margin-top: 10px;
  text-align: right;
}
.inner-s40 .filter .clear span {
  display: inline-block;
  font-size: 15px;
  color: #8b929b;
  font-weight: 300;
  cursor: pointer;
}
.inner-s40 .filter .clear span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-10.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.inner-s40 .sort-box {
  margin-top: 0.3rem;
  display: flex;
  justify-content: right;
}
.inner-s40 .sort-box span {
  font-size: 15px;
  color: #2a2b35;
  cursor: pointer;
  position: relative;
  padding-right: 18px;
}
.inner-s40 .sort-box span:after {
  content: '';
  width: 7px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-11.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.inner-s40 .sort-box span.sortdown:after {
  transform: rotate(180deg);
}
.inner-s40 .items-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  margin-top: 0.8rem;
}
.inner-s40 .item-1 {
  width: calc((100% - 0.72rem) / 3);
}
.inner-s40 .item-1 .inner {
  display: block;
  height: 100%;
}
.inner-s40 .item-1 .img-box {
  aspect-ratio: 464 / 300;
  background-color: #ffffff;
  border-radius: 0.16rem;
  transition: all .3s ease;
}
.inner-s40 .item-1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s40 .item-1 .txt-box {
  padding: 0.4rem 0.3rem 0.6rem;
  position: relative;
}
.inner-s40 .item-1 .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
}
.inner-s40 .item-1 .tips {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.3rem;
}
.inner-s40 .item-1 .tips p {
  width: calc((100% - 0.3rem) / 2);
  position: relative;
  padding-left: 0.14rem;
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-s40 .item-1 .tips p:before {
  content: '•';
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s40 .item-1 .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s40 .item-1 .more span {
  font-size: max(13px, 0.16rem);
  color: #9e9fb1;
  transition: color .3s ease;
}
.inner-s40 .item-1 .more:after {
  content: '';
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s40 .item-1:hover .img-box {
    background-color: #fff;
    box-shadow: 0 0.15rem 0.3rem rgba(120, 156, 172, 0.1);
  }
  .inner-s40 .item-1:hover .txt-box:before {
    opacity: 0;
  }
  .inner-s40 .item-1:hover .more span {
    color: #00b4ed;
  }
  .inner-s40 .item-1:hover .more:after {
    background-image: url("../images/index/icon-1-2.svg");
    transform: translateX(2px);
  }
}

.inner-s41 {
  padding: 1.2rem 0 0;
}
.inner-s41.style-1 {
  padding: 1.2rem 0;
}
.inner-s41 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s41 .label {
  width: 34%;
  font-size: 0.34rem;
  color: #2a2b35;
  padding: 0.2rem 1rem 0 0;
}
.inner-s41 .items {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s41 .item {
  width: calc((100% - 0.2rem) / 2);
  padding: 0.6rem 1.2rem 0.6rem 0.4rem;
  position: relative;
  border: 1px solid #d4dbe8;
  border-radius: 0.1rem;
}
.inner-s41 .item .icon {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  right: 0.4rem;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s41 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s41 .item .tit {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
}
.inner-s41 .item p {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  margin-top: 0.2rem;
}

.inner-s42 {
  padding: 1.2rem 0;
}
.inner-s42 .label {
  font-size: 0.34rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s42 .items {
  margin-top: 0.5rem;
}
.inner-s42 .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.inner-s42 .item {
  width: calc((100% - 0.8rem) / 3);
  padding: 0.4rem;
  border-radius: 0.1rem;
}
.inner-s42 .item .tit {
  font-size: 0.26rem;
  font-weight: bold;
}
.inner-s42 .item .stit {
  font-size: max(14px, 0.18rem);
  color: #2a416b;
  font-weight: bold;
}
.inner-s42 .item .para-1 {
  margin-top: 0.15rem;
  font-size: max(12px, 0.14rem);
  color: #2a416b;
  line-height: 1.4;
  font-weight: 300;
}
.inner-s42 .item .para-2 {
  margin-top: 0.1rem;
}
.inner-s42 .item .para-2 p {
  font-size: max(12px, 0.14rem);
  color: #2a416b;
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  padding-left: 0.15rem;
}
.inner-s42 .item .para-2 p:before {
  content: '•';
  font-size: max(12px, 0.14rem);
  color: #2a416b;
  line-height: 1.4;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-s42 .item .para-3 {
  margin-top: 0.1rem;
}
.inner-s42 .item .para-3 span {
  display: block;
  font-size: max(13px, 0.16rem);
  color: #2a416b;
  line-height: 1.4;
}
.inner-s42 .item .para-3 p {
  font-size: max(12px, 0.14rem);
  color: #2a416b;
  line-height: 1.4;
  font-weight: 300;
}
.inner-s42 .item .top-box {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #2a416b;
}
.inner-s42 .item .mid-box {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(42, 65, 107, 0.1);
}
.inner-s42 .item .bot-box {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(42, 65, 107, 0.1);
}
.inner-s42 .item:nth-of-type(3n-2) {
  background-image: linear-gradient(180deg, #e4f3fd, #fff);
}
.inner-s42 .item:nth-of-type(3n-2) .tit {
  color: #0080ff;
}
.inner-s42 .item:nth-of-type(3n-1) {
  background-image: linear-gradient(180deg, #ebf2ee, #fff);
}
.inner-s42 .item:nth-of-type(3n-1) .tit {
  color: #528e6c;
}
.inner-s42 .item:nth-of-type(3n) {
  background-image: linear-gradient(180deg, #efedfd, #fff);
}
.inner-s42 .item:nth-of-type(3n) .tit {
  color: #675098;
}

.inner-s43 {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
  position: relative;
}
.inner-s43:before {
  content: '';
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/img-11.png");
  background-size: 100% 100%;
}
.inner-s43 .top-block {
  display: flex;
  align-items: flex-start;
}
.inner-s43 .top-block .label {
  width: 34%;
  font-size: 0.34rem;
  color: #fff;
  padding: 0.2rem 1rem 0 0;
}
.inner-s43 .top-block .cont-box {
  width: 66%;
  padding: 0.6rem 0.4rem;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.04);
}
.inner-s43 .top-block .cont-box .tips {
  font-size: max(15px, 0.2rem);
  color: #fff;
  font-weight: bold;
}
.inner-s43 .top-block .cont-box i {
  display: block;
  width: 0.46rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-12.png");
  margin-top: 0.7rem;
}
.inner-s43 .top-block .cont-box .para {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}
.inner-s43 .bot-block {
  margin-top: 1.2rem;
}
.inner-s43 .bot-block .label {
  font-size: 0.34rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s43 .bot-block .items {
  margin-top: 0.5rem;
}
.inner-s43 .bot-block .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s43 .bot-block .item {
  width: calc((100% - 0.2rem) / 2);
  height: 4.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
}
.inner-s43 .bot-block .item .left-box {
  width: 50%;
  padding-right: 0.6rem;
}
.inner-s43 .bot-block .item .left-box span {
  display: block;
  font-size: 0.5rem;
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  text-align: center;
}
.inner-s43 .bot-block .item .left-box p {
  font-size: max(12px, 0.14rem);
  color: #6d6e7a;
  font-weight: 300;
  text-align: center;
}
.inner-s43 .bot-block .item .right-box {
  width: 50%;
}
.inner-s43 .bot-block .item .tit {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
}
.inner-s43 .bot-block .item .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.inner-s44 {
  position: relative;
  padding: 1.2rem 0 0.8rem;
  background-attachment: fixed;
}
.inner-s44 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.inner-s44 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s44 .bg-block .bg.active {
  opacity: 1;
}
.inner-s44 .label {
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
}
.inner-s44 .tab-tit {
  margin-top: 0.3rem;
}
.inner-s44 .tab-tit .sw {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.inner-s44 .tab-tit .item {
  cursor: pointer;
}
.inner-s44 .tab-tit .item span {
  display: block;
  font-size: max(13px, 0.16rem);
  color: #fff;
  opacity: 0.5;
}
.inner-s44 .tab-tit .item.active span {
  font-weight: bold;
  opacity: 1;
}
.inner-s44 .tab-cont .item {
  height: 6rem;
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
}
.inner-s44 .tab-cont .item .tit {
  font-size: 0.26rem;
  color: #fff;
  opacity: 0;
}
.inner-s44 .tab-cont .item .para {
  font-size: max(13px, 0.16rem);
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0.2rem;
  opacity: 0;
}
.inner-s44 .tab-cont .item.swiper-slide-active .tit, .inner-s44 .tab-cont .item.swiper-slide-active .para {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner-s44 .tab-cont .item.swiper-slide-active .tit {
  animation-delay: .1s;
}
.inner-s44 .tab-cont .item.swiper-slide-active .para {
  animation-delay: .2s;
}
.inner-s44 .pagination {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}
.inner-s44 .pagination span {
  width: 0.36rem;
  height: 0.05rem;
  background-color: #fff;
  opacity: 0.35;
  transition: all .3s ease;
  cursor: pointer;
}
.inner-s44 .pagination span.active {
  width: 0.5rem;
  opacity: 1;
}

.inner-s45 {
  padding: 1.2rem 0;
}
.inner-s45 .label {
  font-size: 0.34rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s45 .items {
  margin-top: 0.4rem;
}
.inner-s45 .items .sw {
  display: flex;
  gap: 0.2rem;
}
.inner-s45 .item {
  width: calc((100% - 0.6rem) / 4);
}
.inner-s45 .item .inner {
  display: block;
  height: 100%;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.inner-s45 .item .top-box {
  padding: 0.15rem 0.4rem;
  font-size: 12px;
  color: #818394;
  border-bottom: 1px solid #eff0f7;
}
.inner-s45 .item .bot-box {
  padding: 0.3rem 0.4rem 0.9rem;
}
.inner-s45 .item .img-box {
  aspect-ratio: 265 / 147;
  border-radius: 4px;
  overflow: hidden;
}
.inner-s45 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s45 .item .date {
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
  font-family: 'Outfit-Medium';
  margin-top: 0.3rem;
}
.inner-s45 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.inner-s45 .item .more {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s45 .item .more span {
  font-size: max(12px, 0.14rem);
  color: #9e9fb1;
  transition: color .3s ease;
}
.inner-s45 .item .more:after {
  content: '';
  width: 5px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s45 .item:hover img {
    transform: scale(1.1);
  }
  .inner-s45 .item:hover .more span {
    color: #00b4ed;
  }
  .inner-s45 .item:hover .more:after {
    background-image: url("../images/index/icon-1-2.svg");
    transform: translateX(2px);
  }
}

.inner-s46 {
  padding: 1.2rem 0;
}
.inner-s46 .item {
  height: 4.56rem;
  border-radius: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/investor/img-1.jpg");
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
}
.inner-s46 .item .inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5rem;
}
.inner-s46 .item .box {
  width: 100%;
}
.inner-s46 .item .tit {
  font-size: 0.46rem;
  color: #fff;
}
.inner-s46 .item p {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.1rem;
}
.inner-s46 .item .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s46 .item .more .btn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.inner-s46 .item .more .btn span {
  font-size: max(12px, 0.14rem);
  color: rgba(255, 255, 255, 0.8);
}
.inner-s46 .item .more .btn:after {
  content: '';
  width: 5px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.svg");
  opacity: 0.8;
}
.inner-s46 .item .more:after {
  content: '';
  width: 0.6rem;
  height: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/investor/icon-1.svg");
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .inner-s46 .item:hover .more:after {
    transform: translateX(0.1rem);
  }
}

.inner-s47 {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
}
.inner-s47 .tab-tit .sw {
  display: flex;
  gap: 0.3rem;
}
.inner-s47 .tab-tit .item {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  cursor: pointer;
}
.inner-s47 .tab-tit .item:before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background-color: #00b4ed;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s47 .tab-tit .item span {
  font-size: 0.36rem;
  color: #999999;
  font-weight: 300;
  transition: color .3s ease;
}
.inner-s47 .tab-tit .item.active:before {
  opacity: 1;
}
.inner-s47 .tab-tit .item.active span {
  color: #2a2b35;
  font-weight: normal;
}
.inner-s47 .tab-cont {
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #2a2b35;
}
.inner-s47 .tab-cont .child {
  display: none;
}
.inner-s47 .tab-cont .child.active {
  display: block;
}
.inner-s47 .tab-cont .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s47 .tab-cont .item {
  width: calc((100% - 0.6rem) / 4);
  background-color: #fff;
  border-radius: 0.16rem;
  transition: all .3s ease;
}
.inner-s47 .tab-cont .item .inner {
  display: block;
  height: 100%;
  padding: 0.3rem 0.3rem 0.6rem;
  position: relative;
}
.inner-s47 .tab-cont .item .inner:after {
  content: '';
  width: 7px;
  height: 10px;
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s47 .tab-cont .item .date {
  width: 0.9rem;
  padding: 0.15rem 0.2rem;
  border-radius: 0.1rem;
  background-color: #f9f9f9;
  transition: all .3s ease;
}
.inner-s47 .tab-cont .item .date span {
  display: block;
  font-size: 0.32rem;
  color: #2a2b35;
  font-family: 'Outfit-Light';
  transition: color .3s ease;
}
.inner-s47 .tab-cont .item .date i {
  display: block;
  font-weight: 300;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-style: normal;
  transition: color .3s ease;
}
.inner-s47 .tab-cont .item .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
  font-weight: 300;
  margin-top: 0.3rem;
}
@media (any-hover: hover) {
  .inner-s47 .tab-cont .item:hover {
    box-shadow: 0 0.2rem 0.3rem rgba(196, 221, 229, 0.2);
  }
  .inner-s47 .tab-cont .item:hover .inner:after {
    opacity: 1;
  }
  .inner-s47 .tab-cont .item:hover .date {
    background-color: #00b4ed;
  }
  .inner-s47 .tab-cont .item:hover .date span, .inner-s47 .tab-cont .item:hover .date i {
    color: #fff;
  }
}

.inner-s48 {
  padding: 1.2rem 0;
  background: url("../images/product/img-9.png") center bottom no-repeat;
  background-size: 100% auto;
}
.inner-s48 .label {
  font-size: 0.36rem;
  color: #2a2b35;
  text-align: center;
}
.inner-s48 .para {
  margin-top: 0.4rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
.inner-s48 .para span {
  font-family: 'Outfit-Medium';
  font-weight: normal;
}
.inner-s48 .img-box {
  width: 1.8rem;
  margin: 0.4rem auto 0;
}
.inner-s48 .img-box img {
  display: block;
  width: 100%;
}

.inner-s49 {
  padding: 1.2rem 0 1.6rem;
  position: relative;
}
.inner-s49 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/product/img-14.png") center top no-repeat;
  background-size: cover;
  mask: linear-gradient(180deg, #fff 60%, rgba(255, 255, 255, 0) 90%);
}
.inner-s49 .label {
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
}
.inner-s49 .items {
  margin-top: 0.5rem;
}
.inner-s49 .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s49 .item {
  width: calc(50% - 0.1rem);
  background-color: #fff;
  border-radius: 0.1rem;
  position: relative;
  padding-top: max(40px, 0.6rem);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.02);
}
.inner-s49 .item .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(40px, 0.6rem);
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e7ee;
}
.inner-s49 .item .tit span {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
}
.inner-s49 .item .box {
  height: 100%;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
}
.inner-s49 .item .icon {
  width: 50%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
}
.inner-s49 .item .icon img {
  height: 100%;
}
.inner-s49 .item .para {
  width: 50%;
  padding-right: 0.6rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.4;
  font-weight: 300;
}

.inner-s50 {
  padding: 1.2rem 0;
}
.inner-s50 .top-block {
  background-image: linear-gradient(180deg, #0257ba, #0077f0);
  border-radius: 0.2rem;
}
.inner-s50 .top-block .tit {
  font-size: max(16px, 0.22rem);
  color: #fff;
  padding: 0.4rem 0.6rem;
}
.inner-s50 .top-block .para {
  font-size: max(16px, 0.22rem);
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  padding: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.inner-s50 .bot-block {
  margin-top: 1.2rem;
  display: flex;
  align-items: flex-start;
}
.inner-s50 .bot-block .left-box {
  width: 4.6rem;
  padding-right: 1.4rem;
}
.inner-s50 .bot-block .label {
  font-size: 0.34rem;
  color: #2a2b35;
}
.inner-s50 .bot-block .para {
  margin-top: 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  font-weight: 300;
  line-height: 1.4;
}
.inner-s50 .bot-block .right-box {
  width: calc(100% - 4.6rem);
  border: 0.04rem solid #e9eff5;
  border-radius: 0.2rem;
  padding: 0.6rem 0.5rem;
}
.inner-s50 .bot-block .right-box img {
  display: block;
  width: 100%;
}

.inner-s51 {
  padding: 1.2rem 0;
  background-color: #f2f5fa;
}
.inner-s51 .wrap-s {
  display: flex;
  align-items: flex-start;
}
.inner-s51 .left-box {
  width: 4.6rem;
  padding-right: 1.7rem;
}
.inner-s51 .left-box .label {
  font-size: 0.34rem;
  color: #2a2b35;
}
.inner-s51 .left-box .items {
  margin-top: 0.4rem;
}
.inner-s51 .left-box .item {
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s51 .left-box .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s51 .left-box .item span {
  display: block;
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  transition: color .3s ease;
}
.inner-s51 .left-box .item.active {
  background-color: #d9e8f8;
}
.inner-s51 .left-box .item.active span {
  color: #2a2b35;
}
.inner-s51 .right-box {
  width: calc(100% - 4.6rem);
}
.inner-s51 .right-box .child {
  display: none;
}
.inner-s51 .right-box .child.active {
  display: block;
}
.inner-s51 .right-box .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s51 .right-box .item {
  width: calc((100% - 0.2rem) / 2);
  padding: 0.6rem 1.2rem 0.6rem 0.4rem;
  position: relative;
  border: 1px solid #d4dbe8;
  border-radius: 0.1rem;
}
.inner-s51 .right-box .item .icon {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  right: 0.4rem;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s51 .right-box .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s51 .right-box .item .tit {
  font-size: max(15px, 0.2rem);
  color: #2a2b35;
}
.inner-s51 .right-box .item p {
  font-size: max(13px, 0.16rem);
  color: #6d6e7a;
  margin-top: 0.2rem;
}

.inner-s52 {
  height: 46.875vw;
  position: relative;
  overflow: hidden;
}
.inner-s52 .main-block {
  aspect-ratio: 1920 / 1007;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-s52 .pic-box {
  aspect-ratio: 1920 / 1007;
}
.inner-s52 .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s52 .txt-box {
  width: 17.7vw;
  position: absolute;
  left: 61.97vw;
  top: 21vw;
  z-index: 2;
}
.inner-s52 .txt-box .label {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}
.inner-s52 .txt-box p {
  font-size: max(13px, 0.16rem);
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-top: 0.1rem;
}
.inner-s52 .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-s52 .box-1 {
  position: absolute;
  top: 11.0416vw;
  left: 4.218vw;
}
.inner-s52 .box-1 .inner {
  display: flex;
  align-items: center;
  gap: 0.208vw;
}
.inner-s52 .box-1 .img {
  width: 11.0416vw;
}
.inner-s52 .box-1 .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.inner-s52 .box-1 .txt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.52vw 1.4vw;
}
.inner-s52 .box-1 .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9000px;
  border: 0.02rem solid #81e9f2;
  mask: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, #fff 90%);
  box-sizing: border-box;
}
.inner-s52 .box-1 .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-1 .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-1 .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-1 .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-1 .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-1 .txt span {
  font-size: 0.78125vw;
  color: #fff;
}
.inner-s52 .box-2 {
  position: absolute;
  top: 11.45vw;
  left: 43.64vw;
  display: flex;
  align-items: center;
  gap: 1.041vw;
}
.inner-s52 .box-2 .img img {
  display: block;
  width: 100%;
}
.inner-s52 .box-2 .img-1 {
  width: 15.625vw;
}
.inner-s52 .box-2 .img-2 {
  width: 5.57vw;
}
.inner-s52 .box-2 .line-1 {
  width: 18.54vw;
  height: 1.3vw;
  background: url("../images/solution/img-16-18.png") center center repeat-x;
  background-size: 2.08vw auto;
  animation: solution-1 1s linear infinite;
}
.inner-s52 .box-2 .line-2 {
  position: absolute;
  right: 2.76vw;
  top: 4.8vw;
  width: 1.3vw;
  height: 8.33vw;
  background: url("../images/solution/img-16-19.png") center center repeat-y;
  background-size: auto 2.08vw;
  animation: solution-2 1s linear infinite;
}
.inner-s52 .box-3 {
  position: absolute;
  top: 25.88vw;
  left: 76.9vw;
}
.inner-s52 .box-3 .inner {
  display: block;
}
.inner-s52 .box-3 .img {
  width: 6.14vw;
  margin: 0 auto;
}
.inner-s52 .box-3 .img img {
  display: block;
  width: 100%;
}
.inner-s52 .box-3 .txt {
  margin-top: 0.88vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  padding: 0.52vw;
  width: 10.41vw;
  height: 2.3vw;
}
.inner-s52 .box-3 .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9000px;
  border: 0.02rem solid #81e9f2;
  mask: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, #fff 90%);
  box-sizing: border-box;
}
.inner-s52 .box-3 .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-3 .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-3 .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-3 .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-3 .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-3 .txt span {
  font-size: 0.78125vw;
  color: #fff;
  max-width: calc(100% - 1.2vw);
}
.inner-s52 .box-3 .line {
  width: 14.5vw;
  height: 3.125vw;
  position: absolute;
  bottom: -2.07vw;
  right: 100%;
  overflow: hidden;
}
.inner-s52 .box-3 .line em:nth-of-type(1) {
  width: 6.2vw;
  height: 1px;
  border-top: 1px dashed #6fd8e3;
  position: absolute;
  right: 7.8125vw;
  top: 0;
  transform-origin: right top;
  transform: rotate(-23deg);
}
.inner-s52 .box-3 .line em:nth-of-type(2) {
  width: 7.8125vw;
  height: 1px;
  border-top: 1px dashed #6fd8e3;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-s52 .box-3 .line .range {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.9375vw;
  height: 0.9375vw;
}
.inner-s52 .box-3 .line .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-3 .line .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-3 .line .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-3 .line .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #fff;
}
.inner-s52 .box-4 {
  position: absolute;
  top: 34.6vw;
  left: 69.947vw;
  width: 24.12vw;
  padding-top: 4.583vw;
  display: flex;
  justify-content: space-between;
}
.inner-s52 .box-4 .line {
  width: 16.4vw;
  height: 4.583vw;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.inner-s52 .box-4 .line em:nth-of-type(1) {
  height: 3.333vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 0;
  left: 50%;
}
.inner-s52 .box-4 .line em:nth-of-type(2) {
  height: 1px;
  width: 100%;
  border-top: 1px dashed #71d6e5;
  position: absolute;
  top: 3.333vw;
  left: 0;
}
.inner-s52 .box-4 .line em:nth-of-type(3) {
  height: 1.25vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 3.333vw;
  left: 0;
}
.inner-s52 .box-4 .line em:nth-of-type(4) {
  height: 1.25vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 3.333vw;
  right: 0;
}
.inner-s52 .box-4 .inner {
  width: 7.8125vw;
}
.inner-s52 .box-4 .inner .img img {
  display: block;
  width: 100%;
}
.inner-s52 .box-4 .inner .txt {
  margin-top: 0.625vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  height: 2vw;
}
.inner-s52 .box-4 .inner .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9000px;
  border: 0.02rem solid #81e9f2;
  mask: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, #fff 90%);
  box-sizing: border-box;
}
.inner-s52 .box-4 .inner .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-4 .inner .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-4 .inner .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-4 .inner .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-4 .inner .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-4 .inner .txt span {
  font-size: 0.729vw;
  color: #fff;
  max-width: calc(100% - 1.2vw);
}
.inner-s52 .box-5 {
  position: absolute;
  left: 91.82vw;
  top: 10.98vw;
  width: 5.88vw;
}
.inner-s52 .box-5 img {
  display: block;
  width: 100%;
}
.inner-s52 .box-6 {
  position: absolute;
  top: 16.4vw;
  left: 3.125vw;
  width: 55.5vw;
  height: 8.07vw;
  border: 1px solid rgba(139, 250, 253, 0.14);
  border-radius: 1vw;
  display: flex;
  padding: 0 1.5vw;
}
.inner-s52 .box-6:before {
  content: '';
  width: 100%;
  height: 2.5vw;
  border-radius: 1vw;
  background-color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.inner-s52 .box-6 .inner .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  height: 2.5vw;
  padding: 0 0.6vw;
}
.inner-s52 .box-6 .inner .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-6 .inner .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-6 .inner .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-6 .inner .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-6 .inner .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-6 .inner .txt span {
  font-size: 0.729vw;
  color: #fff;
  max-width: calc(100% - 1.2vw);
}
.inner-s52 .box-6 .inner .img {
  margin: 0 auto;
  height: calc(100% - 2.5vw);
  display: flex;
  align-items: center;
}
.inner-s52 .box-6 .inner .img img {
  display: block;
  width: 100%;
}
.inner-s52 .box-6 .inner:nth-of-type(1) {
  width: 20%;
}
.inner-s52 .box-6 .inner:nth-of-type(1) .img {
  width: 8.02vw;
}
.inner-s52 .box-6 .inner:nth-of-type(2) {
  width: 20%;
}
.inner-s52 .box-6 .inner:nth-of-type(2) .img {
  width: 3.28125vw;
}
.inner-s52 .box-6 .inner:nth-of-type(3) {
  width: 20%;
}
.inner-s52 .box-6 .inner:nth-of-type(3) .img {
  width: 100%;
}
.inner-s52 .box-6 .inner:nth-of-type(4) {
  width: 18%;
}
.inner-s52 .box-6 .inner:nth-of-type(4) .img {
  width: 2.39vw;
}
.inner-s52 .box-6 .inner:nth-of-type(5) {
  width: 22%;
}
.inner-s52 .box-6 .inner:nth-of-type(5) .img {
  width: 5.9375vw;
}
.inner-s52 .box-6 .line {
  width: 2.18875vw;
  height: 7.1875vw;
  position: absolute;
  top: 4.27vw;
  left: 100%;
  overflow: hidden;
}
.inner-s52 .box-6 .line em:nth-of-type(1) {
  width: 3vw;
  height: 1px;
  border-top: 1px dashed #6fd8e3;
  position: absolute;
  right: 0.46875vw;
  top: 1vw;
  transform-origin: right top;
  transform: rotate(28deg);
}
.inner-s52 .box-6 .line em:nth-of-type(2) {
  width: 1px;
  height: calc(100% - 1vw - 0.9375vw);
  border-left: 1px dashed #6fd8e3;
  position: absolute;
  right: 0.46875vw;
  top: 1vw;
}
.inner-s52 .box-6 .line .range {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.9375vw;
  height: 0.9375vw;
}
.inner-s52 .box-6 .line .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-6 .line .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-6 .line .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-6 .line .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #fff;
}
.inner-s52 .box-7 {
  position: absolute;
  top: 23.958vw;
  left: 3.125vw;
  width: 27.34375vw;
  padding-top: 15vw;
  display: flex;
  justify-content: space-between;
}
.inner-s52 .box-7 .line {
  width: 19.583vw;
  height: 15vw;
  position: absolute;
  top: 0;
  left: 3.7vw;
}
.inner-s52 .box-7 .line .range {
  position: absolute;
  top: 0;
  left: 2.65625vw;
  width: 0.9375vw;
  height: 0.9375vw;
}
.inner-s52 .box-7 .line .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-7 .line .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-7 .line .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-7 .line .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #fff;
}
.inner-s52 .box-7 .line em:nth-of-type(1) {
  height: 12.7vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 0.9375vw;
  left: 3.125vw;
}
.inner-s52 .box-7 .line em:nth-of-type(2) {
  height: 1px;
  width: 100%;
  border-top: 1px dashed #71d6e5;
  position: absolute;
  top: 13.6375vw;
  left: 0;
}
.inner-s52 .box-7 .line em:nth-of-type(3) {
  height: 1.3625vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 13.6375vw;
  left: 0;
}
.inner-s52 .box-7 .line em:nth-of-type(4) {
  height: 1.3625vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 13.6375vw;
  left: 50%;
}
.inner-s52 .box-7 .line em:nth-of-type(5) {
  height: 1.3625vw;
  width: 1px;
  border-left: 1px dashed #71d6e5;
  position: absolute;
  top: 13.6375vw;
  right: 0;
}
.inner-s52 .box-7 .inner {
  width: 7.8125vw;
}
.inner-s52 .box-7 .inner .img img {
  display: block;
  width: 100%;
}
.inner-s52 .box-7 .inner .txt {
  margin-top: 0.625vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  height: 2vw;
}
.inner-s52 .box-7 .inner .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9000px;
  border: 0.02rem solid #81e9f2;
  mask: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, #fff 90%);
  box-sizing: border-box;
}
.inner-s52 .box-7 .inner .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-7 .inner .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-7 .inner .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-7 .inner .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-7 .inner .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-7 .inner .txt span {
  font-size: 0.729vw;
  color: #fff;
  max-width: calc(100% - 1.2vw);
}
.inner-s52 .box-8 {
  position: absolute;
  right: 59.32vw;
  top: 31.92vw;
}
.inner-s52 .box-8 .inner {
  display: block;
}
.inner-s52 .box-8 .txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  padding: 0.52vw;
  width: 18.75vw;
  height: 2.3vw;
}
.inner-s52 .box-8 .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9000px;
  border: 0.02rem solid #81e9f2;
  mask: linear-gradient(90deg, #fff 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, #fff 90%);
  box-sizing: border-box;
}
.inner-s52 .box-8 .txt .range {
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
}
.inner-s52 .box-8 .txt .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-8 .txt .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-8 .txt .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-8 .txt .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s52 .box-8 .txt span {
  font-size: 0.78125vw;
  color: #fff;
  max-width: calc(100% - 1.2vw);
}
.inner-s52 .box-8 .line {
  position: absolute;
  right: 2.76vw;
  top: 100%;
}
.inner-s52 .box-8 .line em {
  width: 1px;
  height: 0.78125vw;
  border-left: 1px dashed #71d6e5;
}
.inner-s52 .box-8 .line .range {
  position: absolute;
  top: 100%;
  left: -0.46875vw;
  width: 0.9375vw;
  height: 0.9375vw;
}
.inner-s52 .box-8 .line .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0);
  animation: o-map-scale-1 2.1s linear infinite;
}
.inner-s52 .box-8 .line .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.inner-s52 .box-8 .line .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.inner-s52 .box-8 .line .range:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #fff;
}

.inner-s53 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inner-s53 .pic-box {
  aspect-ratio: 1920 / 1007;
}
.inner-s53 .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s53 .txt-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 8.6979vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/solution/img-16-2.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.inner-s53 .txt-box .label {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}
.inner-s53 .txt-box p {
  font-size: max(13px, 0.16rem);
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-top: 0.1rem;
}

.inner-s54 {
  margin-top: -5.3vw;
  padding: calc(1.2rem + 5.3vw) 0 1.2rem;
  background-color: #f8f8f8;
}
.inner-s54 .items-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inner-s54 .item-1 {
  width: calc((100% - 0.4rem) / 3);
}
.inner-s54 .item-1 .inner {
  display: block;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.6rem 0.4rem 1rem;
  transition: all .3s ease;
}
.inner-s54 .item-1 .inner[href]:after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-3.svg");
  transition: opacity .3s ease;
}
.inner-s54 .item-1 .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s54 .item-1 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s54 .item-1 .tit {
  font-size: max(16px, 0.22rem);
  color: #2a2b35;
  text-align: center;
  margin-top: 0.2rem;
}
.inner-s54 .item-1 .btns {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s54 .item-1 .btns span {
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}
.inner-s54 .item-1 .btns:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.svg");
}
@media (any-hover: hover) {
  .inner-s54 .item-1:hover .inner {
    border-color: #c1edfb;
    background-color: #f0fbfe;
  }
  .inner-s54 .item-1:hover .inner:after {
    opacity: 0;
  }
  .inner-s54 .item-1:hover .btns {
    opacity: 1;
  }
}

.fixed-popups-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.fixed-popups-1 .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fixed-popups-1 .main-block {
  max-width: 16.8rem;
  width: 93%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
}
.fixed-popups-1 .main {
  position: relative;
  background-color: #fff;
  display: flex;
  height: 100%;
}
.fixed-popups-1 .close {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-3.svg");
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.fixed-popups-1 .left-block {
  width: 3.2rem;
  background-color: #f2f8fa;
  padding: 0.6rem 0;
}
.fixed-popups-1 .left-block .label {
  font-size: 0.24rem;
  color: #2a2b35;
  padding: 0 0.4rem;
}
.fixed-popups-1 .left-block p {
  padding: 0.1rem 0.4rem 0;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.fixed-popups-1 .left-block .tab-tit {
  margin-top: 0.4rem;
}
.fixed-popups-1 .left-block .item {
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  cursor: pointer;
}
.fixed-popups-1 .left-block .item span {
  font-size: max(12px, 0.14rem);
  color: #767d86;
  transition: color .3s ease;
}
.fixed-popups-1 .left-block .item.active {
  background-color: #00b4ed;
}
.fixed-popups-1 .left-block .item.active span {
  color: #fff;
}
.fixed-popups-1 .right-block {
  width: calc(100% - 3.2rem);
  background: url("../images/service/img-10.png") center top no-repeat;
  background-size: 100% auto;
}
.fixed-popups-1 .right-block .tab-cont {
  padding: 0.6rem;
  height: 100%;
}
.fixed-popups-1 .right-block .child {
  height: 100%;
  overflow: auto;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  display: none;
}
.fixed-popups-1 .right-block .child.active {
  display: block;
}
.fixed-popups-1 .right-block .label {
  font-size: 0.34rem;
  color: #2a2b35;
}
.fixed-popups-1 .right-block .tips {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  margin-top: 0.1rem;
}
.fixed-popups-1 .right-block .para {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e7e7e7;
}
.fixed-popups-1 .cont-block-1 .img-box {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.fixed-popups-1 .cont-block-1 .img-box .img {
  width: calc((100% - 0.3rem) / 2);
  aspect-ratio: 505 / 309;
  border-radius: 0.1rem;
  overflow: hidden;
}
.fixed-popups-1 .cont-block-1 .img-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-popups-1 .cont-block-1 .info-box {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #e7e7e7;
}
.fixed-popups-1 .cont-block-1 .info-box .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.fixed-popups-1 .cont-block-1 .info-box .items {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.fixed-popups-1 .cont-block-1 .info-box .item {
  width: 33.33%;
  padding: 0.5rem 0.2rem 0.4rem;
  border-radius: 0.1rem;
  transition: all .3s ease;
}
.fixed-popups-1 .cont-block-1 .info-box .item .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f2f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.fixed-popups-1 .cont-block-1 .info-box .item .icon img {
  max-width: 0.24rem;
  max-height: 0.24rem;
}
.fixed-popups-1 .cont-block-1 .info-box .item p {
  font-size: max(14px, 0.2rem);
  color: #2a2b35;
  font-family: 'Outfit-Regular';
  text-align: center;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .fixed-popups-1 .cont-block-1 .info-box .item:hover {
    background-color: #00b4ed;
    box-shadow: 0 0.16rem 0.24rem rgba(0, 180, 237, 0.2);
  }
  .fixed-popups-1 .cont-block-1 .info-box .item:hover .icon {
    background-color: #fff;
  }
  .fixed-popups-1 .cont-block-1 .info-box .item:hover p {
    color: #fff;
  }
}
.fixed-popups-1 .cont-block-1 .para-1 {
  margin-top: 0.4rem;
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.fixed-popups-1 .cont-block-2 .table {
  overflow-x: auto;
  margin-top: 0.6rem;
}
.fixed-popups-1 .cont-block-2 table {
  width: 100%;
  min-width: 700px;
  border: 1px solid #e8f0f3;
}
.fixed-popups-1 .cont-block-2 table thead {
  background-color: #f2f8fa;
}
.fixed-popups-1 .cont-block-2 table thead th {
  padding: 0.15rem 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: normal;
  text-align: left;
}
.fixed-popups-1 .cont-block-2 table tbody td {
  padding: 0.15rem 0.2rem;
}
.fixed-popups-1 .cont-block-2 table tbody td span {
  font-size: max(12px, 0.14rem);
  color: #00b4ed;
}
.fixed-popups-1 .cont-block-2 table tbody td p {
  font-size: max(12px, 0.14rem);
  color: #767d86;
}
.fixed-popups-1 .cont-block-3 .info-box {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}
.fixed-popups-1 .cont-block-3 .left-box {
  width: calc(100% - 3.5rem);
}
.fixed-popups-1 .cont-block-3 .left-box .box {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e7e7e7;
}
.fixed-popups-1 .cont-block-3 .left-box .box:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.fixed-popups-1 .cont-block-3 .left-box .box .tit {
  font-size: max(14px, 0.18rem);
  color: #2a2b35;
}
.fixed-popups-1 .cont-block-3 .left-box .box .spara {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.2rem;
}
.fixed-popups-1 .cont-block-3 .right-box {
  width: 3.5rem;
  padding-left: 0.5rem;
}
.fixed-popups-1 .cont-block-3 .right-box img {
  display: block;
  width: 100%;
}
.fixed-popups-1 .cont-block-4 .form {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.fixed-popups-1 .cont-block-4 .form .box {
  width: calc((100% - 0.4rem) / 3);
}
.fixed-popups-1 .cont-block-4 .form .box:nth-of-type(14) {
  width: 100%;
}
.fixed-popups-1 .cont-block-4 .form input {
  display: block;
  width: 100%;
  height: max(46px, 0.6rem);
  font-size: max(12px, 0.14rem);
  color: #767d86;
  background-color: #fff;
  padding: 0 0.2rem;
  border: 1px solid #e8f0f3;
  border-radius: 0.1rem;
  transition: all .3s ease;
}
.fixed-popups-1 .cont-block-4 .form textarea {
  display: block;
  width: 100%;
  height: 2rem;
  font-size: max(12px, 0.14rem);
  color: #767d86;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  border: 1px solid #e8f0f3;
  border-radius: 0.1rem;
  resize: none;
  transition: all .3s ease;
}
.fixed-popups-1 .cont-block-4 .form button {
  display: block;
  width: 100%;
  height: max(40px, 0.54rem);
  background-color: #2a2b35;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  font-size: max(14px, 0.18rem);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .fixed-popups-1 .cont-block-4 .form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.3rem rgba(42, 43, 53, 0.3);
  }
}
.fixed-popups-1 .cont-block-4 .layui-input:hover, .fixed-popups-1 .cont-block-4 .layui-textarea:hover,
.fixed-popups-1 .cont-block-4 .layui-input:focus, .fixed-popups-1 .cont-block-4 .layui-textarea:focus {
  border-color: #00b4ed !important;
}
.fixed-popups-1 .cont-block-4 .layui-input:focus, .fixed-popups-1 .cont-block-4 .layui-textarea:focus {
  box-shadow: none;
}
.fixed-popups-1 .cont-block-4 .layui-form-select dl {
  top: 100%;
}
.fixed-popups-1 .cont-block-4 .layui-form-select dl dd, .fixed-popups-1 .cont-block-4 .layui-form-select dl dt {
  padding: 0 0.2rem;
  font-size: max(12px, 0.14rem);
}
.fixed-popups-1 .cont-block-4 .layui-form-select dl dd.layui-this {
  color: #00b4ed;
}
.fixed-popups-1 .cont-block-5 .items {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.fixed-popups-1 .cont-block-5 .item {
  width: calc((100% - 0.6rem) / 3);
}
.fixed-popups-1 .cont-block-5 .item .img-box {
  aspect-ratio: 326 / 200;
  border-radius: 0.1rem;
  overflow: hidden;
}
.fixed-popups-1 .cont-block-5 .item .img-box img {
  display: block;
  width: 100%;
}
.fixed-popups-1 .cont-block-5 .item .tit {
  font-size: max(13px, 0.16rem);
  color: #2a2b35;
  text-align: center;
  margin-top: 0.15rem;
}
.fixed-popups-1 .cont-block-5 .spara {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #e7e7e7;
  font-size: max(13px, 0.16rem);
  color: #00b4ed;
}

.fixed-popups-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.fixed-popups-2 .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fixed-popups-2 .main-block {
  max-width: 16.8rem;
  width: 93%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
}
.fixed-popups-2 .main {
  position: relative;
  background-color: #fff;
  display: flex;
  height: 100%;
}
.fixed-popups-2 .close {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-3.svg");
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.fixed-popups-2 .left-block {
  width: 3.2rem;
  background-color: #f2f8fa;
  padding: 0.6rem 0;
}
.fixed-popups-2 .left-block .label {
  font-size: 0.24rem;
  color: #2a2b35;
  padding: 0 0.4rem;
}
.fixed-popups-2 .left-block p {
  padding: 0.1rem 0.4rem 0;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  line-height: 1.5;
  font-weight: 300;
}
.fixed-popups-2 .left-block .tab-tit {
  margin-top: 0.4rem;
}
.fixed-popups-2 .left-block .item {
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  cursor: pointer;
}
.fixed-popups-2 .left-block .item span {
  font-size: max(12px, 0.14rem);
  color: #767d86;
  transition: color .3s ease;
}
.fixed-popups-2 .left-block .item.active {
  background-color: #00b4ed;
}
.fixed-popups-2 .left-block .item.active span {
  color: #fff;
}
.fixed-popups-2 .right-block {
  width: calc(100% - 3.2rem);
  background: url("../images/service/img-11.png") center top no-repeat;
  background-size: 100% auto;
}
.fixed-popups-2 .right-block .tab-tit {
  padding: 20px 0.6rem 0;
  display: none;
}
.fixed-popups-2 .right-block .tab-tit .item {
  width: auto;
  padding: 0 0.2rem;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.fixed-popups-2 .right-block .tab-tit .item:last-of-type {
  margin-right: 0;
}
.fixed-popups-2 .right-block .tab-tit .item span {
  font-size: 12px;
  color: #767d86;
}
.fixed-popups-2 .right-block .tab-tit .item.active {
  background-color: #00b4ed;
}
.fixed-popups-2 .right-block .tab-tit .item.active span {
  color: #fff;
}
.fixed-popups-2 .right-block .tab-cont {
  padding: 0.6rem;
  height: 100%;
}
.fixed-popups-2 .right-block .child {
  height: 100%;
  overflow: auto;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  display: none;
}
.fixed-popups-2 .right-block .child.active {
  display: block;
}
.fixed-popups-2 .right-block .label {
  font-size: 0.34rem;
  color: #2a2b35;
}
.fixed-popups-2 .right-block .filter-box {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
.fixed-popups-2 .right-block .filter-box .box {
  width: 2.8rem;
  height: 0.54rem;
  border: 1px solid #dfe9ed;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
}
.fixed-popups-2 .right-block .filter-box .box .show {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
}
.fixed-popups-2 .right-block .filter-box .box .show span {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
}
.fixed-popups-2 .right-block .filter-box .box .show:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00b4ed;
}
.fixed-popups-2 .right-block .filter-box .box .hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  display: none;
}
.fixed-popups-2 .right-block .filter-box .box .hide li {
  padding: 0.1rem 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
  font-weight: 300;
  transition: all .3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .fixed-popups-2 .right-block .filter-box .box .hide li:hover {
    background-color: #00b4ed;
    color: #fff;
  }
}
.fixed-popups-2 .right-block .filter-box .box.open .hide {
  display: block;
}
.fixed-popups-2 .right-block .filter-box .form {
  width: calc(100% - 80px - 3.2rem);
  height: 0.54rem;
  border-radius: 25px;
  border: 1px solid #dfe9ed;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.fixed-popups-2 .right-block .filter-box .form input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0 0.4rem;
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.fixed-popups-2 .right-block .filter-box .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 16px;
  cursor: pointer;
}
.fixed-popups-2 .right-block .filter-box .confirm {
  width: 80px;
  height: 0.54rem;
  background-color: #00b4ed;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fixed-popups-2 .right-block .filter-box .confirm span {
  font-size: max(12px, 0.14rem);
  color: #fff;
}
.fixed-popups-2 .right-block .items {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.fixed-popups-2 .right-block .item {
  width: calc((100% - 0.6rem) / 3);
  border-radius: 0.1rem;
  background-color: #f9f9f9;
  overflow: hidden;
  position: relative;
}
.fixed-popups-2 .right-block .item .tips {
  font-size: 11px;
  line-height: 20px;
  padding: 0 12px;
  color: #fff;
  border-radius: 0 0 0 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.fixed-popups-2 .right-block .item .tips.red {
  background-color: #e00b0b;
}
.fixed-popups-2 .right-block .item .tips.blue {
  background-color: #00b4ed;
}
.fixed-popups-2 .right-block .item .tips.gray {
  background-color: #5d7388;
}
.fixed-popups-2 .right-block .item .top-box {
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  background-color: #edf2f4;
}
.fixed-popups-2 .right-block .item .top-box .tit {
  font-size: max(12px, 0.14rem);
  color: #2a2b35;
}
.fixed-popups-2 .right-block .item .info-box {
  padding: 0.4rem;
}
.fixed-popups-2 .right-block .item .info-box p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.24rem;
  font-size: max(12px, 0.14rem);
  line-height: 16px;
  color: #2a2b35;
  font-weight: 300;
}
.fixed-popups-2 .right-block .item .info-box p:before {
  content: '';
  width: 0.14rem;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-popups-2 .right-block .item .info-box p:nth-of-type(1) {
  margin-top: 0;
}
.fixed-popups-2 .right-block .item .info-box p.addr:before {
  background-image: url("../images/service/icon-6-1.svg");
}
.fixed-popups-2 .right-block .item .info-box p.mail:before {
  background-image: url("../images/service/icon-6-2.svg");
}
.fixed-popups-2 .right-block .item .info-box p.tel:before {
  background-image: url("../images/service/icon-6-3.svg");
}

.other-s1 .flex {
  display: flex;
}
.other-s1 .left-box {
  width: 3.7rem;
  padding: 1.2rem 0.3rem 1.2rem 0;
}
.other-s1 .sticky {
  position: sticky;
  top: 1.2rem;
}
.other-s1 .position span {
  display: block;
  font-size: max(13px, 0.16rem);
  color: #353844;
  border-radius: 5px;
  padding: 0.16rem 0.5rem 0.16rem 0.2rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.other-s1 .position span:after {
  content: '';
  width: 0.2rem;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/other/icon-1.svg");
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 5px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.other-s1 .position span.active {
  background-color: #f7f7f7;
}
.other-s1 .position span.active:after {
  opacity: 1;
}
.other-s1 .right-box {
  width: calc(100% - 3.7rem);
  padding: 1.2rem 0;
  border-left: 1px solid #eeeeee;
  padding-left: 0.5rem;
}
.other-s1 .right-box .block {
  margin-top: 0.6rem;
}
.other-s1 .right-box .label {
  position: relative;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.32rem;
  color: #353844;
}
.other-s1 .right-box .label:after {
  content: '';
  width: 1.2rem;
  height: 1px;
  background-color: #00b4ed;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.other-s1 .right-box .para {
  font-size: max(14px, 0.18rem);
  color: #7d7f85;
  line-height: 2;
}
.other-s1 .right-box .para a {
  color: #00b4ed;
}
.other-s1.style-1 .right-box .block:nth-of-type(1) {
  margin-top: 0;
}
.other-s1.style-1 .right-box .label {
  padding-left: 0.3rem;
}
.other-s1.style-1 .right-box .label:before {
  content: '';
  width: 0.04rem;
  height: 0.32rem;
  background-color: #00b4ed;
  position: absolute;
  left: 0;
  top: 0.04rem;
}
.other-s1.style-1 .right-box .label:after {
  display: none;
}

.other-s2 {
  padding: 1.2rem 0;
  background-image: linear-gradient(180deg, #f9f9f9, #fff);
}
.other-s2 .block {
  margin-top: 0.6rem;
}
.other-s2 .block:nth-of-type(1) {
  margin-top: 0;
}
.other-s2 .block .tit {
  font-size: max(18px, 0.24rem);
  color: #1a1a1a;
}
.other-s2 .block .link {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.other-s2 .block .link a {
  position: relative;
  min-width: 2rem;
}
.other-s2 .block .link a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00b4ed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.other-s2 .block .link a span {
  display: block;
  font-size: max(14px, 0.18rem);
  color: #1a1a1a;
  padding: 0.15rem 0.3rem 0.15rem 0.15rem;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.other-s2 .block .link a span:after {
  content: '';
  width: 5px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-4.svg");
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -5px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .other-s2 .block .link a:hover:before {
    opacity: 1;
  }
  .other-s2 .block .link a:hover span {
    color: #fff;
    border-color: transparent;
  }
  .other-s2 .block .link a:hover span:after {
    background-image: url("../images/index/icon-1-1.svg");
  }
}

.search-s1 {
  padding: 1.2rem 0;
  background-color: #f0f5f9;
}
.search-s1 .form {
  position: relative;
  width: 100%;
  max-width: 7.2rem;
  margin: 0 auto;
  background-color: #fff;
  height: 0.8rem;
  border-radius: 10px;
  overflow: hidden;
}
.search-s1 .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  font-size: max(14px, 0.18rem);
  color: #3e4247;
}
.search-s1 .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 0.24rem;
  background-color: transparent;
  cursor: pointer;
}

.search-s2 {
  padding: 1.2rem 0;
  background-color: #fff;
}
.search-s2 .tips {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 600;
  color: #353844;
}
.search-s2 .tips span {
  color: #000;
}
.search-s2 .items {
  margin: 0.24rem 0 0.4rem;
}
.search-s2 .item {
  position: relative;
}
.search-s2 .item:before, .search-s2 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
}
.search-s2 .item:before {
  background-color: #f2f2f2;
}
.search-s2 .item:after {
  background-color: #00b4ed;
  transform: scaleX(0);
  transform-origin: left top;
}
.search-s2 .item a {
  position: relative;
  display: block;
  padding: 0.4rem 0;
}
.search-s2 .item p {
  font-size: max(14px, 0.16rem);
  color: #666666;
  line-height: 1.5;
  margin-top: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-s2 .item .date {
  font-size: max(14px, 0.16rem);
  color: #00b4ed;
  font-weight: 400;
}
.search-s2 .item .tit {
  font-size: max(16px, 0.24rem);
  color: #000;
}
@media (any-hover: hover) {
  .search-s2 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s linear;
  }
}

@media only screen and (max-width: 1700px) {
  html {
    font-size: 99px;
  }
}
@media only screen and (max-width: 1685px) {
  html {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1670px) {
  html {
    font-size: 97px;
  }
}
@media only screen and (max-width: 1655px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1640px) {
  html {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1625px) {
  html {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1610px) {
  html {
    font-size: 93px;
  }
}
@media only screen and (max-width: 1595px) {
  html {
    font-size: 92px;
  }
}
@media only screen and (max-width: 1580px) {
  html {
    font-size: 91px;
  }
}
@media only screen and (max-width: 1565px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1550px) {
  html {
    font-size: 89px;
  }
}
@media only screen and (max-width: 1535px) {
  html {
    font-size: 88px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 87px;
  }
}
@media only screen and (max-width: 1505px) {
  html {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1490px) {
  html {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1475px) {
  html {
    font-size: 84px;
  }
}
@media only screen and (max-width: 1460px) {
  html {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1445px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1430px) {
  html {
    font-size: 81px;
  }
}
@media only screen and (max-width: 1415px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 79px;
  }
}
@media only screen and (max-width: 1385px) {
  html {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1370px) {
  html {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1355px) {
  html {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1340px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1325px) {
  html {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1310px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1295px) {
  html {
    font-size: 71px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1480px) {
  .footer .top-block .link-box {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .main-box {
    gap: 20px;
  }

  .header li a.single {
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 1025px) {
  body {
    min-width: 100%;
    padding-top: 60px;
  }

  .header {
    min-width: auto;
    height: 60px;
    background-color: #ffff;
    padding: 0 7vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    width: 110px;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header ul {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    padding: 70px 30px;
    text-align: left;
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header ul.active {
    left: 0;
  }
  .header li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
  .header li a.single {
    display: inline-block;
    line-height: 50px;
    color: #2a2b35;
    font-size: 15px;
    z-index: 2;
    padding: 0;
  }
  .header li a.single:after {
    display: none;
  }
  .header li i {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-image: url("../images/drop-1.svg");
    background-size: auto 6px;
    z-index: 1;
  }
  .header li .subnav-1 {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
  }
  .header li .subnav-1 .box {
    transform: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px 20px;
  }
  .header li .subnav-1 a {
    padding: 10px 0;
    text-align: left;
  }
  .header .ope {
    margin-right: 40px;
  }
  .header .ope .line {
    background-color: rgba(42, 43, 53, 0.2);
  }
  .header .search-btn {
    background-image: url("../images/search-3.svg");
  }
  .header .group .show span {
    display: none;
  }
  .header .group .show:before {
    width: 18px;
    height: 18px;
    background-image: url("../images/group-1.svg");
  }
  .header .group .show:after {
    margin-left: 5px;
    background-image: url("../images/drop-1.svg");
  }
  .header .group .hide:before {
    right: 11px;
  }
  .header .global .show span {
    display: none;
  }
  .header .global .show:before {
    width: 18px;
    height: 18px;
    background-image: url("../images/global-1.svg");
  }
  .header .global .show:after {
    margin-left: 5px;
    background-image: url("../images/drop-1.svg");
  }
  .header .global .hide:before {
    right: 11px;
  }
  .header .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 8%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .header .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #00b4ed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .mNavBtn span.line1 {
    top: 0;
  }
  .header .mNavBtn span.line2 {
    top: 7px;
  }
  .header .mNavBtn span.line3 {
    bottom: 0;
  }
  .header .mNavBtn.active .line2 {
    display: none;
  }
  .header .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .header .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .head-null {
    display: none;
  }

  .fixed-search .top-box .close {
    right: 4vw;
  }

  .footer .top-block {
    display: block;
  }

  .footer .top-block .left-box {
    margin: 0 auto;
  }

  .footer .top-block .link-box {
    display: none;
  }

  .footer .top-block .ewm-box {
    width: 110px;
    margin: 20px auto 0;
    display: none;
  }

  .footer .mid-block {
    display: block;
  }

  .footer .mid-block .left-box {
    width: 100%;
  }

  .footer .mid-block .left-box .box {
    width: 100%;
  }

  .footer .mid-block .left-box .box p {
    display: block;
  }

  .footer .mid-block .left-box .box p i {
    display: none;
  }

  .footer .mid-block .left-box .box p span {
    display: block;
  }

  .footer .mid-block .right-box {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer .bot-block .links {
    justify-content: center;
  }

  .footer .bot-block .copyright {
    display: block;
    text-align: center;
  }

  .wrap-s {
    width: 86%;
  }

  .c-crumbs {
    display: none;
  }

  .c-banner picture,
  .c-banner .img-box {
    height: 80vw !important;
  }

  .c-banner .txt-box {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .c-banner .txt-box.style-1 {
    align-items: flex-start;
    padding-top: 12vw;
  }

  .c-banner .info-block {
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }

  .other-s1 .flex {
    display: block;
  }

  .other-s1 .left-box {
    display: none;
  }

  .other-s1 .right-box {
    width: 100%;
    padding: 1.2rem 0;
    border: none;
  }

  .inner-s1 .wrap-s {
    display: block;
  }

  .inner-s1 .left-block {
    display: none;
  }

  .inner-s1 .right-block {
    width: 100%;
    padding: 0 0 1.2rem;
    border: none;
  }

  .inner-s2 .block {
    width: 100%;
  }

  .inner-s3 .top-block .txt-box {
    position: static;
    padding: 0.5rem;
    background-color: #f6f8f9;
  }

  .inner-s3 .inner-label .label {
    color: #2a2b35;
  }

  .inner-s3 .inner-label .para {
    color: #2a2b35;
  }

  .inner-s3 .bot-block {
    flex-wrap: wrap;
  }

  .inner-s3 .bot-block .item {
    width: 100%;
    height: auto;
  }

  .inner-s3 .bot-block .item .info {
    position: static;
    margin-top: 0.2rem;
  }

  .inner-s5 .form {
    width: 100%;
  }

  .inner-s6 .item .inner {
    display: block;
  }

  .inner-s6 .item .img-box {
    width: 100%;
  }

  .inner-s6 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }

  .inner-s7 .top-block .wrap-s {
    padding: 0;
  }

  .inner-s7 .top-block .link-box {
    width: 100%;
  }

  .inner-s7 .top-block .form {
    width: 100%;
  }

  .inner-s7 .bot-block .wrap-s {
    padding: 0.8rem 0 0;
  }

  .inner-s7 .items {
    gap: 30px 0.4rem;
  }

  .inner-s7 .item {
    width: calc(50% - 0.2rem);
  }

  .inner-s7 .item:after {
    display: none;
  }

  .inner-s7 .item .inner {
    padding: 0;
  }

  .inner-s7 .items-1 {
    gap: 30px 0.4rem;
  }

  .inner-s7 .item-1 {
    width: calc(50% - 0.2rem);
  }

  .inner-s8 .block {
    width: 100%;
  }

  .inner-s9 {
    position: relative;
  }

  .inner-s9 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: inherit;
    z-index: 1;
  }

  .inner-s9 .bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    z-index: 2;
  }

  .inner-s9 .txt-block {
    margin-top: 0;
    padding: 1.2rem 0;
  }

  .inner-s9 .txt-box {
    display: block;
  }

  .inner-s9 .txt-box .left-box {
    width: 100%;
  }

  .inner-s9 .txt-box .para {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }

  .inner-s9 .data-box {
    display: block;
    padding: 0.6rem 0 0;
  }

  .inner-s9 .data-box .left-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s9 .data-box .right-box {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.6rem;
  }

  .inner-s10 .txt-block {
    position: static;
  }

  .inner-s10 .txt-block .block {
    width: 100%;
  }

  .inner-s10 .circle-block {
    display: none;
  }

  .inner-s10 .m-block {
    display: block;
  }

  .inner-s11 .wrap-s {
    display: block;
  }

  .inner-s11 .txt-block {
    width: 100%;
    padding-left: 0;
  }

  .inner-s11 .item {
    opacity: 1;
    transform: none;
    height: auto;
  }

  .inner-s11 .item .bot-box {
    position: static;
    margin-top: 0.3rem;
  }

  .inner-s11 .img-block {
    width: 100%;
    margin-top: 0.6rem;
    margin-left: 0;
  }

  .inner-s11 .img-block img {
    opacity: 1;
    transform: none;
  }

  .inner-s12 .txt-block .wrap-s {
    display: block;
  }

  .inner-s12 .txt-block .block {
    width: 100%;
  }

  .inner-s12 .txt-block .num {
    display: none;
  }

  .inner-s12 .cont-block {
    position: static;
    margin-top: 0.4rem;
  }

  .inner-s12 .cont-block .block {
    width: 100%;
  }

  .inner-s13 .bot-block .sw {
    flex-wrap: nowrap;
    gap: 0;
  }

  .inner-s13 .bot-block .item {
    width: calc((100% - 0.6rem) / 3);
    height: auto;
    margin-right: 0.3rem;
  }
  .inner-s13 .bot-block .item:last-of-type {
    margin-right: 0;
  }

  .inner-s13 .pagination {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.1rem;
    justify-content: center;
  }
  .inner-s13 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00b4ed;
    opacity: 0.3;
    transition: opacity .3s ease;
  }
  .inner-s13 .pagination span.active {
    opacity: 1;
  }

  .inner-s14 {
    background-attachment: inherit;
  }

  .inner-s15 .wrap-s {
    display: block;
  }

  .inner-s15 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s15 .right-box {
    width: 100%;
    margin-top: 0.6rem;
  }

  .inner-s15 .data:nth-of-type(2) {
    margin-top: 0;
  }

  .inner-s15 .data:nth-of-type(3) {
    margin-top: 0;
  }

  .inner-s15 .data:after {
    display: none;
  }

  .inner-s16 {
    margin-top: 0;
    padding: 50vw 0 1.2rem;
    background-position: center bottom;
  }

  .inner-s16 .items {
    margin-top: 0.6rem;
    gap: 0.2rem;
  }

  .inner-s16 .item {
    width: 100%;
  }

  .inner-s16 .item:nth-of-type(odd) {
    transform: none;
  }

  .inner-s16 .item .inner {
    opacity: 1;
    transform: none;
    padding: 0.4rem;
  }

  .inner-s16 .item .tit {
    margin-top: 0.4rem;
  }

  .inner-s17 {
    padding: 2.4rem 0;
    position: relative;
  }
  .inner-s17:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }

  .inner-s17 .block {
    width: 100%;
  }

  .inner-s18 {
    padding: 2.4rem 0;
  }

  .inner-s18 .block {
    width: 100%;
  }

  .inner-s18 .bot-box {
    margin-top: 0.6rem;
  }

  .inner-s19 {
    padding: 2.4rem 0;
  }

  .inner-s19 .block {
    width: 100%;
  }

  .inner-s19 .top-box .en {
    font-size: 1.8rem;
    left: 0;
  }

  .inner-s20 {
    padding: calc(1.2rem + 5.3vw) 0 30vw;
  }

  .inner-s20 .block {
    width: 100%;
  }

  .inner-s21 .img-box img {
    width: 140%;
    margin-left: -20%;
  }

  .inner-s22 {
    background-attachment: inherit;
  }

  .inner-s22 .cont-block {
    width: 100%;
  }

  .inner-s23 {
    padding: 2.4rem 0;
  }

  .inner-s23 .top-block .block {
    width: 100%;
  }

  .inner-s23 .bot-block {
    margin-top: 1.2rem;
    display: block;
  }

  .inner-s23 .bot-block .left-box {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 180, 237, 0.8);
    border-radius: 0.15rem;
  }

  .inner-s23 .bot-block .left-box .swiper {
    height: 100%;
  }

  .inner-s23 .bot-block .left-box .item {
    width: auto;
    padding-left: 0;
    width: 10%;
    text-align: center;
  }

  .inner-s23 .bot-block .left-box .item:before,
  .inner-s23 .bot-block .left-box .item:after {
    display: none;
  }

  .inner-s23 .bot-block .left-box .item .year {
    color: #fff;
    opacity: 0.6;
  }

  .inner-s23 .bot-block .left-box .button {
    display: none;
  }

  .inner-s23 .bot-block .right-box {
    width: 100%;
  }

  .inner-s23 .bot-block .right-box .block {
    min-height: auto;
  }

  .inner-s24 .top-block .block {
    width: 100%;
  }

  .inner-s24 .bot-block .tab-cont {
    margin: 0.5rem -7vw 0;
  }

  .inner-s24 .bot-block .tab-cont .swiper {
    padding: 0 7vw;
  }

  .inner-s24 .bot-block .ope-box {
    width: 86%;
  }

  .inner-s24 .bot-block .ope-box:after {
    display: none;
  }

  .inner-s25 .wrap-s {
    display: block;
  }

  .inner-s25 .left-box {
    width: 100%;
    padding: 15px 0 0;
  }

  .inner-s25 .right-box {
    width: 60%;
    padding-right: 0;
    max-width: 300px;
    margin: 0.4rem auto 0;
  }

  .inner-s25 .right-box:before {
    display: none;
  }

  .inner-s25 .right-box:after {
    display: none;
  }

  .inner-s26 {
    padding: 2.4rem 0;
    position: relative;
  }
  .inner-s26:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }

  .inner-s26 .block {
    width: 100%;
  }

  .inner-s27 {
    padding: 2.4rem 0;
  }

  .inner-s27 .block {
    width: 100%;
  }

  .inner-s28 .cont-block {
    display: block;
  }

  .inner-s28 .left-box {
    width: 100%;
  }

  .inner-s28 .left-box .links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .inner-s28 .right-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s28 .right-box .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s29 .wrap-s {
    display: block;
  }

  .inner-s29 .left-box {
    width: 100%;
    padding: 0;
    position: static;
  }

  .inner-s29 .right-box {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }

  .inner-s29 .item {
    aspect-ratio: auto;
  }

  .inner-s29 .item:nth-of-type(odd) {
    transform: none;
  }

  .inner-s29 .item .inner {
    opacity: 1;
    transform: none;
  }

  .inner-s29 .item .inner:after {
    position: static;
    display: block;
    margin-top: 10px;
  }

  .inner-s30 .tips {
    position: static;
  }

  .inner-s31 .wrap-s {
    flex-wrap: wrap;
  }

  .inner-s31 .left-block {
    width: 100%;
  }

  .inner-s31 .left-block .bot-box {
    margin-top: 0.4rem;
  }

  .inner-s31 .right-block {
    width: 100%;
  }

  .inner-s31 .right-block .right-box {
    height: 300px;
  }

  .inner-s31 .right-block .right-box .bot-box .btns {
    position: static;
    margin-top: 20px;
  }

  .inner-s32 .wrap-s {
    display: block;
  }

  .inner-s32 .left-box {
    display: none;
  }

  .inner-s32 .right-box {
    width: 100%;
    padding-left: 0;
  }

  .inner-s33 .wrap-s {
    display: block;
  }

  .inner-s33 .left-box {
    display: none;
  }

  .inner-s33 .right-box {
    width: 100%;
    padding-left: 0;
  }

  .inner-s33 .cont-block-2 .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s33 .cont-block-7 .item {
    width: 100%;
    padding: 0 0.4rem;
  }

  .inner-s33 .cont-block-7 .item .tit {
    position: static;
    height: auto;
    padding: 0.2rem 0;
  }

  .inner-s33 .cont-block-7 .item .box {
    height: auto;
    padding: 0.4rem 0;
  }

  .inner-s34 .form {
    width: 100%;
  }

  .inner-s36 .wrap-s {
    display: block;
  }

  .inner-s36 .left-block {
    width: 100%;
    display: flex;
    position: static;
  }

  .inner-s36 .left-block .item {
    flex: 1;
    padding: 10px;
  }

  .inner-s36 .left-block .item .tit {
    padding-left: 0;
    text-align: center;
  }

  .inner-s36 .left-block .item .tit:before {
    display: none;
  }

  .inner-s36 .left-block .item .box {
    display: none !important;
  }

  .inner-s36 .left-block .item.active {
    background-color: #00b4ed;
  }

  .inner-s36 .left-block .item.active .tit span {
    color: #fff;
  }

  .inner-s36 .right-block {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s36 .right-block .item-1 .inner:after {
    display: none;
  }

  .inner-s36 .right-block .item-1 .btns {
    opacity: 1;
  }

  .inner-s37 {
    display: none;
  }

  .inner-s38 .left-block {
    width: 100%;
    padding-right: 0;
  }

  .inner-s38.style-1 .left-block .para {
    margin-right: 0;
  }

  .inner-s38 .right-block {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }

  .inner-s39 .cont-block-2 .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s39 .cont-block-3 .inner {
    display: block;
  }

  .inner-s39 .cont-block-3 .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s39 .cont-block-3 .img-box {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }

  .inner-s39 .cont-block-4 {
    display: block;
  }

  .inner-s39 .cont-block-4 .tab-tit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .inner-s39 .cont-block-4 .tab-tit .box span {
    white-space: nowrap;
  }

  .inner-s39 .cont-block-4 .tab-tit .tit {
    width: 100%;
  }

  .inner-s39 .cont-block-4 .tab-cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .inner-s39 .cont-block-4 .tab-cont table tr {
    flex-wrap: wrap;
  }

  .inner-s39 .cont-block-4 .tab-cont table td {
    width: 100%;
  }

  .inner-s39 .cont-block-5 {
    display: block;
  }

  .inner-s39 .cont-block-5 .left-box {
    width: 100%;
    padding: 0.4rem;
  }

  .inner-s39 .cont-block-5 .right-box {
    width: 100%;
  }

  .inner-s39 .cont-block-5 table tr {
    flex-wrap: wrap;
  }

  .inner-s39 .cont-block-5 table td {
    width: 100%;
  }

  .inner-s39 .cont-block-7 .para {
    width: 100%;
  }

  .inner-s39 .cont-block-7 .tab-tit {
    position: static;
    margin-top: 20px;
  }

  .inner-s39 .cont-block-7 .tab-cont .sw {
    flex-wrap: wrap;
  }

  .inner-s39 .cont-block-7 .tab-cont .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s39 .cont-block-8 .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s40 .filter {
    display: none;
  }

  .inner-s40 .filter .left-box {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .inner-s40 .filter .right-box {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .inner-s40 .filter .item .trigger .box i {
    opacity: 1;
    visibility: visible;
  }

  .inner-s40 .filter .items {
    gap: 10px 25px;
  }

  .inner-s40 .sort-box {
    display: none;
  }

  .inner-s40 .item-1 {
    width: calc((100% - 0.36rem) / 2);
  }

  .inner-s41 .wrap-s {
    display: block;
  }

  .inner-s41 .label {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .inner-s41 .items {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s42 .sw {
    gap: 0;
    flex-wrap: nowrap;
  }

  .inner-s42 .item {
    width: calc((100% - 0.2rem) / 2);
    height: auto;
    margin-right: 0.2rem;
  }
  .inner-s42 .item:last-of-type {
    margin-right: 0;
  }

  .inner-s42 .pagination {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.1rem;
    justify-content: center;
  }
  .inner-s42 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00b4ed;
    opacity: 0.3;
    transition: opacity .3s ease;
  }
  .inner-s42 .pagination span.active {
    opacity: 1;
  }

  .inner-s43 .top-block {
    display: block;
  }

  .inner-s43 .top-block .label {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .inner-s43 .top-block .cont-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s43 .bot-block .item {
    display: block;
    height: auto;
    padding: 0.4rem;
  }

  .inner-s43 .bot-block .item .left-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s43 .bot-block .item .right-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s43 .bot-block .item .tit {
    text-align: center;
  }

  .inner-s43 .bot-block .item .para {
    text-align: center;
  }

  .inner-s44 .bg-block .bg {
    background-attachment: inherit;
  }

  .inner-s45 .items .sw {
    gap: 0;
  }

  .inner-s45 .item {
    width: calc((100% - 0.2rem) / 2);
    height: auto;
    margin-right: 0.2rem;
  }
  .inner-s45 .item:last-of-type {
    margin-right: 0;
  }

  .inner-s45 .pagination {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.1rem;
    justify-content: center;
  }
  .inner-s45 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00b4ed;
    opacity: 0.3;
    transition: opacity .3s ease;
  }
  .inner-s45 .pagination span.active {
    opacity: 1;
  }

  .inner-s46 .item {
    height: auto;
  }

  .inner-s46 .item .inner {
    padding: 0.6rem;
  }

  .inner-s47 .tab-cont .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .inner-s49 .item {
    width: 100%;
    padding: 0;
  }

  .inner-s49 .item .tit {
    position: static;
  }

  .inner-s49 .item .box {
    height: auto;
    padding: 0.6rem 0;
  }

  .inner-s49 .item .icon {
    width: 200px;
  }

  .inner-s49 .item .para {
    width: calc(100% - 200px);
  }

  .inner-s50 .bot-block {
    display: block;
  }

  .inner-s50 .bot-block .left-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s50 .bot-block .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .inner-s51 .wrap-s {
    display: block;
  }

  .inner-s51 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .inner-s51 .left-box .label {
    text-align: center;
  }

  .inner-s51 .left-box .items .sw {
    display: flex;
    justify-content: center;
  }

  .inner-s51 .left-box .item {
    margin: 0;
    width: 50%;
    max-width: 300px;
  }

  .inner-s51 .left-box .item span {
    text-align: center;
  }

  .inner-s51 .right-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  .inner-s52 {
    display: none;
  }

  .inner-s53 {
    display: block;
  }

  .inner-s53 .txt-box {
    height: 15vw;
  }

  .inner-s54 .item-1 .inner:after {
    display: none;
  }

  .inner-s54 .item-1 .btns {
    opacity: 1;
  }

  .index-s1:before {
    display: none;
  }

  .index-s1 .item .img-box {
    width: 100%;
    height: calc(100vh + 5.2vw - 60px);
  }

  .index-s1 .item img {
    object-position: 62%;
  }

  .index-s1 .item .txt-box {
    top: 68vh;
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
  }

  .index-s1 .buttons {
    display: none;
  }

  .index-s1 .pagination {
    position: absolute;
    bottom: calc(5.2vw + 20px);
    left: 0;
    right: 0;
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    z-index: 2;
  }
  .index-s1 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.3;
    transition: opacity .3s ease;
    cursor: pointer;
  }
  .index-s1 .pagination span.active {
    opacity: 1;
  }

  .index-s3 .wrap-s {
    display: block;
  }

  .index-s3 .left-block {
    width: 100%;
    position: static;
  }

  .index-s3 .left-block .tab-tit {
    display: flex;
  }

  .index-s3 .left-block .item {
    flex: 1;
    padding: 10px;
  }

  .index-s3 .left-block .item .box {
    display: none !important;
  }

  .index-s3 .left-block .item .tit {
    padding-left: 0;
    text-align: center;
  }

  .index-s3 .left-block .item .tit:before {
    display: none;
  }

  .index-s3 .right-block {
    width: 100%;
    margin-top: 0.4rem;
  }

  .index-s3 .right-block .item-1 .inner:after {
    display: none;
  }

  .index-s3 .right-block .item-1 .btns {
    opacity: 1;
  }

  .index-s4 {
    position: relative;
  }

  .index-s4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: inherit;
    z-index: 1;
  }

  .index-s4 .bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    z-index: 2;
  }

  .index-s4 .txt-block {
    margin-top: 0;
    padding: 1.2rem 0;
  }

  .index-s4 .data {
    display: block;
  }

  .index-s4 .data .num {
    width: 100%;
  }

  .index-s4 .data p {
    width: 100%;
  }

  .index-s5 .bot-block {
    display: none;
  }

  .index-s5 .m-block {
    display: block;
  }

  .index-s6 {
    padding: 1.2rem 0 30vw;
  }

  .fixed-popups-1 .main-block {
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
  }

  .fixed-popups-1 .main {
    display: block;
  }

  .fixed-popups-1 .left-block {
    width: 100%;
    display: none;
  }

  .fixed-popups-1 .right-block {
    width: 100%;
    height: 100%;
  }

  .fixed-popups-1 .cont-block-1 .info-box .item {
    width: 100%;
    padding: 10px;
  }

  .fixed-popups-1 .cont-block-3 .info-box {
    display: block;
  }

  .fixed-popups-1 .cont-block-3 .left-box {
    width: 100%;
  }

  .fixed-popups-1 .cont-block-3 .right-box {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
    padding-left: 0;
  }

  .fixed-popups-2 .main-block {
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
  }

  .fixed-popups-2 .main {
    display: block;
  }

  .fixed-popups-2 .left-block {
    width: 100%;
    display: none;
  }

  .fixed-popups-2 .right-block {
    width: 100%;
    height: 100%;
  }

  .fixed-popups-2 .right-block .tab-tit {
    display: block;
  }

  .fixed-popups-2 .right-block .tab-cont {
    height: calc(100% - 60px);
  }

  .fixed-popups-2 .right-block .filter-box {
    flex-wrap: wrap;
  }

  .fixed-popups-2 .right-block .filter-box .box {
    width: 100%;
  }

  .fixed-popups-2 .right-block .filter-box .form {
    width: calc(100% - 80px - 0.2rem);
  }

  .fixed-popups-2 .right-block .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 900px) {
  .wave-block .waveline {
    transform: translateY(100px);
  }

  .wave-block .wave {
    width: 7.5rem;
    height: 1rem;
  }

  .wave-block .wave.w1 {
    right: 3.5rem;
  }

  .inner-s9 .data-box .right-box {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .inner-s9 .data-box .right-box .line {
    display: none;
  }

  .inner-s9 .data-box .data {
    width: 50%;
    padding-right: 15px;
  }

  .inner-s13 .bot-block .item {
    width: calc((100% - 0.3rem) / 2);
  }

  .inner-s32 .item .img-box {
    border-radius: 10px 10px 0 0;
  }

  .inner-s32 .item .img-box:after {
    display: none;
  }

  .inner-s32 .item .txt-box {
    position: static;
    padding: 0.6rem;
    background-color: #00b4ed;
    border-radius: 0 0 10px 10px;
  }

  .inner-s32 .item .box {
    width: 100%;
  }

  .inner-s33 .cont-block-11 .item .top-box {
    display: block;
  }

  .inner-s33 .cont-block-11 .item .s-left {
    width: 100%;
    padding-right: 0;
  }

  .inner-s33 .cont-block-11 .item .s-right {
    width: 100%;
    margin-top: 15px;
  }

  .inner-s33 .cont-block-12 .mid-box .tip {
    width: 100%;
  }

  .inner-s33 .cont-block-12 .bot-box {
    display: block;
  }

  .inner-s33 .cont-block-12 .tit {
    width: 100%;
    padding-right: 0;
  }

  .inner-s33 .cont-block-12 .box {
    width: 100%;
    margin-top: 20px;
    border: none;
    padding-left: 0;
  }

  .index-s2 .scroll {
    min-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 0 7vw;
  }

  .footer .top-block {
    padding: 30px 0;
  }

  .c-banner .tit {
    font-size: 20px;
  }

  .c-banner .label {
    font-size: 24px;
  }

  .c-banner p {
    font-size: 13px;
    width: 100%;
  }

  .c-banner .info-block {
    margin-top: 10px;
    padding-top: 10px;
  }

  .c-banner .info-block .code-box span {
    font-size: 14px;
  }

  .c-banner .info-block .code-box .code {
    font-size: 40px;
  }

  .c-banner .info-block .info-box .tips {
    font-size: 16px;
  }

  .c-banner .info-block .info-box .num span {
    font-size: 24px;
  }

  .c-banner .info-block .info-box .percent {
    font-size: 14px;
  }

  .inner-label .label {
    font-size: 20px;
  }

  .wave-block .waveline {
    transform: translateY(120px);
  }

  .wave-block .wave {
    bottom: -20px;
  }

  .other-s1 .right-box {
    padding: 60px 0;
  }

  .other-s1 .right-box .label {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .other-s1.style-1 .right-box .label {
    padding-left: 15px;
  }

  .other-s1.style-1 .right-box .label:before {
    height: 16px;
  }

  .other-s1 .right-box .para {
    font-size: 13px;
  }

  .inner-s1 {
    padding: 60px 0;
  }

  .inner-s1 .right-block {
    padding: 0;
  }

  .inner-s1 .right-block .label {
    font-size: 20px;
  }

  .inner-s1 .right-block .item .inner {
    padding: 20px 0;
  }

  .inner-s2 {
    padding: 30px 0 60px;
  }

  .inner-s2 .inner {
    margin-top: 20px;
    padding: 20px;
  }

  .inner-s2 .label {
    font-size: 18px;
  }

  .inner-s2 .cont-box {
    margin-top: 30px;
    padding-top: 30px;
  }

  .inner-s2 .cont-box .box .tit {
    font-size: 16px;
  }

  .inner-s3 {
    padding: 60px 0;
  }

  .inner-s3 .top-block .txt-box {
    padding: 20px;
  }

  .inner-s3 .inner-label .label {
    font-size: 18px;
  }

  .inner-s3 .inner-label .para {
    margin-top: 10px;
  }

  .inner-s3 .bot-block .item {
    padding: 20px;
  }

  .inner-s4 {
    padding: 60px 0;
  }

  .inner-s4 .item {
    width: 100%;
  }

  .inner-s4 .item .img-box span {
    font-size: 18px;
  }

  .inner-s4 .item .bot-box {
    margin-top: 20px;
  }

  .inner-s5 {
    padding: 60px 0;
  }

  .inner-s5 .form .box {
    width: 100%;
  }

  .inner-s6 {
    padding: 60px 0;
  }

  .inner-s6 .label {
    font-size: 20px;
  }

  .inner-s6 .cont-block {
    margin-top: 20px;
    padding: 20px;
  }

  .inner-s6 .item .tit {
    font-size: 16px;
  }

  .inner-s7 {
    padding: 0 0 60px;
  }

  .inner-s7 .bot-block .wrap-s {
    padding: 30px 0 0;
  }

  .inner-s7 .items {
    padding-bottom: 30px;
  }

  .inner-s7 .items-1 {
    padding-bottom: 30px;
  }

  .inner-s7 .item {
    width: 100%;
  }

  .inner-s7 .item-1 {
    width: 100%;
  }

  .inner-s7 .item-1 .txt-box {
    padding: 20px;
  }

  .inner-s8 {
    padding: 30px 0 60px;
  }

  .inner-s8 .inner {
    margin-top: 20px;
    padding: 20px;
  }

  .inner-s8 .label {
    font-size: 18px;
  }

  .inner-s8 .edit-para {
    margin-top: 20px;
    padding-top: 20px;
  }

  .inner-s9 .txt-block {
    padding: 60px 0;
  }

  .inner-s9 .label {
    font-size: 24px;
  }

  .inner-s9 .video-btn span {
    font-size: 16px;
  }

  .inner-s9 .txt-box {
    margin-top: 30px;
    padding: 30px 0;
  }

  .inner-s9 .txt-box .tit {
    font-size: 20px;
  }

  .inner-s9 .txt-box .slogan {
    font-size: 16px;
  }

  .inner-s9 .txt-box .para {
    margin-top: 20px;
  }

  .inner-s9 .code-box {
    padding: 30px 0;
  }

  .inner-s9 .code-box .num {
    font-size: 60px;
  }

  .inner-s9 .data-box {
    padding: 30px 0 0;
  }

  .inner-s9 .data-box .btns {
    margin-top: 20px;
  }

  .inner-s9 .data-box .right-box {
    margin-top: 20px;
    padding: 20px;
  }

  .inner-s9 .data-box .data {
    width: 100%;
    padding-right: 0;
  }

  .inner-s10 {
    padding: 60px 0 120px;
  }

  .inner-s10 .txt-block .label {
    font-size: 20px;
  }

  .inner-s10 .txt-block .btns {
    margin-top: 20px;
  }

  .inner-s10 .m-block .item {
    width: 100%;
  }

  .inner-s10 .m-block .item .tit {
    font-size: 18px;
  }

  .inner-s10 .m-block .item .para {
    font-size: 13px;
  }

  .inner-s11 {
    padding: 60px 0;
  }

  .inner-s11 .label-box {
    display: block;
  }

  .inner-s11 .label-box .btns {
    margin-top: 0.25rem;
  }

  .inner-s11 .label-box .label {
    font-size: 20px;
  }

  .inner-s12 .txt-block {
    padding: 0;
  }

  .inner-s12 .txt-block .label {
    font-size: 20px;
  }

  .inner-s12 .cont-block .block {
    padding: 20px;
  }

  .inner-s12 .cont-block .tab-tit .item {
    width: 20%;
  }

  .inner-s12 .cont-block .tab-tit {
    margin-top: 20px;
  }

  .inner-s13 {
    padding: 0 0 60px;
  }

  .inner-s13 .label-box {
    display: block;
  }

  .inner-s13 .label-box .label {
    font-size: 20px;
  }

  .inner-s13 .label-box .btns {
    margin-top: 0.25rem;
  }

  .inner-s13 .bot-block .item {
    width: 100%;
  }

  .inner-s13 .bot-block .item .img-box {
    height: 150px;
  }

  .inner-s14 {
    padding: 120px;
  }

  .inner-s14 .label {
    font-size: 20px;
  }

  .inner-s15 {
    padding: 60px 0;
  }

  .inner-s15 .label {
    font-size: 20px;
  }

  .inner-s15 .code {
    margin-top: 15px;
  }

  .inner-s15 .right-box {
    margin-top: 20px;
  }

  .inner-s15 .data-box {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .inner-s15 .data {
    width: 100%;
  }

  .inner-s16 {
    padding: 75vw 0 60px;
    margin-top: -20vw;
  }

  .inner-s16 .label {
    font-size: 20px;
  }

  .inner-s16 .items {
    margin-top: 20px;
  }

  .inner-s16 .item .inner {
    padding: 20px;
  }

  .inner-s16 .item .tit {
    font-size: 18px;
    margin-top: 15px;
  }

  .inner-s16 .item .para {
    font-size: 13px;
  }

  .inner-s17 {
    padding: 120px 0;
  }

  .inner-s17 .top-box .en {
    font-size: 60px;
  }

  .inner-s17 .top-box .tit {
    font-size: 20px;
  }

  .inner-s17 .bot-box {
    margin-top: 30px;
  }

  .inner-s17 .bot-box .zh {
    font-size: 18px;
  }

  .inner-s18 {
    padding: 120px 0 150px;
  }

  .inner-s18 .top-box .en {
    font-size: 40px;
  }

  .inner-s18 .top-box .tit {
    font-size: 20px;
  }

  .inner-s18 .bot-box .zh {
    font-size: 18px;
  }

  .inner-s18 .bot-box {
    margin-top: 30px;
  }

  .inner-s18 .bot-box .box {
    margin-top: 30px;
  }

  .inner-s19 {
    padding: 80px 0 120px;
  }

  .inner-s19 .top-box .en {
    font-size: 60px;
  }

  .inner-s19 .top-box .tit {
    font-size: 20px;
  }

  .inner-s19 .bot-box {
    margin-top: 30px;
  }

  .inner-s19 .bot-box .zh {
    font-size: 18px;
  }

  .inner-s20 {
    padding: 60px 0 30vw;
  }

  .inner-s20 .label {
    font-size: 20px;
  }

  .inner-s20 .para {
    margin-top: 20px;
  }

  .inner-s21 {
    padding: 60px 0;
  }

  .inner-s21 .label {
    font-size: 20px;
  }

  .inner-s22 {
    padding: 60px 0;
  }

  .inner-s22 .top-box {
    padding: 20px 20px 0;
  }

  .inner-s22 .bot-box .box {
    padding: 0 15px 15px;
  }

  .inner-s23 {
    padding: 120px 0;
  }

  .inner-s23 .top-block .top-box .tit {
    font-size: 20px;
  }

  .inner-s23 .top-block .top-box .en {
    font-size: 60px;
  }

  .inner-s23 .top-block .bot-box {
    margin-top: 30px;
  }

  .inner-s23 .top-block .bot-box .zh {
    font-size: 18px;
  }

  .inner-s23 .bot-block {
    margin-top: 60px;
  }

  .inner-s23 .bot-block .left-box .item {
    width: 20%;
  }

  .inner-s23 .bot-block .right-box {
    padding-top: 50px;
  }

  .inner-s23 .bot-block .right-box .year {
    font-size: 60px;
    right: 20px;
    top: -35px;
  }

  .inner-s23 .bot-block .right-box .block {
    padding: 50px 20px 20px;
  }

  .inner-s24 {
    padding: 60px 0;
  }

  .inner-s24 .top-block .top-box .tit {
    font-size: 20px;
  }

  .inner-s24 .top-block .top-box .en {
    font-size: 60px;
  }

  .inner-s24 .top-block .bot-box {
    margin-top: 30px;
  }

  .inner-s24 .top-block .bot-box .zh {
    font-size: 20px;
  }

  .inner-s24 .top-block .bot-box .en {
    font-size: 14px;
  }

  .inner-s24 .bot-block {
    margin-top: 60px;
  }

  .inner-s24 .bot-block .tab-cont {
    margin: 20px -7vw 0;
  }

  .inner-s24 .bot-block .tab-cont .swiper {
    height: 500px;
  }

  .inner-s24 .bot-block .ope-box {
    margin: 20px auto 0;
  }

  .inner-s24 .bot-block .tab-cont .item .img-box {
    height: 150px;
  }

  .inner-s25 {
    padding: 60px 0;
  }

  .inner-s26 {
    padding: 120px 0;
  }

  .inner-s26 .top-box .tit {
    font-size: 20px;
  }

  .inner-s26 .top-box .en {
    font-size: 44px;
  }

  .inner-s26 .bot-box {
    margin-top: 30px;
  }

  .inner-s26 .bot-box .zh {
    font-size: 18px;
  }

  .inner-s26 .slogan {
    margin-top: 20px;
  }

  .inner-s27 {
    padding: 120px 0;
  }

  .inner-s27 .label {
    font-size: 20px;
  }

  .inner-s27 .para {
    margin-top: 20px;
  }

  .inner-s28 {
    padding: 60px 0;
  }

  .inner-s28 .label {
    font-size: 20px;
  }

  .inner-s28 .left-box {
    padding: 20px;
  }

  .inner-s28 .right-box .item {
    width: 100%;
  }

  .inner-s29 {
    padding: 60px 0;
  }

  .inner-s29 .left-box .label {
    font-size: 20px;
  }

  .inner-s29 .left-box p {
    font-size: 13px;
  }

  .inner-s29 .items {
    gap: 0.2rem;
  }

  .inner-s29 .item {
    width: 100%;
  }

  .inner-s29 .item .inner {
    padding: 20px;
  }

  .inner-s30 {
    padding: 60px 0 0;
  }

  .inner-s30 .label {
    font-size: 20px;
  }

  .inner-s30 .para {
    font-size: 13px;
  }

  .inner-s31 {
    padding: 60px 0;
  }

  .inner-s31 .left-block {
    padding: 20px;
  }

  .inner-s31 .left-block .icon {
    display: none;
  }

  .inner-s31 .right-block {
    display: block;
  }

  .inner-s31 .right-block .left-box {
    width: 100%;
    padding: 20px;
  }

  .inner-s31 .right-block .right-box {
    width: 100%;
    height: auto;
  }

  .inner-s31 .right-block .right-box .top-box {
    padding: 20px;
  }

  .inner-s31 .right-block .right-box .bot-box {
    padding: 20px;
  }

  .inner-s32 {
    padding: 60px 0;
  }

  .inner-s32 .item .txt-box {
    padding: 20px;
  }

  .inner-s32 .item .tit {
    font-size: 18px;
  }

  .inner-s32 .item .slogan {
    font-size: 13px;
  }

  .inner-s32 .item .para {
    margin-top: 15px;
    padding-top: 15px;
  }

  .inner-s33 {
    padding: 60px 0;
  }

  .inner-s33 .right-box .block {
    padding: 20px;
  }

  .inner-s33 .cont-block-1 .items {
    margin-top: 20px;
  }

  .inner-s33 .cont-block-1 .item {
    width: 100%;
  }

  .inner-s33 .cont-block-2 .item {
    width: 100%;
    padding: 20px;
  }

  .inner-s33 .cont-block-2 .item .tit {
    margin-top: 20px;
  }

  .inner-s33 .cont-block-3 .item {
    padding: 20px;
  }

  .inner-s33 .cont-block-3 .item .tit {
    margin-top: 20px;
  }

  .inner-s33 .cont-block-3 .item .data-box {
    margin-top: 20px;
    padding-top: 20px;
  }

  .inner-s33 .cont-block-4 .item {
    width: 100%;
  }

  .inner-s33 .cont-block-4 .item .txt-box {
    padding: 15px 0;
  }

  .inner-s33 .cont-block-5 .item {
    padding: 20px;
  }

  .inner-s33 .cont-block-5 .item .tit {
    margin-top: 20px;
  }

  .inner-s33 .cont-block-6 .item {
    padding: 20px;
    display: block;
  }

  .inner-s33 .cont-block-6 .item .num {
    width: 100%;
    font-size: 24px;
  }

  .inner-s33 .cont-block-6 .item .txt-box {
    width: 100%;
    margin-top: 10px;
  }

  .inner-s33 .cont-block-7 .item {
    padding: 0 20px;
  }

  .inner-s33 .cont-block-7 .item .box {
    padding: 20px 0;
    display: block;
  }

  .inner-s33 .cont-block-7 .item .para {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .inner-s33 .cont-block-8 {
    height: auto;
    padding: 20px;
  }

  .inner-s33 .cont-block-8 .txt-box {
    position: static;
    padding: 0;
  }

  .inner-s33 .cont-block-8 .box {
    width: 100%;
  }

  .inner-s33 .right-box .block.style-1 .label {
    color: #2a2b35;
  }

  .inner-s33 .cont-block-8 .para {
    color: #2a2b35;
  }

  .inner-s33 .cont-block-8 .img-box {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
  }

  .inner-s33 .cont-block-8 .img-box img {
    width: 100%;
  }

  .inner-s33 .cont-block-8 .img-box:after {
    display: none;
  }

  .inner-s33 .cont-block-10 .item {
    width: 100%;
    padding: 0 20px 20px;
  }

  .inner-s33 .cont-block-11 .item {
    padding: 20px;
  }

  .inner-s33 .cont-block-12 .mid-box {
    padding: 20px;
  }

  .inner-s33 .cont-block-12 .bot-box {
    padding: 20px;
  }

  .inner-s33 .cont-block-12 .s-box {
    width: 100%;
  }

  .inner-s33 .cont-block-13 .item {
    width: 100%;
  }

  .inner-s34 {
    padding: 0 0 60px;
  }

  .inner-s34.style-1 {
    padding: 60px 0;
  }

  .inner-s34 .form .box {
    width: 100% !important;
  }

  .inner-s34 .form button {
    width: 120px;
  }

  .inner-s35 {
    padding: 60px 0 120px;
  }

  .inner-s35 .label {
    font-size: 24px;
  }

  .inner-s36 {
    padding: 60px 0;
  }

  .inner-s36 .left-block .item .tit span {
    font-size: 13px;
  }

  .inner-s36 .right-block .block {
    margin-top: 60px;
  }

  .inner-s36 .right-block .top-box {
    padding: 20px;
  }

  .inner-s36 .right-block .top-box .label span {
    font-size: 20px;
  }

  .inner-s36 .right-block .item {
    width: 100%;
  }

  .inner-s36 .right-block .item .txt-box {
    padding: 15px 0;
  }

  .inner-s36 .right-block .item .more {
    margin-top: 20px;
  }

  .inner-s36 .right-block .item-1 {
    width: 100%;
  }

  .inner-s36 .right-block .item-1 .inner {
    padding: 20px 0 50px;
  }

  .inner-s36 .right-block .item-1 .btns {
    bottom: 20px;
  }

  .inner-s38 {
    padding: 60px 0 120px;
  }

  .inner-s38 .left-block .label {
    font-size: 20px;
  }

  .inner-s38.style-2 .left-block .para {
    font-size: 14px;
  }

  .inner-s39 {
    padding: 60px 0;
  }

  .inner-s39 .block {
    margin-top: 60px;
  }

  .inner-s39 .block .label {
    font-size: 20px;
  }

  .inner-s39 .cont-block-1 {
    padding: 20px;
  }

  .inner-s39 .cont-block-2 .item {
    width: 100%;
    padding: 20px;
  }

  .inner-s39 .cont-block-3 .tab-cont {
    padding: 20px;
  }

  .inner-s39 .cont-block-3 .tab-tit .item span {
    font-size: 13px;
  }

  .inner-s39 .cont-block-4 .tab-cont .child {
    padding: 20px;
  }

  .inner-s39 .cont-block-4 .tab-cont .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .inner-s39 .cont-block-4 .tab-cont table tbody {
    gap: 20px;
  }

  .inner-s39 .cont-block-4 .tab-cont table tr {
    gap: 20px;
  }

  .inner-s39 .cont-block-5 .left-box {
    padding: 20px;
  }

  .inner-s39 .cont-block-5 table {
    padding: 20px;
  }

  .inner-s39 .cont-block-5 table tbody {
    gap: 20px;
  }

  .inner-s39 .cont-block-5 table tr {
    gap: 20px;
  }

  .inner-s39 .cont-block-6 .img-box {
    padding: 20px;
  }

  .inner-s39 .cont-block-7 .tab-cont .item {
    width: 100%;
  }

  .inner-s39 .cont-block-8 .item {
    width: 100%;
    padding: 20px;
  }

  .inner-s40 {
    padding: 60px 0;
  }

  .inner-s40 .filter {
    padding: 20px;
  }

  .inner-s40 .items-1 {
    margin-top: 30px;
  }

  .inner-s40 .item-1 {
    width: 100%;
  }

  .inner-s40 .item-1 .txt-box {
    padding: 15px 0;
  }

  .inner-s40 .item-1 .more {
    margin-top: 20px;
  }

  .inner-s41 {
    padding: 60px 0 0;
  }

  .inner-s41.style-1 {
    padding: 60px 0;
  }

  .inner-s41 .label {
    font-size: 20px;
  }

  .inner-s41 .item {
    width: 100%;
    padding: 20px 70px 20px 20px;
  }

  .inner-s41 .item .icon {
    top: 20px;
    right: 20px;
  }

  .inner-s42 {
    padding: 60px 0;
  }

  .inner-s42 .label {
    font-size: 20px;
  }

  .inner-s42 .item {
    width: 100%;
  }

  .inner-s43 {
    padding: 60px 0;
  }

  .inner-s43 .top-block .label {
    font-size: 20px;
  }

  .inner-s43 .top-block .cont-box {
    padding: 20px;
  }

  .inner-s43 .top-block .cont-box .para {
    font-size: 16px;
  }

  .inner-s43 .top-block .cont-box i {
    margin-top: 20px;
  }

  .inner-s43 .bot-block {
    margin-top: 60px;
  }

  .inner-s43 .bot-block .label {
    font-size: 20px;
  }

  .inner-s43 .bot-block .item {
    width: 100%;
    padding: 20px;
  }

  .inner-s43 .bot-block .item .left-box span {
    font-size: 30px;
  }

  .inner-s44 {
    padding: 60px 0;
  }

  .inner-s44 .label {
    font-size: 20px;
  }

  .inner-s45 {
    padding: 60px 0;
  }

  .inner-s45 .label {
    font-size: 20px;
  }

  .inner-s45 .item {
    width: 100%;
  }

  .inner-s46 {
    padding: 60px 0;
  }

  .inner-s46 .item .inner {
    padding: 30px;
  }

  .inner-s46 .item .tit {
    font-size: 18px;
  }

  .inner-s46 .item p {
    font-size: 14px;
  }

  .inner-s46 .item .more {
    margin-top: 30px;
  }

  .inner-s46 .item .more:after {
    width: 24px;
    height: 24px;
  }

  .inner-s47 {
    padding: 60px 0;
  }

  .inner-s47 .tab-tit .item span {
    font-size: 18px;
  }

  .inner-s47 .tab-tit .item {
    gap: 5px;
  }

  .inner-s47 .tab-cont .item {
    width: 100%;
  }

  .inner-s48 {
    padding: 60px 0;
  }

  .inner-s48 .label {
    font-size: 20px;
  }

  .inner-s49 {
    padding: 60px 0;
  }

  .inner-s49 .label {
    font-size: 20px;
  }

  .inner-s49 .items {
    margin-top: 20px;
  }

  .inner-s49 .item .tit {
    justify-content: center;
  }

  .inner-s49 .item .tit span {
    text-align: center;
  }

  .inner-s49 .item .box {
    padding: 20px 20px 30px;
    display: block;
  }

  .inner-s49 .item .icon {
    width: 100%;
    height: 50px;
  }

  .inner-s49 .item .para {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .inner-s50 {
    padding: 60px 0;
  }

  .inner-s50 .top-block .tit {
    padding: 15px;
  }

  .inner-s50 .top-block .para {
    padding: 15px;
  }

  .inner-s50 .bot-block {
    margin-top: 40px;
  }

  .inner-s50 .bot-block .label {
    font-size: 20px;
  }

  .inner-s50 .bot-block .right-box {
    padding: 15px;
  }

  .inner-s51 {
    padding: 60px 0;
  }

  .inner-s51 .left-box .label {
    font-size: 20px;
  }

  .inner-s51 .right-box .item {
    width: 100%;
    padding: 20px 70px 20px 20px;
  }

  .inner-s51 .right-box .item .icon {
    top: 20px;
    right: 20px;
  }

  .inner-s53 .txt-box {
    height: 90px;
  }

  .inner-s53 .txt-box .label {
    font-size: 20px;
  }

  .inner-s54 .item-1 {
    width: 100%;
  }

  .inner-s54 .item-1 .inner {
    padding: 20px 0 50px;
  }

  .inner-s54 .item-1 .btns {
    bottom: 20px;
  }

  .index-s1 .item .label {
    font-size: 20px;
  }

  .index-s3 {
    padding: 60px 0;
  }

  .index-label {
    font-size: 20px;
  }

  .index-s3 .left-block .item .tit span {
    font-size: 13px;
  }

  .index-s3 .right-block .block {
    margin-top: 60px;
  }

  .index-s3 .right-block .top-box {
    padding: 20px;
  }

  .index-s3 .right-block .top-box .label span {
    font-size: 20px;
  }

  .index-s3 .right-block .item {
    width: 100%;
  }

  .index-s3 .right-block .item .txt-box {
    padding: 15px 0;
  }

  .index-s3 .right-block .item .more {
    margin-top: 20px;
  }

  .index-s3 .right-block .item-1 {
    width: 100%;
  }

  .index-s3 .right-block .item-1 .inner {
    padding: 20px 0 50px;
  }

  .index-s3 .right-block .item-1 .btns {
    bottom: 20px;
  }

  .index-s3 .right-block .udc-box .inner {
    padding: 20px;
    display: block;
  }

  .index-s3 .right-block .udc-box .img-box {
    width: 100%;
    padding: 0;
  }

  .index-s3 .right-block .udc-box .img-box img {
    width: 70%;
    height: auto;
  }

  .index-s3 .right-block .udc-box .txt-box {
    width: 100%;
    margin-top: 20px;
  }

  .index-s3 .right-block .udc-box .tit {
    font-size: 16px;
  }

  .index-s4 .txt-block {
    padding: 60px 0;
  }

  .index-s4 .top-box {
    margin-top: 30px;
    padding: 30px 0;
    display: block;
  }

  .index-s4 .top-box .inner {
    width: 100%;
  }

  .index-s4 .top-box .pic-box {
    margin: 20px auto 0;
  }

  .index-s4 .top-box .para {
    font-size: 13px;
  }

  .index-s4 .data {
    padding: 30px 0;
  }

  .index-s4 .data .num span {
    font-size: 50px;
  }

  .index-s4 .data .num i {
    font-size: 30px;
  }

  .index-s4 .data p {
    font-size: 16px;
  }

  .index-s4 .btns {
    margin-top: 30px;
  }

  .index-s5 {
    padding: 60px 0 0;
  }

  .index-s5 .m-block .item {
    width: 100%;
  }

  .index-s6 {
    padding: 60px 0 50vw;
  }

  .index-s6 .para {
    font-size: 13px;
    margin-top: 20px;
  }

  .index-s7 .items {
    flex-wrap: wrap;
  }

  .index-s7 .item {
    width: 100%;
    padding: 60px 30px;
  }

  .fixed-popups-1 .close {
    top: 20px;
    right: 20px;
  }

  .fixed-popups-1 .right-block .label {
    font-size: 20px;
  }

  .fixed-popups-1 .cont-block-1 .img-box .img {
    width: 100%;
  }

  .fixed-popups-1 .cont-block-4 .form .box {
    width: 100%;
  }

  .fixed-popups-1 .cont-block-5 .item {
    width: 100%;
  }

  .fixed-popups-2 .close {
    top: 20px;
    right: 20px;
  }

  .fixed-popups-2 .right-block .label {
    font-size: 20px;
  }

  .fixed-popups-2 .right-block .item {
    width: 100%;
  }

  .other-s2 {
    padding: 60px 0;
  }

  .other-s2 .block .link a {
    min-width: calc((100% - 10px) / 2);
  }

  .search-s1 {
    padding: 60px 0;
  }

  .search-s2 {
    padding: 60px 0;
  }

  .search-s2 .tips {
    font-size: 16px;
  }

  .search-s2 .item:before, .search-s2 .item:after {
    height: 4px;
  }

  .search-s2 .item .tit {
    font-size: 16px;
  }
}

/*# sourceMappingURL=bundle.css.map */
