@import "//at.alicdn.com/t/c/font_5183849_q7n8ch0p4hi.css";
html {
  font-family: 'SourceHanSansSC', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  color: #343434;
}
@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: #db181c;
  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.7;
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .text-node {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1080px) {
  .text-node {
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.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;
}
.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: 70px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1480px) {
  .pt,
  .pb {
    padding-bottom: 70px;
  }
}
@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: #db181c;
}
.maincolor2 {
  color: #fa8e22;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
  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;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: #db181c;
}
.more .char {
  margin-right: 5px;
}
.more i {
  display: block;
  transform: rotate(145deg);
  transition: all 0.3s ease-in-out;
}
.more .spe-i {
  width: 30px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.more .spe-i::after {
  width: 30px;
  height: 32px;
  background-image: url(../images/yuan2.png);
}
.more:hover i {
  transform: rotate(180deg);
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #db181c;
  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: #db181c;
  border-color: #db181c;
  opacity: 1;
}
.more.white-more {
  border: 1px solid #fff;
  background-color: transparent;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #db181c;
}
.more.new-more:hover .dot {
  border-color: #db181c;
}
.more.new-more:hover .dot::after {
  background-color: #db181c;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 42px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
  .more.spe-more {
    height: 50px;
  }
}
.same-bg {
  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%);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #db181c;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(219, 24, 28, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(219, 24, 28, 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, 24, 28, 0)), to(rgba(219, 24, 28, 0.4)));
  background: linear-gradient(0deg, rgba(219, 24, 28, 0), rgba(219, 24, 28, 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: 1480px) {
  .f26 {
    font-size: 22px;
  }
  .f28 {
    font-size: 22px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 25px;
  }
  .f36 {
    font-size: 34px;
  }
  .f40 {
    font-size: 34px;
  }
  .f44 {
    font-size: 34px;
  }
  .f48 {
    font-size: 36px;
  }
  .f56 {
    font-size: 40px;
  }
  .f24 {
    font-size: 20px;
  }
  .f22 {
    font-size: 18px;
  }
  .f20 {
    font-size: 16px;
  }
  
  .f18 {
    font-size: 16px;
  }
  .f16 {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  
   .f48 {
    font-size: 32px;
  }
  .f56 {
    font-size: 38px;
  }
  .f24 {
    font-size: 18px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f18 {
    font-size: 14px;
  }
 
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .num-box {
  align-items: center;
}
.datum .num-box .unit {
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 8px;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 48px;
  font-family: 'adineueBold', sans-serif;
  text-align: center;
}
.datum .num .data-rolling {
  transition: transform 2s ease-out, color 0.3s ease-out !important;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  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%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.datum .num::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .num::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #db181c;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .datum {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 12px;
  }
  .datum .num::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .num::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .num::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.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: #db181c !important;
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 22px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 25px;
  }
  .f44 {
    font-size: 25px;
  }
  .f48 {
    font-size: 25px;
  }
  .f56 {
    font-size: 28px;
  }
  .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;
  }
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
  margin-top: 20px;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}
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 {
  border-color: #db181c;
  color: #fff;
  background-color: #db181c;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  line-height: 45px;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.8em;
  font-family: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
  color: rgba(0, 0, 0, 0.6);
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: #db181c;
  background-color: #db181c;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  color: #fff;
}
ul.pagination li:last-child {
  margin-left: 0.1rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e60e";
}
ul.pagination li:first-child {
  margin-right: 0.1rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e60f";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 5em;
    min-width: 90px;
  }
}
.main {
  max-width: 1680px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 90%;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 90%;
  }
}

