@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-over5,
.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;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -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: #4089c1;
  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.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.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;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 30px;
}
.f36 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1.1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1.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: #4089c1;
}
.maincolor2 {
  color: #4089c1;
}
.maincolor3 {
  color: #1066d0;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
a:hover .more {
  color: #1066d0;
}
a:hover .more .op7 {
  opacity: 1;
}
a:hover .more .icon-box {
  transform: none;
  border-color: #1066d0;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.more .char {
  margin-right: 10px;
  position: relative;
}
.more .char::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}
.more .icon-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  transition: all 0.4s ease;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
  }
}
.more:hover {
  color: #4089c1;
}
.more:hover .op7 {
  opacity: 1;
}
.more:hover .op7::after {
  background-color: #4089c1;
}
.more:hover .icon-box {
  color: #fff;
  border-color: #4089c1;
  background-color: #4089c1;
}
.more.spe-more {
  border-color: rgba(0, 0, 0, 0.5);
}
.more.spe-more:hover {
  opacity: 1;
  border-color: #4089c1;
}
.more.active-more {
  border-bottom: 1px solid #4089c1;
}
.more.active-more span {
  color: #4089c1;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #4089c1;
  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: #4089c1;
  border-color: #4089c1;
  opacity: 1;
}
.more.white-more .icon-box {
  color: #fff;
  background-color: #4089c1;
  border: none;
}
.more.white-more .char {
  opacity: 1;
}
.more.white-more .char::after {
  background-color: #fff;
}
.more.white-more:hover {
  color: #fff;
}
.more.white-more:hover .char::after {
  background-color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go {
  opacity: 0.7;
}
.go .icon-box {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  margin-right: 0.5em;
}
.go:hover {
  color: #4089c1;
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #4089c1;
  border-color: transparent;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #4089c1;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(64, 137, 193, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(64, 137, 193, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 48px;
  text-align: center;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #4089c1;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #4089c1;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .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;
  }
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 26px;
  }
  .f20 {
    font-size: 18px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop70 {
    margin-top: 30px;
  }
  .mtop60 {
    margin-top: 40px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #4089c1;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/btn1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #4089c1;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  background-image: url("../images/btn2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover {
  color: #fff;
  background-color: #4089c1;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 3em;
    min-width: 65px;
  }
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1580px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1300px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #0187ea;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #0187ea;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #0187ea;
}
.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: #4089c1;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #4089c1;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #4089c1;
}
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: #4089c1;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #4089c1;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #4089c1;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  content: '';
  width: 7px;
  height: 9px;
  background-image: url('../images/arrow-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-change.spe-change .btn.swiper-button-next:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-image: -moz-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -webkit-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -ms-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
}
.swiper-change.spe-change .btn:hover:after {
  content: '';
  background-image: url('../images/arrow-icon2.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next:after {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #4089c1;
  border-color: #4089c1;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4089c1;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #4089c1;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #c7c7c7;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  line-height: 53px;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn:hover {
  background-color: #4089c1;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 1.4px;
  height: 6px;
  -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;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
#header {
  height: 100px;
  width: 100%;
  z-index: 206;
  position: absolute;
}
#header .main,
#header .right-box {
  height: 100%;
}
#header .active-logo {
  display: none;
}
#header .logo-box {
  z-index: 206;
}
#header .search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
#header .language-menu {
  margin: 0 25px 0 60px;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
  background-color: #4089c1;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 100px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn .middle-item {
  width: 30px;
  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 {
  width: 50%;
  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.fixed-header,
#header.details-header {
  background-color: #4089c1;
}
#header.details-header {
  position: relative;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1480px) {
  #header .logo-box {
    width: 200px;
  }
}
@media (max-width: 1366px){
#header .language-menu {
  margin: 0 25px 0 20px;
}
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
  #header .language-menu {
    margin: 0 65px 0 10px;
  }
}
.language-menu {
  margin-left: 20px;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.language-menu__placeholder {
  width: 160px;
  height: 42px;
  background-color: #4089c1;
  border-radius: 21px;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.3s ease;
}
.language-menu__placeholder .icon-diqiu {
  transition: transform 0.3s ease;
}
.language-menu__placeholder .icon-sanjiaoxing {
  margin-left: 5px;
  transition: transform 0.3s ease;
  transform: rotate(180deg) scale(0.6);
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  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;
}
.language-menu__dropdown ul {
  width: 100%;
  padding: 10px 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;
}
.language-menu__dropdown ul a {
  color: #333;
  line-height: 30px;
}
.language-menu__dropdown a:hover {
  color: #4089c1;
}
.language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
.language-menu:hover .language-menu__placeholder .icon-sanjiaoxing {
  transform: rotate(0) scale(0.6);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
}
#search {
  z-index: 299;
  width: 800px;
  right: 80px;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 100px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
}
#search .search {
  font-size: 1.3em;
  color: #4089c1;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #4089c1;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#navbar {
  height: 100%;
}
#navbar .interaction {
  padding: 0 28px;
  height: 100%;
  position: relative;
}
#navbar .interaction>a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction>a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.4s ease;
  opacity: 0;
}
#navbar .interaction:hover>a::after,
#navbar .interaction.active>a::after {
  opacity: 1;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  #navbar .interaction {
    padding: 0 12px;
  }
}
#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-image: url('../images/bg5.jpg');
}
#footer > .main {
  padding: 100px 0 54px;
}
#footer > .main .left-box {
  width: 30%;
}
#footer > .main .left-box .top {
  width: 80%;
}
#footer > .main .left-box .bottom-connect {
  margin-top: 100px;
}
#footer > .main .left-box .bottom-connect li {
  margin-bottom: 30px;
}
#footer > .main .left-box .bottom-connect li:last-child {
  margin-bottom: 60px;
}
#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 > .main .left-box .bottom-connect li p span:first-child {
  margin-right: 20px;
}
#footer > .main .left-box .copyright a:first-child {
  margin-bottom: 10px;
}
#footer > .main .left-box .copyright a:hover {
  opacity: 1;
}
#footer .right-box {
  width: 70%;
  padding-right: 0;
  box-sizing: border-box;
}
#footer .bottom-nav {
  width: 85%;
}
#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 .toTop {
  cursor: pointer;
}
#footer .toTop .icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #4089c1;
}
#footer .wechat {
   
  margin-top: 66px;
  justify-content: flex-end;
  text-align: center;
}
#footer .wechat li{
     width: 140px;
}
#footer .wechat p {
  margin-top: 10px;
}
#footer .wechat p span {
  margin-top: 5px;
}
#footer .blogroll {
  position: relative;
}
#footer .blogroll .static {
  width: 11.87em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
}
#footer .blogroll .static .char {
  font-size: 14px;
  opacity: 0.7;
}
#footer .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #4089c1;
  color: #fff;
}
#footer .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer .blogroll .fade {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
  z-index: 100;
}
#footer .blogroll .fade .content {
  width: 260px;
  max-width: calc(100vw - 40px);
  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);
}
#footer .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #4089c1;
}
#footer .blogroll:hover .static {
  background-color: #4089c1;
  border-color: #4089c1;
  color: #fff;
}
#footer .blogroll:hover .static .char {
  opacity: 1;
}
#footer .blogroll:hover .static .cc {
  background-color: #fff;
  color: #4089c1;
}
#footer .blogroll:hover .fade {
  margin-top: 0;
}
@media (max-width: 1580px) {
    #footer > .main .left-box {
  width: 26%;
}
    #footer .right-box {
  width: 74%;
}
  #footer .bottom-nav {
    width: 90%;
  }
  #footer > .main .left-box .top {
    width: 90%;
}
#footer .bottom-nav li{
    max-width: 16.6%;
}
#footer .bottom-nav li .two-ul a{
    font-size: 14px;
}
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer > .main {
    padding: 50px 0 30px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .left-box .top {
    width: 100%;
  }
  #footer > .main .left-box .bottom-connect {
    margin-top: 45px;
  }
  #footer > .main .left-box .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer > .main .right-box {
    width: 50%;
    padding-right: 0;
    margin: 30px auto 0;
  }
  #footer .toTop {
    position: absolute;
    top: 160px;
    right: 0;
  }
  #footer .wechat {
    width: 100%;
    margin-top: 0;
  }
  #footer .wechat li {
       width: 142px;
    margin: 0 auto;
  }
}
#aside {
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  width: 90px;
}
#aside .item {
  color: #fff;
  width: 90px;
  height: 270px;
  position: relative;
  text-align: center;
  border-radius: 20px 0 0 20px;
  background-color: rgba(35, 35, 35, 0.7);
}
#aside .item .cc {
  width: 100%;
  transition: all 0.4s ease-out;
}
#aside .item .cc p {
  width: 80px;
  margin: 15px auto 0;
  font-size: 12px;
}
#aside .item .icon-arrow-left {
  margin-top: 45px;
  display: none;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active,
