@import "../font/iconfont.css";
html {
  font-family: "SourceHanSansSC", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.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;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .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 {
  transition: all 0.4s ease;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.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: #00a3ade6;
  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: 16px;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #37c1d9 0%, #079bb2 100%);
  background-image: -webkit-linear-gradient(0deg, #37c1d9 0%, #079bb2 100%);
  background-image: -ms-linear-gradient(0deg, #37c1d9 0%, #079bb2 100%);
}
.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);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.8rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 0.8rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 40px;
  }
}
[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: #00a3ade6;
}
.maincolor2 {
  color: #3683b8;
}
.maincolor3 {
  color: #129cb5;
}
.maincolor4 {
  color: #007a9d;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.lh15 {
  line-height: 1.5;
}
/* 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 {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #00a3ade6;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #00a3ade6;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
  width: 150px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: relative;
  border-radius: 22px;
}
.more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #60bb46;
  transition: all 0.4s ease;
}
.more:hover::after {
  top: 4px;
  right: 0;
}
.more.spe-more {
  border-color: rgba(0, 0, 0, 0.5);
}
.more.spe-more:hover {
  opacity: 1;
  border-color: #00a3ade6;
}
.more.active-more {
  border-bottom: 1px solid #00a3ade6;
}
.more.active-more span {
  color: #00a3ade6;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #00a3ade6;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.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: #00a3ade6;
  border-color: #00a3ade6;
  opacity: 1;
}
.more.white-more .icon-box {
  border-color: #ffffff;
}
.more.white-more:hover {
  color: #fff;
}
.more.white-more:hover .icon-box {
  border-color: #00a3ade6;
  background-color: #00a3ade6;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go {
  opacity: 0.9;
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-image: -moz-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -webkit-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -ms-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  border-color: transparent;
}
.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);
}
.same-title .h2 {
  font-size: 40px;
}
@media (max-width: 1480px) {
  .same-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .same-title .h2 {
    font-size: 26px;
  }
}
.same-title .arial {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
.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 8px;
  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: #00a3ade6;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(0, 163, 173, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(0, 163, 173, 0.3);
}
.same-circle.color-circle2 i {
  background-color: #3683b8;
}
.same-circle.color-circle2 i:nth-of-type(2) {
  background-color: rgba(54, 131, 184, 0.5);
}
.same-circle.color-circle2 i:nth-of-type(3) {
  background-color: rgba(54, 131, 184, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.datum .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  text-align: center;
  color: #00a3ade6;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 4px;
}
.datum .num::after {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #00a3ade6;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.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 .enb::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: #00a3ade6;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 30px;
  }
  .datum .num::after {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .num {
    font-size: 30px;
  }
  .datum .num::before {
    font-size: 30px;
  }
  .datum .num::after {
    font-size: 30px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f20 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop70 {
    margin-top: 30px;
  }
}
.full-content,
.cross-content {
  padding-left: 84px;
  padding-right: 84px;
}
.cross-content {
  margin-left: -84px;
  margin-right: -84px;
}
.spacing-top {
  padding-top: 84px;
}
.spacing-bottom {
  padding-bottom: 84px;
}
.spacing {
  padding-top: 1rem;
  padding-top: 84px;
  padding-bottom: 1rem;
  padding-bottom: 84px;
}
@media (max-width: 1000px) {
  .spacing {
    padding-top: 50px;
  }
}
@media (max-width: 1000px) {
  .spacing {
    padding-bottom: 50px;
  }
}
.gray {
  background-color: #f1f1f1;
}
.navButton {
  text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.textOver {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textMoreOver {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.middle {
  vertical-align: middle;
  display: inline-block;
}
.clearMiddle {
  display: block;
  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;
}
.fullWidth {
  left: 0;
  right: 0;
}
.fullHeight {
  top: 0;
  bottom: 0;
}
.relative {
  position: relative;
}
.none {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.notFloat {
  float: none;
  width: auto;
}
.top50 {
  position: absolute;
  top: 50%;
  display: block;
}
.blockCont {
  content: "";
  display: block;
}
.posCont {
  position: absolute;
  content: "";
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.fadeActive {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-content {
  margin-top: 60px;
}
.focus:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3683b8;
}
.square {
  content: "";
  display: block;
  padding-top: 100%;
}
.pullBack {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-content .item {
  display: none;
}
.tab-content .item.active {
  display: block;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-wrap-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hide-mob {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}
@keyframes flicker_01 {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker_02 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker_03 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes down {
  0% {
    top: -8px;
    opacity: 0;
  }
  33.33% {
    top: 0;
    opacity: 1;
  }
  66.666% {
    top: 8px;
    opacity: 0;
  }
  100% {
    top: -8px;
    opacity: 0;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #00a3ade6;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
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: 0.9em;
  font-family: "iconfont";
}
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 {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/btn1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #00a3ade6;
}
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 {
  background-image: url("../images/btn2.png");
}
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 {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover {
  color: #fff;
  background-color: #00a3ade6;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1560px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1300px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 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: #3683b8;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #3683b8;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.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: #00a3ade6;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #00a3ade6;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #00a3ade6;
}
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: #00a3ade6;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #00a3ade6;
}
@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: #00a3ade6;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  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: #00a3ade6;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.7);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -webkit-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -ms-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #00a3ade6;
  border-color: #00a3ade6;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a3ade6;
}
.swiper-change.spe-change2 .btn {
  color: #cdcdcd;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #00a3ade6;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #0e0e0e;
}
.swiper-change.spe-change3 .btn:after {
  font-size: 16px;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  background-color: #00a3ade6;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .圆角矩形_1 {
  border-radius: 8px;
  position: absolute;
  left: 1718px;
  top: 922px;
  width: 18px;
  height: 26px;
  z-index: 47;
}
.scroll-down .mouse {
  width: 20px;
  height: 30px;
  background-image: -moz-linear-gradient(-90deg, #19acb5 0%, #079bb2 100%);
  background-image: -webkit-linear-gradient(-90deg, #19acb5 0%, #079bb2 100%);
  background-image: -ms-linear-gradient(-90deg, #19acb5 0%, #079bb2 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 5px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  color: #3683b8;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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);
  }
}
#header {
  padding-top: 35px;
  width: 100%;
  z-index: 206;
  position: absolute;
}
#header .main {
  height: 100%;
  position: relative;
  z-index: 10;
}
#header .default-logo {
  width: 165px;
}
#header .active-logo {
  display: none;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header.select .default-logo {
  display: none;
}
#header.select .active-logo {
  display: block;
}
#header.select .nav-btn .middle-item > .full {
  background-color: #00a3ade6;
}
#header .nav-btn {
  z-index: 206;
  position: relative;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  width: 138px;
  height: 48px;
  border-radius: 25px;
}
#header .nav-btn .sitemap-btn {
  cursor: pointer;
}
#header .nav-btn .sitemap-btn .dotted-line {
  display: flex;
  height: 6px;
  transition: all 0.4s ease;
}
#header .nav-btn .sitemap-btn .dotted-line .dotted {
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  transition: all 1s ease;
  animation: changecolor 6s linear infinite reverse;
}
@keyframes changecolor {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    background-color: #fff;
  }
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(1) {
  margin-bottom: 8px;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(1) .dotted:nth-of-type(2) {
  animation-delay: 1s;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(2) .dotted:nth-of-type(1) {
  animation-delay: 2s;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(2) .dotted:nth-of-type(2) {
  animation-delay: 3s;
}
#header .nav-btn span {
  text-transform: uppercase;
  margin-left: 10px;
}
#header .nav-btn.active .sitemap-btn .dotted-line:nth-child(1) {
  transform: translateY(5px) rotate(225deg);
}
#header .nav-btn.active .sitemap-btn .dotted-line:nth-child(2) {
  transform: translateY(-5px) rotate(-225deg);
}
#header .nav-btn.active .sitemap-btn .dotted-line .dotted {
  margin: 3px 0;
  width: 9px;
}
#header.fixed-header,
#header.details-header {
  background-color: #fff;
}
#header.fixed-header .default-logo,
#header.details-header .default-logo {
  display: none;
}
#header.fixed-header .active-logo,
#header.details-header .active-logo {
  display: block;
}
#header.fixed-header #navbar,
#header.details-header #navbar {
  color: #000;
}
#header.fixed-header #navbar .interaction a,
#header.details-header #navbar .interaction a {
  opacity: 0.7;
}
#header.fixed-header #navbar .interaction a::after,
#header.details-header #navbar .interaction a::after {
  background-color: #00a3ade6;
}
#header.fixed-header #navbar .interaction:hover a,
#header.details-header #navbar .interaction:hover a,
#header.fixed-header #navbar .interaction.active a,
#header.details-header #navbar .interaction.active a {
  opacity: 1;
  color: #00a3ade6;
}
#header.fixed-header .tel-box,
#header.details-header .tel-box {
  color: #00a3ade6;
}
#header.fixed-header .tel-box img,
#header.details-header .tel-box img {
  filter: brightness(1);
}
#header.fixed-header .nav-btn .middle-item > .full,
#header.details-header .nav-btn .middle-item > .full {
  background-color: #00a3ade6;
}
#header.details-header {
  position: relative;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    padding-top: 28px;
  }
  #header .active-logo,
  #header .default-logo {
    width: 140px !important;
  }
  #header .nav-btn {
    width: 108px;
    height: 38px;
  }
  #header .nav-btn .sitemap-btn .dotted-line {
    height: 4px;
  }
  #header .nav-btn .sitemap-btn .dotted-line .dotted {
    width: 4px;
    margin: 0 2px;
  }
  #header .nav-btn .sitemap-btn .dotted-line:nth-of-type(1) {
    margin-bottom: 4px;
  }
  #header .nav-btn span {
    text-transform: uppercase;
    margin-left: 10px;
  }
  #header .nav-btn.active .sitemap-btn .dotted-line:nth-child(1) {
    transform: translateY(5px) rotate(225deg);
  }
  #header .nav-btn.active .sitemap-btn .dotted-line:nth-child(2) {
    transform: translateY(-5px) rotate(-225deg);
  }
  #header .nav-btn.active .sitemap-btn .dotted-line .dotted {
    margin: 3px 0;
    width: 9px;
  }
}
#navbar {
  height: 100%;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 15px;
  height: 9px;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 9px;
  opacity: 0;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  opacity: 1;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
@media (max-width: 1380px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#footer {
  position: relative;
  z-index: 108;
  background-image: url('../images/foot-bg.png');
  margin-top: -60px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#footer > .main {
  padding: 185px 0 80px;
}
#footer > .main .middle-box {
  margin-top: 84px;
  align-items: flex-end;
}
#footer > .main .middle-box .bottom-connect {
  width: 60%;
}
#footer > .main .middle-box .bottom-connect li {
  width: 50%;
}
#footer > .main .middle-box .bottom-connect li.w100 {
  width: 100%;
  margin-bottom: 30px;
}
#footer > .main .middle-box .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer .right-box {
  width: 74%;
  align-items: center;
}
#footer .right-box .toTop {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  transition: all 0.4s ease;
}
#footer .right-box .toTop:hover {
  background-color: #00a3ade6;
  border-color: #00a3ade6;
  color: #fff;
}
#footer .bottom-nav {
  width: 80%;
}
#footer .bottom-nav li .two-ul {
  margin-top: 40px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 25px;
  opacity: 0.5;
}
#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 .wechat li {
  margin-left: 56px;
}
@media (max-width: 1480px) {
  #footer > .main {
    padding: 100px 0 70px;
  }
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer {
    margin-top: -40px;
    background-size: cover;
  }
  #footer .main .top {
    flex-wrap: wrap;
  }
  #footer .main .top .logo {
    width: 180px;
  }
  #footer .main .middle-box {
    margin-top: 44px;
    flex-wrap: wrap;
  }
  #footer .main .middle-box .bottom-connect {
    width: 100%;
  }
  #footer .main .middle-box .bottom-connect li {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .main .middle-box .bottom-connect li.w100 {
    margin-bottom: 10px;
  }
  #footer > .main {
    padding: 90px 0 40px;
    width: 90%;
    margin: 0 auto;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .left-box .bottom-connect {
    margin-top: 45px;
  }
  #footer > .main .left-box .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer > .main .right-box {
    width: auto;
  }
  #footer .wechat {
    margin-top: 34px;
    width: 100%;
    justify-content: center;
  }
  #footer .wechat li:first-child {
    margin-left: 0;
  }
}
.wechat li {
  width: 152px;
}
.wechat li .pic {
  width: 152px;
  height: 152px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
.wechat li p {
  line-height: 1.4;
  margin-top: 20px;
}
@media (max-width: 1480px) {
  .wechat li {
    width: 122px;
  }
  .wechat li .pic {
    width: 122px;
    height: 122px;
  }
  .wechat li p {
    line-height: 1.2;
    margin-top: 10px;
  }
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright a {
  opacity: 0.7;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
  }
  .copyright .left {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .copyright a:first-child {
    margin-right: 0;
  }
}
#banner {
  height: 100vh;
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
}
#banner > .swiper .swiper-slide .banner-txt {
  height: 0;
  overflow: hidden;
}
#banner > .swiper .swiper-slide .title {
  opacity: 0;
}
#banner > .swiper .swiper-slide .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .title .span2,
#banner > .swiper .swiper-slide .en-txt {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .title {
  overflow: hidden;
}
#banner > .swiper .swiper-slide .en-txt {
  transition-delay: 1s;
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .en-txt {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .bottom-box {
  position: absolute;
  left: 3.5%;
  bottom: 70px;
  width: 90%;
  z-index: 99;
}
#banner > .swiper .bottom-box .oppreta {
  cursor: pointer;
}
#banner > .swiper .bottom-box .oppreta .icon-bofang {
  display: none;
}
#banner > .swiper .bottom-box .oppreta.on .icon-bofang {
  display: block;
}
#banner > .swiper .bottom-box .oppreta.on .icon-zanting {
  display: none;
}
#banner > .swiper .swiper-pagination {
  bottom: 0;
  max-width: 800px;
  position: relative;
}
#banner > .swiper .swiper-pagination .enb {
  width: 180px;
  text-align: left;
  color: #fff;
  letter-spacing: 2px;
}
#banner > .swiper .swiper-pagination .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  position: relative;
  margin-top: 9px;
}
#banner > .swiper .swiper-pagination .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  z-index: 10;
  transition: width 1.6s;
}
#banner > .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 18px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
#banner > .swiper .swiper-pagination .swiper-pagination-bullet-active .line::after {
  width: 100%;
}
#banner .banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  transition: all 0.4s linear;
  z-index: 199;
}
#banner.home-banner .banner-txt{
    left: 0;
}
#banner .banner-txt .title {
  font-size: 52px;
}
#banner .banner-txt .en-txt {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  margin-top: 10px;
  max-width: 60%;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'mont', sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
#banner .scroll-down {
  position: absolute;
  right: 8%;
  bottom: 70px;
  z-index: 20;
}
#banner .scroll-down .circle {
  width: 59px;
  height: 59px;
  background-image: url('../images/circle.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
}
@media (max-width: 1480px) {
  #banner .banner-txt .title {
    font-size: 45px;
  }
}
@media (max-width: 800px) {
  #banner .banner-txt {
    width: 100%;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #banner .banner-txt .title {
    font-size: 28px;
    line-height: 1.2;
  }
  #banner .banner-txt .en-txt {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 15px;
    max-width: 100%;
  }
  #banner .scroll-down {
    display: none;
  }
  #banner > .swiper .bottom-box {
    bottom: 40px;
  }
  #banner > .swiper .swiper-pagination {
    bottom: 0;
    max-width: 80%;
  }
  #banner > .swiper .swiper-pagination .enb {
    width: 60px;
  }
  #banner > .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 750px;
  overflow: hidden;
}
#banner.page-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 163, 173, 0.7) 0%, transparent 100%);
  z-index: 1;
}
#banner.page-banner.spe-page-banner::after {
  display: none;
}
#banner.page-banner > img {
  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 {
  top: 55%;
}
#banner.page-banner .banner-txt .en-txt {
  margin-top: 35px;
}
#banner.page-banner .banner-txt.spe-txt {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1480px) {
  #banner.page-banner {
    height: 600px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 500px;
  }
  #banner.page-banner .banner-txt .en-txt {
    margin-top: 25px;
  }
  #banner.page-banner .banner-txt.spe-txt {
    top: 50%;
  }
}
.same-top-title .tit {
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.same-top-title .tit.f44 {
  font-size: 44px;
}
@media (max-width: 1480px) {
  .same-top-title .tit {
    font-size: 36px;
  }
  .same-top-title .tit.f44 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .same-top-title .tit {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .same-top-title .tit.f44 {
    font-size: 30px;
  }
}
.same-top-title .en-txt {
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5;
  font-weight: 500;
}
.same-top-title .en-txt.big {
  font-size: 50px;
  opacity: 0.1;
  margin-top: -10px;
}
@media (max-width: 800px) {
  .same-top-title .en-txt.big {
    font-size: 24px;
    margin-top: 5px;
  }
}
#introduction {
  height: 850px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 20px;
}
#introduction .main {
  position: relative;
  z-index: 7;
  height: 100%;
}
#introduction .main .left-info {
  width: 51%;
}
#introduction .main .left-info .text-node {
  width: 80%;
  margin: 60px 0 80px;
}
#introduction .main .right-nav {
  width: 50%;
}
#introduction .main .right-nav .ul .item a .name {
  font-size: 24px;
}
#introduction .main .right-nav .ul .item {
  width: 500px;
  height: 180px;
  background: url('../images/num-bg2.png') no-repeat 100% 100% / contain;
  background-position: left center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
#introduction .main .right-nav .ul .item:nth-of-type(2) {
  margin-left: 70px;
}
#introduction .main .right-nav .ul .item:nth-of-type(3) {
  margin-left: 140px;
}
#introduction .main .right-nav .ul .item a {
  padding: 55px 80px 30px 110px;
  box-sizing: border-box;
}

@media (max-width: 1480px) {
  #introduction {
    height: 768px;
  }
  #introduction .main .left-info .text-node {
    width: 100%;
    margin: 60px 0;
  }
   #introduction .main .left-info {
  width: 53%;
}
  #introduction .main .right-nav {
    width: 46%;
  }
}
@media (max-width: 800px) {
  #introduction {
    height: auto;
    padding-top: 20px;
    padding-bottom: 150px;
  }
  #introduction .main {
    flex-wrap: wrap;
  }
  #introduction .main .left-info {
    width: 100%;
  }
  #introduction .main .left-info .text-node {
    margin: 30px 0;
  }
  #introduction .main .right-nav {
    width: 100%;
    margin-top: 60px;
  }
  #introduction .main .right-nav .ul .item a .name {
    font-size: 20px;
  }
  #introduction .main .right-nav .ul .item {
    width: 100%;
    height: 120px;
    margin-top: -40px;
  }
  #introduction .main .right-nav .ul .item:nth-of-type(2) {
    margin-left: 40px;
  }
  #introduction .main .right-nav .ul .item:nth-of-type(3) {
    margin-left: 80px;
  }
  #introduction .main .right-nav .ul .item a {
    padding: 30px 80px 30px 80px;
  }
}
#business {
  background-image: url(../images/bg5.jpg);
  padding: 20px 0 70px;
}
#business .ul li {
  width: 22%;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(11, 63, 139, 0.1);
  min-height: 440px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
#business .ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url('../images/bg11.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
#business .ul li .icon-box {
  height: 80px;
  margin-bottom: 130px;
  position: relative;
  z-index: 99;
}
#business .ul li .icon-box .hover-img {
  display: none;
}
#business .ul li .title {
  margin-bottom: 24px;
}
#business .ul li .title,
#business .ul li .text-node {
  position: relative;
  z-index: 99;
}
#business .ul li:hover::before {
  height: 100%;
}
#business .ul li:hover .title,
#business .ul li:hover .text-node {
  color: #fff;
}
#business .ul li:hover .icon-box .hover-img {
  display: block;
}
#business .ul li:hover .icon-box .default-img {
  display: none;
}
#business.top-case {
  background-image: none;
  background-color: #f3f7fa;
}
#business.top-case .ul li {
  width: 24.9%;
  min-height: 320px;
  padding: 30px;
  transition: all 0.6s ease;
}
#business.top-case .ul li .num {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #8795a1;
}
#business.top-case .ul li .icon-box {
  height: 60px;
  margin-bottom: 100px;
}
#business.top-case .ul li .icon-box img {
  height: 100%;
}
#business.top-case .ul li .title {
  margin-bottom: 14px;
}
#business.top-case .ul li:hover {
  margin-top: -60px;
  padding-top: 90px;
}
#business.top-case .ul li:hover .num {
  color: #fff;
  top: 90px;
}
@media (max-width: 1480px) {
  #business .ul li {
    width: 23%;
    padding: 30px;
    min-height: 420px;
  }
}
@media (max-width: 800px) {
  #business .ul {
    flex-wrap: wrap;
  }
  #business .ul li {
    width: 49%;
    margin-bottom: 10px;
    min-height: 300px;
    padding: 30px 10px;
    border-radius: 10px;
  }
  #business .ul li .icon-box {
    height: 60px;
    margin-bottom: 100px;
  }
  #business .ul li .icon-box img {
    max-height: 100%;
  }
  #business .ul li .title {
    margin-bottom: 14px;
  }
}
#news {
  padding: 50px 0 100px;
}
#news .top-box .left-box .same-tab {
  margin-left: 95px;
}
#news .top-box .left-box .same-tab .item {
  opacity: 0.5;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  margin-right: 35px;
  cursor: pointer;
}
#news .top-box .left-box .same-tab .item.active,
#news .top-box .left-box .same-tab .item:hover {
  opacity: 1;
  color: #3683b8;
  border-color: #3683b8;
}
#news .tab-content .item {
  display: none;
}
#news .tab-content .item.active {
  display: block;
}
#news .list-swiper {
  position: relative;
  padding-top: 182px;
}
#news .list-swiper .swiper-wrapper {
  align-items: flex-end;
}
#news .list-swiper .swiper-slide a {
  user-select: none;
  padding: 0 60px;
  cursor: url("../images/mouse-icon.png"), auto;
}
#news .list-swiper .swiper-slide a .oppress {
  width: 100%;
  height: 200px;
}
#news .list-swiper .swiper-slide a .title {
  margin: 40px 0 35px;
  height: 27px;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.4s ease;
}
#news .list-swiper .swiper-slide a .bottom-info {
  margin-top: 20px;
  transition: all 0.4s ease;
}
#news .list-swiper .swiper-slide a .go {
  color: #3683b8;
  opacity: 0;
  transition: all 0.4s ease;
}
#news .list-swiper .swiper-slide a .go img {
  margin-right: 10px;
}
#news .list-swiper .swiper-slide a:hover {
  margin-top: -80px;
}
#news .list-swiper .swiper-slide a:hover .title {
  height: 54px;
  overflow: visible;
}
#news .list-swiper .swiper-slide a:hover .bottom-info {
  margin-top: 35px;
}
#news .list-swiper .swiper-slide a:hover .go {
  opacity: 1;
}
@media (max-width: 1480px) {
  #news .list-swiper {
    padding-top: 140px;
  }
  #news .list-swiper .swiper-slide a {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  #news {
    padding: 50px 0;
  }
  #news .top-box .main {
    flex-wrap: wrap;
  }
  #news .top-box .left-box {
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
  }
  #news .top-box .left-box .same-tab {
    margin-left: 0;
  }
  #news .top-box .left-box .same-tab .item {
    margin-right: 0;
    margin-left: 30px;
  }
  #news .list-swiper {
    position: relative;
    padding-top: 62px;
  }
  #news .list-swiper .swiper-wrapper {
    align-items: flex-end;
  }
  #news .list-swiper .swiper-slide a {
    user-select: none;
    padding: 0 20px;
    cursor: url("../images/mouse-icon.png"), auto;
  }
  #news .list-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 200px;
  }
  #news .list-swiper .swiper-slide a .title {
    margin: 20px 0 15px;
    height: auto;
  }
  #news .list-swiper .swiper-slide a:hover {
    margin-top: -80px;
  }
  #news .list-swiper .swiper-slide a:hover .title {
    height: auto;
  }
  #news .list-swiper .swiper-slide a:hover .bottom-info {
    margin-top: 20px;
  }
}
.about-middle {
  background-color: #f2f8fb;
}
.about-middle .business-lists li {
  background-image: url('../images/bg6.jpg');
  height: 800px;
  padding: 120px 0;
  box-sizing: border-box;
}
.about-middle .business-lists li .main {
  height: 100%;
  position: relative;
}
.about-middle .business-lists li .left-box {
  width: 43%;
}
.about-middle .business-lists li .left-box .title {
  font-size: 38px;
}
.about-middle .business-lists li .left-box .text-node {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}
.about-middle .business-lists li .right-box {
  width: 50%;
  position: relative;
}
.about-middle .business-lists li .right-box .oppress {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
.about-middle .business-lists li .right-box .icon-box {
  position: absolute;
  top: 140px;
  left: -50px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #19acb5;
}
.about-middle .business-lists li:nth-child(2n) {
  background-image: url('../images/bg7.jpg');
}
.about-middle .business-lists li:nth-child(2n) .left-box {
  padding-left: 56%;
}
.about-middle .business-lists li:nth-child(2n) .right-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.about-middle .business-lists li:nth-child(2n) .right-box .icon-box {
  left: auto;
  right: -45px;
}
.about-middle .business-lists li:hover .title {
  color: #00a3ade6;
}
.about-middle .business-lists li:hover .oppress img {
  transform: scale(1.1);
}
.about-middle.jscx .business-lists li {
  padding: 50px 95px;
  height: 600px;
  border-radius: 20px;
  background-color: #ffffff;
  background-image: none;
  position: relative;
}
.about-middle.jscx .business-lists li:not(:last-child) {
  margin-bottom: 60px;
}
.about-middle.jscx .business-lists li .left-box {
  width: 43%;
  padding: 40px 0;
}
.about-middle.jscx .business-lists li .left-box .title {
  font-size: 40px;
  font-weight: 700;
}
.about-middle.jscx .business-lists li .left-box .text-node {
  margin-top: 45px;
  padding-top: 45px;
}
.about-middle.jscx .business-lists li:nth-child(2n) {
  background-image: none;
}
.about-middle.jscx .business-lists li:nth-child(2n) .left-box {
  padding-left: 56%;
}
.about-middle.jscx .business-lists li:nth-child(2n) .right-box {
  width: 44%;
  position: absolute;
  top: 50%;
  left: 95px;
  transform: translate(0, -50%);
}
@media (max-width: 1480px) {
  .about-middle .business-lists li {
    padding: 60px 0;
    height: 650px;
  }
  .about-middle .business-lists li .right-box .oppress {
    height: 450px;
  }
  .about-middle.jscx .business-lists li {
    padding: 50px 65px;
    height: 550px;
  }
  .about-middle.jscx .business-lists li .left-box .title {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .about-middle .business-lists li {
    height: auto;
  }
  .about-middle .business-lists li .main {
    flex-wrap: wrap;
    padding: 270px 20px 0;
    box-sizing: border-box;
  }
  .about-middle .business-lists li .left-box {
    width: 100%;
  }
  .about-middle .business-lists li .left-box .title {
    font-size: 28px;
  }
  .about-middle .business-lists li .left-box .text-node {
    margin-top: 20px;
    padding-top: 20px;
  }
  .about-middle .business-lists li .right-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
  .about-middle .business-lists li .right-box .oppress {
    height: 250px;
  }
  .about-middle .business-lists li .right-box .icon-box {
    position: absolute;
    top: -30px;
    left: 0;
    width: 66px;
    height: 66px;
  }
  .about-middle .business-lists li:nth-child(2n) .left-box {
    padding-left: 0;
    padding-right: 0;
  }
  .about-middle .business-lists li:nth-child(2n) .right-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
  .about-middle .business-lists li:nth-child(2n) .right-box .icon-box {
    position: absolute;
    top: -30px;
    left: 0;
    width: 66px;
    height: 66px;
  }
  .about-middle.jscx .business-lists li {
    padding: 290px 20px 40px;
    height: auto;
  }
  .about-middle.jscx .business-lists li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-middle.jscx .business-lists li .left-box {
    width: 100%;
    padding: 0;
  }
  .about-middle.jscx .business-lists li .left-box .title {
    font-size: 28px;
  }
  .about-middle.jscx .business-lists li .left-box .text-node {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .about-middle.jscx .business-lists li .right-box {
    width: 90%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-middle.jscx .business-lists li:nth-child(2n) .left-box {
    padding-left: 0;
  }
  .about-middle.jscx .business-lists li:nth-child(2n) .right-box {
    width: 90%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#develop {
  background-image: url(../images/bg5.jpg);
  padding: 20px 0;
}
#develop .swiper-box {
  position: relative;
  margin-top: 130px;
}
#develop .swiper-box .swiper-change {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
#develop .develop-swiper {
  max-width: 87%;
  margin: 0 auto;
  padding-left: 14px;
}
#develop .develop-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 59px;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -webkit-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -ms-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
}
#develop .develop-swiper .swiper-slide {
  padding: 250px 0;
}
#develop .develop-swiper .swiper-slide .content {
  padding-left: 50px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 16px;
}
#develop .develop-swiper .swiper-slide .content .line {
  position: absolute;
  top: 0;
  left: 0;
}
#develop .develop-swiper .swiper-slide .content .info {
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
#develop .develop-swiper .swiper-slide .content .info .tit {
  position: relative;
  padding-left: 15px;
}
#develop .develop-swiper .swiper-slide .content .info .tit::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
#develop .develop-swiper .swiper-slide .content .info .desc {
  line-height: 1.6;
  margin-top: 15px;
  
}
#develop .develop-swiper .swiper-slide .content .info  *{
    font-family: "SourceHanSansSC","Microsoft YaHei", sans-serif!important;
}
#develop .develop-swiper .swiper-slide .year {
  width: 76px;
  height: 76px;
  background-color: #ffffff;
  box-shadow: 0px 0px 26.46px 0.54px rgba(19, 141, 132, 0.38);
  text-align: center;
  line-height: 76px;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  font-weight: 500;
}
#develop .develop-swiper .swiper-slide:nth-of-type(2n) .content {
  top: 350px;
}
#develop .develop-swiper .swiper-slide:nth-of-type(2n) .content .line {
  transform: rotate(-180deg);
}
@media (max-width: 800px) {
  #develop .swiper-box {
    margin-top: 50px;
  }
  #develop .develop-swiper {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 54px;
  }
  #develop .develop-swiper::after {
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
  }
  #develop .develop-swiper .swiper-slide {
    padding: 200px 0 20px;
  }
  #develop .develop-swiper .swiper-slide .content {
    padding-left: 50px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 16px;
  }
  #develop .develop-swiper .swiper-slide .content .line {
    position: absolute;
    top: 0;
    left: 0;
  }
  #develop .develop-swiper .swiper-slide .content .info {
    width: 80%;
  }
  #develop .develop-swiper .swiper-slide:nth-of-type(2n) .content {
    top: 0;
  }
  #develop .develop-swiper .swiper-slide:nth-of-type(2n) .content .line {
    transform: rotate(0);
  }
}
.bottom-panel {
  padding-bottom: 20px;
}
.bottom-panel .customersSwiper {
  height: 230px;
  margin-right: -1%;
  padding: 35px 0 80px;
}
.bottom-panel .customersSwiper .swiper-slide {
  height: calc(100% / 2) !important;
}
.bottom-panel .customersSwiper .swiper-slide a {
  width: 94%;
  height: 100px;
  background-color: #f1f1f1;
}
.bottom-panel .customersSwiper .swiper-slide a:hover {
  border: 1px solid #3683b8;
}
.bottom-panel .customersSwiper .swiper-slide a .oppress {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bottom-panel .pic-box {
  margin-top: 68px;
}
.bottom-panel .pic-box .info {
  padding: 70px 50px 0;
}
.bottom-panel .pic-box .info .top {
  margin-bottom: 45px;
}
.bottom-panel .pic-box .info .top span {
  color: #f36b1c;
  font-style: italic;
}
.bottom-panel .top-box .same-top-title .gilroy {
  text-transform: none;
}
.bottom-panel .bottom-box .pic-box {
  margin-top: 110px;
}
.bottom-panel .bottom-box .strength-ul {
  width: 85%;
  margin: 90px auto 0;
}
.bottom-panel .bottom-box .strength-ul li {
  width: 20%;
  height: 130px;
  margin-top: 20px;
}
.bottom-panel .bottom-box .strength-ul li img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 1480px) {
  .bottom-panel .bottom-box .strength-ul {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .bottom-panel {
    padding: 40px 0;
  }
  .bottom-panel .pic-box {
    margin-top: 38px;
    flex-wrap: wrap;
  }
  .bottom-panel .pic-box .info {
    padding: 30px 0;
    width: 100%;
    margin-top: -200px;
  }
  .bottom-panel .pic-box .info .top {
    margin-bottom: 25px;
  }
  .bottom-panel .bottom-box {
    margin-top: -60px;
  }
  .bottom-panel .bottom-box .pic-box {
    margin-top: 110px;
  }
  .bottom-panel .bottom-box .strength-ul {
    width: 100%;
    margin: 20px auto 0;
  }
  .bottom-panel .bottom-box .strength-ul li {
    width: 33.33%;
    height: 60px;
    margin-top: 10px;
  }
  .bottom-panel .bottom-box .strength-ul li img {
    max-width: 80%;
    max-height: 80%;
  }
}
#core {
  background-image: url('../images/bg5.jpg');
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
#core .swiper-change {
  width: 170px;
  position: absolute;
  bottom: 70px;
  left: -10px;
  z-index: 99;
}
#core .wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -130px;
  animation: shake 6s linear infinite;
}
#core .wave img {
  width: 100%;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#core .core-swiper{
    width: 38%;
    margin: 0;
    padding-bottom: 90px;
}
#core .core-swiper .content .left-info {
  width: 100%;
}
#core .core-swiper .content .left-info .desc {
  margin-top: 70px;
}
#core .core-swiper .content .left-info .desc .num {
  font-size: 48px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #00a3ade6, #00a3ade6, transparent, transparent);
  background-image: -moz-linear-gradient(top, #00a3ade6, #00a3ade6, transparent, transparent);
  background-image: -ms-linear-gradient(top, #00a3ade6, #00a3ade6, transparent, transparent);
}
#core .core-swiper .content .left-info .desc .text-node {
  margin-top: -40px;
}
#core .core-swiper .content .pic-box {
  width: 63%;
}
#core .right-pic{
    width: 58%;
    height: 500px;
    position: relative;
    z-index: 99;
}
#core .right-pic .pic-box{
    flex: 1;
    margin-left: 25px;
    transition: all .4s ease;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
}
#core .right-pic .pic-box.on{
   flex: 1.5;
   height: 100%;
}
@media (max-width: 1480px){
    #core .right-pic{
    height: 400px;
}
#core .right-pic .pic-box{
    margin-left: 15px;
    height: 280px;
}
}
@media (max-width: 800px) {
  #core {
    padding-bottom: 60px;
  }
  #core .content-box{
     flex-wrap:wrap;
  }
  #core .core-swiper {
      width: 100%;
    padding-bottom: 60px;
  }
  #core .core-swiper .content {
    flex-wrap: wrap;
  }
  #core .core-swiper .content .left-info {
    width: 100%;
  }
  #core .core-swiper .content .left-info .desc {
    margin-top: 20px;
  }
  #core .core-swiper .content .pic-box {
    width: 100%;
    margin-top: 30px;
  }
  #core .wave {
    bottom: -10px;
  }
  #core .swiper-change {
    bottom: 40px;
  }
  #core .right-pic{
    width: 100%;
}
  #core .right-pic{
    height: 300px;
    margin-top: 40px;
}
#core .right-pic .pic-box{
    margin-left: 10px;
    height: 200px;
}

#core .right-pic .pic-box:first-child{
    margin-left: 0;
}
}
#zktx {
  padding-top: 20px;
  background-image: url('../images/bg8.jpg');
}
#zktx .content {
  align-items: flex-end;
}
#zktx .content .left-info {
  width: 50%;
}
#zktx .content .left-info .desc {
  margin-top: 160px;
  background-image: -moz-linear-gradient(90deg, #c0d9e8 0%, #f5fbff 100%);
  background-image: -webkit-linear-gradient(90deg, #c0d9e8 0%, #f5fbff 100%);
  background-image: -ms-linear-gradient(90deg, #c0d9e8 0%, #f5fbff 100%);
  min-height: 466px;
  padding: 70px 65px;
  box-sizing: border-box;
  border-top-left-radius: 20px;
}
#zktx .content .left-info .desc .en-txt {
  font-size: 38px;
  color: rgba(26, 120, 169, 0.202);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 80px;
}
#zktx .content .oppress {
  width: 50%;
  border-radius: 20px 20px 0 0;
  margin-top: 35px;
}
@media (max-width: 800px) {
  #zktx .content {
    flex-wrap: wrap;
  }
  #zktx .content .left-info {
    width: 100%;
  }
  #zktx .content .left-info .desc {
    margin-top: 30px;
    min-height: auto;
    padding: 30px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #zktx .content .left-info .desc .en-txt {
    font-size: 30px;
    margin-top: 30px;
  }
  #zktx .content .oppress {
    width: 100%;
    border-radius: 0 0 20px 20px;
    margin-top: 0;
  }
}
.full-content {
  position: relative;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
.col-3 .col-3-item {
  width: 33.3333%;
}
.home-news .content {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.home-news .content .cover-img {
  padding-top: 63%;
}
.home-news .content .title {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 32px;
  font-weight: bold;
  margin: 35px auto 16px;
}
.home-news .content .detail {
  min-height: 48px;
}
.home-news .content .bottom {
  margin-top: 25px;
}
.home-news .content .bottom .more {
  width: 150px;
  height: 44px;
  background-color: #edf4f6;
}
.home-news .col-item-content:hover .title {
  color: #00a3ade6;
  opacity: 1;
}
.home-news .col-item-content:hover .content .bottom {
  margin-top: 25px;
}
.home-news .col-item-content:hover .content .bottom .more {
  background-image: -moz-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -webkit-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -ms-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
}
.home-news .col-item-content:hover .content .bottom .more .char {
  color: #fff;
}
.news-list {
  background-color: #eff6f8;
  padding: 20px 0;
}
.news-list .col-3 {
  margin-right: -2%;
  margin-bottom: -2%;
}
.news-list .col-3 .col-3-item {
  float: left;
  height: 624px;
}
.news-list .col-3 .col-3-item .col-item-content {
  margin-right: 7%;
  margin-bottom: 7%;
}
.news-list .col-3 .col-3-item .col-item-content:hover .content {
  box-shadow: 0px 38px 131px 0px rgba(0, 0, 0, 0.16);
}
.news-list .content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0;
}
.news-list .content .title {
 height: 54px;
 opacity: .7;
}
@media (max-width: 1480px) {
    .news-list .col-3 .col-3-item {
  
  height: 544px;
}
.news-list .content .title {
 height: 50px;
}
}
@media (max-width: 1366px) {
    .news-list .col-3 .col-3-item {
  
  height: 524px;
}

}
@media (max-width: 800px) {
  .news-list {
    padding-left: 0;
    padding-right: 0;
  }
  .news-list .col-3 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .news-list .col-3 .col-3-item {
    float: none;
    width: 100%;
    height: auto;
  }
  .news-list .col-3 .col-3-item .col-item-content {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news-list .content {
    padding: 30px ;
  }
  .news-list .content .title {
    height: auto;
    min-height: auto;
    margin: 20px auto 15px;
    
  }
  .news-list .content .detail {
    height: auto;
    min-height: auto;
  }
}
#talent {
  background-image: url(../images/bg9.jpg);
  padding: 20px 0;
}
#talent .content {
  margin-top: -80px;
}
#talent .row {
  width: 49.6%;
  position: relative;
  padding: 330px 0;
}
#talent .row .oppress {
  border-radius: 20px;
  position: relative;
}
#talent .row .oppress::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 5;
    width: 100%;
    height: 100%;
}
#talent .row .oppress.left-pic,
#talent .row .oppress.bottom-pic {
  width: 38%;
  height: 313px;
}
#talent .row .oppress.big-pic {
  width: 60%;
  height: 468px;
}
#talent .row .oppress.bottom-pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
#talent .row .oppress .name {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 15;
}
#talent .row.last {
  align-items: flex-end;
}
#talent .row.last .oppress.bottom-pic {
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
}
@media (max-width: 1480px) {
  #talent .row {
    padding: 290px 0;
  }
  #talent .row .oppress.left-pic,
  #talent .row .oppress.bottom-pic {
    height: 280px;
  }
  #talent .row .oppress.big-pic {
    height: 400px;
  }
}
@media (max-width: 800px) {
  #talent .content {
    flex-wrap: wrap;
  }
  #talent .row {
    padding: 110px 0 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #talent .row .oppress.left-pic,
  #talent .row .oppress.bottom-pic {
    height: 200px;
    width: 48.5%;
  }
  #talent .row .oppress.big-pic {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }
  #talent .row .oppress.bottom-pic {
    bottom: auto;
    right: 0;
    top: 110px;
  }
  #talent .row.last {
    align-items: flex-start;
    padding: 0 ;
  }
  #talent .row.last .oppress.big-pic {
    margin-bottom: 10px;
  }
  #talent .row.last .oppress.bottom-pic {
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
  }
}
#cultivation {
  background-image: url(../images/bg10.jpg);
  padding: 20px 0;
}
#cultivation .ul {
  margin-top: 85px;
  margin-right: -1.5%;
}
#cultivation .ul li {
  width: 24.5%;
  margin-right: 1.5%;
}
#cultivation .ul li .oppress {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1480px) {
  #cultivation .ul {
    margin-top: 80px;
  }
  #cultivation .ul li .oppress {
    height: 350px;
  }
}
@media (max-width: 800px) {
  #cultivation .ul {
    margin-top: 30px;
    margin-right: 0;
    flex-wrap: wrap;
  }
  #cultivation .ul li {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  #cultivation .ul li:last-child {
    margin-bottom: 0;
  }
  #cultivation .ul li .oppress {
    height: 300px;
    margin-bottom: 10px;
  }
}
#culture {
  height: 678px;
  position: relative;
  background-image: url('../images/bg12.jpg');
}
#culture .middle-word .en-txt {
  font-size: 150px;
  opacity: 0.8;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff, transparent, transparent);
}
#culture .middle-word .name {
  margin-top: -140px;
}
#culture .join-btn {
  width: 240px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  text-align: center;
  line-height: 64px;
  margin: 40px auto 0;
}
#culture .join-btn:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1480px) {
  #culture .middle-word .en-txt {
    font-size: 8em;
  }
}
@media (max-width: 800px) {
  #culture {
    height: 340px;
    padding: 10px 0 20px;
  }
  #culture .middle-word .en-txt {
    font-size: 5em;
    opacity: 0.8;
  }
  #culture .middle-word .name {
    margin-top: -50px;
    font-size: 20px;
  }
}
.channels {
  position: relative;
  background-color: #eff6f8;
}
.channels .ul {
  margin-top: 80px;
  margin-bottom: 100px;
}
.channels .ul li {
  width: 30%;
  height: 318px;
  background-color: #ffffff;
  border-radius: 20px;
  background-image: url('../images/svg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  position: relative;
}
.channels .ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -webkit-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -ms-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 20px;
}
.channels .ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/svg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  border-radius: 20px;
  opacity: 0;
}
.channels .ul li .pic-box,
.channels .ul li p,
.channels .ul li .same-circle {
  position: relative;
  z-index: 9;
}
.channels .ul li p {
  margin: 15px 0 35px;
}
.channels .ul li .pic-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.channels .ul li .pic-box img {
  filter: brightness(1000);
}
.channels .ul li:hover::before {
  height: 100%;
}
.channels .ul li:hover::after {
  opacity: 1;
}
.channels .ul li:hover p {
  color: #fff;
}
.channels .ul li:hover .color-circle i {
  background-color: #fff;
}
.channels .ul li:hover .color-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.channels .ul li:hover .color-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.channels .ul li:hover .pic-box {
  background-color: #fff;
  background-image: none;
}
.channels .ul li:hover .pic-box img {
  filter: none;
}
@media (max-width: 800px) {
  .channels .ul {
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .channels .ul li {
    width: 100%;
    height: 318px;
    margin-bottom: 30px;
  }
}
.channels #map {
  height: 600px;
  border-radius: 20px;
}
@media (max-width: 800px) {
  .channels #map {
    height: 400px;
  }
}
.news-details {
  background: #f4f7fe;
}
.news-details .left-box {
  width: 30%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 80px 80px 0;
  box-sizing: border-box;
}
.news-details .left-box .date {
  margin: 40px 0 80px;
}
.news-details .left-box .bottom-pro {
  margin-top: 60px;
}
.news-details .left-box .bottom-pro a {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 56px 50px;
  box-sizing: border-box;
  margin-top: 45px;
}
.news-details .left-box .bottom-pro a .tit {
  margin-bottom: 34px;
}
.news-details .article {
  width: 70%;
  padding: 80px 0 80px 80px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.news-details .btn-box {
  padding: 55px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .btn-box .row:last-child {
  margin-top: 35px;
}
.news-details .btn-box .left-box {
  border-right: none;
  padding: 0;
}
.news-details .btn-box .article {
  padding: 0 0 0 80px;
  line-height: normal;
}
.news-details .btn-box .article a:hover {
  color: #133984;
}
@media (max-width: 800px) {
  .news-details > .main {
    flex-wrap: wrap;
  }
  .news-details > .main .left-box {
    width: 100%;
    border-right: none;
    padding: 50px 0 30px;
  }
  .news-details > .main .left-box .date {
    margin: 30px 0 ;
  }
  .news-details > .main .left-box .bottom-pro {
    display: none;
  }
  .news-details > .main .article {
    width: 100%;
    padding: 0 0 50px;
    line-height: 1.4;
  }
  .news-details .btn-box {
    padding: 20px 0;
  }
  .news-details .btn-box .left-box {
    width: 20%;
  }
  .news-details .btn-box .article {
    width: 80%;
  }
  .news-details .btn-box .row:last-child {
    margin-top: 15px;
  }
  .news-details .btn-box .article {
    padding: 0 0 0 10px;
  }
}
.details-nav {
  background: #f4f7fe;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1480px) {
  .details-nav {
    padding: 30px 0;
  }
}
.details-nav .back {
  opacity: 0.9;
}
.details-nav .back .icon-box {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #00a3ade6;
  margin-right: 0.5em;
  color: #fff;
}
.details-nav .back:hover {
  opacity: 1;
  color: #00a3ade6;
}
@media (max-width: 800px) {
  .details-nav .main {
    flex-wrap: wrap;
  }
  .details-nav .back {
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.page-nav {
  background-color: #ffffff;
}
.page-nav .nav li a {
  padding: 30px 65px;
  opacity: 0.5;
  font-weight: bold;
}
.page-nav .nav li.active a,
.page-nav .nav li:hover a {
  opacity: 1;
  color: #00a3ade6;
  background-color: #eff6f8;
}
@media (max-width: 800px) {
  .page-nav .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-nav .nav li a {
    padding: 10px ;
    opacity: 0.5;
    font-weight: bold;
  }
}
#product {
  background-color: #eff6f8;
}
#product .product-boxs {
  margin-top: 60px;
}
#product .product-boxs .product-lists {
  margin-right: -3%;
}
#product .product-boxs .product-lists li {
  width: 30.33%;
  margin: 0 3% 45px 0;
}
#product .product-boxs .product-lists li a {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  overflow: hidden;
}
#product .product-boxs.spe-product-boxs .product-lists {
  margin-right: -2%;
}
#product .product-boxs.spe-product-boxs .product-lists li{
    width: 18.5%;
     margin: 0 1.5% 25px 0;
}
#product .product-boxs.spe-product-boxs .product-lists li a{
    padding: 0;
    height: auto;
    border-color: transparent;
    /*border-color: #19acb5;*/
    background-color: transparent;
    /*box-shadow: 0px 0px 40px 0px rgba(25, 172, 181, 0.2);*/
}