@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: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.6);
}
.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: #fff;
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #db181c;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #db181c;
}
.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: #db181c;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #db181c;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #db181c;
}
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: #db181c;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #db181c;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #db181c;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #db181c;
}
.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: #db181c;
}
.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: #db181c;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(26, 26, 26, 0.071);
  border-radius: 50%;
}
.swiper-change.spe-change .btn:after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .swiper-change.spe-change .btn:after {
    font-size: 16px;
  }
}
.swiper-change.spe-change .btn:hover {
  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%);
}
.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: #db181c;
  background-color: #db181c;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .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: #db181c;
}
.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);
  }
}
#header {
  z-index: 420;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: rgba(254, 254, 254, 0.6);
}
#header .nav .subset:empty {
  display: none !important;
}
#header.detail-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header.scroll {
  transform: translateY(-140%);
}
#header.show,
#header.on {
  transform: translateY(0);
  background-color: #fff;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul .touch {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .search-box {
    width: 218px;
    height: 38px;
    padding-right: 15px;
    border-width: 1px;
    border-color: #db181c;
    border-style: solid;
    border-radius: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
  }
  #header .search-box .content {
    width: 100%;
    height: 100%;
  }
  #header .search-box .content label {
    flex: 1;
  }
  #header .search-box .content label input {
    width: 100%;
    display: block;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #header .search-box .content .btn {
    cursor: pointer;
  }
  #header .tel-box .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #db181c;
    text-align: center;
    line-height: 22px;
    color: #fff;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: 20px;
  }
  #header .nav .fade {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  #header .nav .fade.pro-fade {
    left: -220px;
    transform: none;
  }
  #header .nav .subset {
    white-space: nowrap;
    color: #fff;
    background-color: #db181c;
    box-sizing: border-box;
    position: relative;
    min-width: 138px;
  }
  #header .nav .subset::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 #db181c;
  }
  #header .nav .subset.pro-subset {
    min-width: 1280px;
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    width: 100%;
    position: relative;
    padding:10px 20px;
    box-sizing: border-box;
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header .nav .subset > a::after,
  #header .nav .subset .top-name::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    opacity: 1;
  }
  #header .nav .subset .list1 {
    width: 90%;
    margin-bottom: -45px;
  }
  #header .nav .subset .list1 > li {
    width: 45%;
    margin-bottom: 45px;
  }
  #header .nav .subset .list1 > li a {
    opacity: 0.8;
  }
  #header .nav .subset .list1 > li a:hover {
    opacity: 1;
    color: #db181c;
  }
  #header .nav .subset .list1 .row {
    margin-bottom: 14px;
  }
  #header .nav .subset .list1 ul li {
    margin-top: 8px;
  }
  #header .nav .touch:hover .top {
    position: relative;
  }
  #header .nav .touch:hover .top::after {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
  #header .nav .touch.active .top {
    position: relative;
  }
  #header .nav .touch.active .top::after {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@media (max-width: 1480px) {
  #header {
    height: 100px;
  }
  #header .logo img {
    height: 70px;
  }
}
@media (max-width: 800px) {
  #header {
    height: 65px;
  }
  #header .logo img {
    height: 50px;
  }
  #header.show::after,
  #header.on::after {
    opacity: 0;
  }
  #header .main {
    height: 100%;
  }
  #header .tel-box,
  #header form {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #343434;
  }
  #header .menu .cls {
    fill: #343434;
  }
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #000;
  }
  #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: #fff;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    line-height: inherit;
    height: auto;
  }
  #header .nav .top::before {
    display: none;
  }
  #header .nav .touch {
    margin: 0;
  }
  #header .nav .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: 'icon', sans-serif;
    font-weight: bold;
    display: none;
  }
  #header .nav .touch:has(.fade)::after {
    display: block;
  }
  #header .nav .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls {
    fill: #fff;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.language-menu {
  margin: 0 30px;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.language-menu__placeholder {
  cursor: pointer;
  transition: color 0.3s ease;
}
.language-menu__placeholder .icon-earth-full {
  transition: transform 0.3s ease;
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9;
  width: 100px;
  padding-top: 8px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  margin-top: 8px;
  transition: all 0.3s ease;
}
.language-menu__dropdown ul {
  width: 100%;
  padding: 10px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.language-menu__dropdown ul a {
  color: #333;
  line-height: 30px;
}
.language-menu__dropdown a:hover {
  color: #db181c;
}
.language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 800px) {
  .language-menu {
    margin: 0 40px;
  }
}
.nav .top {
  position: relative;
  font-size: 20px;
}
.nav .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  transition: all 0.4s ease;
  background-color: #db181c;
}
.nav .touch {
  position: relative;
  margin-right: 0.56rem;
  box-sizing: border-box;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  color: #db181c;
}
.nav .touch:hover .top::before,
.nav .touch.active .top::before {
  width: 100%;
}
@media (max-width: 1580px) {
  .nav .top {
    font-size: 18px;
  }
  .nav .touch {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1480px) {
  .nav .top {
    font-size: 16px;
  }
  .nav .touch {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1380px) {
  .nav .top {
    font-size: 14px;
  }
  .nav .touch {
    margin-right: 0.3rem;
  }
}
#footer {
  background-color: #2b2929;
}
#footer .container .same-bj {
  padding-left: 10%;
  padding-right: 5%;
  box-sizing: border-box;
}
#footer .container .left-box {
  width: 65%;
}
#footer .container .right-box {
  width: 35%;
  padding-right: 7%;
  padding-left: 4%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  padding-bottom: 75px;
}
#footer .container .right-box .bottom-box {
  margin-top: 85px;
  align-items: flex-end;
}
#footer .container .right-box .bottom-box .toTop {
  margin-bottom: 30px;
  cursor: pointer;
}
#footer .container .right-box .bottom-box .toTop:hover {
  animation: shake 1s ease forwards;
}
#footer .container .top-box {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .container .top-box .lxwm {
  width: 200px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.102);
  padding: 0 30px;
  border-radius: 25px;
  box-sizing: border-box;
}
#footer .container .top-box .lxwm .icon {
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #db181c;
  text-align: center;
  line-height: 32px;
}
#footer .container .top-box .lxwm:hover {
  background-color: #db181c;
}
#footer .container .top-box .lxwm:hover .icon {
  color: #db181c;
  background-color: #fff;
}
#footer .container .nav-ul {
  margin-top: 50px;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 20px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.8;
  margin-top: 10px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .connect .item {
  margin-top: 45px;
}
#footer .connect .item .icon {
  margin-top: 8px;
}
#footer .connect .item p {
  flex: 1;
  margin-left: 10px;
}
#footer .wechat li {
  text-align: center;
  margin-right: 36px;
}
#footer .wechat li .pic {
  width: 158px;
  height: 158px;
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .wechat li p {
  margin-top: 8px;
}
#footer .copyright {
  margin-top: 55px;
}
#footer .copyright .left {
  width: 80%;
}
#footer .copyright .left a {
  margin-left: 5%;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 800px) {
  #footer .copyright {
    margin-top: 0;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  #footer .copyright .left {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1780px) {
  #footer .wechat li {
    margin-right: 20px;
  }
  #footer .wechat li .pic {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1480px) {
  #footer .wechat li {
    margin-right: 20px;
  }
  #footer .wechat li .pic {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 800px) {
  #footer {
    position: relative;
  }
  #footer .container {
    flex-wrap: wrap;
  }
  #footer .container .same-bj {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .container .left-box {
    width: 100%;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .container .top-box a img {
    height: 60px;
  }
  #footer .container .top-box .lxwm {
    width: 150px;
    height: 45px;
    padding: 0 20px;
  }
  #footer .container .top-box .lxwm .icon {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  #footer .container .right-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 136px;
  }
  #footer .container .right-box .bottom-box {
    margin-top: 30px;
  }
  #footer .container .connect .item {
    margin-top: 10px;
  }
  #footer .container .connect .item .icon {
    margin-top: 4px;
  }
  #footer .container .connect .item p {
    margin-left: 5px;
  }
  #footer .container .wechat {
    justify-content: center;
    width: 100%;
  }
}
#aside {
  width: 64px;
  position: fixed;
  z-index: 410;
  right: 0;
  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: #db181c;
  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;
  cursor: pointer;
  transition: all 0.4s ease;
}
#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,#aside .item.active {
  color: #fff;
  background-color: #db181c;
}
#aside .item:hover:first-child,#aside .item.active: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,#aside .item.active .box .op7{
  opacity: 1;
}
#aside .item:hover .fade {
  margin-right: 0;
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
    right: 0;
    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: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: all 0.6s linear;
  z-index: 199;
  width: 90%;
}
#banner .banner-txt .title-box {
  margin: 20px 0 50px;
}
#banner .banner-txt .title {
  font-size: 58px;
  line-height: 1.1;
}
#banner .banner-txt .desc {
  color: #3c4854;
}
#banner .banner-txt .more {
  margin-top: 90px;
}
#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 .pic-box {
  max-width: 60%;
}
#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 .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .pagination {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  margin-bottom: 20px;
  z-index: 2;
}
#banner .pagination .main {
  position: relative;
  bottom: 0;
}
#banner .pagination .swiper-pagination-bullet {
  width: auto;
  height: 1.8em;
  transition: all 0.4s linear;
  opacity: 1;
  margin: 0 0.6em 0 0;
  background-color: transparent;
}
#banner .pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .pagination .svg {
  width: 1.8em;
  height: 1.8em;
}
#banner .pagination .c1,
#banner .pagination .c2 {
  fill: none;
  stroke-width: 4;
  opacity: 0;
}
#banner .pagination .c3 {
  fill: #9fa0a1;
  transition: all 0.4s linear;
}
#banner .pagination .c1 {
  stroke: #9fa0a1;
}
#banner .pagination .c2 {
  stroke: #db181c;
  stroke-dasharray: 0, 314;
  transition: all var(--duration) linear;
}
#banner .pagination .progress {
  transition: all 0.4s linear;
  width: 0;
  overflow: hidden;
  height: 1px;
  background-color: #9fa0a1;
}
#banner .pagination .progress:after {
  content: "";
  display: block;
  height: 100%;
  background-color: #db181c;
  width: 0;
}
@keyframes banner-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes banner-timing {
  0% {
    stroke-dasharray: 0, 314;
  }
  100% {
    stroke-dasharray: 314, 0;
  }
}
#banner .pagination .swiper-pagination-bullet-active .c1 {
  opacity: 1;
}
#banner .pagination .swiper-pagination-bullet-active .c2 {
  opacity: 1;
  animation: banner-timing var(--duration--) linear forwards;
}
#banner .pagination .swiper-pagination-bullet-active .c3 {
  fill: #db181c;
}
#banner .pagination .swiper-pagination-bullet-active .progress {
  margin-left: 0.6em;
  width: 3em;
}
#banner .pagination .swiper-pagination-bullet-active .progress:after {
  animation: banner-progress var(--duration--) linear forwards;
}
@media (max-width: 1480px) {
  #banner .banner-txt .title {
    font-size: 40px;
  }
  #banner .pagination {
    bottom: 0;
  }
  #banner .swiper .swiper-slide .banner-txt .pic-box {
  max-width: 50%;
}
}
@media (max-width: 800px) {
  #banner .banner-txt {
    flex-wrap: wrap;
  }
  #banner .banner-txt .title-box {
    margin: 10px 0 20px;
  }
  #banner .banner-txt .title {
    font-size: 28px;
    line-height: 1.2;
  }
  #banner .banner-txt .more {
    margin-top: 30px;
  }
  #banner .swiper .swiper-slide .banner-txt .pic-box {
    max-width: 100%;
    margin-top: 50px;
  }
  #banner .pagination {
    left: 35%;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 812px;
}
#banner.page-banner .bg {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
#banner.page-banner.detail-banner {
  height: auto;
}
#banner.page-banner.detail-banner .main {
  position: relative;
  z-index: 19;
}
#banner.page-banner.detail-banner .info-box {
  width: 80%;
  margin: 0 auto;
}
#banner.page-banner.detail-banner .info-box .pic {
  width: 40%;
  transition: all 0.6s linear;
}
#banner.page-banner.detail-banner .info-box .pic:hover {
  transform: scale(1.1);
}
#banner.page-banner.detail-banner .info-box .right-info {
  width: 55%;
}
#banner.page-banner.detail-banner .info-box .right-info .tit {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#banner.page-banner.detail-banner .info-box .right-info .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #900816;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box a {
  padding: 8px 24px;
  border-radius: 30px;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box a .icon-box {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box a span {
  flex: 1;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box a:hover .icon-box {
  animation: shake 0.5s linear forwards;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box .tel {
  background-color: #db181c;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box .down {
  margin: 0 14px;
  background-color: #7b94a0;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box .down .icon-box {
  color: #7b94a0;
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box .consult {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#banner.page-banner.detail-banner .info-box .right-info .btn-box .consult .icon-box {
  background-color: #db181c;
}
@media (max-width: 1580px) {
  #banner.page-banner {
    height: auto;
  }
  #banner.page-banner.detail-banner .info-box {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 300px;
  }
  #banner.page-banner.detail-banner .info-box .pic {
    width: 100%;
    transition: all 0.6s linear;
    padding: 20px 15vw;
  }
  #banner.page-banner.detail-banner .info-box .pic:hover {
    transform: scale(1.1);
  }
  #banner.page-banner.detail-banner .info-box .right-info {
    width: 100%;
  }
  #banner.page-banner.detail-banner .info-box .right-info .tit {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
  #banner.page-banner.detail-banner .info-box .right-info .btn-box {
    flex-wrap: wrap;
    margin-bottom: -14px;
  }
  #banner.page-banner.detail-banner .info-box .right-info .btn-box a {
    margin-right: 14px;
    margin-bottom: 14px;
  }
  #banner.page-banner.detail-banner .info-box .right-info .btn-box .down {
    margin: 0 14px 14px 0;
  }
}
.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 {
  align-items: flex-end;
  margin-bottom: 80px;
}

  
.same-top-box .same-nav .item {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 22px;
  padding: 8px 35px 8px 15px;
  position: relative;
  
}
.same-top-box .same-nav .item:not(:first-child) {
  margin-left: 15px;
}
.same-top-box .same-nav .item::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.same-top-box .same-nav .item.on {
  color: #fff;
  border-color: #db181c;
  background-color: #db181c;
}
.same-top-box .same-nav .item.on::after {
  background-color: #fff;
}
@media (max-width: 1580px) {
  .same-top-box {
    margin-bottom: 60px;
  }
  .same-top-box .same-nav{
   justify-content: flex-end;
}
  .same-top-box .same-nav .item {
    padding: 8px 30px 8px 10px;
    font-size: 14px;
  }
  .same-top-box .same-nav .item:not(:first-child) {
    margin-left: 10px;
  }
  .same-top-box .same-nav .item::after {
    right: 10px;
  }
      
}
@media (max-width: 1480px){
    .same-top-box .same-nav{
        width:84%;
    }
    
    .same-top-box .same-nav .item::after{
        top: 14px;
    }
}
@media (max-width: 1380px){
    .same-top-box .same-nav{
        flex-wrap:wrap;
       
        width: 80%;
    }
    .same-top-box .same-nav .item{
        margin-top: 15px;
    } 
}
@media (max-width: 1080px) {
  .same-top-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .same-top-box .same-nav {
   justify-content: flex-start;
    margin-top: 20px;
     width: 100%;
  }
  .same-top-box .same-nav .item {
    padding: 5px 30px 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .same-top-box .same-nav .item:not(:first-child) {
    margin-left: 0;
  }
  .same-top-box .same-nav .item::after {
    right: 10px;
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
.same-title .en-txt {
  font-weight: 600;
}
.same-title.colfff .small-title {
  background-color: rgba(255, 255, 255, 0.2);
}
#product .product-lists .ul a {
  width: 100%;
  background-color: #f5f5f5;
}
#product .product-lists .ul a .oppress {
  width: 100%;
  height: 430px;
}
#product .product-lists .ul a .oppress img {
  max-width: 80%;
  max-height: 80%;
}
#product .product-lists .ul a .info-box {
  padding: 30px;
  position: relative;
}
#product .product-lists .ul a .info-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #db181c;
  transition: height 0.4s ease-in-out;
}
#product .product-lists .ul a .info-box .info {
  position: relative;
  z-index: 1;
}
#product .product-lists .ul a .info-box .info .type {
  margin-top: 10px;
}
#product .product-lists .ul a:hover {
  color: #fff;
}
#product .product-lists .ul a:hover .info-box::after {
  height: 100%;
}
#product .product-lists .ul a:hover .info .type img {
  filter: brightness(0) invert(1);
}
#product.page-product {
  background-color: #f4f6f8;
}
#product.page-product .left-nav {
  width: 17%;
}
#product.page-product .left-nav .nav-item {
  margin-bottom: 5px;
}
#product.page-product .left-nav .nav-item .top {
  padding: 30px 25px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
