@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: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #1a57a2;
  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: 1440px) {
  .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);
}
.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: #1a57a2;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.text-right {
  text-align: right;
}
/* SELECT - Normal State */
.select-box select {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
/* SELECT - Hover */
.select-box select:hover option,
.select-box select:focus option {
  color: #000;
  background: #fff;
}
/* SELECT - Arrow */
.select-box:before {
  content: "\e665";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  font-family: "icon" !important;
}
/* 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: #1a57a2;
  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: #1a57a2;
  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;
  width: 180px;
  height: 55px;
  padding: 0 28px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 27.5px;
}
.more .icon {
  font-size: 18px;
}
.more:hover {
  background-color: #1a57a2;
}
.more.spe-more {
  opacity: 0.5;
  padding-left: 48px;
  padding-top: 15px;
  position: relative;
}
@media (max-width: 800px) {
  .more.spe-more {
    padding-top: 12px;
  }
}
.more.spe-more .icon-box {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.more.spe-more span {
  margin-right: 0;
  margin-top: 10px;
  padding: 5px;
  background-color: #f6f6f6;
  margin-left: -10px;
  z-index: 9;
  position: relative;
}
.more.spe-more:hover {
  color: #1a57a2;
}
.more.spe-more:hover .icon-box {
  border: 1px solid #1a57a2;
}
.more.active-more span {
  margin-left: 0.5em;
  transition: all 0.4s ease;
}
.more.active-more:hover span {
  transform: translateX(10px);
}
.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: #1a57a2;
  border-color: #1a57a2;
  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: #1a57a2;
  color: #fff;
}
@media (max-width: 768px) {
  .more {
    width: 130px;
    height: 45px;
    padding: 0 18px;
  }
  .more .icon {
    font-size: 16px;
  }
}
.go {
  width: 44.5px;
  height: 44.5px;
  border-radius: 50%;
  background-color: #fff;
  color: #1a57a2;
  cursor: pointer;
  transition: all 0.4s ease;
}
.go.spe-go {
  background-color: #1a57a2;
  color: #fff;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-title .sub-title {
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .same-title .sub-title {
    margin-top: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 800px) {
  .same-title .sub-title {
    font-size: 23px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
  overflow: hidden;
  margin-bottom: 60px;
}
.datum .item:last-child {
  margin-bottom: 0;
}
.datum .item:first-child .enb {
  color: #1a57a2;
}
.datum .item:first-child .enb:after {
  font-size: 18px;
  font-weight: bold;
  top: auto;
  bottom: 10px;
}
.datum .item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -100px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #1a57a2;
  transition: all 0.6s ease;
}
.datum .item .text {
  opacity: 0.9;
}
.datum .item:hover {
  padding-left: 40px;
}
.datum .item:hover::before {
  left: 0;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  color: #1a57a2;
}
.datum .enb:after {
  content: attr(data-content);
  font-size: 32px;
  position: absolute;
  top: 10%;
  right: 0;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    display: flex;
    flex-wrap: wrap;
  }
  .datum .item {
    width: auto;
    padding: 0 2em;
    margin-bottom: 30px;
  }
  .datum .enb {
    font-size: 42px;
  }
}
@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: 28px;
  }
  .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: #1a57a2;
  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: #1a57a2;
}
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;
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1520px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-change {
  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: #1a57a2;
  border-color: #fff;
  background-color: #fff;
}
.swiper-pagination.default {
  position: relative;
  left: auto!important;
  z-index: 10;
  bottom: auto;
  margin: 0.3rem auto 0;
  padding-top: 20px;
  transform: translate(0, 0) !important;
  height: 8px;
}
.swiper-pagination.default > .swiper-pagination-bullet {
  vertical-align: top;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1a57a2;
}
.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 10px!important;
}
.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 > svg > .cls-1 {
  stroke: #1a57a2;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #1a57a2;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #c1c1c1;
}
.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: #1a57a2;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #1a57a2;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #1a57a2;
}
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: #1a57a2;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #1a57a2;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 10px;
}
.go.spe-go .icon-box {
  width: 47px;
  height: 47px;
  border: none ;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
.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: #1a57a2;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.page-banner {
  position: relative;
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
.page-banner .banner-txt .title {
  font-size: 48px;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page-banner .banner-txt .f20 {
    font-size: 16px;
  }
}
#header {
  position: relative;
  height: 120px;
  width: 100%;
  z-index: 206;
  background-color: #fff;
}
#header .main {
  height: 100%;
}
#header.select {
  transform: translateY(0);
  background: transparent;
}
#header.select .substitution {
  -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;
}
#header .nav-btn {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  padding-left: 47px;
}
#header .nav-btn .middle-item {
  z-index: 2;
  width: 35px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #header .nav-btn .middle-item {
    width: 20px;
  }
}
#header .nav-btn .middle-item > .full {
  background-color: #1a57a2;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.bottom {
  width: 50%;
}
#header .nav-btn.active .middle-item .top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .middle-item .middle {
  opacity: 0;
}
#header .nav-btn.active .middle-item .bottom {
  width: 100%;
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .interaction.search {
  cursor: pointer;
}
#header .interaction.search .icon {
  font-size: 20px;
  margin-right: 0.5em;
}
#header .interaction.search:hover {
  color: #1a57a2;
}
@media (max-width: 1480px) {
  #header .nav-btn {
    width: 120px;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  #header .nav-btn {
    position: absolute;
    top: 0;
    left: auto;
    right: 50px;
    height: 120px;
  }
  #header .interaction.search {
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .logo-box {
    left: 100px;
    transform: translateY(-50%);
  }
}
@media (max-width: 800px) {
  #header {
    height: 80px;
  }
  #header .logo-box {
    left: 20px;
    height: 100%;
  }
  #header .logo-box a {
    height: 100%;
    padding-top: 20%;
    box-sizing: border-box;
  }
  #header .logo-box a img {
    display: block;
    height: 80%;
  }
  #header .interaction.search {
    right: 120px;
  }
  #header .nav-btn {
    width: 82px;
    height: 48px;
    right: 0;
    top: 15px;
    padding-left: 30px;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 80px;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 120px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
}
#search .search {
  font-size: 1.3em;
  color: #1a57a2;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #1a57a2;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#navbar {
  width: 95%;
  height: 100%;
  /*position: relative;*/
  padding-left: 147px;
}
#navbar .interaction {
  height: 100%;
  /*position: relative;*/
  color: #676767;
  margin-right: 3.5em;
}
#navbar .interaction:nth-of-type(4) {
  margin-right: 24em;
}
#navbar .interaction:nth-of-type(5) {
  margin-left: -4em;
}
#navbar .interaction:last-child {
  margin-right: 0;
  margin-left: 1em;
}
#navbar .interaction > a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s linear;
}
#navbar .interaction > a .icon {
  display: none;
}
#navbar .interaction > a::after {
  content: "";
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #1a57a2;
  transition: all 0.4s ease;
}
#navbar .interaction .two-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 16px 40px -8px #19334542;
  display: none;
  box-sizing: border-box;
  width: 420px;
}
#navbar .interaction .two-nav ul {
  box-sizing: border-box;
}
#navbar .interaction .two-nav ul li {
  width: 100%;
}
#navbar .interaction .two-nav ul li > a {
  padding: 10px;
  box-sizing: border-box;
}
#navbar .interaction .two-nav ul li > a:hover {
  background-color: rgba(26, 87, 162, 0.1);
}
#navbar .interaction .two-nav ul li .three-nav {
  width: 420px;
  padding: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #fff;
  box-sizing: border-box;
}
#navbar .interaction .two-nav ul li .three-nav a {
  padding: 10px 0;
}
#navbar .interaction .two-nav ul li .three-nav a:hover {
  color: #1a57a2;
  text-decoration: underline;
}
#navbar .interaction.active .two-nav {
  display: block;
}
#navbar .interaction.active .two-nav ul li.on .three-nav {
  display: block;
}
#navbar .interaction:hover > a,
#navbar .interaction.active > a {
  color: #1a57a2;
}
#navbar .interaction:hover > a::after,
#navbar .interaction.active > a::after {
  width: 100%;
}

