@import "//at.alicdn.com/t/c/font_5170200_iactbkija2.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: #1242a4;
  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.667;
  opacity: 0.7;
}
@media (max-width: 1480px) {
  .text-node {
    line-height: 1.6;
    font-size: 16px;
  }
}
@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);
}
.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;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f48 {
  font-size: 48px;
}
.mtop70 {
  margin-top: 70px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1.2rem;
}
@media (max-width: 1480px) {
  .pa,
  .pt {
    padding-top: 1rem;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1.2rem;
}
@media (max-width: 1480px) {
  .pt,
  .pb {
    padding-bottom: 1rem;
  }
}
@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: #1242a4;
}
.maincolor2 {
  color: #ed1c24;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
/* 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;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#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%, #1AA09A 100%);
  background-image: -webkit-linear-gradient(90deg, #15cbd9 0%, #1AA09A 100%);
  background-image: -ms-linear-gradient(90deg, #15cbd9 0%, #1AA09A 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: 200px;
}
#aside .item:hover {
  color: #fff;
  background-color: #1242a4;
}
#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;
  }
}
.watch {
  cursor: pointer;
  height: 40px;
  padding: 0 26px;
  box-sizing: border-box;
  position: relative;
}
.watch::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  line-height: 40px;
  border-radius: 20px;
  transition: all 0.6s ease;
}
.watch .char {
  margin-right: 15px;
  text-transform: uppercase;
}
.watch img,
.watch span {
  position: relative;
  z-index: 9;
}
.watch:hover {
  color: #fff;
}
.watch:hover::after {
  width: 120px;
  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%);
}
.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: 80px;
  font-family: 'adineueBold', sans-serif;
}
.datum .num .data-rolling {
  transition: color 0.3s ease-out;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.datum .num::after {
  content: attr(data-content);
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 56px;
  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: #1242a4;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 70px;
  }
  .datum .num::before {
    font-size: 30px;
  }
  .datum .num::after {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .datum .num {
    font-size: 48px;
  }
  .datum .num::before {
    font-size: 20px;
    bottom: 8px;
  }
  .datum .num::after {
    font-size: 22px;
  }
  .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;
  }
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 170px;
  height: 56px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 6px 0 34px;
  background-image: url(../images/more-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.more .char {
  position: relative;
  z-index: 8;
  color: transparent;
  background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.more img {
  position: relative;
  z-index: 8;
  filter: brightness(1000);
}
.more .icon-box {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  position: relative;
  z-index: 8;
  transition: all 0.4s ease;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  transition: all 0.5s ease;
}
.more:hover {
  color: #fff;
}
.more:hover::before {
  width: 100%;
}
.more:hover .char {
  color: #fff;
}
.more:hover .icon-box {
  background-color: #fff;
  background-image: none;
}
.more:hover .icon-box img {
  filter: none;
}
.more.spe-more {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #fff;
  background-color: #13bbaf;
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #1242a4;
  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: #1242a4;
  border-color: #1242a4;
  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: #1242a4;
}
.more.new-more:hover .dot {
  border-color: #1242a4;
}
.more.new-more:hover .dot::after {
  background-color: #1242a4;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 42px;
    padding: 0 6px 0 20px;
  }
  .more .icon-box {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  position: relative;
  opacity: 0.9;
  margin-right: 0.5em;
  margin-top: -2px;
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ed1c24;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 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: #1242a4;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(18, 66, 164, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(18, 66, 164, 0.3);
}
@media (max-width: 1480px) {
  .f18 {
    font-size: 16px;
  }
  .f26 {
    font-size: 22px;
  }
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f48 {
    font-size: 36px;
  }
  .f24 {
    font-size: 22px;
  }
}
@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: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f30 {
    font-size: 20px;
  }
  .f32 {
    font-size: 22px;
  }
  .f36 {
    font-size: 24px;
  }
  .f40 {
    font-size: 24px;
  }
  .f48 {
    font-size: 26px;
  }
  .mtop70 {
    margin-top: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
.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(18, 66, 164, 0)), to(rgba(18, 66, 164, 0.4)));
  background: linear-gradient(0deg, rgba(18, 66, 164, 0), rgba(18, 66, 164, 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);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 58px;
  height: 58px;
  color: #656565;
  line-height: 60px;
  font-family: 'adineueBold', sans-serif;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
ul.pagination li:last-child::after,
ul.pagination li:first-child::after {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #fff;
  border-radius: 50%;
}
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: bold;
}
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;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
ul.pagination li:last-child:hover::after,
ul.pagination li:first-child:hover::after {
  display: none;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  color: #fff;
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  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.24rem;
  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: 1080px) {
  ul.pagination li {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
  ul.pagination li:last-child,
  ul.pagination li:first-child {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  ul.pagination li:last-child::after,
  ul.pagination li:first-child::after {
    width: 38px;
    height: 38px;
  }
}
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: 10em;
    min-width: 150px;
  }
}
.main {
  max-width: 1520px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@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-change {
  text-align: center;
  line-height: 2.4em;
}
.swiper-change > .circle {
  position: static;
  margin-top: 0;
  width: 2.4em;
  height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #808185;
}
.swiper-change > .circle.swiper-button-prev {
  margin-right: 2em;
}
.swiper-change > .circle:after {
  display: none;
}
.swiper-change > .circle > .iconfont {
  font-size: 12px;
}
.swiper-change > .circle:hover {
  color: #1242a4;
  border-color: #fff;
  background-color: #fff;
}
.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 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.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.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #1242a4;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #1242a4;
}
.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: #1242a4;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #1242a4;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #1242a4;
}
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: #1242a4;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #1242a4;
}
@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: #1242a4;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
.toTop.on {
  transform: none;
  right: 0.3rem;
}
.toTop:hover {
  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: #1242a4;
}
.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: #1242a4;
}
.swiper-change .swiper-pagination.spe-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 4px;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.swiper-change .swiper-pagination.spe-pagination .swiper-pagination-bullet-active {
  width: 33px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
}
.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: #1242a4;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.swiper-change.spe-change .btn::after {
  display: none;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change .btn:hover {
  opacity: 1;
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  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%);
  border-color: transparent;
}
.swiper-change.spe-change2 .btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #e7ebf1;
  opacity: 1;
  border-radius: 50%;
}
.swiper-change.spe-change2 .btn::after {
  font-size: 24px;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.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 .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -18px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  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%);
  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: #a7a7a7;
  width: auto;
}
.swiper-change.spe-change5 .btn:after {
  display: none;
}
.swiper-change.spe-change5 .btn:hover {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.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;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 6%;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 115px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 1em;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .formbox {
  width: 100%;
  height: 4em;
  padding: 0 1em;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#search .search {
  font-size: 1.5em;
  color: #1242a4;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #1242a4;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
#search .hot-product {
  margin-top: 20px;
}
#search .hot-product .title .f12 {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: red;
  position: relative;
  margin-left: 12px;
}
#search .hot-product .title .f12:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid red;
}
#search .hot-product .pro-tags {
  margin-top: 20px;
}
#search .hot-product .pro-tags a {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin-right: 10px;
  margin-bottom: 10px;
}
#search .hot-product .pro-tags a:hover {
  background-color: #1242a4;
  color: #fff;
}
#search .db-lists .ul li {
  margin-top: 8px;
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  z-index: 500;
  overflow: visible;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
}
#header .nav {
  margin-right: 0.2rem;
  transition: all 0.6s ease-out;
}
#header .nav .subset:empty {
  display: none !important;
}
#header .search {
  margin-left: 70px;
  cursor: pointer;
}
#header .search .icon {
  margin-right: 10px;
}
#header.scroll {
  transform: translateY(-140%);
}
#header.show,
#header.on {
  transform: translateY(0);
  background-color: #1242a4;
}
#header.page-header {
  background-color: #fff;
  top: 0;
}
#header.fixed-header {
  background-color: #1242a4;
}
#header.fixed-header .menu .cls {
  fill: #fff;
}
#header.detail-header {
  background-color: #fff;
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.12);
}
#header.detail-header .logo .default {
  display: none;
}
@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: -8px;
  }
  #header .nav .fade,
  #header .nav .subset:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .nav .subset {
    position: relative;
    background-color: #fff;
    padding: 2em 1.2em;
    white-space: nowrap;
    color: #777;
    box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  #header .nav .subset:before {
    content: "";
    bottom: 100%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
  }
  #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: #1242a4;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #1242a4;
  }
  #header .nav .subset .list1 {
    width: 800px;
  }
  #header .nav .subset .list1 > li {
    width: 33.33%;
  }
  #header .nav .subset .list1 > li a:hover {
    color: #1242a4;
  }
  #header .nav .subset .list1 .oppress {
    width: 70%;
    height: 100px;
  }
  #header .nav .subset .list1 .row {
    margin: 15px 0;
  }
  #header .nav .subset .list1 ul li {
    margin-top: 5px;
  }
  #header .nav .touch .top {
    position: relative;
  }
  #header .nav .touch .top::after {
    content: '';
    width: 38px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    background-image: url(../images/navicon.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
  }
  #header .nav .touch:hover .top::after {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    bottom: 5px;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
  #header .nav .touch.active .top::after {
    transform: translateX(-50%);
    opacity: 1;
    bottom: 5px;
  }
  #header.detail-header .nav .touch .top::after {
    background-image: url(../images/navicon2.png);
  }
  #header.detail-header .nav .touch:hover .top,
  #header.detail-header .nav .touch.active .top {
    opacity: 1;
    color: #1242a4;
  }
}
@media (max-width: 800px) {
  #header {
    height: 60px;
  }
  #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,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #fff;
  }
  #header .right-box,
  #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.detail-header .menu .cls {
    fill: #000;
  }
  #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;
    padding: 0;
    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;
    display: none;
  }
  #header .nav .touch:has(.fade)::after {
    display: block;
  }
  #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;
}
.nav .touch {
  position: relative;
}
.nav .touch + .touch {
  margin-left: 0.5rem;
}
.nav .touch .top {
  opacity: 0.8;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  opacity: 1;
}
@media (max-width: 1580px) {
  .nav .touch + .touch {
    margin-left: 0.3rem;
  }
}
#footer {
  background-image: url('../images/footer-bg.jpg');
  position: relative;
  z-index: 99;
}
#footer > .main {
  z-index: 9;
  position: relative;
  padding: 100px 0 45px;
}
#footer > .main .left-box .code {
  width: 120px;
  margin-top: 110px;
}
#footer > .main .left-box .code .pic {
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
}
#footer > .main .left-box .code .pic img {
  width: 100%;
  height: 100%;
}
#footer > .main .bottom-connect {
  padding: 30px 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 45px;
  box-sizing: border-box;
}
#footer > .main .bottom-connect li .icon-box .icon {
  margin-right: 18px;
}
#footer > .main .bottom-connect li .txt {
  flex: 1;
}
#footer .bottom-nav {
  width: 80%;
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 15px;
  opacity: 0.7;
}
#footer .bottom-nav li .two-ul a:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li .two-ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .copyright a:hover {
  opacity: 1;
}
#footer .copyright .left a {
  margin-left: 177px;
}
@media (max-width: 1000px) {
  #footer .copyright a,
  #footer .copyright span {
    width: 100%;
    text-align: center;
  }
  #footer .copyright .left {
    flex-wrap: wrap;
  }
  #footer .copyright .left a {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer .content {
    flex-wrap: wrap;
  }
  #footer > .main {
    padding: 50px 0 20px;
    width: 90%;
    margin: 0 auto;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .left-box .logo {
    margin: 0 auto;
  }
  #footer > .main .left-box .code {
    margin: 40px auto 0;
  }
  #footer > .main .left-box .code .pic {
    margin-bottom: 10px;
  }
  #footer > .main .bottom-connect {
    flex-wrap: wrap;
    padding: 30px 0 10px;
    margin-bottom: 20px;
  }
  #footer > .main .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer > .main .bottom-connect li .icon-box .icon {
    margin-right: 8px;
  }
}
#banner {
  height: 100vh;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide {
  overflow: hidden;
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  width: 90%;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  font-size: 58px;
  opacity: 0;
  line-height: 1.2;
  padding-top: 8px;
}
#banner > .swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .banner-txt .title .span2,
#banner > .swiper .swiper-slide .banner-txt .txt-logo {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .banner-txt .txt-logo {
  padding-right: 70px;
  margin-right: 60px;
  position: relative;
}
#banner > .swiper .swiper-slide .banner-txt .txt-logo::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 12px;
  height: 0;
  background-color: #fff;
  transition: height 2s ease;
  border-radius: 5px;
  box-shadow: 0 0 10px #fff;
}
#banner > .swiper .swiper-slide .bg {
  width: 100%;
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: 178px;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .txt-logo {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .txt-logo::after {
  height: 170px;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 40px;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt-logo img {
    height: 122px;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt-logo::after {
    width: 10px;
  }
  #banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
    height: 158px;
  }
  #banner > .swiper .swiper-slide.swiper-slide-active .txt-logo::after {
    height: 140px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    left: 20px;
    transform: translateY(-50%);
    justify-content: flex-start;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt-logo {
    display: none;
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 28px;
  }
  #banner > .swiper .swiper-slide .banner-txt .title span {
    letter-spacing: 4px;
  }
}
#banner > .swiper .swiper-pagination {
  bottom: 18px;
}
#banner > .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 4px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 2.5px;
  transition: all 0.4s ease;
  margin: 0 10px;
}
#banner > .swiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 20px;
  background-color: #ed1c24;
}
@media (min-width: 800px) {
  #banner > .swiper .swiper-pagination {
    width: auto;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
  }
  #banner > .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: 5px;
    width: 10px;
    margin: 20px 0 20px 16px;
  }
  #banner > .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 500px;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 700px;
  overflow: hidden;
}
#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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#banner.page-banner .banner-txt .icon-pic {
  margin-top: -10px;
  margin-right: 25px;
}
#banner.page-banner .banner-txt .title {
  font-size: 58px;
}
@media (max-width: 1480px) {
  #banner.page-banner {
    height: 600px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 300px;
  }
  #banner.page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 80%;
  }
  #banner.page-banner .banner-txt .icon-pic {
    margin-top: 0;
    margin-right: 15px;
    width: 20px;
  }
  #banner.page-banner .banner-txt .title {
    font-size: 28px;
    justify-content: center;
  }
}
.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;
  }
}
.same-circuit {
  position: relative;
}
.same-circuit canvas {
  width: 100%;
  height: 100%;
}
.same-title {
  letter-spacing: 2px;
}
.same-title .title {
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .same-top-title {
    align-items: flex-start;
  }
}
.same-top-title img {
  margin-top: -10px;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .same-top-title img {
    width: 20px;
    margin-top: 9px;
    margin-right: 10px;
  }
}
.same-top-nav .item {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  border: 1px solid rgba(0, 0, 0, 0.149);
  height: 38px;
  line-height: 36px;
  padding: 0 18px;
  min-width: 178px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 20px;
  box-sizing: border-box;
}
.same-top-nav .item.on {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  color: #fff;
}
.same-top-nav.short .item {
  min-width: auto;
}
@media (max-width: 800px) {
  .same-top-nav {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .same-top-nav .item {
    margin-bottom: 20px;
    padding: 0 8px;
    min-width: 148px;
    margin-right: 10px;
  }
}
.home-about {
  background-image: url("../images/bg.jpg");
}
.home-about .content .item {
  width: 320px;
}
.home-about .content .item .circle {
  width: 100%;
  height: 320px;
  position: relative;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #e9eaee 0%, #f3f4f7 100%);
  background-image: -webkit-linear-gradient(90deg, #e9eaee 0%, #f3f4f7 100%);
  background-image: -ms-linear-gradient(90deg, #e9eaee 0%, #f3f4f7 100%);
  margin: 20px auto;
  flex-direction: column;
}
.home-about .content .item .circle .bg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 268px;
  height: 268px;
}
.home-about .content .item .circle .circle-bg {
  width: 100%;
  height: 100%;
  animation: circle 5s linear infinite;
}
.home-about .content .item:nth-of-type(2) {
  margin: 0 65px;
}
@media (max-width: 1480px) {
  .home-about .content .item {
    width: 270px;
  }
  .home-about .content .item .circle {
    height: 270px;
  }
  .home-about .content .item .circle .bg-box {
    width: 228px;
    height: 228px;
  }
}
@media (max-width: 800px) {
  .home-about .content .item {
    width: 250px;
  }
  .home-about .content .item .circle {
    height: 250px;
    margin: 10px auto;
  }
  .home-about .content .item .circle .bg-box {
    width: 208px;
    height: 208px;
  }
  .home-about .content .item:nth-of-type(2) {
    margin: 30px 0;
  }
}
#business {
  background-image: url("../images/bg2.jpg");
  background-position: center bottom;
  background-size: 100% 1100px;
  padding-bottom: 250px;
}
#business .same-top-nav {
  margin: 50px 0 75px;
}
@media (max-width: 1480px) {
  #business {
    padding-bottom: 200px;
  }
}
@media (max-width: 800px) {
  #business {
    padding-bottom: 0;
    background-size: cover;
    background-position: center top;
  }
  #business .same-top-nav {
    margin: 40px 0 20px;
  }
}
#business .swiper-box {
  position: relative;
}
#business .swiper-box .bg {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 1480px) {
    #business .swiper-box .bg{
        width: 75%;
    }
}
@media (max-width: 800px) {
  #business .swiper-box .bg,
  #business .swiper-box .swiper-change {
    display: none;
  }
}
#business .swiper-box .swiper-wrapper,
#business .swiper-box .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#business .swiper-box .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#business .swiper-box .business-swiper {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  perspective-origin: center center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  height: 360px;
  box-sizing: border-box;
}
#business .swiper-box .business-swiper .ul li a {
  position: relative;
  height: 100%;
}
#business .swiper-box .business-swiper .ul li a .pic-box {
  width: 100%;
  height: 100%;
  transform: scale(1.04);
}
#business .swiper-box .business-swiper .ul li a .bg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 86%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  opacity: 0;
}
#business .swiper-box .business-swiper .ul li a .info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 86%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 100;
}
#business .swiper-box .business-swiper .ul li a .info-box .info .go,
#business .swiper-box .business-swiper .ul li a .info-box .info .icon-box {
  backdrop-filter: blur(0);
}
#business .swiper-box .business-swiper .ul li a .info-box .info .name {
  margin: 5px 0 10px;
  backdrop-filter: blur(0);
}
#business .swiper-box .business-swiper .ul li a .info-box .add-box i {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease;
}
#business .swiper-box .business-swiper .ul li a .info-box .add-box i:nth-child(1) {
  top: -9px;
  left: -9px;
}
#business .swiper-box .business-swiper .ul li a .info-box .add-box i:nth-child(2) {
  top: -9px;
  right: -9px;
}
#business .swiper-box .business-swiper .ul li a .info-box .add-box i:nth-child(3) {
  bottom: -9px;
  left: -9px;
}
#business .swiper-box .business-swiper .ul li a .info-box .add-box i:nth-child(4) {
  bottom: -9px;
  right: -9px;
}
#business .swiper-box .business-swiper .ul li.swiper-slide-active a .bg-box,
#business .swiper-box .business-swiper .ul li.swiper-slide-active a .info-box {
  opacity: 1;
}
@media (max-width: 1480px) {
  #business .swiper-box .business-swiper {
    height: 300px;
  }
  #business .swiper-box .business-swiper .ul li a .icon-box img {
    height: 100px;
  }
}
@media (max-width: 800px) {
  #business .swiper-box .business-swiper {
    height: 280px;
  }
  #business .swiper-box .business-swiper .ul li a .icon-box img {
    height: 80px;
  }
}
#case .top-nav {
  margin: 50px 0 80px;
}
#case .top-nav .item {
  width: 170px;
  height: 150px;
  text-align: center;
  padding: 30px 5px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#case .top-nav .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  border-radius: 10px;
  transition: height 0.4s ease;
}
#case .top-nav .item .box {
  position: relative;
  z-index: 9;
}
#case .top-nav .item .box .name {
  opacity: 0.8;
  margin-top: 20px;
}
#case .top-nav .item.on {
  color: #fff;
}
#case .top-nav .item.on::after {
  height: 100%;
}
#case .top-nav .item.on .box img {
  filter: brightness(0) invert(100);
}
#case .top-nav .item.on .box .name {
  opacity: 1;
}
#case .swiper-box {
  background-color: #f4f6f8;
  position: relative;
  overflow: hidden;
}
#case .case-swiper a {
  height: 568px;
}
#case .case-swiper a .info-box {
  width: 50%;
  height: 100%;
  padding: 100px 64px 100px 10%;
  box-sizing: border-box;
}
#case .case-swiper a .info-box .top-title {
  position: relative;
}
#case .case-swiper a .info-box .top-title .name {
  padding-left: 25px;
  position: relative;
}
#case .case-swiper a .info-box .top-title .name::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 48px;
  background-image: -moz-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
}
#case .case-swiper a .info-box .top-title .num {
  font-size: 96px;
  color: transparent;
  background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  position: absolute;
  bottom: -20px;
  right: 0;
  opacity: 0.5;
}
#case .case-swiper a .text-node {
  margin: 45px 0 60px;
  width: 90%;
}
#case .case-swiper a:hover .more {
  color: #fff;
}
#case .case-swiper a:hover .more::before {
  width: 100%;
}
#case .case-swiper a:hover .more .char {
  color: #fff;
}
#case .case-swiper a:hover .more .icon-box {
  background-color: #fff;
  background-image: none;
}
#case .case-swiper a:hover .more .icon-box img {
  filter: none;
}
#case .case-swiper .oppress {
  width: 50%;
  height: 100%;
}
#case.page-case {
  background-image: url('../images/bg9.jpg');
}
#case.page-case .case-swiper a {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  padding: 75px;
  box-sizing: border-box;
  height: auto;
}
#case.page-case .case-swiper a .oppress {
  width: 55%;
  height: 500px;
  border-radius: 10px;
}
#case.page-case .case-swiper a .info {
  width: 40%;
}
#case.page-case .case-swiper a .name {
  margin-top: 10px;
}
#case.page-case .case-swiper a .text-node {
  width: 100%;
}
@media (max-width: 1480px) {
  #case .top-nav {
    margin: 50px 0;
  }
  #case .case-swiper a {
    height: 500px;
  }
  #case .case-swiper a .info-box .top-title .name {
    padding-left: 20px;
  }
  #case .case-swiper a .info-box .top-title .name::before {
    width: 5px;
    height: 35px;
  }
  #case .case-swiper a .info-box .top-title .num {
    font-size: 80px;
  }
  #case.page-case .case-swiper a {
    padding: 55px;
  }
  #case.page-case .case-swiper a .oppress {
    height: 400px;
  }
}
@media (max-width: 800px) {
  #case .top-nav {
    margin: 30px 0 10px;
    flex-wrap: wrap;
  }
  #case .top-nav .item {
    width: 25%;
    height: auto;
    padding: 30px 0;
  }
  #case .top-nav .item:nth-child(1),
  #case .top-nav .item:nth-child(2),
  #case .top-nav .item:nth-child(3) {
    width: 33.33%;
  }
  #case .top-nav .item .box img {
    height: 30px;
  }
  #case .top-nav .item .box .name {
    margin-top: 10px;
    font-size: 12px;
  }
  #case .case-swiper a {
    height: auto;
    flex-wrap: wrap;
  }
  #case .case-swiper a .info-box {
    width: 100%;
    height: auto;
    padding: 50px 30px;
  }
  #case .case-swiper a .info-box .top-title .name {
    padding-left: 15px;
  }
  #case .case-swiper a .info-box .top-title .name::before {
    top: 8px;
    width: 3px;
    height: 25px;
  }
  #case .case-swiper a .info-box .top-title .num {
    font-size: 60px;
  }
  #case .case-swiper a .text-node {
    margin: 25px 0;
    width: 100%;
  }
  #case .case-swiper .oppress {
    width: 100%;
    height: 280px;
  }
  #case.page-case .case-swiper a {
    padding: 20px;
    flex-wrap: wrap;
  }
  #case.page-case .case-swiper a .oppress {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
  #case.page-case .case-swiper a .info {
    width: 100%;
  }
  #case.page-case .case-swiper a .info > img {
    width: 40px;
  }
}
#project {
  background-image: url('../images/bg4.jpg');
  position: relative;
  overflow: hidden;
}
#project .word-box {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
#project .same-top-nav {
  margin-top: 50px;
}
#project .project-swiper {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
#project .project-swiper .swiper-slide {
  width: 32%;
}
#project .project-swiper .swiper-slide a {
  width: 100%;
  user-select: none;
  cursor: url("../images/mouse-icon.png"), auto;
}
#project .project-swiper .swiper-slide .pic {
  width: 100%;
  height: 454px;
}
#project .project-swiper .swiper-slide .pic img {
  object-fit: fill;
}
#project .project-swiper .swiper-slide .info {
  opacity: 0;
  transform: none;
  padding: 30px 0 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
#project .project-swiper .swiper-slide .info .tit {
  margin-bottom: 10px;
}
#project .project-swiper .swiper-slide.swiper-slide-active {
  width: 36%;
}
#project .project-swiper .swiper-slide.swiper-slide-active .pic {
  height: 360px;
  margin-top: 65px;
}
#project .project-swiper .swiper-slide.swiper-slide-active .pic img {
  object-fit: cover;
}
#project .project-swiper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1480px) {
  #project .word-box {
    bottom: -50px;
  }
  #project .project-swiper .swiper-slide .pic {
    height: 380px;
  }
  #project .project-swiper .swiper-slide.swiper-slide-active {
    width: 36%;
  }
  #project .project-swiper .swiper-slide.swiper-slide-active .pic {
    height: 300px;
    margin-top: 55px;
  }
}
@media (max-width: 800px) {
  #project .main {
    padding-top: 0;
  }
  #project .same-top-nav {
    margin-top: 30px;
  }
  #project .word-box {
    bottom: 0;
  }
  #project .project-swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #project .project-swiper .swiper-slide {
    width: 100%;
  }
  #project .project-swiper .swiper-slide .pic {
    height: 260px;
  }
  #project .project-swiper .swiper-slide.swiper-slide-active {
    width: 100%;
  }
  #project .project-swiper .swiper-slide.swiper-slide-active .pic {
    height: 260px;
    margin-top: 0;
  }
  #project .project-swiper .swiper-slide .info {
    padding: 18px 0 30px;
  }
}
.home-vs {
  background-image: url('../images/bg5.jpg');
}
.home-vs .content .box {
  width: 360px;
  height: 555px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.home-vs .content .box .top {
  width: 100%;
  height: 130px;
  position: relative;
}
.home-vs .content .box .top .name {
  line-height: 130px;
  position: relative;
  z-index: 8;
}
.home-vs .content .box .ul {
  padding: 50px 38px;
  box-sizing: border-box;
}
.home-vs .content .box .ul li {
  margin-bottom: 40px;
}
.home-vs .content .middle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  font-size: 90px;
  margin: 0 56px;
}
.home-vs .content .left .ul {
  text-align: right;
}
.home-vs .content .left .ul li span {
  margin-right: 20px;
  color: #cacccf;
}
.home-vs .content .right .ul li {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.home-vs .content .right .ul li::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #fff 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #fff 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #fff 100%);
  transition: all 0.6s ease-in-out;
}
.home-vs .content .right .ul li .name img {
  margin-right: 20px;
}
.home-vs .content .right .ul li .info {
  margin: 10px 0 0 45px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.home-vs .content .right .ul li:hover .info {
  max-height: 100px;
  overflow-y: auto;
}
.home-vs .content .right .ul li:hover::before {
  width: 100%;
}
@media (max-width: 800px) {
  .home-vs .content {
    flex-wrap: wrap;
  }
  .home-vs .content .box {
    width: 300px;
    height: auto;
  }
  .home-vs .content .box .top {
    height: 70px;
  }
  .home-vs .content .box .top .name {
    line-height: 70px;
  }
  .home-vs .content .box .ul {
    padding: 30px 20px;
  }
  .home-vs .content .box .ul li {
    margin-bottom: 20px;
  }
  .home-vs .content .middle {
    width: 100px;
    height: 100px;
    font-size: 40px;
    margin: 36px 0;
  }
  .home-vs .content .left .ul {
    text-align: left;
  }
  .home-vs .content .left .ul li span {
    margin-right: 10px;
  }
  .home-vs .content .right .ul li .name img {
    margin-right: 10px;
  }
  .home-vs .content .right .ul li .info {
    margin: 10px 0 0 35px;
  }
}
#news {
  position: relative;
}
#news .news-nav {
  margin-left: 70px;
}
#news .news-lists {
  min-height: 570px;
  overflow: hidden;
  position: relative;
  margin: 60px -1% 0;
  padding-bottom: 100px;
}
#news .news-lists .news-swiper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 1%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: translateY(5%);
  transition: all 0.6s ease-in-out;
}
#news .news-lists .ul li a {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  width: 100%;
  height: 539px;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#news .news-lists .ul li a .top {
  color: rgba(166, 182, 199, 0.902);
}
#news .news-lists .ul li a .top .date .day {
  font-size: 56px;
}
#news .news-lists .ul li a .top .date .year {
  margin-top: -10px;
}
#news .news-lists .ul li a .top .icon-box {
  margin-top: 5px;
  transition: all 0.4s ease;
}
#news .news-lists .ul li a .title {
  margin: 25px 0;
  height: 68px;
}
#news .news-lists .ul li a .oppress {
  width: 100%;
  height: 260px;
  border-radius: 20px;
}
#news .news-lists .ul li a .top,
#news .news-lists .ul li a .title,
#news .news-lists .ul li a .oppress {
  position: relative;
  z-index: 9;
}
#news .news-lists .ul li a::before {
  content: '';
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.6s ease-in-out;
}
#news .news-lists .ul li a:hover {
  color: #fff;
}
#news .news-lists .ul li a:hover::before {
  height: 100%;
}
#news .news-lists .ul li a:hover .top {
  color: rgba(255, 255, 255, 0.902);
}
#news .news-lists .ul li a:hover .top .icon-box {
  transform: rotate(-45deg);
}
#news .news-lists .show {
  display: block;
  transform: translateY(0);
}
#news .swiper-change {
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 55px;
}
#news .swiper-progress {
  position: absolute;
  bottom: 55px;
  left: 230px;
  width: calc(100% - 240px);
}
#news .swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
#news .swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ed1c24;
}
@media (max-width: 1480px) {
  #news .news-lists {
    min-height: 480px;
  }
  #news .news-lists .ul li a {
    height: 460px;
  }
  #news .news-lists .ul li a .oppress {
    height: 200px;
  }
}
@media (max-width: 800px) {
  #news .top-box {
    flex-wrap: wrap;
    position: relative;
  }
  #news .top-box .left {
    flex-wrap: wrap;
  }
  #news .top-box .more {
    position: absolute;
    top: 0;
    right: 0;
  }
  #news .top-box .news-nav {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #news .news-lists {
    min-height: 420px;
    margin-top: 30px;
  }
  #news .news-lists .ul li a {
    height: auto;
    padding: 20px;
  }
  #news .news-lists .ul li a .top .date .day {
    font-size: 45px;
  }
  #news .news-lists .ul li a .title {
    margin: 20px 0;
    height: auto;
  }
  #news .news-lists .ul li a .oppress {
    height: 200px;
  }
  #news .swiper-change {
    width: 120px;
  }
  #news .swiper-progress {
    bottom: 65px;
    left: 130px;
    width: calc(100% - 130px);
  }
}
.page-about {
  background-image: url('../images/bg6.jpg');
}
.page-about .logo-txt {
  margin: 60px 0 50px;
}
.page-about .desc-box {
  width: 64%;
  margin: 0 auto 70px;
}
.page-about .oppress {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .page-about .same-top-title {
    font-size: 24px;
  }
  .page-about .logo-txt {
    margin: 30px 0;
  }
  .page-about .desc-box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page-about .oppress {
    border-radius: 10px;
  }
}
[data-aos="height"] {
  height: 0;
}
[data-aos="height"].aos-animate {
  height: 128%;
}
.main-product .ul {
  margin-top: 80px;
}
.main-product .ul li {
  margin-bottom: 75px;
}
.main-product .ul li .oppress {
  width: 45%;
  height: 400px;
  border-radius: 10px;
}
.main-product .ul li .line-box {
  margin-top: 25px;
  position: relative;
}
.main-product .ul li .line-box .box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 88;
}
.main-product .ul li .line-box .box::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.main-product .ul li .line-box .line {
  border-left: 1px dashed #0092ef;
  height: 128%;
  margin-left: 8px;
}
.main-product .ul li .line-box .spe-line {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 2px;
  border-radius: 1px;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  transition: all 0.6s linear;
}
.main-product .ul li .info {
  width: 45%;
  padding-top: 20px;
}
.main-product .ul li .info .top-tit {
  color: transparent;
  background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 20%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 20%);
  background-image: -ms-linear-gradient(0deg, #0092ef 30%, #182a8d 20%);
}
.main-product .ul li .info .title {
  margin: 20px 0 45px;
}
.main-product .ul li .info .text-node {
  opacity: 1;
  color: rgba(0, 0, 0, 0.85);
}
.main-product .ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.main-product .ul li:not(:first-child) .line-box {
  margin-top: 35px;
}
.main-product .ul li:not(:first-child) .line-box .box:first-child {
  display: none;
}
.main-product .ul li:not(:first-child) .line-box .spe-line {
  top: 0;
}
.main-product .ul li:last-child {
  margin-bottom: 0;
}
.main-product .ul li:last-child .line-box .last {
  opacity: 0;
}
.main-product .ul li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 800px) {
  .main-product {
    padding-bottom: 0;
  }
  .main-product .ul {
    margin-top: 30px;
  }
  .main-product .ul li {
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .main-product .ul li a {
    flex-wrap: wrap;
  }
  .main-product .ul li .oppress {
    width: 100%;
    height: 280px;
  }
  .main-product .ul li .line-box {
    display: none;
  }
  .main-product .ul li .info {
    width: 100%;
  }
  .main-product .ul li .info .title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
#culture {
  background-image: url('../images/bg7.jpg');
}
#culture .content {
  height: 520px;
}
@media (max-width: 800px) {
  #culture .content {
    height: 450px;
  }
}
#culture .content .top-nav {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  width: 250px;
  height: 100%;
  padding: 70px 20px 70px 0;
  box-sizing: border-box;
}
#culture .content .top-nav .item {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s linear;
}
#culture .content .top-nav .item:not(:first-child) {
  margin-top: 70px;
}
#culture .content .top-nav .item.on {
  opacity: 1;
}
@media (max-width: 800px) {
  #culture .content .top-nav {
    padding: 40px 20px 40px 0;
    font-size: 16px;
  }
  #culture .content .top-nav .item:not(:first-child) {
    margin-top: 50px;
  }
}
#culture .content .culture-swiper {
  width: 551px;
  height: 100%;
  padding: 70px 45px;
  box-sizing: border-box;
  margin: 0 0 0 -20px;
  background-color: #fff;
  border-radius: 10px;
}
#culture .content .culture-swiper .info-box {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
#culture .content .culture-swiper .info-box .row .name {
  margin-bottom: 5px;
}
#culture .content .culture-swiper .info-box .row:not(:first-child) {
  margin-top: 70px;
}
@media (max-width: 800px) {
  #culture .content .culture-swiper {
    padding: 40px 35px;
  }
  #culture .content .culture-swiper .info-box {
    max-height: 400px;
    overflow-y: auto;
  }
  #culture .content .culture-swiper .info-box .row:not(:first-child) {
    margin-top: 30px;
  }
}
#team {
  background-image: url('../images/bg8.jpg');
}
#team .content .info {
  width: 42%;
}
#team .content .info .desc {
  padding-left: 70px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.667;
  text-align: justify;
}
#team .content .info .desc::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 4px;
  background-color: #ed1c24;
  border-radius: 2px;
}
#team .content .oppress {
  height: 462px;
  border-radius: 10px;
  width: 49%;
}
@media (max-width: 800px) {
  #team .content {
    flex-wrap: wrap;
  }
  #team .content .info {
    width: 100%;
  }
  #team .content .info .desc {
    padding-left: 50px;
    line-height: 1.6;
  }
  #team .content .oppress {
    height: 300px;
    width: 100%;
    margin-top: 20px;
  }
}
.bigEvents {
  background-image: url('../images/bg21.jpg');
}
.bigEvents .events-swiper  .operation-box{
    position: absolute;
    bottom: 60px;
    left: 50%;

    transform: translateX(-50%);
    z-index: 99;
}
.bigEvents .events-swiper {
  height: 615px;
  margin-right: -13%;
  cursor: pointer;
}
.bigEvents .events-swiper .swiper-slide .box {
  height: 100%;
  padding-right: 25px;
}
.bigEvents .events-swiper .swiper-slide .year {
  font-size: 56px;
  opacity: 0.3;
}
.bigEvents .events-swiper .swiper-slide .title {
  margin: 40px 0 18px;
  padding-left: 20px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #fff;
}
.bigEvents .events-swiper .swiper-slide .title::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 14px;
}
.bigEvents .events-swiper .swiper-slide .text-node {
  max-width: 80%;
  opacity: 1;
}
.bigEvents .events-swiper .swiper-slide .desc {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
.bigEvents .events-swiper .swiper-slide .line {
  opacity: 0.5;
}
.bigEvents .events-swiper .swiper-slide.swiper-slide-active .year,
.bigEvents .events-swiper .swiper-slide.swiper-slide-active .line {
  opacity: 1;
}
.bigEvents .events-swiper .swiper-slide.swiper-slide-active .desc {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1480px) {
  .bigEvents .events-swiper {
    height: 515px;
  }
}
.operation-box {
  margin-top: 90px;
  margin-left: -7%;
}
.operation-box .box {
  width: 96px;
  height: 32px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 16px;
  margin-left: 15px;
}
.operation-box .box .circle {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.operation-box .box .swiper-change {
  position: relative;
  width: 40px;
  margin-left: 10px;
}
.operation-box .box .swiper-change .swiper-button-next {
  right: 0;
}
.operation-box .box .swiper-change .swiper-button-prev {
  left: 0;
}
.partner {
  background-image: url('../images/bg23.jpg');
  padding: 50px 0;
}
.partner .text-node {
  margin: 55px 0 90px;
  position: relative;
  z-index: 99;
  width: 40%;
}
.partner .main {
  position: relative;
}
.partner .earth {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.partner .earth img {
  animation: circle 40s linear infinite;
}
.partner .partner-swiper {
  padding-bottom: 10px;
  margin-right: -13%;
}
.partner .partner-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;
}
.partner .partner-swiper li {
  width: 260px;
  cursor: pointer;
}
.partner .partner-swiper li .logo-box {
  padding-right: 20px;
}
.partner .partner-swiper li .logo-box .img-box {
  width: 240px;
  height: 124px;
  border-radius: 16px;
  background-color: #fff;
}
.partner .partner-swiper li .logo-box .img-box img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.partner .partner-swiper li .logo-box:hover .img-box img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  .partner .earth {
    width: 50%;
  }
}
@media (max-width: 800px) {
     .partner{
         padding: 0;
     }
  .partner .text-node {
    margin: 35px 0 60px;
  }
  .partner .earth {
    width: 70%;
  }
  .partner .partner-swiper li {
    width: 180px;
  }
  .partner .partner-swiper li .logo-box .img-box {
    width: 160px;
    height: 72px;
  }
  .bigEvents .events-swiper  .operation-box{
  
    bottom: 40px;
}
}
#crumbs {
  white-space: nowrap;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.6em;
  opacity: 0.8;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch > a {
  opacity: 0.8;
}
#crumbs .touch .icon {
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  text-align: center;
  line-height: 26px;
}
#crumbs .touch:hover > a,
#crumbs .touch.active > a {
  opacity: 1;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.same-top-box {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
}
.same-top-box .text-node {
  width: 50%;
}
@media (max-width: 800px) {
  .same-top-box {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .same-top-box .text-node {
    width: 100%;
    margin-top: 20px;
  }
}
.same-circle-info {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
}
.same-circle-info p {
  position: relative;
  padding-left: 20px;
}
.same-circle-info p::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
}
@media (max-width: 800px) {
  .same-circle-info p::before {
    top: 8px;
  }
}
.core-top-box {
  border: 1px solid rgba(0, 0, 0, 0.149);
  border-radius: 10px;
  height: 80px;
  position: relative;
}
.core-top-box .top-nav {
  height: 100%;
}
.core-top-box .top-nav .item {
  padding: 9px 15px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 40px;
  transition: all 0.4s ease;
}
.core-top-box .top-nav .item:last-child {
  margin-right: 0;
}
.core-top-box .top-nav .item.on {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  color: #fff;
}
.core-top-box .swiper-change {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  width: 94%;
}
@media (max-width: 800px) {
  .core-top-box {
    height: auto;
    padding: 10px ;
  }
  .core-top-box .top-nav {
    height: 100%;
    flex-wrap: wrap;
  }
  .core-top-box .top-nav .item {
    padding: 5px 10px;
    margin-right: 10px;
  }
  .core-top-box .top-nav .item:last-child {
    margin-right: 0;
  }
  .core-top-box .swiper-change {
    display: none;
  }
}
.case-toppanel {
  padding-top: 50px;
  background-image: url('../images/bg10.jpg');
  background-size: 100% 1048px;
  background-position: center top;
}
@media (max-width: 800px) {
  .case-toppanel {
    background-size: cover;
  }
}
.case-toppanel .content .oppress {
  width: 45%;
  height: 500px;
  border-radius: 10px;
}
.case-toppanel .content .right-box {
  width: 48%;
}
.case-toppanel .content .right-box .row:not(:last-child) {
  margin-bottom: 25px;
}
.case-toppanel .content .right-box .row .same-circle-box {
  position: relative;
  margin-right: 20px;
}
.case-toppanel .content .right-box .row .same-circle-box .name {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 99;
}
.case-toppanel .content .right-box .row .same-circle-box .line {
  margin-left: -10px;
}
.case-toppanel .content .right-box .row .info {
  flex: 1;
  border-radius: 10px;
  background-color: #f8f9fb;
  padding: 40px 35px;
  box-sizing: border-box;
}
.case-toppanel.ai-panel {
  padding-top: 0;
}
.case-toppanel.ai-panel .content .oppress {
  width: 43%;
}
.case-toppanel.ai-panel .content .right-box {
  width: 52%;
}
.case-toppanel.ai-panel .content .right-box .row {
  width: 48%;
}
.case-toppanel.ai-panel .content .right-box .row:not(:last-child) {
  margin-bottom: 0;
}
.case-toppanel.ai-panel .content .right-box .row .same-circle-box {
  width: 141px;
  margin: 0 auto 30px;
}
.case-toppanel.ai-panel .content .right-box .row .same-circle-box img {
  transform: rotate(90deg);
}
.case-toppanel.ai-panel .content .right-box .row .info {
  flex: inherit;
  width: 100%;
  padding: 35px 25px 20px;
  height: calc(100% - 141px);
}
.case-toppanel.ai-panel .content .right-box .row .info p {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .case-toppanel {
    padding-top: 30px;
  }
  .case-toppanel .content {
    flex-wrap: wrap;
  }
  .case-toppanel .content .oppress {
    width: 100%;
    height: 220px;
  }
  .case-toppanel .content .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .case-toppanel .content .right-box .row:not(:last-child) {
    margin-bottom: 0;
  }
  .case-toppanel .content .right-box .row .same-circle-box {
    position: relative;
    margin-right: 0;
    transform: scale(0.7);
    margin-left: -20px;
  }
  .case-toppanel .content .right-box .row .info {
    padding: 20px 15px;
    margin-left: -10px;
  }
  .case-toppanel.ai-panel {
    padding-top: 0;
  }
  .case-toppanel.ai-panel .content .oppress {
    width: 100%;
  }
  .case-toppanel.ai-panel .content .right-box {
    width: 100%;
    margin-top: 10px;
  }
  .case-toppanel.ai-panel .content .right-box .row {
    width: 48%;
  }
  .case-toppanel.ai-panel .content .right-box .row .info {
    padding: 20px 10px;
    margin-top: -35px;
  }
  .case-toppanel.ai-panel .content .right-box .row .info p {
    margin-bottom: 10px;
  }
}
.case-core {
  background-image: url('../images/bg24.jpg');
  background-position: center bottom;
}
.case-core .content .left-name {
  width: 15%;
}
.case-core .content .left-name .item {
  position: relative;
  margin-bottom: 35px;
  transition: all 0.4s ease;
  opacity: 0.7;
  cursor: pointer;
}
.case-core .content .left-name .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 0;
  background-image: -moz-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-90deg, #0092ef 0%, #182a8d 100%);
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.case-core .content .left-name .item.on {
  padding-left: 15px;
  opacity: 1;
}
.case-core .content .left-name .item.on::after {
  height: 32px;
}
.case-core .content .core-swiper {
  width: 82%;
}
.case-core .content .core-swiper .oppress {
  width: 30%;
  height: 500px;
  border-radius: 10px;
}
.case-core .content .core-swiper .right-ul {
  width: 63%;
}
.case-core .content .core-swiper .right-ul .row {
  width: 48%;
}
.case-core .content .core-swiper .right-ul .row .tit {
  margin-bottom: 15px;
}
.case-core .content .core-swiper .right-ul .row .tit img {
  margin-right: 10px;
}
.case-core .content .core-swiper .right-ul .row .ul li {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  padding: 35px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
}
.case-core .content .core-swiper .right-ul .row .ul li p {
  position: relative;
  padding-left: 20px;
  min-height: 58px;
}
.case-core .content .core-swiper .right-ul .row .ul li p::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(-45deg, #0092ef 0%, #182a8d 100%);
}
@media (max-width: 800px) {
  .case-core .content {
    flex-wrap: wrap;
  }
  .case-core .content .left-name {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
  }
  .case-core .content .left-name .item {
    margin-bottom: 15px;
    margin-right: 14px;
    font-size: 16px;
  }
  .case-core .content .left-name .item.on {
    padding-left: 10px;
  }
  .case-core .content .left-name .item.on::after {
    height: 22px;
  }
  .case-core .content .core-swiper {
    width: 100%;
  }
  .case-core .content .core-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .case-core .content .core-swiper .oppress {
    width: 100%;
    height: 240px;
  }
  .case-core .content .core-swiper .right-ul {
    width: 100%;
    margin-top: 30px;
  }
  .case-core .content .core-swiper .right-ul .row {
    width: 48%;
  }
  .case-core .content .core-swiper .right-ul .row .tit img {
    width: 30px;
  }
  .case-core .content .core-swiper .right-ul .row .ul li {
    padding: 15px 0 ;
  }
  .case-core .content .core-swiper .right-ul .row .ul li p {
    min-height: 68px;
  }
  .case-core .content .core-swiper .right-ul .row .ul li p::before {
    top: 7px;
  }
}
.case-bottompanel {
  background-image: url('../images/bg24.jpg');
  background-position: center bottom;
}
.case-bottompanel .ul {
  margin-bottom: -45px;
  margin-right: -3%;
}
.case-bottompanel .ul li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 45px;
  min-height: 220px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.case-bottompanel .ul li .name {
  margin-bottom: 20px;
}
.case-bottompanel .ul li .name img {
  margin-right: 10px;
}
.case-bottompanel .ul li:hover .name img {
  animation: rotatey 0.6s linear forwards;
}
@keyframes rotatey {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.case-bottompanel.jsstfw .ul li {
  min-height: 370px;
  border-radius: 20px;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  padding: 0;
  overflow: hidden;
}
.case-bottompanel.jsstfw .ul li .oppress {
  width: 100%;
  height: 280px;
}
.case-bottompanel.jsstfw .ul li .oppress img {
  transition: all 0.6s ease;
}
.case-bottompanel.jsstfw .ul li .info-box {
  padding: 34px 30px;
  box-sizing: border-box;
}
.case-bottompanel.jsstfw .ul li .info-box .name {
  margin-bottom: 15px;
}
.case-bottompanel.jsstfw .ul li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  .case-bottompanel.jsstfw .ul li {
    min-height: 340px;
  }
  .case-bottompanel.jsstfw .ul li .oppress {
    height: 230px;
  }
}
@media (max-width: 800px) {
  .case-bottompanel .ul {
    margin-bottom: -25px;
    margin-right: 0;
  }
  .case-bottompanel .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    min-height: inherit;
    padding: 40px;
  }
  .case-bottompanel.jsstfw .ul li {
    min-height: inherit;
  }
  .case-bottompanel.jsstfw .ul li .oppress {
    height: 200px;
  }
}
.core-business .business-swiper {
  width: 90%;
}
.core-business .business-swiper .oppress {
  width: 500px;
  height: 500px;
}
.core-business .business-swiper .info {
  width: calc(100% - 580px);
}
.core-business .business-swiper .info .desc {
  margin-top: 40px;
}
.core-business .business-swiper .info .desc p {
  margin-top: 24px;
}
@media (max-width: 1480px) {
  .core-business .business-swiper .info .desc p img {
    width: 30px;
  }
}
@media (max-width: 800px) {
  .core-business .business-swiper .oppress {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
  }
  .core-business .business-swiper .info {
    width: 100%;
  }
  .core-business .business-swiper .info .desc {
    margin-top: 20px;
  }
  .core-business .business-swiper .info .desc p {
    margin-top: 14px;
  }
  .core-business .business-swiper .info .desc p img {
    width: 20px;
  }
}
.fwms .content .oppress {
  width: 40%;
  height: 500px;
  border-radius: 10px;
}
.fwms .content .right-ul {
  width: 55%;
}
.fwms .content .right-ul .ul li {
  width: 48%;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
}
.fwms .content .right-ul .ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fwms .content .right-ul .ul li .tit {
  margin-bottom: 12px;
}
.fwms .content .right-ul .ul li .tit .num {
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .fwms .content .oppress {
    width: 100%;
    height: 220px;
  }
  .fwms .content .right-ul {
    width: 100%;
    margin-top: 30px;
  }
  .fwms .content .right-ul .ul li {
    width: 48%;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .fwms .content .right-ul .ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.fw-process {
  background-image: url('../images/bg24.jpg');
  background-position: center bottom;
}
.fw-process .process-swiper {
  padding: 20px 0;
}
.fw-process .process-swiper .process-box {
  width: 80%;
  margin: 0 auto;
}
.fw-process .process-swiper .process-box .box {
  position: relative;
  text-align: center;
}
.fw-process .process-swiper .process-box .box:not(:last-child) {
  margin-right: 15vw;
}
.fw-process .process-swiper .process-box .box:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10vw;
  top: 10%;
  width: 92px;
  height: 122px;
  background: url('../images/arrow4.png') no-repeat center center;
  background-size: 100% 100%;
}
.fw-process .process-swiper .process-box .box .idea-imgs {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
.fw-process .process-swiper .process-box .box .idea-imgs:before {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e0eaf2;
  -webkit-animation: rotate 6s linear infinite alternate;
  -moz-animation: rotate 6s linear infinite alternate;
  -o-animation: rotate 6s linear infinite alternate;
  animation: rotate 6s linear infinite alternate;
}
.fw-process .process-swiper .process-box .box .idea-imgs:after {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #cddfed;
  animation: rotate1 6s linear infinite alternate-reverse;
}
.fw-process .process-swiper .process-box .box .idea-imgs figure {
  z-index: 2;
  border-radius: 50%;
  position: relative;
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  margin: 0 auto;
}
.fw-process .process-swiper .process-box .box .idea-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.fw-process .process-swiper .process-box .box:hover .idea-imgs figure img {
  transform: scale(1.1);
}
@keyframes rotate {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(-2%, 8%) rotate(180deg);
    -moz-transform: translate(-2%, 8%) rotate(180deg);
    -o-transform: translate(-2%, 8%) rotate(180deg);
    transform: translate(-2%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(-7%, 0%) rotate(360deg);
    -moz-transform: translate(-7%, 0%) rotate(360deg);
    -o-transform: translate(-7%, 0%) rotate(360deg);
    transform: translate(-7%, 0%) rotate(360deg);
  }
}
@keyframes rotate1 {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(2%, -8%) rotate(180deg);
    -moz-transform: translate(2%, -8%) rotate(180deg);
    -o-transform: translate(2%, -8%) rotate(180deg);
    transform: translate(2%, -8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(7%, 0%) rotate(360deg);
    -moz-transform: translate(7%, 0%) rotate(360deg);
    -o-transform: translate(7%, 0%) rotate(360deg);
    transform: translate(7%, 0%) rotate(360deg);
  }
}
@media (max-width: 800px) {
  .fw-process .process-swiper .process-box {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .fw-process .process-swiper .process-box .box {
    position: relative;
    text-align: center;
  }
  .fw-process .process-swiper .process-box .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fw-process .process-swiper .process-box .box:not(:last-child)::after {
    display: none;
  }
  .fw-process .process-swiper .process-box .box .idea-imgs {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
}
.hyal {
  background-image: url('../images/bg10.jpg');
  background-size: 100% 1048px;
  background-position: center top;
}
.hyal .nav-ul {
  width: 50%;
}
.hyal .nav-ul .ul {
  margin-right: -30px;
  margin-bottom: -14px;
}
.hyal .nav-ul .ul li {
  margin-right: 14px;
  margin-bottom: 14px;
}
.hyal .nav-ul .ul li a {
  min-width: 110px;
  height: 40px;
  background-color: #e7ebf1;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
  border-radius: 20px;
  box-sizing: border-box;
}
.hyal .nav-ul .ul li.active,
.hyal .nav-ul .ul li:hover {
  color: #fff;
}
.hyal .nav-ul .ul li.active a,
.hyal .nav-ul .ul li:hover a {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.hyal .content .ul {
  margin-right: -3%;
  margin-bottom: 20px;
}
.hyal .content .ul li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 55px;
}
.hyal .content .ul li a .oppress {
  width: 100%;
  height: 360px;
  border-radius: 10px;
}
.hyal .content .ul li a .title {
  margin-top: 15px;
}
.hyal .content .ul li a .title img {
  margin-right: 10px;
}
/*.hyal .content .ul li a .title span {*/
/*  flex: 1;*/
/*}*/
.hyal .content .ul li a:hover .title span {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
@media (max-width: 1480px) {
  .hyal .content .ul li a .oppress {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .hyal .nav-ul {
    width: 100%;
    margin-top: 30px;
  }
  .hyal .content .ul {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hyal .content .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .hyal .content .ul li a .oppress {
    height: 230px;
  }
  .hyal .content .ul li a .title img {
    width: 10px;
  }
}
.page-contact {
  background-image: url('../images/bg25.jpg');
}
.page-contact .more {
  margin-top: 50px;
}
.case-details .left-box {
  width: 68%;
  position: relative;
}
.case-details .left-box .btn-box {
  margin-top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.149);
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
  padding: 40px 0;
}
.case-details .left-box .btn-box a {
  width: 48%;
}
.case-details .left-box .btn-box a:hover {
  opacity: 1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.case-details .left-box .btn-box a:last-child {
  text-align: right;
}
.case-details .left-box .article .top {
  margin-bottom: 50px;
}
.case-details .left-box .article .desc {
  line-height: 1.8;
}
.case-details .left-box .article .desc a {
  display: inline-block;
}
.case-details .left-box .swiper-box {
  position: relative;
  margin-top: 50px;
}
.case-details .left-box .swiper-box .pic-swiper {
  width: 100%;
  height: 520px;
}
.case-details .left-box .swiper-box .pic-swiper .oppress {
  height: 100%;
  border-radius: 10px;
  
}
.case-details .left-box .swiper-box .pic-swiper .oppress img{
     max-width: 90%;
     max-height: 90%;
}
.case-details .left-box .swiper-box .spe-change2 {
  width: 108%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.case-details .right-news {
  width: 22%;
}
.case-details .right-news ul {
  margin-top: 34px;
}
.case-details .right-news ul li {
  width: 100%;
  margin-bottom: 40px;
}
.case-details .right-news ul li:last-child {
  margin-bottom: 0;
}
.case-details .right-news ul li a .oppress {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.case-details .right-news ul li a .title{
    text-align: center;
}
@media (max-width: 1480px) {
  .case-details .left-box {
    width: 73%;
  }
}
@media (max-width: 1024px) {
  .case-details .content {
    flex-wrap: wrap;
  }
  .case-details .right-news {
    width: 100%;
    margin-top: 30px;
  }
  .case-details .right-news .ul {
    margin-top: 20px;
  }
  .case-details .right-news .ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-details .right-news .ul li:last-child {
    margin-bottom: 0;
  }
  .case-details .left-box {
    width: 100%;
  }
  .case-details .left-box .btn-box {
    margin-top: 45px;
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  .case-details .left-box .btn-box a {
    width: 100%;
  }
  .case-details .left-box .btn-box a:last-child {
    text-align: left;
    margin-top: 10px;
  }
  .case-details .left-box .article .top {
    margin-bottom: 20px;
  }
  .case-details .left-box .article .desc {
    line-height: 1.6;
  }
  .case-details .left-box .swiper-box {
    margin-top: 30px;
  }
  .case-details .left-box .swiper-box .pic-swiper {
    height: 260px;
  }
  .case-details .left-box .swiper-box .spe-change2 {
    display: none;
  }
}
.honors {
  background-image: url('../images/bg26.jpg');
}
.honors .honors-swiper {
  padding-bottom: 10px;
  margin-left: -1%;
  margin-right: -13%;
  margin-bottom: 20px;
}
.honors .honors-swiper .swiper-slide a .title {
  line-height: 40px;
}
.honors .honors-swiper .swiper-slide a .title span {
  position: relative;
  padding: 0 30px;
}
.honors .honors-swiper .swiper-slide a .title span::before,
.honors .honors-swiper .swiper-slide a .title span::after {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 18px;
  height: 40px;
  background-image: url(../images/honor1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: 100% 100%;
}
.honors .honors-swiper .swiper-slide a .title span::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.honors .honors-swiper .swiper-slide a .pic-box {
  max-height: 456px;
  width: 100%;
  margin-top: 18px;
}
.honors .honors-swiper .swiper-slide a .pic-box .pic {
  position: relative;
  z-index: 8;
  height: 90%;
  max-width: 80%;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.1);
}
.honors .honors-swiper .swiper-slide a .pic-box .pic .img-box {
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url('../images/bg4.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.honors .honors-swiper .swiper-slide a .pic-box .pic .img-box img {
  max-height: 100%;
}
.honors .honors-swiper .swiper-slide a .pic-box .pic::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 330px;
  height: 92px;
  background-image: url('../images/bg4-1.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.honors .honors-swiper .operation-box {
  margin-top: 0;
}
@media (max-width: 800px) {
  .honors .honors-swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.question {
  background-image: url('../images/bg24.jpg');
  background-position: center bottom;
}
.question .lists {
  width: 80%;
  margin: 0 auto;
}
.question .lists li {
  margin-bottom: 28px;
}
.question .lists li a {
  height: 80px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
}
.question .lists li a .left-title {
  width: 80%;
}
.question .lists li a .left-title img {
  margin-right: 10px;
}
.question .lists li a:hover {
  color: #1242a4;
}
@media (max-width: 800px) {
  .question .lists {
    width: 100%;
  }
  .question .lists li {
    margin-bottom: 18px;
  }
  .question .lists li a {
    height: auto;
    padding: 15px ;
  }
  .question .lists li a .left-title {
    width: 76%;
  }
}
.top-page-news {
  background-image: url('../images/bg27.jpg');
}
.page-news a:hover .desc .date,
.page-news a:hover .desc .title {
  opacity: 1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.page-news a:hover .more {
  color: #fff;
}
.page-news a:hover .more::before {
  width: 100%;
}
.page-news a:hover .more .char {
  color: #fff;
}
.page-news a:hover .more .icon-box {
  background-color: #fff;
  background-image: none;
}
.page-news a:hover .more .icon-box img {
  filter: none;
}
.page-news .top-swiper {
  position: relative;
  padding-bottom: 100px;
}
.page-news .top-swiper .swiper-timing.web svg .cls-1 {
  stroke-width: 3px;
}
.page-news .top-swiper .swiper-timing .swiper-pagination-bullet-active svg .cls-2 {
  opacity: 0;
}
.page-news .news-swiper {
  height: 400px;
  overflow: hidden;
}
.page-news .news-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.page-news .news-swiper .swiper-slide a .oppress {
  width: 48%;
  height: 100%;
  border-radius: 10px;
}
.page-news .news-swiper .swiper-slide a .desc {
  width: 48%;
}
.page-news .news-swiper .swiper-slide a .desc .date {
  display: inline-block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.page-news .news-swiper .swiper-slide a .desc .title {
  margin: 10px 0 30px;
}
.page-news .news-swiper .swiper-slide a .desc .more {
  margin-top: 65px;
}
.page-news .news-nav a {
  opacity: 0.5;
  margin-right: 66px;
}
.page-news .news-nav a .num {
  padding: 7px 13px 3px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}
.page-news .news-nav a:hover,
.page-news .news-nav a.active {
  opacity: 1;
}
.page-news .news-nav a:hover .num,
.page-news .news-nav a.active .num {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.page-news .news-lists .ul {
  border-top: 1px solid rgba(0, 0, 0, 0.149);
}
.page-news .news-lists .ul li {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
  box-sizing: border-box;
}
.page-news .news-lists .ul li:nth-child(2n-1) {
  border-right: 1px solid rgba(0, 0, 0, 0.149);
}
.page-news .news-lists .ul li a {
  padding: 80px 80px 80px 0;
  box-sizing: border-box;
}
.page-news .news-lists .ul li a .oppress {
  width: 35%;
  height: 240px;
  border-radius: 10px;
}
.page-news .news-lists .ul li a .desc {
  width: 55%;
}
.page-news .news-lists .ul li a .desc .date {
  opacity: 0.8;
  display: inline-block;
}
.page-news .news-lists .ul li a .desc .title {
  margin: 10px 0 30px;
}
.page-news .news-lists .ul li:nth-child(2n) a {
  padding: 80px 0 80px 80px;
}
@media (max-width: 800px) {
  .page-news .top-swiper {
    padding-bottom: 60px;
  }
  .page-news .news-swiper {
    height: auto;
  }
  .page-news .news-swiper .swiper-slide a {
    flex-wrap: wrap;
  }
  .page-news .news-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 250px;
  }
  .page-news .news-swiper .swiper-slide a .desc {
    padding: 20px 0 0;
    width: 100%;
  }
  .page-news .news-swiper .swiper-slide a .desc .title {
    margin: 10px 0 20px;
  }
  .page-news .news-swiper .swiper-slide a .desc .more {
    margin-top: 20px;
  }
  .page-news .news-nav {
    flex-wrap: wrap;
    margin-right: -20px;
  }
  .page-news .news-nav a {
    opacity: 0.5;
    margin-right: 10px;
    margin-bottom: 16px;
  }
  .page-news .news-nav a .num {
    padding: 5px 10px 2px;
    margin-left: 4px;
  }
  .page-news .news-lists .ul {
    border-left: 1px solid rgba(0, 0, 0, 0.149);
  }
  .page-news .news-lists .ul li {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.149);
  }
  .page-news .news-lists .ul li a {
    padding: 20px ;
  }
  .page-news .news-lists .ul li a .oppress {
    height: 160px;
  }
  .page-news .news-lists .ul li a .desc .title {
    margin: 10px 0 ;
  }
  .page-news .news-lists .ul li:nth-child(2n) a {
    padding: 20px;
  }
}
.news-details {
  margin-top: 115px;
  padding-top: 50px;
  background-color: #fff;
  background-image: url('../images/bg28.jpg');
  background-size: 100% 1558px;
  background-position: center top;
  background-repeat: no-repeat;
}
.news-details .content {
  position: relative;
  margin-top: 100px;
}
.news-details .left-slide {
  position: absolute;
  top: 10px;
  left: -120px;
}
.news-details .left-slide .date {
  margin-top: 20px;
}
.news-details .article {
  width: 65%;
}
.news-details .article .tit {
  margin-bottom: 60px;
}
.news-details .article .desc {
  margin-top: 60px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.news-details .article .desc a {
  display: inline-block;
}
.news-details .right-news {
  width: 22%;
}
.news-details .right-news ul {
  margin-top: 34px;
}
.news-details .right-news ul li {
  width: 100%;
  margin-bottom: 45px;
}
.news-details .right-news ul li:last-child {
  margin-bottom: 0;
}
.news-details .right-news ul li a .oppress {
  height: 200px;
  border-radius: 10px;
}
.news-details .right-news ul li a .bottom .date {
  margin-top: 20px;
  margin-bottom: 5px;
}
.news-details .right-news ul li a:hover .title {
  color: #1242a4;
}
.news-details .share .item {
  margin-right: 15px;
}
.news-details .share .item.cc {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.news-details .share .item.cc .icon {
  font-size: 0.8em;
}
.news-details .share .item.cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.news-details .share .item.active.cc,
.news-details .share .item:hover.cc {
  color: #fff;
  border-color: #1242a4;
  background-color: #1242a4;
}
.news-details .bottom-box {
  margin-top: 90px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.149);
  border-bottom: 1px solid rgba(0, 0, 0, 0.149);
}
.news-details .bottom-box .code-box .pic {
  border-width: 1px;
  border-color: #cbcfd1;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  width: 129px;
  height: 129px;
  padding: 8px;
  box-sizing: border-box;
  margin-right: 25px;
  flex: 1;
}
.news-details .bottom-box .code-box .pic img {
  width: 100%;
  height: 100%;
}
.news-details .btn-box {
  width: 60%;
}
.news-details .btn-box a {
  opacity: 0.8;
}
.news-details .btn-box a:hover {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  opacity: 1;
}
.news-details .btn-box .next {
  margin-top: 25px;
}
@media (max-width: 1680px) {
  .news-details .content {
    padding-left: 8%;
  }
  .news-details .left-slide {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .news-details {
    margin-top: 30px;
  }
  .news-details .content {
    margin-top: 30px;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .news-details .left-slide {
    display: none;
  }
  .news-details .right-news,
  .news-details .article {
    width: 100%;
  }
  .news-details .article .tit {
    margin-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: normal;
  }
  .news-details .article .desc {
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.6;
  }
  .news-details .bottom-box {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-details .bottom-box .btn-box {
    width: 100%;
  }
  .news-details .bottom-box .btn-box .next {
    margin-top: 10px;
  }
  .news-details .bottom-box .code-box {
    margin-top: 20px;
  }
  .news-details .right-news {
    margin-top: 40px;
  }
  .news-details .right-news ul {
    margin-top: 25px;
  }
  .news-details .right-news ul li {
    margin-bottom: 25px;
  }
  .news-details .right-news ul li:last-child {
    margin-bottom: 0;
  }
}
.connect-page {
  background-image: url('../images/bg10.jpg');
  background-position: center top;
}
.connect-page .connect-info .ul li {
  position: relative;
}
.connect-page .connect-info .ul li:not(:last-child) {
  width: 19%;
}
.connect-page .connect-info .ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.1);
}
.connect-page .connect-info .ul li:nth-of-type(2) {
  width: 22%;
}
.connect-page .connect-info .ul li .info .f22 {
  margin: 10px 0 25px;
}
.connect-page .connect-info .ul li:hover .icon-box {
  animation: shake 0.5s ease-in-out forwards;
}
.connect-page .connect-info .ul .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.connect-page .connect-info .ul .icon-box .icon {
  color: #fff;
  font-size: 30px;
}
.connect-page #map {
  height: 600px;
  margin: 70px 0;
}
@media (max-width: 768px) {
  .connect-page .connect-info {
    margin: 30px 0 0;
  }
  .connect-page .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
  }
  .connect-page .connect-info .ul li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .connect-page .connect-info .ul li:last-child {
    border-bottom: none;
  }
  .connect-page .connect-info .ul li::after {
    display: none;
  }
  .connect-page .connect-info .ul li .info .f18 {
    margin: 20px 0 10px;
  }
  .connect-page .connect-info .ul .icon-box {
    width: 42px;
    height: 42px;
  }
  .connect-page .connect-info .ul .icon-box .icon {
    font-size: 20px;
  }
  .connect-page #map {
    height: 400px;
    margin: 30px 0;
  }
}
.connect-form {
  background-image: url('../images/bg29.jpg');
}
.connect-form .main {
  align-items: flex-start;
}
.connect-form .form {
  width: 48%;
  margin-top: 60px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 68px;
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 280px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .connect-form .main .form {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.zl-page {
  background-image: url('../images/bg10.jpg');
  background-size: 100% 1048px;
  background-position: center top;
}
.zl-page .left-box {
  width: 24%;
}
.zl-page .left-box .top-box {
  background-image: url('../images/bg30.jpg');
  padding: 22px 28px;
  box-sizing: border-box;
}
.zl-page .left-box .top-box .icon {
  color: #ed1c24;
}
.zl-page .left-box .nav-box {
  padding: 28px;
  box-sizing: border-box;
  background-color: #ebf0f4;
}
.zl-page .left-box .nav-box a {
  padding: 9px 0;
}
.zl-page .left-box .nav-box a.active,
.zl-page .left-box .nav-box a:hover {
  color: #ed1c24;
}
.zl-page .down-lists {
  width: 71%;
}
.zl-page .down-lists li {
  position: relative;
  margin-bottom: 50px;
  padding: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.zl-page .down-lists li .pic {
  width: 210px;
  height: 270px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.zl-page .down-lists li .pic img {
  width: 100%;
  height: 100%;
}
.zl-page .down-lists li .info {
  width: calc(100% - 260px);
  box-sizing: border-box;
}
.zl-page .down-lists li .info .text-node {
  margin: 35px 0;
  min-height: 60px;
}
.zl-page .down-lists li .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 .info .btn-box .btn span {
  margin-right: 10px;
}
.zl-page .down-lists li .info .btn-box .btn:first-child {
  margin-right: 15px;
}
.zl-page .down-lists li .info .btn-box .btn:hover {
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  color: #fff;
}
.zl-page .down-lists li:hover .title {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -webkit-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
  background-image: -ms-linear-gradient(0deg, #0092ef 0%, #182a8d 100%);
}
.zl-page .down-lists li:hover .pic {
  transform: scale(1.05);
}
@media (max-width: 800px) {
  .zl-page .down-lists {
    width: 100%;
    margin-top: 30px;
  }
  .zl-page .down-lists li {
    position: relative;
    margin-bottom: 25px;
    padding: 28px 10px;
  }
  .zl-page .down-lists li .pic {
    width: 100px;
    height: 148px;
  }
  .zl-page .down-lists li .info {
    width: calc(100% - 120px);
  }
  .zl-page .down-lists li .info .text-node {
    margin: 10px 0;
    min-height: inherit;
  }
  .zl-page .down-lists li .info .btn-box {
    margin-top: 20px;
  }
  .zl-page .down-lists li .info .btn-box .btn {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .zl-page .main {
    flex-wrap: wrap;
  }
  .zl-page .left-box {
    width: 100%;
  }
}
