@import "../font/iconfont.css";
html {
  font-family: "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: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #0043cc;
  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: 1240px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.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;
}
.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: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@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: #0043cc;
}
.maincolor2 {
  color: #fa8e22;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.mtop60{
    margin-top: 60px;
}
.mtop40{
    margin-top: 40px;
}
/* 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;
  }
  .mtop60{
    margin-top: 30px;
}
.mtop40{
    margin-top: 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: #0043cc;*/
/*  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: #0043cc;*/
/*  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;
  position: relative;
  padding-left: 25px;
  height: 40px;
  transition: all 0.4s ease;
}
.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #0043cc;
  transition: all 0.4s ease;
}
.more .char,
.more .icon {
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.more .icon {
  margin-left: 0.5em;
}
.more .char {
  text-transform: uppercase;
}
.more .icon {
  margin-left: 0.5em;
  position: relative;
  z-index: 9;
}
.more .icon-box {
  width: 30px;
  height: 30px;
  margin-left: 46px;
  transition: all 0.4s ease;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
    margin-left: 16px;
  }
}
.more:hover {
  color: #fff;
  padding-left: 35px;
}
.more:hover::after {
  width: 120px;
}
.more.spe-more {
  color: #0043cc;
}
.more.spe-more .icon-box {
  transform: rotate(45deg);
  margin-right: 1em;
}
.more.spe-more:hover .icon-box {
  transform: rotate(0);
  margin-right: 0.5em;
}
.more.active-more {
  border-bottom: 1px solid #0043cc;
}
.more.active-more span {
  color: #0043cc;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #0043cc;
  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: #0043cc;
  border-color: #0043cc;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #0043cc;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
  .more:hover {
    padding-left: 15px;
  }
  .more:hover::after {
    width: 90px;
  }
}
.go .char {
  position: relative;
  opacity: 0.9;
  margin-left: 0.5em;
}
.go .char::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.9);
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fa8e22;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-title .mont {
  text-transform: uppercase;
  margin-top: 8px;
}
.same-title.t-center .title {
  display: inline-block;
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #0043cc;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(0, 67, 204, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(0, 67, 204, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.datum .item .top {
  opacity: 0.7;
}
.datum .item:hover .top {
  opacity: 1;
  color: #0043cc;
}
.datum .item:hover .data-rolling {
  transition: color 0.3s ease-out !important;
}
.datum .icon {
  margin-right: 0.5em;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 40px;
  text-align: center;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .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: #0043cc;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .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;
  }
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26 {
    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;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  line-height: 3.125em;
  font-size: 14px;
  width: 3.125em;
  height: 3.125em;
  font-family: 'mont', sans-serif;
  transition: all 0.4s ease;
  border-radius: 50%;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #0043cc;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 3.125em;
  height: 3.125em;
}
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: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #0043cc;
  border-color: #0043cc;
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 10.5em;
    min-width: 110px;
  }
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1440px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-change .swiper-timing {
  height: auto!important;
}
.swiper-change .swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 10px;
}
.swiper-change .swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-change .swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0, 125.6;
}
.swiper-change .swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.2);
}
.swiper-change .swiper-timing > .real.swiper-pagination-bullet-active {
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.swiper-change .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-change .swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-2 {
  fill: #fff;
}
.swiper-change .swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-change .swiper-timing.web > .real > svg > .cls-1 {
  stroke: #0043cc;
}
.swiper-change .swiper-timing.web > .real > svg > .cls-2 {
  fill: #0043cc;
}
.swiper-change .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: #0043cc;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #0043cc;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #0043cc;
}
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: #0043cc;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #0043cc;
}
@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: #0043cc;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
/*.toTop {*/
/*  text-align: right;*/
/*  opacity: 0.3;*/
/*  cursor: pointer;*/
/*}*/
/*.toTop.on {*/
/*  transform: none;*/
/*  right: 0.3rem;*/
/*}*/
/*.toTop:hover {*/
/*  opacity: 1;*/
/*}*/
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #0043cc;
}
.swiper-change .swiper-pagination {
  bottom: 70px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  opacity: 1;
  transition: all 0.5s ease;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 8px;
  background-color: #0043cc;
  border-radius: 4px;
}
.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: #0043cc;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: #fff;
  width: 54px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 50px;
    line-height: 50px;
  }
}
.swiper-change.spe-change .btn:hover {
  background-color: #0042ff;
}
.swiper-change.spe-change.shadow .btn {
  color: #0043cc;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.swiper-change.spe-change.shadow .btn:hover {
  color: #fff;
  background-color: #0043cc;
}
.swiper-change.spe-change.shadow .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.shadow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff006f;
}
.swiper-change.spe-change.gray .btn {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #0043cc;
  border-color: #0043cc;
}
.swiper-change.spe-change.gray .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0043cc;
}
.swiper-change.spe-change2 .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #0043cc;
  background-color: #0043cc;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
#header {
  height: 100px;
  width: 100%;
  z-index: 996;
  position: fixed;
  background-color: rgba(255, 255, 255,.8);
  transition: all .4s ease;
  

}


#header .main {
  height: 100%;
}
#header .main .left-box {
  position: relative;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 100px;
  height: 100px;
  background-color: #0043cc;
  z-index: 206;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 100px;
  cursor: pointer;
  position: relative;
}
#header .nav-btn .middle-item {
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header .language-menu {
  transition: color 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#header .language-menu__placeholder {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
  opacity: 0.8;
}
#header .language-menu__placeholder .icon-diqiu {
  font-size: 22px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
#header .language-menu__placeholder .icon-arrow-down {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
#header .language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 90%;
  z-index: 9;
  width: 100%;
  padding-top: 8px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#header .language-menu__dropdown ul {
  width: 100%;
  padding: 8px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#header .language-menu__dropdown a{
    color: #000;
}
#header .language-menu__dropdown a:hover {
  color: #0043cc;
}
#header .language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
#header .language-menu:hover .language-menu__placeholder .icon-arrow-down {
  transform: rotate(-180deg);
}
#header .language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1480px) {
  #header .nav-btn {
    margin-left: 30px;
  }
  #header #navbar {
    padding-right: 4%;
  }
}
@media (max-width: 1280px) {
  #header .nav-btn {
    margin-left: 30px;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 70px;
  }
  #header .nav-btn {
    width: 70px;
    height: 70px;
    margin-left: 81px;
  }
  #header .language-menu {
    width: 70px;
    height: 70px;
  }
  #header .language-menu__dropdown ul {
  padding: 15px 20px;
  line-height: 2;
}
}
#navbar {
  height: 100%;
  padding-right: 5%;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
  position: relative;
}
#navbar .interaction>a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  
}
#navbar .interaction>a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease;
}

 #navbar .interaction>a::after {
    background-color: rgb(0, 67, 204);
}
 #navbar .interaction:hover>a, #navbar .interaction.active>a{
    color: rgb(0, 67, 204);
}