.header-wrap {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.header-product {
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  padding: 4.06vw 8.33vw 4.9vw;
  background: #fff;
  box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
  width: 100%;
  display: none;
}
.header-product-wrap {
  display: flex;
  justify-content: center;
}
.header-product-item {
  display: block;
  margin-right: 7.13vw;
  width: 12.6vw;
}
.header-product-item:last-child {
  margin-right: 0;
}
.header-product-item dt {
  display: block;
  position: relative;
  padding-bottom: 30px;
  background: url(../images/line1.png) right bottom no-repeat;
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}

.header-product-item dt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 1px;
  background: #1a57a2;
}
.header-product-item dt a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.header-product-item dt a:hover {
  color: #1a57a2;
}
.header-product-item dd {
  display: block;
  padding-top: 25px;
  margin-left: 0;
}
.header-product-item dd p {
  margin-bottom: 16px;
}
.header-product-item dd p:last-child {
  margin-bottom: 0;
}
.header-product-item dd p a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.header-product-item dd p a:hover {
  color: #1a57a2;
}
@media (max-width: 1680px) {
  #navbar {
    width: 100%;
    padding-left: 100px;
  }
  #navbar .interaction {
    margin-right: 3em;
  }
  #navbar .interaction:nth-of-type(4) {
    margin-right: 20em;
  }
}
@media (max-width: 1480px) {
  #navbar {
    width: 100%;
  }
  #navbar .interaction {
    margin-right: 2em;
  }
  #navbar .interaction:nth-of-type(4) {
    margin-right: 18em;
  }
}
@media (max-width: 1280px) {
  #navbar {
    display: none;
    
  }
}


