@import "../font/iconfont.css";
html {
  font-family: 'SourceHanSansSC', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.clear:after,
.square:after,
.pos-cont:after,
.block-cont:after {
  content: "";
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
.pos-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #15b0bc;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .text-node {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1080px) {
  .text-node {
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.lh16 {
  line-height: 1.6;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f44 {
  font-size: 44px;
}
.f48 {
  font-size: 48px;
}
.mtop5 {
  margin-top: 5px;
}
.mtop60 {
  margin-top: 60px;
}
.mtop70 {
  margin-top: 70px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1480px) {
  .pa,
  .pt {
    padding-top: 70px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1480px) {
  .pt,
  .pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #15b0bc;
}
.maincolor2 {
  color: #fa8e22;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
  border-radius: 32px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Arrow */
.select-box:before {
  content: "\e665";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  z-index: 1;
  font-family: "icon";
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.watch {
  cursor: pointer;
  width: 128px;
  height: 38px;
  line-height: 35px;
  box-sizing: border-box;
  position: relative;
  color: #15b0bc;
  border-width: 1px;
  border-color: #15b0bc;
  border-style: solid;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.watch img,
.watch span {
  position: relative;
  z-index: 9;
}
.watch:hover {
  color: #fff;
  background-color: #15b0bc;
}
.spe-icon {
  display: block;
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.spe-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 42px;
  animation: xuanzhuan 3s linear infinite;
  background-image: url(../images/yuan2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 160px;
  height: 46px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
}
.more .char {
  margin-right: 16px;
}
.more i {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.more i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  animation: xuanzhuan 2s linear infinite;
  background-image: url(../images/yuan.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.more .spe-i {
  width: 30px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.more .spe-i::after {
  width: 30px;
  height: 32px;
  background-image: url(../images/yuan2.png);
}
.more:hover {
  opacity: 0.8;
}
.more.spe-more {
  height: 60px;
  color: #15b0bc;
  background-color: #fff;
  background-image: url('../images/bg-line.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
}
.more.spe-more i::after {
  background-image: url(../images/yuan3.png);
}
.more.spe-more:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
}
.more.spe-more:hover i::after {
  background-image: url(../images/yuan.png);
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #15b0bc;
  background-color: #fff;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #15b0bc;
  border-color: #15b0bc;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  background-image: none;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #15b0bc;
}
.more.new-more:hover .dot {
  border-color: #15b0bc;
}
.more.new-more:hover .dot::after {
  background-color: #15b0bc;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
  }
  .more .line {
    bottom: 10px;
    width: 60px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
  .more.spe-more {
    height: 50px;
  }
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #15b0bc;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(21, 176, 188, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(21, 176, 188, 0.3);
}
.grid {
  display: grid;
}
.waveBg {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.waveBg.w1 {
  bottom: 0;
  left: 0;
}
.waveBg.w2 {
  bottom: 0.6rem;
  left: 4rem;
}
.waveBg.w2 .waveMask {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.waveBg .waveMask {
  -webkit-animation: move-svg 4s linear infinite;
  animation: move-svg 4s linear infinite;
  grid-template-columns: repeat(160, 1fr);
  -webkit-mask-image: url(../images/water.svg);
  mask-image: url(../images/water.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: min(100vw, 1920px) auto;
  mask-size: min(100vw, 1920px) auto;
  will-change: -webkit-mask-position-x;
}
.waveBg .waveMask span {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 176, 188, 0)), to(rgba(21, 176, 188, 0.4)));
  background: linear-gradient(0deg, rgba(21, 176, 188, 0), rgba(21, 176, 188, 0.4));
  height: 1.8rem;
  width: 0.02rem;
}
@-webkit-keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@media (max-width: 1480px) {
  .f26 {
    font-size: 22px;
  }
  .f28 {
    font-size: 22px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 25px;
  }
  .f36 {
    font-size: 34px;
  }
  .f40 {
    font-size: 34px;
  }
  .f44 {
    font-size: 34px;
  }
  .f48 {
    font-size: 36px;
  }
  .f20 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
  .f18 {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 22px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 25px;
  }
  .f44 {
    font-size: 25px;
  }
  .f48 {
    font-size: 30px;
  }
  .mtop60,
  .mtop70 {
    margin-top: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 60px;
}
.datum .num .data-rolling {
  transition: color 0.3s ease-out;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  background-image: -moz-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -webkit-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -ms-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.datum .num::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .num::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #15b0bc;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .datum {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 12px;
  }
  .datum .num::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .num::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .num::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  border-color: transparent;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 1.2em;
  font-family: "icon";
  font-weight: 700;
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: transparent;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
ul.pagination li:last-child {
  margin-left: 0.1rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e666";
}
ul.pagination li:first-child {
  margin-right: 0.1rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e608";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 5em;
    min-width: 90px;
  }
}
.main {
  max-width: 1580px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 90%;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto !important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent !important;
  margin: 0 8px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.6);
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #15b0bc;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #15b0bc;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #a6b6c7;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #15b0bc;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #15b0bc;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #15b0bc;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #15b0bc;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #15b0bc;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #15b0bc;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #15b0bc;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #15b0bc;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #15b0bc;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(26, 26, 26, 0.071);
  border-radius: 50%;
}
.swiper-change.spe-change .btn:after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .swiper-change.spe-change .btn:after {
    font-size: 16px;
  }
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  border-color: transparent;
}
.swiper-change.spe-change.white .btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.swiper-change.spe-change.white .btn:hover {
  opacity: 1;
  background-image: -moz-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -webkit-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -ms-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  border-color: transparent;
}
.swiper-change.spe-change2 .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #15b0bc;
  background-color: #15b0bc;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .btn:hover {
  opacity: 1;
}
.swiper-change.spe-change4 .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-button-prev:hover {
  animation: btnleft 1s ease forwards;
}
.swiper-change.spe-change4 .swiper-button-next:hover {
  animation: btnright 1s ease forwards;
}
@keyframes btnright {
  0% {
    transform: translateX(0) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(180deg);
  }
}
@keyframes btnleft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -10px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  opacity: 0.5;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-change.spe-change5 .btn {
  color: #a6b6c7;
}
.swiper-change.spe-change5 .btn:after {
  display: none;
}
.swiper-change.spe-change5 .btn:hover {
  color: #15b0bc;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#header {
  z-index: 100;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
}
#header .nav .subset:empty {
  display: none !important;
}
#header .logo .active {
  display: none;
}
#header.scroll {
  transform: translateY(-140%);
}
#header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.4s ease;
}
#header .bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: -moz-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
}
#header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: -moz-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(180deg, #15b0bc 0%, #15cbd9 100%);
  opacity: 0;
}
#header.showbg .bg {
  height: 100%;
}
#header.showbg .right-box {
  color: #000;
}
#header.showbg .right-box .nav .top::before {
  background-image: url(../images/navicon2.png);
}
#header.showbg .right-box .nav .touch:hover .top,
#header.showbg .right-box .nav .touch.active .top {
  color: #15b0bc;
}
#header.showbg .logo .default {
  display: none;
}
#header.showbg .logo .active {
  display: block;
}
#header.show,
#header.on {
  transform: translateY(0);
  background-color: #fff;
}
#header.show .bg,
#header.on .bg {
  height: 0;
}
#header.show::after,
#header.on::after {
  opacity: 1;
}
#header.show .right-box,
#header.on .right-box {
  color: #000;
}
#header.show .right-box .nav .top::before,
#header.on .right-box .nav .top::before {
  background-image: url(../images/navicon2.png);
}
#header.show .right-box .nav .touch:hover .top,
#header.on .right-box .nav .touch:hover .top,
#header.show .right-box .nav .touch.active .top,
#header.on .right-box .nav .touch.active .top {
  color: #15b0bc;
}
#header.show .logo .default,
#header.on .logo .default {
  display: none;
}
#header.show .logo .active,
#header.on .logo .active {
  display: block;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul .touch {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: 20px;
  }
  #header .nav .fade {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  #header .nav .fade.pro-fade {
    left: -220px;
    transform: none;
  }
  #header .nav .subset {
    padding: 45px 55px;
    white-space: nowrap;
    background-color: #ffffff;
    box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.15);
    box-sizing: border-box;
  }
  #header .nav .subset.pro-subset {
    min-width: 1280px;
    padding: 55px 98px;
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    position: relative;
    padding-left: 1em;
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    margin-bottom: 1.2em;
  }
  #header .nav .subset > a::after,
  #header .nav .subset .top-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #header .nav .subset > a:hover,
  #header .nav .subset .top-name:hover {
    color: #15b0bc;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #15b0bc;
  }
  #header .nav .subset .list1 {
    width: 90%;
    margin-bottom: -45px;
  }
  #header .nav .subset .list1 > li {
    width: 45%;
    margin-bottom: 45px;
  }
  #header .nav .subset .list1 > li a {
    opacity: 0.8;
  }
  #header .nav .subset .list1 > li a:hover {
    opacity: 1;
    color: #15b0bc;
  }
  #header .nav .subset .list1 .row {
    margin-bottom: 14px;
  }
  #header .nav .subset .list1 ul li {
    margin-top: 8px;
  }
  #header .nav .touch:hover .top {
    position: relative;
  }
  #header .nav .touch:hover .top::after {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
  #header .nav .touch.active .top {
    position: relative;
  }
  #header .nav .touch.active .top::after {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@media (max-width: 1480px) {
  #header .search {
    margin-left: 70px;
  }
}
@media (max-width: 800px) {
  #header {
    height: 80px;
  }
  #header.show::after,
  #header.on::after {
    opacity: 0;
  }
  #header .main {
    height: 100%;
  }
  #header .search {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #fff;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header .menu .cls {
    fill: #fff;
  }
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #000;
  }
  #header.scroll .right-box,
  #header.on .right-box {
    color: #333;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 58px);
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    line-height: inherit;
    height: auto;
  }
  #header .nav .touch {
    margin: 0;
  }
  #header .nav .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: 'icon', sans-serif;
  }
  #header .nav .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls {
    fill: #fff;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.nav .top {
  height: 2.9em;
  line-height: 2.9em;
  position: relative;
  font-weight: 500;
  padding-left: 24px;
}
.nav .top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 18px;
  height: 18px;
  background-image: url(../images/navicon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease;
}
.nav .touch {
  position: relative;
  padding-right: 0.6rem;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.nav .touch .top {
  opacity: 0.8;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  opacity: 1;
}
.nav .touch:hover .top::before,
.nav .touch.active .top::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
@media (max-width: 1480px) {
  .nav .touch {
    padding-right: 0.4rem;
  }
}
@media (max-width: 1380px) {
  .nav .touch {
    padding-right: 0.3rem;
  }
}
#footer {
  background-image: url(../images/bg12.jpg);
  padding-top: 20px;
}
#footer .container .nav-ul {
  width: 65%;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 25px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.7;
  margin-top: 14px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .wechat {
  margin-left: -30px;
}
#footer .wechat li {
  text-align: center;
  margin-left: 30px;
}
#footer .wechat li .pic {
  width: 125px;
  height: 125px;
  background-color: #fff;
  padding: 4px;
  border-radius: 10px;
  box-sizing: border-box;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .wechat li p {
  margin-top: 8px;
}
#footer .tel {
  margin-top: 25px;
}
#footer .tel span {
  font-style: italic;
}
#footer .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.302);
  margin-top: 120px;
}
#footer .copyright {
  padding: 0.28rem 0 0.5rem;
  width: 100%;
}
#footer .copyright a {
  margin-left: 28px;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 0;
  }
  #footer .container {
    align-items: center;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .container .right-box {
    width: 100%;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
    margin-left: -20px;
  }
  #footer .line {
    margin-top: 40px;
  }
  #footer .copyright {
    padding: 0.15rem 0;
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
    margin-left: 0;
  }
}
#aside {
  width: 64px;
  position: fixed;
  z-index: 2000;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  text-align: center;
}
#aside .top-connect {
  padding-top: 15px;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(90deg, #15cbd9 0%, #15b0bc 100%);
  box-sizing: border-box;
}
#aside .top-connect p {
  width: 18px;
  margin: 8px auto 0;
  line-height: 1.2;
}
#aside .top-connect:hover img {
  display: inline-block;
  animation: shake 1s linear infinite;
}
#aside .bottom {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
#aside .item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
#aside .item .box {
  width: 100%;
  padding: 16px 3px;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}