#navbar .interaction:hover>a::after,
#navbar .interaction.active>a::after {
  width: 100%;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer {
  background-color: #0043cc;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
#footer .main {
  z-index: 9;
  position: relative;
  padding-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .main .top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .main .top .logo-box {
  padding: 24px 0;
}
#footer .main .logo-box,
#footer .main .left-box {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .main .middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .main .left-box {
  padding-bottom: 56px;
}
#footer .main .left-box .bottom-connect {
  padding-top: 76px;
}
#footer .main .left-box .bottom-connect li {
  margin-bottom: 40px;
}
#footer .main .left-box .bottom-connect li:last-child {
  margin-bottom: 0;
}
#footer .main .left-box .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#footer .main .left-box .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer .right-box {
  width: 68%;
}
#footer .bottom-nav {
  padding-top: 76px;
}
#footer .bottom-nav li a:hover {
  text-decoration: underline;
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 15px;
  opacity: 0.7;
}
#footer .bottom-nav li .two-ul a:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li .two-ul a:hover {
  opacity: 1;
}
#footer .wechat {
  margin-top: 55px;
}
#footer .links {
  padding: 20px 0;
}
#footer .links .blogroll {
  position: relative;
}
#footer .links .blogroll .static {
  width: 10.625em;
  height: 3.125em;
  box-sizing: border-box;
  background-color: #0087ff;
  padding: 0.5em 1em 0.5em 1.375em;
}
#footer .links .blogroll .static .char {
  font-size: 14px;
}
#footer .links .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #fff;
  color: #000;
}
#footer .links .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer .links .blogroll .fade {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
  z-index: 100;
  width: 100%;
}
#footer .links .blogroll .fade .content {
  width: 100%;
  max-width: calc(100vw - 60px);
  background-color: #fff;
  padding: 1em;
  height: 180px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#footer .links .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer .links .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #0043cc;
}
#footer .links .blogroll:hover .static {
  background-color: #fff;
  color: #000;
}
#footer .links .blogroll:hover .static .char {
  opacity: 1;
}
#footer .links .blogroll:hover .static .cc {
  background-color: #0087ff;
  color: #fff;
}
#footer .links .blogroll:hover .fade {
  margin-top: 0;
}
#footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  animation: moveup 10s ease infinite;
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
    padding-top: 45px;
  }
  #footer .main .right-box {
    display: none;
  }
  #footer .main .logo-box {
    width: 50%;
  }
  #footer .main .left-box {
    width: 100%;
    padding-bottom: 30px;
    border-right: none;
  }
  #footer .main .top .logo-box {
    padding: 0;
}
  #footer .main .left-box .bottom-connect {
    padding-top: 30px;
  }
  #footer .main .links .blogroll .fade {
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .main .links .blogroll .fade .content {
    width: 140px;
    padding: 0.5em;
    height: 150px;
  }
  #footer .main .links .blogroll:hover .static {
    background-color: #fff;
    color: #000;
  }
  #footer .main .links .blogroll:hover .static .char {
    opacity: 1;
  }
  #footer .main .links .blogroll:hover .static .cc {
    background-color: #0087ff;
    color: #fff;
  }
  #footer .main .links .blogroll:hover .fade {
    margin-top: 0;
  }
  #footer .bg {
    object-fit: contain;
    height: auto;
    top: auto;
    bottom: 0;
  }
  #footer .main .left-box .bottom-connect li {
  margin-bottom: 20px;
}
#footer .wechat {
    margin-top: 25px;
}
}
.wechat li .pic {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-right: 12px;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
.wechat li p {
  opacity: 0.7;
}
.wechat li p span {
  display: block;
  margin-top: 5px;
}
.copyright {
  padding: 20px 0;
}
.copyright a {
  opacity: 0.6;
  display: inline-block;
}
.copyright a:first-child {
  margin-right: 80px;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
    transform: scale(.8);
    margin: 0 -40px;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .copyright a:first-child {
    margin-right: 0;
  }
}
#banner {
  height: 900px;
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide img {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide .bg-mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
#banner > .swiper .swiper-slide .bg-mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: -moz-linear-gradient(left, #0043cc 0%, transparent 100%);
  background-image: -webkit-linear-gradient(left, #0043cc 0%, transparent 100%);
  background-image: -ms-linear-gradient(left, #0043cc 0%, transparent 100%);
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  font-size: 72px;
  opacity: 0;
  color: #002180;
}
#banner > .swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .banner-txt .title .span2,
#banner > .swiper .swiper-slide .banner-txt .spe-more,
#banner > .swiper .swiper-slide .banner-txt .desc {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .banner-txt .spe-more {
  transition-delay: 1.6s;
  text-transform: uppercase;
  overflow: hidden;
  
}
#banner > .swiper .swiper-slide .banner-txt .desc {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  transition-delay: 1.4s;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 1.8;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0,0,0,.7);
}
#banner > .swiper .swiper-slide .banner-txt .spe-more{
   
  
  
  width: 121px;
  height: 49px;
border-radius: 25px;
padding: 0 25px;
box-sizing: border-box;
background-image: url('../images/bg27.png');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 90%;
    left: 20px;
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 30px;
  }
  #banner > .swiper .swiper-slide .banner-txt .desc {
    margin-top: 30px;
    padding-top: 28px;
    line-height: 1.4;
  }
}
#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 .spe-more,
#banner > .swiper .swiper-slide.swiper-slide-active .desc {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-change {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 45px;
}
#banner > .swiper .swiper-change::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
#banner > .swiper .swiper-change .main {
  position: relative;
  height: 100%;
}
#banner > .swiper .swiper-change .btn-box {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#banner > .swiper .swiper-change .swiper-pagination {
  width: 50%;
  text-align: left;
  bottom: 0;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-change .btn-box {
    width: 15%;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-change .swiper-pagination {
    width: 100%;
    text-align: center;
  }
  #banner > .swiper .swiper-change .btn-box {
    display: none;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 700px;
  }
  /*#banner > .swiper .swiper-slide .banner-txt{*/
  /*    top: 35%;*/
  /*}*/
  #banner > .swiper .swiper-slide .banner-txt .desc {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
}
.page-banner {
  position: relative;
  z-index: 9;
  height: 700px;
  overflow: hidden;
}
.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);
  }
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
}
.page-banner .banner-txt .title {
  font-size: 48px;
}
.page-banner .banner-txt .Mont {
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 1480px) {
  .page-banner {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .page-banner {
    height: 300px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    top: 60%;
  }
  .page-banner .banner-txt .Mont {
    margin-top: 10px;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
  }
  .page-banner  .banner-nav{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      min-height: 50px;
      background-color: #0043cc;
  }
  .page-banner  .banner-nav ul{
      width: 100%;
      height: 100%;
      padding: 0 10px;
      box-sizing: border-box;
  }
  .page-banner  .banner-nav ul li a{
      padding: 15px 10px;
      
  }
  .page-banner  .banner-nav ul li.active a{
      border-bottom: 2px solid #fff;
  }
}
.page-nav {
  height: 85px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.page-nav .item {
  flex: 1;
  height: 85px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdee1;
}
.page-nav .item:not(:last-child) {
  border-right: 1px solid #dcdee1;
}
.page-nav .item a {
  height: 100%;
  line-height: 85px;
  opacity: 0.8;
}
.page-nav .item:hover,
.page-nav .item.active {
  border-bottom: none;
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #fff;
  opacity: 1;
  background-color: #0043cc;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid #dcdee1;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
#about {
  background-color: #e1e9f2;
  background-image: url('../images/about-pic.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#about .main {
  position: relative;
}
#about .desc {
  width: 40%;
}
#about .desc .sub-title {
  margin: 40px 0;
}
#about .desc .text-node {
  margin-bottom: 45px;
}
#about .datum {
  margin-top: 60px;
}
#about .datum .item {
  width: 308px;
  height: 210px;
  border-radius: 10px;
  background-color: #eaeff6;
  padding: 35px;
  box-sizing: border-box;
}
#about .datum .item:not(:last-child) {
  margin-right: 24px;
}
#about .datum .item::after {
  content: '';
  position: absolute;
  top: 35px;
  right: 40px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0043cc;
  opacity: 0;
}
#about .datum .item .text-node {
  margin-top: 20px;
}
#about .datum .item:hover::after {
  opacity: 1;
}
#about .right-icon {
  position: absolute;
  top: 35%;
  right: 16%;
}
#about .right-icon img {
  animation: moveup 4s ease infinite;
}
@keyframes moveup {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 15px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 1680px) {
  #about .right-icon {
    top: 30%;
    right: 10%;
  }
}
@media (max-width: 1580px) {
  #about .desc {
    width: 50%;
  }
}
@media (max-width: 1480px) {
   

  #about {
    padding: 60px 0;
    background-position: 78% center;
  }
  #about .desc .sub-title {
    margin: 30px 0;
  }
  #about .desc .text-node {
    margin-bottom: 35px;
  }
  #about .datum {
    margin-top: 40px;
  }
  #about .right-icon {
    top: 30%;
    right: 8%;
    text-align: center;
  }
  #about .right-icon img {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  #about .desc {
    width: 60%;
  }
  #about .right-icon {
    top: 30%;
    right: 0;
    text-align: center;
  }
  #about .right-icon img {
    width: 70%;
  }
}
@media (max-width: 800px) {
  #about {
    background-size: contain;
    background-position: right bottom;
    padding-bottom: 120px;
  }
  #about .right-icon {
    top: auto;
    bottom: -20px;
    right: 12%;
    text-align: right;
  }
  #about .right-icon img {
    width: 30%;
  }
  #about .desc {
    width: 100%;
  }
  #about .datum {
    justify-content: center;
  }
  #about .datum .item {
    width: 300px;
    height: auto;
  }
  #about .datum .item:not(:last-child) {
    margin: 0 0 24px;
  }
}
#about.page-about {
  background-image: url('../images/about-bg.jpg');
}
#about.page-about .left-box {
  width: 60%;
}
#about.page-about .left-box .box {
  width: 60%;
}
#about.page-about .left-box .desc {
  width: 100%;
}
#about.page-about .left-box .desc .sub-title {
  margin-bottom: 0;
}
#about.page-about .left-box .middle-pic {
  width: 30%;
}
#about.page-about .datum {
  margin-top: 0;
}
#about.page-about .datum .item {
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 0;
}
#about.page-about .datum .item::after {
  top: 0;
  right: 0;
}
#about.page-about .datum .item .icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-image: url('../images/icon-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 48px;
}
#about.page-about .datum .item .text {
  padding-left: 62px;
}
#about.page-about .datum .item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 45px;
}
@media (max-width: 1680px) {
  #about.page-about .left-box {
    width: 65%;
  }
}
@media (max-width: 1580px) {
  #about.page-about .left-box {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #about.page-about {
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
  }
  #about.page-about .main {
    flex-wrap: wrap;
  }
  #about.page-about .left-box {
    width: 100%;
    flex-wrap: wrap;
  }
  #about.page-about .left-box .box {
    width: 100%;
  }
  #about.page-about .left-box .box .desc .text-node {
    padding-top: 35px;
  }
  #about.page-about .left-box .middle-pic {
    width: 50%;
    margin: 0 auto;
  }
  #about.page-about .datum {
    display: flex;
    justify-content: space-between;
  }
  #about.page-about .datum .item .icon {
    margin-right: 8px;
  }
  #about.page-about .datum .item:not(:last-child) {
    margin-bottom: 25px;
  }
}
#products {
  background-color: #d3dfed;
  position: relative;
}
#products canvas {
  width: 100%;
  height: 100%;
}
#products .sub-title {
  margin: 25px 0 50px;
}
@media (max-width: 800px) {
  #products .sub-title {
    margin: 25px 0 30px;
  }
}
#products .content{
    background-color: #e1e9f2;
    overflow: hidden;
    border-radius: 20px;
}
#products .pro-lists {
  /*background-color: #e1e9f2;*/
  /*background-image: url('../images/pro-bg.png');*/
  position: relative;
  z-index: 99;
  /*margin: 0 -3%;*/
}
#products .pro-lists li {
  width: 33.33%;
  height: 580px;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .6s ease-in-out;
}
#products .pro-lists li:last-child {
  border-right: none;
}
#products .pro-lists li a {
  padding: 130px 70px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: all .6s ease-in-out;
}
#products .pro-lists li a .icon-box {
  animation: moveup 3s linear infinite;
}
#products .pro-lists li a .title {
  margin: 45px 0 30px;
}
#products .pro-lists li a .more-box {
  max-width: 120px;
  display: none;
  margin: 65px auto 0;
  transition: all .6s ease-in-out;
}
#products .pro-lists li .bg {
  opacity: 0;
  transition: all .4s ease-in-out;
}
#products .pro-lists li:hover {
  width: 60%;
  padding: 50px 78px;
}
#products .pro-lists li:hover .bg {
  opacity: 1;
}
#products .pro-lists li:hover a {
  color: #fff;
  background-image: url('../images/bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 88px 90px;
}
#products .pro-lists li:hover a .icon-box {
  display: none;
}
#products .pro-lists li:hover a .text-node {
  display: inline-block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  overflow: visible;
  text-overflow: inherit;
  opacity: 1;
}
#products .pro-lists li:hover a .title {
  margin-top: 0;
  padding-bottom: 38px;
  position: relative;
}
#products .pro-lists li:hover a .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #fff;
}
#products .pro-lists li:hover a .more-box {
  display: block;
}
@media (max-width: 1280px) {
  #products .pro-lists li:hover {
    width: 50%;
    padding: 55px 58px;
  }
  #products .pro-lists li:hover a {
    padding: 70px 60px;
  }
}
@media (max-width: 800px) {
  #products .pro-lists {
    margin: 0;
    flex-wrap: wrap;
    background-image: none;
  }
  #products .pro-lists li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    background-image: url('../images/pro-bg.png');
    background-size: 100% 40%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #products .pro-lists li:last-child {
    border-bottom: none;
  }
  #products .pro-lists li a {
    padding: 60px 40px;
  }
  #products .pro-lists li a .icon-box {
    width: 45%;
    margin: 0 auto;
  }
  #products .pro-lists li a .title {
    margin: 35px 0 20px;
  }
  #products .pro-lists li a .more-box {
    max-width: 90px;
    margin: 35px auto 0;
  }
  #products .pro-lists li:hover {
    width: 100%;
    padding: 10px;
  }
  #products .pro-lists li:hover a {
    padding: 50px 20px;
  }
}
#partner {
  position: relative;
  padding-bottom: 40px;
  background-image: url('../images/bg2.jpg');
}
#partner .top .sub-title {
  margin-top: 30px;
}
#partner .partnerSwiper {
  margin-top: 135px;
  width: 100%;
  height: 320px;
  position: relative;
  background-color: #0087ff;
}
#partner .partnerSwiper .swiper-slide {
  height: calc(100% / 2);
}
#partner .partnerSwiper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#partner .partnerSwiper .swiper-slide a:hover {
  background-image: -moz-linear-gradient(-87deg, #2a3294 0%, #ff006f 100%);
  background-image: -webkit-linear-gradient(-87deg, #2a3294 0%, #ff006f 100%);
  background-image: -ms-linear-gradient(-87deg, #2a3294 0%, #ff006f 100%);
}
#partner .partnerSwiper .swiper-slide a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#partner .partnerSwiper .swiper-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#partner .partnerSwiper .swiper-slide .pic {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#partner .partnerSwiper .swiper-slide .pic img{
    filter: brightness(2000);
}
#partner .spe-change {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  z-index: 100;
}
@media (max-width: 768px) {
  #partner {
    padding-bottom: 50px;
  }
  #partner .partnerSwiper {
    height: 300px;
    margin-top: 30px;
  }
  #partner .swiper-change .swiper-pagination {
    bottom: 50px;
  }
}
.home-middle {
  position: relative;
  height: 864px;
  background-image: url('../images/bg4.jpg');
}
.home-middle .middle-box,
.home-middle .circle,
.home-middle .same-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-middle .lists {
  width: 100%;
  height: 580px;
  z-index: 1;
  position: relative;
}
.home-middle .lists li {
  position: absolute;
  max-width: 30%;
}
.home-middle .lists li.on{
    animation: shake2 1s ease forwards;
}