#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;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 30px;
    display: block;
    line-height: 50px;
  }
  #nav_fixed > .list > .item {
    padding: 0;
  }
  #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: 24px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    line-height: 40px;
    margin-top: 0;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  #nav_fixed > .list .touch .two-nav .touch:after {
    top: 20px;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    padding: 0 10px;
    display: none;
    transition: 0s none;
  }
  
}
@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: 50%;
  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;
  }
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item {
    padding: 0 ;
  }
}
#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;
}
.connect {
  background-image: url("../images/full-light12.png");
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 100% 1920px;
  padding: 40px 0;
}
.connect .left .top10 {
  margin-top: 20px;
}
.connect .left .item {
  width: 600px;
  position: relative;
  padding: 0 65px 0 55px;
  box-sizing: border-box;
  height: 260px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  background-color: #182029;
  z-index: 99;
  transition: all 0.4s linear;
}
.connect .left .item:first-child {
  border-radius: 10px 0 0 0;
}
.connect .left .item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.connect .left .item .title {
  margin-bottom: 25px;
}
.connect .left .item .right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}
.connect .left .item .right-icon {
  width: 100%;
  height: 100%;
}
.connect .left .item .right-icon .icon {
  display: block;
  transform: rotateZ(-90deg);
}
.connect .left .item .bottom-connect li {
  margin-bottom: 10px;
}
.connect .left .item .bottom-connect li .txt,
.connect .left .item .bottom-connect li .info {
  flex: 1;
}
.connect .left .item:hover {
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  width: 650px;
  border-bottom: none;
}
.connect .left .item:hover .right {
  display: block;
}
.connect #map2 {
  width: 65.3%;
  height: 780px;
  border-radius: 0 10px 10px 0;
  margin-left: -5%;
}
@media (max-width: 1680px) {
  .connect #map2 {
    width: 58%;
  }
}
@media (max-width: 1480px) {
  .connect .left .item {
    width: 560px;
    position: relative;
    padding: 0 25px 0 55px;
  }
  .connect .left .item:hover {
    width: 610px;
  }
  .connect #map2 {
    width: 54%;
  }
}
@media (max-width: 1080px) {
  .connect {
    padding: 0;
  }
  .connect .main {
    flex-wrap: wrap;
  }
  .connect .left .item {
    width: 100%;
    padding: 35px 20px;
    height: auto;
  }
  .connect .left .item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .connect .left .item:last-child {
    border-radius: 0 0 10px 10px;
  }
  .connect .left .item .right {
    display: none !important;
  }
  .connect .left .item:hover {
    width: 100%;
  }
  .connect #map2 {
    width: 100%;
    height: 380px;
    border-radius: 10px;
    margin-left: 0;
    margin-top: 40px;
  }
}
#footer {
  background-color: #2e2e2e;
}
#footer > .main {
  z-index: 9;
  position: relative;
  padding: 80px 0 70px;
}
#footer > .main .top .blogroll {
  height: 100%;
  position: relative;
}
#footer > .main .top .blogroll .static {
  width: 11.87em;
  height: 3em;
  margin: 0 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
}
#footer > .main .top .blogroll .static .char {
  font-size: 14px;
  opacity: 0.9;
}
#footer > .main .top .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #fff;
  color: #1a57a2;
}
#footer > .main .top .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer > .main .top .blogroll .fade {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
}
#footer > .main .top .blogroll .fade .content {
  width: 260px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
  padding: 1em;
  height: 180px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#footer > .main .top .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer > .main .top .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #1a57a2;
}
#footer > .main .top .blogroll:hover .static {
  background-color: #1a57a2;
  border-color: #1a57a2;
  color: #fff;
}
#footer > .main .top .blogroll:hover .static .cc {
  background-color: #fff;
  color: #1a57a2;
}
#footer > .main .top .blogroll:hover .fade {
  margin-top: 0;
}
#footer > .main .bottom-box {
  margin-top: 106px;
}
#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 .bottom-nav {
  width: 30%;
  margin-top: 10px;
}
#footer .bottom-nav li {
  width: 33.33%;
  height: auto;
}
#footer .bottom-nav li:last-child {
  margin-right: 0;
  /*margin-top: -30px;*/
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 10px;
  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: 80px;
  margin-top: 74px;
}
#footer .wechat li .pic {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 14px;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .wechat li p {
  opacity: 0.7;
}
#footer .wechat li p span {
  display: block;
  margin-top: 5px;
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer > .main {
    padding: 50px 20px 40px;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .bottom-box {
    margin: 60px 0;
    width: 100%;
  }
  #footer > .main .bottom-box .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer .wechat {
    margin-left: 0;
    margin-top: 34px;
  }
}
.copyright {
  background-color: #242424;
  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;
  }
}
.form {
  width: 25%;
}
.form .top-title {
  margin-bottom: 24px;
}
.form .row {
  width: 49%;
  margin-bottom: 20px;
}
.form .row .label {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-radius: 10px;
  height: 50px;
  padding-left: 18px;
  box-sizing: border-box;
}
.form .row .label .prop {
  font-size: 14px;
  opacity: 0.7;
}
.form .row .label.select-box {
  position: relative;
}
.form .row .label.select-box::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  opacity: 0.7;
}
.form .row .input,
.form .row .select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  font-size: 12px;
  box-sizing: border-box;
  flex: 1;
  opacity: 0.7;
}
.form .row .input::placeholder,
.form .row .select::placeholder {
  color: #fff;
  opacity: 0.7;
}
.form .row.w100 {
  width: 100%;
}
.form .row.w100 .label {
  height: 157px;
  padding-top: 18px;
}
.form .submit-btn {
  width: 150px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #1a57a2;
  margin-top: 55px;
}
.form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .form {
    width: 36%;
  }
}
@media (max-width: 800px) {
  .form {
    width: 100%;
  }
  .form .submit-btn {
    margin-top: 15px;
  }
}
.connect-form {
  background-color: #f7f7f7;
  height: 650px;
}
.connect-form .main {
  height: 100%;
}
.connect-form .left {
  width: 42%;
}
.connect-form .form {
  width: 100%;
}
.connect-form .form .top-title {
  margin-bottom: 50px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  border: none;
  padding-left: 0;
}
.connect-form .form .row .label .prop {
  font-weight: bold;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-left: 15px;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 162px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: #000;
}
.connect-form .form .submit-btn {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.connect-form .right-pic {
  width: 66%;
  height: 100%;
  margin-right: -15%;
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .left {
    width: 100%;
  }
  .connect-form .main .right-pic {
    width: 100%;
    height: 350px;
    margin-right: 0;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 40px;
  }
  .connect-form .main .form .row {
    width: 100%;
  }
}
#banner {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide img {
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
#banner > .swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.12);
}
#banner > .swiper .swiper-pagination {
  bottom: 60px;
}
@media (max-width: 1000px) {
  #banner > .swiper .swiper-pagination {
    bottom: 20px;
  }
}
#banner > .banner-title {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#banner > .banner-title > .item {
  color: #fff;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#banner > .banner-title > .item > div {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease-in;
  transform: translate(0, -50px);
}
#banner > .banner-title > .item > div.title {
  font-size: 3.75em;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #banner > .banner-title > .item > div.title {
    font-size: 2em;
  }
}
#banner > .banner-title > .item > div.desc {
  margin: 70px auto 0;
  transition-delay: 0.2s;
  width: 250px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
}
@media (max-width: 1000px) {
  #banner > .banner-title > .item > div.desc {
    margin-top: 38px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
}
#banner > .banner-title > .item.active > div {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: translate(0, 0);
  transition-timing-function: ease-out;
}
#banner > .banner-title > .item.exit > div {
  transform: translate(0, 50px);
}
#banner > .banner-title > .item.exit > div.title {
  transition-delay: 0.2s;
}
#banner > .banner-title > .item.exit > div.desc {
  transition-delay: 0s;
}
@media (max-width: 768px) {
  #banner {
    height: 600px;
  }
}
.page-nav {
  height: 65px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 9;
}
.page-nav .item {
  width: 240px;
  height: 65px;
  text-align: center;
}
.page-nav .item:not(:last-child) {
  margin-right: 3%;
}
.page-nav .item a {
  height: 100%;
}
.page-nav .item a span {
  transition: all 0.4s ease;
}
.page-nav .item a .icon {
  display: none;
  color: #fff;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  background-color: #1a57a2;
  border-radius: 10px;
}
.page-nav .item:hover a .char,
.page-nav .item.active a .char {
  margin-right: 40px;
  color: #fff;
}
.page-nav .item:hover a .icon,
.page-nav .item.active a .icon {
  display: block;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    border-bottom: none;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    width: auto;
    height: 40px;
  }
  .page-nav .list .item a {
    padding: 0 15px;
    text-align: center;
  }
  .page-nav .list .item:hover a,
  .page-nav .list .item.active a {
    border-radius: 5px;
  }
  .page-nav .list .item:hover a .char,
  .page-nav .list .item.active a .char {
    margin-right: 0;
  }
  .page-nav .list .item:hover a .icon,
  .page-nav .list .item.active a .icon {
    display: none;
  }
}
#about {
  background-image: url(../images/view-modern.png);
  position: relative;
  overflow: hidden;
}
#about .left-box {
  width: 55%;
}
#about .left-box .datum {
  margin-top: 130px;
  position: relative;
  z-index: 9;
}
#about .right-box {
  width: 38%;
  margin-top: 52px;
}
#about .right-box .oppress {
  width: 100%;
  height: 340px;
  border-radius: 10px;
}
#about .right-box .text-node {
  margin: 46px 0;
}
#about .earth {
  width: 985px;
  height: 463px;
  position: absolute;
  bottom: -70px;
  left: 0;
  background-image: url(../images/earth.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#about .earth .mark {
  position: absolute;
  right: 20%;
  top: 30%;
}
#about .earth .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  animation: waves 5s linear infinite;
  opacity: 0;
  transform: scale(0);
  background-color: rgba(26, 87, 162, 0.7);
  border-radius: 50%;
}
#about .earth .mark .circle.circle2 {
  animation-delay: 1.6s;
}
#about .earth .mark .circle.circle3 {
  animation-delay: 3s;
}
@keyframes waves {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@media (max-width: 1480px) {
  #about .earth {
    width: 785px;
  }
}
@media (max-width: 800px) {
  #about {
    padding-bottom: 150px;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .main .left-box,
  #about .main .right-box {
    width: 100% !important;
  }
  #about .main .left-box .datum {
    margin-top: 40px;
  }
  #about .main .right-box {
    margin-top: 40px;
  }
  #about .main .right-box .oppress {
    height: 240px;
  }
  #about .main .right-box .text-node {
    margin: 26px 0;
  }
  #about .earth {
    width: 100%;
    height: 300px;
  }
}
#about.page-about {
  background-image: none;
}
#about.page-about .left-box {
  width: 58%;
}
#about.page-about .left-box .datum {
  margin-top: 150px;
}
#about.page-about .left-box .datum .item {
  width: 28%;
}
#about.page-about .left-box .text-node {
  margin-top: 50px;
}
#about.page-about .right-box {
  width: 35%;
  margin-top: 0;
}
#about.page-about .right-box .oppress {
  height: 760px;
  border-radius: 10px;
}
#about.page-about .earth {
  width: 1170px;
  bottom: -90px;
  left: 10%;
  background-image: url(../images/earth2.png);
}
@media (max-width: 1680px) {
  #about.page-about .earth {
    left: 0;
  }
}
@media (max-width: 1480px) {
  #about.page-about .earth {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  #about.page-about .earth {
    width: 850px;
  }
}
@media (max-width: 800px) {
  #about.page-about .left-box .datum {
    margin: 40px 0;
  }
  #about.page-about .left-box .text-node {
    margin-top: 20px;
  }
  #about.page-about .right-box .oppress {
    height: 400px;
  }
  #about.page-about .earth {
    width: 100%;
    height: 260px;
  }
  #about.page-about .earth .mark {
    top: 10%;
  }
}
#product {
  background-image: url(../images/pro-bg.png);
  background-position: 0 689px;
  background-repeat: no-repeat;
  background-size: 1000px 800px;
}
#product .content .list {
  margin: 40px 0 38px;
}
#product .content .list .item {
  text-align: center;
  margin-right: 8%;
  cursor: pointer;
}
#product .content .list .item:last-child {
  margin-right: 0;
}
#product .content .list .item .icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#product .content .list .item .icon-box .icon {
  display: none;
}
#product .content .list .item .icon-box .white-icon {
  filter: brightness(0);
}
#product .content .list .item.on {
  color: #1a57a2;
}
#product .content .list .item.on .icon-box {
  background-color: #1a57a2;
}
#product .content .list .item.on .icon-box .white-icon {
  filter: brightness(100%);
}
/*#product .content .list .item.on .icon-box .icon {*/
/*  filter: brightness(100);*/
/*}*/
#product .content .swiper-box > .swiper-wrapper > .swiper-slide-active {
  z-index: 100;
}
#product .content .swiper-box .product-swiper {
  padding-bottom: 80px;
}
#product .pro-lists .item {
  height: 490px;
}
#product .pro-lists .item > a {
  height: 100%;
  padding: 50px;
  background-image: url("../images/pro-bg2.png");
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}
#product .pro-lists .item > a .title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}
#product .pro-lists .item > a .pic-box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  width: 100%;
  height: 40%;
  text-align: center;
}
#product .pro-lists .item > a .pic-box img {
  display: inline-block;
  transition: all 0.6s ease;
  height: 100%;
}
#product .pro-lists .item > a .go {
  position: absolute;
  bottom: 50px;
  left: -50px;
}
#product .pro-lists .item > a:hover {
  color: #fff;
  background-image: url("../images/pro-bg3.png");
}
#product .pro-lists .item > a:hover .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}
#product .pro-lists .item > a:hover .pic-box {
  left: 80%;
}
#product .pro-lists .item > a:hover .pic-box img {
  transform: scale(1.2);
}
#product .pro-lists .item > a:hover .go {
  left: 50px;
}
@media (max-width: 1680px) {
  #product .pro-lists .item {
    height: 420px;
  }
}
@media (max-width: 1480px) {
  #product .pro-lists .item {
    height: 380px;
  }
  #product .pro-lists .item > a {
    padding: 30px 20px;
  }
  #product .pro-lists .item > a .pic-box {
    bottom: 40px;
  }
  #product .pro-lists .item > a .go {
    bottom: 40px;
  }
  #product .pro-lists .item > a:hover .go {
    left: 20px;
  }
}
@media (max-width: 1280px) {
  #product .pro-lists .item {
    height: 320px;
  }
  #product .pro-lists .item > a .pic-box {
    bottom: 30px;
  }
  #product .pro-lists .item > a .go {
    bottom: 30px;
  }
}
@media (max-width: 800px) {
  #product .pro-lists .item {
    height: 400px;
  }
  #product .pro-lists .item > a {
    padding: 30px;
  }
  #product .pro-lists .item > a .pic-box {
    height: 45%;
  }
}
@media (max-width: 800px) {
  #product .top {
    flex-wrap: wrap;
  }
  #product .top .more {
    margin-top: 20px;
  }
  #product .content .list {
    margin: 30px 0 28px;
    flex-wrap: wrap;
  }
  #product .content .list .item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 33.33%;
  }
  #product .content .list .item .icon-box {
    width: 50px;
    height: 50px;
  }
  #product .content .list .item .icon-box img {
    transform: scale(0.8);
  }
}
#product.page-product {
  background-image: none;
}
#product.page-product .top .sub-title {
  margin: 20px 0 45px;
}
#product.page-product .top .text-node {
  max-width: 65%;
  margin: 0 auto;
}
#product.page-product .content .select-content {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#product.page-product .content .select-content .left-tips img {
  margin-right: 0.5em;
}
#product.page-product .content .select-content .clear {
  margin-left: 10px;
}
#product.page-product .content .select-content .clear .icon {
  margin-right: 0.5em;
}
#product.page-product .content .select-content .select-lists .row {
  margin-right: 20px;
}
#product.page-product .content .select-content .select-lists .row:nth-of-type(2) .select-box,
#product.page-product .content .select-content .select-lists .row:nth-of-type(3) .select-box {
  width: 180px;
}
#product.page-product .content .select-content .select-lists .select-box {
  display: block;
  position: relative;
  width: 140px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