#aside .item:hover {
  width: 100px;
  color: #fff;
  background-color: #4089c1;
  transform: translateX(-10px);
}
#aside .item.active .icon-arrow-left,
#aside .item:hover .icon-arrow-left {
  display: block;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-right: 0;
}
#aside .bottom {
  width: 55px;
  height: 108px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 28px 28px 28px 28px;
  margin-top: 20px;
}
@media (max-width: 1480px) {
  #aside .item {
    height: 180px;
  }
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
  }
  #aside .item {
    width: 40px;
    height: 100px;
  }
  #aside .item .cc p {
    display: none;
  }
  #aside .item.active,
  #aside .item:hover {
    width: 54px;
  }
  #aside .item.active .icon-arrow-left,
  #aside .item:hover .icon-arrow-left {
    display: none;
  }
  #aside .bottom {
    width: 40px;
    height: 88px;
    border-radius: 20px;
    margin-top: 10px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside .fill {
    display: none;
  }
}
#banner {
  height: 100vh;
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  z-index: 8;
}
/*#banner > .swiper .swiper-slide::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 40%;*/
/*  height: 100%;*/
/*  background-image: -moz-linear-gradient(360deg, rgba(16, 102, 208, 0.4) 0%, transparent 100%);*/
/*  background-image: -webkit-linear-gradient(360deg, rgba(16, 102, 208, 0.4) 0%, transparent 100%);*/
/*  background-image: -ms-linear-gradient(360deg, rgba(16, 102, 208, 0.4) 0%, transparent 100%);*/
/*}*/
#banner > .swiper .swiper-slide .banner-txt {
  width: 26%;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 10;
}
#banner > .swiper .swiper-slide .banner-txt .banner-top {
  margin-bottom: 25px;
}
#banner > .swiper .swiper-slide .banner-txt .banner-top .number {
  margin-left: 90px;
}
#banner > .swiper .swiper-slide .banner-txt .txt .desc {
  margin-top: 40px;
  opacity: 0.55;
  line-height: 1.8;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.2, 1.2);
  transition: transform 5s ease-out;
}
@media (max-width: 1580px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 30%;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 80%;
    left: 20px;
    top: auto;
    bottom: 17%;
    transform: none;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt .desc {
    margin-top: 20px;
    opacity: 0.7;
    line-height: 1.6;
  }
  #banner > .swiper .swiper-slide .banner-txt .banner-top {
    margin-bottom: 15px;
  }
  #banner > .swiper .swiper-slide .banner-txt .banner-top img {
    height: 65px;
  }
  #banner > .swiper .swiper-slide .banner-txt .banner-top .number {
    display: none;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 20;
  width: auto;
}
#banner .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  margin-bottom: 20px;
  z-index: 2;
}
@media (max-width: 1280px) {
  #banner .pagination {
    font-size: 14px;
  }
}
#banner .pagination .main {
  position: relative;
  bottom: 0;
}
#banner .pagination .swiper-pagination-bullet {
  width: auto;
  height: 1.8em;
  transition: all 0.4s linear;
  opacity: 1;
  margin: 0 0.6em 0 0;
  background-color: transparent;
}
#banner .pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .pagination .svg {
  width: 1.8em;
  height: 1.8em;
}
#banner .pagination .c1,
#banner .pagination .c2 {
  fill: none;
  stroke-width: 4;
  opacity: 0;
}
#banner .pagination .c3 {
  fill: #ffffff66;
  transition: all 0.4s linear;
}
#banner .pagination .c1 {
  stroke: #ffffff66;
}
#banner .pagination .c2 {
  stroke: #fff;
  stroke-dasharray: 0, 314;
  transition: all var(--duration) linear;
}
#banner .pagination .progress {
  transition: all 0.4s linear;
  width: 0;
  overflow: hidden;
  height: 1px;
  background-color: #ffffff66;
}
#banner .pagination .progress:after {
  content: "";
  display: block;
  height: 100%;
  background-color: #fff;
  width: 0;
}
@keyframes banner-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes banner-timing {
  0% {
    stroke-dasharray: 0, 314;
  }
  100% {
    stroke-dasharray: 314, 0;
  }
}
#banner .pagination .swiper-pagination-bullet-active .c1 {
  opacity: 1;
}
#banner .pagination .swiper-pagination-bullet-active .c2 {
  opacity: 1;
  animation: banner-timing var(--duration--) linear forwards;
}
#banner .pagination .swiper-pagination-bullet-active .c3 {
  fill: #fff;
}
#banner .pagination .swiper-pagination-bullet-active .progress {
  margin-left: 0.6em;
  width: 3em;
}
#banner .pagination .swiper-pagination-bullet-active .progress:after {
  animation: banner-progress var(--duration--) linear forwards;
}
@media (max-width: 1080px) {
  #banner .scroll-down {
    display: none;
  }
}
.page-banner {
  position: relative;
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 90%;
  z-index: 10;
}
.page-banner .banner-txt .mont {
  opacity: 0.55;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    left: 0;
  }
  .page-banner .banner-txt .title {
    font-size: 28px;
  }
  .page-banner .banner-txt .mont {
    opacity: 0.7;
    margin-top: 10px;
  }
}
.page-nav {
  height: 85px;
  background-color: #fff;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  position: relative;
  z-index: 9;
}
.page-nav .item {
  flex: 1;
  height: 85px;
  transition: all 0.3s ease-in;
  border-right: 1px solid rgba(32, 32, 32, 0.1);
}
.page-nav .item:last-child {
  border-right: none;
}
.page-nav .item a {
  height: 100%;
  text-align: center;
  opacity: 0.8;
}
.page-nav .item:hover,
.page-nav .item.active {
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  color: #fff;
  background-color: #4089c1;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    border-bottom: none;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  }
  .page-nav .list .item a {
    padding: 0 10px;
  }
}
.same-mark {
  position: relative;
  z-index: 10;
}
.same-mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -0.1rem;
  border-radius: 50%;
}
.same-mark .circle.circle2 {
  transform: scale(0.3);
  margin: -0.1rem 0 0 -0.1rem;
  background-color: #ffffff;
}
.same-mark .circle.circle3 {
  margin: -0.1rem 0 0 -0.1rem;
  transform: scale(0);
}
#crumbs {
  white-space: nowrap;
}
#crumbs a span,
#crumbs .split span {
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
  margin-left: 15px;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #4089c1;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-x: auto;
  }
}
@keyframes waves {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.8);
  }
}
.same-title .en-txt {
  height: 85px;
}
.same-title .en-txt img {
  height: 100%;
}
@media (max-width: 1480px) {
  .same-title .en-txt {
    height: 70px;
  }
}
@media (max-width: 800px) {
  .same-title .en-txt {
    height: 36px;
  }
}
.same-title .h2 {
  font-size: 48px;
  margin-top: 5px;
}
@media (max-width: 1480px) {
  .same-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .same-title .h2 {
    font-size: 26px;
    margin-top: 0;
  }
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
#about {
  background-image: url('../images/bg.jpg');
  padding-bottom: 155px;
}
#about .left-box {
  width: 40%;
}
#about .left-box .more {
  margin-top: 185px;
}
#about .right-info {
  width: 52%;
  margin-top: 50px;
  padding-left: 60px;
  position: relative;
}
#about .right-info .top-line {
  position: absolute;
  top: 10px;
  left: 0;
}
#about .right-info .top-info .text-node {
  margin-top: 35px;
}
#about .right-info .lists {
  margin-top: 70px;
}
#about .right-info .lists .ul li {
  position: relative;
  width: 100px;
  height: 100px;
  /*border-width: 1px;*/
  /*border-color: rgba(0, 0, 0, 0.1);*/
  /*border-style: solid;*/
  padding-top: 18px;
  text-align: center;
  box-sizing: border-box;
}
#about .right-info .lists .ul li:not(:last-child) {
  margin-right: 66px;
}
#about .right-info .lists .ul li .name {
  margin-top: 8px;
}
#about .right-info .lists .ul li .icon-box {
  height: 36px;
}
#about .right-info .lists .ul li span {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 12px;
  opacity: 0;
}
#about .right-info .lists .ul li span:nth-of-type(3),
#about .right-info .lists .ul li span:nth-of-type(4) {
  top: auto;
  bottom: -10px;
}
#about .right-info .lists .ul li span:nth-of-type(2),
#about .right-info .lists .ul li span:nth-of-type(4) {
  left: auto;
  right: -5px;
}
#about .right-info .lists .ul li:hover {
  background-color: #4089c1;
  border-color: #4089c1;
}
#about .right-info .lists .ul li:hover .name {
  color: #fff;
  opacity: 1;
}
#about .right-info .lists .ul li:hover .icon-box img {
  filter: brightness(200);
}
#about .right-info .lists .ul li:hover span {
  opacity: 0;
}
#about.page-about {
  position: relative;
  background-image: -moz-linear-gradient(-90deg, #f9f9f9 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9f9f9 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #f9f9f9 0%, transparent 100%);
}
#about.page-about .sub-title {
  margin: 60px 0 50px;
}
#about.page-about .earth {
  width: 960px;
  height: 450px;
  position: absolute;
  bottom: -150px;
  left: 0;
  background-image: url(../images/earth2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#about.page-about .earth .mark {
  position: absolute;
  right: 20%;
  top: 30%;
}
#about.page-about .earth .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  animation: waves2 5s linear infinite;
  opacity: 0;
  transform: scale(0);
  background-color: rgba(64, 137, 193, 0.7);
  border-radius: 50%;
}
#about.page-about .earth .mark .circle.circle2 {
  animation-delay: 1.6s;
}
#about.page-about .earth .mark .circle.circle3 {
  animation-delay: 3s;
}
@keyframes waves2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
#about.page-about .right-pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-bottom-left-radius: 120px;
}
@media (max-width: 1680px) {
  #about.page-about .earth {
    width: 50%;
  }
}
@media (max-width: 800px) {
  #about {
    padding-bottom: 35px;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .left-box {
    width: 100%;
    position: relative;
  }
  #about .left-box .more {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 20px;
  }
  #about .right-info {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  #about .right-info .top-line {
    display: none;
  }
  #about .right-info .top-info .text-node {
    margin-top: 25px;
  }
  #about .right-info .lists {
    margin-top: 40px;
  }
  #about .right-info .lists .ul li:not(:last-child) {
    margin-right: 16px;
  }
  #about.page-about {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  #about.page-about .sub-title {
    margin: 30px 0 20px;
  }
  #about.page-about .earth {
    width: 100%;
    height: 250px;
    bottom: -50px;
  }
  #about.page-about .right-pic {
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 0;
  }
}
#product {
  background-image: url('../images/bg2.jpg');
}
#product .left-box {
  width: 40%;
}
#product .left-box .more {
  margin: 155px 0 200px;
}
#product .left-box .right-scroll .icon-box {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  margin-right: 20px;
}
#product .pro-lists {
  width: 54%;
}
#product .pro-lists .ul li {
  width: 47%;
}
#product .pro-lists .ul li a {
  padding: 80px 35px 0;
  box-sizing: border-box;
  background-image: url(../images/bg3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#product .pro-lists .ul li a .title {
  padding-top: 55px;
  position: relative;
}
#product .pro-lists .ul li a .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  height: 2px;
  background-color: #4089c1;
}
#product .pro-lists .ul li a .pic {
  width: 100%;
  height: 358px;
}
#product .pro-lists .ul li a .pic img {
  max-height: 80%;
}
#product .pro-lists .ul li a:hover {
  background-image: url(../images/bg4.png);
}
#product .pro-lists .ul li a:hover .title {
  color: #fff;
}
#product .pro-lists .ul li a:hover .title::after {
  background-color: #fff;
}
#product .pro-lists .ul li:nth-of-type(2) {
  margin-top: 148px;
}
@media (max-width: 1480px) {
  #product .left-box {
    width: 32%;
  }
  #product .left-box .same-title .en-txt img {
    height: auto;
  }
  #product .left-box .more {
    margin: 125px 0 150px;
  }
  #product .pro-lists {
    width: 60%;
  }
  #product .pro-lists .ul li a {
    padding: 60px 35px 0;
  }
  #product .pro-lists .ul li a .title {
    padding-top: 35px;
  }
  #product .pro-lists .ul li a .pic {
    height: 340px;
  }
  #product .pro-lists .ul li:nth-of-type(2) {
    margin-top: 100px;
  }
}
@media (max-width: 800px) {
  #product .main {
    flex-wrap: wrap;
  }
  #product .left-box {
    width: 100%;
  }
  #product .left-box .same-title .en-txt img {
    height: 40px;
  }
  #product .left-box .more {
    margin: 35px 0 50px;
  }
  #product .left-box .right-scroll {
    display: none;
  }
  #product .pro-lists {
    width: 100%;
  }
  #product .pro-lists .ul {
    flex-wrap: wrap;
  }
  #product .pro-lists .ul li {
    width: 100%;
  }
  #product .pro-lists .ul li a {
    padding: 40px 25px 0;
  }
  #product .pro-lists .ul li a .title {
    padding-top: 25px;
  }
  #product .pro-lists .ul li a .pic {
    height: 270px;
  }
  #product .pro-lists .ul li:nth-of-type(2) {
    margin-top: 30px;
  }
}
#case {
  overflow: hidden;
}
@media (min-width: 768px) {
  #case .content-box {
    min-height: 450px;
  }
  #case .content-box .main,
  #case .content-box .case-swiper,
  #case .content-box .left-info {
    height: 100%;
  }
}
#case .content-box {
  position: relative;
}
#case .left-info {
  width: 30%;
}
#case .left-info .list .item {
  color: rgba(0, 0, 0, 0.7);
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-out;
  position: relative;
}
#case .left-info .list .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4089c1;
  transition: all 0.4s ease;
}
#case .left-info .list .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#case .left-info .list .item .top img {
  opacity: 0;
}
#case .left-info .list .item .icon {
  opacity: 0;
  transform: rotateZ(0);
  transition: all 0.4s ease-out;
  position: absolute;
  bottom: 34px;
  left: 0;
}
#case .left-info .list .item:hover,
#case .left-info .list .item.on {
  color: #4089c1;
  opacity: 1;
  border-color: #4089c1;
  padding-bottom: 65px;
}
#case .left-info .list .item:hover::after,
#case .left-info .list .item.on::after {
  width: 100%;
}
#case .left-info .list .item:hover .top,
#case .left-info .list .item.on .top {
  font-weight: bold;
}
#case .left-info .list .item:hover .top img,
#case .left-info .list .item.on .top img {
  opacity: 1;
}
#case .left-info .list .item:hover .icon,
#case .left-info .list .item.on .icon {
  opacity: 1;
  transform: rotateZ(-45deg);
}
#case .case-swiper {
  width: 60%;
  margin: 0;
}
#case .case-swiper .content {
  width: 100%;
  height: 100%;
}
#case .case-swiper .content .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#case.page-case .content-box {
  margin-top: 66px;
}
#case.page-case .left-info {
  width: 28%;
}
#case.page-case .left-info .list {
  height: 100%;
}
#case.page-case .left-info .list .item {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#case.page-case .left-info .list .item .num {
  display: inline-block;
  width: 30px;
  margin-right: 20px;
}
#case.page-case .left-info .list .item::after {
  content: '';
  position: absolute;
  bottom: auto;
  left: auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
}
#case.page-case .left-info .list .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#case.page-case .left-info .list .item:hover,
#case.page-case .left-info .list .item.on {
  color: #fff;
  border: none;
  padding-bottom: 30px;
  background-image: url('../images/tit-bg1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#case.page-case .left-info .list .item:hover::after,
#case.page-case .left-info .list .item.on::after {
  width: 10px;
  border-color: #fff;
}
#case.page-case .case-swiper {
  width: 70%;
}
#case.page-case .case-swiper .content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
#case.page-case .case-swiper .content .left-info {
  width: 46%;
  height: auto;
}

