@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #1b3886;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[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: #1b3886;
}
.maincolor2 {
  color: #fa8e22;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #1b3886;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #1b3886;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
}
.more .icon {
  font-size: 20px;
  margin-left: 0.5em;
  margin-top: 0.2em;
}
.more .icon-box {
  width: 30px;
  height: 30px;
  margin-left: 46px;
  transition: all 0.4s ease;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
    margin-left: 16px;
  }
}
.more:hover {
  color: #1b3886;
  opacity: 1;
}
.more.spe-more {
  color: #1b3886;
}
.more.spe-more .icon-box {
  transform: rotate(45deg);
  margin-right: 1em;
}
.more.spe-more:hover .icon-box {
  transform: rotate(0);
  margin-right: 0.5em;
}
.more.active-more {
  border-bottom: 1px solid #1b3886;
}
.more.active-more span {
  color: #1b3886;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #1b3886;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #1b3886;
  border-color: #1b3886;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #1b3886;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  position: relative;
  opacity: 0.9;
  margin-left: 0.5em;
}
.go .char::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.9);
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fa8e22;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-title .Mont {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .same-title .Mont {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .same-title .Mont {
    font-size: 26px;
  }
}
.same-title .sub-title {
  margin-top: 38px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .same-title .sub-title {
    margin-top: 20px;
    line-height: 1.4;
  }
}
.same-title .page-title {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .same-title .page-title {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.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: #1b3886;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(27, 56, 134, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(27, 56, 134, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  text-align: center;
}
.datum .enb .data-rolling {
  transition: color 0.3s ease-out;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #1b3886;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .item:first-child {
    margin-right: 20px;
  }
  .datum .item:first-child .enb {
    width: 110px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
 font-family: 'adineue',sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #1b3886;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/arrow-icon1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #1b3886;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover  > a:after,
ul.pagination li:first-child:hover > span:after{
  background-image: url("../images/arrow-icon2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 10em;
    min-width: 150px;
  }
}
.main {
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-change {
  text-align: center;
  line-height: 2.4em;
}
.swiper-change > .circle {
  position: static;
  margin-top: 0;
  width: 2.4em;
  height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #808185;
}
.swiper-change > .circle.swiper-button-prev {
  margin-right: 2em;
}
.swiper-change > .circle:after {
  display: none;
}
.swiper-change > .circle > .iconfont {
  font-size: 12px;
}
.swiper-change > .circle:hover {
  color: #1b3886;
  border-color: #fff;
  background-color: #fff;
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #1b3886;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #1b3886;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #1b3886;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #1b3886;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #1b3886;
}
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: #1b3886;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #1b3886;
}
@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: #1b3886;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
.toTop.on {
  transform: none;
  right: 0.3rem;
}
.toTop:hover {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #1b3886;
}
.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: #1b3886;
}
.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: #1b3886;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-radius: 50%;
  font-size: 18px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change .btn:hover {
  opacity: 1;
  color: #1b3886;
  background-color: #fff;
  border-color: #fff;
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #1b3886;
  border-color: #1b3886;
}
.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: #1b3886;
  background-color: #1b3886;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
#header {
  height: 120px;
  width: 100%;
  z-index: 206;
  background-color: #fff;
  position: relative;
  transform: translateY(0);
}
#header.fixed{
    position: fixed;
    animation:  moveY .6s ease forwards;
}
@keyframes moveY{
    0%{
        transform: translateY(-120px);
    }
    100%{
      transform: translateY(0);  
    }
}
#header .main {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  background-color: #1b3886;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all .3s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 50%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
@media (max-width: 1280px) {
  #header .main {
    padding-right: 2%;
  }
}
@media (max-width: 1180px) {
  #header #navbar {
    display: none;
  }
  #header .main {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
}
#navbar {
  height: 100%;
  padding-right: 5%;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.7;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1b3886;
  transition: all 0.4s ease;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #1b3886;
  opacity: 1;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 100%;
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.noAfter:after{
      display: none;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer {
  background-color: #f2f2f2;
  position: relative;
  z-index: 99;
}
#footer > .main {
  z-index: 9;
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#footer > .main .bottom-box {
  margin-top: 40px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer > .main .bottom-box .bottom-connect li {
  margin-bottom: 30px;
}
#footer > .main .bottom-box .bottom-connect li:last-child {
  margin-bottom: 0;
}
#footer > .main .bottom-box .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#footer > .main .bottom-box .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer .right-box {
  width: 55%;
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 15px;
  opacity: 0.7;
}
#footer .bottom-nav li .two-ul a:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li .two-ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .wechat {
  margin-left: 100px;
  margin-top: 64px;
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer > .main {
    padding: 50px 0 0;
    width: 90%;
    margin: 0 auto;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .bottom-box {
    margin: 30px 0;
    width: 100%;
    padding-top: 35px;
  }
  #footer > .main .bottom-box .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer .wechat {
    margin-left: 0;
    margin-top: 34px;
  }
}
.wechat li {
  text-align: center;
}
.wechat li .pic {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 14px;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
.wechat li p {
  opacity: 0.7;
}
.wechat li p span {
  display: block;
  margin-top: 5px;
}
.copyright {
  padding: 20px 0;
}
.copyright a {
  opacity: 0.6;
}
.copyright a:first-child {
  margin-right: 77px;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
  }
  .copyright .left {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .copyright a:first-child {
    margin-right: 0;
  }
}
#banner {
  height: calc(100vh - 120px);
  /*height: 700px;*/
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide img {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide .Mont {
  font-size: 60px;
  text-transform: uppercase;
  font-style: italic;
}
#banner > .swiper .swiper-slide .title {
  font-size: 48px;
  margin-top: 20px;
}
/*@media (max-width: 1480px) {*/
/*  #banner {*/
/*      height: 550px;*/
/*    }*/
/*}*/
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide > .full {
    text-align: center;
  }
  #banner > .swiper .swiper-slide > .full .Mont {
    font-size: 22px;
  }
  #banner > .swiper .swiper-slide > .full .title {
    font-size: 30px;
    margin-top: 10px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .title {
  mask-position: 0 center;
  -webkit-mask-position: 0 center;
}
#banner > .swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-change {
  position: absolute;
  left: 5%;
  bottom: 58px;
  z-index: 10;
  width: 10%;
}
@media (max-width: 1580px) {
  #banner > .swiper .swiper-change {
    width: 15%;
  }
}
@media (max-width: 1180px) {
  #banner > .swiper .swiper-change {
    display: none;
  }
}
#banner > .mask {
  left: auto;
  width: 120px;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#banner > .mask > .swiper-pagination {
  top: 30%;
}
#banner > .mask > .swiper-pagination .circle {
  margin: 0.5em auto;
  display: block;
}
#banner > .mask .scroll-down {
  position: absolute;
  left: 0;
  bottom: 58px;
  z-index: 20;
  width: 100%;
}
@media (max-width: 1180px) {
  #banner > .mask {
    z-index: 200;
    width: 100%;
    top: auto;
    bottom: 80px;
    border-left: none;
  }
  #banner > .mask > .swiper-pagination .circle {
    margin: 0 1em;
    display: inline-block;
  }
  #banner > .mask .scroll-down {
    display: none;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 600px;
  }
  #banner > .mask {
    bottom: 6 0px;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  height: 630px;
  overflow: hidden;
}
.page-banner img {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page-banner .banner-txt .Mont {
  font-size: 60px;
  text-transform: uppercase;
  font-style: italic;
}
.page-banner .banner-txt .title {
  font-size: 48px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .page-banner .banner-txt .Mont {
    font-size: 22px;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
    margin-top: 10px;
  }
}
.page-nav {
  height: 85px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.page-nav .item {
  flex: 1;
  height: 85px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdee1;
}
.page-nav .item:not(:last-child) {
  border-right: 1px solid #dcdee1;
}
.page-nav .item a {
  height: 100%;
  line-height: 85px;
  opacity: 0.8;
}
.page-nav .item:hover,
.page-nav .item.active {
  border-bottom: none;
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #fff;
  opacity: 1;
  background-color: #1b3886;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid #dcdee1;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
#about {
  background-color: #f2f2f2;
}
#about .left-info {
  background-image: url("../images/about-bg.jpg");
  width: 50%;
  height: 650px;
  padding: 70px 4% 0;
  box-sizing: border-box;
}
#about .left-info .text-node {
  width: 70%;
  margin: 50px 0 65px;
}
#about .right-pic {
  width: 30%;
  height: 550px;
}
#about .middle-word {
    width: 70px;
  }