#aside .item .box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#aside .item .box .icon {
  display: block;
  margin: 0 auto;
}
#aside .item:last-child .box::after {
  display: none;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
}
#aside .item .content p {
  line-height: 1.6;
  color: #333;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item .tel-content {
  width: 260px;
}
#aside .item:hover {
  color: #fff;
  background-color: #15b0bc;
}
#aside .item:hover:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#aside .item:hover:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#aside .item:hover .box .op7 {
  opacity: 1;
}
#aside .item:hover .fade {
  margin-right: 0;
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
    right: 5px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
  #aside .item {
    width: 40px;
  }
  #aside .item span {
    line-height: 1;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside .full {
    display: none;
  }
}
#banner {
  width: 100%;
  height: calc(100vh - 160px);
  overflow: hidden;
  position: relative;
}
#banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.6s linear;
  z-index: 199;
  width: 90%;
}
#banner .banner-txt .title {
  font-size: 58px;
  line-height: 1.1;
}
#banner .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner .banner-txt .en {
  letter-spacing: 2px;
  margin-top: 10px;
  text-transform: uppercase;
}
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-slide {
  overflow: hidden;
}
#banner .swiper .swiper-slide .banner-txt {
  height: 0;
}
#banner .swiper .swiper-slide .banner-txt .title {
  opacity: 0;
}
#banner .swiper .swiper-slide .banner-txt .title .span2,
#banner .swiper .swiper-slide .banner-txt .en {
  transform: translateY(100%);
  transition-duration: 1s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner .swiper .swiper-slide .banner-txt .en {
  transition-delay: 1.8s;
}
#banner .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner .swiper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner .swiper .swiper-slide.swiper-slide-active .en {
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .left-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(21, 176, 188, 0.8), transparent);
  background-image: -moz-linear-gradient(to right, rgba(21, 176, 188, 0.8), transparent);
  background-image: -webkit-linear-gradient(to right, rgba(21, 176, 188, 0.8), transparent);
}
#banner .line {
  position: absolute;
  left: 5%;
  top: 0;
  width: 205px;
  height: 0;
  overflow: hidden;
  animation-delay: 1s;
  animation: changeheight 2s linear forwards;
  z-index: 88;
}
#banner .banner-dot {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 180px;
  z-index: 99;
  transform: translateY(-50%);
}
#banner .banner-dot .swiper-pagination {
  width: 110px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: auto;
  opacity: 1;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
}
#banner .banner-dot .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
@keyframes changeheight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@media (max-width: 1480px) {
  #banner .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  #banner .banner-txt {
    left: 40px;
  }
  #banner .banner-txt .title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 800px) {
  #banner {
    height: calc(100vh - 130px);
    position: relative;
  }
  #banner .line {
    width: 145px;
  }
  #banner .banner-dot {
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
    justify-content: center;
    flex-direction: row;
    bottom: 20px;
  }
  #banner .banner-dot .swiper-pagination {
    transform: rotate(0) translateY(-50%);
    position: relative;
    margin: 0 20px;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 500px;
}
#banner.page-banner .bg {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
#banner.page-banner .banner-txt .en {
  margin-top: 18px;
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 300px;
  }
}
.page-nav {
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
.page-nav .main,
.page-nav .list {
  height: 100%;
}
.page-nav .item {
  height: 58px;
  box-sizing: border-box;
  margin-right: 55px;
}
.page-nav .item a {
  height: 100%;
  line-height: 58px;
  opacity: 0.8;
  border-radius: 29px;
  padding: 0 24px;
}
.page-nav .item:hover,
.page-nav .item.active {
  color: #fff;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    padding: 10px 0;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    height: 50px;
    margin-right: 0;
  }
  .page-nav .list .item a {
    padding: 0 18px;
    line-height: 50px;
  }
}
.small-title {
  width: 136px;
  height: 40px;
  background-color: #1a1a1a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 20px;
}
.small-title.long {
  width: 170px;
}
@media (max-width: 800px) {
  .small-title {
    width: 110px;
  }
}
.same-title.t-center .small-title {
  margin: 0 auto;
}
.same-title.colfff .small-title {
  background-color: rgba(255, 255, 255, 0.2);
}
.honor-position {
  height: 160px;
  background-image: url('../images/bg.jpg');
  padding: 15px 0;
  box-sizing: border-box;
}
.honor-position .spe-swiper > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.honor-position .swiper-slide {
  width: auto;
}
.honor-position .swiper-slide .txt-box {
  display: inline-block;
  padding: 20px 40px 20px 46px;
}
.honor-position .swiper-slide .txt-box::after,
.honor-position .swiper-slide .txt-box::before {
  content: '';
  position: absolute;
  top: 66%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 66px;
  background-image: url('../images/honor-icon.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.honor-position .swiper-slide .txt-box::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.honor-position .swiper-slide .txt-box .title span {
  margin: 0 10px;
}
.honor-position .swiper-slide .txt-box .title .right-icon {
  transform: rotateY(180deg);
}
.honor-position .swiper-slide .txt-box .char {
  margin-top: 8px;
  position: relative;
}
.honor-position .swiper-slide .txt-box .char::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  .honor-position {
    padding: 10px 0;
    height: 130px;
  }
}
.page-honor {
  background-image: url('../images/bg26.jpg');
  background-position: center bottom;
  background-size: 100% 1390px;
  background-color: #fafafa;
}
.page-honor .top-title {
  margin-top: 10px;
}
.page-honor .top-title span {
  margin: 0 35px;
}
.page-honor .top-title img {
  width: 82px;
  margin-top: 4px;
}
.page-honor .top-title .right-icon {
  transform: rotateY(180deg);
}
.page-honor .top-content .top-ul {
  margin-right: -3%;
}
.page-honor .top-content .top-ul li {
  width: 30.33%;
  height: 425px;
  margin-right: 3%;
  border-radius: 20px;
  position: relative;
}
.page-honor .top-content .top-ul li .info {
  width: 100%;
  height: 134px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  padding: 50px 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  margin-top: -12px;
  transition: all 0.4s ease;
}
.page-honor .top-content .top-ul li .info .text-node {
  opacity: 0;
  transform: translateY(100px);
  margin-top: 25px;
  transition: all 0.6s ease;
}
.page-honor .top-content .top-ul li .pic-box {
  height: 310px;
  width: 100%;
  padding: 25px 14% 40px;
  box-sizing: border-box;
  background-image: url('../images/bg24.png');
  transition: all 0.6s ease;
}
.page-honor .top-content .top-ul li .pic-box .bg {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.page-honor .top-content .top-ul li:hover .info {
  height: auto;
  margin-top: -12px;
}
.page-honor .top-content .top-ul li:hover .info .char {
  color: #15b0bc;
}
.page-honor .top-content .top-ul li:hover .info .text-node {
  opacity: 1;
  transform: translateY(0);
}
.page-honor .top-content .top-ul li:hover .pic-box {
  background-image: url('../images/bg25.png');
}
.page-honor .bottom-content .ul {
  margin-right: -1.5%;
}
.page-honor .bottom-content .ul li {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 24px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  height: 170px;
  padding: 38px 10px 55px;
  box-sizing: border-box;
}
.page-honor .bottom-content .ul li .txt-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.page-honor .bottom-content .ul li .txt-box::after,
.page-honor .bottom-content .ul li .txt-box::before {
  content: '';
  position: absolute;
  top: 66%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 66px;
  background-image: url('../images/honor-icon.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-honor .bottom-content .ul li .txt-box::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.page-honor .bottom-content .ul li .txt-box .title span {
  margin: 0 10px;
}
.page-honor .bottom-content .ul li .txt-box .title .right-icon {
  transform: rotateY(180deg);
}
.page-honor .bottom-content .ul li .txt-box .char {
  position: relative;
  width: 82%;
  margin: 12px auto 0;
  line-height: 1.2;
}
.page-honor .bottom-content .ul li .txt-box .char::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-honor .bottom-content .ul li:hover .char {
  color: #15b0bc;
}
.page-honor .bottom-content .datum .item .info-box {
  margin-left: 20px;
}
.page-honor .bottom-content .datum .item .num-box {
  margin-bottom: 8px;
}
.page-honor .bottom-content .datum .item .num-box .icon {
  margin-top: 5px;
  margin-left: 5px;
}
.page-honor .bottom-content .datum .item:hover {
  color: #fff;
}
.page-honor .bottom-content .datum .item:hover .icon-box {
  animation: shake 1s ease-in-out forwards;
}
.page-honor .bottom-content .datum .item:nth-of-type(2) {
  margin: 0 10%;
}
@media (max-width: 800px) {
  .page-honor .top-title span {
    margin: 0 20px;
  }
  .page-honor .top-title img {
    width: 62px;
    margin-top: 4px;
  }
  .page-honor .top-content .top-ul {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .page-honor .top-content .top-ul li {
    width: 100%;
    height: 425px;
    margin-bottom: 30px;
  }
  .page-honor .bottom-content .ul {
    margin-right: 0;
  }
  .page-honor .bottom-content .ul li {
    width: 100%;
    margin-right: 0;
    height: 150px;
    padding: 38px 10px ;
  }
  .page-honor .bottom-content .datum .item {
    margin-bottom: 12px;
  }
  .page-honor .bottom-content .datum .item .icon-box {
    width: 50px;
  }
  .page-honor .bottom-content .datum .item:nth-of-type(2) {
    margin: 0 ;
  }
}
.datum .item .num-box {
  margin-bottom: 30px;
}
.datum .item .num-box .text {
  margin: 0 2px 0 6px;
}
@media (max-width: 800px) {
  .datum .item .num-box {
    margin-bottom: 20px;
  }
}
.datum .item .bot {
  position: relative;
}
.datum .item .bot::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  background: #15b0bc;
  border-radius: 50%;
  transform: scale(1);
}
.datum .item .bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, #15b0bc, rgba(19, 74, 155, 0));
  width: 192px;
}
@media (max-width: 1480px) {
  .datum .item .bot::before {
    width: 162px;
  }
}
.datum .item:hover {
  color: #15b0bc;
}
.datum .item:hover .op8 {
  opacity: 1;
}
#about {
  position: relative;
}
#about .bg {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
#about .content .left-pic {
  width: 36%;
}
#about .content .right-box {
  width: 68%;
  margin-left: -5%;
}
#about .content .right-box .bottom-box {
  padding-left: 25%;
  width: 75%;
}
#about .content .right-box .bottom-box .desc-box {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-radius: 32px;
  min-height: 220px;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  background-image: linear-gradient(-90deg, rgba(21, 176, 188, 0.05), transparent);
  background-image: -moz-linear-gradient(-90deg, rgba(21, 176, 188, 0.05), transparent);
  background-image: -webkit-linear-gradient(-90deg, rgba(21, 176, 188, 0.05), transparent);
}
#about.page-about .content {
  align-items: stretch;
}
#about.page-about .left-box {
  min-height: 708px;
}
#about.page-about .left-box .info-box {
  flex: 1;
}
@media (max-width: 1480px) {
  #about .content .right-box .bottom-box {
    padding-left: 15%;
  }
}
@media (max-width: 800px) {
  #about .content {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 340px;
  }
  #about .content .left-pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #about .content .left-pic img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  #about .content .right-box {
    width: 100%;
    margin-left: 0;
  }
  #about .content .right-box .top-box {
    flex-wrap: wrap;
  }
  #about .content .right-box .top-box .more {
    margin-top: 25px;
  }
  #about .content .right-box .bottom-box {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  #about .content .right-box .bottom-box .desc-box {
    padding: 30px 20px;
  }
  #about .content .right-box .bottom-box .datum {
    padding-top: 30px;
  }
  #about .content .right-box .bottom-box .datum .item {
    margin-bottom: 20px;
  }
  #about.page-about .content {
    align-items: flex-start;
    padding-bottom: 0;
  }
  #about.page-about .left-box {
    min-height: auto;
  }
  #about.page-about .left-box .info-box {
    flex: 1;
  }
}
#map-panel {
  background-image: url('../images/bg3.jpg');
}
#map-panel .content {
  width: 100%;
  margin-top: -50px;
}
@media (max-width: 800px) {
  #map-panel .content {
    margin-top: 20px;
  }
}
#map-panel .content svg {
  width: 100%;
}
#map-panel .content svg .cls-2,
#map-panel .content svg .cls-4,
#map-panel .content svg .cls-5 {
  mix-blend-mode: overlay;
}
#map-panel .content svg .cls-3 {
  opacity: 0.61;
}
#map-panel .content svg .cls-4 {
  opacity: 0.52;
}
#map-panel .content svg .cls-5 {
  opacity: 0.71;
}
#map-panel .content svg .cls-10,
#map-panel .content svg .cls-101,
#map-panel .content svg .cls-11,
#map-panel .content svg .cls-12,
#map-panel .content svg .cls-13,
#map-panel .content svg .cls-14,
#map-panel .content svg .cls-15,
#map-panel .content svg .cls-16,
#map-panel .content svg .cls-17,
#map-panel .content svg .cls-18,
#map-panel .content svg .cls-19,
#map-panel .content svg .cls-20,
#map-panel .content svg .cls-21,
#map-panel .content svg .cls-22,
#map-panel .content svg .cls-23,
#map-panel .content svg .cls-24,
#map-panel .content svg .cls-25,
#map-panel .content svg .cls-26,
#map-panel .content svg .cls-27,
#map-panel .content svg .cls-30,
#map-panel .content svg .cls-33,
#map-panel .content svg .cls-36,
#map-panel .content svg .cls-39,
#map-panel .content svg .cls-42,
#map-panel .content svg .cls-45,
#map-panel .content svg .cls-46,
#map-panel .content svg .cls-49,
#map-panel .content svg .cls-50,
#map-panel .content svg .cls-53,
#map-panel .content svg .cls-56,
#map-panel .content svg .cls-59,
#map-panel .content svg .cls-6,
#map-panel .content svg .cls-62,
#map-panel .content svg .cls-65,
#map-panel .content svg .cls-68,
#map-panel .content svg .cls-7,
#map-panel .content svg .cls-71,
#map-panel .content svg .cls-74,
#map-panel .content svg .cls-77,
#map-panel .content svg .cls-8,
#map-panel .content svg .cls-80,
#map-panel .content svg .cls-83,
#map-panel .content svg .cls-86,
#map-panel .content svg .cls-89,
#map-panel .content svg .cls-9,
#map-panel .content svg .cls-92,
#map-panel .content svg .cls-95,
#map-panel .content svg .cls-98 {
  fill: #fff;
}
#map-panel .content svg .cls-10,
#map-panel .content svg .cls-100,
#map-panel .content svg .cls-11,
#map-panel .content svg .cls-12,
#map-panel .content svg .cls-13,
#map-panel .content svg .cls-14,
#map-panel .content svg .cls-15,
#map-panel .content svg .cls-16,
#map-panel .content svg .cls-17,
#map-panel .content svg .cls-18,
#map-panel .content svg .cls-19,
#map-panel .content svg .cls-20,
#map-panel .content svg .cls-21,
#map-panel .content svg .cls-22,
#map-panel .content svg .cls-23,
#map-panel .content svg .cls-24,
#map-panel .content svg .cls-25,
#map-panel .content svg .cls-26,
#map-panel .content svg .cls-27,
#map-panel .content svg .cls-28,
#map-panel .content svg .cls-29,
#map-panel .content svg .cls-31,
#map-panel .content svg .cls-32,
#map-panel .content svg .cls-34,
#map-panel .content svg .cls-35,
#map-panel .content svg .cls-37,
#map-panel .content svg .cls-38,
#map-panel .content svg .cls-40,
#map-panel .content svg .cls-41,
#map-panel .content svg .cls-43,
#map-panel .content svg .cls-44,
#map-panel .content svg .cls-46,
#map-panel .content svg .cls-47,
#map-panel .content svg .cls-48,
#map-panel .content svg .cls-50,
#map-panel .content svg .cls-51,
#map-panel .content svg .cls-52,
#map-panel .content svg .cls-54,
#map-panel .content svg .cls-55,
#map-panel .content svg .cls-57,
#map-panel .content svg .cls-58,
#map-panel .content svg .cls-6,
#map-panel .content svg .cls-60,
#map-panel .content svg .cls-61,
#map-panel .content svg .cls-63,
#map-panel .content svg .cls-64,
#map-panel .content svg .cls-66,
#map-panel .content svg .cls-67,
#map-panel .content svg .cls-69,
#map-panel .content svg .cls-7,
#map-panel .content svg .cls-70,
#map-panel .content svg .cls-72,
#map-panel .content svg .cls-73,
#map-panel .content svg .cls-75,
#map-panel .content svg .cls-76,
#map-panel .content svg .cls-78,
#map-panel .content svg .cls-79,
#map-panel .content svg .cls-8,
#map-panel .content svg .cls-81,
#map-panel .content svg .cls-82,
#map-panel .content svg .cls-84,
#map-panel .content svg .cls-85,
#map-panel .content svg .cls-87,
#map-panel .content svg .cls-88,
#map-panel .content svg .cls-9,
#map-panel .content svg .cls-90,
#map-panel .content svg .cls-91,
#map-panel .content svg .cls-93,
#map-panel .content svg .cls-94,
#map-panel .content svg .cls-96,
#map-panel .content svg .cls-97,
#map-panel .content svg .cls-99 {
  fill-rule: evenodd;
}
#map-panel .content svg .cls-line {
  fill: #fff;
  fill-rule: evenodd;
  filter: url(#filter);
}
#map-panel .content svg .cls-7 {
  filter: url(#filter-2);
}
#map-panel .content svg .cls-8 {
  filter: url(#filter-3);
}
#map-panel .content svg .cls-9 {
  filter: url(#filter-4);
}
#map-panel .content svg .cls-10 {
  filter: url(#filter-5);
}
#map-panel .content svg .cls-11 {
  filter: url(#filter-6);
}
#map-panel .content svg .cls-12 {
  filter: url(#filter-7);
}
#map-panel .content svg .cls-13 {
  filter: url(#filter-8);
}
#map-panel .content svg .cls-14 {
  filter: url(#filter-9);
}
#map-panel .content svg .cls-15 {
  filter: url(#filter-10);
}
#map-panel .content svg .cls-16 {
  filter: url(#filter-11);
}
#map-panel .content svg .cls-17 {
  filter: url(#filter-12);
}
#map-panel .content svg .cls-18 {
  filter: url(#filter-13);
}
#map-panel .content svg .cls-19 {
  filter: url(#filter-14);
}
#map-panel .content svg .cls-20 {
  filter: url(#filter-15);
}
#map-panel .content svg .cls-21 {
  filter: url(#filter-16);
}
#map-panel .content svg .cls-22 {
  filter: url(#filter-17);
}
#map-panel .content svg .cls-23 {
  filter: url(#filter-18);
}
#map-panel .content svg .cls-24 {
  filter: url(#filter-19);
}
#map-panel .content svg .cls-25 {
  filter: url(#filter-20);
}
#map-panel .content svg .cls-26 {
  filter: url(#filter-21);
}
#map-panel .content svg .cls-27 {
  filter: url(#filter-22);
}
#map-panel .content svg .cls-28 {
  filter: url(#filter-23);
}
#map-panel .content svg .cls-29 {
  filter: url(#filter-24);
}
#map-panel .content svg .cls-46 {
  filter: url(#filter-41);
}
#map-panel .content svg .cls-50 {
  filter: url(#filter-45);
}
#map-panel .content svg .txt {
  font-size: 12.961px;
  text-anchor: middle;
  fill: url(#textGradient);
}
#product {
  background-image: url('../images/bg4.jpg');
}
#product .content .top-nav {
  margin: 70px 0 35px;
}
#product .content .top-nav .item {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 189px;
  margin: 0 25px;
}
#product .content .top-nav .item .bg {
  position: absolute;
  top: 20px;
  left: -5px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#product .content .top-nav .item .name {
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
#product .content .top-nav .item.on .bg {
  opacity: 1;
  animation: shake2 3s ease-in-out infinite;
}
#product .content .top-nav .item.on .name {
  color: #15b0bc;
}
#product .content .product-swiper {
  padding-bottom: 10px;
}
#product .content .content-box {
  height: 494px;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#product .content .content-box .left-box {
  width: 35%;
  height: 100%;
}
#product .content .content-box .left-box a {
  padding: 44px 55px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: url('../images/bg5.png');
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#product .content .content-box .left-box a .text-node {
  margin: 50px 0 100px;
}
#product .content .content-box .right-ul {
  width: 65%;
  height: 100%;
}
#product .content .content-box .right-ul li {
  width: 50%;
  height: 50%;
}
#product .content .content-box .right-ul li a {
  width: 100%;
  height: 100%;
  padding: 44px 55px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url('../images/bg6.png');
  overflow: hidden;
}
#product .content .content-box .right-ul li a .title-box {
  margin-bottom: 25px;
}
#product .content .content-box .right-ul li a .title-box .info {
  margin-left: 15px;
  margin-top: 10px;
}
#product .content .content-box .right-ul li a:hover .watch {
  color: #fff;
  background-color: #15b0bc;
}
#product .content .content-box .right-ul li:nth-of-type(1) a,
#product .content .content-box .right-ul li:nth-of-type(2) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#product .content .content-box .right-ul li:nth-child(2n) a {
  border-right: none;
}
@media (max-width: 800px) {
  #product .content .top-nav {
    margin: 30px 0 10px;
    flex-wrap: wrap;
  }
  #product .content .top-nav .item {
    width: 33.33%;
    margin: 0  auto 20px;
  }
  #product .content .top-nav .item img {
    width: auto;
    height: 60px;
  }
  #product .content .top-nav .item .bg {
    height: auto;
  }
  #product .content .top-nav .item .name {
    margin-top: 5px;
  }
  #product .content .content-box {
    height: auto;
    flex-wrap: wrap;
  }
  #product .content .content-box .left-box {
    width: 100%;
    height: auto;
  }
  #product .content .content-box .left-box a {
    padding: 30px 25px;
  }
  #product .content .content-box .left-box a .text-node {
    margin: 20px 0 25px;
  }
  #product .content .content-box .right-ul {
    width: 100%;
    height: auto;
  }
  #product .content .content-box .right-ul li {
    width: 50%;
    height: 50%;
  }
  #product .content .content-box .right-ul li a {
    padding: 30px 15px;
  }
  #product .content .content-box .right-ul li a .title-box {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  #product .content .content-box .right-ul li a .title-box .info {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
}
#case .case-box {
  position: relative;
  padding-bottom: 80px;
}
#case .case-box .top-title {
  position: absolute;
  top: 0;
  left: 0;
}
#case .case-box .content-box .left-box {
  width: 50%;
}
#case .case-box .content-box .left-box .title-box {
  margin: 20px 0 45px;
}
#case .case-box .content-box .left-box .title-box .left-name span {
  flex: 1;
  margin-right: 60px;
}
#case .case-box .content-box .right-box {
  width: 40%;
}
#case .case-box .content-box .right-box li {
  position: relative;
  padding-top: 64px;
}
#case .case-box .content-box .right-box li:not(:first-child) {
  margin-top: 48px;
}
#case .case-box .content-box .right-box li .title {
  border-radius: 16px;
  width: 201px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 0;
  left: 40px;
}
#case .case-box .content-box .right-box li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 395px;
  height: 104px;
  background-image: url('../images/bg7.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#case .case-box .content-box .right-box li .info {
  background-color: #f7fafa;
  border-radius: 32px;
  padding: 28px 90px 40px;
  min-height: 200px;
  box-sizing: border-box;
  position: relative;
  z-index: 8;
}
#case .case-box .content-box .right-box li .info .desc {
  color: rgba(9, 9, 11, 0.8);
  line-height: 1.875;
}
#case .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#case .bottom-nav .item {
  width: 25%;
  padding: 24px 0;
  text-align: center;
  background-image: linear-gradient(-90deg, rgba(21, 176, 188, 0.06), #fafdff);
  background-image: -moz-linear-gradient(-90deg, rgba(21, 176, 188, 0.06), #fafdff);
  background-image: -webkit-linear-gradient(-90deg, rgba(21, 176, 188, 0.06), #fafdff);
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#case .bottom-nav .item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#case .bottom-nav .item .name {
  position: relative;
  z-index: 8;
}
#case .bottom-nav .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
#case .bottom-nav .item.on .name {
  color: #fff;
  opacity: 1;
}
#case .bottom-nav .item.on::before {
  height: 100%;
}
@media (max-width: 1480px) {
  #case .case-box .content-box .left-box {
    width: 45%;
  }
  #case .case-box .content-box .right-box {
    width: 48%;
  }
  #case .case-box .content-box .right-box li:not(:first-child) {
    margin-top: 38px;
  }
  #case .case-box .content-box .right-box li .title {
    width: 180px;
  }
  #case .case-box .content-box .right-box li .info {
    padding: 28px 40px 30px;
    min-height: 180px;
  }
  #case .case-box .content-box .right-box li .info .desc {
    line-height: 1.6;
  }
}
@media (max-width: 800px) {
  #case .case-box {
    padding-bottom: 40px;
  }
  #case .case-box .content-box .left-box {
    width: 100%;
  }
  #case .case-box .content-box .left-box .title-box {
    margin: 0 0 25px;
  }
  #case .case-box .content-box .right-box {
    width: 100%;
  }
  #case .case-box .content-box .right-box li {
    position: relative;
    padding-top: 44px;
    margin-top: 28px;
  }
  #case .case-box .content-box .right-box li:not(:first-child) {
    margin-top: 18px;
  }
  #case .case-box .content-box .right-box li .title {
    width: 151px;
    height: 40px;
    line-height: 40px;
    left: 20px;
    border-radius: 16px;
    z-index: 10;
  }
  #case .case-box .content-box .right-box li::before {
    width: 70%;
    height: 44px;
  }
  #case .case-box .content-box .right-box li .info {
    margin-top: -10px;
    padding: 28px 30px 40px;
    min-height: auto;
  }
  #case .main.pa {
    padding-left: 20px;
    padding-right: 20px;
  }
  #case .main {
    padding-left: 0;
    padding-right: 0;
  }
  #case .bottom-nav {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #case .bottom-nav .item {
    width: auto;
    padding: 24px 20px;
  }
}
a .corner {
  transform: scale(0);
  width: 100px;
  transform-origin: right bottom;
  position: absolute;
  right: -14px;
  bottom: -13px;
}
a .corner:before {
  content: "";
  display: block;
  height: 105px;
  background: url(../images/corner3.jpg) no-repeat scroll right bottom;
  background-size: contain;
}
a .corner .circle {
  position: absolute;
  right: 0.9em;
  bottom: 0.9em;
  width: 53px;
  height: 53px;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease-out;
}
a .corner {
  transition: all 0.3s ease-out;
}
a:hover .corner {
  transform: scale(1);
}
#application {
  background-image: url('../images/bg8.jpg');
}
#application .application-swiper {
  margin-top: 75px;
  padding-bottom: 100px;
}
#application .application-swiper .swiper-slide a {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  position: relative;
  text-align: center;
  overflow: hidden;
}
#application .application-swiper .swiper-slide a .oppress {
  width: 100%;
  height: 280px;
}
#application .application-swiper .swiper-slide a .info {
  padding: 35px 25px 50px;
  box-sizing: border-box;
  width: 100%;
  min-height: 215px;
  position: relative;
  z-index: 10;
}
#application .application-swiper .swiper-slide a .info .title {
  margin-bottom: 20px;
}
#application .application-swiper .swiper-slide a:hover .title {
  color: #15b0bc;
}
#application .application-swiper .swiper-change {
  position: absolute;
  min-width: 430px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