#case.page-case .case-swiper .content .left-info .tit {
  margin-bottom: 24px;
}
#case.page-case .case-swiper .content .oppress {
  width: 50%;
}
@media (max-width: 1480px) {
  #case.page-case .left-info {
    width: 30%;
  }
  #case.page-case .left-info .list .item {
    padding: 30px 15px;
  }
  #case.page-case .left-info .list .item .num {
    width: 20px;
    margin-right: 10px;
  }
  #case.page-case .left-info .list .item::after {
    right: 15px;
  }
  #case.page-case .case-swiper {
    width: 67%;
  }
  #case.page-case .case-swiper .content {
    padding: 40px 30px;
  }
}
@media (max-width: 800px) {
  #case .content-box .main {
    flex-wrap: wrap;
  }
  #case .left-info {
    width: 100%;
    height: auto;
  }
  #case .left-info .list {
    margin: 0 0 30px;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #case .left-info .list .item {
    padding: 0 0 15px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
  }
  #case .left-info .list .item img {
    width: 30px;
    margin-left: 20px;
  }
  #case .left-info .list .item .icon {
    display: none;
  }
  #case .left-info .list .item:first-child {
    border-top: none;
  }
  #case .left-info .list .item:hover,
  #case .left-info .list .item.on {
    padding-bottom: 15px;
  }
  #case .swiper {
    width: 100%;
    height: 350px;
  }
  #case.page-case {
    flex-wrap: wrap;
  }
  #case.page-case .content-box {
    margin-top: 30px;
  }
  #case.page-case .left-info {
    width: 100%;
  }
  #case.page-case .left-info .list {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    flex-direction: row;
    height: auto;
  }
  #case.page-case .left-info .list .item {
    padding: 25px 15px;
    height: 80px;
    box-sizing: border-box;
  }
  #case.page-case .left-info .list .item .num {
    width: 20px;
    margin-right: 10px;
  }
  #case.page-case .left-info .list .item::after {
    display: none;
  }
  #case.page-case .case-swiper {
    width: 100%;
    height: auto;
  }
  #case.page-case .case-swiper .content {
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  #case.page-case .case-swiper .content .left-info {
    width: 100%;
    height: auto;
  }
  #case.page-case .case-swiper .content .left-info .tit {
    margin-bottom: 14px;
  }
  #case.page-case .case-swiper .content .oppress {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
}
#news {
  background-color: #f9f9f9;
}
#news .news-lists {
  margin-top: 75px;
}
#news .news-lists .ul li {
  height: 498px;
}
#news .news-lists .ul li a {
  height: 100%;
  padding: 70px 45px;
  position: relative;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-radius: 10px;
  box-sizing: border-box;
}
#news .news-lists .ul li a .title {
  margin: 30px 0;
}
#news .news-lists .ul li a .text-node {
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#news .news-lists .ul li a .oppress {
  height: 0;
  opacity: 0;
}
#news .news-lists .ul li a .go {
  position: absolute;
  left: 45px;
  bottom: 55px;
}
#news .news-lists .ul li a:hover {
  border-color: #4089c1;
  background-color: #ffffff;
  box-shadow: 0px 35px 57px 0px rgba(26, 14, 2, 0.07);
}
#news .news-lists .ul li a:hover .oppress {
  opacity: 1;
  height: 145px;
}
#news .news-lists .ul li a:hover .text-node {
  display: none;
}
#news .news-lists .ul li a:hover .time,
#news .news-lists .ul li a:hover .title {
  opacity: 1;
  color: #4089c1;
}
#news .news-lists .ul li a:hover .go {
  color: #4089c1;
  opacity: 1;
}
#news .news-lists .ul li a:hover .go .icon-box {
  color: #fff;
  background-color: #4089c1;
  border-color: transparent;
}
#news .news-swiper {
  position: relative;
  padding-bottom: 115px;
}
#news .news-swiper .swiper-change {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
@media (max-width: 1480px) {
  #news .news-lists {
    margin-top: 55px;
  }
  #news .news-lists .ul li {
    height: 440px;
  }
  #news .news-lists .ul li a {
    padding: 50px 20px;
  }
  #news .news-lists .ul li a .text-node {
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #news .news-lists .ul li a .go {
    left: 20px;
    bottom: 35px;
  }
}
@media (max-width: 800px) {
  #news .news-lists {
    margin-top: 35px;
  }
  #news .news-lists .ul li {
    height: 380px;
  }
  #news .news-lists .ul li a {
    padding: 40px 20px;
  }
  #news .news-lists .ul li a .title {
    margin: 20px 0;
  }
  #news .news-lists .ul li a .text-node {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #news .news-lists .ul li a .go {
    left: 20px;
    bottom: 25px;
  }
  #news .news-lists .ul li a:hover .oppress {
    height: 145px;
  }
  #news .news-swiper {
    padding-bottom: 85px;
  }
}
.home-bottom-panel {
  height: 460px;
}
.home-bottom-panel .item {
  width: 50%;
  height: 100%;
  position: relative;
}
.home-bottom-panel .item .oppress {
  width: 100%;
  height: 100%;
}
.home-bottom-panel .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 137, 193, 0.4);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.home-bottom-panel .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.home-bottom-panel .item .info span {
  display: block;
  margin-top: 14px;
}
.home-bottom-panel .item:hover::before {
  opacity: 1;
}
@media (max-width: 1480px) {
  .home-bottom-panel {
    height: 360px;
  }
}
@media (max-width: 800px) {
  .home-bottom-panel {
    height: 200px;
  }
}
#development .pic-box {
  width: 45%;
  height: 580px;
  margin-left: 5%;
  border-radius: 10px;
}
#development .right-box {
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
}
#development .gallery {
  width: 100%;
}
#development .gallery .swiper-slide {
  padding: 60px 0;
}
#development .gallery .swiper-slide .year {
  font-size: 48px;
}
#development .gallery .swiper-slide .info {
  width: 100%;
  margin-top: 35px;
  text-indent: 2em;
}
#development .thumb {
  padding: 50px 60px 0;
  position: relative;
  margin: 40px -10% 0;
}
#development .thumb::after {
  content: "";
  width: 1144px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: -25%;
  background-image: url('../images/line2.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#development .thumb .swiper-slide {
  width: 33.33%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#development .thumb .swiper-slide::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4089c1;
  transition: all 0.4s linear;
  opacity: 0;
}
#development .thumb .swiper-slide .char {
  opacity: 0.5;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active .char {
  color: #4089c1;
  opacity: 1;
  font-size: 30px;
}
#development .thumb .swiper-change {
  width: 85%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media (max-width: 800px) {
  #development {
    padding-top: 80px;
    position: relative;
  }
  #development .same-title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #development .main {
    flex-wrap: wrap;
  }
  #development .pic-box {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  #development .right-box {
    width: 100%;
    padding-left: 0;
  }
  #development .gallery .swiper-slide {
    padding: 40px 0;
  }
  #development .thumb {
    margin-top: 10px;
  }
  #development .thumb::after {
    left: -25%;
  }
  #development .thumb .swiper-slide {
    width: 35%;
  }
  #development .thumb .swiper-slide.swiper-slide-thumb-active .char {
    font-size: 26px;
  }
  #development .thumb .swiper-change {
    width: 94%;
  }
}
#culture {
  background-image: url('../pictures/men-s-hands-hold-red-paper-rocket-with-bright-blue-background.jpg');
  height: 680px;
}
#culture .middle-word {
  margin-top: 140px;
}
#culture .middle-word .name {
  margin-top: -110px;
  font-size: 65px;
}
@media (max-width: 800px) {
  #culture {
    height: auto;
    padding: 40px 0;
  }
  #culture .middle-word {
    margin-top: 80px;
  }
  #culture .middle-word .name {
    margin-top: -70px;
     font-size: 45px;
  }
}
#qualification {
  background-image: url('../images/bg7.jpg');
}
#qualification .content-box {
  margin-top: 75px;
}
#qualification .content-box .left-info {
  width: 45%;
}
#qualification .content-box .left-info .list .item {
  width: 50%;
  opacity: 0.7;
  padding-left: 28px;
  position: relative;
  margin-bottom: 38px;
  box-sizing: border-box;
  cursor: pointer;
}
#qualification .content-box .left-info .list .item::after {
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 0;
}
#qualification .content-box .left-info .list .item.on,
#qualification .content-box .left-info .list .item:hover {
  opacity: 1;
  color: #4089c1;
  font-weight: bold;
}
#qualification .content-box .left-info .list .item.on::after,
#qualification .content-box .left-info .list .item:hover::after {
  background-color: #4089c1;
}
#qualification .content-box .qualification-swiper {
  width: 946px;
}
#qualification .content-box .qualification-swiper .picSwiper .pic {
  width: 100%;
  height: 420px;
  padding: 0 80px;
  background-image: url('../images/bg6.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#qualification .content-box .qualification-swiper .picSwiper .pic img{
    max-width: 90%;
    max-height: 80%;
}
@media (max-width: 1480px) {
  #qualification .content-box .qualification-swiper {
    width: 800px;
  }
  #qualification .content-box .qualification-swiper .picSwiper .pic {
    height: 350px;
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  #qualification .content-box {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #qualification .content-box .left-info {
    width: 100%;
  }
  #qualification .content-box .left-info .list {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  #qualification .content-box .left-info .list .item {
    width: auto;
    margin-right: 30px;
    padding-left: 20px;
    margin-bottom: 18px;
  }
  #qualification .content-box .left-info .list .item::after {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  #qualification .content-box .qualification-swiper {
    width: 100%;
    margin-top: 30px;
  }
  #qualification .content-box .qualification-swiper .picSwiper .pic {
    height: 300px;
    padding: 0 30px;
  }
}
.same-pagebg {
  background-image: url(../images/bg8.jpg);
}
.product-page {
  background-image: url(../images/bg8.jpg);
}
.product-page .left-box {
  width: 350px;
}
.product-page .left-box .left-nav {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #f9f9f9;
  width: 350px;
  padding: 35px 35px 0;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
.product-page .left-box .left-nav .item {
  position: relative;
  padding-bottom: 35px;
}
.product-page .left-box .left-nav .item:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}
.product-page .left-box .left-nav .item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4089c1;
  transition: all 0.4s ease;
}
.product-page .left-box .left-nav .item span {
  opacity: 0.8;
}
.product-page .left-box .left-nav .item img {
  filter: brightness(0.4);
  opacity: 0.4;
}
.product-page .left-box .left-nav .item.on span,
.product-page .left-box .left-nav .item:hover span {
  opacity: 1;
  color: #4089c1;
  font-weight: bold;
}
.product-page .left-box .left-nav .item.on::after,
.product-page .left-box .left-nav .item:hover::after {
  width: 100%;
}
.product-page .left-box .left-nav .item.on img,
.product-page .left-box .left-nav .item:hover img {
  filter: brightness(1);
  opacity: 1;
}
.product-page .left-box .top-item {
  width: 100%;
  height: 120px;
  background-color: #4089c1;
  padding-left: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
}
.product-page .product-box {
  flex: 1;
  margin-left: 58px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #f9f9f9;
  padding: 45px;
  box-sizing: border-box;
  border-radius: 10px;
}
.product-page .product-box .select-lists .item {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page .product-box .select-lists .item:not(:last-child) {
  margin-bottom: 30px;
}
.product-page .product-box .select-lists .item .type-more {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.product-page .product-box.product-page .product-box .select-lists .item .type-more .icon {
    display: inline-block;
  margin-left: 0.5em;
  transition: all 0.4s ease;
}
.product-page .product-box .select-lists .item:hover .type-more {
  color: #4089c1;
}
.product-page .product-box .select-lists .item.on .type-more .icon {
  transform: rotate(-180deg);
}
.product-page .product-box .select-lists .item .ul {
  margin-left: 30px;
  flex: 1;
  height: 45px;
  margin-bottom: -10px;
  overflow: hidden;
  transition: all 1s ease;
}
.product-page .product-box .select-lists .item.on .ul {
  height: auto;
}
.product-page .product-box .select-lists .item .ul li {
  text-align: center;
  cursor: pointer;
  padding: 10px 35px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #949494;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.product-page .product-box .select-lists .item .ul li:not(:last-child) {
  margin-right: 28px;
}
.product-page .product-box .select-lists .item .ul li.active,
.product-page .product-box .select-lists .item .ul li:hover {
  color: #fff;
  background-color: #4089c1;
  border-color: #4089c1;
}
.product-page .product-box .pro-lists {
  margin-top: 50px;
}
.product-page .product-box .pro-lists .ul {
  margin-right: -3%;
}
.product-page .product-box .pro-lists .ul li {
  width: 30.33%;
  margin-bottom: 38px;
  margin-right: 3%;
}
.product-page .product-box .pro-lists .ul li a {
  padding: 40px;
  box-sizing: border-box;
  background-image: url(../images/bg9.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.product-page .product-box .pro-lists .ul li a .pic {
  width: 100%;
  height: 270px;
  margin: 10px 0;
}
.product-page .product-box .pro-lists .ul li a .pic img {
  max-width: 80%;
  max-height: 80%;
}
.product-page .product-box .pro-lists .ul li a .tags span {
  position: relative;
  padding-bottom: 10px;
  opacity: 0.7;
  display: inline-block;
}
.product-page .product-box .pro-lists .ul li a .tags span:not(:last-child) {
  margin-right: 25px;
}
.product-page .product-box .pro-lists .ul li a .tags span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #4089c1;
}
.product-page .product-box .pro-lists .ul li a:hover {
  background-image: url(../images/bg10.png);
  color: #fff;
}
.product-page .product-box .pro-lists .ul li a:hover .title {
  color: #fff;
}
.product-page .product-box .pro-lists .ul li a:hover .tags span {
  opacity: 1;
}
.product-page .product-box .pro-lists .ul li a:hover .tags span::after {
  background-color: #fff;
}
.product-page .product-filter {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 80%;
}
.product-page .product-filter .top-filters span {
  text-transform: uppercase;
}
.product-page .product-filter .top-filters .reset {
  width: 120px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 28px;
  cursor: pointer;
}
.product-page .product-filter .top-filters .reset span {
  margin-left: 5px;
}
.product-page .product-filter .top-filters .reset:hover img{
    animation:  circle 2s linear infinite;
}
.product-page .product-filter .top-filters .hide-filters {
  padding-right: 28px;
  position: relative;
  cursor: pointer;
}
.product-page .product-filter .top-filters .hide-filters::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #4089c1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transition: all 0.4s ease;
}
.product-page .product-filter .top-filters .hide-filters.on::after {
  transform: rotate(-180deg);
}
.product-page .product-filter .filters-box {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 25px 0px rgba(79, 79, 79, 0.05);
  padding: 18px 38px;
  box-sizing: border-box;
  margin-top: 9px;
  display: none;
  width: 100%;
}
.product-page .product-filter .filters-box.show {
  display: block;
}
.product-page .product-filter .filters-box .item {
  width: 400px;
  position: relative;
  margin-right: 45px;
}
.product-page .product-filter .filters-box .item .top-box {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: 0px 2px 2px 0px rgba(117, 117, 117, 0.2), inset 0px 4px 15px 0px rgba(117, 117, 117, 0.2);
  padding: 0 18px;
  box-sizing: border-box;
}
.product-page .product-filter .filters-box .item .top-box .icon {
  transition: all 0.4s ease;
}
.product-page .product-filter .filters-box .item .bottom-box {
  position: absolute;
  top: 48px;
  width: 100%;
  height: 120px;
  border-radius: 0 0 5px 5px;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 2px 0px rgba(117, 117, 117, 0.2), inset 0px 0px 15px 0px rgba(117, 117, 117, 0.2);
  padding: 75px 18px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider {
  margin-right: 0 !important;
  height: 2px;
  background: #e1e1e1;
  border-radius: 3px;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider::after {
  content: '';
  position: absolute;
  top: 58%;
  right: -7px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #797979;
  border-radius: 50%;
  display: none;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider-input {
  right: auto;
  left: 0;
  top: -50px;
  width: 50px;
  height: 28px;
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.product-page .product-filter .filters-box .item .bottom-box .total-input {
  position: absolute;
  top: 25px;
  right: 18px;
  width: 50px;
  height: 28px;
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.product-page .product-filter .filters-box .item .bottom-box .total-input.initValue {
  right: auto;
  left: 18px;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider-input-btn {
  display: none;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider-bar {
  background-color: #4089c1 !important;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider-wrap-btn {
  width: 14px;
  height: 14px;
  border: none !important;
  background-color: #4089c1;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-input {
  text-align: center;
  padding: 0;
  font-family: 'mont', sans-serif;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-input:focus {
  border-color: #e5e5e5 !important;
  box-shadow: none;
}
.product-page .product-filter .filters-box .item .bottom-box .layui-slider-tips {
  font-family: 'mont', sans-serif;
}
.product-page .product-filter .filters-box .item.on .top-box .icon {
  transform: rotate(-180deg);
}
.product-page .product-filter .filters-box .search-btn{
   width: 100px;
    height: 48px;
    line-height: 48px;
    background-color: #4089c1;
    border-radius: 5px;
    cursor: pointer;
}
.product-page .product-filter .table-box {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.product-page .product-filter .table-box .table-header {
  width: 100%;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.product-page .product-filter .table-box .table-header thead {
  background-image: url('../images/table-topbg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-page .product-filter .table-box .table-header thead tr th {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.product-page .product-filter .table-box .table-header thead tr th:last-child {
  border-right: none;
}
.product-page .product-filter .table-box .table {
  width: 100%;
  text-align: left;
}
.product-page .product-filter .table-box .table tr .table-cell {
  width: 154px;
}
.product-page .product-filter .table-box .table tr td:nth-of-type(1) .table-cell,
.product-page .product-filter .table-box .table tr th:nth-of-type(1) .table-cell {
  width: 158px;
}
.product-page .product-filter .table-box .table tr td:nth-of-type(2) .table-cell,
.product-page .product-filter .table-box .table tr th:nth-of-type(2) .table-cell {
  width: 236px;
}
.product-page .product-filter .table-box .table-cell {
  height: 100px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.product-page .product-filter .table-box .table-cell .same-circle {
  margin-top: 18px;
}
.product-page .product-filter .table-box .table-cell span {
  display: block;
}
.product-page .product-filter .table-box .table-cell span:last-child {
  margin-top: 5px;
}
.product-page .product-filter .table-box .scroll-table {
  max-width: 1400px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}
.product-page .product-filter .table-box .scroll-table::-webkit-scrollbar {
  height: 5px;
}
.product-page .product-filter .table-box .scroll-table::-webkit-scrollbar-track {
  background-color: rgba(252, 252, 251, 0.1);
  border-radius: 2.5px;
}
.product-page .product-filter .table-box .scroll-table::-webkit-scrollbar-thumb {
  background-color: #4089c1;
  border-radius: 2.5px;
}
.product-page .product-filter .table-box .table-body .table tr {
  background-color: #fff;
}
.product-page .product-filter .table-box .table-body .table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page .product-filter .table-box .table-body .table tr:nth-of-type(2n-1) {
  background-color: #fbfbfb;
}
.product-page .product-filter .table-box .table-body .table .table-cell {
  padding: 40px 30px 0;
}
.product-page .product-filter .table-box .table-body .table .table-cell a {
  margin-top: -10px;
}
@media (max-width: 1680px) {
  .product-page .product-filter {
    flex: auto;
    width: 70%;
  }
}
@media (max-width: 1480px) {
  .product-page .product-box {
    margin-left: 38px;
    padding: 35px;
  }
  .product-page .product-box .select-lists .item .ul {
    margin-left: 20px;
  }
  .product-page .product-box .select-lists .item .ul li {
    padding: 10px 25px;
  }
  .product-page .product-box .select-lists .item .ul li:not(:last-child) {
    margin-right: 10px;
  }
  .product-page .product-box .pro-lists {
    margin-top: 50px;
  }
  .product-page .product-box .pro-lists .ul {
    margin-right: -2%;
  }
  .product-page .product-box .pro-lists .ul li {
    width: 31.33%;
    margin-bottom: 28px;
    margin-right: 2%;
  }
  .product-page .product-box .pro-lists .ul li a {
    padding: 40px 20px;
  }
  .product-page .product-box .pro-lists .ul li a .pic {
    width: 100%;
    height: 220px;
    margin: 10px 0;
  }
  .product-page .product-box .pro-lists .ul li a .pic img {
    max-width: 90%;
    max-height: 90%;
  }
  .product-page .product-box .pro-lists .ul li a .tags span:not(:last-child) {
    margin-right: 15px;
  }
  .product-page .product-filter {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .product-page .product-filter {
    width: 100%;
  }
  .product-page .product-filter .top-filters {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 40px;
  }
  .product-page .product-filter .top-filters .hide-filters {
    padding-right: 18px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .product-page .product-filter .top-filters .hide-filters::after {
    top: 6px;
    border-top: 8px solid #4089c1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .product-page .product-filter .filters-box {
    padding: 18px 8px;
  }
 .product-page .product-filter .filters-box .item {
    width: 48%;
    position: relative;
    margin-right: 0;
  }
  .product-page .product-filter .filters-box .item:last-child {
    margin-right: 0;
  }
  .product-page .product-filter .filters-box .item .top-box {
    width: 100%;
    height: 48px;
    padding: 0 8px;
  }
  .product-page .product-filter .filters-box>div{
      flex-wrap: wrap;
      justify-content: space-between;
  }
   .product-page .product-filter .filters-box .search-btn{
       margin-top: 140px;
   }
 .product-page .product-box .select-lists .item .type-more{
      top: 5px;
  }
  .product-page .product-filter .table-box {
    margin-top: 30px;
  }
  .product-page .product-filter .table-box .table {
    width: 100%;
    text-align: left;
  }
  .product-page .product-filter .table-box .table tr .table-cell {
    width: 100px;
  }
  .product-page .product-filter .table-box .table tr td:nth-of-type(1) .table-cell,
  .product-page .product-filter .table-box .table tr th:nth-of-type(1) .table-cell {
    width: 100px;
  }
  .product-page .product-filter .table-box .table tr td:nth-of-type(2) .table-cell,
  .product-page .product-filter .table-box .table tr th:nth-of-type(2) .table-cell {
    width: 200px;
  }
  .product-page .product-filter .table-box .table-cell {
    height: 70px;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }
  .product-page .product-filter .table-box .table-cell .same-circle {
    margin-top: 8px;
  }
  .product-page .product-filter .table-box .table-body .table .table-cell {
    padding: 25px 10px 0;
  }
}
@media (max-width: 800px) {
  .product-page .content {
    flex-wrap: wrap;
  }
  .product-page .left-box {
    width: 100%;
  }
  .product-page .left-box .left-nav {
    width: 100%;
    padding: 20px 20px 0;
  }
  .product-page .left-box .left-nav .item {
    padding-bottom: 15px;
  }
  .product-page .left-box .left-nav .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .product-page .left-box .top-item {
    height: 80px;
    padding-left: 20px;
  }
  .product-page .product-box {
    flex: auto;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .product-page .product-box .select-lists .item {
    align-items: flex-start;
    padding-bottom: 15px;
  }
  .product-page .product-box .select-lists .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .product-page .product-box .select-lists .item .ul {
    margin-left: 5px;
  }
  .product-page .product-box .select-lists .item .ul li {
    padding: 5px 10px;
  }
  .product-page .product-box .select-lists .item .ul li:not(:last-child) {
    margin-right: 5px;
  }
  .product-page .product-box .pro-lists {
    margin-top: 30px;
  }
  .product-page .product-box .pro-lists .ul {
    margin-right: 0;
  }
  .product-page .product-box .pro-lists .ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product-page .product-box .pro-lists .ul li a {
    padding: 30px 20px;
  }
  .product-page .product-filter {
    padding: 0;
  }
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: url("../images/gou.png") no-repeat center center;
  background-size: 16px 13px;
  background-color: #4089c1;
  border-color: #4089c1;
}
input:checked + span {
  color: #4089c1 !important;
}
.product-details {
  margin-top: -100px;
  position: relative;
  z-index: 88;
  box-sizing: border-box;
}
.product-details .content {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.product-details .content .top-box {
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 100px;
  box-sizing: border-box;
}
.product-details .content .top-box .back .char {
  margin-left: 10px;
}
.product-details .content .top-box .back:hover {
  color: #4089c1;
}
.product-details .content .top-box .back:hover .char {
  opacity: 1;
}
.product-details .content .bottom-box {
  padding: 100px;
  box-sizing: border-box;
}
.product-details .content .bottom-box #summary .left {
  height: 600px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
.product-details .content .bottom-box #summary .left .picSwiper {
  width: 100%;
  height: 100%;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-slide {
  height: 100%;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-slide a {
  height: 100%;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-slide img {
  max-height: 90%;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-pagination {
  bottom: 40px;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
}
.product-details .content .bottom-box #summary .left .picSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4089c1;
}
.product-details .content .bottom-box #summary .right {
  position: relative;
}
.product-details .content .bottom-box #summary .right .top-title {
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 55px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-details .content .bottom-box #summary .right .top-title .title {
  margin-bottom: 0.1rem;
}
.product-details .content .bottom-box #summary .right .text-node{
    text-indent: 2em;
}
@media (max-width: 1280px) {
  .product-details .content .bottom-box #summary .right .top-title {
    font-size: 24px;
  }
}
.product-details .content .bottom-box #summary .right .tf .name {
  margin-bottom: 0.2rem;
}
.product-details .content .bottom-box #summary .right .scroll-down {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 3em;
  height: 3em;
  border: 1px solid #4089c1;
  background-color: #fff;
  box-sizing: border-box;
  color: #4089c1;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.product-details .content .bottom-box #summary .right .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;
  }
}
.product-details .content .bottom-box #summary .right .scroll-down:hover {
  background-color: #4089c1;
  color: #fff;
}
@media (min-width: 1025px) {
  .product-details .content .bottom-box #summary .left {
    width: 46%;
  }
  .product-details .content .bottom-box #summary .right {
    width: 48%;
  }
}
.product-details .content .bottom-box #detail .tab-list {
  padding: 1em 0;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: calc(20px + 0.2rem);
}
.product-details .content .bottom-box #detail .tab-list .item {
  height: 2.6em;
  border-radius: 2.5em;
  min-height: 36px;
}
.product-details .content .bottom-box #detail .tab-list .item .c {
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.product-details .content .bottom-box #detail .tab-list .item svg {
  width: 0.625em;
  height: 0.625em;
  max-width: unset;
}
.product-details .content .bottom-box #detail .tab-list .item svg .cls {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 15, 5;
  stroke-dashoffset: -11;
}
.product-details .content .bottom-box #detail .tab-list .item + .item {
  margin-left: calc(10px + 0.5rem);
}
.product-details .content .bottom-box #detail .tab-list .item.on,
.product-details .content .bottom-box #detail .tab-list .item:hover {
  padding: 0 0.8em 0 1em;
  background-color: #4089c1;
  color: #fff;
}
.product-details .content .bottom-box #detail .tab-list .item.on .c,
.product-details .content .bottom-box #detail .tab-list .item:hover .c {
  width: 1em;
  margin-left: 1.8em;
}
.product-details .content .bottom-box #detail .tab-list .item.on svg .cls,
.product-details .content .bottom-box #detail .tab-list .item:hover svg .cls {
  animation: clsCircle 1s ease forwards;
}
@keyframes clsCircle {
  0% {
    stroke-dasharray: 15, 5;
  }
  100% {
    stroke-dasharray: 15, 0;
  }
}
.product-details .content .bottom-box #detail .caption2 {
  padding-bottom: 18px;
  margin-bottom: 0.2rem;
}
.product-details .content .bottom-box #detail .caption2 a {
  margin-left: 1em;
}
.product-details .content .bottom-box #detail .caption2 .box {
  background: url(../images/caption.png) no-repeat scroll left center;
  background-size: auto 100%;
}
.product-details .content .bottom-box #detail .caption2 .box .img {
  width: 33px;
  height: 35px;
  margin-right: 0.8em;
  background-image: url(../images/xiangqing.png);
}
.product-details .content .bottom-box #detail .caption2 dl {
  font-weight: bold;
}
.product-details .content .bottom-box #detail .caption2 dl dd {
  text-transform: uppercase;
  opacity: 0.2;
  line-height: 1.25;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 800px) {
  .product-details .content .bottom-box #detail .caption2 {
    display: block;
  }
}
.product-details .content .bottom-box #detail .details-box .item {
  margin-top: 68px;
}
.product-details .content .bottom-box #detail .details-box .item .info {
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.product-details .content .bottom-box #detail .details-box .item#features .info {
  padding: 50px 40px;
  box-sizing: border-box;
}
.product-details .content .bottom-box #detail .details-box .item#features .info ul {
  margin-bottom: -14px;
}
.product-details .content .bottom-box #detail .details-box .item#features .info ul li {
  width: 50%;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 14px;
}
.product-details .content .bottom-box #detail .details-box .item#features .info ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #4089c1;
  border-radius: 50%;
}
.product-details .content .bottom-box #detail .details-box .tab1 {
  min-width: 100%;
  text-align: center;
}
.product-details .content .bottom-box #detail .details-box .tab1 thead {
  color: #fff;
  white-space: nowrap;
}
.product-details .content .bottom-box #detail .details-box .tab1 thead td {
  background-color: #4089c1;
  height: 3.75em;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1em;
}
.product-details .content .bottom-box #detail .details-box .tab1 thead td:last-child {
  border-right: none;
}
.product-details .content .bottom-box #detail .details-box .tab1 tbody {
  color: #363636;
}
.product-details .content .bottom-box #detail .details-box .tab1 tbody td {
  padding: 0.8125em 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product-details .content .bottom-box #detail .details-box .tab1 tbody td:last-child {
  border-right: none;
}
.product-details .content .bottom-box #detail .details-box .tab1 tbody tr:hover td {
  background-color: #e3edf6;
}
@media (max-width: 1024px) {
  .product-details {
    margin-top: -60px;
  }
  .product-details .content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  }
  .product-details .content .top-box {
    height: 60px;
    padding: 0 10px;
  }
  .product-details .content .top-box .back {
    position: absolute;
    top: 80px;
    right: 30px;
  }
  .product-details .content .bottom-box {
    padding: 60px 10px 0;
  }
  .product-details .content .bottom-box #summary {
    flex-wrap: wrap;
  }
  .product-details .content .bottom-box #summary .left {
    height: 350px;
    width: 100%;
  }
  .product-details .content .bottom-box #summary .left .picSwiper .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
  }
  .product-details .content .bottom-box #summary .left .picSwiper .swiper-pagination {
    bottom: 20px;
  }
  .product-details .content .bottom-box #summary .left .picSwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .product-details .content .bottom-box #summary .right .top-title {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .product-details .content .bottom-box #summary .right .top-title .title {
    margin-bottom: 0.1rem;
  }
  .product-details .content .bottom-box #summary .right .tf .name {
    margin-bottom: 0.1rem;
  }
  .product-details .content .bottom-box #summary .right .scroll-down {
    display: none;
  }
  .product-details .content .bottom-box #detail .details-box .item {
    margin-top: 30px;
  }
  .product-details .content .bottom-box #detail .details-box .item .info {
    margin-top: 0;
  }
  .product-details .content .bottom-box #detail .details-box .item#features .info {
    padding: 20px 10px;
  }
  .product-details .content .bottom-box #detail .details-box .item#features .info ul {
    margin-bottom: -14px;
  }
  .product-details .content .bottom-box #detail .details-box .item#features .info ul li {
    width: 100%;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 14px;
  }
  .product-details .content .bottom-box #detail .details-box .item#features .info ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #4089c1;
    border-radius: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .product-details .content .bottom-box #summary .left {
    width: 46%;
  }
  .product-details .content .bottom-box #summary .right {
    width: 48%;
  }
}
.server-list .top-title {
  margin-bottom: 45px;
}
.server-list .top-box .left-links a {
  color: #000000b3;
  margin-right: 45px;
}
.server-list .top-box .left-links a svg {
  opacity: 0;
  margin-left: 10px;
}
.server-list .top-box .left-links a:hover,
.server-list .top-box .left-links a.active {
  color: #4089c1;
}
.server-list .top-box .left-links a:hover svg,
.server-list .top-box .left-links a.active svg {
  opacity: 1;
}
.server-list .top-box .search-box {
  height: 60px;
}
.server-list .top-box .search-box input {
  width: 318px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 10px;
}
@media (max-width: 1480px) {
  .server-list .top-box .search-box input {
    width: 218px;
  }
}
.server-list .top-box .search-box .btn {
  width: 90px;
  height: 100%;
  background-color: #4089c1;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}
.server-list .top-box .search-box .btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .server-list .top-box {
    flex-wrap: wrap;
  }
  .server-list .top-box .left-links {
    margin-bottom: 30px;
  }
}
.server-list .lists {
  margin-bottom: -50px;
  margin-right: -2.33%;
}
.server-list .lists li {
  width: 31%;
  margin: 0 2.33% 50px 0;
}
@media (max-width: 1480px) {
  .server-list .lists li {
    margin: 0 2.33% 40px 0;
  }
}
@media (max-width: 1024px) {
  .server-list .lists li {
    width: 47.6%;
    margin: 0 2.33% 40px 0;
  }
}
@media (max-width: 768px) {
  .server-list .lists li {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 30px;
  }
}
.server-list .down-lists {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .server-list .down-lists {
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.server-list .down-lists ul li {
  height: 250px;
}
.server-list .down-lists ul li a {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 37px 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.server-list .down-lists ul li a .desc {
  margin: 30px 0 20px;
  height: 60px;
}
.server-list .down-lists ul li a .down .icon {
  margin-right: 10px;
}
.server-list .down-lists ul li a:hover {
  background-image: url('../images/bg11.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.server-list .down-lists ul li a:hover .desc {
  font-weight: bold;
}
.server-list .down-lists ul li a:hover .desc,
.server-list .down-lists ul li a:hover .down {
  color: #fff;
  opacity: 1;
}
@media (max-width: 1480px) {
  .server-list .down-lists ul li {
    height: auto;
  }
  .server-list .down-lists ul li a {
    padding: 37px 30px;
  }
}
@media (max-width: 768px) {
  .server-list .down-lists ul li a {
    padding: 20px;
  }
}
#page-news .left-box {
  width: 40%;
}
#page-news .left-box .bottom-pic {
  margin-top: 40px;
}
#page-news .left-box .bottom-pic .en-box {
  margin-top: -120px;
  padding-right: 0;
}
#page-news .left-box .bottom-pic .Mont {
  font-size: 5.2em;
  opacity: 0.05;
  text-transform: uppercase;
  white-space: nowrap;
}
#page-news .left-box .bottom-pic .Mont.bottom {
  text-align: right;
}
#page-news a:hover .title {
  color: #4089c1;
}
#page-news a:hover .go {
  color: #4089c1;
  opacity: 1;
}
#page-news a:hover .go .icon-box {
  color: #fff;
  background-color: #4089c1;
  border-color: #4089c1;
}
#page-news .content {
  width: 60%;
}
#page-news .content .left-news {
  width: 40%;
}
#page-news .content .left-news .item:not(:last-child) {
  margin-bottom: 15px;
}
#page-news .content .left-news .item .oppress {
  width: 100%;
  height: 226px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#page-news .content .left-news .item .oppress img {
  transform: scale(1.05);
}
#page-news .content .left-news .item.on .oppress {
  border: 5px solid #4089c1;
}
#page-news .content .left-news .item.on .oppress img {
  transform: scale(1);
}
#page-news .content .middle-box {
  width: 55%;
  height: 710px;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 75px 65px 70px;
  box-sizing: border-box;
}
#page-news .content .middle-box .news-swiper {
  height: 100%;
}
#page-news .content .middle-box .news-swiper .ul li a {
  height: 100%;
}
#page-news .content .middle-box .news-swiper .ul li a .title {
  margin-top: 30px;
}
#page-news .content .middle-box .news-swiper .ul li a .text-node {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px 0 110px;
  text-indent: 2em;
}
#page-news .news-lists .ul li a .info .desc .text-node {
  text-indent: 2em;
}
#page-news .content .middle-box .news-swiper .ul li a:hover .title {
  color: #4089c1;
}
@media (max-width: 1080px) {
  #page-news .content {
    height: auto;
    margin-left: 0%;
  }
  #page-news .content .middle-box {
    width: 80%;
    padding: 40px 30px;
    height: auto;
  }
  #page-news .content .middle-box .news-swiper .ul li a .oppress {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .title {
    margin-top: 10px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .text-node {
    margin: 30px 0;
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  #page-news .content {
    width: 100%;
    margin-top: 20px;
  }
  #page-news .content .middle-box {
    width: 100%;
    padding: 35px 20px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .oppress {
    height: 200px;
  }
}
#page-news .news-lists .ul li a {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#page-news .news-lists .ul li a .info {
  width: 80%;
}
#page-news .news-lists .ul li a .info .oppress {
  width: 260px;
  height: 160px;
  border-radius: 10px;
  margin-right: 30px;
}
#page-news .news-lists .ul li a .info .desc {
  flex: 1;
}
#page-news .news-lists .ul li a .info .desc .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
#page-news .news-lists .ul li a .info .desc .title::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
#page-news .news-lists .ul li a .right-box .date {
  text-align: right;
  margin-right: 45px;
}
#page-news .news-lists .ul li a:hover .info .desc .title {
  font-weight: bold;
}
#page-news .news-lists .ul li a:hover .info .desc .title::before {
  background-color: #4089c1;
}
@media (max-width: 800px) {
  #page-news {
    padding: 20px 0;
  }
  #page-news .top-news {
    flex-wrap: wrap;
  }
  #page-news .left-box {
    width: 100%;
  }
  #page-news .left-box .bottom-pic {
    margin-top: 60px;
  }
  #page-news .left-box .bottom-pic .en-box {
    margin-top: -430px;
    padding-right: 0;
  }
  #page-news .left-box .bottom-pic .Mont {
    font-size: 3.6em;
    margin-left: 0;
  }
  #page-news .news-lists .ul li a {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #page-news .news-lists .ul li a .info {
    width: 100%;
    flex-wrap: wrap;
  }
  #page-news .news-lists .ul li a .info .oppress {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-right: 0;
  }
  #page-news .news-lists .ul li a .info .desc {
    flex: auto;
    width: 100%;
    margin-top: 20px;
  }
  #page-news .news-lists .ul li a .right-box {
    display: none;
  }
}
.news-details {
  padding-top: 45px;
}
.news-details .left-box {
  width: 78%;
  position: relative;
  padding-left: 65px;
}
.news-details .left-box .btn-box {
  margin-top: 65px;
}
.news-details .left-box .btn-box a {
  opacity: 0.5;
}
.news-details .left-box .btn-box a p {
  margin-right: 70px;
}
.news-details .left-box .btn-box a.prev {
  margin-bottom: 30px;
  padding-bottom: 34px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.news-details .left-box .btn-box a:hover {
  opacity: 1;
  color: #4089c1;
}
.news-details .left-box .article .top {
  position: relative;
}
.news-details .left-box .article .top .tit {
  font-size: 36px;
  margin-bottom: 20px;
}
.news-details .left-box .article .desc {
  margin-top: 45px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.news-details .left-box .article .desc a{
    display: inline-block;
}
.news-details .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.news-details .line::before,
.news-details .line::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.news-details .line::before {
  top: 0;
}
.news-details .line::after {
  bottom: 0;
}
.news-details .line .i {
  max-width: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-details .right-news {
  width: 15%;
}
.news-details .right-news ul {
  margin-top: 40px;
}
.news-details .right-news ul li {
  width: 100%;
  margin-bottom: 40px;
}
.news-details .right-news ul li:last-child {
  margin-bottom: 0;
}
.news-details .right-news ul li a .oppress {
  width: 100%;
  height: 160px;
  border-radius: 10px;
}
.news-details .right-news ul li a .bottom .date {
  margin: 14px 0 5px;
}
@media (max-width: 1480px) {
  .news-details .left-box {
    width: 73%;
  }
}
@media (max-width: 1024px) {
  .news-details .content {
    flex-wrap: wrap;
  }
  .news-details .right-news,
  .news-details .line {
    display: none;
  }
  .news-details .left-box {
    width: 100%;
    padding-left: 0;
  }
  .news-details .left-box .btn-box {
    margin-top: 45px;
  }
  .news-details .left-box .btn-box a.prev {
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  .news-details .left-box .article .top .tit {
    margin-bottom: 20px;
    width: 100%;
    font-size: 28px;
  }
  .news-details .left-box .article .desc {
    margin-top: 30px;
  }
}
#connect {
  padding-top: 90px;
}
#connect .left {
  width: 30%;
}
#connect .left .info {
  margin-top: 80px;
}
#connect .left .info > div {
  margin-bottom: 50px;
}
#connect .left .info > div .char {
  margin-bottom: 8px;
}
#connect .left .info .txt{
    flex: 1;
}
#connect .left .info .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background-color: #4089c1;
  font-size: 30px;
  margin-right: 20px;
}
#connect .left .wechat {
  width: 140px;
  text-align: center;
  margin-top: 60px;
}
#connect .left .wechat p {
  margin-top: 10px;
}
#connect .map-box {
  width: 78%;
  height: 835px;
  margin-right: -10%;
  position: relative;
}
#connect .map-box #map2 {
  width: 100%;
  height: 80%;
}
#connect .map-box #map2 .amap-logo {
  display: none;
}
#connect .map-box #map2 .amap-logo,
#connect .map-box #map2 .amap-copyright {
  opacity: 0;
}
#connect .map-box .drag {
  width: 100%;
  height: 20%;
  background: #fff;
  filter: blur(40px);
  position: absolute;
  overflow: hidden;
  top: 3%;
  left: 0;
  z-index: 10;
  border-radius: 0 0 0 60%;
}
#connect .map-box .drag.drag2 {
  width: 20%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: -4%;
  border-radius: 0 60% 50% 0;
}
#connect .map-box .drag.drag3 {
  top: auto;
  bottom: 5%;
  border-radius: 50% 60% 0 0;
}
@media (max-width: 1480px) {
    #connect .left {
  width: 40%;
}
#connect .map-box {
  width: 66%;
}
}
@media (max-width: 800px) {
  #connect {
    padding-top: 50px;
  }
  #connect .main {
    flex-wrap: wrap;
  }
  #connect .left,
  #connect .map-box {
    width: 100%;
  }
  #connect .left {
    padding-bottom: 0;
  }
  #connect .left .info {
    margin-top: 0;
  }
  #connect .left .info > div {
    margin-bottom: 20px;
  }
  #connect .left .wechat {
    width: 100%;
    margin-top: 0;
  }
  #connect .map-box {
    height: 500px;
  }
  #connect .map-box .drag {
    filter: blur(20px);
    display: none;
  }
  #connect .map-box .drag.drag2 {
    left: -3%;
  }
}
.connect-form {
  background-image: url('../images/bg12.jpg');
}
.connect-form .form {
  width: 65%;
  margin-top: 85px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
  padding: 0 15px;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 280px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 240px;
  height: 70px;
  background-color: #4089c1;
  border-radius: 35px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
  }
  .fancybox__container .fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{
    width: 200px!important;
    height: 200px!important;
}
.has-image .fancybox__image{
    width: 100%!important;
    height: 100%!important;
}
}
.header-product-box{
       width: 16vw;
        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);
   padding-top: 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: 22vw;
}
.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;
}


.header-product-item dt a {
  display: inline-block;
  color: #333333;
  line-height: 1.6;
}
.header-product-item dt a:hover {
  color: #4089c1;
}