#product .product-boxs .product-lists li a .pic-box {
  height: 270px;
  width: 100%;
}
#product .product-boxs .product-lists li a .pic-box img {
  max-width: 90%;
  max-height: 90%;
}
#product .product-boxs.spe-product-boxs .product-lists  li a .pic-box{
    height: auto;
}
#product .product-boxs.spe-product-boxs .product-lists  li a .pic-box img{
  max-width: 100%;
  max-height: 100%;
}
#product .product-boxs .product-lists li a .info {
  text-align: center;
}
#product .product-boxs .product-lists li a .more {
  width: 150px;
  height: 44px;
  background-color: #edf4f6;
  margin: 15px auto 0;
}
#product .product-boxs .product-lists li a:hover {
  border-color: #19acb5;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(25, 172, 181, 0.2);
}
#product .product-boxs .product-lists li a:hover .more {
  background-image: -moz-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -webkit-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
  background-image: -ms-linear-gradient(0deg, #19acb5 0%, #018ab7 100%);
}
#product .product-boxs .product-lists li a:hover .more .char {
  color: #fff;
}
@media (max-width: 800px) {
  #product .product-boxs {
    margin-top: 30px;
  }
  #product .product-boxs .product-lists {
    margin-right: 0;
  }
  #product .product-boxs .product-lists li {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #product .product-boxs.spe-product-boxs .product-lists li{
    width: 48.5%;
    margin: 0 1.5% 15px 0;
}
  #product .product-boxs .product-lists li a {
    height: auto;
    padding: 20px 40px;
  }
  #product .product-boxs .product-lists li a .pic-box {
    height: 200px;
    width: 100%;
  }
  #product .product-boxs .product-lists li a .pic-box img {
    max-width: 90%;
    max-height: 90%;
  }
}
.pro-middle .business-lists li .right-box .oppress {
  border-radius: 0;
}