@keyframes shake2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.home-middle .lists li .line {
  margin-top: -15px;
  margin-bottom: 18px;
}
.home-middle .lists li:nth-of-type(1) {
  top: 30%;
  left: 4%;
}
.home-middle .lists li:nth-of-type(2) {
  top: auto;
  left: 9%;
  bottom: 2%;
}
.home-middle .lists li:nth-of-type(3) {
  text-align: right;
  top: 22%;
  left: auto;
  right: 1%;
}
.home-middle .lists li:nth-of-type(3) .text-node {
  max-width: 65%;
}
.home-middle .middle-box {
  width: 664px;
  height: 680px;
  background-image: url('../images/bg3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}
.home-middle .middle-box .circle {
  width: 699px;
  height: 721px;
}
.home-middle .middle-box .box {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
}
.home-middle .middle-box .box .item {
  text-align: center;
  position: absolute;
}
.home-middle .middle-box .box .item .icon {
  margin-bottom: 8px;
}
.home-middle .middle-box .box .item:nth-of-type(1) {
  top: 22%;
  left: 8%;
}
.home-middle .middle-box .box .item:nth-of-type(2) {
  top: 22%;
  left: auto;
  right: 14%;
}
.home-middle .middle-box .box .item:nth-of-type(3) {
  top: auto;
  left: 42%;
  bottom: 5%;
}
.home-middle .middle-box .box .item:hover .icon {
  animation: shake 0.6s linear forwards;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.home-middle .middle-box .same-title {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.1);
  padding-top: 55px;
  box-sizing: border-box;
}
.home-middle .middle-box .same-title .Mont {
  font-size: 60px;
  font-style: italic;
  padding-right: 10px;
}
.home-middle .middle-box .same-title .maincolor {
  color: #0087ff;
}
@media (max-width: 1680px) {
  .home-middle .lists li {
    max-width: 25%;
  }
  .home-middle .lists li:nth-of-type(1) {
    left: 3%;
  }
  .home-middle .lists li:nth-of-type(3) {
    right: 3%;
  }
  .home-middle .lists li:nth-of-type(3) .text-node {
    max-width: 85%;
  }
}
@media (max-width: 1480px) {
  .home-middle .lists li {
    max-width: 24%;
  }
  .home-middle .lists li:nth-of-type(1) {
    left: 1%;
  }
  .home-middle .lists li:nth-of-type(3) {
    right: 1%;
  }
}
@media (max-width: 1280px) {
  .home-middle .middle-box {
    width: 564px;
    height: 580px;
  }
  .home-middle .middle-box .circle {
    width: 598px;
    height: 620px;
  }
  .home-middle .lists li {
    max-width: 30%;
  }
  .home-middle .lists li:nth-of-type(1) {
    left: -5%;
  }
  .home-middle .lists li:nth-of-type(2) {
    left: -2%;
  }
  .home-middle .lists li:nth-of-type(3) {
    right: -5%;
  }
}
@media (max-width: 1080px) {
  .home-middle {
    height: auto;
  }
  .home-middle .sub-title {
    margin-bottom: 0;
  }
  .home-middle .middle-box {
    top: 55%;
    transform: translate(-50%, -50%) scale(0.3);
  }
  .home-middle .middle-box .same-title {
    width: 200px;
    height: 200px;
    padding-top: 40px;
  }
  .home-middle .middle-box .same-title .Mont {
    font-size: 50px;
  }
  .home-middle .lists {
    transform: scale(0.6);
    width: 100%;
    height: 300px;
    z-index: 100;
  }
  .home-middle .lists li {
    max-width: 70%;
  }
  .home-middle .lists li:nth-of-type(1) {
    left: -36%;
  }
  .home-middle .lists li:nth-of-type(2) {
    left: -22%;
    bottom: -20%;
  }
  .home-middle .lists li:nth-of-type(3) {
    right: -40%;
  }
      .home-middle .lists li:nth-of-type(3) .text-node {
        max-width: 66%;
    }
}
#news {
  background-image: url('../images/bg5.jpg');
}
#news .sub-title {
  margin: 35px 0 45px;
}
@media (max-width: 800px) {
  #news .sub-title {
    margin: 25px 0 35px;
  }
}
#news .content .title {
  margin: 10px 0 25px;
  opacity: 0.9;
}
#news .content .go {
  margin-top: 40px;
  opacity: 0.7;
  font-weight: bold;
}
#news .content .go span {
  text-transform: uppercase;
  margin-right: 0.5em;
}
#news .content a:hover .title,
#news .content a:hover .go {
  color: #0043cc;
}
#news .content .left-news {
  width: 62%;
}
#news .content .left-news .ul li:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .content .left-news .ul li a .oppress {
  width: 40%;
  height: 240px;
}
#news .content .left-news .ul li a .info {
  width: 57%;
}
#news .content .right-news {
  width: 34%;
}
#news .content .right-news .oppress {
  height: 320px;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  #news .content {
    flex-wrap: wrap;
  }
  #news .content .title {
    margin: 10px 0 15px;
  }
  #news .content .go {
    margin-top: 20px;
  }
  #news .content .left-news {
    width: 100%;
  }
  #news .content .left-news .ul li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #news .content .left-news .ul li a .oppress {
    height: auto;
  }
  #news .content .right-news {
    width: 100%;
    margin-top: 40px;
  }
  #news .content .right-news .oppress {
    height: 250px;
    margin-bottom: 20px;
  }
}
#culture {
  background-image: url('../images/bg7.jpg');
}
#culture .sub-title {
  margin: 30px 0 75px;
}
@media (max-width: 800px) {
  #culture .sub-title {
    margin: 20px 0 35px;
  }
}
#culture .content .left-box {
  text-align: center;
  width: 40%;
}
#culture .content .left-box .top-pic img {
  animation: moveup 4s ease infinite;
}
#culture .content .left-box .bottom-pic {
  margin-top: -100px;
}
#culture .content .cul-lists {
  width: 45%;
}
#culture .content .cul-lists li {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.302);
  box-shadow: 0px 1px 3px 0px rgba(21, 26, 50, 0.1), inset 2.084px -11.818px 119.54px 19.46px rgba(255, 255, 255, 0.42), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  padding: 28px 60px 0;
  box-sizing: border-box;
}
#culture .content .cul-lists li:not(:last-child) {
  margin-bottom: 35px;
}
#culture .content .cul-lists li .txt {
  width: 80%;
}
#culture .content .cul-lists li .txt .title {
  margin-top: 10px;
  margin-bottom: 8px;
}
#culture .content .cul-lists li:hover .title {
  color: #0043cc;
}
#culture .content .cul-lists li:hover .icon-box {
  animation: shake 0.6s linear forwards;
}
@media (max-width: 1480px) {
  #culture .content .cul-lists {
    width: 50%;
  }
  #culture .content .cul-lists li {
    padding: 28px 40px 0;
  }
  #culture .content .cul-lists li .txt {
    width: 74%;
  }
}
@media (max-width: 800px) {
  #culture .content {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  #culture .content .left-box {
    width: 60%;
    margin: 0 auto 40px;
  }
  #culture .content .cul-lists {
    width: 100%;
    margin-top: -40px;
  }
  #culture .content .cul-lists li {
    height: auto;
    padding: 18px 20px 8px;
  }
  #culture .content .cul-lists li:not(:last-child) {
    margin-bottom: 15px;
  }
  #culture .content .cul-lists li .txt {
    width: 73%;
  }
  #culture .content .cul-lists li .txt .title {
    margin-top: 0;
    margin-bottom: 5px;
  }
  #culture .content .cul-lists li .icon-box {
    width: 60px;
  }
}
.analog-top-panel .box {
  width: 50%;
  height: 480px;
}
.analog-top-panel .box .left-pic {
  width: 55%;
  height: 100%;
}
.analog-top-panel .box .title-box {
  width: 46%;
  height: 100%;
  padding: 86px 65px;
  box-sizing: border-box;
  background-image: url('../images/bg8.jpg');
}
.analog-top-panel .box .title-box .Mont {
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 1.4;
}
.analog-top-panel .right-txt {
  width: 50%;
  height: 640px;
  background-image: url('../images/bg9.jpg');
  padding: 0 100px;
  box-sizing: border-box;
}
.analog-top-panel .right-txt .text-node {
  width: 60%;
}
@media (max-width: 1480px) {
  .analog-top-panel .box {
    height: 380px;
  }
  .analog-top-panel .right-txt {
    height: 580px;
  }
}
@media (max-width: 800px) {
  .analog-top-panel > div {
    flex-wrap: wrap;
  }
  .analog-top-panel .box {
    width: 100%;
    height: 200px;
  }
  .analog-top-panel .box .left-pic {
    width: 45%;
    height: 100%;
  }
  .analog-top-panel .box .title-box {
    width: 55%;
    height: 100%;
    padding: 46px 25px;
  }
  .analog-top-panel .box .title-box .Mont {
    margin-top: 20px;
  }
  .analog-top-panel .right-txt {
    width: 100%;
    height: auto;
    padding: 60px 40px;
  }
  .analog-top-panel .right-txt .text-node {
    width: 100%;
  }
}
.same-scroll-down .circle {
  margin-right: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  width: 52px;
  height: 52px;
  position: relative;
}
.same-scroll-down .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.same-scroll-down .icon {
  animation: animate01 2s linear infinite;
}
@keyframes animate01 {
  0% {
    transform: translateY(-0.3em);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0.3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0.3em);
    opacity: 0;
  }
}
.same-scroll-down.active .circle {
  background-color: #0043cc;
}
.same-scroll-down.active .circle::before {
  background-color: rgba(0, 67, 204, 0.2);
}
#analog {
  position: relative;
}
#analog canvas {
  width: 100%;
  height: 100%;
}
#analog .service-bottom{
    background-color: transparent;
    position: relative;
    z-index: 99;
    margin-top: 80px;
}
#analog .nav-lists a {
  padding-left: 45px;
  margin-left: 45px;
  position: relative;
}
#analog .nav-lists a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0043cc;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  display: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#analog .nav-lists a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #b9babb;
}
#analog .nav-lists a:first-child::before {
  display: none;
}
#analog .nav-lists a.active,
#analog .nav-lists a:hover {
  padding-left: 90px;
}
#analog .nav-lists a.active span,
#analog .nav-lists a:hover span {
  color: #0043cc;
}
#analog .nav-lists a.active .icon,
#analog .nav-lists a:hover .icon {
  display: block;
}
#analog .lists {
  margin-top: 95px;
}
#analog .lists .item {
  margin-bottom: 60px;
}
#analog .lists .item:last-child {
  margin-bottom: 0;
}
#analog .lists .item a {
  height: 520px;
  border-radius: 16px;
  background-color: #e4e9ee;
  padding: 90px 80px 80px;
  box-sizing: border-box;
  position: relative;
}
#analog .lists .item a::before {
  content: '';
  width: 100%;
  height: 0;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  background-image: url('../images/bg10.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#analog .lists .item a .info-box {
  width: 45%;
  height: 90%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
#analog .lists .item a .info-box .en-txt {
  text-transform: uppercase;
  margin-top: 5px;
}
#analog .lists .item a .right-pic {
  width: 560px;
  height: 400px;
  position: relative;
}
#analog .lists .item a .right-pic::after {
  content: "";
  position: absolute;
  top: -7%;
  left: -5%;
  width: 100%;
  height: 410px;
  border-radius: 16px;
  background-color: rgba(11, 91, 161, 0.1);
}
#analog .lists .item a .right-pic .pic {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 21.5px 37.239px 32px 0px rgba(0, 0, 0, 0.15);
}
#analog .lists .item a .right-pic .pic img {
  max-height: 90%;
}
#analog .lists .item a:hover {
  color: #fff;
}
#analog .lists .item a:hover::before {
  height: 100%;
}
#analog .lists .item a:hover .title {
  color: #fff;
}
#analog .lists .item a:hover .right-pic::after {
  background-color: rgba(255, 255, 255, 0.2);
}
#analog .lists .item a:hover .more {
  color: #fff;
}
#analog .lists .item a:hover .more::after {
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
#analog .lists .item:nth-of-type(2n-1) .pic-box {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
}
@media (max-width: 1480px) {
  #analog .lists .item a .right-pic {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  #analog .top-nav {
    flex-wrap: wrap;
  }
  #analog .hide-pc{
      width: 100%;
  }
  #analog .nav-lists {
    padding: 30px 0 10px;
  }
  #analog .nav-lists a {
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
  }
  #analog .nav-lists a:first-child {
    margin-left: 0;
  }
  #analog .lists {
    margin-top: 40px;
  }
  #analog .lists .item {
    margin-bottom: 20px;
  }
  #analog .lists .item:last-child {
    margin-bottom: 0;
  }
  #analog .lists .item a {
    height: auto;
    border-radius: 16px;
    background-color: #e4e9ee;
    padding: 30px;
    flex-wrap: wrap;
  }
  #analog .lists .item a .info-box {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  #analog .lists .item a .info-box .text-node {
    margin: 20px 0;
  }
  #analog .lists .item a .pic-box {
    width: 100%;
    height: 200px;
  }
  #analog .lists .item a .right-pic {
    width: 100%;
    height: 200px;
  }
  #analog .lists .item a .right-pic::after {
    height: 200px;
  }
  #analog .lists .item a:nth-of-type(2n-1) .pic-box {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
}
#analog .mnjs-lists {
  margin-right: -2%;
}
#analog .mnjs-lists .item {
  margin-bottom: 60px;
  width: 23%;
  margin-right: 2%;
}
#analog .mnjs-lists .item:last-child {
  margin-bottom: 0;
}
#analog .mnjs-lists  .item:nth-of-type(2n-1) .pic-box {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}
#analog .mnjs-lists .item a {
    width: 100%;
  height: auto;
  border-radius: 16px;
  background-color: #e4e9ee;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
