@import "../font/iconfont.css";
html {
  font-family: 'harmony', "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;
  color: #191919;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.clear:after,
.square:after,
.pos-cont:after,
.block-cont:after {
  content: "";
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
.pos-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #db0507;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.8;
}
.text-node.page-text-node {
  font-size: 20px;
  line-height: 1.4;
  opacity: 1;
  color: #5e6570;
}
@media (max-width: 1480px) {
  .text-node {
    font-size: 16px;
  }
  .text-node.page-text-node {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .text-node {
    font-size: 14px;
  }
  .text-node.page-text-node {
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.lh16 {
  line-height: 1.6;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f44 {
  font-size: 44px;
}
.f48 {
  font-size: 48px;
}
.f56 {
  font-size: 56px;
}
.f64 {
  font-size: 64px;
}
.f70 {
  font-size: 70px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mtop5 {
  margin-top: 5px;
}
.mtop50 {
  margin-top: 50px;
}
.mtop60 {
  margin-top: 60px;
}
.mtop70 {
  margin-top: 70px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1480px) {
  .pa,
  .pt {
    padding-top: 80px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1480px) {
  .pt,
  .pb {
    padding-bottom: 80px;
  }
}
@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: #db0507;
}
.maincolor2 {
  color: #5e6570;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
@keyframes waves {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
  border-radius: 32px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Arrow */
.select-box:before {
  content: "\e665";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  z-index: 1;
  font-family: "icon";
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.watch {
  cursor: pointer;
  width: 128px;
  height: 38px;
  line-height: 35px;
  box-sizing: border-box;
  position: relative;
  color: #15b0bc;
  border-width: 1px;
  border-color: #15b0bc;
  border-style: solid;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.watch img,
.watch span {
  position: relative;
  z-index: 9;
}
.watch:hover {
  color: #fff;
  background-color: #15b0bc;
}
.spe-icon {
  display: block;
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.spe-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 42px;
  animation: xuanzhuan 3s linear infinite;
  background-image: url(../images/yuan2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.go {
  cursor: pointer;
}
.go span {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.go span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #db0507;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s;
}
.go i {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #191c25;
  background-color: #db0507;
}
.go:hover span {
  opacity: 1;
}
.go:hover span::after {
  transform: scaleX(1);
  transform-origin: left;
}
.go:hover i {
  transform: rotate(0);
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  width: 198px;
  height: 48px;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-color: #5e6570;
  border-style: solid;
  transition: all 0.6s ease;
}
.more::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -198px;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.6s ease;
  background-color: #db0507;
}
.more i {
  position: relative;
  z-index: 7;
  transform: rotate(90deg);
  margin-right: 10px;
}
.more span {
  position: relative;
  z-index: 7;
}
.more:hover {
  border-color: transparent;
}
.more:hover i,
.more:hover span {
  color: #fff;
}
.more:hover::before {
  transform: scale(1);
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #db0507;
  background-color: #fff;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #db0507;
  border-color: #db0507;
  opacity: 1;
}
.more.white-more {
  border-color: #fff;
}
.more.white-more span {
  color: #fff;
}
.more.white-more:hover {
  border-color: transparent;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #db0507;
}
.more.new-more:hover .dot {
  border-color: #db0507;
}
.more.new-more:hover .dot::after {
  background-color: #db0507;
}
@media (max-width: 1024px) {
  .more {
    width: 130px;
    height: 40px;
  }
  .more i {
    margin-right: 5px;
  }
  .more span {
    font-size: 14px;
  }
}
.same-bg {
  background-image: -moz-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -webkit-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -ms-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
}
.same-circle i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #babbbf;
  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(186, 187, 191, 0.7);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(186, 187, 191, 0.5);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #db0507;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(219, 5, 7, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(219, 5, 7, 0.3);
}
.grid {
  display: grid;
}
.waveBg {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.waveBg.w1 {
  bottom: 0;
  left: 0;
}
.waveBg.w2 {
  bottom: 0.6rem;
  left: 4rem;
}
.waveBg.w2 .waveMask {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.waveBg .waveMask {
  -webkit-animation: move-svg 4s linear infinite;
  animation: move-svg 4s linear infinite;
  grid-template-columns: repeat(160, 1fr);
  -webkit-mask-image: url(../images/water.svg);
  mask-image: url(../images/water.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: min(100vw, 1920px) auto;
  mask-size: min(100vw, 1920px) auto;
  will-change: -webkit-mask-position-x;
}
.waveBg .waveMask span {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(219, 5, 7, 0)), to(rgba(219, 5, 7, 0.4)));
  background: linear-gradient(0deg, rgba(219, 5, 7, 0), rgba(219, 5, 7, 0.4));
  height: 1.8rem;
  width: 0.02rem;
}
@-webkit-keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@media (max-width: 1580px) {
  .f16 {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
  .f26 {
    font-size: 22px;
  }
  .f28 {
    font-size: 22px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 25px;
  }
  .f36 {
    font-size: 28px;
  }
  .f40 {
    font-size: 30px;
  }
  .f44 {
    font-size: 30px;
  }
  .f48 {
    font-size: 35px;
  }
  .f56 {
    font-size: 36px;
  }
  .f64 {
    font-size: 40px;
  }
  .f70 {
    font-size: 50px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 18px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .num-box {
  margin-top: 10px;
}
.datum .num-box .en-unit {
  margin-left: 6px;
}
.datum .num-box .unit {
  margin-left: 6px;
  margin-top: -2px;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 64px;
  font-family: "harmonyBold", sans-serif;
}
.datum .num .data-rolling {
  transition: transform 2s ease-out, color 0.3s ease-out !important;
}
.datum.spe-datum .item .num {
  font-size: 32px;
}
.datum.spe-datum .num-box .up {
  text-transform: uppercase;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 54px;
  }
}
@media (max-width: 800px) {
  .datum {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .num-box .unit {
    margin-left: 10px;
    margin-top: 2px;
  }
  .datum .num {
    font-size: 35px;
  }
  .datum.spe-datum .item .num {
    font-size: 28px;
  }
}
.zindex {
  z-index: 9;
  position: relative;
}
.section {
  position: relative;
  z-index: 2;
}
.mCSB_inside > .mCSB_container {
  margin-right: 40px;
}
.mCSB_scrollTools {
  opacity: 1;
  width: 4px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(34, 34, 34, 0.078);
  width: 4px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px !important;
  background-color: #db0507 !important;
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 16px;
  }
  .f26 {
    font-size: 16px;
  }
  .f28 {
    font-size: 18px;
  }
  .f30 {
    font-size: 20px;
  }
  .f32 {
    font-size: 20px;
  }
  .f36 {
    font-size: 20px;
  }
  .f40 {
    font-size: 22px;
  }
  .f44 {
    font-size: 23px;
  }
  .f48 {
    font-size: 23px;
  }
  .f56 {
    font-size: 23px;
  }
  .f64 {
    font-size: 23px;
  }
  .f70 {
    font-size: 24px;
  }
  .mtop50 {
    margin-top: 25px;
  }
  .mtop60,
  .mtop70 {
    margin-top: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 20px;
  }
}
.compensate-for-scrollbar {
  padding-right: 0 !important;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes animate__fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInUpSmall {
  -webkit-animation-name: animate__fadeInUpSmall;
  animation-name: animate__fadeInUpSmall;
}
@-webkit-keyframes animate__fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDownSmall {
  -webkit-animation-name: animate__fadeInDownSmall;
  animation-name: animate__fadeInDownSmall;
}
@-webkit-keyframes animate__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: animate__fadeIn;
  animation-name: animate__fadeIn;
}
@-webkit-keyframes animate__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: animate__fadeInUp;
  animation-name: animate__fadeInUp;
}
@-webkit-keyframes animate__fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInUp2 {
  -webkit-animation-name: animate__fadeInUp2;
  animation-name: animate__fadeInUp2;
}
@-webkit-keyframes animate__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: animate__fadeInDown;
  animation-name: animate__fadeInDown;
}
@-webkit-keyframes animate__fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.4rem, 0);
    transform: translate3d(0, -0.4rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.4rem, 0);
    transform: translate3d(0, -0.4rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDown2 {
  -webkit-animation-name: animate__fadeInDown2;
  animation-name: animate__fadeInDown2;
}
@-webkit-keyframes animate__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: animate__fadeInLeft;
  animation-name: animate__fadeInLeft;
}
@-webkit-keyframes animate__fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1.2rem, 0, 0);
    transform: translate3d(-1.2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1.2rem, 0, 0);
    transform: translate3d(-1.2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInLeft2 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: animate__fadeInLeft2;
  animation-name: animate__fadeInLeft2;
}
@-webkit-keyframes animate__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__fadeInRight {
  -webkit-animation-name: animate__fadeInRight;
  animation-name: animate__fadeInRight;
}
@-webkit-keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1.2rem, 0, 0);
    transform: translate3d(1.2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1.2rem, 0, 0);
    transform: translate3d(1.2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__fadeInRight2 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: animate__fadeInRight2;
  animation-name: animate__fadeInRight2;
}
@-webkit-keyframes animate__shearUp {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes animate__shearUp {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__shearUp {
  -webkit-animation-name: animate__shearUp;
  animation-name: animate__shearUp;
}
@-webkit-keyframes animate__shearDown {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes animate__shearDown {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__shearDown {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: animate__shearDown;
  animation-name: animate__shearDown;
}
@-webkit-keyframes animate__shearLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
@keyframes animate__shearLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
.animate__shearLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__shearLeft;
  animation-name: animate__shearLeft;
}
@-webkit-keyframes animate__shearRight {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
@keyframes animate__shearRight {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
.animate__shearRight {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__shearRight;
  animation-name: animate__shearRight;
}
@-webkit-keyframes animate__fb1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skew(0deg, 3deg);
    transform: translateY(50px) skew(0deg, 3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fb1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skew(0deg, 3deg);
    transform: translateY(50px) skew(0deg, 3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fb1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__fb1;
  animation-name: animate__fb1;
}
@-webkit-keyframes animate__fb2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fb2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fb2 {
  -webkit-animation-name: animate__fb2;
  animation-name: animate__fb2;
  -webkit-animation-timing-function: bezier(0.43, 0.195, 0.02, 1);
  animation-timing-function: bezier(0.43, 0.195, 0.02, 1);
}
@-webkit-keyframes animate__scaleD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6rem) scale(1.2);
    transform: translateY(-0.6rem) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__scaleD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6rem) scale(1.2);
    transform: translateY(-0.6rem) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__scaleD {
  -webkit-animation-name: animate__scaleD;
  animation-name: animate__scaleD;
}
@-webkit-keyframes animate__scaleI {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__scaleI {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__scaleI {
  -webkit-animation-name: animate__scaleI;
  animation-name: animate__scaleI;
}
@-webkit-keyframes animate__newF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem) scaleX(1.2);
    transform: translateY(0.5rem) scaleX(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__newF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem) scaleX(1.2);
    transform: translateY(0.5rem) scaleX(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__newF {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: animate__newF;
  animation-name: animate__newF;
}
@-webkit-keyframes animate__scaleM {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0) scale(0.6);
    transform: translate3d(0, 0.6rem, 0) scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
  }
}
@keyframes animate__scaleM {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0) scale(0.6);
    transform: translate3d(0, 0.6rem, 0) scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
  }
}
.animate__scaleM {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__scaleM;
  animation-name: animate__scaleM;
}
.ch {
  display: inline-block;
  will-change: transform, opacity, filter;
}
.stage[data-anim="flip"] {
  perspective: 600px;
}
.stage[data-anim="flip"] .ch {
  opacity: 0;
  transform: rotateX(90deg) translateY(6px);
  transform-origin: 50% 100%;
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
  transition-delay: var(--d, 0ms);
}
.stage[data-anim="flip"].in .ch {
  opacity: 1;
  transform: rotateX(0) translateY(0);
}
.stage[data-anim="stagger"] .ch {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: var(--d, 0ms);
}
.stage[data-anim="stagger"].in .ch {
  opacity: 1;
  transform: translateY(0);
}
.stage[data-anim="blur"] .ch {
  opacity: 0;
  filter: blur(14px);
  transform: scale(1.06);
  transition: opacity 0.6s ease, filter 0.6s ease, transform 0.6s ease;
  transition-delay: var(--d, 0ms);
}
.stage[data-anim="blur"].in .ch {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  color: #fff;
}
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: #000;
  background-color: #db0507;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  box-sizing: border-box;
  border: 1px solid #fff;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 1.2em;
  font-family: "icon";
  font-weight: 700;
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: #db0507;
  color: #000;
  background-color: #db0507;
}
ul.pagination li:last-child {
  margin-left: 0.12rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e666";
}
ul.pagination li:first-child {
  margin-right: 0.12rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e608";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 1380px) {
  .logo img {
    height: 50px;
  }
}
@media (max-width: 800px) {
  .logo img {
    height: 45px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 92%;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1180px;
  }
  .main.spe-main {
    max-width: 1180px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1080px;
  }
  .main.spe-main {
    max-width: 1080px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto !important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent !important;
  margin: 0 8px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #db0507;
  stroke-width: 2px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.6);
}
.swiper-timing > .real > svg > .cls-3 {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2px;
  opacity: 0;
  transition: all 0.4s ease;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-2 {
  fill: #db0507;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-3 {
  opacity: 1;
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #db0507;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #db0507;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #a6b6c7;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #db0507;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #db0507;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #db0507;
}
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: #db0507;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #db0507;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #db0507;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db0507;
}
.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: #db0507;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 78px;
  height: 78px;
  line-height: 78px;
  border-radius: 50%;
  color: #fff;
}
.swiper-change.spe-change .btn .btn-bg {
  border: 1px solid #fff;
}
.swiper-change.spe-change .btn::before {
  content: '';
  background-color: #db0507;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-change.spe-change .btn .btn-bg,
.swiper-change.spe-change .btn::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}
.swiper-change.spe-change .btn:after {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1480px) {
  .swiper-change.spe-change .btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .swiper-change.spe-change .btn:after {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change .btn:hover {
  color: #000;
  background-color: #db0507;
  border-color: #db0507;
}
.swiper-change.spe-change .btn:hover .btn-bg {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-change.spe-change .btn:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -webkit-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  background-image: -ms-linear-gradient(0deg, #15b0bc 0%, #15cbd9 100%);
  border-color: transparent;
}
.swiper-change.spe-change.white .btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.swiper-change.spe-change.white .btn:hover {
  opacity: 1;
  background-image: -moz-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -webkit-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -ms-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  border-color: transparent;
}
.swiper-change.spe-change2 .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #db0507;
  background-color: #db0507;
}
.swiper-change.spe-change3 .btn::after {
  content: '';
  width: 29px;
  height: 52px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/arrow2.png);
  filter: brightness(0) invert(1);
  z-index: 9;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  right: 0;
}
.swiper-change.spe-change3 .btn:hover::after {
  filter: none;
}
.swiper-change.spe-change3.small .btn::after {
  width: 18px;
  height: 32px;
  opacity: 0.5;
}
.swiper-change.spe-change3.small .btn:hover::after {
  opacity: 1;
}
.swiper-change.spe-change3.gray .btn::after {
  width: 18px;
  height: 32px;
  filter: brightness(0) invert(0);
  opacity: 0.2;
}
.swiper-change.spe-change3.gray .btn:hover::after {
  filter: none;
  opacity: 1;
}
.swiper-change.spe-change3.gray2 .btn::after {
  filter: brightness(0) invert(0);
  opacity: 0.2;
}
.swiper-change.spe-change3.gray2 .btn:hover::after {
  filter: none;
  opacity: 1;
}
.swiper-change.spe-change3.border-change .btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-width: 1px;
  border-color: #9ea3ac;
  border-style: solid;
  border-radius: 50%;
}
.swiper-change.spe-change3.border-change .btn::before {
  content: '';
  background-color: #db0507;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-change.spe-change3.border-change .btn .btn-bg,
.swiper-change.spe-change3.border-change .btn::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}
@media (max-width: 1480px) {
  .swiper-change.spe-change3.border-change .btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .swiper-change.spe-change3.border-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change3.border-change .btn:hover {
  border-color: transparent;
}
.swiper-change.spe-change3.border-change .btn:hover .btn-bg {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-change.spe-change3.border-change .btn:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-change.spe-change3.border-change .btn:hover::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media (max-width: 800px) {
  .swiper-change.spe-change3 .btn::after {
    width: 14px;
    height: 28px;
  }
  .swiper-change.spe-change3.small .btn::after {
    width: 12px;
    height: 22px;
  }
  .swiper-change.spe-change3.gray .btn::after {
    width: 12px;
    height: 22px;
  }
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .btn:hover {
  opacity: 1;
}
.swiper-change.spe-change4 .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-button-prev:hover {
  animation: btnleft 1s ease forwards;
}
.swiper-change.spe-change4 .swiper-button-next:hover {
  animation: btnright 1s ease forwards;
}
@keyframes btnright {
  0% {
    transform: translateX(0) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(180deg);
  }
}
@keyframes btnleft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -10px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  opacity: 0.5;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-change.spe-change5 .btn {
  color: #a6b6c7;
}
.swiper-change.spe-change5 .btn:after {
  display: none;
}
.swiper-change.spe-change5 .btn:hover {
  color: #db0507;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
a .shadow {
  border-radius: 24px;
  bottom: 0;
  left: 0.1%;
  overflow: hidden;
  position: absolute;
  width: 99%;
  height: 100%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
a .shadow::after,
a .shadow::before {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: -1;
}
a .shadow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.04)));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.04));
}
a .shadow::after {
  background: -webkit-gradient(180deg, rgba(219, 5, 7, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(219, 5, 7, 0.8) 0%, transparent 100%);
  opacity: 0;
}
a .shadow span {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
  border-radius: inherit;
  inset: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
a:hover .shadow {
  -webkit-transform: rotateX(7deg) scale(0.98);
  transform: rotateX(7deg) scale(0.98);
}
a:hover .shadow::before {
  opacity: 0;
}
a:hover .shadow::after {
  opacity: 1;
}
#search {
  z-index: 299;
  width: 800px;
  right: 5%;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 120px;
  padding: 1em;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .formbox {
  height: 4em;
  padding: 0 1em;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#search .search {
  font-size: 1.5em;
  color: #db0507;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #db0507;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 1480px) {
  #search .container {
    margin-top: 100px;
  }
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 65px;
    padding: 0.1rem;
  }
  #search .formbox {
    height: 3em;
  }
}
#header {
  z-index: 100;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transition: all 0.4s ease;
  background-color: rgba(41, 46, 53, 0.4);
}
#header .nav .subset:empty {
  display: none !important;
}
#header .logo-box {
  height: 100%;
}
#header .logo-box .txt {
  height: 100%;
  margin-left: 20px;
  padding-left: 20px;
  font-style: italic;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  box-sizing: border-box;
}
#header .logo-box .txt p:last-child {
  margin-left: 45px;
}
#header.showbg,
#header.scroll {
  background-color: #292e35;
  height: 100px;
}
#header.showbg .logo-box .txt,
#header.scroll .logo-box .txt {
  padding-top: 30px;
}
#header .nav .touch .top:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  width: 14px;
  height: 8px;
  text-align: center;
  transition: all 0.4s ease;
  background-image: url('../images/arrow.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: none;
  opacity: 0.7;
}
#header .nav .touch:has(.fade) .top {
  padding-right: 20px;
}
#header .nav .touch:has(.fade) .top::after {
  display: block;
}
#header .search {
  cursor: pointer;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul {
    height: 100%;
  }
  #header .right-box ul .touch:nth-of-type(3){
      margin-left: 10px;
  }
  #header .right-box ul .touch {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    top: 100px;
    height: 0;
    overflow: hidden;
    min-width: 240px;
  }
  #header .nav .fade.pro-fade {
    width: 100vw;
    transform: none;
    left: 0;
    top: 100px;
  }
  #header .nav .fade.mob-pro-fade {
    display: none;
  }
  #header .nav .subset {
    background-color: #f3f5f7;
    box-sizing: border-box;
    padding: 30px 20px;
  }
  #header .nav .subset.pro-subset {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul {
    width: 20%;
    padding: 75px 0 0 5%;
    box-sizing: border-box;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item {
    margin-bottom: 40px;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item a {
    position: relative;
    color: #5e6570;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #db0507;
    opacity: 0;
    transition: all 0.4s ease;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item.on a,
  #header .nav .subset.pro-subset .nav-content .nav-ul .item:hover a {
    color: #000;
    padding-left: 20px;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item.on a::after,
  #header .nav .subset.pro-subset .nav-content .nav-ul .item:hover a::after {
    opacity: 1;
    left: 0;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro-box {
    width: 80%;
    padding: 75px 5%;
    box-sizing: border-box;
    border-left: 1px solid #babbbf;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro::-webkit-scrollbar {
    width: 4px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro::-webkit-scrollbar-track {
    background-color: rgba(221, 226, 233, 0.4);
    border-radius: 2px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro::-webkit-scrollbar-thumb {
    background-color: #cdd4df;
    border-radius: 2px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dde2e9;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists {
    width: 100%;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li {
    width: 29.5%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li:nth-child(3n) {
    margin-right: 0;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li a {
    width: 100%;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li a .oppress {
    width: 100%;
    height: 262px;
    margin-bottom: 5px;
    background-image: url('../images/bg4.jpg');
    background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li a .tit {
    font-style: italic;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li a .tit .num {
    margin-left: 5px;
    margin-top: 6px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li:hover a .tit {
    color: #000;
  }
  #header .nav .subset > a {
    position: relative;
    text-align: center;
  }
  #header .nav .subset > a:not(:last-child) {
    margin-bottom: 1.2em;
  }
  #header .nav .subset > a:hover {
    color: #000;
  }
}
@media (min-width: 801px) and (max-width: 1580px) {
  #header .nav .fade {
    min-width: 200px;
  }
  #header .nav .fade.pro-fade {
    width: 100vw;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul {
    padding: 55px 0 0 5%;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item {
    margin-bottom: 25px;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item a::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #db0507;
  }
  #header .nav .subset.pro-subset .nav-content .nav-ul .item.on a,
  #header .nav .subset.pro-subset .nav-content .nav-ul .item:hover a {
    padding-left: 15px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro-box {
    padding: 55px 5%;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li {
    width: 29.5%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li:nth-child(3n) {
    margin-right: 0;
  }
  #header .nav .subset.pro-subset .nav-content .right-pro .pro-box .pro-lists li a .oppress {
    height: 200px;
  }
  #header .nav .subset > a {
    position: relative;
    text-align: center;
  }
  #header .nav .subset > a:not(:last-child) {
    margin-bottom: 1.2em;
  }
  #header .nav .subset > a:hover {
    color: #000;
  }
}
@media (max-width: 1480px) {
  #header {
    height: 100px;
  }
  #header .logo-box .txt {
    padding-top: 30px;
    margin-left: 10px;
    padding-left: 10px;
  }
  #header .logo-box .txt p:last-child {
    margin-left: 35px;
  }
}
@media (max-width: 1380px) {
  #header .logo-box .txt {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  #header .logo-box .txt {
    font-size: 12px;
  }
  #header .logo-box .txt p:last-child {
    margin-left: 15px;
  }
}
@media (max-width: 1080px) {
  #header .logo-box .txt {
    display: none;
  }
}
@media (max-width: 800px) {
  #header {
    height: 65px;
  }
  #header .main {
    height: 100%;
    transition: all 0.6s ease-out;
  }
  #header.inside .menu .cls {
    fill: #343434;
  }
  #header .menu .cls {
    fill: #fff;
  }
  #header.scroll {
    height: 65px;
  }
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #fff;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 58px);
    background-color: #292e35;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 50px;
  }
  #header .nav .top {
    width: 100%;
    line-height: 50px;
    height: auto;
    
  }
  #header .nav .top::before {
    bottom: 20px;
    display: none;
  }
  #header .nav .touch {
    margin: 0;
    line-height: normal;
  }
  #header .nav .touch:has(.fade) {
    position: relative;
    padding-right: 26px;
  }
  #header .nav .touch:has(.fade) > .top {
    width: auto;
    padding-right: 0;
  }
  #header .nav .touch:has(.fade) > .top::after {
    display: none;
  }
  #header .nav .touch:has(.fade)::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 22px;
    width: 14px;
    height: 8px;
    background-image: url("../images/arrow.png");
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
    opacity: 0.8;
  }
  #header .nav .touch.on .fade {
    display: block;
  }
  #header .nav .touch.on .fade.pc-pro-fade {
    display: none;
  }
  #header .nav .touch.on:has(.fade)::after {
    opacity: 1;
    transform: translateY(-50%) rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade.pc-pro-fade {
    display: none;
  }
  #header .nav .fade .subset {
    padding: 10px 20px 20px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
  }
  #header .nav .fade .subset > a {
    display: block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.8);
  }
  #header .nav .fade .subset > a:active {
    color: #fff;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .nav .fade .pro-subset .nav-ul {
    width: 100%;
    padding: 5px 0;
  }
  #header .nav .fade .pro-subset .nav-ul .item {
    margin-bottom: 10px;
  }
  #header .nav .fade .pro-subset .nav-ul .item:last-child {
    margin-bottom: 0;
  }
  #header .nav .fade .pro-subset .nav-ul .item .top-box {
    position: relative;
    padding-right: 26px;
    color: rgba(255, 255, 255, 0.8);
  }
  #header .nav .fade .pro-subset .nav-ul .item .top-box a {
    display: inline-block;
  }
  #header .nav .fade .pro-subset .nav-ul .item:has(.pro-content) .top-box::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 14px;
    height: 8px;
    background-image: url("../images/arrow.png");
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
    opacity: 0.8;
  }
  #header .nav .fade .pro-subset .nav-ul .item.on .top-box {
    color: #fff;
  }
  #header .nav .fade .pro-subset .nav-ul .item.on .top-box::after {
    opacity: 1;
    transform: translateY(-50%) rotateZ(-180deg);
  }
  #header .nav .fade .pro-subset .nav-ul .item.on .pro-content {
    display: block;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content {
    display: none;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists {
    justify-content: space-between;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists li {
    width: 48%;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists li a {
    width: 100%;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists li a .oppress {
    width: 100%;
    height: 80px;
    background-image: url('../images/bg4.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists li a .tit {
    font-style: italic;
    color: #fff;
  }
  #header .nav .fade .pro-subset .nav-ul .item .pro-content .pro-lists li a .tit .num {
    margin-top: 3px;
    margin-left: 3px;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls {
    fill: #fff;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
}
.language-menu {
  margin-left: 35px;
  position: relative;
}
.language-menu__placeholder {
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9;
  width: 100px;
  padding-top: 18px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  margin-top: 8px;
  transition: all 0.3s ease;
}
.language-menu__dropdown ul {
  width: 100%;
  padding: 18px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.language-menu__dropdown ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.language-menu__dropdown ul a {
  color: #333;
  line-height: 30px;
}
.language-menu__dropdown a:hover {
  color: #db0507;
}
.language-menu:hover .language-menu__placeholder:after {
  transform: rotateZ(-180deg);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 1480px) {
  .language-menu {
    margin-left: 25px;
  }
}
@media (max-width: 1180px) {
  .language-menu {
    margin-left: 15px;
  }
}
@media (max-width: 800px) {
  .language-menu {
    margin: 0 40px;
  }
}
.hover-text {
  position: relative;
  padding-bottom: 2px;
}
.hover-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #191919;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.hover-text:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.nav .top {
  position: relative;
  font-size: 20px;
  opacity: 0.7;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 5px;
}
.nav .top .spe-tp{
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.nav .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.nav .touch {
  position: relative;
  margin-right: 0.47rem;
  box-sizing: border-box;
}
.nav .touch.special-touch {
  position: static;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  opacity: 1;
}
.nav .touch:hover .top::before,
.nav .touch.active .top::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media (max-width: 1880px) {
  .nav .touch {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1780px) {
  .nav .touch {
    margin-right: 0.35rem;
  }
  .nav .top {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .nav .top {
    font-size: 16px;
  }
  .nav .touch {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1480px) {
  .nav .touch {
    margin-right: 0.25rem;
  }
}
@media (max-width: 1420px) {
  .nav .top {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .nav .touch {
    margin-right: 0.2rem;
  }
  .nav .top .spe-tp{
      width: 8px;
      left: -15px;
  }
}
#footer {
  background-color: #202327;
}
#footer .nav-ul {
  width: 64%;
}
#footer .nav-ul .touch .hover-text {
  opacity: 0.7;
  text-transform: uppercase;
}
#footer .nav-ul .touch .hover-text::after {
  background-color: #db0507;
}
#footer .nav-ul .touch .hover-text:hover {
  opacity: 1;
}
#footer .toTop {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
#footer .toTop img {
  transform: rotate(-90deg);
  width: 12px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
#footer .toTop:hover {
  border-color: #fff;
  background-color: #fff;
  animation: shake 1s linear infinite;
}
#footer .toTop:hover img {
  opacity: 1;
  filter: none;
}
#footer .bottom-box {
  align-items: flex-end;
  margin-top: 60px;
}
#footer .connect .item {
  margin-top: 20px;
}
#footer .connect .item:first-child {
  margin-top: 0;
}
#footer .share {
  justify-content: flex-end;
}
#footer .share .cc {
  position: relative;
  margin-right: 16px;
  cursor: pointer;
}
#footer .share .cc:last-child {
  margin-right: 0;
}
#footer .share .cc .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #191919;
  transition: all 0.4s ease-in-out;
}
#footer .share .cc .fade {
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 88;
  padding-bottom: 20px;
}
#footer .share .cc .fade .content {
  border-width: 1px;
  border-color: #f0f0f0;
  border-style: solid;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 128px;
  height: 128px;
  box-sizing: border-box;
  padding: 4px;
}
#footer .share .cc .fade .content p {
  text-align: center;
}
#footer .share .cc .fade .pic {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#footer .share .cc .fade .pic img {
  width: 100%;
  height: 100%;
}
#footer .share .cc .fade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
@media (min-width: 801px) {
  #footer .share .cc .full {
    display: none;
  }
}
#footer .share .cc:hover .icon {
  color: #fff;
  background-color: #db0507;
}
#footer .share .cc:hover .fade {
  margin-bottom: -8px;
}
#footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1080px) {
  #footer .nav-ul {
    display: none;
  }
}
@media (max-width: 800px) {
  #footer {
    position: relative;
  }
  #footer .bottom-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #footer .toTop {
    width: 40px;
    height: 40px;
  }
  #footer .toTop img {
    width: 8px;
  }
  #footer .connect .item {
    margin-top: 10px;
  }
  #footer .share {
    margin-top: 30px;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  #footer .copyright a {
    width: 100%;
  }
}
#aside {
  width: 64px;
  position: fixed;
  z-index: 90;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  text-align: center;
}
#aside .top-connect {
  padding-top: 15px;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background-color: #db0507;
  box-sizing: border-box;
}
#aside .top-connect p {
  width: 18px;
  margin: 8px auto 0;
  line-height: 1.2;
}
#aside .top-connect:hover img {
  display: inline-block;
  animation: shake 1s linear infinite;
}
#aside .bottom {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
#aside .item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
#aside .item .box {
  width: 100%;
  padding: 16px 3px;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}