#banner.page-banner .banner-txt.pro-banner-txt {
  top: 80%;
  text-align: center;
}

.modal-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  // height: 100%;
  z-index: 9990;
  overflow: hidden;
  // background-color: rgba(0,0,0,.2)
}

.modal-nav .btn-closeX {
  position: fixed;
  right: 3.125vw;
  top: 1.5625vw;
  margin-right: 6px;
  margin-top: 6px;
  width:30px;
  height: 30px;
  color: #fff;
  background-color:  #333;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 99;
}

.modal-nav .contain {
  z-index: 3;
  background-image: -webkit-linear-gradient(-90deg,rgba(255,255,255,.99),rgba(255,255,255,.66),rgba(255,255,255,.4));
  border-radius: 0 0 15px 15px
}

.modal-nav .scene {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden
}

.modal-nav .scene .aimer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: visibility 1.15s ease-out 0s;
  transition: visibility 1.15s ease-out 0s
}

.modal-nav .scene .aimer:after,.modal-nav .scene .aimer:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-color: #00a3ade6;
  border-style: solid;
  -webkit-transition: all 80ms ease-out 0s;
  transition: all 80ms ease-out 0s;
  opacity: 0
}

.modal-nav .scene .aimer:before {
  width: 10vw;
  height: 1px;
  border-width: 0 100vw
}