#product.page-product .content .select-content .select-lists .select-box:hover {
  color: #fff;
  background: #1a57a2;
}
#product.page-product .content .pro-lists {
  margin-right: -2%;
}
#product.page-product .content .pro-lists .item {
  width: 23%;
  height: 433px;
  margin-right: 2%;
  margin-top: 30px;
}
#product.page-product .content .pro-lists .item > a {
  padding: 43px;
}
#product.page-product .content .pro-lists .item > a .go {
  bottom: 44px;
  left: -43px;
}
#product.page-product .content .pro-lists .item > a:hover .go {
  left: 43px;
}
@media (max-width: 1680px) {
  #product.page-product .content .pro-lists .item {
    height: 420px;
  }
}
@media (max-width: 1480px) {
  #product.page-product .content .pro-lists .item {
    height: 380px;
  }
  #product.page-product .content .pro-lists .item > a {
    padding: 30px 20px;
  }
  #product.page-product .content .pro-lists .item > a .go {
    bottom: 40px;
  }
  #product.page-product .content .pro-lists .item > a:hover .go {
    left: 20px;
  }
}
@media (max-width: 1280px) {
  #product.page-product .content .pro-lists .item {
    height: 320px;
  }
  #product.page-product .content .pro-lists .item > a .go {
    bottom: 30px;
  }
}
@media (max-width: 800px) {
  #product.page-product .content .pro-lists .item {
    height: 400px;
    width: 100%;
    margin-right: 0;
  }
  #product.page-product .content .pro-lists .item > a {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  #product.page-product .top .sub-title {
    margin: 15px 0 30px;
  }
  #product.page-product .top .text-node {
    max-width: 100%;
  }
  #product.page-product .content .select-content {
    margin-top: 40px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
  }
  #product.page-product .content .select-content .clear {
    position: absolute;
    top: 0;
    right: 0;
  }
  #product.page-product .content .select-content .right-box {
    flex-wrap: wrap;
  }
  #product.page-product .content .select-content .select-lists {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  #product.page-product .content .select-content .select-lists .row {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #product.page-product .content .pro-lists {
    margin-right: 0;
  }
}
#case {
  background-image: url(../images/case-bg.png);
}
#case .case-swiper {
  height: 500px;
  margin-top: 54px;
}
#case .case-swiper .swiper-slide {
  width: 400px;
  margin-right: 35px;
  transition: all 0.8s ease;
}
#case .case-swiper .swiper-slide .oppress {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  transition: all 0.8s ease;
  position: relative;
}
#case .case-swiper .swiper-slide .oppress::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
#case .case-swiper .swiper-slide a {
  width: 100%;
}
#case .case-swiper .swiper-slide a .bottom-info {
  width: 100%;
  margin-top: 15px;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.2s;
}
#case .case-swiper .swiper-slide a .bottom-info .go {
  opacity: 0;
}
#case .case-swiper .swiper-slide.swiper-slide-active {
  width: 850px;
  height: 500px;
}
#case .case-swiper .swiper-slide.swiper-slide-active a {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#case .case-swiper .swiper-slide.swiper-slide-active a .oppress {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#case .case-swiper .swiper-slide.swiper-slide-active a .oppress::after {
  opacity: 1;
}
#case .case-swiper .swiper-slide.swiper-slide-active a .bottom-info {
  color: #fff;
  padding: 0 44px 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
}
#case .case-swiper .swiper-slide.swiper-slide-active a .bottom-info .go {
  opacity: 1;
  margin-left: 45px;
}
#case .case-swiper .swiper-change {
  position: absolute;
  left: 52%;
  top: 90%;
  width: 7%;
}
#case .case-swiper .swiper-change .btn.swiper-button-prev {
  left: 0;
}
@media (max-width: 1680px) {
  #case .case-swiper {
    height: 450px;
  }
  #case .case-swiper .swiper-slide {
    width: 24%;
  }
  #case .case-swiper .swiper-slide .oppress {
    height: 220px;
  }
  #case .case-swiper .swiper-slide.swiper-slide-active {
    width: 47%;
    height: 450px;
  }
  #case .case-swiper .swiper-change {
    left: 50%;
  }
}
@media (max-width: 1480px) {
  #case .case-swiper {
    height: 400px;
  }
  #case .case-swiper .swiper-slide .oppress {
    height: 200px;
  }
  #case .case-swiper .swiper-slide.swiper-slide-active {
    width: 45%;
    height: 400px;
  }
  #case .case-swiper .swiper-change {
    width: 10%;
    left: 48%;
  }
}
@media (max-width: 1280px) {
  #case .case-swiper .swiper-change {
    width: 14%;
  }
}
@media (max-width: 1024px) {
  #case .case-swiper {
    height: 370px;
    margin-top: 40px;
    padding-bottom: 80px;
  }
  #case .case-swiper .swiper-slide {
    width: 100%;
  }
  #case .case-swiper .swiper-slide.swiper-slide-active {
    width: 100%;
    height: 370px;
  }
  #case .case-swiper .swiper-slide.swiper-slide-active a .bottom-info {
    padding: 38px 30px !important;
  }
  #case .case-swiper .swiper-change {
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #case .case-swiper .swiper-change .num-pagination {
    width: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 10px;
  }
}
@media (max-width: 800px) {
  #case .top {
    flex-wrap: wrap;
  }
  #case .top .more {
    margin-top: 20px;
  }
}
#case.page-case {
  background-image: none;
}
#case.page-case .case-swiper {
  height: 445px;
  margin-top: 0;
}
#case.page-case .case-swiper .swiper-slide {
  width: 24%;
}
#case.page-case .case-swiper .swiper-slide .oppress {
  height: 220px;
}
#case.page-case .case-swiper .swiper-slide.swiper-slide-active {
  width: 47%;
  height: 445px;
}
#case.page-case .case-swiper .swiper-change {
  left: 50%;
}
@media (max-width: 1480px) {
  #case.page-case .case-swiper {
    height: 400px;
  }
  #case.page-case .case-swiper .swiper-slide .oppress {
    height: 200px;
  }
  #case.page-case .case-swiper .swiper-slide.swiper-slide-active {
    width: 45%;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  #case.page-case .case-swiper {
    height: 370px;
    padding-bottom: 80px;
  }
  #case.page-case .case-swiper .swiper-slide {
    width: 100%;
  }
  #case.page-case .case-swiper .swiper-slide.swiper-slide-active {
    width: 100%;
    height: 370px;
  }
  #case.page-case .case-swiper .swiper-change {
    bottom: 0;
    transform: translateX(-50%);
  }
}
.swiper-change {
  z-index: 10;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change .btn .icon {
  font-size: 30px;
}
.swiper-change .btn:hover {
  color: #1a57a2;
}
.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: #1a57a2;
}
.swiper-change .swiper-pagination.num-pagination {
  padding-left: 30px;
  bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: left;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineue", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #1a57a2;
  font-family: "adineue", sans-serif;
  font-style: italic;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  font-size: 18px;
}
.swiper-change.spe-change .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #f53913;
  opacity: 0;
  z-index: 1;
}
.swiper-change.spe-change .btn .icon {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  opacity: 1;
  border-color: #1a57a2;
}
.swiper-change.spe-change .btn:hover::after {
  opacity: 1;
}
.swiper-change.spe-change2 .btn:after {
  display: block;
  font-size: 36px;
}
@media (max-width: 800px) {
  .swiper-change.spe-change2 .btn:after {
    font-size: 30px;
  }
}
.swiper-change.spe-change2 .btn:hover {
  color: #1a57a2;
}
.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%;
}
#news .top-news {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 65px;
}
#news .top-news .left-info {
  width: 65%;
}
#news .top-news .left-info .title {
  margin-top: 10px;
}
#news .top-news .left-info .text-node {
  margin: 25px 0 55px;
}
#news .top-news .oppress {
  width: 30%;
  height: 260px;
  border-radius: 10px;
}
#news .top-news a:hover .go {
  color: #fff;
  background-color: #1a57a2;
  border: 1px solid #1a57a2;
}
#news a:hover .title {
  color: #1a57a2;
}
#news .ul li {
  width: 50%;
  padding: 30px 3% 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}