#application.page-application {
  background-image: url('../images/bg20.jpg');
  background-position: center -20px;
}
#application.page-application .top-box .formbox {
  width: 546px;
  height: 64px;
  background-color: rgba(242, 253, 253, 0.2);
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
  border-radius: 32px;
}
#application.page-application .top-box .formbox .search {
  width: 64px;
  height: 64px;
  background-color: #fff;
  cursor: pointer;
}
#application.page-application .top-box .formbox .tf {
  flex: 1;
}
#application.page-application .top-box .formbox .tf input {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
#application.page-application .lists {
  margin-right: -3%;
  padding-bottom: 30px;
}
#application.page-application .lists .item {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 50px;
}
#application.page-application .lists-box .top-box .select-year {
  border-width: 1px;
  border-color: #dee1e2;
  border-style: solid;
  background-color: #ffffff;
  width: 282px;
  height: 64px;
  border-radius: 32px;
  position: relative;
}
#application.page-application .lists-box .top-box .formbox {
  border-width: 1px;
  border-color: #dee1e2;
  border-style: solid;
  background-color: #ffffff;
  margin-left: 30px;
  box-shadow: none;
}
#application.page-application .lists-box .top-box .formbox .search {
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
#application.page-application .lists-box .top-box .formbox .tf input {
  padding: 0 30px;
}
#application.page-application .lists-box .lists .item a {
  text-align: left;
}
#application.top-application {
  background-position: center bottom;
}
#application.job {
  background-image: url('../images/bg23.jpg');
}
@media (max-width: 800px) {
  #application .application-swiper {
    margin-top: 35px;
    padding-bottom: 80px;
  }
  #application .application-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 220px;
  }
  #application .application-swiper .swiper-slide a .info {
    padding: 25px 20px 30px;
    min-height: 185px;
  }
  #application .application-swiper .swiper-slide a .info .title {
    margin-bottom: 10px;
  }
  #application .application-swiper .swiper-change {
    min-width: 100%;
  }
  #application.page-application {
    background-image: url('../images/bg20.jpg');
    background-position: center top;
  }
  #application.page-application .top-box {
    flex-wrap: wrap;
  }
  #application.page-application .top-box .formbox {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  #application.page-application .top-box .formbox .tf input {
    padding: 0 20px;
  }
  #application.page-application .lists {
    margin-right: 0;
    padding-bottom: 30px;
  }
  #application.page-application .lists .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #application.page-application .pb {
    padding-bottom: 0;
  }
  #application.page-application .lists-box .top-box .select-year {
    width: 100%;
  }
  #application.page-application .lists-box .top-box .formbox {
    margin-left: 0;
  }
  #application.page-application .lists-box .top-box .formbox .tf input {
    padding: 0 20px;
  }
  #application.top-application {
    background-position: center bottom;
    padding-top: 50px;
    margin-top: -160px;
  }
}
#partner {
  position: relative;
  height: 960px;
}
#partner .main {
  height: 100%;
  box-sizing: border-box;
}
#partner .logo-lists {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#partner .logo-lists .sz_list {
  width: 40%;
  justify-content: initial;
  perspective: 500px;
  perspective-origin: center;
  margin-bottom: -80px;
  margin-right: -80px;
}
#partner .logo-lists .sz_list.zl2 {
  direction: initial;
}
#partner .logo-lists .sz_list.zl2 li {
  margin-right: 0;
  margin-left: 80px;
}
#partner .logo-lists .sz_list li {
  width: 25%;
  margin-bottom: 80px;
  margin-right: 80px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 254, 250, 0.3);
  background-image: url('../images/bg10.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.15);
  animation: rotate 7s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(2n) {
  animation: rotate 7s 2.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(4n) {
  animation: rotate 8s 1.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(5n) {
  animation: rotate 5s 0.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(6n) {
  animation: rotate 6s ease-out infinite;
}
@keyframes rotate {
  0% {
    transform: translate3D(0, 0, 200px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3D(0, 0, -200px);
  }
}
#partner .logo-lists .sz_list li:nth-child(3n) {
  margin-right: 0%;
}
#partner .logo-lists .sz_list li .pic {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 100px;
  max-width: 80%;
  max-height: 90%;
  min-height: 62px;
  filter: brightness(0) invert(1);
}
#partner .top-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1480px) {
  #partner {
    height: 768px;
  }
}
@media (max-width: 800px) {
  #partner {
    height: 800px;
  }
  #partner .logo-lists {
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  #partner .logo-lists .sz_list {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    max-height: 300px;
  }
  #partner .logo-lists .sz_list li {
    width: 38%;
    margin-bottom: 40px;
    margin-right: 40px;
  }
  #partner .logo-lists.zl2 {
    margin-top: 60px;
  }
  #partner .logo-lists.zl2 li {
    margin-left: 40px;
  }
}
#from-panel {
  background-image: url('../images/bg11.jpg');
}
#from-panel .content .left-box {
  width: 48%;
}
#from-panel .content .left-box .datum {
  margin: 70px -50px 20px 0;
}
#from-panel .content .left-box .datum .item {
  margin-bottom: 50px;
  margin-right: 50px;
}
#from-panel .content .left-box .bottom-box p {
  margin: 18px 0 25px;
}
#from-panel .content .left-box .bottom-box .code {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
#from-panel .content .left-box .bottom-box .code img {
  max-height: 100%;
}
#from-panel .content .right-box {
  width: 45%;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.302);
  box-shadow: 0px 4px 15px 0px rgba(15, 153, 164, 0.1), inset 2.084px -11.818px 119.54px 19.46px rgba(255, 255, 255, 0.42), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  padding: 50px 45px 74px;
}
#from-panel .content .right-box .tip {
  margin: 15px 0 50px;
}
#from-panel .content .right-box .row {
  margin-bottom: 30px;
  width: 48.5%;
}
#from-panel .content .right-box .row .label {
  width: 100%;
  height: 54px;
  border-width: 1px;
  border-color: #d7dcdd;
  border-style: solid;
  border-radius: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
