@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;

}
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;
  line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  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;
}
.circle {
  -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: 1000px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1000px) {
  .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: #15a0bb;
  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: #15a0bb;
}
.activebg,
.flow {
  background-image: -moz-linear-gradient(2deg, #15a0bb 0%, #4cb4a8 51%, #78c160 100%);
  background-image: -webkit-linear-gradient(2deg, #5d7175 0%, #377770 51%, #3b4437 100%);
  background-image: -ms-linear-gradient(2deg, #15a0bb 0%, #4cb4a8 51%, #78c160 100%);
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #15a0bb;
  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: #15a0bb;
  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;
  }
}
.go .icon {
  transform: rotate(-45deg);
  margin-left: 0.5em;
}
.more {
  cursor: pointer;
}
.more .icon-box {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
  font-size: 20px;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 40px;
    height: 40px;
  }
}
.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: #15a0bb;
}
.more.spe-more:hover .icon-box {
  border: 1px solid #15a0bb;
}
.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: #15a0bb;
  border-color: #15a0bb;
  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: #15a0bb;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.same-title .title.activebg {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.same-title .en {
  text-transform: uppercase;
  margin-top: 1em;
}
.same-title.t-center .title {
  display: inline-block;
}
.share .cc {
  width: 2.625em;
  height: 2.625em;
  background-color: #32383f;
  color: rgba(255, 255, 255, 0.6);
  border: 0 none;
  position: relative;
}
.share .cc + .cc {
  margin-left: 1em;
}
.share .cc .flow {
  margin: 0;
  border-radius: 50%;
}
.share .cc:hover {
  color: #fff;
  background-color: transparent;
}
.share .cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.datum {
  margin-top: 10px;
  margin-bottom: 20px;
}
.datum .item {
  position: relative;
  cursor: pointer;
}
.datum .item:first-child {
  margin-right: 90px;
}
.datum .item:hover .enb {
  color: #15a0bb;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 52px;
}
.datum .enb:after {
  content: attr(data-content);
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 0;
  }
  .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;
  color: #a7a7a7;
  font-family: "adineueBold", sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: calc(2.5em - 4px);
  font-size: 20px;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  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%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  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%);
}
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 {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
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: 1703px;
  margin: 0 auto;
}
.main.spe-main {
  height: 100%;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}