#news .ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0a0a0a;
  transform: translateY(-50%);
}
#news .ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
#news .ul li:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 5%;
}
#news .ul li:nth-of-type(2n)::before {
  left: 5%;
}
#news .ul li:nth-of-type(2n)::after {
  display: none;
}
@media (max-width: 800px) {
  #news .top-news {
    padding: 40px 0;
    margin-top: 35px;
  }
  #news .top-news a {
    flex-wrap: wrap;
    padding-top: 280px;
    position: relative;
  }
  #news .top-news .left-info {
    width: 100%;
  }
  #news .top-news .left-info .text-node {
    margin: 15px 0 25px;
  }
  #news .top-news .oppress {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .ul li {
    width: 100%;
    padding: 20px 3% 20px 20px;
  }
  #news .ul li::after {
    display: none;
  }
  #news .ul li:nth-of-type(2n) {
    padding-left: 20px;
    padding-right: 3%;
  }
  #news .ul li:nth-of-type(2n)::before {
    left: 0;
  }
}
#result .list .headline {
    transition: all 0.4s ease;
}
#result .list .text {
    padding-top: 6px;
    margin-top: 0.1rem;
}
#result .list a {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    #result .list a {
        padding: 16px 0;
    }
}
#result .list a:first-child {
    padding-top: 0;
}
#result .list a:last-child {
    padding-bottom: 0;
    border: 0 none;
}
#result .list a:hover .headline {
    color: #d20001;
}
#culture {
  background-image: url("../pictures/business-partners-concept-young-businessman.jpg");
  height: 850px;
}
#culture ul {
  height: 100%;
}
#culture ul li {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 285px 6% 0;
  box-sizing: border-box;
  transition: all 1s ease;
}
#culture ul li:last-child {
  border-right: none;
}
#culture ul li .title {
  padding: 50px 0 30px;
  position: relative;
  margin-bottom: 30px;
}
#culture ul li .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  transform: translateX(-50%);
}
#culture ul li:hover {
  background-image: -moz-linear-gradient(90deg, #004096 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #004096 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #004096 0%, transparent 100%);
}
@media (max-width: 800px) {
  #culture {
    height: auto;
  }
  #culture ul {
    flex-wrap: wrap;
  }
  #culture ul li {
    width: 50%;
    height: auto;
    padding: 60px 20px;
  }
  #culture ul li:nth-of-type(1),
  #culture ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #culture ul li .title {
    padding: 30px 0 20px;
    margin-bottom: 15px;
  }
  #culture ul li .icon-box {
    width: 40%;
    margin: 0 auto;
  }
  #culture ul li .icon-box img {
    transform: scale(0.9);
  }
}
#partner {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 40px;
}
#partner .ul {
  margin-top: 50px;
  height: 290px;
}
#partner .ul li {
  height: calc(100% / 2);
}
#partner .ul li .oppress {
  width: 93%;
  height: 86%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#partner .ul li .oppress img {
  max-width: 90%;
}
#partner .ul li:hover .oppress {
  border: 1px solid #1a57a2;
}
#partner .swiper-pagination {
  bottom: 80px;
}
@media (max-width: 800px) {
  #partner {
    padding-bottom: 30px;
  }
  #partner .partnerSwiper {
    padding-bottom: 30px;
  }
  #partner .ul {
    margin-top: 40px;
    height: 220px;
  }
  #partner .ul li .oppress {
    width: 90%;
    margin: 0 auto;
  }
  #partner .ul li .oppress img {
    max-width: 70%;
  }
}
#crumbs {
  white-space: nowrap;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
}
#crumbs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 20px;
  background-color: #1a57a2;
}
#crumbs a {
  opacity: 0.7;
}
#crumbs .split {
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a,
#crumbs .touch.active > a {
  opacity: 1;
}
@media (max-width: 800px) {
  #crumbs {
    margin-bottom: 20px;
    padding-bottom: 10px;
    max-width: 100%;
    overflow-x: auto;
  }
}
#pro-details {
  background-color: #f7f7f7;
}
#pro-details .top-content .left-info {
  width: 40%;
  margin-top: 60px;
}
#pro-details .top-content .left-info .title {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pro-details .top-content .left-info .sub-title {
  margin-bottom: 30px;
}
#pro-details .top-content .left-info .ask-price {
  margin-top: 50px;
}
#pro-details .top-content .left-info .ask-price .icon-box {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-right: 10px;
}
#pro-details .top-content .left-info .ask-price:hover {
  color: #1a57a2;
}
#pro-details .top-content .swiper-box {
  width: 50%;
  height: 500px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 50px 30px;
  box-sizing: border-box;
  margin-top: -30px;
}
#pro-details .top-content .swiper-box .pic-swiper {
  height: 100%;
}
#pro-details .top-content .swiper-box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#pro-details .top-content .swiper-box .swiper-slide .oppress {
  width: 100%;
  height: 100%;
}
#pro-details .top-content .swiper-box .swiper-change {
  width: 100%;
}
@media (max-width: 800px) {
  #pro-details .top-content {
    flex-wrap: wrap;
  }
  #pro-details .top-content .left-info {
    width: 100%;
    margin-top: 20px;
  }
  #pro-details .top-content .left-info .title {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  #pro-details .top-content .left-info .sub-title {
    margin-bottom: 20px;
  }
  #pro-details .top-content .left-info .ask-price {
    margin-top: 30px;
  }
  #pro-details .top-content .swiper-box {
    width: 100%;
    height: 400px;
    padding: 30px 10px 20px;
    margin-top: 30px;
  }
}
#detail2 .top-nav {
  padding: 1.875em 0;
}
#detail2 .top-nav .down img {
  margin-right: 0.5em;
}
#detail2 .tab-list .item {
  position: relative;
  margin-right: calc(10px + 0.5rem);
}
#detail2 .tab-list .item::after {
  content: '';
  position: absolute;
  bottom: -1.875em;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a57a2;
  transition: all 0.4s ease;
}
#detail2 .tab-list .item.on {
  color: #1a57a2;
}
#detail2 .tab-list .item.on::after {
  width: 100%;
}
#detail2 .content {
  background-color: #f7f7f7;
}
#detail2 .content .container {
  padding: 67px 0;
}
#detail2 .content .container .table-box {
  width: 70%;
  margin-top: 30px;
  border: 2px solid #a1a3a6;
  border-radius: 10px;
  background-color: #fff;
}
#detail2 .tab1 {
  min-width: 100%;
  margin-top: -0.3125em;
}
#detail2 .tab1 td {
  border-top: 0.3125em solid #fff;
  padding: 0.8125em calc(10px + 0.3rem);
  background-color: #f7f7f7;
  box-sizing: border-box;
}
#detail2 .tab1 td:first-child {
  background-color: #f2f2f2;
  text-align: center;
}
@media (min-width: 1025px) {
  #detail2 .tab1 td:first-child {
    width: 300px;
  }
}
@media (max-width: 800px) {
  #detail2 .top-nav .main {
    flex-wrap: wrap;
  }
  #detail2 .top-nav .down {
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
  }
  #detail2 .tab-list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #detail2 .tab-list .item {
    margin-right: 0;
    padding-bottom: 10px;
  }
  #detail2 .tab-list .item::after {
    bottom: 0;
  }
  #detail2 .content .container {
    padding: 40px 0;
  }
  #detail2 .content .container .table-box {
    width: 100%;
    margin-top: 20px;
  }
}
#recommend .case-lists {
  margin-top: 40px;
}
.case-lists {
  margin-right: -2%;
}
.case-lists .item {
  width: 23%;
  margin-right: 2%;
  height: 360px;
}
.case-lists .item a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.case-lists .item a .oppress {
  width: 100%;
  height: 60%;
  border-radius: 10px 10px 0 0;
}
.case-lists .item a .title {
  width: 100%;
  padding: 35px;
  line-height: 1.5;
  box-sizing: border-box;
}
.case-lists .item a:hover {
  background-color: #1a57a2;
  color: #fff;
}
@media (max-width: 800px) {
  .case-lists {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .case-lists .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  .case-lists .item a .oppress {
    height: 68%;
  }
  .case-lists .item a .title {
    padding: 30px;
    line-height: 1.4;
  }
}
.caselists-box {
  background-color: #f7f7f7;
}
.caselists-box .case-lists .item {
  margin-bottom: 35px;
}
.caselists-box .case-lists .item a {
  background-color: #fff;
}
.caselists-box .case-lists .item a:hover {
  background-color: #1a57a2;
  color: #fff;
}
.form-pop {
  border-radius: 10px;
  background-color: #fff;
  width: 850px;
  height: 450px;
  padding: 60px 174px;
  box-sizing: border-box;
}
.form-pop > .carousel__button.is-close {
  top: 40px;
  right: 40px;
  color: #999;
}
.form-pop .title {
  margin-bottom: 66px;
}
.form-pop .row {
  width: 100%;
}
.form-pop .row .prop {
  margin-bottom: 15px;
}
.form-pop .label {
  width: 100%;
}
.form-pop .label .input {
  width: 100%;
  font-size: 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  height: 60px;
  border-radius: 10px;
  padding: 0 25px;
  box-sizing: border-box;
}
.form-pop .label .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-pop .submit-btn {
  cursor: pointer;
  margin-top: 50px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1a57a2;
  border-radius: 25px;
}
@media (max-width: 1080px) {
  .form-pop {
    width: 90%;
    height: auto;
    padding: 40px 20px;
  }
  .form-pop > .carousel__button.is-close {
    top: 20px;
    right: 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-top: 30px;
  }
}
#page-news .left-box {
  width: 40%;
}
#page-news .left-box .bottom-pic {
  margin-top: 40px;
}
#page-news .left-box .bottom-pic .Mont {
  font-size: 8.125em;
  opacity: 0.05;
  margin-top: -60px;
  margin-left: -17%;
}
#page-news .content {
  width: 65%;
  height: 670px;
  margin-left: -10%;
}
#page-news .content .left-news {
  width: 41%;
}
#page-news .content .left-news .item:not(:last-child) {
  margin-bottom: 33px;
}
#page-news .content .left-news .item .oppress {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#page-news .content .left-news .item .oppress img {
  transform: scale(1.05);
}
#page-news .content .left-news .item.on .oppress {
  border: 5px solid #1a57a2;
}
#page-news .content .left-news .item.on .oppress img {
  transform: scale(1);
}
#page-news .content .middle-box {
  width: 55%;
  height: 100%;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 75px 65px 70px;
  box-sizing: border-box;
}
#page-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);
}
#page-news .content .middle-box .news-swiper .ul li a .text-node {
  margin: 50px 0 110px;
}
#page-news .content .middle-box .news-swiper .ul li a:hover .title {
  color: #1a57a2;
  text-decoration: underline;
}
#page-news .content .middle-box .news-swiper .swiper-change {
  position: relative;
  margin-top: 68px;
  margin-left: -10px;
  width: 50%;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  #page-news .content {
    height: auto;
    margin-left: 0%;
  }
  #page-news .content .middle-box {
    width: 80%;
    padding: 30px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .oppress {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .title {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .text-node {
    margin: 30px 0;
  }
}
@media (max-width: 800px) {
  #page-news .content {
    width: 100%;
    margin-top: 30px;
  }
  #page-news .content .middle-box {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
  }
  #page-news .content .middle-box .news-swiper .ul li a .oppress {
    height: 200px;
  }
}
@media (max-width: 800px) {
  #page-news .main {
    flex-wrap: wrap;
  }
  #page-news .left-box {
    width: 100%;
  }
  #page-news .left-box .bottom-pic {
    margin-top: 60px;
  }
  #page-news .left-box .bottom-pic .Mont {
    font-size: 5em;
    margin-top: -430px;
    margin-left: 0;
  }
}
.news-lists {
  background-color: #f7f7f7;
}
.news-lists .lists li {
  margin-bottom: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-lists .lists li:last-child {
  margin-bottom: 0;
}
.news-lists .lists li a {
  width: 100%;
}
.news-lists .lists li .oppress {
  width: 244px;
  height: 130px;
  border-radius: 10px;
}
.news-lists .lists li .info {
  max-width: 60%;
}
.news-lists .lists li .info .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.news-lists .lists li .info .title::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 16px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 1580px) {
  .news-lists .lists li .info {
    max-width: 54%;
  }
}
@media (max-width: 1180px) {
  .news-lists .lists li .info {
    max-width: 44%;
  }
}
@media (max-width: 800px) {
  .news-lists .lists li .info {
    max-width: 100%;
  }
}
.news-lists .lists li .go {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all 0.4s linear;
}
.news-lists .lists li a:hover .title {
  color: #1a57a2;
}
.news-lists .lists li a:hover .title::before {
  background-color: #1a57a2;
}
.news-lists .lists li a:hover .go {
  color: #fff;
  border: 1px solid #1a57a2;
  background-color: #1a57a2;
  opacity: 1;
}
@media (max-width: 800px) {
  .news-lists {
    width: 100%;
  }
  .news-lists .lists {
    padding: 0 0 30px;
  }
  .news-lists .lists li {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
  .news-lists .lists li a {
    flex-wrap: wrap;
  }
  .news-lists .lists li a .info {
    margin-bottom: 20px;
  }
  .news-lists .lists li a .info .title {
    margin: 20px 0 10px;
  }
  .news-lists .lists li a .info .title::before {
    top: 12px;
  }
  .news-lists .lists li .oppress {
    width: 100%;
    height: 200px;
  }
}
#news-details {
  position: relative;
}
#news-details .left-aside {
  position: fixed;
  left: 5%;
  top: 0;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15%;
  box-sizing: border-box;
}
#news-details .left-aside .operate-box {
  width: 49px;
  height: 300px;
  background-color: #f7f7f7;
  border-radius: 24.5px 0 0 24.5px;
}
#news-details .left-aside .operate-box a {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}
#news-details .left-aside .operate-box a .f14 {
  width: 20px;
  margin: 5px auto 0;
}
#news-details .left-aside .operate-box a.on {
  width: 100%;
  height: 172px;
  color: #fff;
  background-color: #024c9d;
  border-radius: 24.5px 0 0 24.5px;
  padding: 38px 0;
}
#news-details .left-aside .operate-box a.toTop {
  border-radius: 24.5px 0 0 24.5px;
}
#news-details .left-aside .operate-box a.toTop .icon {
  color: #1a57a2;
}
#news-details .left-aside .operate-box a.toTop .arrow {
  margin-top: -5px;
}
#news-details .left-aside .operate-box a.toTop:hover {
  color: #fff;
  background-color: #024c9d;
}
#news-details .left-aside .operate-box a.toTop:hover .icon {
  color: #fff;
}
#news-details #crumbs {
  margin-left: 6%;
}
#news-details .article {
  margin-top: 66px;
}
#news-details .article .tag-box {
  margin: 48px 0 66px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news-details .article .tag-box .item {
  opacity: 0.5;
}
#news-details .article .tag-box .item.date {
  margin-right: 5%;
}
#news-details .article .tag-box .item:hover {
  opacity: 1;
  color: #1a57a2;
}
#news-details .article .desc {
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.875;
}
#news-details .article .desc img {
  max-width: 100%;
}
#news-details .article .btn-box {
  margin: 75px auto 0;
  max-width: 70%;
}
#news-details .article .btn-box a {
  opacity: 0.5;
  width: 50%;
}
#news-details .article .btn-box a:hover {
  opacity: 1;
  color: #1a57a2;
}
@media (max-width: 1680px) {
  #news-details .left-aside {
    left: 2%;
  }
}
@media (max-width: 1580px) {
  #news-details .left-aside {
    left: 1%;
  }
}
@media (max-width: 1080px) {
  #news-details {
    padding-bottom: 70px;
  }
  #news-details .left-aside {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 60px;
    height: auto;
    width: 100%;
    padding-top: 0;
  }
  #news-details .left-aside .operate-box {
    width: 100%;
    height: 40px;
    border-radius: 24.5px;
    display: flex;
    align-items: center;
  }
  #news-details .left-aside .operate-box a {
    width: 50%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #news-details .left-aside .operate-box a .f14 {
    width: auto;
    margin: 0 0 0 10px;
  }
  #news-details .left-aside .operate-box a.on {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  #news-details .left-aside .operate-box a.toTop {
    border-radius: 0 24.5px 24.5px 0;
  }
  #news-details .left-aside .operate-box a.toTop .arrow {
    display: none;
  }
  #news-details #crumbs {
    margin-left: 0;
  }
  #news-details .article {
    margin-top: 36px;
  }
  #news-details .article .tag-box {
    margin: 30px 0;
    padding: 15px 0;
  }
  #news-details .article .tag-box .item.date {
    margin-right: 10%;
  }
  #news-details .article .desc {
    line-height: 1.4;
  }
  #news-details .article .btn-box {
    margin: 45px auto 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  #news-details .article .btn-box a {
    width: 100%;
    margin-bottom: 10px;
  }
}
#product.page-search {
  background-color: #f7f7f7;
  position: relative;
}
#product.page-search .content {
  margin-top: 70px;
}
#product.page-search .left-select {
  width: 27%;
}
#product.page-search .left-select .item {
  border-width: 1px;
  border-color: #c7c7c7;
  border-style: solid;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  padding: 30px;
  margin-top: -15px;
}
#product.page-search .left-select .item:first-child {
  margin-top: 0;
}
#product.page-search .left-select .item .top {
  padding-bottom: 10px;
}
#product.page-search .left-select .item .top .number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #1a57a2;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}
#product.page-search .left-select .item .top .right-box .icon {
  display: block;
  transition: all 0.4s ease;
}
#product.page-search .left-select .item .check-box {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
#product.page-search .left-select .item .check-box .check-item {
  margin-bottom: 18px;
}
#product.page-search .left-select .item .check-box .check-item input {
  margin-right: 0.5em;
}
#product.page-search .left-select .item.active {
  color: #fff;
  background-color: #1a57a2;
  border-radius: 20px 20px 0 0;
}
#product.page-search .left-select .item.active .top {
  padding-bottom: 0;
}
#product.page-search .left-select .item.active .top .right-box .icon {
  transform: rotate(-180deg);
}
#product.page-search .left-select .item:last-child {
  border-radius: 20px;
}
#product.page-search .left-select .item:last-child .top {
  padding-bottom: 0;
}
#product.page-search .right-info {
  width: 70%;
}
#product.page-search .right-info .select-content {
  margin-top: 0;
}
#product.page-search .right-info .select-content .select-lists .row {
  margin-right: 20px;
}
#product.page-search .right-info .select-content .select-lists .tag {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  background: #1a57a2;
  padding: 0 18px;
  box-sizing: border-box;
}
#product.page-search .right-info .select-content .select-lists .tag .close-icon {
  cursor: pointer;
}
#product.page-search .right-info .pro-lists {
  margin-right: 0;
  margin-top: 60px;
}
#product.page-search .right-info .pro-lists .item {
  width: 100%;
  height: 330px;
  margin-right: 0;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 20px;
}
#product.page-search .right-info .pro-lists .item > a {
  padding: 40px 43px;
  background-image: none;
}
#product.page-search .right-info .pro-lists .item > a .title {
  opacity: 1;
}
#product.page-search .right-info .pro-lists .item > a .title .top {
  opacity: 0.5;
  margin-bottom: 20px;
}
#product.page-search .right-info .pro-lists .item > a:hover {
  color: #000;
}
#product.page-search .right-info .pro-lists .item > a:hover .title {
  border-color: rgba(0, 0, 0, 0.1);
}
#product.page-search .right-info .pro-lists .item > a .pic {
  width: 35%;
}
#product.page-search .right-info .pro-lists .item > a .right-info {
  width: 65%;
}
#product.page-search .right-info .pro-lists .item > a .shop-car {
  margin-top: 28px;
}
#product.page-search .right-info .pro-lists .item > a .shop-car .icon-box {
  width: 54px;
  height: 54px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 30px;
}
#product.page-search .right-info .pro-lists .item > a .shop-car:hover {
  color: #1a57a2;
  opacity: 1;
}
#product.page-search .right-info .pro-lists .item > a .shop-car:hover .icon-box {
  color: #fff;
  border: 1px solid #1a57a2;
  background-color: #1a57a2;
}
#product.page-search .right-info .pro-lists .item > a .join-car {
  line-height: 54px;
  margin-top: 28px;
  text-decoration: underline;
}
#product.page-search .bottom-car {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 459px;
  height: 120px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: -6.138px 6.582px 26.73px 0.27px rgba(0, 0, 0, 0.11);
  padding: 0 45px;
  box-sizing: border-box;
  z-index: 100;
}
#product.page-search .bottom-car .car {
  position: relative;
}
#product.page-search .bottom-car .car .num {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #004096;
  text-align: center;
  line-height: 26px;
}
#product.page-search .bottom-car .ask-price {
  width: 120px;
  height: 78px;
  border-radius: 10px;
  color: #fff;
  background-color: #004096;
  text-align: center;
  line-height: 78px;
}
#product.page-search .bottom-car .close-box {
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 800px) {
  #product.page-search .content {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #product.page-search .content .left-select,
  #product.page-search .content .right-info {
    width: 100%;
  }
  #product.page-search .content .right-info {
    margin-top: 30px;
  }
  #product.page-search .content .right-info .right-box {
    width: 100%;
  }
  #product.page-search .content .right-info .pro-lists {
    margin-top: 30px;
  }
  #product.page-search .content .right-info .pro-lists .item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
  }
  #product.page-search .content .right-info .pro-lists .item > a {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  #product.page-search .content .right-info .pro-lists .item > a .title .top {
    margin-bottom: 10px;
  }
  #product.page-search .content .right-info .pro-lists .item > a .pic {
    width: 100%;
  }
  #product.page-search .content .right-info .pro-lists .item > a .right-info {
    width: 100%;
  }
  #product.page-search .content .right-info .pro-lists .item > a .shop-car {
    margin-top: 18px;
  }
  #product.page-search .content .right-info .pro-lists .item > a .join-car {
    margin-top: 18px;
  }
  #product.page-search .bottom-car {
    bottom: 28px;
    width: 90%;
    height: auto;
    padding: 25px;
  }
  #product.page-search .bottom-car .ask-price {
    width: 100px;
    height: 48px;
    line-height: 48px;
  }
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
}
input[type="checkbox"]:checked {
  background: url("../images/gou.png") no-repeat center;
  background-size: 16px 11px;
}
.question-lists {
  background-color: #fff;
}
.question-lists .lists {
  margin: 30px -2% 0 0;
}
.question-lists .lists li {
  width: 31%;
  height: 330px;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin: 0 2% 38px 0;
  padding-bottom: 0;
  border-bottom: none;
}
.question-lists .lists li .item {
  padding: 60px 60px 30px 60px;
  box-sizing: border-box;
  height: 100%;
}
.question-lists .lists li .item .desc {
  line-height: 1.4;
}
.question-lists .lists li .item .bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.question-lists .lists li .item:hover .date {
  opacity: 1;
  color: #1a57a2;
}
.question-lists .top .right-box a {
  width: 118px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  margin-right: 26px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}