#product.page-product .left-nav .nav-item .top .name {
  position: relative;
  padding-left: 15px;
}
#product.page-product .left-nav .nav-item .top .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 25px;
  background-color: #db181c;
  transition: all 0.4s ease-in-out;
}
#product.page-product .left-nav .nav-item .top .reduce {
  display: none;
}
#product.page-product .left-nav .nav-item .nav-lists {
  display: none;
  background-color: #fff;
  padding: 30px 35px;
}
#product.page-product .left-nav .nav-item .nav-lists a {
  opacity: 0.8;
}
#product.page-product .left-nav .nav-item .nav-lists a:not(:first-child) {
  margin-top: 22px;
}
#product.page-product .left-nav .nav-item .nav-lists a:hover {
  opacity: 1;
  color: #db181c;
}
#product.page-product .left-nav .nav-item.on .top {
  background-color: #db181c;
}
#product.page-product .left-nav .nav-item.on .top .name {
  color: #fff;
}
#product.page-product .left-nav .nav-item.on .top .name::after {
  background-color: #fff;
}
#product.page-product .left-nav .nav-item.on .top .add {
  display: none;
}
#product.page-product .left-nav .nav-item.on .top .reduce {
  display: block;
}
#product.page-product .product-lists {
  width: 80%;
  padding: 48px 48px 80px;
  background-color: #fff;
  box-sizing: border-box;
}
#product.page-product .product-lists .top-name {
  background-image: url(../images/bg7.jpg);
  padding: 28px 45px;
  box-sizing: border-box;
}
#product.page-product .product-lists .ul {
  margin-top: 60px;
  margin-right: -3.33%;
}
#product.page-product .product-lists .ul li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 3.33%;
}
#product.page-product .product-lists .ul a .oppress {
  height: 345px;
}
#product.page-product .product-lists .ul a .info-box {
  padding: 24px;
}
#product.bottom-support-details {
  background-color: #fff;
}
#product.bottom-support-details .product-lists {
  width: 100% !important;
  padding: 0;
  background-color: transparent;
}
#product.bottom-support-details .product-lists .ul {
  margin-top: 60px;
  margin-right: -2%;
}
#product.bottom-support-details .product-lists .ul li {
  width: 23%;
  margin-bottom: 0;
  margin-right: 2%;
}
#product.bottom-support-details .product-details {
  width: 100%;
}
#product.bottom-support-details .product-details .btn-box {
  margin-top: 75px;
}
@media (max-width: 1480px) {
  #product .product-lists .ul a .oppress {
    height: 380px;
  }
  #product .product-lists .ul a .oppress img {
    max-width: 75%;
    max-height: 75%;
  }
  #product.page-product .left-nav {
    width: 21%;
  }
  #product.page-product .product-lists {
    width: 76%;
  }
  #product.page-product .product-lists .top-name {
    padding: 20px 45px;
  }
}
@media (max-width: 800px) {
  #product .product-lists .ul a .oppress {
    height: 250px;
  }
  #product .product-lists .ul a .info-box {
    padding: 20px 5px;
  }
  #product .product-lists .ul a .info-box .info .type {
    margin-top: 5px;
    transform: scale(0.8);
    margin-left: -10px;
    margin-right: -10px;
  }
  #product.page-product .left-nav {
    width: 100%;
  }
  #product.page-product .left-nav .nav-item .top {
    padding: 20px 25px;
  }
  #product.page-product .left-nav .nav-item .nav-lists {
    padding: 20px 35px;
  }
  #product.page-product .left-nav .nav-item .nav-lists a:not(:first-child) {
    margin-top: 12px;
  }
  #product.page-product .product-lists {
    width: 100%;
    padding: 25px 10px 30px;
  }
  #product.page-product .product-lists .top-name {
    padding: 10px 20px;
  }
  #product.page-product .product-lists .ul {
    margin-top: 20px;
    margin-right: 0;
    justify-content: space-between;
  }
  #product.page-product .product-lists .ul li {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0%;
  }
  #product.page-product .product-lists .ul a .oppress {
    height: 200px;
  }
  #product.page-product .product-lists .ul a .info-box {
    padding: 20px 10px;
  }
  #product.bottom-support-details .product-details .btn-box {
    margin-top: 0;
  }
}
#honor {
  background-image: url(../images/bg.jpg);
}
#honor .honor-swiper .ul .swiper-slide .pic {
  height: 168px;
}
#honor .honor-swiper .ul .swiper-slide .pic img {
  max-width: 80%;
  max-height: 100%;
}
#honor .honor-swiper .ul .swiper-slide .name {
  margin: 45px 0 20px;
  text-transform: uppercase;
}
#honor .honor-swiper .ul .swiper-slide:hover .pic img {
  animation: rotatey 2s linear forwards;
}
@keyframes rotatey {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#honor.page-honor {
  padding-bottom: 50px;
}
#honor.page-honor .top-box .text-node {
  width: 50%;
}
@media (max-width: 800px) {
  #honor .honor-swiper .ul .swiper-slide .pic {
    height: 120px;
  }
  #honor .honor-swiper .ul .swiper-slide .pic img {
    max-width: 80%;
    max-height: 100%;
  }
  #honor .honor-swiper .ul .swiper-slide .name {
    margin: 25px 0 10px;
  }
  #honor.page-honor {
    padding-bottom: 30px;
  }
  #honor.page-honor .top-box {
    flex-wrap: wrap;
  }
  #honor.page-honor .top-box .text-node {
    width: 100%;
    margin-top: 30px;
  }
}
#project {
  height: 1000px;
  overflow: hidden;
}
#project .project-swiper {
  width: 100%;
  height: 100%;
}
#project .project-swiper .oppress {
  width: 100%;
  height: 100%;
}
#project .top-title,
#project .same-title {
  position: relative;
  z-index: 9;
}
#project .project-swiper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#project .project-nav {
  width: 100%;
  height: 100%;
}
#project .project-nav .nav-item {
  width: 25%;
  position: relative;
  overflow: hidden;
}
#project .project-nav .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(219, 24, 28, 0.4);
  transition: height 0.4s ease-in-out;
}
#project .project-nav .nav-item .title {
  margin: 40px 0 5px;
}
#project .project-nav .nav-item .more {
  margin: 80px auto 0;
}
#project .project-nav .nav-item .info-box {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
#project .project-nav .nav-item:hover {
  height: 100%;
}
#project .project-nav .nav-item:hover::before {
  height: 100%;
}
#project .project-nav .nav-item:hover .info-box {
  bottom: 50%;
  transform: translateY(50%);
}
#project.page-jzg {
  height: 812px;
}
#project.page-jzg .project-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#project.page-jzg .project-nav .nav-item .title {
  margin: 30px 0 5px;
}
#project.page-jzg .project-nav .nav-item .text-node {
  display: none;
  width: 70%;
  margin: 25px auto 0;
}
#project.page-jzg .project-nav .nav-item .info-box {
  bottom: 40px;
}
#project.page-jzg .project-nav .nav-item:hover .text-node {
  display: block;
}
#project.page-jzg .project-nav .nav-item:hover .info-box {
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 1580px) {
  #project {
    height: 812px;
  }
}
@media (max-width: 1480px) {
  #project {
    height: 768px;
  }
}
@media (max-width: 800px) {
  #project {
    height: 500px;
  }
  #project .project-nav .nav-item .title {
    margin: 20px 0 5px;
  }
  #project .project-nav .nav-item .more {
    margin: 30px auto 0;
  }
  #project .project-nav .nav-item .info-box {
    bottom: -50px;
  }
  #project .project-nav .nav-item:hover .info-box {
    bottom: 50%;
    transform: translateY(50%);
  }
  #project.page-jzg {
    height: 500px;
  }
  #project.page-jzg .project-nav {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  #project.page-jzg .project-nav .nav-item {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
  #project.page-jzg .project-nav .nav-item .title {
    margin: 15px 0 5px;
  }
  #project.page-jzg .project-nav .nav-item .text-node {
    display: block;
    width: 90%;
    margin: 10px auto 0;
    white-space: wrap;
  }
  #project.page-jzg .project-nav .nav-item .info-box {
    bottom: 50%;
    transform: translateY(50%);
  }
  #project.page-jzg .project-nav .nav-item::before {
    height: 100%;
  }
}
#about {
  position: relative;
}
#about .bigen-txt {
  position: absolute;
  top: -100px;
  right: 0;
  color: rgba(34, 34, 34, 0.031);
  font-size: 200px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