#from-panel .content .right-box .row .label input,
#from-panel .content .right-box .row .label textarea {
  width: 80%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
#from-panel .content .right-box .row.w100 {
  width: 100%;
}
#from-panel .content .right-box .row.w100 .label {
  height: 160px;
  padding-left: 0;
  display: block;
}
#from-panel .content .right-box .row.w100 .label textarea {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
#from-panel .content .right-box .row.w100 .label textarea::placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
#from-panel .content .right-box .submit-btn {
  width: 220px;
  height: 64px;
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
  margin-top: 24px;
}
#from-panel .content .right-box .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  #from-panel .content {
    flex-wrap: wrap;
  }
  #from-panel .content .left-box {
    width: 100%;
  }
  #from-panel .content .left-box .datum {
    margin: 30px 0 20px 0;
  }
  #from-panel .content .left-box .datum .item {
    margin-bottom: 20px;
    margin-right: 10px;
  }
  #from-panel .content .left-box .bottom-box p {
    margin: 10px 0 15px;
  }
  #from-panel .content .left-box .bottom-box .code {
    width: 140px;
    height: 140px;
  }
  #from-panel .content .right-box {
    width: 100%;
    padding: 30px 25px ;
    margin-top: 30px;
  }
  #from-panel .content .right-box .tip {
    margin: 5px 0 30px;
  }
  #from-panel .content .right-box .row {
    margin-bottom: 20px;
    width: 100%;
  }
  #from-panel .content .right-box .row.w100 .label {
    height: 130px;
  }
  #from-panel .content .right-box .row.w100 .label textarea::placeholder {
    font-size: 14px;
  }
  #from-panel .content .right-box .submit-btn {
    width: 200px;
    height: 50px;
    margin: 14px auto 0;
  }
}
#passApplication {
  padding: 60px 0;
  background-image: url('../images/bg13.jpg');
  position: relative;
  background-position: center top;
}
#passApplication.security {
  padding-bottom: 0;
}
#passApplication .top-content {
  position: relative;
}
#passApplication .top-content .desc {
  margin: 25px auto 0;
  max-width: 68%;
  line-height: 1.8;
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
}
#passApplication .top-content .pic-box {
  position: relative;
  z-index: 8;
}
#passApplication .top-content .bg {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 790px;
}
#passApplication .top-content .content-box {
  border-radius: 40px 40px 0 0;
  padding: 70px 50px 170px;
  box-sizing: border-box;
  background-image: url('../images/bg15.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#passApplication #xmfa .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 65px;
}
#passApplication .product-feature {
  position: relative;
}
#passApplication .product-feature .lists {
  margin-right: -2%;
  margin-bottom: -34px;
}
#passApplication .product-feature .lists li {
  width: 31.33%;
  height: 350px;
  border-radius: 20px;
  background-color: #f2fdfd;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.15), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  border: 3px solid #fff;
  padding: 10px;
  text-align: center;
  margin-right: 2%;
  box-sizing: border-box;
  margin-bottom: 34px;
}
#passApplication .product-feature .lists li .bg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  padding: 50px 65px;
  overflow: hidden;
  box-sizing: border-box;
}
#passApplication .product-feature .lists li .bg .tit {
  margin-bottom: 4px;
}
#passApplication .product-feature .lists li .bg .num {
  font-size: 150px;
  position: absolute;
  bottom: -40px;
  right: 38px;
  color: #15b0bc;
  opacity: 0.1;
}
#passApplication .product-feature .lists li .bg p {
  line-height: 1.6;
}
#passApplication .product-feature .lists li .bg .icon-box {
  height: 80px;
  margin-bottom: 35px;
}
#passApplication .product-feature .lists li:hover .icon-box {
  animation: shake 0.5s linear forwards;
}
#passApplication .product-feature .lists.spe-lists li {
  height: 360px;
}
#passApplication .product-feature .lists.spe-lists li .bg {
  padding: 28px 38px 40px;
}
#passApplication .product-feature .lists.spe-lists li .bg .icon-box {
  margin-bottom: 20px;
}
#passApplication .product-feature .lists.spe-lists2 li .bg {
  padding-top: 40px;
}
#passApplication .product-feature .lists.four-lists li {
  width: 23%;
}
#passApplication .product-feature .lists.four-lists li .bg {
  padding: 50px 15px;
}
#passApplication .product-feature .lists.four-lists li .bg .num {
  right: 25px;
}
#passApplication .st-partner .lists {
  margin-right: -2%;
}
#passApplication .st-partner .lists li {
  width: 23%;
  margin-right: 2%;
}
#passApplication .st-partner .lists li .bg {
  border-radius: 50px;
  background-color: #f2fdfd;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.15), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  height: 100px;
}
#passApplication .st-partner .lists li .bg .pic-box {
  width: 100%;
  height: 100%;
}
#passApplication .st-partner .lists li .bg .pic-box img {
  max-height: 98%;
}
#passApplication .st-partner .lists li .line {
  text-align: center;
  margin-top: 10px;
}
#passApplication .st-partner .lists li:nth-of-type(2n) {
  margin-top: -50px;
}
#passApplication .st-partner .info-box {
  padding: 68px 58px;
  box-sizing: border-box;
  width: 68.5%;
  margin: 20px auto;
  background-image: url('../images/bg14.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 2;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
#passApplication .st-partner .info-box .circle-desc {
  position: relative;
  padding-left: 15px;
}
#passApplication .st-partner .info-box .circle-desc::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
}
#passApplication .cnasjc .top-nav .bg {
  border-radius: 36px;
  background-color: #f2fdfd;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  border: 2px solid #fff;
  padding: 20px 15px;
  height: 72px;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