.modal-nav .scene .aimer:after {
  width: 1px;
  height: 10vw;
  border-width: 100vw 0
}

.modal-nav .scene .aimer>s {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-image: radial-gradient(circle at 50% 50%,#00a3ade6 0,rgba(255,77,0,.75) 20%,rgba(255,77,0,0) 65%);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2);
  transform: scale(2)
}

.modal-nav .scene .aimer._active {
  visibility: visible;
  -webkit-transition: visibility .2s ease-out 0s;
  transition: visibility .2s ease-out 0s
}

.modal-nav .scene .aimer._active:after,.modal-nav .scene .aimer._active:before {
  opacity: 1;
  -webkit-transition: all 150ms ease-out 0s;
  transition: all 150ms ease-out 0s
}

.modal-nav .scene .aimer._active:before {
  width: 0
}

.modal-nav .scene .aimer._active:after {
  height: 0
}

.modal-nav .scene .aimer._active>s {
  -webkit-transition: all 250ms ease-out .1s;
  transition: all 250ms ease-out .1s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none!important;
  transform: none!important
}
@media screen and (min-width: 1025px) {
  .modal-nav .contain {
      overflow:hidden auto;
      min-height: 70vh;
      max-height: 80vh;
      padding-bottom: 3.125vw
  }

  .modal-nav .scene {
      left: 0;
      right: 0
  }

  .modal-nav .firNav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch
  }

  .modal-nav .firNav:after {
      display: none
  }

  .modal-nav .firNav .link {
      display: inline-block;
      vertical-align: top;
      color: #272b37;
      -webkit-transition: all 320ms ease-out 0s;
      transition: all 320ms ease-out 0s;
      white-space: nowrap;
      padding: 0 4px
  }

  .modal-nav .firNav .link:hover {
      color: #00a3ade6
  }

  .modal-nav .firNav .firItem .link1 {
      height: 40px;
      line-height: 40px;
      margin: 1.5625vw 0;
      font-weight: 700
  }

  .modal-nav .firNav .firItem:nth-child(1n+2) {
      margin-left: 3.125vw
  }

  .modal-nav .firNav .firItem.on .link1 {
      color: #00a3ade6
  }

  .modal-nav .firNav .secNav .secItem {
      line-height: 30px
  }

  .modal-nav .firNav .secNav .secItem:nth-child(1n+2) {
      margin-top: .4rem
  }

  .modal-nav .firNav .secNav .secItem .link2 {
      opacity: .75
  }
}