#about .content .left-box {
  width: 45%;
}
#about .content .left-box .text-node {
  margin: 30px 0 65px;
  text-align: justify;
}
#about .content .left-box .bottom-box {
  width: 90%;
}
#about .content .right-pic {
  width: 48%;
}
#about .datum .item:hover .num-box .unit,
#about .datum .item:hover .num-box .data-rolling {
  color: #db181c;
}
@media (max-width: 800px) {
  #about .bigen-txt {
    top: -30px;
    font-size: 70px;
    font-weight: bold;
  }
  #about .content {
    flex-wrap: wrap;
  }
  #about .content .left-box {
    width: 100%;
  }
  #about .content .left-box .text-node {
    margin: 10px 0 25px;
  }
  #about .content .left-box .bottom-box {
    width: 100%;
  }
  #about .content .datum .item {
    margin-bottom: 20px;
  }
  #about .content .right-pic {
    width: 100%;
  }
}
#world {
  background-image: url(../images/bg3.jpg);
}
#world .left-box {
  width: 28%;
}
#world .right-box {
  width: 80%;
  margin-left: -10%;
  margin-right: -4%;
}
@keyframes pulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
#world .right-box svg .map-pulse {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}
#world .right-box svg .cls-1,
#world .right-box svg .cls-10,
#world .right-box svg .cls-11,
#world .right-box svg .cls-12,
#world .right-box svg .cls-13,
#world .right-box svg .cls-14,
#world .right-box svg .cls-15,
#world .right-box svg .cls-16,
#world .right-box svg .cls-17,
#world .right-box svg .cls-18,
#world .right-box svg .cls-19,
#world .right-box svg .cls-2,
#world .right-box svg .cls-20,
#world .right-box svg .cls-21,
#world .right-box svg .cls-22,
#world .right-box svg .cls-23,
#world .right-box svg .cls-24,
#world .right-box svg .cls-25,
#world .right-box svg .cls-26,
#world .right-box svg .cls-27,
#world .right-box svg .cls-28,
#world .right-box svg .cls-29,
#world .right-box svg .cls-4,
#world .right-box svg .cls-6,
#world .right-box svg .cls-7,
#world .right-box svg .cls-8,
#world .right-box svg .cls-9 {
  fill-rule: evenodd;
}
#world .right-box svg .cls-3 {
  font-size: 16px;
  fill: #db181c;
}
#world .right-box svg .cls-3,
#world .right-box svg .cls-5 {
  text-transform: uppercase;
}
#world .right-box svg .cls-4 {
  fill: url(#linear-gradient-2);
}
#world .right-box svg .cls-5 {
  font-size: 14px;
  fill: #222;
}
#world .right-box svg .cls-6 {
  fill: url(#linear-gradient-3);
}
#world .right-box svg .cls-7 {
  fill: url(#linear-gradient-4);
}
#world .right-box svg .cls-8 {
  fill: url(#linear-gradient-5);
}
#world .right-box svg .cls-9 {
  fill: url(#linear-gradient-6);
}
#world .right-box svg .cls-10 {
  fill: url(#linear-gradient-7);
}
#world .right-box svg .cls-11 {
  fill: url(#linear-gradient-8);
}
#world .right-box svg .cls-12 {
  fill: url(#linear-gradient-9);
}
#world .right-box svg .cls-13 {
  fill: url(#linear-gradient-10);
}
#world .right-box svg .cls-14 {
  fill: url(#linear-gradient-11);
}
#world .right-box svg .cls-15 {
  fill: url(#linear-gradient-12);
}
#world .right-box svg .cls-16 {
  fill: url(#linear-gradient-13);
}
#world .right-box svg .cls-17 {
  fill: url(#linear-gradient-14);
}
#world .right-box svg .cls-18 {
  fill: url(#linear-gradient-15);
}
#world .right-box svg .cls-19 {
  fill: url(#linear-gradient-16);
}
#world .right-box svg .cls-20 {
  fill: url(#linear-gradient-17);
}
#world .right-box svg .cls-21 {
  fill: url(#linear-gradient-18);
}
#world .right-box svg .cls-22 {
  fill: url(#linear-gradient-19);
}
#world .right-box svg .cls-23 {
  fill: url(#linear-gradient-20);
}
#world .right-box svg .cls-24 {
  fill: url(#linear-gradient-21);
}
#world .right-box svg .cls-25 {
  fill: url(#linear-gradient-22);
}
#world .right-box svg .cls-26 {
  fill: url(#linear-gradient-23);
}
#world .right-box svg .cls-27 {
  fill: url(#linear-gradient-24);
}
#world .right-box svg .cls-28 {
  fill: url(#linear-gradient-25);
}
#world .right-box svg .cls-29 {
  fill: url(#linear-gradient-26);
}
@media (max-width: 800px) {
  #world .content {
    flex-wrap: wrap;
  }
  #world .content .left-box {
    width: 100%;
  }
  #world .content .right-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