#passApplication .cnasjc .top-nav .bg .box {
  height: 100%;
}
#passApplication .cnasjc .top-nav .bg .item {
  padding: 10px 27px;
  border-radius: 30px;
  cursor: pointer;
}
#passApplication .cnasjc .top-nav .bg .item.active,
#passApplication .cnasjc .top-nav .bg .item:hover,
#passApplication .cnasjc .top-nav .bg .item.on {
  background-color: #15b0bc;
  color: #fff;
}
#passApplication .cnasjc .top-nav .bg .item:not(:last-child) {
  margin-right: 10px;
}
#passApplication .cnasjc .info-swiper {
  margin-top: 30px;
}
#passApplication .cnasjc .linkbtn {
  margin: 70px auto 0;
}
#passApplication .cnasjc .spe-pic-box {
  border-width: 1px;
  border-color: rgba(21, 2, 1, 0.1);
  border-style: solid;
  background-color: #fff;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  box-sizing: border-box;
}
#passApplication .linkbtn {
  width: 220px;
  height: 64px;
  margin: 110px auto 0;
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
  text-align: center;
  line-height: 64px;
  border-radius: 32px;
}
#passApplication .linkbtn:hover {
  opacity: 0.8;
}
#passApplication.case-detail {
  padding: 0;
  background-image: url('../images/bg17.jpg');
}
#passApplication.case-detail .cnasjc {
  padding-bottom: 50px;
}
#passApplication.case-detail .yycj-content {
  padding-bottom: 100px;
}
#passApplication.case-detail .yycj-content .yycj-nav .item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
}
#passApplication.case-detail .yycj-content .yycj-nav .item::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 17px;
  background-image: url('../images/arrow2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s linear;
}
#passApplication.case-detail .yycj-content .yycj-nav .item .box {
  width: 140px;
  height: 160px;
  border-radius: 10px;
  background-color: #ef0725;
  padding: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