#analog .mnjs-lists .item a::before {
  content: '';
  width: 100%;
  height: 0;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  background-image: url('../images/bg10.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#analog .mnjs-lists .item a .info-box {
  width: 45%;
  height: 90%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
#analog .mnjs-lists .item a .info-box .en-txt {
  text-transform: uppercase;
  margin-top: 5px;
}
#analog .mnjs-lists .item a .pic-box{
    width: 100%;
    
}
#analog .mnjs-lists .item a .right-pic {
  width: 100%;
  height: auto;
  position: relative;
}
#analog .mnjs-lists .item a .right-pic .title{
    padding-top: 20px;
}
#analog .mnjs-lists .item a .right-pic::after {
  content: "";
  position: absolute;
  top: -7%;
  left: -5%;
  width: 100%;
  height: 310px;
  border-radius: 16px;
  background-color: rgba(11, 91, 161, 0.1);
  opacity: 0;
}
#analog .mnjs-lists .item a .right-pic .pic {
  width: 100%;
  
  height: 280px;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 21.5px 37.239px 32px 0px rgba(0, 0, 0, 0.15);
}
#analog .mnjs-lists .item a .right-pic .pic img {
  max-height: 90%;
}
#analog .mnjs-lists .item a:hover {
  color: #fff;
}
#analog .mnjs-lists .item a:hover::before {
  height: 100%;
}
#analog .mnjs-lists .item a:hover .title {
  color: #fff;
}
#analog .mnjs-lists .item a:hover .right-pic::after {
  background-color: rgba(255, 255, 255, 0.2);
}
#analog .mnjs-lists .item a:hover .more {
  color: #fff;
}
#analog .mnjs-lists .item a:hover .more::after {
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1480px){
    #analog .mnjs-lists .item a .right-pic .pic{
        height: 220px;
    }
}