#news .news-lists .ul a {
  width: 100%;
  height: 370px;
}
#news .news-lists .ul a .oppress {
  width: 100%;
  height: 100%;
}
#news .news-lists .ul a .date {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 64px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
}
#news .news-lists .ul a .info-box {
  padding: 28px 24px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
#news .news-lists .ul a .info-box .type {
  margin-bottom: 5px;
}
#news .news-lists .ul a:hover {
  color: #fff;
}
#news .news-lists .ul a:hover .info-box {
  background-color: rgba(219, 24, 28, 0.8);
}
#news.top-support {
  background-image: url(../images/bg10.jpg);
}
#news.top-support .news-lists {
  margin-top: 80px;
  margin-right: -8%;
}
#news.top-support .news-lists .ul a {
  height: 540px;
}
#news.top-support .news-lists .ul a .info-box {
  padding: 28px 30px;
  height: 270px;
}
#news.top-support .news-lists .ul a .info-box .name {
  padding-bottom: 15px;
  position: relative;
}
#news.top-support .news-lists .ul a .info-box .name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
#news.top-support .news-lists .ul a .info-box .text-node {
  margin: 25px 0;
}
#news.top-support .news-lists .ul a .info-box .go {
  justify-content: flex-end;
}
@media (max-width: 1480px) {
  #news .news-lists .ul a {
    height: 300px;
  }
  #news .news-lists .ul a .info-box {
    padding: 20px 24px;
  }
  #news.top-support .news-lists {
    margin-top: 30px;
    margin-right: 0;
  }
  #news.top-support .news-lists .ul a {
    height: 440px;
  }
  #news.top-support .news-lists .ul a .info-box {
    padding: 20px;
    height: auto;
  }
}
#profile {
  background-image: url(../images/bg4.jpg);
}
#profile .content {
  height: 864px;
}
#profile .content .left-box {
  width: 56%;
}
#profile .content .left-box .text-node {
  margin: 60px 0 35px;
}
#profile .content .right-box {
  width: 46%;
  height: 100%;
  margin-right: -8%;
  position: relative;
}
#profile .content .right-box .oppress {
  width: 100%;
  height: 100%;
}
#profile .content .right-box .datum {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#profile .content .right-box .datum .item {
  flex: 1;
  padding: 40px 25px;
  box-sizing: border-box;
}
#profile .content .right-box .datum .item:first-child {
  background-color: #e24649;
}
#profile .content .right-box .datum .item:nth-of-type(2) {
  background-color: #e0393c;
}
#profile .content .right-box .datum .item:nth-of-type(3) {
  background-color: #de2a2e;
}
#profile .content .right-box .datum .item:nth-of-type(4) {
  background-color: #db181c;
}
@media (max-width: 1780px) {
  #profile .content .right-box {
    margin-right: -6%;
  }
  #profile .content .right-box .datum .item {
    padding: 40px 15px;
  }
  #profile .content .right-box .datum .item:nth-of-type(3) {
    margin-left: -10px;
  }
  #profile .content .right-box .datum .item:nth-of-type(4) {
    margin-left: -20px;
  }
}
@media (max-width: 1480px) {
  #profile .content {
    height: 768px;
  }
  #profile .content .right-box {
    margin-right: -5%;
  }
  #profile .content .right-box .datum .item:nth-of-type(4) {
    margin-left: -25px;
  }
  
}
@media (max-width: 1380px) {
    #profile .content .right-box .datum .item {
 
  padding: 40px 5px;
}
}
@media (max-width: 1080px) {
  #profile .content {
    height: auto;
  }
  #profile .content .left-box {
    width: 100%;
  }
  #profile .content .left-box .text-node {
    margin: 30px 0 25px;
  }
  #profile .content .right-box {
    width: 120%;
    margin-right: -20px;
    margin-left: -20px;
  }
  #profile .content .right-box .datum {
    flex-wrap: wrap;
  }
  #profile .content .right-box .datum .item {
    flex: inherit;
    width: 50%;
    padding: 25px;
  }
  #profile .content .right-box .datum .item:nth-of-type(3),
  #profile .content .right-box .datum .item:nth-of-type(4) {
    margin-left: 0;
  }
}
#culture .top-info {
  width: 70%;
  margin: 30px auto 70px;
}
#culture .ul {
  margin-bottom: -40px;
}
#culture .ul li {
  width: 48.5%;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