#aside .item .box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#aside .item .box .icon {
  display: block;
  margin: 0 auto;
}
#aside .item:last-child .box::after {
  display: none;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  border-radius: 6px;
  padding: 10px;
  background-color: #fff;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
}
#aside .item .content p {
  line-height: 1.6;
  color: #333;
}
#aside .item .content img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  max-width: unset;
}
#aside .item .tel-content {
  width: 260px;
}
#aside .item:hover {
  color: #fff;
  background-color: #db0507;
}
#aside .item:hover:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#aside .item:hover:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#aside .item:hover .box .op7 {
  opacity: 1;
}
#aside .item:hover .fade {
  margin-right: 0;
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
    right: 5px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
  #aside .item {
    width: 40px;
  }
  #aside .item span {
    line-height: 1;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside .full {
    display: none;
  }
}
#banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 199;
  width: 90%;
}
#banner .banner-txt .title {
  font-size: 64px;
  line-height: 1.1;
}
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-slide {
  overflow: hidden;
}
#banner .swiper .swiper-slide .banner-txt {
  height: 0;
}
#banner .swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner .swiper .swiper-slide .banner-txt .title {
  opacity: 0;
}
#banner .swiper .swiper-slide .banner-txt .title .span2,
#banner .swiper .swiper-slide .banner-txt .sub-title,
#banner .swiper .swiper-slide .banner-txt .en-txt {
  transform: translateY(100%);
  transition-duration: 1s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner .swiper .swiper-slide .banner-txt .sub-title {
  transition-delay: 2s;
  margin-top: 10px;
}
#banner .swiper .swiper-slide .banner-txt .en-txt {
  transition-delay: 2.6s;
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.7);
}
#banner .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner .swiper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner .swiper .swiper-slide.swiper-slide-active .sub-title,
#banner .swiper .swiper-slide.swiper-slide-active .en-txt {
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .swiper-pagination {
  bottom: 35px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin: 0 5px;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
}
#banner .swiper-pagination .swiper-pagination-bullet .line {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s ease;
  transition-delay: 0.5s;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 78px;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0.502);
  background-color: transparent;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .line {
  width: 100%;
}
@media (max-width: 1480px) {
  #banner .banner-txt .title {
    font-size: 46px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 350px;
  }
  #banner .banner-txt .title {
    font-size: 28px;
    line-height: 1.2;
  }
  #banner .swiper .swiper-slide .banner-txt .title span {
    letter-spacing: 4px;
  }
  #banner .swiper .swiper-slide .banner-txt .sub-title {
    margin-top: 0;
  }
  #banner .swiper .swiper-slide .banner-txt .en-txt {
    margin-top: 30px;
  }
  #banner .swiper-pagination {
    bottom: 20px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