@media screen and (min-width: 1440px) {
  .modal-nav .scene {
      left:10.9375%;
      right: 10.9375%
  }
}

@media screen and (min-width: 1600px) {
  .modal-nav .scene {
      left:8.59375%;
      right: 8.59375%
  }
}

@media screen and (max-width: 1024px) {
  .modal-nav {
      min-width:0
  }

  .modal-nav .contain {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0
  }

  .modal-nav .contain .close {
      right: 15px
  }

  .modal-nav .firNav {
      position: fixed;
      z-index: 29;
      right: 0;
      width: 100%;
      overflow-y: auto;
      text-align: center;
      padding: calc(40px + 20px + 3.125vw) 15px;
      height: auto;
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: #0098eb;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: rgba(255,255,255,.9)
  }

  .modal-nav .firNav .link {
      display: block;
      -webkit-transition: all 320ms ease-out 0s;
      transition: all 320ms ease-out 0s;
      cursor: pointer;
      -webkit-tap-highlight-color: rgba(0,0,0,.05)
  }

  .modal-nav .firNav .firItem {
      position: relative;
      overflow: hidden;
      padding: 0 8px;
      width: 100%;
      line-height: 2.5em;
      font-size: 20px;
      min-height: 2.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }

  .modal-nav .firNav .firItem.on>.link {
      color: #00a3ade6
  }

  .modal-nav .firNav .firItem.on .secNav {
      display: block
  }

  .modal-nav .firNav .firItem.on .ctr {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg)
  }

  .modal-nav .firNav .secNav {
      padding: 12px 0!important;
      line-height: 40px;
      font-size: 18px;
      display: none
  }

  .modal-nav .firNav .secNav .col {
      display: block
  }

  .modal-nav .firNav .secNav .secItem {
      line-height: 40px;
      display: block;
      white-space: nowrap;
      color: #777
  }

  .modal-nav .firNav .secNav .secItem.on {
      text-decoration: underline
  }

  .modal-nav .firNav .secNav .secItem .link2 {
      opacity: .6
  }

  .modal-nav .firNav .secNav .secItem .link2:active {
      opacity: .8
  }

  .modal-nav .firNav .secNav+.ctr {
      display: block
  }

  .modal-nav .firNav .link {
      color: #272b37
  }
}

@media screen and (max-width: 640px) {
  .modal-nav .firNav .firItem {
      font-size:18px
  }
}