@media (max-width: 1480px) {
  #about .left-info {
    height: 550px;
    padding: 60px 4% 0;
  }
  #about .left-info .text-node {
  width: 90%;
  margin: 30px 0 45px;
}
  #about .middle-word {
    width: 60px;
  }
  #about .right-pic {
      height: 500px;
    }
}
@media (max-width: 800px) {
  #about {
    flex-wrap: wrap;
  }
  #about .left-info {
    width: 100%;
    height: auto;
    padding: 54px 20px;
  }
  #about .left-info .text-node {
    width: 100%;
    margin: 30px 0 35px;
  }
  #about .middle-word {
    width: 13%;
    height: 100px;
    transform: rotate(-90deg);
    margin-left: 10%;
    text-align: center;
  }
  #about .right-pic {
    width: 100%;
    height: 500px;
  }
}
.watch .icon {
  position: relative;
  margin-left: 0.5em;
}
.watch .icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.watch .icon::after {
  content: "";
  width: 58px;
  height: 2px;
  background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.watch.gary .icon {
  position: relative;
  margin-left: 0.5em;
}
.watch.gary .icon::before {
  background-color: #1b3886;
}
.watch.gary .icon::after {
  background: linear-gradient(244deg, #f2f2f2 0%, #1b3886 50%);
}
#products {
  background-image: url("../images/pro-bg.jpg");
  position: relative;
}
#products canvas {
  width: 100%;
  height: 100%;
}
#products .middle-box {
  height: 600px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin: 46px 0;
}
#products .middle-box .item {
  width: 38%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
#products .middle-box .item a {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 80px 68px;
  box-sizing: border-box;
}
#products .middle-box .item a .title,
#products .middle-box .item a .info {
  position: relative;
  z-index: 9;
}
#products .middle-box .item a .title .number {
  font-size: 72px;
  opacity: 0.4;
}
#products .middle-box .item a .title .char {
  margin-top: -30px;
  margin-bottom: 10px;
}
#products .middle-box .item a .info {
  opacity: 0;
}
#products .middle-box .item a .info .text-node {
  width: 70%;
  opacity: 1;
  margin-bottom: 60px;
}
#products .middle-box .item a .bg {
  height: 100%;
  width: 100%;
}
#products .middle-box .item a .bg img {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 120%, 74% 100%);
  clip-path: polygon(100% 0, 0 0, 0 120%, 74% 100%);
  transition: all 0.6s ease-in-out;
}
#products .middle-box .item.on {
  width: 70%;
}
#products .middle-box .item.on a .info {
  opacity: 1;
}
#products .middle-box .item.on a .bg img {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 86% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 86% 100%);
}
#products .middle-box .item:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
#products .middle-box .item:last-child a {
  padding-left: 30%;
}
#products .middle-box .item:last-child a .bg img {
  -webkit-clip-path: polygon(100% 0, 25% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 25% 0, 0% 100%, 100% 100%);
}
#products .middle-box .item:last-child.on a .bg img {
  -webkit-clip-path: polygon(100% 0, 14% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 14% 0, 0 100%, 100% 100%);
}
@media (max-width: 800px) {
  #products .middle-box {
    height: auto;
    border-radius: 20px;
    margin: 36px 0;
  }
  #products .middle-box .item {
    width: 100%;
    height: 400px;
  }
  #products .middle-box .item a {
    padding: 40px 30px;
  }
  #products .middle-box .item a .title .number {
    font-size: 52px;
  }
  #products .middle-box .item a .title .char {
    margin-top: -30px;
    margin-bottom: 10px;
  }
  #products .middle-box .item a .info {
    opacity: 1;
  }
  #products .middle-box .item a .info .text-node {
    width: 100%;
    opacity: 1;
    margin-bottom: 20px;
  }
  #products .middle-box .item a .bg img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  #products .middle-box .item.on {
    width: 100%;
  }
  #products .middle-box .item.on a .info {
    opacity: 1;
  }
  #products .middle-box .item.on a .bg img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  #products .middle-box .item:last-child {
    position: relative;
  }
  #products .middle-box .item:last-child a {
    padding-left: 30px;
  }
  #products .middle-box .item:last-child a .bg img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  #products .middle-box .item:last-child.on a .bg img {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