#banner.pbanner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 700px;
}
#banner.pbanner .banner-txt {
  left: 9%;
}
#banner.pbanner .banner-txt .title {
  font-size: 70px;
}
#banner.pbanner .bg {
  animation: bgScale 2s linear forwards;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
#banner.pbanner .mask {
  inset: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#banner.pbanner .mask:after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, transparent, #000);
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#banner.pbanner .play-box {
  position: absolute;
  bottom: 0px;
  right: 9%;
  height: 100%;
  z-index: 290;
}
#banner.pbanner .play-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1580px) {
  #banner.pbanner {
    height: auto;
  }
  #banner.pbanner .banner-txt {
    left: 9%;
  }
  #banner.pbanner .banner-txt .title {
    font-size: 50px;
  }
  #banner.pbanner .play-box {
    position: absolute;
    bottom: 0px;
    right: 9%;
    height: 100%;
    z-index: 290;
  }
  #banner.pbanner .play-box::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 800px) {
  #banner.pbanner {
    height: 300px;
  }
  #banner.pbanner .banner-txt {
    left: 20px;
  }
  #banner.pbanner .banner-txt .title {
    font-size: 28px;
  }
}
.page-nav {
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
.page-nav .main,
.page-nav .list {
  height: 100%;
}
.page-nav .item {
  height: 58px;
  box-sizing: border-box;
  margin-right: 55px;
}
.page-nav .item a {
  height: 100%;
  line-height: 58px;
  opacity: 0.8;
  border-radius: 29px;
  padding: 0 24px;
}
.page-nav .item:hover,
.page-nav .item.active {
  color: #fff;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    padding: 10px 0;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    height: 50px;
    margin-right: 0;
  }
  .page-nav .list .item a {
    padding: 0 18px;
    line-height: 50px;
  }
}
.same-top-box {
  margin-bottom: 70px;
}
.same-top-box .same-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.502);
}
.same-top-box .same-nav .item {
  position: relative;
}
.same-top-box .same-nav .item:not(:first-child) {
  margin-left: 70px;
}
.same-top-box .same-nav .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 0;
  height: 4px;
  background-color: #ffcc01;
  transition: all 0.5s linear;
}
.same-top-box .same-nav .item.on {
  opacity: 1;
}
.same-top-box .same-nav .item.on::after {
  width: 100%;
}
.same-top-box .child-nav {
  margin-top: 60px;
}
.same-top-box .child-nav .item {
  margin-right: 50px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 10px;
  opacity: 0.5;
}
.same-top-box .child-nav .item .icon {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: all 0.5s linear;
  opacity: 0;
}
.same-top-box .child-nav .item.active,
.same-top-box .child-nav .item:hover {
  opacity: 1;
}
.same-top-box .child-nav .item.active .icon,
.same-top-box .child-nav .item:hover .icon {
  right: 0;
  opacity: 1;
}
@media (max-width: 1580px) {
  .same-top-box {
    margin-bottom: 60px;
  }
  .same-top-box .same-nav .item:not(:first-child) {
    margin-left: 45px;
  }
}
@media (max-width: 800px) {
  .same-top-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .same-top-box .same-nav {
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 16px;
  }
  .same-top-box .same-nav .f30 {
    font-size: 16px;
  }
  .same-top-box .same-nav .item {
    margin-right: 10px;
  }
  .same-top-box .same-nav .item:not(:first-child) {
    margin-left: 0;
  }
  .same-top-box .child-nav {
    margin-top: 30px;
  }
  .same-top-box .child-nav .item {
    margin-right: 20px;
    padding-right: 20px;
    opacity: 0.5;
  }
  .same-top-box .child-nav .item .icon {
    font-size: 16px;
  }
}
.same-title .title {
  text-transform: uppercase;
}
.same-title.page-title .title {
  text-transform: none;
}
.same-title.line-title {
  line-height: 1.2;
}
.sjx {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #db0507;
}
.swiper-progress {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  background-color: #babbbf;
  left: 0;
  top: 0;
}
.swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #db0507;
}
.same-circle-box .item .icon-box {
  width: 158px;
  height: 158px;
  position: relative;
  margin: 0 auto;
}
.same-circle-box .item .icon-box .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.same-circle-box .item .icon-box .bg {
  transition: all 0.3s ease;
  animation: xuanzhuan 5s linear infinite;
}
.same-circle-box .item .icon-box .mark {
  opacity: 0;
  transition: all 0.5s ease;
}
.same-circle-box .item .icon-box .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.28rem;
  height: 1.28rem;
  margin: -0.64rem 0 0 -0.64rem;
  border-radius: 50%;
}
.same-circle-box .item .icon-box .mark .circle.circle1 {
  background-color: #db0507;
}
.same-circle-box .item .icon-box .mark .circle.circle2,
.same-circle-box .item .icon-box .mark .circle.circle3 {
  animation: waves2 3s linear infinite;
  opacity: 0;
  transform: scale(0);
  background-color: rgba(219, 5, 7, 0.7);
}
.same-circle-box .item .icon-box .mark .circle.circle3 {
  animation-delay: 1.6s;
}
@keyframes waves2 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.same-circle-box .item.on .icon-box .bg,
.same-circle-box .item:hover .icon-box .bg {
  opacity: 0;
}
.same-circle-box .item.on .icon-box .mark,
.same-circle-box .item:hover .icon-box .mark {
  opacity: 1;
}
.same-circle-box .item.on .icon-box .pic,
.same-circle-box .item:hover .icon-box .pic {
  filter: brightness(0) invert(1);
}
@media (max-width: 1580px) {
  .same-circle-box .item .icon-box {
    width: 128px;
    height: 128px;
  }
  .same-circle-box .item .icon-box .pic {
    height: 45px;
  }
  .same-circle-box .item .icon-box .mark .circle {
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.45rem 0 0 -0.45rem;
  }
}
@media (max-width: 800px) {
  .same-circle-box .item .icon-box {
    width: 66px;
    height: 66px;
  }
  .same-circle-box .item .icon-box .pic {
    height: 25px;
  }
  .same-circle-box .item .icon-box .mark .circle {
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
  }
}
.play-box .mark .play-btn {
  position: relative;
  cursor: pointer;
  z-index: 20;
  width: 1rem;
  height: 1rem;
}
.play-box .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border-radius: 50%;
}
.play-box .mark .circle.circle1 {
  background-color: #db0507;
}
.play-box .mark .circle.circle2,
.play-box .mark .circle.circle3 {
  animation: waves 5s linear infinite;
  opacity: 0;
  transform: scale(0);
  background-color: rgba(219, 5, 7, 0.7);
}
.play-box .mark .circle.circle3 {
  animation-delay: 1.6s;
}
.play-box:hover {
  margin-top: -10px;
}
@media (max-width: 1580px) {
  .play-box .mark .play-btn {
    width: 0.8rem;
    height: 0.8rem;
  }
  .play-box .mark .play-btn img {
    width: 20px;
  }
  .play-box .mark .circle {
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
  }
}
@media (max-width: 800px) {
  .play-box .mark .play-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .play-box .mark .play-btn img {
    width: 16px;
  }
  .play-box .mark .circle {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}
#product {
  background-color: #e7eaef;
  overflow: hidden;
}
#product .top-box {
  padding: 30px 0;
}
#product .top-box .logo-box img{
    max-height: 50px;
}
#product .top-box .nav-box {
  text-transform: uppercase;
}
#product .top-box .nav-box .item {
  color: #727983;
}
#product .top-box .nav-box .item:not(:first-child) {
  margin-left: 45px;
}
#product .top-box .nav-box .item.on {
  color: #191919;
}
#product .top-box .nav-box .item.on span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#product .product-content {
  overflow: hidden;
  position: relative;
}
#product .product-content .right-box  .name {
  color: rgba(255, 255, 255, 0.502);
  position: absolute;
  top: -46px;
  left: 40px;
  align-items: flex-start;
}
#product .product-content .name .en {
  font-size: 160px;
  font-style: italic;
}
#product .product-content .name .num {
  font-size: 80px;
  margin-top: 28px;
  margin-left: 35px;
}
#product .product-content .pic-box {
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
#product .product-content .pic-box .view360,#product .product-content .pic-box  .custom-gallery-360 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#product .product-content .pic-box .custom-gallery-360 .frame-360-img{
    max-height: 100%;
}
#product .product-content .pic-box .view360 > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: url("../images/xz.png") 56 56, auto;
}
#product .product-content .pic-box .view360 .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px 24px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  letter-spacing: 1px;
  pointer-events: none;
}
#product .product-content .pic-box .view360 .spinner span {
  display: block;
}
#product .product-content .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product .product-content .top-car {
  width: 100%;
  padding-right: 5%;
  box-sizing: border-box;
  justify-content: flex-end;
}
#product .product-content .top-car .item {
  color: #5e6570;
  transition: all 0.5s ease;
}
#product .product-content .top-car .item:not(:first-child) {
  margin-left: 70px;
}
#product .product-content .top-car .item .pic {
  width: 126px;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#product .product-content .top-car .item .pic img {
  max-height: 100%;
}
#product .product-content .top-car .item.on {
  color: #191919;
  margin-top: -10px;
}
#product .product-content .product-lists .main {
  padding-top: 60px;
}
#product .product-content .product-lists .product-swiper {
  margin-top: 40px;
}
#product .product-content .product-lists .product-swiper .content {
  width: 90%;
  margin: 0 auto;
}
#product .product-content .product-lists .product-swiper .content .info-box {
  width: 40%;
}
#product .product-content .product-lists .product-swiper .content .info-box .info .row {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
#product .product-content .product-lists .product-swiper .content .info-box .info .row .line {
  position: absolute;
  left: 0;
  bottom: 0;
}
#product .product-content .product-lists .product-swiper .content .info-box .more {
  margin-top: 60px;
}
#product .product-content .product-lists .product-swiper .content .right-box {
  width: 60%;
  position: relative;
  padding-top: 80px;
  box-sizing: border-box;
}
#product .product-content .product-lists .product-swiper .swiper-change {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 52px;
  z-index: 88;
}
#product.top-pro-section {
  background-image: url("../images/bg5.jpg");
  padding-top: 50px;
}
#product.top-pro-section .top-product {
  max-width: 65%;
  margin: 0 auto;
  position: relative;
}
#product.top-pro-section .top-product .name {
  top: 0;
  left: 0;
}
#product.top-pro-section .top-product .pic-box {
  padding-top: 60px;
  align-items: flex-end;
  height: 450px;
}
#product.top-pro-section .middle-circle {
  margin-top: -20vh;
}
#product.top-pro-section .bottom-box {
  max-width: 70%;
  margin: 30px auto 0;
  align-items: flex-start;
}
#product.top-pro-section .bottom-box .item .box {
  width: 300px;
}
#product.top-pro-section .bottom-box .item .box .txt {
  margin-top: 15px;
}
#product.top-pro-section .bottom-box .item:last-child .same-circle {
  display: none;
}
#product.top-pro-section .bottom-box .item .same-circle {
  margin: 0 50px;
  height: 158px;
}
@media (max-width: 1580px) {
  #product.top-pro-section .bottom-box {
    max-width: 60%;
  }
  #product.top-pro-section .bottom-box .item .box {
    width: 260px;
  }
  #product.top-pro-section .bottom-box .item .same-circle {
    margin: 0 30px;
    height: 128px;
  }
}
@media (max-width: 1480px) {
  #product .top-box {
    padding: 20px 0;
  }
  #product .top-box .logo-box {
    width: 200px;
  }
  #product .product-content .right-box .name {
    top: -40px;
    left: 30px;
  }
  #product .product-content .name .en {
    font-size: 120px;
  }
  #product .product-content .name .num {
    font-size: 50px;
    margin-top: 24px;
    margin-left: 30px;
  }
  #product .product-content .pic-box {
    height: 440px;
  }
  #product .product-content .top-car .item:not(:first-child) {
    margin-left: 50px;
  }
  #product .product-content .top-car .item .pic {
    width: 106px;
    height: 60px;
  }
  #product .product-content .product-lists .product-swiper {
    margin-top: 40px;
  }
  #product .product-content .product-lists .product-swiper .content {
    width: 90%;
    margin: 0 auto;
  }
  #product .product-content .product-lists .product-swiper .content .info-box .info .row {
    padding-bottom: 15px;
    margin-bottom: 32px;
  }
  #product .product-content .product-lists .product-swiper .content .right-box {
    padding-top: 70px;
  }
}
@media (max-width: 800px) {
  #product .top-box {
    padding: 20px 0;
  }
  #product .top-box .logo-box {
    width: 150px;
    margin-bottom: 20px;
  }
  #product .top-box .logo-box img{
      max-height: 30px;
  }
  #product .top-box .nav-box {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  #product .top-box .nav-box .item {
    margin-right: 25px;
  }
  #product .top-box .nav-box .item:not(:first-child) {
    margin-left: 0;
  }
  #product .product-content .right-box .name {
    top: 20px;
    left: 0;
  }
  #product .product-content .name .en {
    font-size: 60px;
  }
  #product .product-content .name .num {
    font-size: 30px;
    margin-top: 8px;
    margin-left: 15px;
  }
  #product .product-content .pic-box {
    width: 100%;
    height: 250px;
  }
  #product .product-content .top-car {
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #product .product-content .top-car .item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
  }
  #product .product-content .top-car .item:not(:first-child) {
    margin-left: 0;
  }
  #product .product-content .top-car .item:last-child {
    margin-right: 0;
  }
  #product .product-content .top-car .item .pic {
    width: 60px;
    height: 40px;
  }
  #product .product-content .top-car .item.on {
    margin-top: -5px;
  }
  #product .product-content .product-lists .main {
    padding-top: 40px;
  }
  #product .product-content .product-lists .product-swiper {
    margin-top: 30px;
  }
  #product .product-content .product-lists .product-swiper .content {
    flex-wrap: wrap;
    width: 80%;
  }
  #product .product-content .product-lists .product-swiper .content .info-box {
    width: 100%;
  }
  #product .product-content .product-lists .product-swiper .content .info-box .info .row {
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #product .product-content .product-lists .product-swiper .content .info-box .more {
    margin-top: 20px;
  }
  #product .product-content .product-lists .product-swiper .content .right-box {
    width: 100%;
    padding-top: 40px;
  }
  #product .product-content .product-lists .product-swiper .swiper-change {
    height: 32px;
  }
  #product.top-pro-section {
    padding-top: 30px;
  }
  #product.top-pro-section .top-product {
    max-width: 100%;
  }
  #product.top-pro-section .top-product .pic-box {
    padding-top: 30px;
    height: 300px;
  }
  #product.top-pro-section .middle-circle {
    margin-top: -14vh;
  }
  #product.top-pro-section .bottom-box {
    max-width: 100%;
    margin: 30px -5px 0 0;
  }
  #product.top-pro-section .bottom-box .item {
    margin-right: 5px;
  }
  #product.top-pro-section .bottom-box .item .box {
    width: auto;
  }
  #product.top-pro-section .bottom-box .item .box .txt {
    margin-top: 0;
    font-size: 14px;
  }
  #product.top-pro-section .bottom-box .item .same-circle {
    display: none;
  }
}
#about {
  background-image: -moz-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -webkit-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -ms-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  padding-bottom: 400px;
}
#about .home-video {
  position: relative;
  height: 580px;
  width: 42%;
  overflow: hidden;
}
#about .home-video .video-media {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}
#about .home-video .play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
#about .right-box {
  width: 50%;
}
#about .right-box .datum {
  margin-top: 95px;
  margin-right: -4.33%;
  margin-bottom: -50px;
}
#about .right-box .datum .item {
  position: relative;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  margin-bottom: 50px;
  width: 29%;
  margin-right: 4.33%;
  transition: transform 0.4s ease;
}
#about .right-box .datum .item .text {
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
#about .right-box .datum .item .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #db0507;
  transform: rotate(40deg);
}
#about .right-box .datum .item:hover {
  transform: translateY(-10px);
}
@media (max-width: 1580px) {
  #about {
    padding-bottom: 380px;
  }
  #about .home-video {
    height: 520px;
  }
  
  #about .right-box .datum {
    margin-top: 75px;
    margin-right: -2.33%;
  }
  #about .right-box .datum .item {
    width: 31%;
    margin-right: 2.33%;
  }
  #about .right-box .datum .item .text {
    transform: scale(0.85);
    margin-left: -7%;
    margin-right: -10%;
  }
}
@media (max-width: 1480px) {
  #about .home-video {
    height: 500px;
  }
}
@media (max-width: 1380px) {
  #about .home-video {
    width: 40%;
    height: 440px;
  }
  #about .right-box {
    width: 57%;
  }
}
@media (max-width: 1180px) {
  #about .right-box .datum {
    margin-top: 45px;
  }
  #about .right-box .datum .item .text {
    transform: scale(0.8);
    margin-left: -15%;
    margin-right: -27%;
  }
}
@media (max-width: 800px) {
  #about .home-video {
    width: 100%;
    height: 300px;
  }
  #about .right-box {
    width: 100%;
    margin-top: 20px;
  }
  #about .right-box .datum {
    margin-top: 25px;
    margin-right: -2%;
    margin-bottom: -20px;
  }
  #about .right-box .datum .item {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 2%;
  }
}
#factory {
  margin-top: -384px;
  height: 660px;
  box-sizing: border-box;
  overflow: hidden;
}
#factory .bg {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 285px;
  background-color: #e7eaef;
}
#factory .top-box .swiper-change {
  width: 74px;
  position: relative;
}
#factory .factory-swiper {
  padding-bottom: 75px;
}
#factory .factory-swiper .item {
  width: 100%;
  background-color: #f1f3f7;
}
#factory .factory-swiper .item .oppress {
  width: 100%;
  height: 270px;
}
#factory .factory-swiper .item .info {
  padding: 25px 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#factory .factory-swiper .item .info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #db0507;
  z-index: 1;
  transition: height 0.5s ease;
}
#factory .factory-swiper .item:hover .maincolor2 {
  color: #fff;
}
#factory .factory-swiper .item:hover .sjx {
  border-left: 7px solid #fff;
}
#factory .factory-swiper .item:hover .info::before {
  height: 100%;
}
@media (max-width: 1580px) {
  #factory {
    height: 558px;
  }
  #factory .bg {
    height: 250px;
  }
  #factory .factory-swiper {
    padding-bottom: 65px;
  }
  #factory .factory-swiper .item {
    width: 100%;
    background-color: #f1f3f7;
  }
  #factory .factory-swiper .item .oppress {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 800px) {
  #factory {
    height: 430px;
  }
  #factory .top-box .swiper-change {
    width: 54px;
  }
  #factory .factory-swiper {
    padding-bottom: 45px;
  }
  #factory .factory-swiper .item .info {
    padding: 20px 10px;
  }
  #factory .bg {
    height: 164px;
  }
}
#global {
  height: 1080px;
  overflow: hidden;
}
#global .svg-box {
  width: 100%;
}
#global .svg-box svg {
  width: 100%;
}
#global .svg-box svg .cls-1 {
  font-size: 28px;
  fill: #fff;
  font-family: 'mont', sans-serif;
}
#global .svg-box svg .item:hover .light {
  animation: light 2s ease infinite;
}
@keyframes light {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 90px;
    opacity: 1;
  }
}
#global.page-global {
  height: auto;
}
#global.page-global .svg-box {
  margin-top: 50px;
}
#global.page-global .info-box {
  width: 54%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  #global {
    height: 930px;
  }
  #global.page-global .svg-box {
    margin-top: 30px;
  }
  #global.page-global .info-box {
    width: 65%;
  }
}
@media (max-width: 1480px) {
  #global {
    height: 858px;
  }
  #global .svg-box {
    height: 90%;
  }
}
@media (max-width: 1080px) {
  #global {
    height: auto;
  }
  #global.page-global {
    height: auto;
  }
  #global.page-global .svg-box {
    margin-top: 40px;
  }
  #global.page-global .info-box {
    width: 100%;
  }
}
#case {
  background-color: #e7eaef;
}
#case .sub-info {
  width: 55%;
  margin: 20px auto 0;
}
#case .case-swiper {
  height: 600px;
  /*padding-bottom: 100px;*/
  box-sizing: border-box;
}
/*#case .case-swiper .oprate-box {*/
/*  width: 55%;*/
/*  margin: 60px auto 0;*/
/*  position: relative;*/
/*}*/
/*#case .case-swiper .oprate-box .swiper-progress {*/
/*  left: 5%;*/
/*  width: 90%;*/
/*  bottom: 0;*/
/*}*/
#case .case-swiper .swiper-change{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 99;
}
#case .case-swiper .swiper-slide:nth-of-type(2n-1) .item {
  transform: translateY(120px);
}
#case .case-swiper .swiper-slide .item {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
#case .case-swiper .swiper-slide .item .oppress {
  height: 100%;
  width: 100%;
  transition: height 0.5s ease;
}
#case .case-swiper .swiper-slide .item .info {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  overflow: hidden;
}
#case .case-swiper .swiper-slide .item .info .more {
  margin-top: 25px;
}
#case .case-swiper .swiper-slide:hover:nth-of-type(2n-1) .item {
  transform: translateY(0);
}
#case .case-swiper .swiper-slide:hover .item .oppress {
  height: 380px;
}
#case .case-swiper .swiper-slide:hover .item .info {
  opacity: 1;
  transform: translateY(25px);
}
#case.page-case .case-swiper {
  height: 650px;
  padding-bottom: 40px;
  user-select: none;
  cursor: url("../images/drag.png") 56 56, auto;
}
#case.page-case .case-swiper .swiper-slide:nth-of-type(2n-1) .item {
  transform: translateY(120px);
}
#case.page-case .case-swiper .swiper-slide .item {
  height: auto;
}
#case.page-case .case-swiper .swiper-slide .item .oppress {
  height: auto;
  max-height: 405px;
}
#case.page-case .case-swiper .swiper-slide .item .info {
  opacity: 1;
  transform: translateY(0);
  margin-top: 20px;
}
#case.page-case .case-swiper .swiper-slide .item .info .date {
  margin-top: 10px;
}
#case.page-case .case-swiper .swiper-slide .item .mr10 {
  margin-right: 8px;
}
#case.page-case .case-swiper .swiper-slide:hover:nth-of-type(2n-1) .item {
  transform: translateY(0);
}
#case.page-case .case-swiper .swiper-slide:hover .item .oppress {
  height: auto;
}
#case.page-case .case-swiper .swiper-slide:hover .item .info {
  transform: translateY(0);
}
@media (max-width: 1580px) {
  #case .case-swiper {
    height: 580px;
  }
  #case .case-swiper .swiper-slide .item {
    height: 400px;
  }
  #case .case-swiper .swiper-slide .item .info .more {
    margin-top: 15px;
  }
  #case .case-swiper .swiper-slide:hover .item .oppress {
    height: 280px;
  }
  #case .case-swiper .swiper-slide:hover .item .info {
    transform: translateY(15px);
  }
}
@media (max-width: 1280px) {
  #case.page-case .case-swiper {
    height: 550px;
    /*padding-bottom: 40px;*/
  }
}
@media (max-width: 1080px) {
  #case .sub-info {
    width: 100%;
    margin: 10px auto 0;
  }
}
@media (max-width: 800px) {
  #case .case-swiper {
    height: auto;
    padding-bottom: 20px;
  }
  #case .case-swiper .oprate-box {
    width: 100%;
    margin: 50px auto 0;
  }
  #case .case-swiper .oprate-box .swiper-progress {
    left: 10%;
    width: 80%;
  }
  #case .case-swiper .swiper-slide:nth-of-type(2n-1) .item {
    transform: translateY(0);
  }
  #case .case-swiper .swiper-slide .item {
    height: auto;
  }
  #case .case-swiper .swiper-slide .item .oppress {
    height: 282px;
  }
  #case .case-swiper .swiper-slide .item .info {
    opacity: 1;
    transform: translateY(0);
    margin-top: 15px;
  }
  #case .case-swiper .swiper-slide .item .info .more {
    margin-top: 15px;
  }
  #case .case-swiper .swiper-slide:hover:nth-of-type(2n-1) .item {
    transform: translateY(0);
  }
  #case .case-swiper .swiper-slide:hover .item .oppress {
    height: 282px;
  }
  #case .case-swiper .swiper-slide:hover .item .info {
    transform: translateY(0);
  }
  #case.page-case .case-swiper {
    height: auto;
    padding-bottom: 40px;
  }
  #case.page-case .case-swiper .swiper-slide:nth-of-type(2n-1) .item {
    transform: translateY(0);
  }
  #case.page-case .case-swiper .swiper-slide .item {
    height: auto;
  }
  #case.page-case .case-swiper .swiper-slide .item .oppress {
    height: auto;
    max-height: 305px;
  }
  #case.page-case .case-swiper .swiper-slide .item .info {
    margin-top: 10px;
  }
  #case.page-case .case-swiper .swiper-slide .item .info .date {
    margin-top: 10px;
  }
  #case.page-case .case-swiper .swiper-slide .item .info .date span {
    font-size: 14px;
  }
  #case.page-case .case-swiper .swiper-slide .item .info .date img {
    width: 14px;
  }
  #case.page-case .case-swiper .swiper-slide .item .info .mr10 {
    margin-right: 5px;
  }
  #case.page-case .case-swiper .swiper-slide:hover:nth-of-type(2n-1) .item {
    transform: translateY(0);
  }
}
#news {
  height: 960px;
  overflow: hidden;
}
#news .swiper-box {
  position: relative;
}
#news .swiper-box .swiper-change {
  position: absolute;
  top: 34%;
  width: 100%;
}
#news .news-swiper {
  width: 100%;
  padding-bottom: 80px;
}
#news .news-swiper .swiper-wrapper {
  align-items: center;
}
#news .news-swiper .swiper-slide {
  width: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-swiper .swiper-slide .item {
  width: 320px;
  transition: inherit;
}
#news .news-swiper .swiper-slide .oppress {
  width: 100%;
  height: 228px;
}
#news .news-swiper .swiper-slide .title {
  margin: 25px 0 10px;
}
#news .news-swiper .swiper-slide .mr10 {
  margin-right: 8px;
}
#news .news-swiper .swiper-slide-active {
  width: 610px;
}
#news .news-swiper .swiper-slide-active .item {
  width: 100%;
}
#news .news-swiper .swiper-slide-active .oppress {
  height: 360px;
}
#news .news-swiper .swiper-slide-active .title {
  font-size: 24px;
}
#news .swiper-pagination {
  bottom: 0;
}
#news .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.302);
  opacity: 1;
  margin: 0 10px;
}
#news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db0507;
}
#news.page-news {
  height: auto;
  background-color: #e7eaef;
}
#news.page-news .swiper-pagination .swiper-pagination-bullet {
  background-color: #babbbf;
}
#news.page-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db0507;
}
@media (max-width: 1580px) {
  #news {
    height: 800px;
  }
  #news .news-swiper .swiper-slide {
    width: 480px;
  }
  #news .news-swiper .swiper-slide .item {
    width: 240px;
  }
  #news .news-swiper .swiper-slide .oppress {
    height: 188px;
  }
  #news .news-swiper .swiper-slide-active {
    width: 480px;
  }
  #news .news-swiper .swiper-slide-active .item {
    width: 100%;
  }
  #news .news-swiper .swiper-slide-active .oppress {
    height: 310px;
  }
  #news .news-swiper .swiper-slide-active .title {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  #news {
    height: 750px;
  }
  #news .news-swiper .swiper-slide {
    width: 420px;
  }
  #news .news-swiper .swiper-slide-active {
    width: 420px;
  }
  #news .news-swiper .swiper-slide-active .oppress {
    height: 300px;
  }
}
@media (max-width: 800px) {
  #news {
    height: auto;
  }
  #news .news-swiper .swiper-slide {
    width: 380px;
  }
  #news .news-swiper .swiper-slide-active {
    width: 380px;
  }
  #news .news-swiper .swiper-slide-active .oppress {
    height: 280px;
  }
}
@media (max-width: 500px) {
  #news .swiper-box .swiper-change {
    display: none;
  }
  #news .news-swiper {
    padding-bottom: 50px;
  }
  #news .news-swiper .swiper-slide {
    width: 100%;
  }
  #news .news-swiper .swiper-slide .date span {
    font-size: 14px;
  }
  #news .news-swiper .swiper-slide .date img {
    width: 14px;
  }
  #news .news-swiper .swiper-slide-active {
    width: 100%;
  }
  #news .news-swiper .swiper-slide-active .oppress {
    height: 240px;
  }
  #news .news-swiper .swiper-slide-active .title {
    font-size: 18px;
  }
  #news .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.pro-section {
  background-color: #e7eaef;
}
.pro-section .container .sameleft {
  width: 100%;
  padding-left: 8vw;
  box-sizing: border-box;
}
.pro-section .container .sameright {
  width: 100%;
  padding-right: 8vw;
  padding-left: 78px;
  box-sizing: border-box;
}
.pro-section .container .left-nav {
  width: 27%;
  background-color: #f3f5f7;
}
.pro-section .container .left-nav .top-category {
  width: 100%;
  height: 64px;
  background-color: #db0507;
}
.pro-section .container .left-nav .top-category .name {
  line-height: 64px;
}
.pro-section .container .left-nav .nav-lists {
  width: 100%;
  padding-top: 75px;
  padding-right: 70px;
  box-sizing: border-box;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item {
  border-bottom: 1px solid #babbbf;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item:first-child a {
  padding-top: 0;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item:first-child a::after {
  top: 5px;
  transform: translateY(0);
}
.pro-section .container .left-nav .nav-lists .nav-ul .item a {
  position: relative;
  color: #5e6570;
  padding: 30px 0;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item a::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #db0507;
  opacity: 0;
  transition: all 0.4s ease;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item.active a,
.pro-section .container .left-nav .nav-lists .nav-ul .item:hover a {
  color: #000;
  padding-left: 20px;
}
.pro-section .container .left-nav .nav-lists .nav-ul .item.active a::after,
.pro-section .container .left-nav .nav-lists .nav-ul .item:hover a::after {
  opacity: 1;
  left: 0;
}
.pro-section .container .pro-content {
  width: 73%;
}
.pro-section .container .pro-content .top-form {
  width: 100%;
  height: 64px;
  background-color: #292e35;
}
.pro-section .container .pro-content .top-form .formbox .content {
  height: 64px;
}
.pro-section .container .pro-content .top-form .formbox .content input {
  height: 100%;
  flex: 1;
  color: #fff;
}
.pro-section .container .pro-content .top-form .formbox .content input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.pro-section .container .pro-content .top-form .formbox .content .search {
  cursor: pointer;
}
.pro-section .container .pro-content .lists {
  width: 100%;
  padding-top: 75px;
  box-sizing: border-box;
}
.pro-section .container .pro-content .lists .ul {
  margin-bottom: -50px;
}
.pro-section .container .pro-content .lists .ul .item {
  width: 48%;
  margin-bottom: 50px;
}
.pro-section .container .pro-content .lists .ul .item a {
  width: 100%;
}
.pro-section .container .pro-content .lists .ul .item a .oppress {
  height: 380px;
  position: relative;
  background-image: url('../images/bg4.jpg');
    background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pro-section .container .pro-content .lists .ul .item a .oppress .tit {
  position: absolute;
  right: 44px;
  bottom: 10px;
  text-transform: uppercase;
}
.pro-section .container .pro-content .lists .ul .item a .view {
  border-width: 1px;
  border-color: #5e6570;
  border-style: solid;
  transition: all 0.6s ease;
  position: relative;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
}
.pro-section .container .pro-content .lists .ul .item a .view::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s ease;
  background-color: #292e35;
}
.pro-section .container .pro-content .lists .ul .item a .view i {
  position: relative;
  z-index: 7;
  transform: rotate(90deg);
  margin-right: 10px;
  transition: all 0.6s ease;
}
.pro-section .container .pro-content .lists .ul .item a .view span {
  position: relative;
  z-index: 7;
}
.pro-section .container .pro-content .lists .ul .item a:hover .view {
  border-color: #292e35;
}
.pro-section .container .pro-content .lists .ul .item a:hover .view i {
  transform: rotate(180deg);
}
.pro-section .container .pro-content .lists .ul .item a:hover .view span {
  color: #fff;
}
.pro-section .container .pro-content .lists .ul .item a:hover .view::before {
  height: 100%;
}
@media (max-width: 1580px) {
  .pro-section .container .pro-content .lists .ul .item a .oppress {
    height: 320px;
  }
  .pro-section .container .pro-content .lists .ul .item a .oppress .tit {
    right: 34px;
  }
  .pro-section .container .pro-content .lists .ul .item a .view {
    height: 50px;
  }
}
@media (max-width: 1400px) {
  .pro-section .container .pro-content .lists .ul .item a .oppress {
    height: 300px;
  }
  .pro-section .container .pro-content .lists .ul .item a .oppress .tit {
    right: 24px;
  }
}
@media (max-width: 1280px) {
  .pro-section .container .pro-content .lists .ul .item a .oppress {
    height: 260px;
  }
}
@media (max-width: 1080px) {
  .pro-section .container .sameleft {
    padding-left: 6vw;
  }
  .pro-section .container .sameright {
    padding-right: 6vw;
    padding-left: 50px;
  }
}
@media (max-width: 800px) {
  .pro-section .container .sameleft {
    padding-left: 20px;
  }
  .pro-section .container .sameright {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pro-section .container .left-nav {
    width: 100%;
  }
  .pro-section .container .left-nav .top-category {
    height: 44px;
  }
  .pro-section .container .left-nav .top-category .name {
    line-height: 44px;
  }
  .pro-section .container .left-nav .nav-lists {
    padding-top: 20px;
    padding-right: 20px;
  }
  .pro-section .container .left-nav .nav-lists .nav-ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -14px;
  }
  .pro-section .container .left-nav .nav-lists .nav-ul .item {
    margin-right: 14px;
    margin-bottom: 20px;
  }
  .pro-section .container .left-nav .nav-lists .nav-ul .item a {
    padding: 0 0 8px;
  }
  .pro-section .container .left-nav .nav-lists .nav-ul .item a::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #db0507;
    top: 10px;
  }
  .pro-section .container .left-nav .nav-lists .nav-ul .item.active a,
  .pro-section .container .left-nav .nav-lists .nav-ul .item:hover a {
    padding-left: 12px;
  }
  .pro-section .container .pro-content {
    width: 100%;
  }
  .pro-section .container .pro-content .top-form {
    height: 44px;
  }
  .pro-section .container .pro-content .top-form .formbox .content {
    height: 44px;
  }
  .pro-section .container .pro-content .lists {
    width: 100%;
    padding-top: 30px;
  }
  .pro-section .container .pro-content .lists .ul {
    margin-bottom: -15px;
  }
  .pro-section .container .pro-content .lists .ul .item {
    width: 48%;
    margin-bottom: 15px;
  }
  .pro-section .container .pro-content .lists .ul .item a {
    width: 100%;
  }
  .pro-section .container .pro-content .lists .ul .item a .oppress {
    height: 120px;
  }
  .pro-section .container .pro-content .lists .ul .item a .oppress .tit {
    right: 10px;
    bottom: 2px;
    font-size: 16px;
  }
  .pro-section .container .pro-content .lists .ul .item a .view {
    height: 32px;
  }
  .pro-section .container .pro-content .lists .ul .item a .view i {
    margin-right: 5px;
  }
}
#specification {
  background-color: #e7eaef;
}
#specification .table-box {
  width: 50%;
  max-width: 840px;
    overflow-x: auto;
}
#specification .table-box table {
  width: 100%;
}
#specification .table-box table thead th {
  background-color: #5d6973;
  color: #fff;
  padding: 10px;
}
#specification .table-box table tbody td {
  padding: 10px;
  border: 1px solid #d0d2d7;
  text-align: center;
  color: #5e6570;
}
#specification .table-box table tbody tr {
  background-color: #eef0f4;
}
#specification .table-box table tbody tr:nth-child(even) {
  background-color: #f3f5f7;
}
#specification .table-box table tbody td:first-child {
  background-color: #e7eaef;
  width: 32%;
}
#specification .table-box table tbody .optional-text {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  #specification .table-box {
    width: 100%;
    margin-bottom: 30px;
  }
  #specification .table-box table {
    font-size: 12px;
  }
  #specification .table-box table td:first-child {
    width: 40%;
  }
}
#specification .pix-box {
  width: 48%;
  margin-right: -3%;
  max-height: 660px;
}
@media (max-width: 768px) {
  #specification .pix-box {
    width: 100%;
    margin-right: 0;
  }
}
#configuration {
  background-image: -moz-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -webkit-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
  background-image: -ms-linear-gradient(-90deg, #35404f 0%, #5d6973 100%);
}
#configuration .ul {
  margin-right: -2.83%;
  margin-bottom: -40px;
}
#configuration .ul li {
  width: 30.5%;
  margin-right: 2.83%;
  margin-bottom: 40px;
}
#configuration .ul li .pic-box {
  background-color: rgba(255, 255, 255, 0.1);
  height: 330px;
  margin-bottom: 15px;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#configuration .ul li .pic-box img {
  max-width: 90%;
  max-height: 90%;
  transition: all 0.4s ease;
}
#configuration .ul li:hover .pic-box {
  border-color: #ffffff;
}
#configuration .ul li:hover .pic-box img {
  transform: scale(1.05);
}
@media (max-width: 1580px) {
  #configuration .ul li .pic-box {
    height: 300px;
  }
}
@media (max-width: 800px) {
  #configuration .ul {
    margin-right: 0;
    margin-bottom: -20px;
  }
  #configuration .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #configuration .ul li .pic-box {
    height: 230px;
    margin-bottom: 10px;
  }
}
.circle-pagination {
  bottom: 0;
}
.circle-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #babbbf;
  opacity: 1;
  margin: 0 10px !important;
}
.circle-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db0507;
}
@media (max-width: 390px) {
  .circle-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
}
#exterior {
  background-color: #e7eaef;
}
#exterior .top-content .pic {
  width: 100%;
  height: 640px;
}
#exterior .swiper-box {
  margin-top: 50px;
}
#exterior .swiper-box .pic-swiper {
  padding-bottom: 70px;
}
#exterior .swiper-box .pic-swiper .oppress {
  width: 100%;
  height: 330px;
}
#exterior .swiper-box .pic-swiper .title {
  color: #5e6570;
  padding: 30px 0;
  border-bottom: 1px solid #babbbf;
}
#exterior .swiper-box .pic-swiper .swiper-slide:hover .oppress img {
  transform: scale(1.1);
}
#exterior .swiper-box .pic-swiper .swiper-slide:hover .title {
  color: #db0507;
}
#exterior .swiper-box .pic-swiper .swiper-slide:hover .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#exterior .swiper-box .swiper-change {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}
@media (max-width: 1580px) {
  #exterior .top-content .pic {
    height: 540px;
  }
  #exterior .swiper-box .pic-swiper .oppress {
    height: 290px;
  }
  #exterior .swiper-box .swiper-change {
    top: 32%;
  }
}
@media (max-width: 1080px) {
  #exterior .top-content .pic {
    height: 400px;
  }
  #exterior .swiper-box .pic-swiper .oppress {
    height: 260px;
  }
  #exterior .swiper-box .swiper-change {
    top: 30%;
  }
}
@media (max-width: 800px) {
  #exterior .top-content .pic {
    height: auto;
  }
  #exterior .swiper-box {
    margin-top: 20px;
  }
  #exterior .swiper-box .pic-swiper {
    padding-bottom: 50px;
  }
  #exterior .swiper-box .pic-swiper .oppress {
    height: 240px;
  }
  #exterior .swiper-box .pic-swiper .title {
    padding: 16px 0;
  }
  #exterior .swiper-box .swiper-change {
    top: 32%;
  }
}
#drive {
  background-color: #e7eaef;
}
#drive .pic {
  width: 100%;
  height: 628px;
}
@media (max-width: 1580px) {
  #drive .pic {
    height: 528px;
  }
}
@media (max-width: 1080px) {
  #drive .pic {
    height: 428px;
  }
}
@media (max-width: 800px) {
  #drive .pic {
    height: auto;
  }
}
#interior .pic-swiper2 {
  max-width: 70%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 70px;
}
#interior .pic-swiper2 .swiper-slide .oppress {
  width: 100%;
  height: 668px;
}
#interior .pic-swiper2 .swiper-change {
  position: absolute;
  top: 48%;
  left: 5%;
  width: 90%;
}
@media (max-width: 1580px) {
  #interior .pic-swiper2 .swiper-slide .oppress {
    height: 520px;
  }
}
@media (max-width: 1080px) {
  #interior .pic-swiper2 .swiper-slide .oppress {
    height: 420px;
  }
}
@media (max-width: 800px) {
  #interior .pic-swiper2 {
    max-width: 100%;
    padding-bottom: 50px;
  }
  #interior .pic-swiper2 .swiper-slide .oppress {
    height: 260px;
  }
}
.page-about {
  background-color: #e7eaef;
  padding: 20px 0;
  overflow: hidden;
}
.page-about .bg-pic {
  position: absolute;
  bottom: -500px;
  left: 0;
}
.page-about .top-box .text-node {
  width: 50%;
}
@media (max-width: 1580px) {
  .page-about .bg-pic {
    width: 500px;
    bottom: -300px;
  }
  .page-about .top-box .text-node {
    width: 55%;
  }
}
@media (max-width: 1380px) {
  .page-about .bg-pic {
    width: 400px;
    bottom: -200px;
  }
  .page-about .top-box .text-node {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .page-about .bg-pic {
    width: 300px;
    bottom: -20px;
  }
  .page-about .top-box .text-node {
    width: 68%;
  }
}
@media (max-width: 800px) {
  .page-about {
    padding: 0;
  }
  .page-about .bg-pic {
    width: 100px;
    bottom: 0;
  }
  .page-about .top-box {
    flex-wrap: wrap;
  }
  .page-about .top-box .text-node {
    width: 100%;
    margin-top: 20px;
  }
}
.page-factory .content .datum {
  width: 40%;
  margin-bottom: -40px;
}
.page-factory .content .datum .item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-right: 1px dashed #babbbf;
}
.page-factory .content .datum .item:nth-of-type(3n) {
  border-right: none;
}
.page-factory .content .datum .item .text {
  margin-top: 5px;
}
.page-factory .content .datum .item:hover img {
  display: inline-block;
  animation: shake 1s ease-in-out forwards;
}
.page-factory .content .text-node {
  width: 50%;
}
@media (max-width: 1580px) {
  .page-factory .content .datum {
    width: 46%;
  }
  .page-factory .content .text-node {
    width: 50%;
  }
}
@media (max-width: 1380px) {
  .page-factory .content .datum {
    width: 48%;
  }
}
@media (max-width: 1180px) {
  .page-factory .content .datum {
    width: 52%;
  }
  .page-factory .content .text-node {
    width: 46%;
  }
}
@media (max-width: 800px) {
  .page-factory .content .datum {
    width: 100%;
    margin-bottom: -20px;
  }
  .page-factory .content .datum .item {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-right: 1px dashed #babbbf;
  }
  .page-factory .content .datum .item img {
    height: 30px;
  }
  .page-factory .content .datum .item:nth-of-type(3n) {
    border-right: 1px dashed #babbbf;
  }
  .page-factory .content .datum .item:nth-of-type(2n) {
    border-right: none;
  }
  .page-factory .content .datum .item .text {
    transform: scale(0.86);
    margin: 0 -10px;
  }
  .page-factory .content .text-node {
    width: 100%;
    margin-top: 25px;
  }
}
.page-company {
  border-color: #f2f4f7;
}
.page-company .left-info {
  width: 45%;
}
.page-company .left-info .text-node {
  margin-top: 45px;
}
.page-company .pic-box {
  width: 50%;
  height: 682px;
}
@media (max-width: 1580px) {
  .page-company .left-info {
    width: 48%;
  }
  .page-company .left-info .text-node {
    margin-top: 40px;
  }
  .page-company .pic-box {
    width: 48%;
    height: 582px;
  }
}
@media (max-width: 1380px) {
  .page-company .left-info {
    width: 50%;
  }
  .page-company .left-info .text-node {
    margin-top: 30px;
  }
  .page-company .pic-box {
    width: 45%;
    height: 482px;
  }
}
@media (max-width: 1180px) {
  .page-company .left-info {
    width: 60%;
  }
  .page-company .left-info .text-node {
    margin-top: 25px;
  }
  .page-company .pic-box {
    width: 35%;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .page-company .left-info {
    width: 100%;
  }
  .page-company .left-info .text-node {
    margin-top: 20px;
  }
  .page-company .pic-box {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}
.page-pattern {
  background-color: #e7eaef;
}
.page-pattern .circle-box {
  position: relative;
  width: 48.5em;
  height: 48.5em;
}
.page-pattern .circle-box .circle-bg {
  animation: xuanzhuan 30s linear infinite;
}
.page-pattern .circle-box .circle-arc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 640px;
  margin: -320px 0 0 -320px;
  overflow: visible;
  pointer-events: none;
  transform: rotate(-90deg);
  transform-origin: center;
}
.page-pattern .circle-box .circle-arc .circle-arc-bar {
  fill: none;
  stroke: #db0507;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 0 0;
}
.page-pattern .circle-box .middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-pattern .circle-box .pic-box {
  width: 564px;
  height: 564px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.page-pattern .circle-box .pic-lists {
  width: 100%;
  height: 100%;
}
.page-pattern .circle-box .pic-lists .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0s ease-in-out;
  transition-delay: 1s;
}
.page-pattern .circle-box .pic-lists .pic.on {
  clip-path: circle(100% at 50% 50%);
  transition: clip-path 2s ease-in-out;
}
.page-pattern .circle-box .nav-box .item {
  position: absolute;
}
.page-pattern .circle-box .nav-box .item .icon-box {
  width: 112px;
  height: 112px;
}
.page-pattern .circle-box .nav-box .item .icon-box .mark .circle {
  width: 0.9rem;
  height: 0.9rem;
  margin: -0.45rem 0 0 -0.45rem;
}
.page-pattern .circle-box .nav-box .item:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.page-pattern .circle-box .nav-box .item:nth-child(2) {
  right: 65px;
  top: 20%;
}
.page-pattern .circle-box .nav-box .item:nth-child(3) {
  right: 30px;
  top: 52%;
}
.page-pattern .circle-box .nav-box .item:nth-child(4) {
  right: 26%;
  bottom: 5%;
}
.page-pattern .circle-box .nav-box .item:nth-child(5) {
  bottom: 5%;
  left: 26%;
}
.page-pattern .circle-box .nav-box .item:nth-child(6) {
  left: 30px;
  top: 52%;
}
.page-pattern .circle-box .nav-box .item:nth-child(7) {
  left: 70px;
  top: 20%;
}
@media (max-width: 640px) {
  .page-pattern .decoCircle {
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.page-pattern .decoCircle path {
  animation: runDashLine 20s linear infinite;
  will-change: stroke-dashoffset;
}
.page-pattern .decoCircle path:nth-of-type(1) {
  animation-duration: 8s;
  animation-delay: -2s;
}
.page-pattern .decoCircle path:nth-of-type(2) {
  animation-duration: 11s;
  animation-delay: -10s;
  animation-direction: reverse;
}
.page-pattern .decoCircle path:nth-of-type(3) {
  animation-duration: 10s;
  animation-delay: -5s;
}
@keyframes runDashLine {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.page-pattern .right-box {
  width: calc(100% - 60em);
}
.page-pattern .right-box .text-node {
  margin: 35px 0 70px;
}
.page-pattern .right-box .info-swiper {
  padding-bottom: 75px;
  margin-left: -100px;
}
.page-pattern .right-box .info-swiper .txt {
  padding-left: 100px;
}
.page-pattern .right-box .change-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-pattern .right-box .change-box .box {
  position: relative;
  width: 160px;
}
.page-pattern .right-box .change-box .swiper-progress {
  position: relative;
  width: 240px;
  margin-right: 20px;
  bottom: 0;
}
.page-pattern .right-box .change-box .swiper-progress .swiper-pagination-progressbar {
  --progress-dot: 0px;
}
.page-pattern .right-box .change-box .swiper-progress .swiper-pagination-progressbar::after {
  content: '';
  position: absolute;
  top: 50%;
  left: var(--progress-dot);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #db0507;
  display: block;
}
@media (max-width: 1580px) {
  .page-pattern .circle-box {
    width: 38.5em;
    height: 38.5em;
  }
  .page-pattern .circle-box .circle-arc {
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
  }
  .page-pattern .circle-box .pic-box {
    width: 440px;
    height: 440px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box {
    width: 102px;
    height: 102px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .pic {
    height: 35px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .mark .circle {
    width: 0.7rem;
    height: 0.7rem;
    margin: -0.35rem 0 0 -0.35rem;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(2) {
    right: 55px;
    top: 20%;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(7) {
    left: 60px;
  }
  .page-pattern .right-box {
    width: calc(100% - 50em);
  }
}
@media (max-width: 1380px) {
  .page-pattern .right-box {
    width: calc(100% - 45em);
  }
}
@media (max-width: 1200px) {
  .page-pattern .circle-box {
    width: 38.5em;
    height: 38.5em;
  }
  .page-pattern .circle-box .circle-arc {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
  }
  .page-pattern .circle-box .pic-box {
    width: 352px;
    height: 352px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box {
    width: 82px;
    height: 82px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .pic {
    height: 30px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .mark .circle {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
  .page-pattern .right-box {
    width: calc(100% - 45em);
  }
}
@media (max-width: 800px) {
  .page-pattern .circle-box {
    width: 30em;
    height: 30em;
  }
  .page-pattern .circle-box .circle-arc {
    width: 330px;
    height: 330px;
    margin: -165px 0 0 -165px;
  }
  .page-pattern .circle-box .pic-box {
    width: 290px;
    height: 290px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box {
    width: 66px;
    height: 66px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .pic {
    height: 25px;
  }
  .page-pattern .circle-box .nav-box .item .icon-box .mark .circle {
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(2) {
    right: 15px;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(3) {
    right: 0;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(4) {
    right: 20%;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(5) {
    left: 20%;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(6) {
    left: 0;
  }
  .page-pattern .circle-box .nav-box .item:nth-child(7) {
    left: 10px;
  }
  .page-pattern .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .page-pattern .right-box .text-node {
    margin: 20px 0;
  }
  .page-pattern .right-box .info-swiper {
    padding-bottom: 35px;
    margin-left: 0;
  }
  .page-pattern .right-box .info-swiper .txt {
    padding-left: 0;
  }
  .page-pattern .right-box .change-box .box {
    width: 120px;
  }
  .page-pattern .right-box .change-box .swiper-progress {
    width: 150px;
    margin-right: 10px;
  }
}
#qualifications {
  background-image: url('../images/bg5.jpg');
  overflow: hidden;
}
#qualifications .circle-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -720px;
  width: 1360px;
  height: auto;
}
#qualifications .circle-box .circle {
  width: 100%;
}
#qualifications .circle-box .circle img {
  width: 100%;
  animation: xuanzhuan 30s linear infinite;
  filter: brightness(0);
  opacity: 0.07;
}
#qualifications .process-swiper .box {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
#qualifications .process-swiper .box .year {
  /*width: 30%;*/
  /*padding-left: 5%;*/
  position: absolute;
  top: 0;
  left: 5%;
}
#qualifications .process-swiper .box .info .desc{
  padding-left: 35%;
}
#qualifications .process-swiper .box .info .pics {
  margin-top: 60px;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
}
#qualifications .process-swiper .box .info .pics .pic {
  margin-right: 15px;
 /*max-width: 200px;*/
 /*min-width: 80px;*/
 width: 200px;
    height: 200px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qualifications .process-swiper .box .info .pics .pic img{
    
    max-height: 100%;
}
#qualifications .process-swiper .box .info .pics .pic:last-child {
  margin-right: 0;
}
#qualifications .bottom-line .years {
  position: relative;
  height: 25px;
  width: 92%;
  margin: 0 auto;
}
#qualifications .bottom-line .years .year {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  /*opacity: 0;*/
  cursor: pointer;
}
#qualifications .bottom-line .years .year.on{
    color: #db0507;
}
/*#qualifications .bottom-line .years .year:first-child,*/
/*#qualifications .bottom-line .years .year:last-child {*/
/*  opacity: 1;*/
/*}*/
#qualifications .bottom-line .years .year:nth-child(4) { margin-left: -2.5%; }
#qualifications .bottom-line .years .year:nth-child(5) { margin-left:  2.5%; }
#qualifications .bottom-line .line-box {
  margin-top: 50px;
  width: 100%;
  height: 16px;
  position: relative;
  border-radius: 8px;
}
#qualifications .bottom-line .line-box .line {
  width: 100%;
}
#qualifications .bottom-line .line-box .active-line {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 16px;
  border-radius: 8px;
  background-color: #db0507;
  transition: width 1.2s ease;
}
#qualifications .bottom-line .line-box .car {
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: left 1.2s ease;
  z-index: 1;
}
@media (max-width: 1580px) {
  #qualifications .circle-box {
    bottom: -480px;
    width: 1000px;
  }
  #qualifications .bottom-line .line-box .active-line {
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 13px;
    border-radius: 8px;
    background-color: #db0507;
    transition: width 1.2s ease;
  }
}
@media (max-width: 1580px) {
    #qualifications .process-swiper .box .info .pics .pic {
  
 width: 180px;
 height: 180px;
}
}
@media (max-width: 1380px) {
    #qualifications .process-swiper .box .info .pics .pic {
  
 width: 140px;
 height: 140px;
}
}
@media (max-width: 1080px) {
  #qualifications .circle-box {
    bottom: -380px;
    width: 80%;
  }
}
@media (max-width: 800px) {
  #qualifications .circle-box {
    bottom: -120px;
    width: 100%;
  }
  #qualifications .process-swiper .box {
    width: 92%;
    margin: 0 auto;
  }
  #qualifications .process-swiper .box .year {
    left: 0;
    font-size: 16px;
    
  }
 
  #qualifications .process-swiper .box .info .desc{
      padding-left: 30%;
  }
  #qualifications .process-swiper .box .info .pics {
    margin-top: 20px;
  }
  #qualifications .process-swiper .box .info .pics .pic {
     
 width: 70px;
   height:70px;
  }
  #qualifications .process-swiper .box .info .pics .pic:last-child {
    margin-right: 0;
  }
  #qualifications .bottom-line .years {
    height: 15px;
    width: 80%;
  }
  #qualifications .bottom-line .years .year{
      opacity: 0;
  }
   #qualifications .bottom-line .years .year:first-child,