@media (max-width: 1024px) {
  
  #analog .mnjs-lists {
    margin-top: 30px;
    margin-right: 0;
  }
  #analog .mnjs-lists .item {
      width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #analog .mnjs-lists .item:last-child {
    margin-bottom: 0;
  }
  
  #analog .mnjs-lists .item a {
    height: auto;
    border-radius: 16px;
    background-color: #e4e9ee;
    padding: 30px;
    flex-wrap: wrap;
  }
  
  #analog .mnjs-lists .item a .pic-box {
    width: 100%;
  }
  #analog .mnjs-lists .item a .right-pic {
    width: 100%;
  }
  #analog .mnjs-lists .item a .right-pic .pic{
    width: 100%;
    height: 220px;
  }
  #analog .mnjs-lists .item a .pic-box{
      height: auto;
  }
  #analog .mnjs-lists .item a .right-pic::after {
    height: 200px;
  }
 
 #analog .service-bottom {
    margin-top: 30px;
}

}
.same-circuit {
  position: relative;
}
.same-circuit canvas {
  width: 100%;
  height: 100%;
}
.same-circuit .main {
  position: relative;
  z-index: 99;
}
.same-circuit2 {
  position: relative;
}
.same-circuit2 canvas {
  width: 100%;
  height: 100%;
}
.analog-top-details {
  background-image: url('../images/bg11.jpg');
}
.gpu-top .details-nav,
.cpu-top .details-nav,
.analog-top-details .details-nav{
    margin-bottom: 40px;
}
.analog-top-details .left-box {
  width: 40%;
}
.analog-top-details .left-box .title-box {
  padding-bottom: 66px;
  margin-bottom: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.analog-top-details .left-box .title-box .title .char {
  position: relative;
  font-size: 40px;
  padding: 0 45px;
  color: #0043cc;
}
.analog-top-details .left-box .title-box .title .char::after,
.analog-top-details .left-box .title-box .title .char::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 25px;
  height: 33px;
  background-image: url('../images/tit-icon1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.analog-top-details .left-box .title-box .title .char::before {
  left: 0;
}
.analog-top-details .left-box .title-box .title .char::after {
  right: 0;
  transform: rotate(180deg);
}
.analog-top-details .left-box .info {
  padding-right: 25%;
}
.analog-top-details .left-box .info .sub-tit {
  margin-bottom: 30px;
}
.analog-top-details .right-box {
  width: 50%;
  height: 500px;
  position: relative;
}
.analog-top-details .right-box::after {
  content: "";
  position: absolute;
  top: -7%;
  left: -5%;
  width: 100%;
  height: 510px;
  border-radius: 16px;
  background-image: -moz-linear-gradient(-90deg, #0043cc, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #0043cc, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #0043cc, transparent 100%);
}
.analog-top-details .right-box .pic-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 40px;
  box-sizing: border-box;
}
.analog-top-details .right-box .pic-swiper .ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
.analog-top-details .right-box .pic-swiper .ul li a .pic {
  width: 100%;
  height: 100%;
}
.analog-top-details .right-box .pic-swiper .ul li a .pic img {
  max-height: 85%;
}
.analog-top-details .right-box .pic-swiper .ul li a .title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.analog-top-details .right-box .pic-swiper .swiper-pagination {
  padding-right: 40px;
  text-align: right;
  bottom: 40px;
  box-sizing: border-box;
}

.analog-top-details .right-box .pic-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.analog-top-details .right-box .pic-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #0043cc;
}
.analog-top-details.resources-top-details .right-box .pic-swiper {
  background-color: transparent;
  padding: 0;
}
.analog-top-details.resources-top-details .right-box .pic-swiper .oppress {
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
}
/*.analog-top-details.resources-top-details .right-box .pic-swiper .oppress img{*/
/*    max-width: 80%;*/
/*    max-height: 80%;*/
/*}*/
.analog-top-details.resources-top-details .right-box .pic-swiper .ul li a .title {
  left: 40px;
}
.analog-top-details.resources-top-details .right-box .pic-swiper .swiper-pagination {
  padding-right: 40px;
  text-align: right;
  bottom: 25px;
  box-sizing: border-box;
}
.analog-top-details.resources-top-details .right-box .pic-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.analog-top-details.resources-top-details .right-box .pic-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #fff;
}
.analog-top-details.resources-top-details .content {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .analog-top-details.resources-top-details .content {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .analog-top-details.resources-top-details .right-box .pic-swiper .ul li a .title {
    left: 20px;
    bottom: 20px;
  }
  .analog-top-details.resources-top-details .right-box .pic-swiper .swiper-pagination {
    padding-right: 20px;
  }
  .same-circuit canvas{
      display: none;
  }
}
@media (max-width: 1024px) {
  .analog-top-details .main {
    flex-wrap: wrap;
  }
  .analog-top-details .right-box,
  .analog-top-details .left-box {
    width: 100%;
  }
  .analog-top-details .left-box {
    margin-bottom: 70px;
  }
  .analog-top-details .left-box .title-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .analog-top-details .left-box .title-box .title .char {
    font-size: 30px;
    padding: 0 30px;
  }
  .analog-top-details .left-box .title-box .title .char::after,
  .analog-top-details .left-box .title-box .title .char::before {
    top: 8px;
    width: 18px;
    height: 25px;
  }
  .analog-top-details .left-box .info {
    padding-right: 0;
  }
  .analog-top-details .left-box .info .sub-tit {
    margin-bottom: 20px;
  }
  .analog-top-details .right-box {
    height: 300px;
  }
  .analog-top-details .right-box::after {
    height: 310px;
  }
  .analog-top-details .right-box .pic-swiper {
    padding: 20px ;
  }
  .analog-top-details .right-box .pic-swiper .ul li a .title {
    bottom: 0;
  }
  .analog-top-details .right-box .pic-swiper .swiper-pagination {
    padding-right: 20px;
    bottom: 20px;
  }
}
.icon-title .title {
    display: inline-block;
  position: relative;
  padding: 0 100px;
  color: #0043cc;
}
.icon-title .title::after,
.icon-title .title::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 74px;
  height: 35px;
  background-image: url('../images/tit-icon2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.icon-title .title::before {
  left: 0;
}
.icon-title .title::after {
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .icon-title .title {
    padding: 0 70px;
  }
  .icon-title .title::after,
  .icon-title .title::before {
    top: 6px;
    width: 54px;
    height: 25px;
  }
}
.icon-title.colfff .title::after,
.icon-title.colfff .title::before {
  background-image: url('../images/tit-icon3.png');
}
#efficiency {
  background-image: url('../images/bg12.jpg');
}
#efficiency .content {
  width: 90%;
  margin: 0 auto;
}
#efficiency .content .top-ul .swiper{
  margin: 45px 0 70px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#efficiency .content .top-ul ul li {
    width: auto!important;
    /*padding-right: 170px;*/
  opacity: 0.8;
  position: relative;
}
#efficiency .content .top-ul ul li span {
  position: relative;
  cursor: pointer;
}
#efficiency .content .top-ul ul li span::before {
  content: "";
  position: absolute;
  bottom: -28.5px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #0043cc;
}
#efficiency .content .top-ul ul li:not(:last-child) {
  padding-right: 170px;
  box-sizing: border-box;
}
#efficiency .content .top-ul ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 149px;
  height: 16px;
  background-image: url('../images/tit-icon4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#efficiency .content .top-ul .nav li.on,
#efficiency .content .top-ul ul li.swiper-slide-thumb-active {
  opacity: 1;
  color: #0043cc;
}
#efficiency .content .top-ul ul li.swiper-slide-thumb-active span::before {
  width: 100%;
}
@media (max-width: 1680px) {
  #efficiency .content {
    width: 85%;
  }
  #efficiency .content .top-ul .swiper {
    padding: 0 5em 28px;
  }
}
@media (max-width: 1480px) {
  #efficiency .content {
    width: 90%;
  }
  #efficiency .content .top-ul .swiper {
    padding: 0 4em 28px;
  }
}
@media (max-width: 1380px) {
  #efficiency .content {
    width: 100%;
  }
  #efficiency .content .top-ul .swiper {
    padding: 0 4em 28px;
  }
}
@media (max-width: 800px) {
    
  #efficiency .content .top-ul .swiper {
    padding: 0;
    margin: 25px 0;
  }
  #efficiency .content .top-ul .nav {
    /*display: block;*/
    /*max-width: 100%;*/
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    /*white-space: nowrap;*/
  }
  #efficiency .content .top-ul .nav li {
    /*display: inline-block;*/
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  #efficiency .content .top-ul .nav li:not(:last-child) {
    padding-right: 65px;
  }
  #efficiency .content .top-ul .nav li:not(:last-child)::after {
    right: 1px;
    width: 60px;
    height: 8px;
  }
  #efficiency .content .top-ul .nav li span::before {
    bottom: -15.5px;
  }
}
#efficiency .info-swiper {
  height: 500px;
  padding-top: 0;
}
#efficiency .info-swiper .info {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 76px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#efficiency .info-swiper .info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 10%;
  height: 300px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #ff006f 0%, #2a3294 100%);
  background-image: -webkit-linear-gradient(90deg, #ff006f 0%, #2a3294 100%);
  background-image: -ms-linear-gradient(90deg, #ff006f 0%, #2a3294 100%);
}
#efficiency .info-swiper .left-info {
  max-width: 100%;
  height: 330px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 50px 60px;
  box-sizing: border-box;
}
#efficiency .info-swiper .left-info .title {
  margin-bottom: 22px;
}
#efficiency .info-swiper .left-info .desc-box{
    max-height: 200px;
    overflow-y: auto;
}
#efficiency .info-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
#efficiency .info-swiper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
}
#efficiency .swiper-change {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 1480px) {
  #efficiency .info-swiper {
    height: 450px;
  }
  #efficiency .info-swiper .info {
    left: 46px;
    width: 70%;
  }
  #efficiency .info-swiper .info::before {
    height: 280px;
  }
  #efficiency .info-swiper .left-info {
    height: 300px;
    padding: 30px 40px;
  }
  #efficiency .swiper-change {
    width: 54%;
  }
}
@media (max-width: 1080px) {
  #efficiency .info-swiper {
    height: 350px;
  }
  #efficiency .info-swiper .info {
    width: 80%;
  }
  #efficiency .info-swiper .left-info {
    padding: 20px 30px;
  }
}
@media (max-width: 800px) {
  #efficiency .info-swiper {
    height: 350px;
  }
  #efficiency .info-swiper .info {
    width: 80%;
    left: 30px;
  }
  #efficiency .info-swiper .info::before {
    height: 250px;
  }
  #efficiency .info-swiper .left-info {
    padding: 20px 10px;
    height: 270px;
  }
  #efficiency .swiper-change {
    display: none;
  }
}
#efficiency.spe-efficiency .content{
    width: 100%;
}
#efficiency.spe-efficiency .content .top-ul{
    margin: 60px 0 0;
}
#efficiency.spe-efficiency  .info-swiper {
    height: auto;
    padding-top: 0;
}
.middle-analog-panel {
  padding: 208px 0 180px;
  background-image: url('../images/bg13.jpg');
}
.middle-analog-panel .icon-title {
  margin-bottom: 40px;
  position: relative;
}
.middle-analog-panel .icon-title .circle {
  width: 260px;
  height: 258px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.analog-bottom-details {
  background-image: url('../images/bg14.jpg');
}
.analog-bottom-details .desc {
  margin: 45px 0 80px;
}
.analog-bottom-details .ul {
  margin-right: -5.33%;
  margin-bottom: -80px;
}
.analog-bottom-details .ul li {
  width: 28%;
  height: 330px;
  margin-right: 5.33%;
  margin-bottom: 80px;
  position: relative;
}
.analog-bottom-details .ul li .desc-box{
    max-height: 150px;
    overflow-y: auto;
    text-align: left;
}
.analog-bottom-details .ul li .icon-box {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.analog-bottom-details .ul li .box {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 3px 8px 0px rgba(26, 65, 133, 0.1), inset 2.084px -11.818px 119.54px 19.46px rgba(255, 255, 255, 0.42), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 14px 35px;
  text-align: center;
  box-sizing: border-box;
}
.analog-bottom-details .ul li .box .number {
  font-size: 40px;
  font-style: italic;
}
.analog-bottom-details .ul li .box .title {
  margin: 40px 0 25px;
}
.analog-bottom-details .ul li:hover .box .title {
  color: #0043cc;
}
@media (max-width: 1024px) {
  .analog-bottom-details .desc {
    margin: 25px 0 50px;
  }
  .analog-bottom-details .ul {
    margin-right: 0;
    margin-bottom: -40px;
  }
  .analog-bottom-details .ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  
  .analog-bottom-details .ul li .icon-box {
    top: -10px;
  }
  .analog-bottom-details .ul li .box {
    padding-bottom: 40px;
  }
  .analog-bottom-details .ul li .box .title {
    margin: 30px 0 15px;
  }
  .analog-bottom-details .ul li .desc-box{
    max-height: auto;
    overflow-y: auto;
}
#efficiency.spe-efficiency .content .top-ul {
    margin: 40px 0 0;
}
}
.gpu-top {
  background-color: #f6f9fe;
  background-image: url('../images/bg15.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 852px;
}
.resources-top .text-node {
  width: 70%;
  margin: 45px auto 80px;
}
@media (max-width: 1024px) {
  .resources-top .text-node {
    width: 100%;
    margin: 25px auto 30px;
  }
}
#analog.resources-lists {
  background-color: #f6f9fe;
}
#analog.resources-lists .lists {
  margin-top: 0;
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper {
  overflow: hidden;
  border-radius: 16px;
  background-color: #000000;
  box-shadow: 21.5px 37.239px 32px 0px rgba(0, 0, 0, 0.15);
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .ul li {
  position: relative;
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .ul li .oppress {
  width: 100%;
  height: 100%;
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .ul li .title {
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 40px;
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .swiper-pagination {
  padding-right: 40px;
  text-align: right;
  bottom: 25px;
  box-sizing: border-box;
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
#analog.resources-lists .lists .item .pic-box .right-pic .top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #fff;
}
.resources-ys .sub-title .num {
  display: inline-block;
  font-size: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0043cc;
  padding-left: 10px;
  line-height: 48px;
  box-sizing: border-box;
  font-style: italic;
}
.resources-ys .ul {
  margin-top: 60px;
}
.resources-ys .ul li {
  flex: 1;
  height: 400px;
  background-image: url('../images/bg16.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease;
}
.resources-ys .ul li .text-node {
  margin-top: 15px;
  padding-bottom: 48px;
  position: relative;
  transition: all 0.4s ease;
}
.resources-ys .ul li .text-node::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0042ff;
  transition: all 0.4s ease;
}
.resources-ys .ul li .icon-box {
  position: absolute;
  right: 40px;
  bottom: 28px;
  transition: all 0.4s ease;
  width: 200px;
}
.resources-ys .ul li:hover {
  flex: 2;
  background-image: url('../images/bg17.png');
}
.resources-ys .ul li:hover .text-node {
  width: 60%;
}
.resources-ys .ul li:hover .text-node::after {
  width: 44px;
}
.resources-ys .ul li:hover .icon-box {
  bottom: 120px;
}
@media (max-width: 1480px) {
  .resources-ys .ul li .icon-box {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .resources-ys .ul {
    margin-top: 0;
    padding-top: 30px;
  }
  .resources-ys .ul li {
    width: 100%;
    flex: auto;
    height: 250px;
    padding: 40px 30px;
  }
  .resources-ys .ul li .icon-box {
    width: 80px;
  }
  .resources-ys .ul li .text-node {
    padding-bottom: 28px;
  }
  .resources-ys .ul li:hover {
    flex: auto;
  }
  .resources-ys .ul li:hover .text-node {
    width: 65%;
  }
  .resources-ys .ul li:hover .icon-box {
    bottom: 80px;
  }
}
.resources-bottom .lists {
  margin-top: 60px;
  margin-right: -3.33%;
}
.resources-bottom .lists li {
  width: 30%;
  margin-right: 3.33%;
}
.resources-bottom .lists li a {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
}
.resources-bottom .lists li a .oppress {
  width: 100%;
  height: 335px;
  border-radius: 16px 16px 0 0;
}
.resources-bottom .lists li a .info {
  height: 90px;
  padding: 0 30px;
}
.resources-bottom .lists li a .info .more-box .more {
  opacity: 0.7;
}
.resources-bottom .lists li a .info .more-box .more::after {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: transparent;
}
.resources-bottom .lists li a:hover .info .name {
  color: #0043cc;
}
.resources-bottom .lists li a:hover .info .more-box .more {
  opacity: 1;
}
.resources-bottom .lists li a:hover .info .more-box .more::after {
  border: 1px solid #0043cc;
  background-color: #0043cc;
}
@media (max-width: 1024px) {
  .resources-bottom .lists {
    margin-top: 30px;
    margin-right: 0;
  }
  .resources-bottom .lists li {
    width: 100%;
    margin-right: 0;
  }
  .resources-bottom .lists li:not(:last-child) {
    margin-bottom: 20px;
  }
  .resources-bottom .lists li a .oppress {
    height: 220px;
  }
  .resources-bottom .lists li a .info {
    height: 60px;
    padding: 0 20px;
  }
}
.cpu-top .tab-view {
  position: relative;
  z-index: 99;
}
.cpu-top .tab1 {
  margin-top: 70px;
  min-width: 100%;
  text-align: center;
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.spe-dom-top .tab1{
    margin-top: 40px;
}
.spe-gpu-top2 .tab1,
.spe-gpu-top .tab1 {
  margin-top: 0;
}
.cpu-top .tab1 thead {
  color: #fff;
  white-space: nowrap;
}
.cpu-top .tab1 thead td {
  background-color: #0043cc;
  height: 3.75em;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 1em;
  font-size: 20px;
  text-transform: uppercase;
}
.cpu-top .tab1 thead td:last-child {
  border-color: #0043cc;
}
.cpu-top .tab1 tbody {
  color: #363636;
}
.cpu-top .tab1 tbody td {
  padding: 1em;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.spe-gpu-top .tab1 tr td:nth-of-type(2) {
    width: 46%;
}
.spe-gpu-top .tab1 tr td:nth-of-type(3) {
    width: 46%;
}
.cpu-top .tab1 tbody .desc {
  line-height: 2.2;
  width: 400px;
  padding-left: 30px;
}
@media (max-width: 1024px) {
    .cpu-top .tab-view{
        width: 100%;
        overflow-x: auto;
    }
  .cpu-top .table-box {
    overflow-x: auto;
  }
  .cpu-top .tab1 {
    margin-top: 30px;
    
  }
  .spe-dom-top .tab1{
    margin-top: 30px;
}
}
.cpu-middle {
  background-color: #f4f6f9;
}
.cpu-middle .lwSwiper {
  width: 103%;
  height: 700px;
  margin-top: 66px;
}
.cpu-middle .lwSwiper .swiper-slide {
  height: calc(100% / 2);
}
.cpu-middle .lwSwiper .swiper-slide a {
  position: relative;
  width: 94%;
  height: 310px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 50px 40px;
  box-sizing: border-box;
}
.cpu-middle .lwSwiper .swiper-slide a .top-name {
  align-items: flex-end;
  margin-bottom: 20px;
}
.cpu-middle .lwSwiper .swiper-slide a .top-name span {
  padding-bottom: 10px;
}
.cpu-middle .lwSwiper .swiper-slide a:hover .top-name img {
  animation: shake 0.6s linear forwards;
}
.cpu-middle .lwSwiper .swiper-slide a:hover .top-name span {
  color: #0043cc;
}
.cpu-middle .swiper-box {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .cpu-middle .lwSwiper {
    width: 100%;
    height: 600px;
    margin-top: 36px;
  }
  .cpu-middle .lwSwiper .swiper-slide a {
    width: 100%;
    height: 280px;
    padding: 30px ;
  }
  .cpu-middle .lwSwiper .swiper-slide a .top-name {
    margin-bottom: 15px;
  }
  .cpu-middle .lwSwiper .swiper-slide a .top-name img {
    width: 80px;
  }
}
.same-change .main {
  position: relative;
}
.same-change .main .swiper-change {
  height: 48px;
}
.same-change .main .swiper-change .swiper-button-prev {
  left: -100px;
}
.same-change .main .swiper-change .swiper-button-next {
  right: -100px;
}
.same-change .main .swiper-change .swiper-pagination {
  bottom: 135px;
}
@media (max-width: 1480px) {
  .same-change .main .swiper-change .swiper-button-prev {
    left: 0;
  }
  .same-change .main .swiper-change .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .same-change .main .swiper-change {
    height: auto;
  }
  .same-change .main .swiper-change .swiper-button-next,
  .same-change .main .swiper-change .swiper-button-prev {
    display: none;
  }
  .same-change .main .swiper-change .swiper-pagination {
    bottom: 40px;
  }
}
.cpu-bottom {
  background-image: url('../images/bg20.jpg');
}
.cpu-bottom .hySwiper {
  margin-top: 66px;
}
.cpu-bottom .hySwiper .oppress {
  height: 320px;
  border-radius: 16px;
}
.cpu-bottom .main .swiper-change {
  margin-top: 40px;
}
.cpu-bottom .main .swiper-change .swiper-pagination {
  bottom: 140px;
}
@media (max-width: 1024px) {
  .cpu-bottom .hySwiper {
    margin-top: 30px;
  }
  .cpu-bottom .main .swiper-change {
    margin-top: 20px;
  }
  .cpu-bottom .main .swiper-change .swiper-pagination {
    bottom: 40px;
  }
}
.resources-top-nav {
  position: relative;
}
.resources-top-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0043cc;
}
.news-details,
#analog.case {
  background-image: url('../images/bg14.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 1020px;
  background-color: #f4f7fc;
}
@media (max-width: 1024px) {
  .news-details,
  #analog.case {
    background-size: cover;
  }
}
.lists-box .ul {
  margin-right: -3.33%;
}
.lists-box .ul li {
  width: 30%;
  margin-bottom: 50px;
  margin-right: 3.33%;
}
@media (max-width: 800px) {
  .lists-box .ul {
    margin-right: 0;
  }
  .lists-box .ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.case-lists {
  margin-top: 90px;
}
.case-lists .ul li a {
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.case-lists .ul li a .oppress {
  width: 100%;
  height: 340px;
  position: relative;
}
.case-lists .ul li a .oppress .date {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
  background-image: -webkit-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
  background-image: -ms-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
  position: absolute;
  left: -190px;
  top: -190px;
  padding: 110px 0 0 110px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.case-lists .ul li a .oppress .date .day {
  margin-left: 10px;
}
.case-lists .ul li a .title {
  padding: 28px 0;
  box-sizing: border-box;
}
.case-lists .ul li a:hover .oppress .date {
  left: -90px;
  top: -90px;
}
.case-lists .ul li a:hover .title {
  color: #0043cc;
}
.case-lists.business-lists .ul li a .oppress .play-icon {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
}
.case-lists.business-lists .ul li a .oppress .date {
  left: -90px;
  top: -90px;
  background-image: -moz-linear-gradient(-90deg, #333333 50%, #62686c 100%);
  background-image: -webkit-linear-gradient(-90deg, #333333 50%, #62686c 100%);
  background-image: -ms-linear-gradient(-90deg, #333333 50%, #62686c 100%);
}
.case-lists.business-lists .ul li a:hover .oppress .date {
  background-image: -moz-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
  background-image: -webkit-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
  background-image: -ms-linear-gradient(-90deg, #0043cc 50%, #396fd7 100%);
}
@media (max-width: 1480px) {
  .case-lists .ul li a .oppress {
    height: 280px;
  }
}
@media (max-width: 800px) {
  .case-lists {
    margin-top: 40px;
  }
  .case-lists .ul li a .oppress {
    height: 250px;
  }
  .case-lists .ul li a .title {
    padding: 18px 0;
  }
}
#crumbs .ul .icon {
  margin-right: 0.3em;
}
#crumbs .ul a,
#crumbs .ul .split {
  opacity: 0.8;
}
#crumbs .split {
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span {
  text-decoration: underline;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.news-details .back,
.details-nav .back {
  opacity: 0.9;
}
.news-details .back .icon-box,
.details-nav .back .icon-box {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  margin-right: 0.5em;
}
.news-details .back:hover,
.details-nav .back:hover {
  opacity: 1;
}
.news-details .back:hover .icon-box,
.details-nav .back:hover .icon-box {
  color: #fff;
  background-color: #0043cc;
}
@media (max-width: 800px) {
  .news-details,
  .details-nav {
    flex-wrap: wrap;
  }
  .news-details .back,
  .details-nav .back {
    width: 100%;
    margin-top: 20px;
  }
}
.case-details {
  background-image: url('../images/bg14.jpg');
}
.case-details .top-box .title {
  font-size: 40px;
  margin-bottom: 50px;
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-details .top-box .sub-title .char {
  margin-left: 0.5em;
  padding-bottom: 0.5em;
}
.case-details .middle-box {
  width: 810px;
  padding-bottom: 55px;
  margin: 45px auto 0;
  position: relative;
}
.case-details .middle-box .swiper-box {
  width: 734px;
  height: 412px;
  border-radius: 20px;
  background-color: #fff;
}
.case-details .middle-box .swiper-box .oppress {
  width: 100%;
  height: 100%;
  
}
.case-details .middle-box .swiper-change.spe-change {
  height: auto;
}
.case-details .middle-box .swiper-change.spe-change .swiper-pagination {
  bottom: 0;
}
.case-details .middle-box .swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border-radius: 4px;
}
.case-details .middle-box .swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
}
@media (max-width: 1024px) {
  .case-details .top-box .title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .case-details .middle-box {
    width: 100%;
    padding-bottom: 35px;
    margin: 35px auto 0;
  }
  .case-details .middle-box .swiper-box {
    width: 100%;
    height: 250px;
  }
  .case-details .middle-box .swiper-change.spe-change .btn {
    display: none;
  }
}
.case-details-bottom {
  background-image: url('../images/bg20.jpg');
}
.case-details-bottom .sub-title .char {
  margin-left: 0.5em;
  padding-bottom: 0.5em;
}
.case-details-bottom .top-case {
  margin-top: 50px;
  margin-right: -3.33%;
}
.case-details-bottom .top-case li {
  width: 30%;
  height: 300px;
  margin-right: 3.33%;
}
.case-details-bottom .top-case li a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case-details-bottom .top-case li a .oppress {
  width: 100%;
  height: 100%;
}
.case-details-bottom .top-case li a .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0 0 10px 10px;
}
.case-details-bottom .top-case li a:hover .title {
  background-image: -moz-linear-gradient(-87deg, rgba(42, 50, 148, 0.7) 0%, rgba(255, 0, 111, 0.7) 100%);
  background-image: -webkit-linear-gradient(-87deg, rgba(42, 50, 148, 0.7) 0%, rgba(255, 0, 111, 0.7) 100%);
  background-image: -ms-linear-gradient(-87deg, rgba(42, 50, 148, 0.7) 0%, rgba(255, 0, 111, 0.7) 100%);
}
@media (max-width: 1024px) {
  .case-details-bottom .top-case {
    margin-top: 30px;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .case-details-bottom .top-case li {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }
  .case-details-bottom .top-case li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-news {
  background-image: url('../images/bg21.jpg');
}
.top-news .info-swiper a .oppress {
  width: 55%;
  height: 536px;
}
.top-news .info-swiper a .info {
  width: 40%;
  padding-top: 50px;
}
.top-news .info-swiper a .info .date {
  margin-bottom: 10px;
}
.top-news .info-swiper .swiper-change {
  position: absolute;
  bottom: 95px;
  width: 155px;
  left: 60%;
  margin-left: -10px;
}
@media (max-width: 1024px) {
    .top-news .main{
        padding-top:30px;
    }
  .top-news .info-swiper a .oppress {
    width: 40%;
    height: auto;
  }
  .top-news .info-swiper a .info {
    width: 56%;
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .top-news .info-swiper a .info .date {
    margin-bottom: 10px;
  }
  .top-news .info-swiper a .info .text-node {
    padding-top: 20px;
  }
  .top-news .info-swiper .swiper-change {
   bottom: 10px;
  left: 45%;
  }
}
@media (max-width: 1024px) {
  .page-news > .main {
    padding-bottom: 20px;
  }
}
.news-lists .ul li:not(:last-child) {
  margin-bottom: 0;
}
.news-lists .ul li:not(:last-child) a {
  border-bottom: 1px solid #dcdee1;
}
.news-lists .ul li a {
  padding: 55px 0;
  background-color: #fff;
}
.news-lists .ul li a .main {
  position: relative;
  height: 100%;
}
.news-lists .ul li a .oppress {
  width: 25%;
  height: 240px;
}
.news-lists .ul li a .info {
  width: 62%;
  transition: all 0.4s ease;
}
.news-lists .ul li a .info .title {
  margin: 8px 0 40px;
}
.news-lists .ul li a .more {
  opacity: 0;
  transition: all 0.4s ease;
}
.news-lists .ul li a:hover {
  background-color: #f2f4f6;
}
.news-lists .ul li a:hover .title {
  color: #0043cc;
}
.news-lists .ul li a:hover .more {
  opacity: 1;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .news-lists .ul li a {
    padding: 25px 0;
  }
  .news-lists .ul li a .main {
    position: relative;
    height: 100%;
  }
  .news-lists .ul li a .oppress {
    width: 25%;
    height: auto;
  }
  .news-lists .ul li a .info {
    width: 70%;
  }
  .news-lists .ul li a .info .title {
    margin: 8px 0 10px;
  }
  .news-lists .ul li a .more {
    display: none;
  }
}
.news-details .article .tit {
  margin: 36px 0;
}
.news-details .article .social-share .social-share-icon {
  width: 47px;
  height: 47px;
  font-size: 14px;
  line-height: 47px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.8);
}
.news-details .article .social-share .social-share-icon:hover {
  color: #fff;
  border-color: #0043cc;
  background: #0043cc;
}
.news-details .article .desc {
  margin: 55px 0 75px;
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.spe-gpu-top .article .desc{
    padding-top: 0;
    border-top: none;
}
.news-details .article .desc a {
  display: inline-block;
}
.news-details .article .btn-box a {
  padding: 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.news-details .article .btn-box a:last-child {
  padding-bottom: 0;
}
.news-details .article .btn-box a p {
  width: 80%;
  position: relative;
  padding-left: 15px;
}
.news-details .article .btn-box a p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.5);
}
.news-details .article .btn-box a:hover {
  color: #0043cc;
}
.news-details .article .btn-box a:hover p:before {
  background-color: #0043cc;
}
@media (max-width: 800px) {
  .news-details .article .tit {
    margin: 20px 0;
  }
  .news-details .article .social-share {
    font-size: 14px;
  }
  .news-details .article .social-share .social-share-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .news-details .article .desc {
    margin: 30px 0;
    padding-top: 30px;
    line-height: 1.6;
  }
  .news-details .article .btn-box a {
    padding: 20px 0;
  }
  .spe-gpu-top .article .desc{
    padding-top: 0;
    border-top: none;
}
}
.service-top {
  background-image: url('../images/bg22.jpg');
}
.service-top .middle-title {
  font-size: 28px;
}
.service-top .middle-title .num {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0043cc;
  text-align: center;
  padding-right: 2px;
  line-height: 50px;
  font-style: italic;
  font-size: 40px;
  margin-right: 0.3em;
  box-sizing: border-box;
  vertical-align: middle;
}
.service-top .ul {
  margin-right: -4%;
  margin-top: 60px;
}
.service-top .ul li {
  width: 29.33%;
  margin-right: 4%;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0px 3px 8px 0px rgba(26, 65, 133, 0.12);
  background-image: url('../images/bg23.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 55px;
  box-sizing: border-box;
  text-align: center;
}
.service-top .ul li .tit {
  margin: 28px 0 8px;
}
.service-top .ul li:not(:last-child) {
  position: relative;
}
.service-top .ul li:not(:last-child):before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 88px;
  height: 3px;
  background-color: #0042ff;
}
.service-top .ul li:hover .icon-box {
  animation: shake 0.6s linear forwards;
}
.service-top .ul li:hover .tit {
  color: #0043cc;
}
@media (max-width: 1480px) {
  .service-top .ul {
    margin-right: -3%;
  }
  .service-top .ul li {
    width: 30.33%;
    margin-right: 3%;
    padding: 40px 20px;
  }
}
@media (max-width: 800px) {
  .service-top .ul {
    margin-right: 0;
    margin-top: 30px;
  }
  .service-top .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px ;
    height: 300px;
  }
  .service-top .ul li .icon-box {
    width: 90px;
    margin: 0 auto;
  }
  .service-top .ul li:not(:last-child):before{
      bottom: 30px;
  }
}
.service-middle {
  background-image: url('../images/bg14.jpg');
  padding-bottom: 30px;
}
.service-middle .ul {
  margin-right: -4%;
}
.service-middle .ul li {
  width: 21%;
  margin-right: 4%;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
  transition: all 0.4s ease;
  overflow: hidden;
}
.service-middle .ul li .icon-box {
  width: 178px;
  height: 198px;
  margin: 0 auto;
  background-image: url('../images/icon-bg2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 0 44px;
  box-sizing: border-box;
}
.service-middle .ul li .icon-box .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 2.034px 4.568px 8px 0px rgba(54, 48, 48, 0.08);
}
.service-middle .ul li .icon-box .circle .active {
  display: none;
}
.service-middle .ul li .icon-box .tit {
  margin-bottom: 15px;
}
.service-middle .ul li .num {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  font-size: 100px;
  font-family: 'MontBold', sans-serif;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-middle .ul li .text-node {
  width: 85%;
  margin: 15px auto 0;
}
.service-middle .ul li:hover {
  margin-top: -40px;
}
.service-middle .ul li:hover .icon-box {
  background-image: url('../images/icon-bg3.png');
}
.service-middle .ul li:hover .icon-box .circle .default {
  display: none;
}
.service-middle .ul li:hover .icon-box .circle .active {
  display: block;
}
.service-middle .ul li:hover .num {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .service-middle .ul {
    margin-right: -3%;
  }
  .service-middle .ul li {
    width: 47%;
    margin-right: 3%;
  }
  .service-middle .ul li .icon-box {
    width: 118px;
    height: 128px;
    padding: 35px 0 0 32px;
  }
  .service-middle .ul li .icon-box .circle {
    width: 50px;
    height: 50px;
  }
  .service-middle .ul li .icon-box .circle img {
    width: 25px;
  }
  .service-middle .ul li .icon-box .tit {
    margin-bottom: 10px;
  }
}
.service-middle2 {
  background-image: url('../images/bg20.jpg');
}
.service-middle2 .desc {
  margin-top: 20px;
}
.service-middle2 .ul li {
  box-shadow: none;
  height: 522px;
  background-image: url('../images/bg24.png');
  padding-top: 120px;
}
.service-middle2 .ul li:not(:last-child):before {
  display: none;
}
.service-middle2 .ul li .tit {
  margin: 0 0 15px;
}
.service-middle2 .ul li .text-node {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .service-middle2 .ul li {
    height: 422px;
    padding-top: 60px;
  }
  .service-middle2 .ul li .text-node {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .service-middle2 .ul li {
    height: 342px;
    padding-top: 70px;
  }
}
.service-bottom {
  background-color: #f5f8fc;
}
.service-bottom .search-box {
  margin: 45px auto 70px;
  background-color: #3b3b3b;
  width: 560px;
  height: 56px;
  border-radius: 28px;
  padding-right: 30px;
}
.service-bottom .search-box .tf {
  flex: 1;
  height: 100%;
}
.service-bottom .search-box input {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
  box-sizing: border-box;
}
.service-bottom .search-box input::placeholder {
  color: #fff;
}
.service-bottom .search-box .btn {
  cursor: pointer;
}
.service-bottom .ul li {
  position: relative;
  transition: all 0.4s ease;
  margin-bottom: 25px;
}
.service-bottom .ul li .top-box {
  padding: 22px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.service-bottom .ul li .top-box .name {
  position: relative;
  padding-left: 20px;
}
.service-bottom .ul li .top-box .name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0043cc;
}
.service-bottom .ul li .top-box .icon-box .reduce {
  display: none;
}
.service-bottom .ul li .top-box.active .icon-box .add {
  display: none;
}
.service-bottom .ul li .top-box.active .icon-box .reduce {
  display: block;
}
.service-bottom .ul li .text-node {
  display: none;
  padding: 35px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  .service-bottom .search-box {
    margin: 25px auto 30px;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .service-bottom .search-box input {
    padding: 0 20px;
  }
  .service-bottom .ul li {
    margin-bottom: 15px;
  }
  .service-bottom .ul li .top-box {
    padding: 22px 20px;
  }
  .service-bottom .ul li .top-box .name {
    padding-left: 20px;
  }
  .service-bottom .ul li .text-node {
    padding: 30px 20px;
  }
}
#contact {
  background-image: url('../images/bg25.jpg');
}
#contact .content .left-info {
  width: 32%;
}
#contact .content .left-info .connect-box {
  margin: 70px 0;
}
#contact .content .left-info .connect-box .item .txt {
  padding-bottom: 25px;
  margin-left: 15px;
}
#contact .content .left-info .connect-box .item .txt .char {
  margin-top: 4px;
  text-transform: uppercase;
}
#contact .content .left-info .connect-box .item:first-child {
  width: 100%;
  margin-bottom: 20px;
}
#contact .content .left-info .connect-box .item:hover .icon-box {
  animation: shake 0.6s linear forwards;
}
#contact .content .left-info .wechat li .pic {
  width: 88px;
  height: 88px;
  padding: 8px;
}
#contact .content .right-map{
    width: 60%;
    height: 500px;
    margin-top: 40px;
}
#contact .content .right-map #map{
    width: 100%;
    height: 100%;
}
#contact .content .right-map #map .box{
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 0.2em;
    filter: drop-shadow(0 2px 1.5em rgba(0, 0, 0, 0.2));
}
#contact .content .right-map #map .box::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.4em solid #fff;
}
#contact .content .right-map #map .box img{
    max-width: 90% !important;
    max-height: 90%!important;
}
#map .amap-marker .dot {
    width: 1.5em;
    height: 0.4em;
    border-radius: 100%;
    background-color: red;
}
@media (max-width: 1024px) {
  #contact .content {
    flex-wrap: wrap;
  }
  #contact .content .left-info {
    width: 100%;
    margin-top: 30px;
  }
  #contact .content .left-info .connect-box {
    margin: 20px 0;
  }
  #contact .content .left-info .connect-box .item:first-child {
    margin-bottom: 0;
  }
  #contact .content .right-map{
    width: 100%;
    height: 300px;
}
}
.connect-form {
  background-image: url('../images/bg26.jpg');
}
.connect-form .text-node {
  margin: 15px 0 65px;
}
.connect-form .form .right-box,
.connect-form .form .left-row {
  width: 48%;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 100%;
}
.connect-form .form .row:last-child {
  margin-bottom: 0;
}
.connect-form .form .row .label {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 100%;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
  height: 370px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.connect-form .form .btn {
  width: 47%;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 70px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.connect-form .form .btn:hover {
  opacity: 0.8;
}
.connect-form .form .btn.active {
  color: #fff;
  background-color: #0043cc;
}
@media (max-width: 800px) {
  .connect-form .text-node {
    margin: 15px 0 30px;
  }
  .connect-form .content {
    flex-wrap: wrap;
    width: 100%;
  }
  .connect-form .content .right-box,
  .connect-form .content .left-row {
    width: 100%;
  }
  .connect-form .content .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .content .row .label {
    height: 60px;
  }
  .connect-form .content .row.w100 .label {
    height: 200px;
  }
  .connect-form .content .right-box {
    margin-top: 20px;
  }
  .connect-form .content .btn {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
  }
}
.header-product-box{
       width: 10vw;
        position: absolute;
  left: 50%;
  top: 100%;
   display: none;
   z-index: 1999;
   background: #fff;
   transform: translateX(-50%);
   box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
   border-radius: 10px;
   }
.header-product {
   position: relative; 
  box-sizing: border-box;
  text-align: center;
  width: 100%;
 
  z-index: 1000;
}

.header-product-wrap {
  position: relative;
  z-index: 9;
}
.header-product-item {
  display: block;
  width: 100%;
  
}
#navbar .interaction:nth-of-type(3) .header-product-box{
    width: 12.6vw;
}
.showChildren .icon{
    transform: rotate(-180deg);
    transition: all .4s ease;
}
.header-product-item:last-child {
  margin-right: 0;
}
.header-product-item dt {
  display: block;
  position: relative;
  /*padding-bottom: 10px;*/
  text-align: center;
}
.header-product-item dt:last-child {
  padding-bottom:  0;
}

.header-product-item dt a {
  display: inline-block;
  color: #333333;
  line-height: 1.2;
  
}
.header-product-item dt a:hover {
  color: #0043cc;
}
#aside {
  width: 55px;
  position: fixed;
  z-index: 2000;
  right: 0.15rem;
  bottom: 20%;
  transition: all 0.4s ease-in-out;
}
#aside .item {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 28px;
  color: #306bff;
}
#aside .item .cc{
    width: 100%;
    height: 100%;
}
#aside .item.toTop {
    cursor: pointer;
  background: rgba(255, 255,  255, 0.8);
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
#aside .item.toTop.on {
  transform: translateX(0);
}
.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0043cc !important;
  width: 4px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #636363;
  border-radius: 0;
}
.nav-3dep{
   position: absolute;
    top: -1em;
    right: -92%;
    background-color: #fff;
    min-width: 100%;
    min-height: 100%;
    border-radius: 10px;
    padding: 1em 0;
    display: none;
    /*transition: all .4s ease;*/
}
.nav-3dep a{
    color: #333333;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 20px ;
    padding-right: 20px ;
    box-sizing: border-box;
}
.nav-3dep a:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.nav-3dep a:hover{
    color: #0043cc;
}
@media (max-width: 1480px) {
    .nav-3dep{
    right: -200px;
    }
}