#passApplication.case-detail .yycj-content .yycj-nav .item .box .icon-box {
  margin-top: 18px;
  text-align: center;
}
#passApplication.case-detail .yycj-content .yycj-nav .item .box .top-name .num {
  margin-right: 10px;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:not(:last-child) {
  margin-right: 16px;
}
#passApplication.case-detail .yycj-content .yycj-nav .item.on {
  margin-top: -15px;
}
#passApplication.case-detail .yycj-content .yycj-nav .item.on .box {
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
#passApplication.case-detail .yycj-content .yycj-nav .item.on::after {
  bottom: -25px;
  opacity: 1;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(2) .box {
  background-color: #24aae3;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(3) .box {
  background-color: #f7a11b;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(4) .box {
  background-color: #1aa09a;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(5) .box {
  background-color: #0a75be;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(6) .box {
  background-color: #72af2c;
}
#passApplication.case-detail .yycj-content .yycj-nav .item:nth-of-type(7) .box {
  background-color: #b8b8b8;
}
#passApplication.application-detail {
  background-image: url('../images/bg16.png');
  background-position: center top;
  background-size: 100% 928px;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  #passApplication {
    padding-top: 0;
  }
  #passApplication .top-content .desc {
    margin: 15px auto 0;
    max-width: 100%;
    line-height: 1.6;
  }
  #passApplication .top-content .bg {
    top: -30px;
    width: 100%;
    max-width: 100%;
  }
  #passApplication .top-content .content-box {
    border-radius: 40px 40px 0 0;
    padding: 40px 20px 60px;
  }
  #passApplication .product-feature .lists {
    margin-right: 0;
    margin-bottom: -24px;
  }
  #passApplication .product-feature .lists li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #passApplication .product-feature .lists li .bg {
    padding: 30px ;
    min-height: 250px;
  }
  #passApplication .product-feature .lists li .bg .num {
    font-size: 100px;
    bottom: -20px;
    right: 25px;
  }
  #passApplication .product-feature .lists li .bg p {
    line-height: 1.6;
  }
  #passApplication .product-feature .lists li .bg .icon-box {
    height: auto;
    margin-bottom: 20px;
  }
  #passApplication .product-feature .lists li .bg .icon-box img {
    height: 50px;
  }
  #passApplication .product-feature .lists.spe-lists li {
    height: auto;
  }
  #passApplication .product-feature .lists.spe-lists li .bg {
    padding: 28px 30px 40px;
  }
  #passApplication .product-feature .lists.spe-lists li .bg .icon-box {
    margin-bottom: 20px;
  }
  #passApplication .product-feature .lists.spe-lists2 li .bg {
    padding-top: 30px;
  }
  #passApplication .product-feature .lists.four-lists li {
    width: 100%;
  }
  #passApplication .product-feature .lists.four-lists li .bg {
    padding: 30px 15px;
  }
  #passApplication .product-feature .lists.four-lists li .bg .num {
    right: 25px;
  }
  #passApplication .cnasjc .top-nav .bg {
    border-radius: 86px;
    padding: 10px ;
    height: auto;
  }
  #passApplication .cnasjc .top-nav .bg .item {
    padding: 10px 23px;
  }
  #passApplication .cnasjc .top-nav .bg .box {
    height: auto;
    flex-wrap: wrap;
  }
  #passApplication .cnasjc .linkbtn {
    margin: 30px auto 0;
  }
  #passApplication .cnasjc .spe-pic-box {
    width: 100%;
  }
  #passApplication .linkbtn {
    width: 180px;
    height: 54px;
    margin: 40px auto 0;
    line-height: 54px;
  }
  #passApplication .st-partner .lists {
    margin-right: -1%;
  }
  #passApplication .st-partner .lists li {
    width: 24%;
    margin-right: 1%;
  }
  #passApplication .st-partner .lists li .bg {
    padding: 5px;
    height: 60px;
  }
  #passApplication .st-partner .lists li .line {
    width: 12px;
    margin: 10px auto 0;
  }
  #passApplication .st-partner .lists li:nth-of-type(2n) {
    margin-top: -50px;
  }
  #passApplication .st-partner .info-box {
    padding: 48px 18px;
    width: 100%;
    margin: 20px auto;
    line-height: 1.5;
    background-size: cover;
  }
  #passApplication .st-partner .info-box .circle-desc::before {
    top: 8px;
  }
  #passApplication.case-detail {
    padding: 0;
    background-image: url('../images/bg17.jpg');
  }
  #passApplication.case-detail .cnasjc {
    padding-bottom: 50px;
  }
  #passApplication.case-detail .yycj-content {
    padding-bottom: 100px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item {
    margin-bottom: 30px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item .box {
    width: 90px;
    height: 110px;
    padding: 10px 5px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item .box .icon-box {
    margin-top: 10px;
    text-align: center;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item .box .icon-box img {
    height: 40px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item .box .top-name .num {
    margin-right: 5px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item:not(:last-child) {
    margin-right: 12px;
  }
  #passApplication.case-detail .yycj-content .yycj-nav .item:nth-child(3n) {
    margin-right: 0;
  }
  #passApplication #xmfa .desc {
    margin-top: 20px;
  }
}
.br20 {
  border-radius: 20px;
  overflow: hidden;
}
.case-panel {
  padding-top: 60px;
  background-image: url('../images/bg16.png');
  position: relative;
  background-position: center top;
  background-size: 100% 928px;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.case-panel .content ul li:nth-of-type(2n) a {
  flex-direction: row-reverse;
}
.case-panel .content ul li:nth-of-type(2n) .top-title {
  background-image: url(../images/tit-bg4.png);
  padding-left: 50px;
  left: auto;
  right: 0;
}
.case-panel .content ul li:nth-of-type(2n) .left-info {
  padding-right: 20px;
  padding-left: 60px;
}
.case-panel .content {
  position: relative;
  z-index: 9;
}
.case-panel .content ul li {
  height: 560px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  position: relative;
}
.case-panel .content ul li:not(:last-child) {
  margin-bottom: 80px;
}
.case-panel .content ul li .oppress {
  width: 50%;
  height: 100%;
  border-radius: 16px;
}
.case-panel .content ul li .left-info {
  width: 47%;
  height: 100%;
  padding: 70px 50px 50px;
  box-sizing: border-box;
}
.case-panel .content ul li .left-info .name {
  margin-bottom: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-panel .content ul li .top-title {
  width: 207px;
  height: 54px;
  background-image: url('../images/tit-bg3.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 22px;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  left: 0;
}
.case-panel .content ul li .top-title .num {
  width: 40px;
  height: 22px;
  margin-right: 10px;
  border-radius: 11px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 2px;
}
.case-panel .content ul li a {
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.case-panel .content ul li:hover .name {
  color: #15b0bc;
}
@media (max-width: 1480px) {
  .case-panel .content ul li {
    height: 450px;
  }
  .case-panel .content ul li .left-info {
    padding: 45px 50px ;
  }
}
@media (max-width: 1024px) {
  .case-panel {
    padding-top: 10px;
  }
  .case-panel .content ul li:nth-of-type(2n) .top-title {
    padding-left: 20px;
    left: 0;
    right: auto;
    background-image: url(../images/tit-bg3.png);
  }
  .case-panel .content ul li:nth-of-type(2n) .left-info {
    padding: 20px 10px;
  }
}
@media (max-width: 800px) {
  .case-panel .content ul li {
    height: auto;
  }
  .case-panel .content ul li a {
    flex-wrap: wrap;
    padding: 15px;
  }
  .case-panel .content ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .case-panel .content ul li .oppress {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
  .case-panel .content ul li .left-info {
    width: 100%;
    padding: 20px 10px;
  }
  .case-panel .content ul li .left-info .name {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .case-panel .content ul li .top-title {
    width: 180px;
    height: 48px;
    padding-top: 10px;
    padding-left: 20px;
    top: -22px;
  }
  .case-panel .content ul li .top-title .num {
    width: 40px;
    height: 22px;
    line-height: 22px;
  }
}
.same-info-box {
  background-color: rgba(242, 253, 253, 0.4);
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  min-height: 100px;
  border: 2px solid #fff;
  border-radius: 80px;
  display: flex;
  align-items: center;
}
.same-info-box .desc {
  line-height: 1.6;
  padding: 20px 24px;
  color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.fays .content {
  position: relative;
  margin-top: 28px;
}
.fays .content .middle-box {
  position: relative;
  height: 500px;
}
.fays .content .middle-box .title {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #24aae3;
  line-height: 1.2;
  letter-spacing: 4px;
}
.fays .content .middle-box .circle-bg {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fays .content .middle-box .diffuse {
  width: 100%;
  height: 100%;
}
.fays .content .middle-box .diffuse span {
  webkit-animation: ripple2 4s linear infinite backwards;
  animation: ripple2 4s linear infinite backwards;
  background: url(../images/bg-circle5.png) no-repeat 50% / contain;
  inset: 0;
  position: absolute;
  z-index: 2;
}
.fays .content .middle-box .diffuse span:last-of-type {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@keyframes ripple2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.16);
    transform: scale(0.16);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.fays .content ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 500px;
}
.fays .content ul li {
  width: 39%;
  position: absolute;
  top: 6%;
  left: 0;
}
.fays .content ul li .info-box {
  flex: 1;
}
.fays .content ul li .num-box {
  position: relative;
  margin-left: 10px;
}
.fays .content ul li .num-box .circle-bg {
  animation: xuanzhuan 5s linear infinite;
}
.fays .content ul li .num-box .num {
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  box-shadow: 0px 15px 10px 0px rgba(15, 153, 164, 0.15);
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 5px;
  box-sizing: border-box;
}
.fays .content .sdys li:nth-of-type(1) {
  flex-direction: row-reverse;
  top: 50%;
  transform: translateY(-50%);
}
.fays .content .sdys li:nth-of-type(2) {
  left: auto;
  right: 2%;
  top: 10%;
}
.fays .content .sdys li:nth-of-type(2) .num-box {
  margin-left: 0;
  margin-right: 10px;
}
.fays .content .sdys li:nth-of-type(3) {
  left: auto;
  right: 2%;
  top: auto;
  bottom: 6%;
}
.fays .content .sdys li:nth-of-type(3) .num-box {
  margin-left: 0;
  margin-right: 10px;
}
.fays .content .ldys {
  width: 86%;
  margin: 0 auto;
}
.fays .content .ldys li {
  width: 36%;
}
.fays .content .ldys li:nth-of-type(1),
.fays .content .ldys li:nth-of-type(2),
.fays .content .ldys li:nth-of-type(3) {
  flex-direction: row-reverse;
}
.fays .content .ldys li:nth-of-type(1) {
  left: 4%;
}
.fays .content .ldys li:nth-of-type(2),
.fays .content .ldys li:nth-of-type(5) {
  top: 50%;
  transform: translateY(-50%);
}
.fays .content .ldys li:nth-of-type(3),
.fays .content .ldys li:nth-of-type(6) {
  top: auto;
  bottom: 6%;
  left: 4%;
}
.fays .content .ldys li:nth-of-type(4),
.fays .content .ldys li:nth-of-type(5),
.fays .content .ldys li:nth-of-type(6) {
  left: auto;
  right: 0;
}
.fays .content .ldys li:nth-of-type(4) .num-box,
.fays .content .ldys li:nth-of-type(5) .num-box,
.fays .content .ldys li:nth-of-type(6) .num-box {
  margin-left: 0;
  margin-right: 10px;
}
.fays .content .ldys li:nth-of-type(4),
.fays .content .ldys li:nth-of-type(6) {
  right: 4%;
}
@media (max-width: 1480px) {
  .fays .content ul li {
    width: 37%;
  }
  .fays .content .ldys {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fays .content .middle-box {
    height: auto;
  }
  .fays .content .middle-box .circle-bg {
    width: 300px;
    height: 300px;
  }
  .fays .content ul {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .fays .content ul li {
    width: 100%;
    position: relative;
    top: auto!important;
    bottom: auto!important;
    transform: none!important;
    flex-direction: row!important;
    margin-top: 20px;
  }
  .fays .content ul li .num-box {
    margin-left: 0;
    margin-right: 0!important;
    transform: scale(0.8);
  }
  .fays .content .ldys li {
    width: 100%;
    left: 0!important;
    top: auto!important;
    bottom: auto!important;
    transform: none!important;
  }
  .fays .content .ldys li:nth-of-type(1),
  .fays .content .ldys li:nth-of-type(2),
  .fays .content .ldys li:nth-of-type(3) {
    flex-direction: row;
  }
}
.cly {
  background-image: url(../images/bg18.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  background-color: transparent;
}
.cly .info-content .left-box {
  width: 61%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.102);
  padding: 20px;
  box-sizing: border-box;
}
.cly .info-content .left-box .pic-box {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.cly .info-content .left-box .pic-box img {
  width: 100%;
  height: 100%;
}
.cly .info-content .right-box {
  width: 35%;
  background-image: url(../images/bg19.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 20px;
}
.cly .info-content .right-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: -moz-linear-gradient(-90deg, rgba(21, 203, 217, 0.4) 0%, rgba(21, 176, 188, 0.4) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(21, 203, 217, 0.4) 0%, rgba(21, 176, 188, 0.4) 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(21, 203, 217, 0.4) 0%, rgba(21, 176, 188, 0.4) 100%);
}
.cly .info-content .right-box .top-icon {
  position: relative;
  z-index: 8;
}
.cly .info-content .right-box .top-icon::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 88%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 800px) {
  .cly {
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
  }
  .cly .info-content {
    flex-wrap: wrap;
  }
  .cly .info-content .left-box {
    width: 100%;
    padding: 10px;
  }
  .cly .info-content .right-box {
    width: 100%;
    padding: 50px 30px;
    margin-top: 20px;
  }
  .cly .info-content .right-box .top-icon::before {
    width: 80%;
  }
}
#jsxg {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#jsxg .lists {
  margin-right: -3%;
  margin-bottom: -34px;
}
#jsxg .lists li {
  width: 30.33%;
  height: 350px;
  border-radius: 20px;
  margin-right: 3%;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}
#jsxg .lists li .bg-box {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform-origin: center bottom;
}
#jsxg .lists li .info-box {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
  padding: 55px 60px;
  box-sizing: border-box;
}
#jsxg .lists li .num {
  font-size: 150px;
  position: absolute;
  bottom: -30px;
  right: 50px;
  color: #15b0bc;
  opacity: 0.1;
}
#jsxg .lists li .info {
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
#jsxg .lists li:hover .bg-box {
  transform: scale(1.1);
}
@media (max-width: 800px) {
  #jsxg {
    margin-top: 50px;
  }
  #jsxg .lists {
    margin-right: 0;
    margin-bottom: -20px;
  }
  #jsxg .lists li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #jsxg .lists li .info-box {
    padding: 35px 30px;
  }
  #jsxg .lists li .num {
    font-size: 100px;
    bottom: -20px;
    right: 30px;
  }
}
#techSupport {
  background-image: url(../images/bg23.jpg);
  background-position: center top;
}
#techSupport .main {
  align-items: flex-start;
}
#techSupport .left-year {
  width: 28%;
  min-height: 202px;
  background-color: #f2fdfd;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