#culture .ul li .oppress {
  width: 100%;
  height: 460px;
}
#culture .ul li .info-box {
  padding: 50px;
  box-sizing: border-box;
}
#culture .ul li .info-box .sub-title {
  margin: 20px 0 30px;
}
#culture .ul li:hover .oppress img {
  transform: scale(1.1);
}
#culture .ul li:hover .title img {
  display: block;
  animation: rotatey2 1s ease-in-out forwards;
}
@keyframes rotatey2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@media (max-width: 1780px) {
  #culture .top-info {
    width: 85%;
  }
}
@media (max-width: 1480px) {
  #culture .ul li .oppress {
    height: 360px;
  }
  #culture .ul li .info-box {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  #culture .top-info {
    width: 100%;
    margin: 20px auto 30px;
  }
  #culture .ul {
    margin-bottom: -10px;
  }
  #culture .ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #culture .ul li .oppress {
    height: 230px;
  }
  #culture .ul li .info-box {
    padding: 20px;
  }
  #culture .ul li .info-box .sub-title {
    margin: 10px 0 20px;
  }
}
.article .desc {
  line-height: 1.667;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.8);
}
.article .desc a {
  display: inline-block;
}
@media (max-width: 1480px) {
  .article .desc {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .article .desc {
    font-size: 14px;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.6em;
  opacity: 0.8;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch > a {
  opacity: 0.8;
}
#crumbs .touch .icon {
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #db181c;
  text-align: center;
  line-height: 26px;
}
#crumbs .touch:hover > a,
#crumbs .touch.active > a {
  opacity: 1;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.page-product-details .container {
  align-items: flex-start;
}
.page-product-details .pin-wrapper {
  width: 16%;
}
.page-product-details .pin-wrapper .left-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.page-product-details .left-nav .ul li {
  margin-bottom: 78px;
}
.page-product-details .left-nav .ul li a {
  padding: 10px 0 10px 30px;
  position: relative;
}
.page-product-details .left-nav .ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 0;
  background-color: #db181c;
  transition: all 0.4s ease-in-out;
}
.page-product-details .left-nav .ul li.active a,
.page-product-details .left-nav .ul li:hover a {
  color: #db181c;
  font-size: 24px;
  font-weight: bold;
}
.page-product-details .left-nav .ul li.active a::before,
.page-product-details .left-nav .ul li:hover a::before {
  height: 50px;
}
.page-product-details .product-details {
  width: 80%;
}
.page-product-details .product-details .name-box {
  padding: 14px 50px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #7b949f 0%, #9eb1bd 50%, #92a6b1 100%);
}
.page-product-details .product-details .name-box span {
  margin-right: 50px;
}
.page-product-details .product-details .details {
  padding-left: 50px;
}
.page-product-details .product-details .details .detail-box .circle-desc {
  color: rgba(34, 34, 34, 0.8);
  line-height: 2;
}
.page-product-details .product-details .details .detail-box .circle-desc p {
  padding-left: 25px;
  position: relative;
  width: 46%;
  box-sizing: border-box;
}
.page-product-details .product-details .details .detail-box .circle-desc p::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #db181c;
  border-radius: 50%;
}
.page-product-details .product-details .details .detail-box .tab1 {
  min-width: 100%;
}
.page-product-details .product-details .details .detail-box .tab1 tr {
  background-color: #f7f7f7;
  border-left: 1px solid #666666;
}
.page-product-details .product-details .details .detail-box .tab1 tr:nth-of-type(2n) {
  background-color: #fff;
}
.page-product-details .product-details .details .detail-box .tab1 td {
  padding: 0.8125em calc(10px + 0.3rem);
  box-sizing: border-box;
  border: 1px solid #666666;
  border-left: none;
}
.page-product-details .product-details .details .detail-box .tab1 td:first-child {
    width: 215px;
  }