.main.spe-main2 {
  max-width: 1300px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main2 {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main2 {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main.spe-main2 {
    max-width: 100%;
  }
  #header .nav-btn {
    right: 0px;
  }
}
.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: #15a0bb;
  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: #15a0bb;
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #15a0bb;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #15a0bb;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #c1c1c1;
}
.logo {
  max-width: 11.5em;
  min-width: 150px;
}
.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: #15a0bb;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #15a0bb;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #15a0bb;
}
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: #15a0bb;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #15a0bb;
}
@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: #15a0bb;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 206;
  background-image: -moz-linear-gradient(-90deg, #181717 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #181717 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #181717 0%, transparent 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: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
#header .nav-btn .middle-item {
  z-index: 2;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #header .nav-btn .middle-item {
    width: 20px;
  }
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item.active .top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn .middle-item.active .middle {
  opacity: 0;
}
#header .nav-btn .middle-item.active .bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
@media (max-width: 1280px) {
  #header {
    background-image: -moz-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
    background-image: -webkit-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
    background-image: -ms-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
  }
  #header .nav-btn {
    top: 0;
    left: auto;
    right: 100px;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 52px;
    height: 48px;
    right: 20px;
    top: 20px;
  }
}
#header.page-header {
  background-image: -moz-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #279bb7 0%, transparent 100%);
}
#header.page-header .nav-btn {
  display: none;
}
@media (max-width: 1280px) {
  #header.page-header .nav-btn {
    display: block;
  }
}
#navbar {
  height: 100%;
  padding-right: 30px;
  position: relative;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: none;
  background-position: center 70%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
}
#navbar .interaction a::after {
  content: '';
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #32add4;
  opacity: 0;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  opacity: 1;
}
@media (max-width: 1280px) {
  #navbar {
    display: none;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
  color: #fff;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08343c;
}
@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: 60px;
  }
  #nav_fixed .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
}
@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;
  text-align: center;
  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;
  }
}
#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.7;
}
#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 {
  position: relative;
  background-color: #444444;
  margin-top: -20px;
  padding-bottom: 40px;
}
#footer .main {
  z-index: 9;
  position: relative;
}
#footer .main .top {
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .main .top .right {
  width: 50%;
}
#footer .main .top .right .toTop.on {
  transform: none;
  right: 0.3rem;
}
#footer .main .top .right .toTop:hover {
  filter: drop-shadow(0 0 1em rgba(0, 146, 58, 0.5));
}
#footer .main .top .right .cc {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
}
#footer .main .top .right .cc .icon {
  transform: rotate(-90deg);
}
#footer .main .top .right .ul {
  width: 80%;
}
#footer .main .top .right .ul li:hover a {
  text-decoration: underline;
}
#footer .middle {
  margin: 0.8rem 0 0.9rem;
}
#footer .wechat li {
  text-align: center;
  margin-left: 45px;
}
#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: 1480px) {
  #footer .main .top .right {
    width: 70%;
  }
  
}
@media (max-width: 1280px) {
  #footer .main .top .right {
    width: auto;
  }
  #footer .main .top .ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #footer .main .top {
    padding-bottom: 25px;
  }
  #footer .main .middle {
    flex-wrap: wrap;
    margin: 30px 0 50px;
  }
  #footer .main .middle .wechat {
    width: 100%;
    margin-top: 40px;
  }
  #footer .main .middle .wechat li {
    margin-left: 0;
  }
  #footer .main .middle .wechat li:first-child {
    margin-right: 30px;
  }
  #footer .bottom-connect {
    max-width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #footer .bottom-connect li {
    margin-bottom: 20px;
  }
}
.copyright a {
  opacity: 0.6;
}
.copyright a:first-child {
  margin-right: 77px;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
  }
  .copyright a:first-child {
    margin-right: 0;
  }
}
.bottom-connect {
  margin-top: 40px;
}
.bottom-connect li {
  margin-right: 60px;
}
.bottom-connect li:last-child {
  margin-right: 0;
}
.bottom-connect li .icon-box {
  margin-bottom: 10px;
}
.bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
@media (max-width: 1480px) {
  .bottom-connect li {
    margin-right: 20px;
  }
}
.swiper-change {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.swiper-change .btn {
  color: rgba(0, 0, 0, 0.3);
}
.swiper-change .btn:hover {
  color: #15a0bb;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  border-color: #15a0bb;
  background-color: #15a0bb;
}
.swiper-change.spe-change2 .btn {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #15a0bb;
  background-color: #15a0bb;
}
.swiper-change.spe-change2 .swiper-pagination-progressbar {
  width: 110px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-change.spe-change2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #15a0bb;
}
.swiper-change.spe-change3 .btn {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  border-color: #15a0bb;
  background-color: #15a0bb;
}
@media (max-width: 768px) {
  .swiper-change {
    bottom: 60px;
  }
}
#banner {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .cover-img {
  max-height: 100vh;
  min-height: 400px;
  overflow: hidden;
}
#banner > .swiper .cover-img:after {
  padding-top: 100vh;
}
@media (max-width: 1000px) {
  #banner > .swiper .cover-img:after {
    padding-top: 120%;
  }
}
#banner > .mask {
  background-image: -webkit-linear-gradient(left, #279bb7, transparent);
  background-image: linear-gradient(left, #279bb7, transparent);
}
#banner > .mask .scroll-down {
  bottom: 0.52rem;
  margin-bottom: 0.35em;
  text-align: center;
  width: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#banner > .mask .scroll-down > .mouse {
  width: 22px;
  height: 33px;
  animation: mouse-animate 6s linear infinite;
}
@keyframes mouse-animate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#banner > .mask .scroll-down > .icon {
  font-size: 12px;
  display: inline-block;
  animation: arrow-down-animate 6s linear infinite;
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(30%);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #banner > .mask {
    width: 75%;
  }
  #banner > .mask .scroll-down {
    display: none;
  }
}
#banner > .banner-title {
  z-index: 3;
  left: 195px;
}
#banner > .banner-title > .item {
  color: #fff;
}
#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: 3em;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #banner > .banner-title > .item > div.title {
    font-size: 2em;
  }
}
#banner > .banner-title > .item > div.en {
  font-size: 14px;
  text-transform: uppercase;
  transition-delay: 0.1s;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  #banner > .banner-title > .item > div.en {
    font-size: 12px;
    margin-top: 20px;
  }
}
#banner > .banner-title > .item > div.desc {
  margin-top: 78px;
  width: 80%;
  transition-delay: 0.2s;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 1000px) {
  #banner > .banner-title > .item > div.desc {
    font-size: 16 px;
    line-height: 1.5;
    margin-top: 38px;
    width: 90%;
  }
}
#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.en {
  transition-delay: 0.1s;
}
#banner > .banner-title > .item.exit > div.desc {
  transition-delay: 0s;
}
@media (max-width: 768px) {
  #banner > .banner-title {
    left: 20px;
  }
}
#banner > .right > .swiper-pagination {
  right: 0;
  width: auto;
}
@media (min-width: 768px) {
  #banner > .right > .swiper-pagination {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
  }
}
@media (max-width: 768px) {
  #banner > .right > .swiper-pagination {
    bottom: 20px;
    top: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #banner > .right > .swiper-pagination > .real {
    margin: 0.2em auto;
    display: block;
  }
}
#banner > .right .en-pic {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #banner {
    height: 600px;
  }
}
.line-section {
  position: relative;
}
.line-section > .left {
  right: auto;
  width: 100px;
  z-index: 2;
}
.line-section > .left > .left-line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  margin-left: -1px;
  right: 0;
  position: absolute;
}
.line-section > .left > .left-line.gary {
  opacity: 1;
  background-color: #dddddd;
}
@media (max-width: 768px) {
  .line-section > .left {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .line-section > .right {
    width: 5rem;
    left: auto;
    z-index: 4;
    top: 0;
  }
}
@media (max-width: 768px) {
  .line-section > .right {
    top: auto;
    bottom: 20px;
    width: 100%;
  }
}
.line-section > .right > .right-line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  margin-left: -1px;
  right: auto;
  position: absolute;
}
.line-section > .right > .right-line.gary {
  opacity: 1;
  background-color: #dddddd;
}
.line-section > .right .ask-price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.52rem;
}
.line-section > .right .ask-price .fade{
    position: absolute;
      right: 100%;
      padding-right: 0.5em;
      margin-right: -8px;
      top: 50%;
      transform: translateY(-50%);
}
.line-section > .right .ask-price .fade .content{
    background-color: #15a0bb;
      border-radius: 6px;
      padding: 16px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.line-section > .right .ask-price .fade .content img{
    width: 120px;
        height: 120px;
        object-fit: contain;
        max-width: unset;
}
.line-section > .right .ask-price > span {
  display: block;
  width: 15px;
  margin: 0 auto 10px;
}
.line-section > .right .ask-price:hover {
  color: #15a0bb;
}
.line-section > .right .ask-price:hover .fade {
        margin-right: 0;
          visibility: visible;
  opacity: 1;
  pointer-events: unset;
      }
@media (max-width: 800px) {
   
    .line-section > .right .ask-price .fade {
      display: none;
    }
  }

  @media (min-width: 801px) {
    
    .line-section > .right .ask-price .full {
      display: none;
    }
  }      
#service {
  background-color: #f6f6f6;
}
#service ul {
  border-top: 1px solid #ddd;
}
#service ul li {
  width: 33.33%;
  height: 420px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 64px 64px 55px;
  box-sizing: border-box;
}
#service ul li:nth-of-type(3n) {
  border-right: none;
}
#service ul li.item .content {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
}
#service ul li.item .content .top-title .en {
  margin-top: 10px;
  font-size: 12px;
}
#service ul li.item .content .links a {
  width: 40%;
  margin-top: 20px;
  padding-bottom: 8px;
  position: relative;
}
#service ul li.item .content .links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s linear;
}
#service ul li.item .content .links a .icon {
  transform: rotate(-45deg);
}
#service ul li.item .content .links a:hover::after {
  width: 100%;
}
#service ul li.item .bg .active {
  display: none;
}
#service ul li.item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service ul li.item:hover,
#service ul li.item.active {
  color: #ffff;
}
#service ul li.item:hover .content .links a,
#service ul li.item.active .content .links a {
  opacity: 1;
}
#service ul li.item:hover .bg .active,
#service ul li.item.active .bg .active {
  display: block;
}
#service ul li.item:hover .bg .default,
#service ul li.item.active .bg .default {
  display: none;
}
#service > .right .ask-price {
  opacity: 0.4;
  bottom: 2.24rem;
}
#service > .right .toTop {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1680px) {
  #service .main {
    max-width: 88%;
  }
}
@media (max-width: 1580px) {
  #service .main {
    max-width: 87%;
  }
  #service ul li {
    height: 400px;
    padding: 44px 34px 55px;
  }
}
@media (max-width: 1480px) {
  #service .main {
    max-width: 86%;
  }
  #service ul li.item .content .links a {
    width: 45%;
  }
}
@media (max-width: 1380px) {
  #service .main {
    max-width: 85%;
  }
}
@media (max-width: 1280px) {
  #service .main {
    max-width: 84%;
  }
  #service ul {
    border-left: 1px solid #ddd;
  }
  #service ul li {
    width: 50%;
  }
  #service ul li:nth-of-type(3n) {
    border-right: 1px solid #ddd;
  }
  #service .left {
    display: none;
  }
  #service .right {
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
  }
  #service .right .toTop {
    display: none;
  }
  #service .right .ask-price {
    bottom: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service .right .ask-price > span {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
@media (max-width: 1080px) {
  #service .main {
    max-width: 100%;
    padding-bottom: 80px;
  }
  #service ul li {
    width: 100%;
    height: 250px;
    padding: 34px 20px ;
  }
  #service ul li.title-box {
    height: auto;
  }
  #service .right .ask-price {
    bottom: 0.2rem;
  }
}
.case {
  background-image: url('../images/ayaka.jfif');
  border-radius: 0;
  overflow: hidden;
}
.case .top {
  margin-bottom: 25px;
}
.case .top .left .same-title {
  margin-right: 150px;
}
.case .top .right-info {
  font-style: italic;
  text-align: center;
  line-height: 1.8;
}
.case .case-swiper {
  margin-top: 80px;
  padding-bottom: 100px;
}
.case .case-swiper .swiper-slide a {
  height: 542px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px;
  box-sizing: border-box;
}
.case .case-swiper .swiper-slide a .oppress{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.case .case-swiper .swiper-slide a .top {
  margin-bottom: 20px;
}
.case .case-swiper .swiper-slide a .top .title {
  width: 80%;
}
.case .case-swiper .swiper-slide a .go {
  margin-top: 35px;
}
.case .case-swiper .swiper-slide a:hover .top .title {
  color: #15a0bb;
}
.case .case-swiper .swiper-slide a:hover .go {
  color: #15a0bb;
}
@media (max-width: 800px) {
  .case .top {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .case .top .left {
    width: 100%;
    justify-content: space-between;
  }
  .case .top .left .same-title {
    margin-right: 0;
  }
  .case .top .right-info {
    width: 100%;
    line-height: 1.5;
    text-align: right;
    margin-top: 20px;
  }
  .case .case-swiper {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .case .case-swiper .swiper-slide a {
    height: 500px;
    padding: 30px;
  }
}
.page-case {
  background-image: none;
  background-color: #f1f1f1;
}
.page-case .case-swiper {
  margin-top: 35px;
  padding-bottom: 100px;
  padding-left: 5px;
}
.page-case .case-swiper .swiper-slide a {
  height: 244px;
  border-radius: 10px;
  background-color: transparent;
  padding: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-case .case-swiper .swiper-slide a .go {
  margin-top: 25px;
}
@media (max-width: 800px) {
  .page-case .case-swiper {
    padding-bottom: 80px;
  }
  .page-case .case-swiper .swiper-slide a {
    height: auto;
    padding: 45px 30px;
  }
}
#partner {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
#partner .main {
  z-index: 99;
  position: relative;
}
#partner .more {
  width: 80px;
  margin: 0 auto;
}
#partner .same-title .title {
  display: inline-block;
}
#partner .info {
  margin: 30px 0;
  line-height: 1.6;
}
#partner .swiper-box {
  position: relative;
}
#partner .swiper-box .partner-swiper {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
#partner .swiper-box .partner-swiper .item {
  width: 100px;
  height: 100px;
  border-radius: 30%;
  background-color: #ffffff;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 23px;
}
#partner .bg {
  position: absolute;
  left: 50%;
  bottom: -450px;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  #partner .swiper-box {
    position: relative;
  }
  #partner .swiper-box .partner-swiper {
    width: 100%;
  }
  #partner .swiper-box .partner-swiper .item {
    width: 80px;
    height: 80px;
    padding: 5px;
    margin-right: 10px;
  }
  #partner .swiper-box .swiper-change {
    display: none;
  }
  #partner .bg {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
  }
}
#step {
  background-image: url('../pictures/step-bg.jpg');
  z-index: 9;
  position: relative;
}
#step .content .row:first-child {
  margin-bottom: 50px;
}
#step .content .row:last-child {
  justify-content: flex-end;
  margin-right: 8px;
}
#step .content .row .item {
  width: 375px;
  height: 240px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 48px;
  padding: 36px 60px;
  box-sizing: border-box;
}
#step .content .row .item .icon-box .enb {
  font-style: italic;
  opacity: 0.2;
}
#step .content .row .item .title {
  margin: 25px 0 10px;
}
#step .content .row .item .text-node {
  line-height: 1.6;
}
#step .content .row .item:hover .icon-box img {
  animation: shake 0.5s linear;
}
@media (max-width: 800px) {
  #step .top .left {
    width: auto;
  }
  #step .top .right-info {
    width: auto;
    margin-top: 0 ;
  }
  #step .content .row {
    flex-wrap: wrap;
  }
  #step .content .row:first-child {
    margin-bottom: 0;
  }
  #step .content .row:last-child {
    margin-right: 0;
  }
  #step .content .row .item {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-left: 0;
    padding: 36px ;
    margin-bottom: 20px;
  }
  #step .content .row .item .icon-box img {
    height: 25px;
  }
  #step .content .row .item .title {
    margin: 15px 0 10px;
  }
  #step .content .row .item .text-node {
    line-height: 1.5;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.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;
  font-size: 60px;
  font-weight: bold;
}
.page-banner .banner-txt .title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .page-banner {
    height: 400px;
  }
  .page-banner .banner-txt {
    font-size: 30px;
  }
  .page-banner .banner-txt .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.details-banner .banner-txt {
  top: 60%;
}
@media (max-width: 800px) {
  .details-banner .banner-txt {
    top: 55%;
  }
}
.page-nav {
  height: 85px;
  background-color: #f6f6f6;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
.page-nav .item {
  flex: 1;
  height: 85px;
  transition: all 0.3s ease-in;
  border-right: 1px solid rgba(32, 32, 32, 0.1);
}
.page-nav .item:last-child {
  border-right: none;
}
.page-nav .item a {
  height: 100%;
  text-align: center;
  opacity: 0.8;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(2deg, #15a0bb 0%, #4cb4a8 51%, #78c160 100%);
  background-image: -webkit-linear-gradient(2deg, #15a0bb 0%, #4cb4a8 51%, #78c160 100%);
  background-image: -ms-linear-gradient(2deg, #15a0bb 0%, #4cb4a8 51%, #78c160 100%);
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    border-bottom: none;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  }
}
.page1 {
  background-image: url('../images/page-bg.png');
}
.page1 .main .cotent {
  margin-bottom: 70px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgba(32, 32, 32, 0.1);
}
.page1 .main .cotent:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page1 .main .cotent:last-child .text-node {
  margin-top: 40px;
}
.page1 .main .cotent .top .line {
  height: 17px;
  margin: 22px 0 0 30px;
}
.page1 .main .cotent .text-node {
  margin-top: 60px;
}
.page1 .main .cotent .desc {
  max-width: 80%;
}
.page1 .main .cotent .desc .table {
  text-align: center;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 10px;
  margin: 40px 0;
}
.page1 .main .cotent .desc .table table {
  width: 100%;
  font-size: 18px;
  opacity: 0.8;
}
.page1 .main .cotent .desc .table table tr {
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
.page1 .main .cotent .desc .table table tr:first-child {
  font-size: 20px;
  font-weight: bold;
}
.page1 .main .cotent .desc .table table tr:last-child {
  border-bottom: none;
}
.page1 .main .cotent .desc .table table tr td {
  padding: 20px 30px;
  border-right: 1px solid rgba(32, 32, 32, 0.1);
  line-height: 2.2;
}
.page1 .main .cotent .desc .table table tr td:first-child {
  min-width: 300px;
  box-sizing: border-box;
}
.page1 .main .cotent .desc .table table tr td:last-child {
  border-right: none;
}
@media (max-width: 800px) {
  .page1 .main .cotent {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page1 .main .cotent:last-child .text-node {
    margin-top: 30px;
  }
  .page1 .main .cotent .top .line {
    width: 35%;
    height: 6px;
    margin: 18px 0 0 20px;
  }
  .page1 .main .cotent .text-node {
    margin-top: 30px;
  }
  .page1 .main .cotent .desc {
    max-width: 100%;
  }
  .page1 .main .cotent .desc .table {
    margin: 30px 0;
  }
  .page1 .main .cotent .desc .table table {
    font-size: 14px;
  }
  .page1 .main .cotent .desc .table table tr:first-child {
    font-size: 16px;
  }
  .page1 .main .cotent .desc .table table tr:last-child {
    border-bottom: none;
  }
  .page1 .main .cotent .desc .table table tr td {
    padding: 20px 10px;
    line-height: 1.6;
  }
  .page1 .main .cotent .desc .table table tr td:first-child {
    min-width: auto;
    box-sizing: border-box;
  }
  .page1 .main .cotent .desc .table table tr td:last-child {
    border-right: none;
  }
}
.detail-page {
  background-color: #f6f6f6;
  background-image: url('../images/page-bg2.png');
  background-position: left -18%;
  background-repeat: no-repeat;
  background-size: 1840px 1648px;
}
.article .btn-box {
  margin-top: 108px;
  height: 90px;
  border-top: 1px solid rgba(32, 32, 32, 0.1);
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
.article .btn-box a {
  opacity: 0.6;
}
.article .btn-box a .icon {
  margin-right: 0.5em;
}
.article .btn-box a.next .icon {
  margin-left: 0.5em;
  margin-right: 0;
}
.article .btn-box a:hover,
.article .btn-box a.active {
  opacity: 1;
  color: #15a0bb;
}
@media (max-width: 800px) {
  .article .btn-box {
    margin-top: 36px;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .article .btn-box a.back {
    display: none;
  }
}
.experiment-lists li {
  width: 48.5%;
  margin-bottom: 45px;
}
.experiment-lists li .oppress {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  margin-bottom: 35px;
}
.experiment-lists li .bottom-info .rows {
  color: #7a7a7a;
}
.experiment-lists li .bottom-info .rows p {
  position: relative;
  padding-left: 12px;
  width: 50%;
  box-sizing: border-box;
  margin-top: 18px;
}
.experiment-lists li .bottom-info .rows p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7a7a7a;
}
.experiment-lists li:hover .title {
  color: #15a0bb;
}
@media (max-width: 1024px) {
  .experiment-lists {
    flex-wrap: wrap;
  }
  .experiment-lists li {
    width: 100%;
    margin-bottom: 45px;
  }
  .experiment-lists li:last-child {
    margin-bottom: 0;
  }
  .experiment-lists li .oppress {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
  }
  .experiment-lists li .bottom-info .rows p {
    padding-left: 10px;
    width: 50%;
    margin-top: 10px;
  }
  .experiment-lists li .bottom-info .rows p::before {
    top: 7px;
    width: 4px;
    height: 4px;
  }
}
.paper {
  background-position: center 20%;
}
.paper .lists {
  margin-top: 40px;
}
.paper .lists .item {
  width: 32%;
  height: 308px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 46px 40px;
  box-sizing: border-box;
}
.paper .lists .item .enb {
  font-size: 72px;
  font-style: italic;
  opacity: 0.1;
}
.paper .lists .item .text-node {
  margin-top: 5px;
}
.paper .lists .item:hover {
  background-color: #15a0bb;
  color: #fff;
}
.paper .lists .item:hover .text-node {
  opacity: 1;
}
.paper .bottom-content {
  margin-top: 112px;
}
.paper .bottom-content .lists .item {
  width: 40%;
  height: 267px;
  margin-right: 30px;
}
.paper .bottom-content .lists .row:last-child {
  justify-content: flex-end;
  margin-top: 35px;
}
.paper .bottom-content .lists .row:last-child .item {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 800px) {
  .paper .lists {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .paper .lists .item {
    width: 100%;
    height: auto;
    padding: 36px 30px;
    margin-bottom: 30px;
  }
  .paper .lists .item:last-child {
    margin-bottom: 0;
  }
  .paper .lists .item .enb {
    font-size: 42px;
  }
  .paper .lists .item .text-node {
    margin-top: 5px;
  }
  .paper .bottom-content {
    margin-top: 42px;
  }
  .paper .bottom-content .lists .item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .paper .bottom-content .lists .row {
    flex-wrap: wrap;
  }
  .paper .bottom-content .lists .row:last-child {
    margin-top: 0;
  }
  .paper .bottom-content .lists .row:last-child .item {
    margin-right: 0;
    margin-left: 0;
  }
}
.about {
  background-image: url('../images/page-bg3.png');
}
.about .same-title {
  margin-bottom: 45px;
}
.about .same-title .title {
  font-size: 42px;
  position: relative;
  z-index: 9;
}
.about .same-title .enb {
  font-size: 72px;
  margin-top: -30px;
  opacity: 0.1;
  text-transform: uppercase ;
}
.about .line-title {
  padding: 13px 0 ;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  border-top: 1px solid rgba(32, 32, 32, 0.1);
  width: 30%;
  margin: 0 auto 42px;
}
.about .content .desc {
  line-height: 1.8;
}
.about .content .list {
  width: 70%;
  margin: 0 auto;
}
.about .content .list .item .icon {
  margin-bottom: 15px;
}
.about .content .list .item:hover .icon {
  animation: shake 0.5s linear;
}
@media (max-width: 1280px) {
  .about {
    background-size: 100% 75%;
  }
  .about .line-title {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .about .same-title {
    margin-bottom: 15px;
  }
  .about .same-title .title {
    font-size: 24px;
  }
  .about .same-title .enb {
    font-size: 42px;
    margin-top: -20px;
  }
  .about .line-title {
    width: 100%;
    margin: 0 auto 22px;
  }
  .about .content .desc {
    line-height: 1.6;
  }
  .about .content .list {
    width: 100%;
    margin: 0 auto;
  }
  .about .content .list .item .icon {
    margin-bottom: 10px;
  }
  .about .content .list .item .icon img {
    height: 30px;
  }
}
.vision {
  background-image: url('../images/page-bg4.jpg');
}
.vision .same-title {
  display: inline-block;
  padding: 20px 0 ;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.vision .desc {
  line-height: 1.8;
  margin: 92px auto 40px;
  opacity: 0.9;
}
@media (max-width: 800px) {
  .vision .desc {
    line-height: 1.6;
    margin: 42px auto 20px;
  }
}
.about-connect {
  background-color: #f6f6f6;
}
.about-connect .connect-info {
  margin: 65px auto 80px;
  width: 90%;
}
.about-connect .connect-info .connect {
  width: 45%;
}
.about-connect .connect-info .connect li .info {
  margin-top: 35px;
}
.about-connect .connect-info .connect li .info .f22 {
  margin-bottom: 22px;
}
.about-connect .connect-info .connect .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #15a0bb;
}
.about-connect .connect-info .connect .icon-box .icon {
  color: #fff;
  font-size: 30px;
}
.about-connect .connect-info .wechat {
  width: 35%;
}
.about-connect .connect-info .wechat li {
  text-align: center;
}
.about-connect .connect-info .wechat li .pic {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  width: 105px;
  height: 105px;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
}
.about-connect .connect-info .wechat li img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.about-connect .connect-info .wechat li p {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .about-connect .connect-info .wechat {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    justify-content: space-between;
  }
  .about-connect .connect-info .wechat li {
    margin-left: 0;
  }
}
.about-connect #map {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .about-connect .connect-info {
    width: 100%;
    margin: 40px auto;
    flex-wrap: wrap;
  }
  .about-connect .connect-info .connect {
    width: 100%;
    flex-wrap: wrap;
  }
  .about-connect .connect-info .connect li .info {
    margin-top: 15px;
  }
  .about-connect .connect-info .connect li .info .f22 {
    margin-bottom: 10px;
  }
  .about-connect .connect-info .connect .icon-box {
    width: 42px;
    height: 42px;
  }
  .about-connect .connect-info .connect .icon-box .icon {
    font-size: 20px;
  }
  .about-connect .connect-info .wechat {
    width: 80%;
    padding-left: 0;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  .about-connect .connect-info .wechat li {
    margin-left: 0;
    width: 50%;
    justify-content: space-between;
  }
  .about-connect .connect-info .wechat li .pic {
    width: 120px;
    height: 120px;
    padding: 1px;
    margin: 0 auto 10px;
  }
  .about-connect #map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
/* 页脚（统一深色版） */
/*
 * 页脚（统一深色版）
 * - 视觉参考旧版 #footer：深色背景、卡片化二维码、清晰的分区与悬停反馈
 * - 结构建议：.wrap > .footer-grid（品牌/导航/联系） + .bottom（版权/备案）
 */
.site-footer {
  /* 基础容器：深色背景与浅色文本 */
  background: #1f2937;
  color: #e5e7eb;
  margin-top: 0;
  position: relative;
}
.site-footer a {
  /* 链接默认色与可读性 */
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  /* 悬停对比提升，并参考旧 #footer 样式增加下划线提示 */
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .wrap {
  /* 内边距与可选容器宽度（如需可在外部约束最大宽度）*/
  padding: 70px 60px 50px;
  max-width: 1500px;
  margin: 0 auto;
}

/* 主体区：三列栅格（品牌 / 导航 / 联系&二维码） */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  align-items: flex-start;
  min-height: 280px;
}

/* 品牌与简介 */
.footer-brand h3 {
  margin: 0 0 16px;
  font-size: 24px; /* 品牌标题：更大更醒目 */
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.footer-brand .contact-list .icon.icon-pushpin:before,
.footer-brand .contact-list .icon.icon-daohangdizhi:before {
  content: "\e65e"; /* 使用 icon-daohangdizhi 符号作为地址图标 */
}
.footer-brand p {
  /* 参考旧版描述文字的不透明度与行高 */
  margin: 0;
  font-size: 16px; /* 正文字号：更大提升可读性 */
  line-height: 2;
  opacity: 0.85;
}

/* 导航区 */
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-self: flex-start;
  text-align: left;
  padding-top: 10px;
}
.footer-nav a {
  font-size: 17px; /* 导航链接字号：更大 */
  opacity: 0.9;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: block;
}
.footer-nav a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}

/* 联系方式列表 */
.contact-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.contact-list li {
  margin: 16px 0;
  font-size: 16px; /* 联系方式字号：更大 */
  opacity: 0.9;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 26px auto;
  align-items: center;
  column-gap: 10px;
}
.contact-list li .icon {
  color: #25d8e2;
  font-size: 22px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-list li::before {
  display: none;
}

/* 二维码区（参考 #footer 的 wechat 卡片风格，轻卡片 + 圆角） */
.qrcodes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-self: flex-start;
  padding-top: 10px;
}
.qrcode {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 20px 16px 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-width: 140px;
}
.qrcode img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  background: transparent;
  display: block;
  margin: 0 auto;
}
.qrcode p {
  margin: 12px 0 0;
  font-size: 14px; /* 二维码说明：更大更清晰 */
  color: #cbd5e1;
  font-weight: 500;
}
.qrcode:hover {
  /* 悬停高亮对齐旧 #footer 视觉强调 */
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.12);
}

/* 底部条（版权/备案/链接） */
.site-footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding: 24px 0 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #9ca3af;
  font-size: 15px; /* 底部版权字号：更大 */
}

/* 返回顶部按钮（可选，如页面存在 .toTop 触发器） */
.site-footer .toTop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #15a0bb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.site-footer .toTop:hover {
  filter: drop-shadow(0 0 1em rgba(0, 146, 58, 0.35));
  transform: translateY(-2px);
}

/* 响应式适配（对齐 #footer 在多断点下的布局压缩） */
@media (max-width: 1280px) {
  .site-footer .wrap {
    padding: 60px 40px 40px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    min-height: 300px;
    gap: 30px;
  }
  /* 字体在中等屏宽的微调 */
  .footer-brand h3 { font-size: 22px; }
  .footer-brand p { font-size: 15px; }
  .footer-nav a { font-size: 16px; }
  .contact-list li { font-size: 15px; }
  .contact-list li .icon { font-size: 16px; }
  .site-footer .bottom { 
    font-size: 14px;
    margin-top: 40px;
    padding: 24px 0 16px;
  }
  .qrcode img { width: 100px; height: 100px; }
  .qrcode p { font-size: 13px; }
  .qrcode { padding: 16px 12px 12px; min-width: 120px; }
}
@media (max-width: 800px) {
  .site-footer .wrap {
    padding: 40px 20px 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
  }
  .qrcodes {
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
  }
  /* 字体在小屏宽的适度调整 */
  .footer-brand h3 { font-size: 20px; }
  .footer-brand p { font-size: 15px; }
  .footer-nav a { font-size: 15px; }
  .contact-list li { font-size: 14px; }
  .site-footer .bottom { 
    font-size: 13px;
    margin-top: 24px;
    padding: 16px 0 8px;
  }
  .qrcode img { width: 90px; height: 90px; }
  .qrcode p { font-size: 12px; }
}
.service-card {
            transition: all 0.3s ease;
            transform: translateY(0);
            border-top: 4px solid;
            position: relative;
}
.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.service-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin-bottom: 20px;
}
.sub-service {
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
}
.sub-service:hover {
	background-color: rgba(59, 130, 246, 0.05);
	border-left-color: #3b82f6;
	transform: translateX(5px);
}
.gradient-text {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(90deg, #3b82f6, #8b5cf6);
}
.learn-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	transition: all 0.3s ease;
}
.learn-more:hover {
	transform: translateX(5px);
}

.look-more {
    display: inline-table;
	transition: all 0.3s ease;
}
.look-more:hover {
	transform: translateX(5px);
}

.partners-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
	font-size: 28px;
	position: relative;
}
.section-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #3498db, #2ecc71);
	margin: 10px auto 0;
}
.partners-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.partner-column {
	flex: 1;
	min-width: 25%;
	padding: 0 15px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.partner-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px;
	border-radius: 8px;
	transition: all 0.3s ease;
	justify-content: center;
}
.partner-item:hover {
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.partner-logo {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #fff;
	padding: 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.partner-name {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.special-tag {
	display: inline-block;
	font-size: 10px;
	padding: 2px 8px;
	margin-left: 8px;
	border-radius: 10px;
	background-color: #e74c3c;
	color: white;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.partner-column {
		min-width: 50%;
	}
	.partner-column:nth-child(2n) {
		border-right: 1px solid #e0e0e0;
	}
	.partner-column:nth-child(2n+1) {
		border-right: none;
	}
}
@media (max-width: 576px) {
	.partner-column {
		min-width: 100%;
		border-right: none !important;
		border-left: none !important;
	}
}

.case-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-slide {
	height: auto;
	display: flex;
}
.case-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background: white;
}
.case-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.case-image {
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
	color: #3b82f6;
	background: rgba(255, 255, 255, 0.8);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 1.2rem;
}