#techSupport .left-year .top-name {
  width: 100%;
  padding: 30px 45px 25px;
  box-sizing: border-box;
  background-image: url(../images/bg22.jpg);
}
#techSupport .left-year .years {
  width: 100%;
  padding: 35px 0 15px 45px;
  box-sizing: border-box;
}
#techSupport .left-year .years a {
  margin-bottom: 20px;
  width: 25%;
}
#techSupport .left-year .years a:hover,
#techSupport .left-year .years a.active {
  color: #15b0bc;
}
#techSupport .news-lists {
  width: 68%;
}
#techSupport .news-lists .ul {
  margin-bottom: 70px;
}
#techSupport .news-lists .ul li {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#techSupport .news-lists .ul li a .oppress {
  width: 30%;
  height: 240px;
}
#techSupport .news-lists .ul li a .desc {
  width: 66%;
  margin-top: 10px;
}
#techSupport .news-lists .ul li a .desc .title {
  font-weight: 550;
}
#techSupport .news-lists .ul li a .desc .date {
  margin: 16px 0 22px;
}
#techSupport .news-lists .ul li a:hover .title {
  color: #15b0bc;
}
@media (max-width: 1480px) {
  #techSupport .news-lists .ul li a .oppress {
    width: 30%;
    height: 200px;
  }
}
@media (max-width: 800px) {
  #techSupport .left-year {
    width: 100%;
  }
  #techSupport .left-year .top-name {
    padding: 30px 35px 25px;
  }
  #techSupport .left-year .years {
    padding: 35px 0 15px 35px;
  }
  #techSupport .news-lists {
    width: 100%;
  }
  #techSupport .news-lists .ul {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  #techSupport .news-lists .ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #techSupport .news-lists .ul li a .oppress {
    width: 30%;
    height: 160px;
  }
  #techSupport .news-lists .ul li a .desc {
    width: 66%;
    margin-top: 10px;
  }
  #techSupport .news-lists .ul li a .desc .date {
    margin: 10px 0 12px;
  }
}
.page-news .news-swiper {
  height: 500px;
  overflow: hidden;
}
.page-news .news-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.page-news .news-swiper .swiper-slide a .oppress {
  width: 50%;
  height: 100%;
  border-radius: 16px;
}
.page-news .news-swiper .swiper-slide a .desc {
  width: 46%;
  padding-bottom: 140px;
}
.page-news .news-swiper .swiper-slide a .desc .date {
  margin: 15px 0 25px;
}
.page-news .news-swiper .swiper-slide a:hover .desc .title {
  color: #15b0bc;
}
.page-news .news-swiper .swiper-change {
  position: absolute;
  left: 54%;
  bottom: 100px;
  width: 170px;
  z-index: 9;
}
@media (max-width: 1480px) {
  .page-news .news-swiper {
    height: 460px;
  }
}
@media (max-width: 800px) {
  .page-news .news-swiper {
    height: auto;
    padding-bottom: 80px;
  }
  .page-news .news-swiper .swiper-slide a {
    flex-wrap: wrap;
  }
  .page-news .news-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 300px;
    border-radius: 16px 16px 0 0;
  }
  .page-news .news-swiper .swiper-slide a .desc {
    padding: 20px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .page-news .news-swiper .swiper-slide a .desc .date {
    margin: 10px 0 20px;
  }
  .page-news .news-swiper .swiper-change {
    left: 58%;
    bottom: 0;
    width: 140px;
    z-index: 9;
  }
}
.zl-page .down-lists li {
  position: relative;
  padding-top: 90px;
  width: 48.5%;
  margin-bottom: 65px;
}
.zl-page .down-lists li .pic {
  width: 32%;
  height: 330px;
  position: absolute;
  bottom: 44px;
  left: 50px;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
}
.zl-page .down-lists li .pic img {
  width: 100%;
  height: 100%;
}
.zl-page .down-lists li .box {
  width: 100%;
  height: 284px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  padding: 50px 0;
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: flex-end;
}
.zl-page .down-lists li .box .info {
  width: 100%;
  height: 100%;
  padding-left: 44%;
  padding-right: 5%;
  box-sizing: border-box;
}
.zl-page .down-lists li .box .info .title {
  line-height: 1.2;
}
.zl-page .down-lists li .box .info .btn-box {
  margin-top: 30px;
}
.zl-page .down-lists li .box .info .btn-box .btn {
  width: 144px;
  height: 50px;
  background-color: #f1f5f6;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.zl-page .down-lists li .box .info .btn-box .btn span {
  margin-right: 10px;
}
.zl-page .down-lists li .box .info .btn-box .btn:first-child {
  margin-right: 15px;
}
.zl-page .down-lists li .box .info .btn-box .btn:hover {
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
  color: #fff;
}
.zl-page .down-lists li:hover .title {
  color: #15b0bc;
}
.zl-page .down-lists li:hover .pic {
  transform: scale(1.05);
}
@media (max-width: 1480px) {
  .zl-page .down-lists li .pic {
    width: 38%;
    height: 338px;
    left: 30px;
  }
  .zl-page .down-lists li .box {
    min-height: 200px;
  }
  .zl-page .down-lists li .box .info {
    padding-left: 47%;
    padding-right: 4%;
  }
  .zl-page .down-lists li .box .info .btn-box {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .zl-page .down-lists li {
    position: relative;
    padding-top: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .zl-page .down-lists li .pic {
    width: 35%;
    height: 148px;
    bottom: 30px;
    left: 10px;
  }
  .zl-page .down-lists li .box {
    height: auto;
    min-height: 184px;
    padding: 30px 0;
    border-radius: 20px;
  }
  .zl-page .down-lists li .box .info {
    padding-left: 40%;
    padding-right: 10px;
  }
  .zl-page .down-lists li .box .info .btn-box {
    margin-top: 20px;
    margin-left: 10px;
  }
  .zl-page .down-lists li .box .info .btn-box .btn span {
    margin-right: 6px;
  }
  .zl-page .down-lists li .box .info .btn-box .btn:first-child {
    margin-right: 5px;
  }
  .zl-page .down-lists li:hover .title {
    color: #fa8e22;
  }
  .zl-page .down-lists li:hover .pic {
    transform: scale(1.05);
  }
}
.r3 {
  position: relative;
  height: 1030px;
  background-image: url(../images/bg8.jpg);
}
@media (max-width: 800px) {
  .r3 {
    height: 500px;
  }
  .r3 h2 {
    padding-left: 20px;
  }
}
.r3 .dot_ed {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.r3 .dot_ed img {
  animation: xuanzhuan 60s linear infinite;
}
.r3 .pub_case {
  z-index: 2;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.r3 .pub_case .tit_box {
  position: absolute;
  top: 8.59375vw;
  left: 0;
}
.r3 .pub_case .abo_r3_con {
  width: 31.25vw;
  height: 31.25vw;
  position: relative;
}
@media (max-width: 800px) {
  .r3 .pub_case .abo_r3_con {
    width: 60vw;
    height: 60vw;
  }
}
.r3 .pub_case .abo_r3_con:after,
.r3 .pub_case .abo_r3_con:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r3 .pub_case .abo_r3_con:after {
  width: 127%;
  height: 127%;
  background-color: rgba(255, 255, 255, 0.502);
}
.r3 .pub_case .abo_r3_con:before {
  width: 154%;
  height: 154%;
  background-color: rgba(255, 255, 255, 0.302);
}
.r3 .pub_case .abo_r3_con .qu_img {
  width: 127.6%;
  height: 127.6%;
  pointer-events: none;
  animation: 4.7s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite rund;
  position: absolute;
  top: -14%;
  left: -14%;
  max-width: inherit;
}
@keyframes rund {
  0% {
    transform: rotate(0);
  }
  99.99% {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}
.r3 .pub_case .abo_r3_con .abo_r3_txt {
  width: 100%;
  z-index: 3;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 5.46875vw;
  position: absolute;
  top: 0;
  left: 0;
}
.cc_n p {
  margin-top: 5px;
  letter-spacing: 2px;
}
.r3 .pub_case .abo_r3_con .abo_r3_txt .cc_mes {
  margin-top: 5.6vw;
  padding: 0 4vw;
  box-sizing: box-sizing;
}
.r3 .pub_case .abo_r3_con .swiper_nav {
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.r3 .pub_case .abo_r3_con .swiper_nav .item {
  pointer-events: all;
  width: 6.4vw;
  height: 6.4vw;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 800px) {
  .r3 .pub_case .abo_r3_con .swiper_nav .item {
    width: 10vw;
    height: 10vw;
  }
  .r3 .pub_case .abo_r3_con .swiper_nav .item img {
    width: 20px;
  }
}
.r3 .pub_case .abo_r3_con .swiper_nav > div:before {
  content: "";
  width: 8vw;
  height: 8vw;
  border: 1px dashed rgba(19, 77, 81, 0.2);
  border-radius: 100%;
  margin-top: -4vw;
  margin-left: -4vw;
  animation: 2s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite rund;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.r3 .pub_case .abo_r3_con .swiper_nav > div:nth-child(1) {
  top: 50%;
  left: -13.125vw;
}
.r3 .pub_case .abo_r3_con .swiper_nav > div:nth-child(2) {
  top: 5vw;
  right: -18vw;
  transform: translate(-50%, -50%) scale(0.9);
}
.r3 .pub_case .abo_r3_con .swiper_nav > div:nth-child(3) {
  bottom: -8vw;
  right: -2vw;
  transform: translate(-50%, -50%) scale(0.8);
}
.r3 .pub_case .abo_r3_con .swiper_nav > div.on {
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
}
.r3 .pub_case .abo_r3_con .swiper_nav > div.on img {
  filter: brightness(0) invert(1);
}
.pub_case {
  width: 83.3333%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .pub_case {
    width: 100%;
  }
}
.img_case {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.img_case:before {
  content: "";
  margin-top: 100%;
  display: block;
}
.img_case img,
.img_case .img {
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.img_case.hei_img {
  height: 100%;
}
.img_case.hei_img:before {
  display: none;
}
.develop {
  position: relative;
}
.develop .main {
  position: relative;
  z-index: 99;
}
.develop .lists-box {
  position: relative;
  margin-top: 40px;
  height: 1314px;
  overflow: hidden;
}
.develop .lists-box .middle-line {
  width: 4px;
  height: 100%;
  background-color: #e7eded;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.develop .lists-box .middle-line2 {
  height: 0;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
}
.develop .lists-box .lists li {
  width: 46%;
  position: relative;
  margin-left: 54%;
  padding-bottom: 85px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
.develop .lists-box .lists li .circle {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -80px;
  box-sizing: border-box;
}
.develop .lists-box .lists li .circle:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.develop .lists-box .lists li .info .year {
  margin-top: -15px;
}
.develop .lists-box .lists li .info .year,
.develop .lists-box .lists li .info .top-title {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
}
.develop .lists-box .lists li .info .top-title {
  margin-top: 5px;
}
.develop .lists-box .lists li .info .desc {
  margin-top: 10px;
  max-width: 80%;
}
.develop .lists-box .lists li .info .desc p {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.develop .lists-box .lists li .info .desc p:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #848485;
  position: absolute;
  top: 13px;
  left: 0;
}
@media (min-width: 800px) {
  .develop .lists-box .lists li:nth-child(2n) {
    margin-left: 0;
    margin-right: 54%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    transform: translateX(-100px);
  }
  .develop .lists-box .lists li:nth-child(2n) .circle {
    left: auto;
    right: -80px;
  }
  .develop .lists-box .lists li:nth-child(2n) .info {
    width: 100%;
  }
  .develop .lists-box .lists li:nth-child(2n) .info .desc {
    width: 100%;
    max-width: 100%;
    padding-left: 20%;
    box-sizing: border-box;
  }
}
.develop .lists-box .lists li.active {
  opacity: 1;
  transform: translateX(0);
}
.develop .more {
  margin: 40px auto 0;
}
.develop .right-bg {
  position: absolute;
  top: 5%;
  right: 0;
}
.develop .left-bg {
  position: absolute;
  top: 56%;
  left: 0;
}
@media (max-width: 1480px) {
  .develop .lists-box .lists li {
    width: 45%;
    margin-left: 55%;
  }
  .develop .lists-box .lists li .info .year {
    margin-top: -10px;
  }
}
@media (max-width: 800px) {
  .develop .lists-box {
    height: 914px;
  }
  .develop .lists-box .middle-line {
    top: 0;
    left: 18px;
    transform: translateX(0);
  }
  .develop .lists-box .lists li {
    width: 80%;
    margin-left: 16%;
    box-sizing: border-box;
  }
  .develop .lists-box .lists li .info .year {
    margin-top: -10px;
  }
  .develop .lists-box .lists li .circle {
    left: -53px;
  }
}
.job-content {
  align-items: flex-start;
}
.job-content .job-lists {
  width: 60%;
}
.job-content .job-lists .ul li {
  padding: 60px 55px;
  border-radius: 20px;
  background-image: url('../images/bg27.jpg');
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  overflow: hidden;
  margin-bottom: 45px;
}
.job-content .job-lists .ul li .top-name {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.job-content .job-lists .ul li .bottom-info .row {
  margin-bottom: 20px;
}
.job-content .job-lists .ul li .bottom-info .row .tit {
  margin-bottom: 5px;
}
.job-content .job-lists .ul li .bottom-info .tdjl {
  margin-top: 30px;
}
.job-content .job-lists .ul li .bottom-info .tdjl .icon-box {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.job-content .job-lists .ul li .bottom-info .tdjl:hover span {
  color: #15cbd9;
}
.job-content .job-lists .ul li:hover .top-name {
  color: #15cbd9;
}
.job-content .right-info {
  width: 35%;
  padding: 60px 55px 160px;
  box-sizing: border-box;
}
.job-content .right-info .zp-links {
  margin: 55px 0 90px;
}
.job-content .right-info .zp-links a .icon {
  opacity: 0;
  margin-left: 60px;
  transition: all 0.6s ease;
}
.job-content .right-info .zp-links a:nth-of-type(2) {
  margin: 15px 0;
}
.job-content .right-info .zp-links a:hover .op8 {
  opacity: 1;
}
.job-content .right-info .zp-links a:hover .icon {
  opacity: 1;
  margin-left: 40px;
}
.job-content .right-info .email-box .icon-box {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.302);
  margin-right: 10px;
}
@media (max-width: 800px) {
  .job-content .job-lists {
    width: 100%;
  }
  .job-content .job-lists .ul li {
    padding: 40px 35px;
    margin-bottom: 25px;
  }
  .job-content .job-lists .ul li .top-name {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .job-content .job-lists .ul li .bottom-info .row {
    margin-bottom: 10px;
  }
  .job-content .job-lists .ul li .bottom-info .tdjl {
    margin-top: 20px;
  }
  .job-content .right-info {
    width: 100%;
    padding: 30px 25px 50px;
    box-sizing: border-box;
  }
  .job-content .right-info .zp-links {
    margin: 25px 0 40px;
  }
}
.aqyjy-content .left-box {
  width: 45%;
}
.aqyjy-content .left-box svg {
  width: 80%;
}
.aqyjy-content .left-box svg .cls-1 {
  font-size: 30px;
}
.aqyjy-content .left-box svg .cls-1,
.aqyjy-content .left-box svg .cls-2,
.aqyjy-content .left-box svg .cls-3,
.aqyjy-content .left-box svg .cls-4 {
  fill: #fff;
}
.aqyjy-content .left-box svg .cls-1,
.aqyjy-content .left-box svg .cls-4 {
  font-weight: 700;
}
.aqyjy-content .left-box svg .cls-2 {
  opacity: 0.12;
  filter: url(#filter);
}
.aqyjy-content .left-box svg .cls-3 {
  filter: url(#filter-2);
}
.aqyjy-content .left-box svg .cls-4 {
  font-size: 36px;
}
.aqyjy-content .left-box svg .w-circle {
  animation: xuanzhuan 10s linear infinite;
  transform-origin: 50% 50%;
}
.aqyjy-content .right-box {
  width: 50%;
}
@media (max-width: 800px) {
  .aqyjy-content .left-box {
    width: 100%;
  }
  .aqyjy-content .left-box svg {
    width: 100%;
  }
  .aqyjy-content .right-box {
    width: 100%;
    margin-top: 40px;
  }
}
.news-panel .left-box {
  width: 304px;
}
.news-panel .left-box .change-line {
  height: 455px;
  position: relative;
  margin-top: 50px;
}
.news-panel .left-box .change-line .mark {
  position: relative;
}
.news-panel .left-box .change-line .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.news-panel .left-box .change-line .mark .circle.circle1 {
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
}
.news-panel .left-box .change-line .mark .circle.circle2,
.news-panel .left-box .change-line .mark .circle.circle3 {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  animation: waves 3s linear infinite;
  opacity: 0;
  transform: scale(0);
  border: 1px solid #15b0bc;
  box-sizing: border-box;
}
.news-panel .left-box .change-line .mark .circle.circle2 {
  animation-delay: 1s;
}
.news-panel .left-box .change-line .mark .circle.circle3 {
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.news-panel .left-box .change-line .middle-line {
  height: 400px;
  position: relative;
}
.news-panel .left-box .change-line .middle-line .middle-dot {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.news-panel .left-box .change-line .middle-line .line {
  width: 2px;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  opacity: 0.2;
  margin: 0 auto;
}
.news-panel .left-box .bottom-box p {
  margin-top: 10px;
}
.news-panel .left-box .bottom-box .code {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
.news-panel .left-box .bottom-box .code img {
  max-height: 100%;
}
.news-panel .right-box {
  width: calc(100% - 26%);
}
.news-panel .right-box .ul .item {
  margin-bottom: 50px;
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.news-panel .right-box .ul .item a {
  padding: 45px 50px;
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
.news-panel .right-box .ul .item a .date {
  margin-bottom: 25px;
}
.news-panel .right-box .ul .item a .date .tag {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.702);
  border-style: solid;
  width: 118px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-right: 20px;
  border-radius: 30px;
}
.news-panel .right-box .ul .item a .oppress {
  width: 100%;
  height: 260px;
  margin: 35px 0 25px;
  border-radius: 20px;
}
.news-panel .right-box .ul .item a .tit-box {
  height: 68px;
}
.news-panel .right-box .ul .item a .tit-box .title {
  line-height: 1.2;
}
.news-panel .right-box .ul .item a .more {
  box-shadow: none;
}
.news-panel .right-box .ul .item a:hover .title {
  color: #15b0bc;
}
.news-panel .right-box .ul .item:nth-of-type(2n) {
  margin-top: 160px;
}
@media (max-width: 800px) {
  .news-panel .prScroll {
    width: 100%;
  }
  .news-panel .left-box {
    width: 100%;
    text-align: left;
  }
  .news-panel .left-box .change-line {
    display: none;
  }
  .news-panel .left-box .bottom-box {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .news-panel .right-box {
    width: 100%;
    margin-top: 40px;
  }
  .news-panel .right-box .ul .item {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .news-panel .right-box .ul .item a {
    padding: 35px 20px;
  }
  .news-panel .right-box .ul .item a .oppress {
    height: 220px;
    margin: 20px 0 ;
  }
  .news-panel .right-box .ul .item a .tit-box {
    height: auto;
  }
  .news-panel .right-box .ul .item:nth-of-type(2n) {
    margin-top: 0;
  }
}
.masonry-container {
  height: 100%;
  position: relative;
}
.masonry-container .loading-indicator,
.masonry-container .no-more-data {
  text-align: center;
  padding: 20px 0;
  color: #999;
  font-size: 14px;
}
.masonry-container .masonry {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 160px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .masonry-container .masonry {
    padding: 0 10px 40px;
  }
}
@media (max-width: 480px) {
  .masonry-container .masonry li {
    width: 100% !important;
  }
}
.newsbtn-box {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsbtn-box a {
  width: 47%;
  height: 270px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  padding: 45px;
  box-sizing: border-box;
}
.newsbtn-box a:hover {
  background-image: url('../images/bg28.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsbtn-box a:hover .tit {
  color: #15b0bc;
}
.newsbtn-box a:hover .more {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  box-shadow: 0px 4px 10px 0px rgba(15, 153, 164, 0.2);
}
.newsbtn-box a:hover .more i::after {
  background-image: url(../images/yuan.png);
}
.newsbtn-box a .tit {
  margin: 10px 0 35px;
}
@media (max-width: 800px) {
  .newsbtn-box {
    margin-top: 30px;
    padding-top: 10px;
    flex-wrap: wrap;
  }
  .newsbtn-box a {
    margin-top: 20px;
    width: 100%;
    height: 200px;
    padding: 25px;
  }
  .newsbtn-box a .tit {
    margin: 10px 0 20px;
  }
}
.news-details .back {
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  width: 210px;
  height: 80px;
  padding: 10px;
  border-radius: 40px;
  box-sizing: border-box;
}
.news-details .back .char {
  margin-left: 27px;
}
.news-details .back .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -webkit-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  background-image: -ms-linear-gradient(-90deg, #15cbd9 0%, #15b0bc 100%);
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.news-details .back:hover {
  color: #15b0bc;
  opacity: 1;
}
.news-details .back:hover .icon {
  color: #fff;
  background-color: #15b0bc;
}
.news-details .article {
  width: 68%;
}
.news-details .article .tit {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .article .desc {
  color: #424348;
  line-height: 1.8;
}
.news-details .article .desc a {
  display: inline-block;
}
@media (max-width: 800px) {
  .news-details {
    flex-wrap: wrap;
  }
  .news-details .back {
    display: none;
  }
  .news-details .article {
    width: 100%;
  }
  .news-details .article .tit {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .news-details .article .desc {
    line-height: 1.6;
  }
}
.connect-content {
  border-radius: 20px;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  background-image: url('../images/bg29.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 85px;
  box-sizing: border-box;
}
.connect-content .connect {
  width: 55%;
}
.connect-content .connect .connect-item {
  margin-bottom: 40px;
}
.connect-content .connect .connect-item:last-child {
  margin-bottom: 0;
}
.connect-content .connect .connect-item .num-box {
  position: relative;
  margin-right: 15px;
  height: 100px;
}
.connect-content .connect .connect-item .num-box .circle-bg {
  animation: xuanzhuan 5s linear infinite;
}
.connect-content .connect .connect-item .num-box .num {
  box-shadow: 0px 15px 10px 0px rgba(15, 153, 164, 0.15);
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 5px;
  box-sizing: border-box;
}
.connect-content .connect .connect-item .connect-txt {
  line-height: 1.2;
  flex: 1;
  padding-top: 10px;
}
.connect-content .right-box {
  padding-left: 15%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.connect-content .right-box .code {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 68, 130, 0.1);
  width: 220px;
  height: 220px;
  margin-top: 25px;
  padding: 20px;
  box-sizing: border-box;
}
.connect-content .right-box .code img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1480px) {
  .connect-content .connect .connect-item .connect-txt {
    padding-top: 16px;
  }
}
@media (max-width: 800px) {
  .connect-content {
    flex-wrap: wrap;
    padding: 35px 25px;
  }
  .connect-content .connect {
    width: 100%;
  }
  .connect-content .connect .connect-item {
    margin-bottom: 15px;
  }
  .connect-content .connect .connect-item:last-child {
    margin-bottom: 0;
  }
  .connect-content .connect .connect-item .num-box {
    margin-right: 0;
    transform: scale(0.7);
  }
  .connect-content .connect .connect-item .connect-txt {
    padding-top: 0;
    word-break: break-all;
  }
  .connect-content .right-box {
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.company {
  background-image: url('../images/bg30.jpg');
}
.company .map-content {
  position: relative;
}
.company .map-content .map-lists {
  position: relative;
  z-index: 8;
}
.company .map-content .map-lists .item {
  height: 310px;
  border-radius: 20px;
  width: 42%;
  margin-left: 58%;
  background-image: url('../images/bg31.jpg');
  background-color: #fff;
  padding: 60px 60px 50px;
  box-sizing: border-box;
}
.company .map-content .map-lists .item .bottom-box {
  margin-top: 45px;
}
.company .map-content .map-lists .item .bottom-box .txt {
  flex: 1;
  margin-right: 45px;
}
.company .map-content .map-lists .item:nth-of-type(2n) {
  margin-left: 0;
  margin-right: 58%;
}
.company .map-content .map-lists .item:nth-of-type(2) {
  margin-top: -100px;
}
.company .map-content .map-lists .item:nth-of-type(3) {
  margin-top: -80px;
}
.company .map-content .map-lists .item:hover .name {
  color: #15b0bc;
}
.company .map-content .map-lists .item:hover .bottom-box img {
  animation: shake 0.5s linear forwards;
}
.company .map-content .middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.company .map-content .middle-box img {
  animation: xuanzhuan 25s linear infinite;
}
@media (max-width: 800px) {
  .company .map-content .middle-box {
    top: -180px;
    transform: translate(-50%, 0);
  }
  .company .map-content .map-lists {
    margin-top: 200px;
  }
  .company .map-content .map-lists .item {
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 30px 10px ;
  }
  .company .map-content .map-lists .item .bottom-box {
    margin-top: 25px;
  }
  .company .map-content .map-lists .item .bottom-box .txt {
    flex: 1;
    margin-right: 15px;
  }
  .company .map-content .map-lists .item .bottom-box img {
    width: 20px;
  }
  .company .map-content .map-lists .item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .company .map-content .map-lists .item:nth-of-type(2) {
    margin-top: 20px;
  }
  .company .map-content .map-lists .item:nth-of-type(3) {
    margin-top: 20px;
  }
}