.page-product-details .product-details .btn-box {
  margin-top: 110px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page-product-details .product-details .btn-box a {
  opacity: 0.8;
}
.page-product-details .product-details .btn-box a.text-over {
  width: 30%;
}
.page-product-details .product-details .btn-box a.next {
  text-align: right;
}
.page-product-details .product-details .btn-box a:hover {
  opacity: 1;
  color: #db181c;
}
.page-product-details .product-details .btn-box .back .icon {
  margin-right: 10px;
}
@media (max-width: 1480px) {
  .page-product-details .product-details .details .detail-box .circle-desc {
    line-height: 1.8;
  }
  .page-product-details .product-details .details .detail-box .circle-desc p {
    padding-left: 20px;
    width: 48%;
  }
  .page-product-details .product-details .details .detail-box .circle-desc p::before {
    top: 10px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 800px) {
  .page-product-details .product-details {
    width: 100%;
  }
  .page-product-details .product-details .name-box {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .page-product-details .product-details .name-box span {
    margin-right: 0;
  }
  .page-product-details .product-details .details {
    padding-left: 0;
  }
  .page-product-details .product-details .details .detail-box .circle-desc p {
    width: 100%;
    padding-left: 20px;
  }
  .page-product-details .product-details .details .detail-box .circle-desc p::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .page-product-details .product-details .details .detail-box .tab1 td {
    padding: 0.8125em 10px;
  }
  .page-product-details .product-details .details .detail-box .tab1 td:first-child {
    width: 120px;
  }
  .page-product-details .product-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .page-product-details .product-details .btn-box a.text-over {
    width: 46%;
  }
  .page-product-details .product-details .btn-box .back {
    display: none;
  }
}
.page-product-details.project-details {
  margin-top: 115px;
  background-image: url('../images/bg9.jpg');
}
.page-product-details.project-details .container {
  position: relative;
}
.page-product-details.project-details .container::after {
  content: '';
  position: absolute;
  left: 49px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 74;
}
.page-product-details.project-details .pin-wrapper {
  border-left: none;
  width: 50px;
}
.page-product-details.project-details .operate-box {
  width: 49px;
  margin-top: 100px;
}
.page-product-details.project-details .operate-box a {
  width: 100%;
  text-align: center;
  height: 172px;
  box-sizing: border-box;
}
.page-product-details.project-details .operate-box a > div {
  width: 20px;
  margin: 10px auto 0;
  opacity: 0.8;
  line-height: 1.1;
}
.page-product-details.project-details .operate-box a.on {
  width: 100%;
  color: #fff;
  background-color: #db181c;
}
.page-product-details.project-details .operate-box a.on > div {
  opacity: 1;
}
.page-product-details.project-details .operate-box a.toTop {
  background-color: #fff;
}
.page-product-details.project-details .product-details {
  width: calc(100% - 150px);
  padding-top: 50px;
}
.page-product-details.project-details .product-details .details-article {
  margin-top: 50px;
}
.page-product-details.project-details .product-details .btn-box {
  margin: 40px auto 0;
  padding: 30px 0;
  border-bottom: none;
  border-top: none;
  width: 70%;
}
.page-product-details.project-details .product-details .btn-box a {
  width: 48%;
}
@media (max-width: 1480px) {
  .page-product-details.project-details {
    margin-top: 100px;
  }
}
@media (max-width: 800px) {
  .page-product-details.project-details {
    margin-top: 65px;
  }
  .page-product-details.project-details .container::after {
    display: none;
  }
  .page-product-details.project-details .operate-box {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    display: none;
  }
  .page-product-details.project-details .operate-box a {
    flex-direction: row;
    height: 100%;
  }
  .page-product-details.project-details .operate-box a > div {
    width: auto;
    margin: 0 0 0 10px;
  }
  .page-product-details.project-details .operate-box a.on {
    height: 100%;
    padding: 0;
  }
  .page-product-details.project-details .product-details {
    width: 100%;
    padding-top: 20px;
  }
  .page-product-details.project-details .product-details .details-article {
    margin-top: 30px;
  }
  .page-product-details.project-details .product-details .btn-box {
    margin: 20px auto 0;
    padding: 10px 0;
    width: 100%;
  }
}
.page-product-details.solution-details {
  background-image: none;
}
.page-product-details.solution-details .top-name {
  padding: 65px 0;
  background-image: url('../images/bg12.jpg');
}
.page-product-details.solution-details .solution-background {
  padding-top: 50px;
}
.page-product-details.solution-details .solution-background .content .left-info {
  width: 57%;
}
.page-product-details.solution-details .solution-background .content .left-info .text-node {
  text-align: justify;
}
.page-product-details.solution-details .solution-background .content .oppress {
  width: 35%;
  height: 465px;
}
@media (max-width: 1480px) {
  .page-product-details.solution-details .top-name {
    padding: 45px 0;
  }
  .page-product-details.solution-details .solution-background .content .oppress {
    height: 365px;
  }
}
@media (max-width: 800px) {
  .page-product-details .container .prScroll {
    width: 100%;
  }
  .page-product-details .left-nav {
    width: 100%;
  }
  .page-product-details .left-nav .ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-product-details .left-nav .ul li {
    margin-bottom: 0;
  }
  .page-product-details .left-nav .ul li a {
    padding: 5px 0 5px 10px;
    position: relative;
  }
  .page-product-details .left-nav .ul li a::before {
    width: 2px;
    top: 4px;
  }
  .page-product-details .left-nav .ul li.active a,
  .page-product-details .left-nav .ul li:hover a {
    font-size: 18px;
  }
  .page-product-details .left-nav .ul li.active a::before,
  .page-product-details .left-nav .ul li:hover a::before {
    height: 30px;
  }
  .page-product-details.solution-details .top-name {
    padding: 25px 0;
  }
  .page-product-details.solution-details .solution-background {
    padding-top: 30px;
  }
  .page-product-details.solution-details .solution-background .content .left-info {
    width: 100%;
  }
  .page-product-details.solution-details .solution-background .content .oppress {
    width: 100%;
    height: 265px;
    margin-top: 20px;
  }
}
.solution-details-middle {
  background-image: url('../images/bg10.jpg');
}
.solution-details-middle .content {
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(34, 34, 34, 0.06);
  height: 580px;
  padding: 52px;
  box-sizing: border-box;
}
.solution-details-middle .content .left-info {
  width: 56%;
}
.solution-details-middle .content .left-info .desc {
  color: rgba(34, 34, 34, 0.8);
  line-height: 1.667;
  max-height: 445px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: justify;
}
.solution-details-middle .content .oppress {
  width: 40%;
  height: 100%;
}
@media (max-width: 1480px) {
  .solution-details-middle .content {
    height: 500px;
  }
  .solution-details-middle .content .left-info .desc {
    max-height: 400px;
  }
}
@media (max-width: 800px) {
  .solution-details-middle .content {
    height: auto;
    padding: 20px;
  }
  .solution-details-middle .content .left-info {
    width: 100%;
    margin-top: 20px;
  }
  .solution-details-middle .content .left-info .desc {
    max-height: 300px;
  }
  .solution-details-middle .content .oppress {
    width: 100%;
    height: 250px;
  }
}
.go {
  margin-top: 10px;
}
.go .char {
  margin-right: 5px;
}
.go .icon {
  display: block;
  transform: rotate(145deg);
  transition: all 0.3s ease-in-out;
}
.page-project .top-box {
  align-items: flex-end;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*.page-project .top-box .title {*/
/*  width: 50%;*/
/*}*/
.page-project .top-box .nav-lists {
  /*width: 50%;*/
}
.page-project .top-box .nav-lists a {
  opacity: 0.8;
  position: relative;
  margin-right: 40px;
}
.page-project .top-box .nav-lists a:last-child{
     margin-right: 0;
}
.page-project .top-box .nav-lists a::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #db181c;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.page-project .top-box .nav-lists a.active,
.page-project .top-box .nav-lists a:hover {
  opacity: 1;
  color: #db181c;
  padding-left: 18px;
}
.page-project .top-box .nav-lists a.active::before,
.page-project .top-box .nav-lists a:hover::before {
  opacity: 1;
}
.page-project .lists .ul {
  margin-right: -2.33%;
}
.page-project .lists .ul li {
  width: 31%;
  margin-right: 2.33%;
  margin-bottom: 40px;
}
.page-project .lists .ul li a {
  width: 100%;
  height: 374px;
  position: relative;
}
.page-project .lists .ul li a .oppress {
  width: 100%;
  height: 100%;
}
.page-project .lists .ul li a .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.page-project .lists .ul li a:hover .info-box {
  background-color: rgba(219, 24, 28, 0.8);
}
@media (max-width: 1480px) {
  .page-project .lists .ul li a {
    height: 300px;
  }
  .page-project .lists .ul li a .info-box {
    padding: 20px 30px;
  }
  .page-project .top-box .nav-lists a::before{
      top: 11px;
  }
}
@media (max-width: 800px) {
  .page-project .top-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  .page-project .top-box .title {
    width: 100%;
  }
  .page-project .top-box .nav-lists {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .page-project .top-box .nav-lists a {
    margin-right: 20px;
    margin-top: 15px;
    font-size: 18px;
  }
  .page-project .top-box .nav-lists a::before {
    top: 10px;
  }
  .page-project .lists .ul {
    margin-right: 0;
  }
  .page-project .lists .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-project .lists .ul li a {
    height: 224px;
  }
  .page-project .lists .ul li a .info-box {
    padding: 15px 20px;
  }
}
.bottom-support .ul li .info-box {
  width: 43%;
}
.bottom-support .ul li .info-box .text-node {
  margin: 45px 0 30px;
  text-align: justify;
}
.bottom-support .ul li .info-box .lxfs .row {
  margin-top: 10px;
  margin-right: 40px;
}
.bottom-support .ul li .info-box .lxfs .row.w100 {
  width: 100%;
}
.bottom-support .ul li .oppress {
  width: 50%;
  height: 560px;
}
.bottom-support .ul li:nth-child(2n) {
  background-image: url('../images/bg11.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom-support .ul li:nth-child(2n) .main {
  flex-direction: row-reverse;
}
@media (max-width: 1480px) {
  .bottom-support .ul li .oppress {
    height: 460px;
  }
}
@media (max-width: 800px) {
  .bottom-support .ul li .info-box {
    width: 100%;
  }
  .bottom-support .ul li .info-box .text-node {
    margin: 25px 0 10px;
  }
  .bottom-support .ul li .info-box .lxfs .row {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
  .bottom-support .ul li .oppress {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
}
.bottom-support .ul li:hover .oppress img {
  transform: scale(1.1);
}
.connect-page {
  background-image: url('../images/bg13.jpg');
  background-position: center top;
}
.connect-page .connect-info .ul {
  padding: 0 5%;
}
.connect-page .connect-info .ul li {
  position: relative;
}
.connect-page .connect-info .ul li:not(:last-child) {
  width: 19%;
}
.connect-page .connect-info .ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.1);
}
.connect-page .connect-info .ul li:nth-of-type(2) {
  width: 22%;
}
.connect-page .connect-info .ul li .info .bold {
  margin: 10px 0 25px;
}
.connect-page .connect-info .ul li:hover .icon-box {
  animation: shake 0.5s ease-in-out forwards;
}
.connect-page .connect-info .ul .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #db181c;
}
.connect-page .connect-info .ul .icon-box .icon {
  color: #fff;
  font-size: 30px;
}
.connect-page #map {
  height: 500px;
  margin: 70px 0;
}
@media (max-width: 1380px){
    .connect-page #map {
  height: 380px;
  margin: 40px 0;
}
}
@media (max-width: 768px) {
  .connect-page .connect-info {
    margin: 30px 0 0;
  }
  .connect-page .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
    padding: 0 ;
  }
  .connect-page .connect-info .ul li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .connect-page .connect-info .ul li:last-child {
    border-bottom: none;
  }
  .connect-page .connect-info .ul li::after {
    display: none;
  }
  .connect-page .connect-info .ul li .info .bold {
    margin: 10px 0;
  }
  .connect-page .connect-info .ul .icon-box {
    width: 42px;
    height: 42px;
  }
  .connect-page .connect-info .ul .icon-box .icon {
    font-size: 20px;
  }
  .connect-page #map {
    height: 400px;
    margin: 30px 0;
  }
}
.connect-form {
  background-image: url('../images/bg14.jpg');
}
.connect-form .main {
  align-items: flex-start;
}
.connect-form .form {
  width: 42%;
  margin-top: 60px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 200px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
  background-color: #db181c;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .connect-form .main .form {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