#qualifications .bottom-line .years .year:last-child {
  opacity: 1;
}
  #qualifications .bottom-line .line-box {
    margin-top: 20px;
    height: 10px;
    border-radius: 5px;
  }
  #qualifications .bottom-line .line-box .line {
    width: 100%;
  }
  #qualifications .bottom-line .line-box .active-line {
    top: 10px;
    height: 4px;
    border-radius: 4px;
  }
  #qualifications .bottom-line .line-box .car {
    bottom: -4px;
    width: 40px;
  }
}
.factory-show {
  background-image: url('../images/bg6.jpg');
}
.factory-show .lists .item {
  padding: 44px 0;
  border-top: 1px dashed #fff;
}
.factory-show .lists .item .top-box .right {
  width: 66%;
}
.factory-show .lists .item .top-box .arrow {
  transition: all 0.4s ease-in-out;
}
.factory-show .lists .item:last-child {
  border-bottom: 1px dashed #fff;
}
.factory-show .lists .item .pics {
  display: none;
  margin-top: 40px;
}
.factory-show .lists .item .pics .box {
  margin-right: -2.33%;
  margin-bottom: -40px;
}
.factory-show .lists .item .pics .box .oppress {
  width: 31%;
  height: 380px;
  margin-right: 2.33%;
  margin-bottom: 40px;
}
.factory-show .lists .item.on .top-box .arrow {
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .factory-show .lists .item .pics .box .oppress {
    height: 320px;
  }
}
@media (max-width: 1380px) {
  .factory-show .lists .item .pics .box .oppress {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .factory-show .lists .item .top-box .arrow {
    width: 30px;
  }
}
@media (max-width: 1180px) {
  .factory-show .lists .item .pics .box .oppress {
    height: 250px;
  }
}
@media (max-width: 800px) {
  .factory-show .lists .item {
    padding: 20px 0;
  }
  .factory-show .lists .item .top-box .right {
    width: 80%;
  }
  .factory-show .lists .item .top-box .arrow {
    width: 20px;
  }
  .factory-show .lists .item .pics {
    margin-top: 20px;
  }
  .factory-show .lists .item .pics .box {
    margin-bottom: -10px;
    margin-right: -2%;
  }
  .factory-show .lists .item .pics .box .oppress {
    width: 48%;
    height: 120px;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
.factory-scale {
  height: 1336px;
  background-color: #e7eaef;
  padding-top: 30px;
  overflow: hidden;
}
.factory-scale .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.factory-scale .bg-box svg {
  width: 100%;
  height: 100%;
}
.factory-scale .bg-box svg .gray-track {
  fill: none;
  stroke: #d7dbe0;
  stroke-width: 18;
}
.factory-scale .bg-box svg .moving-red-line {
  fill: none;
  stroke: #db0507;
  stroke-width: 18;
}
.factory-scale .lists {
  width: 90%;
  margin: 180px auto 0;
}
.factory-scale .lists .item {
  width: 48%;
}
.factory-scale .lists .item .oppress {
  width: 100%;
  height: 400px;
}
.factory-scale .lists .item .info-box {
  padding: 45px 60px;
  background-color: #f2f4f7;
  box-sizing: border-box;
}
.factory-scale .lists .item .info-box .name {
  margin-top: 8px;
}
@media (max-width: 1580px) {
  .factory-scale {
    height: auto;
  }
  .factory-scale .lists {
    margin: 120px auto 40px;
  }
  .factory-scale .lists .item .oppress {
    height: 350px;
  }
  .factory-scale .lists .item .info-box {
    padding: 35px 50px;
  }
}
@media (max-width: 1280px) {
  .factory-scale {
    padding-top: 0;
  }
  .factory-scale .bg-box svg .gray-track {
    stroke-width: 10;
  }
  .factory-scale .bg-box svg .moving-red-line {
    stroke-width: 10;
  }
  .factory-scale .lists {
    margin: 120px auto 30px;
  }
  .factory-scale .lists .item .oppress {
    height: 320px;
  }
  .factory-scale .lists .item .info-box {
    padding: 30px 50px;
  }
}
@media (max-width: 1180px) {
  .factory-scale {
    padding-top: 0;
  }
  .factory-scale .lists {
    margin: 100px auto 30px;
  }
}
@media (max-width: 800px) {
  .factory-scale .content {
    padding: 0;
  }
  .factory-scale .bg-box {
    display: none;
  }
  .factory-scale .lists {
    width: 100%;
    margin: 20px auto 0;
  }
  .factory-scale .lists .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory-scale .lists .item:last-child {
    margin-bottom: 0;
  }
  .factory-scale .lists .item .oppress {
    width: 100%;
    height: 200px;
  }
  .factory-scale .lists .item .info-box {
    padding: 20px;
  }
  .factory-scale .lists .item .info-box img {
    width: 20px;
  }
  .factory-scale .lists .item .info-box .name {
    margin-top: 5px;
  }
}
.factory-strength {
  background-image: url('../images/bg4.jpg');
}
.factory-strength .content .oppress {
  width: 48%;
  height: 560px;
}
.factory-strength .content .right-box {
  width: 48%;
}
.factory-strength .content .right-box .text-node {
  margin-top: 40px;
}
@media (max-width: 1580px) {
  .factory-strength .content .oppress {
    height: 520px;
  }
}
@media (max-width: 1080px) {
  .factory-strength .content .oppress {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .factory-strength .content .oppress {
    width: 100%;
    height: 260px;
  }
  .factory-strength .content .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .factory-strength .content .right-box .text-node {
    margin-top: 15px;
  }
}
#patent .top-box .swiper-change {
  width: 74px;
  position: relative;
}
#patent .patent-swiper {
  overflow: visible;
  height: 530px;
  width: 340px;
  margin: 70px 0 0;
}
#patent .patent-swiper .swiper-slide {
  width: 340px;
  transition: all 0.8s ease;
}
#patent .patent-swiper .swiper-slide .bg-box {
  width: 100%;
  height: 448px;
  background-image: -moz-linear-gradient(0deg, #e4e8ee 0%, #bec7d3 100%);
  background-image: -webkit-linear-gradient(0deg, #e4e8ee 0%, #bec7d3 100%);
  background-image: -ms-linear-gradient(0deg, #e4e8ee 0%, #bec7d3 100%);
}
#patent .patent-swiper .swiper-slide .pic-box {
  width: 260px;
  height: auto;
  padding: 14px 0;
  transition: all 0.8s ease;
  position: relative;
  background-image: url('../images/bg7.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: zoom-in;
}
#patent .patent-swiper .swiper-slide .pic-box img {
  width: 82%;
  height: 82%;
}
#patent .patent-swiper .swiper-slide .info {
  width: 100%;
  margin-top: 15px;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.2s;
}
#patent .patent-swiper .swiper-slide.swiper-slide-active {
  width: 780px!important;
  height: 530px;
}
#patent .patent-swiper .swiper-slide.swiper-slide-active .bg-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#patent .patent-swiper .swiper-slide.swiper-slide-active .bg-box .pic-box {
  width: 280px;
  height: auto;
  margin-top: -45px;
}
#patent .patent-swiper .swiper-slide.swiper-slide-active .info {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  #patent .patent-swiper .swiper-slide {
    width: 300px;
    margin-right: 30px;
  }
  #patent .patent-swiper .swiper-slide .bg-box {
    height: 408px;
  }
  #patent .patent-swiper .swiper-slide .pic-box {
    width: 240px;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active {
    width: 700px!important;
    height: 490px;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active .bg-box .pic-box {
    width: 260px;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active .info {
    padding: 30px;
  }
}
@media (max-width: 1380px) {
  #patent .patent-swiper .swiper-slide.swiper-slide-active {
    width: 640px!important;
    height: 490px;
  }
}
@media (max-width: 800px) {
  #patent .patent-swiper {
    height: 390px;
    margin-top: 30px;
  }
  #patent .patent-swiper .swiper-slide {
    width: 100%;
  }
  #patent .patent-swiper .swiper-slide .bg-box {
    height: 350px;
  }
  #patent .patent-swiper .swiper-slide .pic-box {
    width: 222px;
    padding: 10px 0;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active {
    width: 100%!important;
    height: 390px;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active .bg-box .pic-box {
    width: 222px;
    margin-top: -25px;
  }
  #patent .patent-swiper .swiper-slide.swiper-slide-active .info {
    padding: 20px;
  }
}
.page-news-lists {
  background-color: #f2f4f7;
}
.page-news-lists .top-box .nav-box .item {
  color: #5e6570;
}
.page-news-lists .top-box .nav-box .item:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}
.page-news-lists .top-box .nav-box .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #babbbf;
}
.page-news-lists .top-box .nav-box .item:hover,
.page-news-lists .top-box .nav-box .item.active {
  color: #000;
}
.page-news-lists .top-box .formbox .content {
  width: 400px;
  border-bottom: 1px solid #babbbf;
}
.page-news-lists .top-box .formbox .content input {
  padding: 12px 0;
  flex: 1;
}
.page-news-lists .top-box .formbox .content .search {
  cursor: pointer;
}
.page-news-lists .list-content .left-nav {
  width: 130px;
}
.page-news-lists .list-content .left-nav .ul {
  position: relative;
}
.page-news-lists .list-content .left-nav .ul::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -4px;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #e7eaef;
}
.page-news-lists .list-content .left-nav .ul li {
  padding-bottom: 40px;
  position: relative;
}
.page-news-lists .list-content .left-nav .ul li:first-child::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -4px;
  width: 6px;
  height: 162px;
  border-radius: 3px;
  background-color: #db0507;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.page-news-lists .list-content .left-nav .ul li a {
  color: #5e6570;
  padding-left: 20px;
  position: relative;
}
.page-news-lists .list-content .left-nav .ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #db0507;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.page-news-lists .list-content .left-nav .ul li.active a,
.page-news-lists .list-content .left-nav .ul li:hover a {
  color: #db0507;
  opacity: 1;
  font-size: 30px;
}
.page-news-lists .list-content .left-nav .ul li.active a::before,
.page-news-lists .list-content .left-nav .ul li:hover a::before {
  opacity: 1;
}
.page-news-lists .list-content .news-list {
  width: 88%;
}
.page-news-lists .list-content .news-list .ul li {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #babbbf;
}
.page-news-lists .list-content .news-list .ul li a .info-box {
  width: 68%;
  padding-right: 60px;
  box-sizing: border-box;
}
.page-news-lists .list-content .news-list .ul li a .info-box .text-node {
  margin: 25px 0 45px;
}
.page-news-lists .list-content .news-list .ul li a .info-box .date img {
  margin-right: 8px;
}
.page-news-lists .list-content .news-list .ul li a .info-box .title {
  display: inline-block;
}
.page-news-lists .list-content .news-list .ul li a .oppress {
  width: 29%;
  height: 272px;
}
.page-news-lists .list-content .news-list .ul li a:hover {
  background-color: #e7eaef;
}
.page-news-lists .list-content .news-list .ul li a:hover .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.page-news-lists .list-content .load-box {
  margin: 70px auto 0;
  width: 563px;
  height: 58px;
  border-width: 1px;
  border-color: #5e6570;
  border-style: solid;
  cursor: pointer;
  text-transform: uppercase;
}
.page-news-lists .list-content .load-box .icon {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(90deg);
}
.page-news-lists .list-content .load-box:hover {
  background-color: #e7eaef;
}
@media (max-width: 1580px) {
  .page-news-lists .list-content .news-list .ul li a .info-box {
    width: 66%;
    padding-right: 30px;
  }
  .page-news-lists .list-content .news-list .ul li a .oppress {
    width: 31%;
    height: 242px;
  }
}
@media (max-width: 1380px) {
  .page-news-lists .list-content .left-nav {
    width: 120px;
  }
  .page-news-lists .list-content .left-nav .ul li a::before {
    top: 8px;
  }
  .page-news-lists .list-content .left-nav .ul li.active a,
  .page-news-lists .list-content .left-nav .ul li:hover a {
    font-size: 26px;
  }
  .page-news-lists .list-content .news-list .ul li a .oppress {
    width: 32%;
    height: 222px;
  }
}
@media (max-width: 1280px) {
  .page-news-lists .list-content .load-box {
    margin: 50px auto 0;
    width: 363px;
    height: 48px;
  }
}
@media (max-width: 800px) {
  .page-news-lists .top-box .nav-box .item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }
  .page-news-lists .top-box .nav-box .item:not(:last-child)::after {
    height: 20px;
  }
  .page-news-lists .top-box .formbox .content {
    width: 300px;
  }
  .page-news-lists .top-box .formbox .content input {
    padding: 10px 0;
  }
  .page-news-lists .list-content .left-nav {
    width: 80px;
  }
  .page-news-lists .list-content .left-nav .ul::after {
    right: 6px;
    width: 4px;
  }
  .page-news-lists .list-content .left-nav .ul li {
    padding-bottom: 30px;
  }
  .page-news-lists .list-content .left-nav .ul li:first-child::after {
    right: 6px;
    width: 4px;
    height: 102px;
  }
  .page-news-lists .list-content .left-nav .ul li a {
    padding-left: 12px;
  }
  .page-news-lists .list-content .left-nav .ul li a::before {
    top: 8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #db0507;
  }
  .page-news-lists .list-content .left-nav .ul li.active a,
  .page-news-lists .list-content .left-nav .ul li:hover a {
    font-size: 20px;
  }
  .page-news-lists .list-content .news-list {
    width: 82%;
  }
  .page-news-lists .list-content .news-list .ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box {
    width: 68%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box .text-node {
    margin: 10px 0 ;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box .date img {
    margin-right: 5px;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box .title {
    display: block;
  }
  .page-news-lists .list-content .news-list .ul li a .oppress {
    width: 29%;
    height: 150px;
  }
}
@media (max-width: 500px) {
  .page-news-lists .date span {
    font-size: 14px;
  }
  .page-news-lists .date img {
    width: 14px;
  }
  .page-news-lists .top-box {
    flex-wrap: wrap;
  }
  .page-news-lists .top-box .nav-box .item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }
  .page-news-lists .top-box .nav-box .item:not(:last-child)::after {
    height: 20px;
  }
  .page-news-lists .top-box .formbox {
    margin-top: 20px;
    width: 100%;
  }
  .page-news-lists .top-box .formbox .content {
    width: 100%;
  }
  .page-news-lists .list-content .left-nav {
    width: 100%;
  }
  .page-news-lists .list-content .left-nav .ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
  }
  .page-news-lists .list-content .left-nav .ul::after {
    display: none;
  }
  .page-news-lists .list-content .left-nav .ul li {
    padding-bottom: 0;
    margin-right: 15px;
  }
  .page-news-lists .list-content .left-nav .ul li:first-child::after {
    display: none;
  }
  .page-news-lists .list-content .news-list {
    width: 100%;
    margin-top: 30px;
  }
  .page-news-lists .list-content .news-list .ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box {
    width: 65%;
    padding-right: 0;
  }
  .page-news-lists .list-content .news-list .ul li a .info-box .text-node {
    margin: 10px 0 ;
  }
  .page-news-lists .list-content .news-list .ul li a .oppress {
    width: 32%;
    height: 100px;
  }
  .page-news-lists .list-content .load-box {
    margin: 40px auto 0;
    width: 223px;
    height: 35px;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.2em;
  color: #5e6570;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch {
  color: #5e6570;
}
#crumbs .touch .icon {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  background-color: #db0507;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  color: #000;
}
#crumbs.gray {
  color: #191919;
}
#crumbs.gray .touch .icon {
  color: #fff;
  background-color: #db0507;
}
#crumbs.gray .touch:hover > a span,
#crumbs.gray .touch.active > a span {
  color: #db0507;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.news-details {
  padding-top: 50px;
  background-color: #e7eaef;
  z-index: 100;
}
.news-details .share .item {
  margin-left: 15px;
}
.news-details .share .item.cc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  color: #5e6570;
  border-color: transparent;
  font-size: 18px;
}
.news-details .share .item.cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.news-details .share .item.cc .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.news-details .share .item.active.cc,
.news-details .share .item:hover.cc {
  color: #fff;
  border-color: #db0507;
  background-color: #db0507;
}
.news-details .content {
  max-width: 69%;
  margin: 0 auto;
}
.news-details .content .article {
  margin-top: 90px;
}
.news-details .content .article .date {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #babbbf;
  margin-top: 20px;
}
.news-details .content .article .date img {
  margin-right: 8px;
}
.news-details .content .article .desc {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #babbbf;
  line-height: 1.4;
  font-size: 20px;
  color: #5e6570;
}
.news-details .content .article .desc a {
  display: inline-block;
}
.news-details .content .article .btn-box a {
  margin-bottom: 20px;
  color: #5e6570;
}
.news-details .content .article .btn-box a:hover {
  color: #000;
}
@media (max-width: 800px) {
  .news-details {
    padding-top: 30px;
  }
  .news-details .top-box {
    flex-wrap: wrap;
  }
  .news-details .top-box .share {
    margin-top: 10px;
  }
  .news-details .content {
    max-width: 100%;
  }
  .news-details .content .article {
    margin-top: 30px;
  }
  .news-details .content .article .date {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #babbbf;
    margin-top: 10px;
  }
  .news-details .content .article .date span {
    font-size: 14px;
  }
  .news-details .content .article .date img {
    width: 14px;
    margin-right: 5px;
  }
  .news-details .content .article .desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .news-details .content .article .btn-box a {
    margin-bottom: 10px;
  }
}
#mapContent {
  background-color: #e7eaef;
}
#mapContent .map-box svg .dot {
  animation: shake 1s ease infinite;
}
.lxfs {
  background-image: -moz-linear-gradient(0deg, #e3e7ed 0%, #aeb7c2 100%);
  background-image: -webkit-linear-gradient(0deg, #e3e7ed 0%, #aeb7c2 100%);
  background-image: -ms-linear-gradient(0deg, #e3e7ed 0%, #aeb7c2 100%);
}
@media (max-width: 800px) {
  .lxfs .lists {
    flex-wrap: wrap;
  }
}
.lxfs .lists .item {
  min-width: 22%;
  position: relative;
  box-sizing: border-box;
}
.lxfs .lists .item .txt {
  min-height: 60px;
  margin: 8px 0 25px;
}
.lxfs .lists .item:not(:last-child) {
  margin-right: 5%;
}
.lxfs .lists .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #babbbf;
}
.lxfs .lists .item:not(:last-child)::before {
  content: '';
  width: 3px;
  height: 10px;
  background-color: #db0507;
  position: absolute;
  top: 0;
  right: 0;
}
.lxfs .lists .item .icon-box {
  width: 112px;
  height: 112px;
  margin: 0;
}
.lxfs .lists .item .icon-box .mark .circle {
  width: 0.9rem;
  height: 0.9rem;
  margin: -0.45rem 0 0 -0.45rem;
}
@media (max-width: 1580px) {
  .lxfs .lists .item .icon-box {
    width: 102px;
    height: 102px;
  }
  .lxfs .lists .item .icon-box .pic {
    height: 35px;
  }
  .lxfs .lists .item .icon-box .mark .circle {
    width: 0.7rem;
    height: 0.7rem;
    margin: -0.35rem 0 0 -0.35rem;
  }
}
@media (max-width: 1200px) {
  .lxfs .lists .item:not(:last-child) {
    margin-right: 3%;
  }
  .lxfs .lists .item .icon-box {
    width: 82px;
    height: 82px;
  }
  .lxfs .lists .item .icon-box .pic {
    height: 30px;
  }
  .lxfs .lists .item .icon-box .mark .circle {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}
@media (max-width: 800px) {
  .lxfs .lists .item {
    min-width: 48%;
  }
  .lxfs .lists .item:last-child {
    min-width: 100%;
    margin-top: 20px;
  }
  .lxfs .lists .item .txt {
    min-height: 30px;
    margin: 8px 0 15px;
  }
  .lxfs .lists .item:nth-child(2)::after,
  .lxfs .lists .item:nth-child(2)::before {
    display: none;
  }
  .lxfs .lists .item:not(:last-child) {
    margin-right: 0;
  }
  .lxfs .lists .item .icon-box {
    width: 66px;
    height: 66px;
  }
  .lxfs .lists .item .icon-box .pic {
    height: 25px;
  }
  .lxfs .lists .item .icon-box .mark .circle {
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
  }
}