.same-video-box .oppress{
    position: relative;
}
.same-video-box .play-icon {
  width: 80px;
  height: 80px;
  color:#0043cc;
  background-color: #ffffff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  cursor: pointer;
}
.same-video-box .icon {
  padding-left: 8px;
}
@media (max-width: 800px) {
    
.same-video-box .play-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.same-video-box .icon {
  padding-left: 4px;
}
}

.newservice-top .ul li {
  padding: 0;
  background-image: none;
}
.newservice-top .ul li a {
  width: 100%;
  height: 100%;
  padding: 110px 55px  40px;
  box-sizing: border-box;
}
.newservice-top .ul li a .tit {
  margin-top: -20px;
}
.newservice-top .ul li a .go {
  margin-top: 30px;
  opacity: 0.7;
  font-weight: bold;
}
.newservice-top .ul li a .go span {
  text-transform: uppercase;
  margin-right: 0.5em;
}
.newservice-top .ul li a:hover {
  background-image: url(../images/bg24.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.newservice-top .ul li a:hover .title,
.newservice-top .ul li a:hover .go {
  color: #0043cc;
}
@media (max-width: 1480px) {
  .newservice-top .ul li a {
    padding: 40px 20px;
  }
}
.new-dom-details .content .left-box .title-box {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.new-dom-details .content .info {
  width: 60%;
}
@media (max-width: 800px) {
  .new-dom-details .content .info {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .new-dom-details .content .left-box {
    margin-bottom: 30px;
  }
}
.new-dom-details .middle-box {
  width: 98.4%;
  margin: 80px auto 0;
}
.new-dom-details .middle-box .pic-swiper {
  margin: 0;
}
.new-dom-details .middle-box .pic-swiper li {
  width: 100%;
  height: 300px;
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}
.new-dom-details .middle-box .pic-swiper .pic {
  width: 100%;
  height: 100%;
}
.new-dom-details .middle-box .pic-swiper .pic img {
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 800px) {
  .new-dom-details .middle-box {
    margin: 40px auto 0;
  }
}
.dom-bottom .content-box {
  margin-top: 70px;
  position: relative;
}
.dom-bottom .content-box .svg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dom-bottom .content-box svg {
  width: 100%;
  height: 666px;
}
.dom-bottom .content-box svg .cls-1 {
  fill: #f3f9fe;
  stroke: #0162e7;
}
.dom-bottom .content-box svg .cls-1,
.dom-bottom .content-box svg .cls-6 {
  stroke-width: 1px;
}
.dom-bottom .content-box svg .cls-1,
.dom-bottom .content-box svg .cls-5 {
  fill-rule: evenodd;
}
.dom-bottom .content-box svg .cls-2 {
  font-size: 23.974px;
}
.dom-bottom .content-box svg .cls-2,
.dom-bottom .content-box svg .cls-4 {
  fill: #0043cc;
}
.dom-bottom .content-box svg .cls-10,
.dom-bottom .content-box svg .cls-2,
.dom-bottom .content-box svg .cls-3 {
  font-family: "Microsoft YaHei";
}
.dom-bottom .content-box svg .cls-3 {
  font-size: 15.983px;
  opacity: 0.8;
}
.dom-bottom .content-box svg .cls-10,
.dom-bottom .content-box svg .cls-5,
.dom-bottom .content-box svg .cls-8 {
  fill: #fff;
}
.dom-bottom .content-box svg .cls-6 {
  fill: none;
  stroke-dasharray: 4 4;
  opacity: 0.5;
  stroke: url(#linear-gradient);
}
.dom-bottom .content-box svg .cls-7 {
  opacity: 0.1;
  fill: url(#linear-gradient-2);
}
.dom-bottom .content-box svg .cls-9 {
  fill: url(#linear-gradient-3);
}
.dom-bottom .content-box svg .cls-10 {
  font-size: 28px;
  font-weight: 700;
}
.dom-bottom .content-box .circle {
  display: block;
  width: 668px;
  height: 668px;
  animation: circle 25s linear infinite;
  margin: 0 auto ;
  position: relative;
  z-index: 2;
}
.dom-bottom .content-box .svg-box2 {
  z-index: 8;
}
@media (max-width: 1480px) {
  .dom-bottom .content-box svg {
    height: 570px;
  }
  .dom-bottom .content-box .circle {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 1080px) {
  .dom-bottom .content-box {
    margin-top: 40px;
  }
  .dom-bottom .content-box svg {
    height: 180px;
  }
  .dom-bottom .content-box .circle {
    width: 180px;
    height: 180px;
  }
}
#efficiency.jfss {
  background-image: url('../images/newbg3.jpg');
}
#efficiency.jfss .content {
  width: 100%;
}
#efficiency.jfss .info-swiper {
  height: auto;
}
#efficiency.jfss .info-swiper .f28 {
  font-size: 28px;
  font-weight: 700;
}
#efficiency.jfss .info-swiper .content-box {
  margin-top: 40px;
}
#efficiency.jfss .info-swiper .content-box .desc-box {
  width: 46%;
}
#efficiency.jfss .info-swiper .content-box .desc-box .item {
  margin-bottom: 16px;
  align-items: center;
}
#efficiency.jfss .info-swiper .content-box .desc-box .item .icon-box {
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background-image: url('../images/icon-bg2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
#efficiency.jfss .info-swiper .content-box .desc-box .item .text-node {
  width: 85%;
}
#efficiency.jfss .info-swiper .content-box .desc-box .item:hover .icon-box {
  background-image: url('../images/icon-bg3.png');
}
#efficiency.jfss .info-swiper .content-box .pic-swiper {
  width: 48%;
  height: 430px;
  padding-bottom: 20px;
}
#efficiency.jfss .info-swiper .content-box .pic-swiper .swiper-change {
  width: 100%;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#efficiency.jfss .info-swiper .content-box .pic-swiper .swiper-change .swiper-pagination {
  bottom: 0;
}
@media (max-width: 1480px) {
  #efficiency.jfss .info-swiper .f28 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  #efficiency.jfss .info-swiper .f28 {
    font-size: 20px;
  }
  #efficiency.jfss .info-swiper .content-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #efficiency.jfss .info-swiper .content-box .desc-box {
    width: 100%;
  }
  #efficiency.jfss .info-swiper .content-box .desc-box .item .text-node {
    width: 78%;
  }
  #efficiency.jfss .info-swiper .content-box .pic-swiper {
    width: 100%;
    height: 240px;
    margin-top: 30px;
  }
  #efficiency.jfss .info-swiper .content-box .pic-swiper .swiper-change {
    display: block;
  }
}