.question-lists .top .right-box a:hover {
  opacity: 1;
  color: #fff;
  background-color: #1a57a2;
}
.question-lists .down-ul li {
  height: 265px;
}
.question-lists .down-ul li .item {
  padding-bottom: 48px;
}
.question-lists .down-ul li .item .bottom {
  padding-top: 30px;
}
.question-lists .down-ul li .item .bottom .icon {
  margin-right: 0.3em;
}
.question-lists .down-ul li .item:hover .down-icon {
  color: #1a57a2;
  opacity: 1;
}
@media (max-width: 800px) {
  .question-lists .lists {
    margin: 30px 0 0 0;
  }
  .question-lists .lists li {
    width: 100%;
    height: auto;
    margin: 0 0 28px 0;
  }
  .question-lists .lists li .item {
    padding: 30px ;
  }
  .question-lists .lists li .item .desc {
    line-height: 1.4;
  }
  .question-lists .lists li .item .bottom {
    padding-top: 20px;
    margin-top: 30px;
  }
  .question-lists .top {
    flex-wrap: wrap;
  }
  .question-lists .top .title {
    text-align: center;
    width: 100%;
  }
  .question-lists .top .right-box {
    margin-top: 20px;
  }
  .question-lists .top .right-box a {
    width: 118px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    margin-right: 26px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
  }
  .question-lists .top .right-box a:hover {
    opacity: 1;
    color: #fff;
    background-color: #1a57a2;
  }
}
.job .list {
  width: 100%;
  margin-top: 2em;
}
.job .list .top {
  color: #fff;
  background-color: #1a57a2;
  height: 4em;
  border-radius: 10px;
}
.job .list .top .icon {
  display: none;
}
.job .list .top,
.job .list .dt {
  text-align: center;
}
.job .list .top span,
.job .list .dt span {
  width: 10%;
  display: inline-block;
}
.job .list .top span:first-child,
.job .list .dt span:first-child {
  width: 25%;
}
@media (max-width: 800px) {
  .job .list .top span,
  .job .list .dt span {
    width: 20%;
  }
  .job .list .top span:first-child,
  .job .list .dt span:first-child {
    width: 35%;
  }
  .job .list .top span:nth-of-type(4),
  .job .list .dt span:nth-of-type(4),
  .job .list .top span:nth-of-type(5),
  .job .list .dt span:nth-of-type(5),
  .job .list .top span:nth-of-type(6),
  .job .list .dt span:nth-of-type(6),
  .job .list .top span:nth-of-type(7),
  .job .list .dt span:nth-of-type(7) {
    display: none;
  }
}
.job .list .dt {
  background-color: #fff;
  height: 3.5em;
  color: #555;
  cursor: pointer;
}
.job .list .dt:hover {
  background-color: #fff;
}
.job .list .dt .icon {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #fe0000;
  transition: all 0.4s ease-out;
}
.job .list .dt.on .icon {
  transform: rotateZ(-90deg);
}
.job .list .dd .container {
  display: none;
  padding: 0.4rem 8.5em;
}
@media (max-width: 1024px) {
  .job .list .dd .container {
    padding: 24px;
  }
}
.job .list .dd .more {
  margin-top: calc(20px + 0.2rem);
  position: relative;
  padding-left: 32px;
}
.job .list .dd .more .icon-box {
  color: #1a57a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.job .list .dd .more .icon-box .icon {
  font-size: 20px;
  transform: rotateZ(0deg) !important;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .job .list .dd .more .icon-box {
    width: 30px;
    height: 30px;
  }
}
.job .list .dd .double {
  line-height: 1.8;
  margin-bottom: 20px;
}
.job .list .dd .tf {
  position: relative;
}
.job .list .dd .tf .fixtop {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .job .list .dd .tf .fixtop {
    position: relative;
  }
}
@media (min-width: 801px) {
  .job .list .dd .double {
    display: none;
  }
}
.job .list .row:nth-of-type(even) .dt {
  background-color: #f7f7f7;
  border-radius: 10px;
}
#connect .left {
  width: 30%;
}
#connect .left .info {
  margin-top: 80px;
}
#connect .left .info > div {
  margin-bottom: 50px;
}
#connect .left .info > div .char {
  margin-bottom: 8px;
}
#connect .left .info .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background-color: #1a57a2;
  font-size: 30px;
  margin-right: 20px;
}
#connect .left .wechat {
  width: 140px;
  text-align: center;
  margin-top: 60px;
}
#connect .map-box {
  width: 90%;
  height: 835px;
  margin-right: -15%;
  position: relative;
}
#connect .map-box #map2 {
  width: 100%;
  height: 80%;
}
#connect .map-box #map2 .amap-logo {
  display: none;
}
#connect .map-box #map2 .amap-logo,
#connect .map-box #map2 .amap-copyright {
  opacity: 0;
}
#connect .map-box .drag {
  width: 100%;
  height: 20%;
  background: #fff;
  filter: blur(40px);
  position: absolute;
  overflow: hidden;
  top: 3%;
  left: 0;
  z-index: 10;
  border-radius: 0 0 0 60%;
}
#connect .map-box .drag.drag2 {
  width: 20%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: -4%;
  border-radius: 0 60% 50% 0;
}
#connect .map-box .drag.drag3 {
  top: auto;
  bottom: 5%;
  border-radius: 50% 60% 0 0;
}
@media (max-width: 800px) {
  #connect .main {
    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 .wechat {
    width: 100%;
    margin-top: 0;
  }
  #connect .map-box {
    height: 500px;
  }
  #connect .map-box .drag {
    filter: blur(20px);
  }
  #connect .map-box .drag.drag2 {
    left: -3%;
  }
}