#news {
  background-image: url('../images/earth.png');
  background-position: left center;
  background-size: 343px 483px;
  background-color: #f2f2f2;
}
#news .content {
  margin-top: 40px;
  height: 670px;
}
#news .content .left-news {
  width: 23%;
}
#news .content .left-news .item:not(:last-child) {
  margin-bottom: 33px;
}
#news .content .left-news .item .oppress {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#news .content .left-news .item .oppress img {
  transform: scale(1.05);
}
#news .content .left-news .item.on .oppress {
  border: 5px solid #1b3886;
}
#news .content .left-news .item.on .oppress img {
  transform: scale(1);
}
#news .content .middle-box {
  width: 31%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 75px 65px 70px;
  box-sizing: border-box;
}
#news .content .middle-box .news-swiper .ul li a .title {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .content .middle-box .news-swiper .ul li a .text-node {
  margin: 50px 0;
}
#news .content .middle-box .news-swiper .ul li a:hover .title {
  color: #1b3886;
  text-decoration: underline;
}
#news .content .middle-box .news-swiper .swiper-change {
  position: relative;
  margin-top: 68px;
  margin-left: -10px;
  width: 50%;
  padding-bottom: 20px;
}
#news .content .news-lists {
  width: 42%;
}
#news .content .news-lists .ul {
  height: 100%;
}
#news .content .news-lists .ul li {
  height: 200px;
}
#news .content .news-lists .ul li a {
  box-sizing: border-box;
  padding: 0;
  height: 100%;
}
#news .content .news-lists .ul li a .title {
  margin: 15px 0 20px;
}
#news .content .news-lists .ul li a .more {
  margin-top: 25px;
}
#news .content .news-lists .ul li a .more .icon {
  margin-left: 0;
}
#news .content .news-lists .ul li:nth-of-type(2) {
  margin: 45px 0;
}
#news .content .news-lists .ul li:hover a {
  padding: 40px 38px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 11.698px 14.972px 40px 0px rgba(0, 0, 0, 0.09);
}
#news .content .news-lists .ul li:hover a .more {
  display: none;
}
#news .content .news-lists .ul li:hover a .title {
  color: #1b3886;
  text-decoration: underline;
}
#news .content .news-lists .ul li:hover:last-child {
  margin-top: -25px;
}
@media (max-width: 1480px) {
  #news .content .left-news {
    width: 25%;
  }
  #news .content .middle-box {
    width: 33%;
  }
  #news .content .middle-box .news-swiper .swiper-change {
    width: 80%;
  }
  #news .content .news-lists {
    width: 38%;
  }
}
@media (max-width: 800px) {
  #news .content {
    flex-wrap: wrap;
    height: auto;
  }
  #news .content .middle-box {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
  }
  #news .content .middle-box .news-swiper .ul li a .oppress {
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #news .content .middle-box .news-swiper .ul li a .title {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  #news .content .middle-box .news-swiper .ul li a .text-node {
    margin: 30px 0;
  }
  #news .content .middle-box .news-swiper .swiper-change {
    width: 100%;
    margin-top: 18px;
  }
  #news .content .news-lists {
    width: 100%;
  }
  #news .content .news-lists .ul {
    height: 100%;
  }
  #news .content .news-lists .ul li {
    height: auto;
  }
  #news .content .news-lists .ul li a {
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 11.698px 14.972px 40px 0px rgba(0, 0, 0, 0.09);
  }
  #news .content .news-lists .ul li a .more {
    display: none;
  }
  #news .content .news-lists .ul li a .title {
    margin: 10px 0 20px;
  }
  #news .content .news-lists .ul li:nth-of-type(2) {
    margin: 25px 0;
  }
  #news .content .news-lists .ul li:hover:last-child {
    margin-top: 0;
  }
}
#case {
  background-image: url('../pictures/bg2.jpg');
}
#case .content .item .title {
  width: 178px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  margin: 54px auto 26px;
}
#case .content .item.top ul {
  width: 70%;
  border-radius: 10px;
  height: 78px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(27, 56, 134, 0.3);
  backdrop-filter: blur(10px);
}
#case .content .item.top ul li {
  flex: 1;
  text-align: center;
  line-height: 78px;
}
#case .content .item.top ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 800px) {
  #case .content .item.top ul {
    width: 90%;
    height: auto;
    flex-wrap: wrap;
  }
  #case .content .item.top ul li {
    width: 100%;
    line-height: 60px;
    flex: auto;
  }
  #case .content .item.top ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#case .content .item.bottom {
  margin-top: 70px;
}
#case .content .item.bottom ul li {
  width: 263px;
  height: 100px;
  border-radius: 8px;
  background-color: #fff;
}
#case .content .item.bottom ul li a {
  width: 100%;
  height: 100%;
}
#case .content .item.bottom ul li a .oppress {
  width: 100%;
  height: 100%;
}
#case .content .item.bottom ul li a .oppress img {
  max-width: 90%;
}
@media (max-width: 1680px) {
  #case .content .item.bottom ul li {
    width: 16%;
  }
}
@media (max-width: 800px) {
  #case .content .item.bottom ul {
    flex-wrap: wrap;
  }
  #case .content .item.bottom ul li {
    width: 32%;
    height: 80px;
    margin-bottom: 10px;
  }
}
#introduction {
  background-image: url('../images/about-bg2.png');
  position: relative;
  padding: 30px 0 45px;
  overflow: hidden;
}
#introduction .main {
  z-index: 9;
  position: relative;
}
#introduction .left-info {
  width: 68%;
}
#introduction .left-info .sub-title {
  margin-top: 68px;
  padding-top: 68px;
  border-top: 1px solid #dcdee1;
  line-height: 1.5;
  margin-bottom: 55px;
}
#introduction .datum .item {
  width: 430px;
  height: 260px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 44px 0 50px;
  box-sizing: border-box;
}
#introduction .datum .item:first-child {
  margin-bottom: 40px;
}
#introduction .datum .item .icon {
  margin-bottom: 30px;
}
#introduction .datum .item .identy {
  width: 24px;
}
#introduction .datum .item:hover {
  color: #fff;
  background-color: #1b3886;
}
#introduction .datum .item:hover .identy,
#introduction .datum .item:hover .icon {
  filter: brightness(100);
}
#introduction .right-pic {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1580px) {
  #introduction .left-info {
    width: 58%;
  }
}
@media (max-width: 1280px) {
  #introduction .left-info {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  #introduction {
    padding: 0 ;
  }
  #introduction .main {
    flex-wrap: wrap;
  }
  #introduction .left-info {
    width: 100%;
  }
  #introduction .left-info .sub-title {
    margin-top: 28px;
    padding-top: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #introduction .datum {
    width: 100%;
    margin-top: 30px;
  }
  #introduction .datum .item {
    width: 100%;
    height: 200px;
    padding: 0 34px 0 40px;
  }
  #introduction .datum .item:first-child {
    margin-bottom: 20px;
  }
  #introduction .datum .item .icon {
    margin-bottom: 20px;
  }
  #introduction .datum .item .identy {
    width: 20px;
  }
  #introduction .right-pic {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
  }
}
#qualification {
  background-color: #fff;
}
#qualification .main {
  padding-bottom: 80px;
}
#qualification .qualificationSwiper {
  height: 1024px;
  margin-right: -2.5%;
  padding-bottom: 60px;
  margin-top: 70px;
}
#qualification .qualificationSwiper .swiper-slide {
  height: calc(100% / 2) !important;
}
#qualification .qualificationSwiper .swiper-slide .item {
  width: 93%;
  height: 480px;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 45px 40px;
  box-sizing: border-box;
  text-align: center;
}
#qualification .qualificationSwiper .swiper-slide .item .pic {
    width: 100%;
  margin-bottom: 30px;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qualification .qualificationSwiper .swiper-slide .item .pic img {
  max-height: 100%;
}
#qualification .qualificationSwiper .swiper-slide .item:hover .title {
  color: #1b3886;
}
@media (max-width: 1480px) {
  #qualification .qualificationSwiper {
    height: 850px;
    margin-right: 0;
    padding-bottom: 60px;
  }
  #qualification .qualificationSwiper .swiper-slide .item {
    height: 400px;
    padding: 40px 30px;
  }
  #qualification .qualificationSwiper .swiper-slide .item .pic {
    margin-bottom: 20px;
    height: 280px;
    display: flex;
    align-items: center;
  }
  #qualification .qualificationSwiper .swiper-slide .item .pic img {
    max-height: 100%;
  }
}
@media (max-width: 800px) {
  #qualification {
    position: relative;
  }
  #qualification .main {
    padding-bottom: 40px;
  }
  #qualification .qualificationSwiper {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  #qualification .qualificationSwiper .swiper-slide .item {
    width: 100%;
  }
}
.product-lists {
  background-color: #fff;
}
.product-lists .item {
  height: 500px;
  margin-bottom: 40px;
}
.product-lists .item a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 40px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.product-lists .item a .oppress {
  width: 49%;
  height: 100%;
  border-radius: 40px;
}
.product-lists .item a .right-info {
  width: 51%;
  padding: 0 98px 0 70px;
  box-sizing: border-box;
}
.product-lists .item a .right-info .title {
  display: inline-block;
}
.product-lists .item a .right-info .title .char {
  margin-bottom: 10px;
}
.product-lists .item a .right-info .title .mont {
  text-transform: uppercase;
}
.product-lists .item a .right-info .info {
  margin-top: 54px;
}
.product-lists .item a .right-info .info .watch {
  margin-top: 100px;
}
.product-lists .item a:hover {
  border: 1px solid #1b3886;
}
.product-lists .item a:hover .right-info .title .char {
  color: #1b3886;
}
.product-lists .item a:hover .right-info .info .watch {
  color: #1b3886;
}
.product-lists .item a:hover .right-info .info .watch span {
  opacity: 1;
}
.product-lists .item:nth-of-type(2n) a .oppress {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1480px) {
  .product-lists .item {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .product-lists .item {
    height: auto;
    margin-bottom: 20px;
  }
  .product-lists .item a {
    border-radius: 20px;
    flex-wrap: wrap;
  }
  .product-lists .item a .oppress {
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }
  .product-lists .item a .right-info {
    width: 100%;
    padding: 30px;
  }
  .product-lists .item a .right-info .title .char {
    margin-bottom: 5px;
  }
  .product-lists .item a .right-info .info {
    margin-top: 24px;
  }
  .product-lists .item a .right-info .info .watch {
    margin-top: 30px;
  }
  .product-lists .item:nth-of-type(2n) a .oppress {
    position: relative;
  }
}
.load-box {
  width: 218px;
  height: 78px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 40px;
  margin: 20px auto 0;
}
.load-box .icon {
  margin-right: 0.5em;
  animation: xuanzhuan 2s ease-in-out infinite;
}
.load-box span {
  opacity: 0.9;
}
#crumbs .ul .icon {
  margin-right: 0.3em;
}
#crumbs .ul a,
#crumbs .ul .split {
  font-size: 14px;
  opacity: 0.8;
}
#crumbs .split {
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span {
  text-decoration: underline;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.top-nav .back,
.details-nav .back {
  opacity: 0.9;
}
.top-nav .back .icon-box,
.details-nav .back .icon-box {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #f4f3f3;
  margin-right: 0.5em;
}
.top-nav .back:hover,
.details-nav .back:hover {
  opacity: 1;
}
.top-nav .back:hover .icon-box,
.details-nav .back:hover .icon-box {
  color: #fff;
  background-color: #1b3886;
}
@media (max-width: 800px) {
  .top-nav,
  .details-nav {
    flex-wrap: wrap;
  }
  .top-nav .back,
  .details-nav .back {
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.details-nav {
  background-color: #f9f9f9;
  padding: 40px 0;
}
@media (max-width: 1480px) {
  .details-nav {
    padding: 30px 0;
  }
}
@media (max-width: 800px) {
  .details-nav .main {
    flex-wrap: wrap;
  }
}
.product-details {
  background-color: #fff;
  background-image: url('../images/bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 865px;
}
.product-details .pro-title {
  display: inline-block;
  position: relative;
}
.product-details .pro-title .char {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.product-details .pro-title .mont {
  text-transform: uppercase;
  margin-top: 15px;
}
.product-details .pro-title.top::after,
.product-details .pro-title.top::before {
  content: '';
  width: 57px;
  height: 34px;
  position: absolute;
  top: 10px;
  background-image: url('../images/title-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.product-details .pro-title.top::before {
  left: -80px;
}
.product-details .pro-title.top::after {
  right: -80px;
  transform: rotate(-180deg);
}
.product-details .pro-title.top .mont {
  margin-top: 25px;
}
.product-details .pro-title.circle::after {
  content: '';
  position: absolute;
  top: -18px;
  right: 25px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
  background-image: -webkit-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
  background-image: -ms-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
}
.product-details .pro-title.spe-circle::after {
  display: none;
}
.product-details .pro-title.spe-circle .char::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -25px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
  background-image: -webkit-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
  background-image: -ms-linear-gradient(37deg, #fa8e22 0%, #fff 100%);
}
.product-details .pro-title.spe-circle .char.Mont::after {
  background-image: -moz-linear-gradient(37deg, #fff 0%, #fa8e22 100%);
  background-image: -webkit-linear-gradient(37deg, #fff 0%, #fa8e22 100%);
  background-image: -ms-linear-gradient(37deg, #fff 0%, #fa8e22 100%);
}
.product-details .pro-title.spe-circle .char span {
  position: relative;
  z-index: 9;
}
.product-details .top-box {
  padding-top: 100px;
}
/*.product-details .border-top-box{*/
/*  border-bottom: 1px solid #dcdee1;  */
/*}*/
.product-details .top-box .ul {
  margin: 78px auto 0;
  max-width: 70%;
}
.product-details .top-box .ul .item {
  text-align: center;
}
.product-details .top-box .ul .item .name {
  margin: 10px 0 30px;
}
.product-details .top-box .ul .item .same-circle {
  opacity: 0;
}
.product-details .top-box .ul .item .icon-box {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details .top-box .ul .item .icon-box img {
  transition: all 2s ease-in-out;
}
.product-details .top-box .ul .item:hover .same-circle {
  opacity: 1;
}
.product-details .top-box .ul .item:hover .icon-box img {
  animation: moveup 1.4s ease-in-out infinite;
}
.product-details4 .top-box .icon-box{
    height: 500px;
}
.product-details4 .bottom-box .product-list .item .right-box{
    height: 400px;
}
.product-details4 .top-box .icon-box img,.product-details4 .bottom-box .product-list .item .right-box img{
    
    max-height: 100%;
}
@keyframes moveup {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -8px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.product-details .top-box .ul .item:hover .name {
  color: #1b3886;
  opacity: 1;
}
.product-details .introduction-box {
  padding: 90px 0 80px;
  border-top: 1px solid #dcdee1;
  margin-top: 70px;
}
.product-details .spe-introduction-box{
    border-top: none;
}
.product-details .introduction-box .left-info {
  width: 38%;
  padding-left: 7%;
  box-sizing: border-box;
}
.product-details .introduction-box .left-info .text-node {
  margin-top: 50px;
}
.product-details .introduction-box .right-box {
  width: 55%;
  position: relative;
}
.product-details .introduction-box .right-box .ul .item {
  position: absolute;
}
.product-details .introduction-box .right-box .ul .item .title {
  display: inline-block;
  padding: 5px;
  color: #2a69ff;
  border: 1px solid #2a69ff;
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 20px;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(1) {
  top: 19%;
  left: 9.5%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(1) .title {
  margin-left: -50%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(3) {
  top: 61%;
  left: 5.5%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(3) .title {
  margin-left: -50%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(2) {
  top: 19%;
  left: auto;
  right: 4%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(2) .line {
  margin-left: -50%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(4) {
  width: 280px;
  top: 62%;
  left: auto;
  right: 4%;
}
.product-details .introduction-box .right-box .ul .item:nth-of-type(4) .line {
  margin-left: 4%;
}
@media (max-width: 1680px) {
  .product-details .introduction-box .right-box .ul .item:nth-of-type(1) {
    left: 5%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) {
    left: 0;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(2) {
    right: 0;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) {
    right: 0;
  }
}
@media (max-width: 1480px) {
  .product-details .introduction-box .right-box {
    width: 50%;
  }
  .product-details .introduction-box .right-box .ul .item .line {
    width: 80%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(1) {
    left: 0;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) {
    left: -8%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) .line {
    width: 60%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(2) {
    top: 18%;
    right: -8%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(2) .line {
    margin-left: -30%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) {
    right: -10%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) .line {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .product-details .introduction-box .right-box .ul .item:nth-of-type(1) {
    top: 14%;
    left: -4%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) {
    top: 58%;
    left: -12%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(2) {
    top: 14%;
    right: -24%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) {
    right: -18%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) .line {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .product-details .introduction-box .right-box {
    width: 100%;
    margin-top: 40px;
  }
  .product-details .introduction-box .right-box .icon {
    width: 80%;
  }
  .product-details .introduction-box .right-box .ul .item {
    transform: scale(0.7);
  }
  .product-details .introduction-box .right-box .ul .item .line {
    width: 50%;
  }
  .product-details .introduction-box .right-box .ul .item .title {
    min-width: 140px;
    border-radius: 20px;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(1) {
    top: 8%;
    left: 4%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(1) .title {
    margin-left: -30%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) {
    left: 3%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(3) .line {
    width: 40%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(2) {
    top: 5%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) {
    right: -22%;
  }
  .product-details .introduction-box .right-box .ul .item:nth-of-type(4) .line {
    width: 20%;
  }
  .product-details4 .top-box .icon-box{
    height: 400px;
}
.product-details4 .bottom-box .product-list .item .right-box{
    height: 300px;
}
}
.product-details .middle-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 87px;
}
.product-details .middle-box .swiper-box {
  height: 600px;
  padding: 38px;
  background-color: #f2f2f2;
  border-radius: 20px;
  box-sizing: border-box;
}
.product-details .middle-box .swiper-box .pic {
  text-align: center;
  width: 100%;
  height: 100%;
}
.product-details .middle-box .swiper-box .pic  img{
  
  max-width: 100%;
  max-height: 100%;
}
.product-details .bottom-box {
  background-image: url('../images/bg2.png');
  /*background-size: 100% 1190px;*/
  background-size: 90% 900px;
  background-position: right top;
  background-color: #f2f2f2;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 75px;
  border-radius: 30px;
}
.product-details .top-bottom-box{
    border-radius: 30px 30px 0 0;
    background-size: 100% 904px;
}
.product-details .middle-bottom-box{
  margin-top: 0;
  background-image: none;
  border-radius: 0 0 ; 
}
.product-details .middle-bottom-box.mt40{
    padding-top: 40px ;
}
.product-details .middle-bottom-box.mt40 .main-function .top-ul{
    padding-bottom:  80px ;
}
.product-details .last-bottom-box{
  margin-top: 0;
  background-image: none;
  border-radius: 0 0 30px 30px; 
}

.product-details .bottom-box .circle::after {
  right: -15px;
}
.product-details .bottom-box .main-function .top-ul {
  margin-top: 45px;
  /*padding-bottom: 55px;*/
  /*border-bottom: 1px solid #dcdee1;*/
}
.product-details .bottom-box .main-function .top-ul .item {
  width: 32%;
  height: auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 54px 54px 50px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}
.product-details .bottom-box .main-function .top-ul .item .icon-box .icon {
  font-size: 48px;
}
.product-details .bottom-box .main-function .top-ul .item .name {
  margin: 20px 0 15px;
}
.product-details .bottom-box .main-function .top-ul .item:hover {
  border: 1px solid #1b3886;
  box-shadow: 0px 13px 27px 0px rgba(19, 19, 19, 0.15);
}
.product-details .bottom-box .main-function .top-ul .item:hover .name {
  color: #1b3886;
}
.product-details .bottom-box .main-function .top-ul .item:hover .icon-box {
  color: #1b3886;
}
/*.product-details .bottom-box .scenario {*/
/*  margin-top: 75px;*/
/*}*/
.product-details .last-bottom-box .scenario{
   margin-top: 0; 
}
.product-details .bottom-box .scenario .scenario-swiper {
  margin-top: 45px;
  padding-bottom: 74px;
}

.product-details .bottom-box .scenario .scenario-swiper li {
  position: relative;
  width: 30%;
  margin-right: 3% ;
}
.product-details .bottom-box .scenario .scenario-swiper li:last-child {
  
  margin-right: 0;
}
.product-details .bottom-box .scenario .scenario-swiper li .oppress {
  border-radius: 10px;
  height: 260px;
  position: relative;
}
.product-details .bottom-box .scenario .scenario-swiper li .oppress::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
}
.product-details .bottom-box .scenario .scenario-swiper li .name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 45px;
  box-sizing: border-box;
}
.product-details .bottom-box .product-list .item {
  box-sizing: border-box;
}
.product-details .bottom-box .product-list .item a{
    width: 100%;
    height: 100%;
    position: relative;
}
.product-details .bottom-box .product-list .item:last-child {
  margin-bottom: 0;
}
.product-details .bottom-box .product-list .item:nth-of-type(2n) {
    justify-content: flex-end;
}
.product-details .bottom-box .product-list .item .left-info {
  width: 45%;
}
.product-details .bottom-box .product-list .item .left-info .text-node {
  margin-top: 65px;
}
.product-details .bottom-box .product-list .item .right-box {
  width: 50%;
}
.product-details .bottom-box .product-list .item:nth-of-type(2n) a{
  justify-content: flex-end;
}
.product-details .bottom-box .product-list .item:nth-of-type(2n) .right-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1480px) {
  .product-details .top-box .ul {
    max-width: 84%;
  }
  .product-details .bottom-box {
    background-size: 100% 650px;
  }
  .product-details .middle-box {
    width: 90%;
  }
  .product-details .middle-box .swiper-box {
    height: auto;
  }
}
@media (max-width: 800px) {
  .product-details {
    background-size: 100% 220px;
  }
  .product-details .top-box {
    padding-top: 40px;
  }
  .product-details .top-box .ul {
    margin: 48px auto 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .product-details .top-box .ul .item {
    text-align: center;
    width: 50%;
  }
  .product-details .top-box .ul .item .name {
    margin: 5px 0 30px;
  }
  .product-details .top-box .ul .item .icon-box {
    max-width: 54%;
    height: auto;
    margin: 0 auto;
  }
  .product-details .pro-title.top::after,
  .product-details .pro-title.top::before {
    width: 27px;
    height: 14px;
  }
  .product-details .pro-title.top::before {
    left: -40px;
  }
  .product-details .pro-title.top::after {
    right: -40px;
  }
  .product-details .pro-title.top .mont {
    margin-top: 10px;
  }
  .product-details .pro-title.circle::after {
    top: -5px;
    right: 55px;
    width: 30px;
    height: 30px;
  }
  .product-details .pro-title.spe-circle .char::after {
    top: -5px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .product-details .introduction-box {
    padding: 60px 0 40px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .product-details .introduction-box .left-info {
    width: 100%;
    padding-left: 0;
  }
  .product-details .introduction-box .left-info .text-node {
    margin-top: 30px;
  }
  .product-details .middle-box {
    width: 100%;
    padding-bottom: 60px;
  }
  .product-details .middle-box .swiper-box {
    padding: 20px;
    border-radius: 10px;
  }
  .product-details .bottom-box {
    background-size: 100% 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    border-radius: 10px;
  }
  .product-details .top-bottom-box{
      border-radius: 10px 10px 0 0 ; 
    }
    .product-details .middle-bottom-box{
  margin-top: 0;
  border-radius: 0  ; 
}
.product-details .middle-bottom-box.mt40{
    padding-top: 30px ;
}
.product-details .middle-bottom-box.mt40 .main-function .top-ul{
    padding-bottom:  40px ;
}
.product-details .last-bottom-box{
  margin-top: 0;
  background-image: none;
  border-radius: 0 0 30px 30px; 
}
  .product-details .last-bottom-box{
  margin-top: 0;
  border-radius: 0 0 10px 10px; 
}
  .product-details .bottom-box .circle::after {
    right: 5px;
  }
  .product-details .bottom-box .main-function .top-ul {
    margin-top: 35px;
    padding-bottom: 35px;
    flex-wrap: wrap;
  }
  .product-details .bottom-box .main-function .top-ul .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 34px 24px ;
    margin-bottom: 20px;
  }
  .product-details .bottom-box .main-function .top-ul .item .icon-box .icon {
    font-size: 40px;
  }
  /*.product-details .bottom-box .scenario {*/
  /*  margin-top: 45px;*/
  /*}*/
  .product-details .last-bottom-box .scenario {
    margin-top: 0;
  }
  
  .product-details .bottom-box .scenario .scenario-swiper {
    margin-top: 35px;
    padding-bottom: 60px;
  }
  .product-details .bottom-box .scenario .scenario-swiper li .name {
    padding: 0 25px;
  }
  .product-details .bottom-box .product-list .item {
    flex-wrap: wrap;
  }
  .product-details .bottom-box .product-list .item .left-info {
    width: 100%;
  }
  .product-details .bottom-box .product-list .item .left-info .text-node {
    margin-top: 20px;
  }
  .product-details .bottom-box .product-list .item .right-box {
    width: 100%;
    margin-top: 10px ;
  }
  .product-details .bottom-box .product-list .item:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .product-details .bottom-box .product-list .item:nth-of-type(2n) .right-box {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
  }
}
.product-details1 .bottom-box .main-function .top-ul .item:first-child .icon-box,
.product-details2 .bottom-box .main-function .top-ul .item:first-child .icon-box {
  margin-bottom: 28px;
}
.product-details1 .bottom-box .main-function .top-ul .item:first-child .icon-box .icon,
.product-details2 .bottom-box .main-function .top-ul .item:first-child .icon-box .icon {
  font-size: 40px;
}
@media (max-width: 800px) {
  .product-details1 .bottom-box .main-function .top-ul .item:first-child .icon-box,
  .product-details2 .bottom-box .main-function .top-ul .item:first-child .icon-box {
    margin-bottom: 0;
  }
  .product-details1 .bottom-box .main-function .top-ul .item:first-child .icon-box .icon,
  .product-details2 .bottom-box .main-function .top-ul .item:first-child .icon-box .icon {
    font-size: 32px;
  }
}
.product-details2 .pro-title.top::after,
.product-details2 .pro-title.top::before {
  content: '';
  width: 19px;
  height: 31px;
  background-image: url('../images/title-icon2.png');
}
.product-details2 .pro-title.top::before {
  left: -40px;
}
.product-details2 .pro-title.top::after {
  right: -40px;
}
.product-details2 .introduction-box .right-box .ul .item:nth-of-type(1) {
  top: 2%;
  left: 13%;
}
.product-details2 .introduction-box .right-box .ul .item:nth-of-type(1) .title {
  margin-left: -50%;
}
.product-details2 .introduction-box .right-box .ul .item:nth-of-type(2) {
  top: 19%;
  left: auto;
  right: 4%;
}
.product-details2 .introduction-box .right-box .ul .item:nth-of-type(2) .line {
  margin-left: 30%;
}
.product-details2 .bottom-box .main-function .features-lists {
  margin-top: 45px;
  padding-bottom: 55px;
  border-bottom: none;
}
.product-details2 .bottom-box .main-function .features-lists .item {
  width: 23.8%;
}
.product-details2 .bottom-box .main-function .features-lists .item:nth-of-type(3) .icon-box {
  margin-bottom: 28px;
}
.product-details2 .bottom-box .main-function .features-lists .item:nth-of-type(3) .icon-box .icon {
  font-size: 40px;
}
.product-details2 .bottom-box .main-function .features-lists .item.on {
  border: 1px solid #1b3886;
  box-shadow: 0px 13px 27px 0px rgba(19, 19, 19, 0.15);
}
.product-details2 .bottom-box .main-function .features-lists .item.on .name {
  color: #1b3886;
}
.product-details2 .bottom-box .main-function .features-lists .item.on .icon-box {
  color: #1b3886;
}
.product-details2 .bottom-box .main-function .features-swiper {
  margin-top: 55px;
}
.product-details2 .bottom-box .main-function .features-swiper .pic {
  text-align: center;
}
@media (max-width: 800px) {
  .product-details2 .pro-title.top::after,
  .product-details2 .pro-title.top::before {
    width: 12px;
    height: 20px;
    top: 6px;
  }
  .product-details2 .pro-title.top::before {
    left: 0;
  }
  .product-details2 .pro-title.top::after {
    right: 0;
  }
  .product-details2 .top-box .ul .item .name {
    margin: 15px 0 30px;
  }
  .product-details2 .top-box .ul .item .icon-box {
    max-width: 80%;
  }
  .product-details2 .introduction-box .right-box .ul .item:nth-of-type(1) {
    top: 0;
  }
  .product-details2 .introduction-box .right-box .ul .item:nth-of-type(2) {
    top: 8%;
  }
  .product-details2 .introduction-box .right-box .ul .item:nth-of-type(2) .line {
    width: 20%;
  }
  .product-details2 .bottom-box .main-function .features-lists {
    margin-top: 35px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .product-details2 .bottom-box .main-function .features-lists .item {
    width: 100%;
  }
  .product-details2 .bottom-box .main-function .features-lists .item:nth-of-type(3) .icon-box {
    margin-bottom: 0;
  }
  .product-details2 .bottom-box .main-function .features-lists .item:nth-of-type(3) .icon-box .icon {
    font-size: 32px;
  }
  .product-details2 .bottom-box .main-function .features-swiper {
    margin-top: 25px;
  }
}
.product-details3 .main .circle::after {
  right: -5px;
}
.product-details3 .pro-title.top::after,
.product-details3 .pro-title.top::before {
  content: '';
  width: 39px;
  height: 25px;
  top: 15px;
  background-image: url('../images/title-icon3.png');
}
.product-details3 .pro-title.top::before {
  left: -60px;
}
.product-details3 .pro-title.top::after {
  right: -60px;
}
.product-details3 .situation-lists {
  margin-top: 88px;
}
.product-details3 .situation-lists .lists {
  height: 308px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-radius: 30px;
  margin-top: 40px;
}
.product-details3 .situation-lists .lists .item {
  width: 50%;
  height: 100%;
  padding: 84px 90px;
  box-sizing: border-box;
}
.product-details3 .situation-lists .lists .item:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product-details3 .situation-lists .lists .item .title {
  display: inline-block;
  position: relative;
}
.product-details3 .situation-lists .lists .item .title span {
  position: relative;
  z-index: 9;
}
.product-details3 .situation-lists .lists .item .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(250, 142, 34, 0.5);
}
.product-details3 .situation-lists .lists .item .info {
  margin-top: 30px;
}
.product-details3 .situation-lists .lists .item .info li {
  position: relative;
  padding-left: 18px;
  width: 50%;
  box-sizing: border-box;
  margin-top: 20px;
}
.product-details3 .situation-lists .lists .item .info li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.702;
}
.product-details3 .situation-lists .lists .item .icon-box {
  width: 45%;
  margin-top: 30px;
  text-align: center;
}
.product-details3 .situation-lists .lists .item:hover .icon-box {
  animation: moveup 1.5s ease infinite;
}
.product-details3 .bottom-box .circle::after {
  right: -20px;
}
.product-details3 .bottom-box .main-function .spefeatures-lists {
  margin-top: 45px;
  /*padding-bottom: 40px;*/
  border-bottom: none;
}
.product-details3 .bottom-box .main-function .spefeatures-lists .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 0;
  height: 120px;
  margin-bottom: 25px;
}
.product-details3 .bottom-box .main-function .spefeatures-lists .item .name {
  margin-left: 30px;
}
.product-details3 .bottom-box .pic-swiper {
  margin-top: 15px;
  padding-bottom: 150px;
  border-bottom: 1px solid #dcdee1;
}
.product-details3 .bottom-box .pic-swiper .swiper-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 45px 45px;
}
.product-details3 .bottom-box .pic-swiper .swiper-box .swiper-slide .pic {
  margin-bottom: 30px;
}
.product-details3 .bottom-box .pic-swiper .swiper-timing {
  bottom: 70px;
}
.product-details3 .bottom-box .bottom-main-function {
  margin-top: 90px;
}
.product-details3 .bottom-box .bottom-main-function .top-ul {
  border-bottom: none;
}
.product-details3 .bottom-box .product-list {
  margin-top: 45px;
  /*border-bottom: 1px solid #dcdee1;*/
}
.product-details3 .middle-bottom-box .product-list{
    margin-top: 0;
}
.product-details3 .bottom-box .product-list .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 0px 110px;
  margin-bottom: 30px;
  height: 600px;
  position: relative;
}
.product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide {
  width: 100%;
  height: 400px;
  position: relative;
}
.product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
}
.product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide .oppress img {
  max-height: 80%;
}
.product-details3 .bottom-box .product-list .item .right-box .thumb {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1480px) {
  .product-details3 .bottom-box .product-list .item .right-box .thumb {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .product-details3 .bottom-box .product-list .item .right-box .thumb {
    width: 100%;
  }
}
.product-details3 .bottom-box .product-list .item .right-box .thumb .swiper {
  width: 50%;
  position: relative;
  z-index: 9;
}
.product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-slide {
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-slide {
    height: 50px;
  }
}
.product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-slide img {
  max-width: 80%;
  height: 80%;
}
.product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #1b3886;
}
.product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-change {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  .product-details3 .bottom-box .product-list .item .right-box .thumb .swiper-change {
    bottom: -10px;
  }
}
@media (max-width: 1480px) {
  .product-details3 .situation-lists {
    margin-top: 88px;
  }
  .product-details3 .situation-lists .lists {
    height: 240px;
    margin-top: 40px;
  }
  .product-details3 .situation-lists .lists .item {
    padding: 54px 40px;
  }
  .product-details3 .situation-lists .lists .item .left-info {
    width: 70%;
  }
  .product-details3 .situation-lists .lists .item .icon-box {
    width: 25%;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists .icon {
    max-width: 60px;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists .item .name {
    margin-left: 10px;
  }
  .product-details3 .bottom-box .product-list .item {
    padding: 0px 60px;
    height: 450px;
  }
  .product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide {
    height: 300px;
  }
  .product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide .oppress {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .product-details3 .main .circle::after {
    right: 25px;
  }
  .product-details3 .pro-title.top::after,
  .product-details3 .pro-title.top::before {
    width: 25px;
    height: 15px;
    top: 10px;
  }
  .product-details3 .pro-title.top::before {
    left: -30px;
  }
  .product-details3 .pro-title.top::after {
    right: -30px;
  }
  .product-details3 .situation-lists {
    margin-top: 48px;
  }
  .product-details3 .situation-lists .lists {
    height: auto;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .product-details3 .situation-lists .lists .item {
    width: 100%;
    padding: 44px 20px 20px;
    flex-wrap: wrap;
  }
  .product-details3 .situation-lists .lists .item:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .product-details3 .situation-lists .lists .item .info {
    margin-top: 20px;
  }
  .product-details3 .situation-lists .lists .item .info li {
    padding-left: 10px;
    width: 50%;
    margin-top: 10px;
  }
  .product-details3 .situation-lists .lists .item .info li::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .product-details3 .situation-lists .lists .item .left-info {
    width: 100%;
  }
  .product-details3 .situation-lists .lists .item .icon-box {
    width: 40%;
    margin: 30px auto 0;
  }
  .product-details3 .bottom-box .circle::after {
    right: -15px;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists {
    margin-top: 35px;
    padding-bottom: 10px;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists .item {
    border-radius: 50px;
    padding: 0;
    height: 90px;
    margin-bottom: 15px;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists .item .icon {
    width: 50px;
  }
  .product-details3 .bottom-box .main-function .spefeatures-lists .item .name {
    margin-left: 20px;
  }
  .product-details3 .bottom-box .pic-swiper {
    margin-top: 15px;
    padding-bottom: 100px;
  }
  .product-details3 .bottom-box .pic-swiper .swiper-box {
    border-radius: 10px;
    padding: 45px 20px 30px;
  }
  .product-details3 .bottom-box .pic-swiper .swiper-box .swiper-slide .pic {
    margin-bottom: 20px;
  }
  .product-details3 .bottom-box .pic-swiper .swiper-timing {
    bottom: 40px;
  }
  .product-details3 .bottom-box .bottom-main-function {
    margin-top: 50px;
  }
  .product-details3 .bottom-box .product-list {
    margin-top: 0;
  }
  .product-details3 .bottom-box .product-list .item {
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: 20px;
    height: auto;
    flex-wrap: wrap;
  }
  .product-details3 .bottom-box .product-list .item .right-box .gallery .swiper-slide {
    width: 100%;
    height: 250px;
  }
}
.product-details4 .pro-title.top::after,
.product-details4 .pro-title.top::before {
  content: '';
  width: 74px;
  height: 35px;
  background-image: url('../images/title-icon4.png');
}
.product-details4 .pro-title.top::before {
  left: -120px;
}
.product-details4 .pro-title.top::after {
  right: -120px;
}
.product-details4 .top-box .text-node {
  width: 62%;
  margin: 60px auto 80px;
}
.product-details4 .top-box .icon-box:hover {
  animation: moveup 3s linear infinite;
}
.product-details4 .bottom-box {
  background-image: none;
  margin-top: 85px;
}
.product-details4 .bottom-box .product-list .item{
    position: relative;
}
.product-details4 .bottom-box .product-list .item:not(:last-child) {
  margin-bottom: 180px;
}
.product-details4 .bottom-box .product-list .item .left-info .title .char {
  margin-bottom: 30px;
}
.product-details4 .bottom-box .product-list .item:hover .right-box img {
  animation: moveup 2s linear forwards;
}
.product-details4 .news .top-lists li{
    height: auto;
    margin-bottom: 40px;
}
@media (max-width: 800px) {
  .product-details4 .pro-title.top::after,
  .product-details4 .pro-title.top::before {
    width: 44px;
    height: 20px;
    top: 8px;
  }
  .product-details4 .pro-title.top::before {
    left: -35px;
  }
  .product-details4 .pro-title.top::after {
    right: -35px;
  }
  .product-details4 .top-box .text-node {
    width: 100%;
    margin: 40px auto ;
  }
  .product-details4 .bottom-box {
    background-image: none;
    margin-top: 45px;
  }
  .product-details4 .bottom-box .product-list .item:not(:last-child) {
    margin-bottom: 80px;
  }
  .product-details4 .bottom-box .product-list .item .left-info {
    margin-bottom: 30px;
  }
  .product-details4 .news .top-lists li{
    margin-bottom: 20px;
}
}
.page-title {
  margin-bottom: 60px;
}
.page-title .Mont {
  color: #454545;
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .page-title {
    margin-bottom: 30px;
  }
  .page-title .Mont {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.page-case {
  padding-bottom: 70px;
}
.page-case .content .item.top ul {
    width: 100%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-radius: 10px;
  min-height: 185px;
  padding: 40px 4% 40px 6%;
  box-sizing: border-box;
  margin: 0 -30px;
}
.page-case .content .item.top ul li{
    margin: 30px 30px 0;
}
.page-case .content .item.top ul li .name {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdee1;
}
.page-case .content .item.top ul li:hover .name {
  color: #1b3886;
  opacity: 1;
}
.page-case .content .item.bottom {
  padding-top: 168px;
  background-image: url('../images/bg3.png');
  background-position: center top;
  background-size: 80% 425px;
}
.page-case .content .item.bottom .customersSwiper {
  height: 230px;
  margin-right: -1%;
}
.page-case .content .item.bottom .customersSwiper .swiper-slide {
  height: calc(100% / 2) !important;
}
.page-case .content .item.bottom .customersSwiper .swiper-slide a {
  width: 94%;
  height: 100px;
  border-radius: 8px;
  background-color: #f2f2f2;
}
.page-case .content .item.bottom .customersSwiper .swiper-slide a .oppress {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#case .content .item.bottom ul li a .oppress img,
.page-case .content .item.bottom .customersSwiper .swiper-slide a .oppress img{
    max-width: 80%;
    max-height: 80%;
}
.customersSwiper>.swiper-wrapper {
    margin: 0 auto;
}

@media (max-width: 800px) {
  .page-case {
    padding-bottom: 40px;
  }
  .page-case .content .item.top ul {
    min-height: auto;
    padding: 20px 20px 40px;
    margin: 0;
  }
  .page-case .content .item.top ul li {
    width: 100%;
    margin: 30px 0 0;
  }
  .page-case .content .item.bottom {
    padding-top: 68px;
    background-size: 100% 125px;
  }
  .page-case .content .item.bottom .customersSwiper .swiper-slide a .oppress {
    padding: 20px;
  }
  #case .content .item.bottom ul li a .oppress img,
.page-case .content .item.bottom .customersSwiper .swiper-slide a .oppress img{
    max-width: 100%;
    max-height: 100%;
}
}
.page-service .page-title {
  margin-bottom: 55px;
}
.page-service .page-title .Mont {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .page-service .page-title {
    margin-bottom: 30px;
  }
  .page-service .page-title .Mont {
    margin-bottom: 10px;
  }
}
#philosophy .lists li {
  width: 49%;
  height: 340px;
  border-radius: 10px;
  border: 1px solid #dcdee1;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  padding-top: 92px;
  box-sizing: border-box;
}
#philosophy .lists li .icon,
#philosophy .lists li .title {
  position: relative;
  z-index: 9;
}
#philosophy .lists li .title {
  margin-top: 35px;
}
#philosophy .lists li .bg {
  opacity: 0;
}
#philosophy .lists li:hover .icon {
  filter: brightness(100);
}
#philosophy .lists li:hover .title {
  color: #fff;
}
#philosophy .lists li:hover .bg {
  opacity: 1;
}
@media (max-width: 800px) {
  #philosophy .lists {
    flex-wrap: wrap;
  }
  #philosophy .lists li {
    width: 100%;
    height: auto;
    padding: 32px 20px;
  }
  #philosophy .lists li:first-child {
    margin-bottom: 20px;
  }
  #philosophy .lists li .title {
    margin-top: 15px;
  }
  #philosophy .lists li .icon {
    width: 60px;
    margin: 0 auto;
  }
}
#professional {
  background-color: #f2f2f2;
}
#professional .lists {
  height: 620px;
}
#professional .lists li {
  flex: 1;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s linear;
  box-sizing: border-box;
}
#professional .lists li .info {
  width: 100%;
  position: absolute;
  z-index: 9;
  padding: 55px 65px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0) 0%, transparent 100%);
}
#professional .lists li .info .desc {
  width: 90%;
  margin-top: 35px;
  line-height: 1.8;
  transition: all 0.4s ease;
  display: none;
}
#professional .lists li:nth-of-type(2) {
  margin: 0 28px;
}
#professional .lists li:hover {
  flex: 2.1;
}
#professional .lists li:hover .desc {
  display: block;
}
@media (max-width: 800px) {
  #professional .lists {
    height: auto;
    flex-wrap: wrap;
  }
  #professional .lists li {
    flex: auto;
    width: 100%;
    height: 400px;
  }
  #professional .lists li .info {
    padding: 45px 35px;
  }
  #professional .lists li .info .desc {
    width: 100%;
    margin-top: 15px;
    line-height: 1.4;
    display: block;
  }
  #professional .lists li:nth-of-type(2) {
    margin: 20px 0 ;
  }
}
#afterSales .lists {
  height: 290px;
  margin-top: 60px;
}
#afterSales .lists li {
  width: 49%;
  height: 100%;
  border-radius: 10px;
  background-color: #f2f2f2;
}
#afterSales .lists li .icon-box {
  height: 90px;
  padding: 25px 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#afterSales .lists li .info {
  width: 100%;
  padding: 68px 100px;
  box-sizing: border-box;
}
#afterSales .lists li .info .name .en-tit {
  margin-top: 8px;
  opacity: 0.5;
}
#afterSales .lists li .info .line {
  width: 104px;
  height: 38px;
}
#afterSales .lists li .info .line svg {
  width: 100%;
  height: 1px;
}
#afterSales .lists li .feedback-btn {
  background-color: #1b3886;
  width: 210px;
  height: 57px;
  border-radius: 28.5px;
}
#afterSales .lists li .feedback-btn span {
  margin-right: 10px;
}
#afterSales .lists li .feedback-btn:hover {
  opacity: 0.9;
}
@media (max-width: 1480px) {
  #afterSales .lists li .icon-box {
    padding: 25px 40px;
  }
  #afterSales .lists li .info {
    padding: 68px 40px;
  }
}
@media (max-width: 800px) {
  #afterSales .lists {
    height: auto;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #afterSales .lists li {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
  }
  #afterSales .lists li:first-child {
    margin-bottom: 20px;
  }
  #afterSales .lists li .icon-box {
    height: auto;
    padding: 15px 20px;
  }
  #afterSales .lists li .info {
    width: 100%;
    padding: 48px 20px;
  }
  #afterSales .lists li .info .line {
    display: none;
  }
  #afterSales .lists li .feedback-btn {
    width: 140px;
    height: 47px;
    border-radius: 28px;
  }
  #afterSales .lists li .feedback-btn span {
    margin-right: 10px;
  }
}
.news .top-lists {
  margin-right: -2%;
}
.news .top-lists li {
  width: 31%;
  height: 600px;
  margin-right: 2%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.8;
}
.news .top-lists li .oppress {
  width: 100%;
  height: 328px;
}
.news .top-lists li .title {
  width: 80%;
  height: 90px;
  /*padding: 50px 0 60px;*/
  /*box-sizing: border-box;*/
  margin: 40px auto 50px;
  position: relative;
  opacity: 0.9;
}
.news .top-lists li .bottom {
  padding: 28px 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news .top-lists li .bottom .more {
  padding-bottom: 0;
  border-bottom: none;
  vertical-align: middle;
}
.news .top-lists li .bottom .more span {
  margin-right: 0.5em;
}
.news .top-lists li .bottom .more .icon {
  font-size: 16px;
}
.news .top-lists li:hover .title {
  color: #1b3886;
  text-decoration: underline;
}
.news .top-lists li:hover .more {
  color: #1b3886;
  opacity: 1;
}
@media (max-width: 1480px) {
  .news .top-lists li {
    height: 470px;
    line-height: normal;
  }
  .news .top-lists li .oppress {
    height: 250px;
  }
  .news .top-lists li .title {
    margin:  40px auto ;
    height: 60px;
  }
  .news .top-lists li .bottom {
    padding: 28px 30px;
  }
}
@media (max-width: 800px) {
  .news .top-lists li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .news .top-lists li .oppress {
    height: 200px;
  }
  .news .top-lists li .title {
   width: 90%;
    margin:  30px auto ;
    height: 50px;
  }
  .news .top-lists li .bottom {
    padding: 20px 30px;
  }
}
.news .lists {
  margin-top: 85px;
}
.news .lists li a {
  padding: 75px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.news .lists li a .title {
  width: 80%;
  margin-bottom: 15px;
}
.news .lists li a .text-node {
  margin-top: 44px;
  width: 80%;
}
.news .lists li a .more {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
}
.news .lists li a:hover {
  border-bottom: 1px solid transparent;
  background-color: #f2f2f2;
}
.news .lists li a:hover .title {
  color: #1b3886;
  text-decoration: underline;
}
.news .lists li a:hover .more {
  color: #1b3886;
  opacity: 1;
}
@media (max-width: 800px) {
  .news .lists {
    margin-top: 10px;
  }
  .news .lists li a {
    padding: 25px  15px 70px;
  }
  .news .lists li a .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .news .lists li a .text-node {
    margin-top: 24px;
    width: 100%;
  }
  .news .lists li a .more {
    right: auto;
    top: auto;
    left: 15px;
    bottom: 25px;
    transform: none;
  }
}
.news.top-news .top-title {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .news.top-news .top-title {
    margin-bottom: 20px;
  }
}
.share .cc {
  width: 2.625em;
  height: 2.625em;
  border: 1px solid #dcdee1;
  color: #575757;
  position: relative;
}
.share .cc + .cc {
  margin-left: 0.6em;
}
.share .cc .flow {
  margin: 0;
  border-radius: 50%;
}
.share .cc:hover {
  color: #fff;
  background-color: #1b3886;
}
.share .cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.news-details .left-box {
  width: 30%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 80px 80px 0;
  box-sizing: border-box;
}
.news-details .left-box .date {
  margin: 40px 0 80px;
}
.news-details .article {
  width: 70%;
  padding: 80px 0 80px 80px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.news-details .btn-box {
  padding: 55px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .btn-box .row:last-child {
  margin-top: 35px;
}
.news-details .btn-box .left-box {
  border-right: none;
  padding: 0;
}
.news-details .btn-box .article {
  padding: 0 0 0 80px;
  line-height: normal;
}
.news-details .btn-box .article a:hover {
  color: #1b3886;
}
@media (max-width: 800px) {
  .news-details > .main {
    flex-wrap: wrap;
  }
  .news-details > .main .left-box {
    width: 100%;
    border-right: none;
    padding: 50px 0 30px;
  }
  .news-details > .main .left-box .date {
    margin: 30px 0 ;
  }
  .news-details > .main .article {
    width: 100%;
    padding: 0 0 50px;
    line-height: 1.4;
  }
  .news-details .btn-box {
    padding: 20px 0;
  }
  .news-details .btn-box .left-box {
    width: 20%;
  }
  .news-details .btn-box .article {
    width: 80%;
  }
  .news-details .btn-box .row:last-child {
    margin-top: 15px;
  }
  .news-details .btn-box .article {
    padding: 0 0 0 10px;
  }
}
#connect {
  padding-bottom: 40px;
}
#connect .page-title {
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
#connect .content {
  margin-top: -40px;
}
#connect .left {
  width: 30%;
  position: relative;
  z-index: 99;
}
#connect .left .info {
  margin-top: 80px;
}
#connect .left .info > div {
  margin-bottom: 50px;
}
#connect .left .info > div .char {
  margin-bottom: 8px;
}
#connect .left .info .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background-color: #1b3886;
  font-size: 30px;
  margin-right: 20px;
}
#connect .left .wechat {
  width: 130px;
  text-align: center;
  margin-top: 60px;
}
#connect .map-box {
  width: 90%;
  height: 740px;
  /*margin-right: -15%;*/
  margin-left: -20%;
  position: relative;
  padding-top: 2%;
}
#connect .map-box #map2 {
  width: 100%;
  height: 98%;
}
#connect .map-box #map2 .amap-logo {
  display: none;
}
#connect .map-box #map2 .amap-logo,
#connect .map-box #map2 .amap-copyright {
  opacity: 0;
}
#connect .map-box .drag {
  width: 100%;
  height: 22%;
  background: #fff;
  filter: blur(40px);
  position: absolute;
  overflow: hidden;
  top: -3%;
  left: -3%;
  z-index: 10;
}
#connect .map-box .drag.drag2 {
  width: 15%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -4%;
  left: auto;
  border-radius: 0;
}
#connect .map-box .drag.drag3 {
  top: auto;
  bottom: -4%;
  border-radius: 50% 0 0 0;
}
@media (max-width: 1480px) {
  #connect .left {
    width: 40%;
  }
  #connect .map-box {
    margin-left: -10%;
  }
}
@media (max-width: 1280px) {
  #connect .left {
    width: 50%;
  }
}
@media (max-width: 800px) {
  #connect .content {
    flex-wrap: wrap;
  }
  #connect .left,
  #connect .map-box {
    width: 100%;
  }
  #connect .left {
    padding-bottom: 0;
    
  }
  #connect .left .info {
    margin-top: 40px;
  }
  #connect .left .info > div {
    margin-bottom: 30px;
  }
  #connect .left .info .icon-box {
    width: 42px;
    height: 42px;
    font-size: 20px;
    margin-right: 10px;
  }
  #connect .left .info .icon-box img {
    width: 20px;
  }
  #connect .left .wechat {
    width: 100%;
  }
  #connect .left .wechat .pic {
    margin: 0 auto 14px;
  }
  #connect .map-box {
    height: 500px;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  #connect .map-box .drag {
    height: 20%;
    filter: blur(20px);
  }
  #connect .map-box .drag.drag2 {
    left: -3%;
  }
}
.form-pop {
  border-radius: 10px;
  background-color: #fff;
   width: 950px;
  height: 600px;
  padding: 70px 80px;
  box-sizing: border-box;
}

.form-pop .carousel__button.is-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.form-pop .title {
  margin-bottom: 43px;
}
.form-pop .row {
  margin-bottom: 25px;
  width: 47%;
}
.form-pop .row:last-child {
  width: 100%;
}
.form-pop .row:last-child .prop {
  margin-top: 15px;
}
.form-pop .label {
  width: 100%;
}
.form-pop .label .input {
  flex: 1;
  height: 100%;
  font-size: 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  height: 58px;
  border-radius: 29px;
  padding: 0 25px;
  box-sizing: border-box;
}
.form-pop .label .input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form-pop .label textarea.input {
  height: 160px;
  padding-top: 15px;
}
.form-pop .submit-btn {
  cursor: pointer;
  margin-top: 40px;
  color: #fff;
  background-color: #1b3886;
width: 210px;
height: 57px;
border-radius: 28.5px;
}
@media (max-width: 1080px) {
  
   
  .form-pop {
    width: 90%;
    height: auto;
    padding: 40px 20px;
  }
  .form-pop .title {
    margin-bottom: 33px;
  }
  .form-pop .row {
    margin-bottom: 20px;
    width: 100%;
  }
  .form-pop .label textarea.input {
    height: 140px;
    padding-top: 15px;
  }
  .form-pop .submit-btn {
    margin: 30px auto 0;
  }
}