@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;
  color: #393939;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over5,
.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;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.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,
.spetouch .default,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
/*.touch.on .fade,*/
.touch.swiper-slide-active .fade,
.touch:hover .fade,
.spetouch: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: 1090px) {
  .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: #13bbaf;
  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.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.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: #13bbaf;
}
.maincolor3 {
  color: #f5ab3d;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* 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;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  width: 180px;
  height: 50px;
  border-radius: 25px;
}
.more .char {
  margin-right: 10px;
}
.more .icon {
  transform: rotate(-45deg);
}
.more:hover {
  color: #fff;
  border-color: #13bbaf;
  background-color: #13bbaf;
  box-shadow: 0px 3px 6px 0px rgba(19, 187, 175, 0.3);
}
.more.spe-more {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #fff;
  background-color: #13bbaf;
}
.more.active-more {
  color: #fff;
  background-color: #13bbaf;
  border-color: #13bbaf;
}
.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: #13bbaf;
  border-color: #13bbaf;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}
.more.white-more:hover {
  border-color: #13bbaf;
  background-color: #13bbaf;
}
@media (max-width: 1024px) {
  .more {
    width: 155px;
    height: 48px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 14px;
  }
  .more .char {
  font-size: 12px;
}
}
.go .char {
  text-transform: uppercase;
}
.go .icon-box {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #f5ab3d;
  margin-left: 0.5em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #13bbaf;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(19, 187, 175, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(19, 187, 175, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mtop30 {
  margin-top: 30px;
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 32px;
  }
  .f24 {
    font-size: 18px;
  }
  .f18,.f20 {
    font-size: 16px;
  }
  .f40 {
    font-size: 35px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
 
  
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
  font-size: 16px;
}
  .f22,.f24 {
    font-size: 16px;
  }
  .f26,
  .f28 {
    font-size: 18px;
  }
  .f30 {
    font-size: 20px;
  }
  .f32 {
    font-size: 24px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 26px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop60,
  .mtop70 {
    margin-top: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  line-height: 3.125em;
  font-size: 14px;
  width: 3.125em;
  height: 3.125em;
  font-family: 'mont', sans-serif;
  transition: all 0.4s ease;
  border-radius: 50%;
}
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-color: #13bbaf;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  /*background-color: #fff;*/
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 3.125em;
  height: 3.125em;
}
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: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  border-color: #13bbaf;
}
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;
}
.logo {
    max-width: 145px;
    max-height: 70px;
  }
@media (max-width: 768px) {
  .logo {
    max-width: 3em;
    min-width: 100px;
    min-height:inherit ;
    max-height: inherit;
  }
 ul.pagination li:first-child {
  margin-right: 0.14rem;
  margin-left: 0;
}
ul.pagination li:last-child {
  margin-left: 0.14rem;
  margin-right: 0;
}
}
.main {
  max-width: 1690px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1530px;
}
@media (max-width: 1740px) {
  .main {
    max-width: 1600px;
  }
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1440px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1340px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1240px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .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-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 {
    stroke: #13bbaf;
  animation: banner-animation 6s linear infinite;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-2 {
   fill:  #13bbaf;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #13bbaf;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #13bbaf;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.swiper-timing.web2 > .real {
  margin: 0 6px;
}
.swiper-timing.web2 > .real > svg > .cls-1 {
  stroke: #f5ab3d;
}
.swiper-timing.web2 > .real > svg > .cls-2 {
  fill: #f5ab3d;
}
.swiper-timing.web2 > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.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: #13bbaf;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #13bbaf;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #13bbaf;
}
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: #13bbaf;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #13bbaf;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-in-out;
}
.swiper-change .btn:after {
  font-size: 14px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change.spe-change .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url('../images/arrow2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-change.spe-change .btn.swiper-button-next:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-color: #f5ab3d;
  border-color: #f5ab3d;
}
.swiper-change.spe-change .btn:hover:after {
  content: '';
  background-image: url('../images/arrow1.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next:after {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray .btn:hover {
  color: #fff;
  background-color: #f5ab3d;
}
.swiper-change.spe-change.gray2 .btn {
  color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray2 .btn:after {
  filter: brightness(0);
  opacity: 0.3;
}
.swiper-change.spe-change.gray2 .btn:hover {
  color: #fff;
  border-color: #f5ab3d;
  background-color: #f5ab3d;
}
.swiper-change.spe-change.gray2 .btn:hover:after {
  filter: brightness(1);
  opacity: 1;
}
.swiper-change.spe-change.gray3 .btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: #c4c4c4;
}
.swiper-change.spe-change.gray3 .btn:hover {
  color: #fff;
  background-color: #f5ab3d;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #13bbaf;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #13bbaf;
}
.swiper-change.spe-change4 .btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn:hover {
  color: #fff;
  background-color: #13bbaf;
}
@media (max-width: 768px) {
  .swiper-change.spe-change4 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change4.gray .btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  box-shadow: none;
}
.swiper-change.spe-change4.gray .btn:hover {
  border-color: #13bbaf;
  background-color: #13bbaf;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 27px;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 1.4px;
  height: 15px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .scroll-en {
  margin-bottom: 25px;
}
.scroll-down .arrow-mouse {
  width: 58px;
  height: 58px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  -webkit-animation: scrollDown 6s linear infinite;
  animation: scrollDown 6s linear infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
#header {
  bottom: auto;
  z-index: 500;
  color: #fff;
  overflow: visible;
  height: 110px;
  position: fixed;
  transform: all 0.4s ease-out;
  box-sizing: border-box;
  
}
#header .nav .subset:empty {
  display: none !important;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#header .tel-box {
  margin-right: 45px;
}
#header .tel-box .icon {
  margin-right: 10px;
  width: 29px;
  height: 29px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
}
#header .tel-box .icon::before {
  transform: scale(0.5);
}
@media (max-width: 1080px) {
  #header .tel-box {
    display: none;
  }
}
#header .language-box {
  margin-left: 30px;
}
#header .language-box a:hover {
  color: #13bbaf;
}
#header.fixed-header {
  /*background-color: #fff;*/
  
  background-color: #343837;
  border-bottom: 2px solid #13bbaf;
  color: #fff;
}
#header.fixed-header .tel-box {
  margin-right: 45px;
}
#header.fixed-header .tel-box .icon {
  color: #fff;
  border-color: #13bbaf;
  background-color: #13bbaf;
}
#header.fixed-header .menu .cls {
  fill: #fff;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box .ul,
  #header .right-box .ul li {
    height: 100%;
  }
  #header .right-box .ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: -8px;
    transition: all .8s ease;
    
  }
  #header .nav .fade,
  #header .nav .subset:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .nav .subset {
    position: relative;
    background-color: #fff;
    padding: 2em ;
    border-radius: 0 0 1em 1em;
    white-space: nowrap;
    /*min-width: 15em;*/
    color: #777;
    box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #13bbaf;
    box-sizing: border-box;
  }
  #header .nav .subset:before {
    content: "";
    bottom: 100%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #13bbaf;
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    position: relative;
    /*padding-left: 1em;*/
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    margin-bottom: 1.2em;
  }
  /*#header .nav .subset > a::after,*/
  /*#header .nav .subset .top-name::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 9px;*/
  /*  width: 5px;*/
  /*  height: 5px;*/
  /*  border-radius: 50%;*/
  /*  background-color: rgba(0, 0, 0, 0.5);*/
  /*}*/
  #header .nav .subset > a:hover,
  #header .nav .subset .top-name:hover {
    color: #13bbaf;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #13bbaf;
  }
  #header .nav .subset.pro-subset {
    min-width: 65.875em;
    max-width: 40%;
    padding: 3em ;
    
    margin: 0 auto;
  }
  #header .nav .subset.pro-subset .item {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header .nav .subset.pro-subset .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #header .nav .subset.pro-subset .item a:hover {
    color: #13bbaf;
  }
  #header .nav .subset.pro-subset .item .pro-item .top-name {
    margin: 14px 0;
  }
   #header .nav .subset.pro-subset .item .pro-item ul{
       margin-bottom: 20px;
       align-items: flex-start;
   }
    #header .nav .subset.pro-subset .item .pro-item ul:last-child{
        margin-bottom: 0;
    }
  #header .nav .subset.pro-subset .item .pro-item ul li {
    width: 25%;
    margin-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    white-space: wrap;
  }
  #header .nav .subset.pro-subset .item .pro-item ul li a:hover {
    color: #13bbaf;
  }
  #header .nav .spetouch:hover .top {
    color: #13bbaf;
  }
  #header .nav .spetouch:hover .fade {
    margin-top: 0;
  }
  #header .nav .jsfw a{
      /*margin-right: 30px;*/
      margin-bottom: 10px;
      width: 25%;
  }
  /*#header .nav .subset.pro-subset .item .pro-item ul li a:hover {*/
  /*  color: #13bbaf;*/
  /*}*/
  /*#header .nav .spetouch.on .top {*/
  /*  color: #13bbaf;*/
  /*}*/
  /*#header .nav .spetouch.on .fade {*/
  /*  margin-top: 0;*/
  /*}*/
}
@media (max-width: 800px) {
  #header {
    height: 70px;
  }
  #header.inside .menu .cls {
    fill: #000;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header.scroll {
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #header .menu .cls,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #fff;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    color: #fff;
    width: calc(100% - 58px);
    background-color: #13bbaf;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #header .nav .spetouch {
    margin: 0;
  }
  #header .nav .spetouch: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;
  }
  #header .nav .spetouch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header .main {
    transition: all 0.6s ease-out;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.language-menu {
  margin: 0 30px;
  position: relative;
}
.language-menu__placeholder {
  cursor: pointer;
  width: 96px;
  height: 32px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-radius: 16px;
}
.language-menu__placeholder .icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
  transform: rotate(90deg) scale(0.8);
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9;
  width: 100%;
  transform: translate(-50%, 100px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.language-menu__dropdown ul {
  width: 100%;
  padding: 8px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.language-menu__dropdown ul a {
  color: #333;
}
.language-menu__dropdown a:hover {
  color: #13bbaf;
}
.language-menu:hover .language-menu__placeholder .icon {
  transform: rotate(-90deg) scale(0.8);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.nav {
  margin-right: 0.6rem;
}
.nav .top {
  /*min-width: 45px;*/
  /*padding: 0 .3rem;*/
  height: 2.9em;
  line-height: 2.9em;
  position: relative;
  overflow: hidden;
  /*text-align: right;*/
}
/*.nav .spetouch:nth-of-type(2)  .top{*/
/*    padding-right: 0 ;*/

/*.nav .spetouch:nth-of-type(4)  .top{*/
/*    padding-left: 0 ;*/
/*}*/
.nav .top::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100px;
  width: 45px;
  height: 45px;
  background-image: url('../images/title-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.6s ease-out;
  z-index: -1;
  display: none;
}
.nav .spetouch {
  position: relative;
}
/*.nav .spetouch + .spetouch {*/
/*  margin-left: 0.6rem;*/
/*}*/
/*}*/
.nav .spetouch:nth-of-type(1){
    margin-right:  0.6rem;
}
.nav .spetouch:nth-of-type(5){
    margin-left: 0.6rem;
}

.nav .spetouch:nth-of-type(3)  .top{
    padding: 0 .6rem;
}
.nav .spetouch:hover .top::before,
.nav .spetouch.active .top::before {
  right: 0;
  opacity: 1;
}
#footer {
  padding: 0.9rem 0 0.2rem;
  position: relative;
  color: #fff;
  /*background-color: #f6f8f9;*/
  background-color: #343837;
}
#footer::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -moz-linear-gradient(0deg, #13bbaf 0%, #13bb7e 100%);
  background-image: -webkit-linear-gradient(0deg, #13bbaf 0%, #13bb7e 100%);
  background-image: -ms-linear-gradient(0deg, #13bbaf 0%, #13bb7e 100%);
  position: absolute;
}
#footer .container {
  
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#footer .container .left-box {
  width: 300px;
  /*position: absolute;*/
  /*top: 30%;*/
  /*left: 0;*/
}
#footer .same-box{
    /*width: 70%;*/
    /*margin: 0 auto;*/
    flex: 1;
}
#footer .container .left-box .logo {
  width: 100%;
}
#footer .container .left-box .logo img {
  width: 100%;
}
#footer .container .left-box .name-box {
  margin-top: 8px;
}
#footer .container .left-box .name-box .en-txt {
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: scale(0.8);
  margin-right: -20px;
  margin-left: -30px;
}
#footer .container .left-box .name-box .zh {
  font-size: 29px;
}
/*#footer .container .nav-ul{*/
/*    margin-left: 10%;*/
/*}*/
.wzdt{
    margin-right: 10px;
}
#footer .container .nav-ul li {
  position: relative;
}
#footer .container .nav-ul li.pro-li{
    width: 33%;
    box-sizing: border-box;
}
#footer .container .nav-ul li:not(:last-child) {
  padding-right: 6%;
  margin-right: 6%;
}
#footer .container .nav-ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
#footer .container .nav-ul li a {
  opacity: 0.8;
}
#footer .container .nav-ul li a.top{
    margin-bottom: 20px;
}
#footer .container .nav-ul li .two-ul a{
    margin-bottom: 10px;
    margin-right: -40px;
}
#footer .container .nav-ul li .two-ul.spe-two-ul a{
    width: 50%;
}
#footer .container .nav-ul li .two-ul.spe-two-ul a:nth-of-type(2n){
   padding-left: 20px;
   box-sizing: border-box;
}
#footer .container .nav-ul li.last-li .bottom p{
    margin-bottom: 10px;
}
#footer .container .nav-ul li a:hover {
  opacity: 1;
  color: #13bbaf;
}
#footer .container .toTop {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  margin-top: 30px;
}
#footer .container .toTop .icon {
  transform: rotate(-90deg);
  width: 45px;
  height: 45px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  border-radius: 50%;
  transition: all 0.4s ease;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
}
#footer .container .toTop:hover .icon {
  color: #fff;
  border-color: #13bbaf;
  background-color: #13bbaf;
}
#footer .container .right-box {
  width: 60%;
}
#footer .container .right-box .bottom {
  margin-top: 45px;
}
#footer .container .right-box .bottom .info .row {
  margin-top: 20px;
}
#footer .container .right-box .bottom .info .row .enb {
  font-style: italic;
}
#footer .container .right-box .bottom .info .row p:first-child {
  width: 200px;
  margin-right: 60px;
}
#footer .wechat {
  width: 138px;
}
#footer .wechat li {
  text-align: center;
}
#footer .wechat li .pic-box {
  width: 138px;
  height: 138px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 5px;
  box-sizing: border-box;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
/*#footer .share {*/
/*  margin-top: 38px;*/
/*}*/
/*#footer .share .cc {*/
/*  width: 2.625em;*/
/*  height: 2.625em;*/
/*  color: rgba(0, 0, 0, 0.7);*/
/*  border-width: 1px;*/
/*  border-color: rgba(0, 0, 0, 0.2);*/
/*  border-style: solid;*/
/*}*/
/*#footer .share .cc + .cc {*/
/*  margin-left: 1.25em;*/
/*}*/
/*#footer .share .cc:hover {*/
/*  color: #fff;*/
/*  border-color: #13bbaf;*/
/*  background-color: #13bbaf;*/
/*}*/
#footer .copyright {
  font-size: 14px;
  margin-top: 0.7rem;
}
#footer .copyright a {
  opacity: 0.6;
}
#footer .copyright a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 1580px){
    #footer .container {
  width: 100%;
  margin: 0 auto;
}
    #footer .same-box{
    padding-left: 10%;
}
.nav {
  margin-right: 0.1rem;
}
.nav .spetouch:nth-of-type(1){
    margin-right:  0.2rem;
}
.nav .spetouch:nth-of-type(5){
    margin-left: 0.2rem;
}

.nav .spetouch:nth-of-type(3)  .top{
    padding: 0 .2rem;
}
#header .language-box {
    margin-left: 20px;
}

#header .tel-box {
    margin-right: 25px!important;
}
}
@media (max-width: 1380px){
    .nav {
  margin-right: 0.3rem;
}
}
@media (max-width: 1024px) {
  #footer .copyright {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #footer .copyright .right{
      justify-content: center;
  }
  #footer .copyright .item {
    width: fit-content;
    margin: 0 auto;
  }
  #footer .same-box{
    width: 100%;
    padding-left: 0;
    flex: inherit;
}
#footer .container .left-box .logo{
    margin: 0 auto;
}
}
@media (max-width: 1580px) {
  /*#footer .container .nav-ul li:not(:last-child) {*/
  /*  padding-right: 20px;*/
  /*  margin-right: 20px;*/
  /*}*/
  #footer .container .left-box {
  width: 140px;
}
}
@media (max-width: 1480px) {
  #footer .container .right-box .bottom .info .row p:first-child {
    width: 150px;
    margin-right: 30px;
  }
   #footer .container .nav-ul li .two-ul.spe-two-ul{
       display: block;
   }
   #footer .container .nav-ul li .two-ul.spe-two-ul a{
       width: 100%;
   }
  #footer .container .nav-ul li .two-ul.spe-two-ul a:nth-of-type(2n){
      
      padding-left: 0;
  }
}
@media (max-width: 1080px) {
  #footer .container {
    flex-wrap: wrap;
    position: relative;
    /*margin-bottom: 28px;*/
  }
  #footer .container .left-box {
    width: 100%;
    text-align: center;
  }
  #footer .container .left-box .name-box .en-txt {
    transform: scale(0.7);
    margin-left: -64px;
  }
  #footer .container .left-box .name-box .zh {
    font-size: 24px;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .container .toTop {
    position: absolute;
    top: 10px;
    right: 0;
    height: 45px;
    margin-top: 0;
  }
  #footer .container .right {
    width: 100%;
  }
  #footer .container .right-box .bottom {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  #footer .container .right-box .bottom .info {
    width: 100%;
  }
  #footer .container .right-box .bottom .info .row {
    flex-wrap: wrap;
  }
  #footer .container .right-box .bottom .info .row p:first-child {
    width: 150px;
    margin-right: 30px;
  }
  #footer .container .share {
    margin-top: 18px;
  }
  #footer .container .wechat {
    width: 138px;
    margin: 20px auto 0;
  }
  #footer .container .wechat li .pic-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 28px;
  }
}
#banner {
    width: 100%;
  height: 100vh;
  position: relative;
}
#banner > .swiper {
     width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#banner > .swiper .swiper-slide{
    
    overflow: hidden;
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 35%;
  left: 6%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  max-width: 88%;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  font-size: 40px;
  opacity: 0;
}
#banner > .swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .banner-txt .title .span2,
#banner > .swiper .swiper-slide .banner-txt .more-box{
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .banner-txt .more-box {
  margin-top: 100px;
  transition-delay: 1.6s;
  overflow: hidden;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 3s ease-out;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 26px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    max-width: 90%;
    left: 20px;
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 18px;
  }
  #banner > .swiper .swiper-slide .banner-txt .more-box {
    margin-top: 35px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .more-box {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-change {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 0 10%;
  box-sizing: border-box;
}
/*#banner > .swiper .swiper-change::after,*/
/*#banner > .swiper .swiper-change::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -6px;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*}*/
/*#banner > .swiper .swiper-change::before {*/
/*  left: 0;*/
/*}*/
/*#banner > .swiper .swiper-change::after {*/
/*  right: 0;*/
/*}*/
#banner > .swiper .swiper-pagination {
  width: auto;
  bottom: 70px;
  left: auto;
  right: 8%;
}
#banner > .swiper .swiper-pagination.swiper-timing > .real{
    margin:  0 10px;
}
#banner > .swiper .swiper-change .btn-box {
  position: relative;
  width: 70px;
}
#banner > .swiper .swiper-change .right-box {
  width: 200px;
  position: absolute;
  right: 38px;
  top: -15px;
  display: none;
}
#banner > .swiper .swiper-change .right-box .banner-num {
  letter-spacing: 2px;
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  width: 70%;
  text-align: center;
  transform: translateX(-50%);
}
/*#banner .scroll-down::after,*/
/*#banner .scroll-down::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 44px;*/
/*  width: 44%;*/
/*  height: 1px;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*}*/
/*#banner .scroll-down::before {*/
/*  left: 0;*/
/*}*/
/*#banner .scroll-down::after {*/
/*  right: 0;*/
/*}*/
@media (max-width: 1580px) {
  #banner > .swiper .swiper-change .swiper-pagination {
    width: 350px;
  }
  #banner > .swiper .swiper-change .right-box {
    width: 170px;
  }
 
}
@media (max-width: 1480px) {
  /*#banner > .swiper .swiper-change::after,*/
  /*#banner > .swiper .swiper-change::before {*/
  /*  display: none;*/
  /*}*/
  /*#banner > .swiper .swiper-change .swiper-pagination {*/
  /*  width: 300px;*/
  /*}*/
  #banner > .swiper .swiper-change .right-box {
    width: 150px;
  }
  #banner .scroll-down {
    width: 65%;
  }
  #banner .scroll-down::after,
  #banner .scroll-down::before {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  #banner .scroll-down {
    display: none;
  }
}
@media (max-width: 800px) {
 #banner > .swiper .swiper-pagination {
  bottom: 40px;
  right: auto;
  transform: translateX(-50%);
  left: 50%;
}
#banner > .swiper .swiper-pagination.swiper-timing > .real{
    display:inline-block;
    margin:  0 10px;
}
  #banner > .swiper .swiper-change .right-box {
    display: none;
  }
}
.same-title .desc {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .same-title .desc {
    margin-top: 10px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .num {
  color: #13bbaf;
}
.datum .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .num {
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-right: 10px;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(-50%);
}
.datum .num::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.datum .item:nth-of-type(2) .num::after{
    background-image: url(../images/icon2.png);
}
.datum .item:nth-of-type(3) .num::after{
    background-image: url(../images/icon3.png);
}
.datum.gray .item .num {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .num {
  color: #13bbaf;
}
.datum.gray .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .num {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .num::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #13bbaf;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 1280px) {
    .datum .num {
    font-size: 30px;
  }
  .datum .num::after{
      width: 20px;
      height: 20px;
  }
}
@media (max-width: 800px) {
  .datum .item {
    margin-bottom: 30px;
  }
  /*.datum .num {*/
  /*  font-size: 40px;*/
  /*}*/
  .datum .num::before {
    font-size: 12px;
  }
  .datum .num::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .num::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .num::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.home-middle-page {
    /*height: 100vh;*/
  position: relative;
  /*padding-bottom: 100px;*/
}
#about {
  background-image: url('../images/bg.jpg');
  background-position: center bottom;
}
#about .top-content .right-info {
  width: 46%;
}
#about .top-content .right-info .more {
  margin-top: 40px;
}
#about .bottom-content {
    margin-top: 85px;
}
#about .bottom-content .right-pic {
  width: 75%;
  /*height: 500px;*/
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #about .bottom-content .right-pic {
    width: 72%;
  }
  #about .bottom-content {
    margin-top: 70px;
}
}
@media (max-width: 800px) {
    #about {
    height: auto;
    }
  #about .top-content {
    flex-wrap: wrap;
  }
  #about .top-content .right-info {
    width: 100%;
    margin-top: 20px;
  }
  #about .top-content .right-info .more {
    margin-top: 20px;
  }
  #about .bottom-content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #about .bottom-content .datum {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  #about .bottom-content .datum .item {
    margin-top: 0;
    /*margin-bottom: 0;*/
  }
  #about .bottom-content .right-pic {
    width: 100%;
    /*height: 250px;*/
    margin-top: 30px;
  }
}
#news {
    position: relative;
    z-index: 55;
  background-image: url("../images/bg2.jpg");
  user-select: none;
}
#news .news-swiper {
  margin-top: 90px;
  margin-right: -10%;
  padding-bottom: 125px;
}
#news .news-swiper .swiper-slide a {
  position: relative;
  height: 466px;
  padding-top: 328px;
  box-sizing: border-box;
}
#news .news-swiper .swiper-slide a .pic {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
#news .news-swiper .swiper-slide a .pic::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
  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%);
  border-radius: 16px;
}
#news .news-swiper .swiper-slide a .info {
  width: 100%;
  position: relative;
  z-index: 9;
}
#news .news-swiper .swiper-slide a .info .date {
  margin-bottom: 8px;
}
#news .news-swiper .swiper-slide a .icon-box {
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
}
#news .news-swiper .swiper-slide a .icon-box .icon {
  transition: all 0.4s ease;
}
#news .news-swiper .swiper-slide a:hover .date {
  color: #fff;
}
#news .news-swiper .swiper-slide a:hover .title {
  color: #fff;
}
#news .news-swiper .swiper-slide a:hover .pic {
  height: 100%;
  box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.3);
}
#news .news-swiper .swiper-slide a:hover .pic::before {
  height: 50%;
}
#news .news-swiper .swiper-slide a:hover .info {
  padding: 0 30px 60px;
  box-sizing: border-box;
}
#news .news-swiper .swiper-slide a:hover .icon-box {
  background-color: #13bbaf;
  color: #fff;
}
#news .news-swiper .swiper-slide a:hover .icon-box .icon {
  transform: rotate(-45deg);
}
#news .news-swiper .swiper-change {
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 55px;
}
#news .news-swiper .swiper-progress {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 65%;
}
#news .news-swiper .swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
#news .news-swiper .swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #13bbaf;
}
#news .news-swiper .more {
  position: absolute;
  right: 10%;
  bottom: 20px;
}
@media (max-width: 800px) {
  #news {
    position: relative;
    z-index: 55;
    padding-top: 0;
  }
  #news .main {
    padding-bottom: 30px;
  }
  #news .news-swiper {
    margin-right: 0;
    padding-bottom: 100px;
    margin-top: 30px;
  }
  #news .news-swiper .swiper-slide a {
    height: auto;
    padding-top: 0;
  }
  #news .news-swiper .swiper-slide a .pic {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 20px;
  }
  #news .news-swiper .swiper-slide a .icon-box {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  #news .news-swiper .swiper-slide a:hover .pic {
    height: 280px;
  }
  #news .news-swiper .swiper-slide a:hover .date {
    color: #393939;
  }
  #news .news-swiper .swiper-slide a:hover .title {
    color: #393939;
  }
  #news .news-swiper .swiper-slide a:hover .info {
    padding: 0 ;
  }
  #news .news-swiper .swiper-change {
    width: 140px;
  }
  #news .news-swiper .more {
    right: 0;
    bottom: 35px;
  }
  #news .swiper-progress {
    display: none;
  }
}
.home-bottom {
  height: 640px;
  background-image: url('../images/bg3.jpg');
}
.home-bottom .main {
  height: 100%;
  box-sizing: border-box;
}
.home-bottom .more {
  width: 320px;
  height: 65px;
  margin-top: 44px;
  border-radius: 32px;
}
@media (max-width: 800px) {
  .home-bottom {
    height: 400px;
  }
  .home-bottom .more {
    width: 70%;
    height: 45px;
    margin: 24px auto 0;
    border-radius: 32px;
  }
}
.service-map {
  background-image: url('../images/bg4.jpg');
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  width: 100%;
  /*height: 100vh;*/
  /*opacity: 0;*/
  /*transform: translateX(100%);*/
  /*transition: all 3s ease;*/
  /*padding: 65px 0;*/
  position: relative;
}
.service-map .main{
    position: relative;
    z-index: 99;
}
.service-map.show {
  opacity: 1;
  transform: translateX(0);
}
.service-map.out {
  opacity: 0;
  transform: translateX(100%);
}
.service-map  .map-pic {
  max-width: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-map .content .map-pic {
  width: 35%;
}
.service-map .content .right-box {
  width: 50%;
}
.service-map .content .right-box .top-ul {
  padding-bottom: 20px;
  margin:0 -5px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
}
.service-map .content .right-box .top-ul li{
    /*width: 11.11%;*/
    margin: 0 5px;
}
.service-map .content .right-box .top-ul li a {
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 10px ;
  text-align: center;
  /*line-height: 41px;*/
  border-radius: 25px;
  margin: 0 auto;
}
.service-map .content .right-box .top-ul li a:hover {
  color: #fff;
  background-color: #13bbaf;
  box-shadow: 0px 3px 10px 0px rgba(19, 187, 175, 0.5);
}
.service-map .content .right-box .bottom-ul a {
  width: 49.8%;
  height: 200px;
  position: relative;
}
.service-map .content .right-box .bottom-ul a .oppress {
  width: 100%;
  height: 100%;
  position: relative;
}
.service-map .content .right-box .bottom-ul a .oppress::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
  background-image: -moz-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  z-index: 8;
}
.service-map .content .right-box .bottom-ul a .name {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-map .content .right-box .bottom-ul a:nth-of-type(1) .oppress {
  border-top-left-radius: 10px;
}
.service-map .content .right-box .bottom-ul a:nth-of-type(2) .oppress {
  border-bottom-right-radius: 10px;
}
.service-map .content .right-box .bottom-ul a .icon-box {
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.service-map .content .right-box .bottom-ul a .icon-box .icon {
  transition: all 0.4s ease;
}
.service-map .content .right-box .bottom-ul a:hover .oppress::before {
  height: 60%;
}
.service-map .content .right-box .bottom-ul a:hover .icon-box {
  background-color: #13bbaf;
  color: #fff;
}
.service-map .content .right-box .bottom-ul a:hover .icon-box .icon {
  transform: rotate(-45deg);
}
@media (max-width: 1480px) {
    .service-map {
     padding: 40px 0;
  }
     .service-map  .map-pic {
  max-width: 400px;
}
    .service-map .content .right-box{
        width: 70%;
    }
    .service-map .content {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
    .home-middle-page {
     height: auto;
     overflow: hidden;
}
  .service-map {
     position: relative;
     height: auto;
     /*padding: 40px 0;*/
  }
  .service-map .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .service-map .content .map-pic {
    width: 100%;
  }
  .service-map .content .right-box {
    width: 100%;
  }
  .service-map .content .right-box .top-ul {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  
  .service-map .content .right-box .bottom-ul a {
    width: 49.8%;
    height: 150px;
  }
  .service-map .content .right-box .bottom-ul a .icon-box {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .service-map .content .right-box .top-ul li{
    width: 33.33%;
    margin: 0;
}
  .service-map .content .right-box .top-ul li a {
  
  width: 80px;
  }
  .service-map  .map-pic {
  max-width: 200px;
}
}
.page-banner {
  position: relative;
  z-index: 9;
  height: 100vh;
  overflow: hidden;
}
.page-banner img {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
.page-banner .banner-txt {
  width: 90%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.page-banner .banner-txt .content {
  position: relative;
}
.page-banner .banner-txt .content .circle {
    width: 400px;
  animation: circle 20s linear infinite;
}
.page-banner .banner-txt .title {
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 2px;
}
.page-banner .banner-txt .zh {
  margin-top: -250px;
}
@media (max-width: 1480px) {
 .page-banner .banner-txt .title {
  font-size: 40px;
}
}
@media (max-width: 800px) {
    .page-banner .banner-txt{
        top: 30%;
    }
  .page-banner .banner-txt .title {
    font-size: 24px;
  }
  .page-banner .banner-txt .zh {
    margin-top: -150px;
  }
  .page-banner .banner-txt .content .circle {
    width: 250px;
}
}
#about.page-about {
  background-image: url('../images/bg5.jpg');
  position: relative;
  height: auto;
}
#about.page-about .left-content {
  width: 45%;
}
#about.page-about .left-content .text-node {
  margin: 60px 0;
}
#about.page-about .left-content .datum .item {
  margin-right: 38px;
}
#about.page-about .left-content .datum .item:last-child {
  margin-right: 0;
}
#about.page-about .pic-swiper {
  width: 52%;
  margin: 0;
  /*margin-right: -11%;*/
  /*mask-image: url(../images/mhbg.png);*/
  /*      mask-size: 200% 100%;*/
  /*      -webkit-mask-image: url(../images/mhbg.png);*/
  /*      -webkit-mask-size: 200% 100%;*/
}
#about.page-about .pic-swiper .pic{
    height: 90%;
}
#about.page-about .pic-swiper .pic img{
    max-height: 100%;
}
#about.page-about .pic-swiper .swiper-change {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 9;
}
/*#about.page-about .pic-swiper .swiper-pagination{*/
/*    bottom: 10%;*/
/*}*/
@media (max-width: 1480px) {
  /*#about.page-about .left-content {*/
  /*  width: 45%;*/
  /*}*/
  #about.page-about .left-content .text-node {
    margin: 40px 0;
  }
  #about.page-about .left-content .datum .item {
    margin-right: 48px;
  }
}
@media (max-width: 800px) {
  #about.page-about .main {
    flex-wrap: wrap;
  }
  #about.page-about .left-content {
    width: 100%;
  }
  #about.page-about .left-content .text-node {
    margin: 20px 0;
  }
  #about.page-about .left-content .datum {
    margin-bottom: 30px;
  }
  #about.page-about .left-content .datum .item {
    margin-right: 28px;
  }
  #about.page-about .pic-swiper {
    width: 100%;
    margin-right: 0;
  }
  #about.page-about .pic-swiper .swiper-change {
    display: none;
  }
}
.show-content {
  display: none;
}
.show-content .swiper-box {
  width: 72%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.show-content .swiper-box .show-icon {
  color: #ffffff;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  z-index: 99;
}
.show-content .swiper-box .show-icon > div {
  width: 100%;
  height: 100%;
}
.show-content .swiper-box .gallery .swiper-slide {
  width: 100%;
  height: 55vh;
  position: relative;
}
.show-content .swiper-box .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.show-content .swiper-box .thumb {
  width: 100%;
  margin: 5vh 0 0;
  position: relative;
  cursor: pointer;
}
.show-content .swiper-box .thumb .swiper-slide {
  transition: all 0.3s ease;
}
.show-content .swiper-box .thumb .swiper-slide .pic {
  height: 28vh;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.show-content .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active p {
  color: #13bbaf;
}
@media (max-width: 1480px) {
  .show-content .swiper-box .thumb .swiper-slide .pic {
    height: 24vh;
  }
}
@media (max-width: 800px) {
  .show-content .swiper-box .thumb .swiper-slide .pic {
    height: 20vh;
  }
}
.show-content .swiper-box .swiper-change {
  bottom: 15vh;
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.show-content.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform-origin: center center !important;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
  z-index: 999;
  padding: 5vh 5vw;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(30px);
}
@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);
  }
}
#honnor {
  background-image: url('../images/bg6.jpg');
}
#honnor .honnor-swiper {
  margin-top: 65px;
  padding-bottom: 130px;
}
#honnor .honnor-swiper .swiper-slide {
  height: 450px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#honnor .honnor-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
#honnor .honnor-swiper .swiper-slide a .pic-box {
  height: 350px;
}
#honnor .honnor-swiper .swiper-slide a .pic-box .pic {
  max-width: 100%;
  height: 90%;
  /*min-height: 220px;*/
  /*padding: 20px;*/
  /*background-image: url('../images/bg7.png');*/
  /*background-size: 100% 100%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*box-shadow: 0px 8px 30px -20px rgba(0, 0, 0, 0.3);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#honnor .honnor-swiper .swiper-slide a .pic-box .pic img {
  max-height: 100%;
}
#honnor .honnor-swiper .swiper-slide a:hover .title {
  color: #13bbaf;
}
#honnor .honnor-swiper .swiper-change {
  width: 500px;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#honnor .honnor-swiper .swiper-change .btn {
  z-index: 99;
}
#honnor .honnor-swiper .swiper-change .num-pagination {
  bottom: 0;
}
#honnor .honnor-swiper .swiper-change .num-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: transparent;
  opacity: 0.5;
}
#honnor .honnor-swiper .swiper-change .num-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  background-color: #13bbaf;
}
@media (max-width: 1480px){
    #honnor .honnor-swiper .swiper-slide{
         height: 400px;
    }
    #honnor .honnor-swiper .swiper-slide a .pic-box {
  height: 300px;
}
}
@media (max-width: 800px) {
  #honnor .honnor-swiper {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  #honnor .honnor-swiper .swiper-slide {
    height: 380px;
  }
  #honnor .honnor-swiper .swiper-slide a {
    padding: 30px 20px;
  }
  #honnor .honnor-swiper .swiper-slide a .pic-box {
    height: 300px;
  }
  #honnor .honnor-swiper .swiper-slide a .pic-box .pic {
    padding: 10px;
  }
  #honnor .honnor-swiper .swiper-change {
    width: 40%;
  }
  #honnor .honnor-swiper .swiper-change .num-pagination {
    display: none;
  }
}
#culture {
  background-image: url('../images/bg8.jpg');
}
#culture .bottom-swiper {
  position: relative;
}
#culture .bottom-swiper .main {
  max-width: 93.5%;
}
#culture .bottom-swiper .cul-swiper {
  overflow: visible;
  min-height: 470px;
}
#culture .bottom-swiper .cul-swiper .swiper-slide {
  padding-top: 255px;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .mark {
  position: relative;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  opacity: 0;
  transform: scale(0);
  background-color: #fff;
  border-radius: 50%;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .mark .circle.circle1 {
  opacity: 1;
  transform: scale(1);
}
#culture .bottom-swiper .cul-swiper .swiper-slide .mark .circle.circle2 {
  animation: waves3 5s linear infinite;
  animation-delay: 1s;
}
@keyframes waves3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box {
  width: 461px;
  height: 461px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  opacity: 0;
  padding-top: 100px;
  box-sizing: border-box;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #035ba4 0%, #13bb7a 100%);
  background-image: -webkit-linear-gradient(90deg, #035ba4 0%, #13bb7a 100%);
  background-image: -ms-linear-gradient(90deg, #035ba4 0%, #13bb7a 100%);
  box-shadow: 0px 3px 3px 0px rgba(8, 107, 100, 0.2);
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box {
  position: relative;
  z-index: 9;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box .char {
  margin-top: 35px;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box .text {
  margin-top: 14px;
  padding: 0 15%;
  box-sizing: border-box;
}

#culture .bottom-swiper .cul-swiper .swiper-slide .show-box .icon-box {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .show-box .icon-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: circle 5s linear infinite;
}
#culture .bottom-swiper .cul-swiper .swiper-slide .char {
  margin-top: 25px;
}
#culture .bottom-swiper .cul-swiper .swiper-slide.swiper-slide-next {
  padding-top: 205px;
}
#culture .bottom-swiper .cul-swiper .swiper-slide.swiper-slide-active .mark {
  display: none;
}
#culture .bottom-swiper .cul-swiper .swiper-slide.swiper-slide-active .show-box {
  top: -20px;
  opacity: 1;
}
#culture .bottom-swiper .cul-swiper .swiper-pagination {
  bottom: -20px;
}
#culture .bottom-swiper .bg {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 280px;
  left: 0;
}
@media (max-width: 800px) {
  #culture .bottom-swiper .cul-swiper {
    min-height: 320px;
    margin-top: 20px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide {
    padding-top: 0;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .mark {
    display: none;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box {
    width: 300px;
    height: 300px;
    padding-top: 60px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box {
    position: relative;
    z-index: 9;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box .char {
    margin-top: 25px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box .text-box .text {
    margin-top: 14px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box .icon-box {
    width: 70px;
    height: 70px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .show-box .icon-box img {
    width: 32px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide .char {
    margin-top: 25px;
  }
  #culture .bottom-swiper .cul-swiper .swiper-slide.swiper-slide-next {
    padding-top: 0;
  }
  #culture .bottom-swiper .main {
    max-width: 100%;
  }
}
#course {
  background-image: url('../images/bg9.jpg');
}
#course .main {
  position: relative;
  padding: 120px 0 140px;
}
#course .main .button {
  width: 3.6em;
  height: 3.6em;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  margin: 0 auto;
  color: #999;
  border-radius: 50%;
}
#course .main .button:hover {
  background-color: #13bbaf;
  border-color: #13bbaf;
  color: #fff;
}
#course .main .left {
  width: 235px;
  padding-left: 40px;
}
@media (max-width: 800px) {
  #course .main {
    padding: 80px 0;
  }
  #course .main .button {
    width: 2.5em;
    height: 2.5em;
  }
  #course .main .left {
    width: 25%;
    padding-left: 0;
  }
}
#course .content .left {
  width: 25%;
  padding-left: 40px;
  position: relative;
}
#course .content .left .swiper-change {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
#course .content .left .swiper-change .swiper-button-prev,
#course .content .left .swiper-change .swiper-button-next {
  transform: rotate(90deg);
}
#course .content .right-info {
  width: 60%;
}
@media (max-width: 800px) {
  #course .content .left {
    width: 21%;
    padding-left: 0;
  }
  #course .content .left .swiper-change {
    width: 110px;
  }
  #course .content .right-info {
    width: 76%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  
}
#course .thumb {
  height: 430px;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 auto 85px;
  text-align: center;
}
#course .thumb::after {
  content: '';
  width: 2px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 4px;
  top: 0;
  height: 100%;
}
#course .thumb .char {
  line-height: 1.6;
  position: relative;
  padding-right: 25%;
  text-align: right;
}
#course .thumb .char::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-width: 6px;
  border-color: #13bbaf;
  border-style: solid;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#course .thumb .char::after {
  content: '';
  position: absolute;
  top: 0;
  right: 3px;
  width: 4px;
  height: 0;
  background-color: #13bbaf;
  transition: all 0.4s ease-out;
}
#course .thumb .number {
    width: 220px;
  font-size: 5.625em;
  font-weight: bold;
  /*font-family: 'adineueBold', sans-serif;*/
  text-align: justify;
}
#course .thumb .swiper-slide {
  cursor: pointer;
  transition: all 0.4s ease-out;
}
#course .thumb .swiper-slide-active {
  color: #13bbaf;
}
#course .thumb .swiper-slide-active .char::before {
  opacity: 0;
}
#course .thumb .swiper-slide-active .char::after {
  height: 100%;
}
#course .thumb .swiper-progress {
  position: absolute;
  right: 4px;
  top: 0;
  height: 100%;
}
#course .thumb .swiper-progress .swiper-pagination-progressbar {
  width: 2px;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 800px) {
  #course .thumb {
    margin: 0 auto 40px;
  }
  #course .thumb .char {
    line-height: 1;
  }
  #course .thumb .char::before {
    display: none;
  }
  #course .thumb .number {
    font-size: 2em;
    margin-right: 0;
  }
}
#course .gallery {
  width: 100%;
  margin: 70px 0 0;
}
#course .gallery .txt .row {
  padding: 30px 0;
  position: relative;
  opacity: 0.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: inherit;
  text-align: left;
  text-wrap-mode: inherit!important ;
}
#course .gallery .txt .row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #13bbaf;
  transition: all 0.4s ease-out;
}
#course .gallery .txt .row .mon {
    display: inline-block;
  margin-right: 40px;
  min-width:40px;
  /*text-align: right;*/
}
#course .gallery .txt .row:hover {
  opacity: 1;
}
#course .gallery .txt .row:hover::before {
  width: 100%;
}
#course .gallery .txt .row:hover .mon {
  color: #13bbaf;
}
@media (max-width: 800px) {
  #course .gallery {
    margin: 30px 0 0;
  }
  #course .gallery .txt .row {
    padding: 15px 0;
  }
  #course .gallery .txt .row .mon {
    margin-right: 10px;
  }
}
.page-nav {
  height: 100px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  position: relative;
  z-index: 9;
}
.page-nav .item {
  height: 100px;
}
.page-nav .item:not(:last-child) {
  margin-right: 20px;
}
.page-nav .item a {
  height: 100%;
  position: relative;
  opacity: 0.8;
  padding: 0 26px;
}
.page-nav .item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #13bbaf;
  transition: all 0.4s ease;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  color: #13bbaf;
}
.page-nav .item:hover a::after,
.page-nav .item.active a::after {
  width: 100%;
}
@media (max-width: 1480px) {
    .page-nav .item a {
  padding: 0 16px;
}
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    border-bottom: none;
  }
  .page-nav .main {
    flex-wrap: wrap;
  }
  .page-nav .list {
    /*overflow-x: auto;*/
    /*white-space: nowrap;*/
    /*padding-bottom: 5px;*/
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    height: 50px;
  }
  .page-nav .list .item:not(:last-child) {
    margin-right: 10px;
  }
  .page-nav .list .item a {
    padding: 0 5px;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs a span,
#crumbs .split span {
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #13bbaf;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.pro-topcontent {
  background-image: url(../images/bg10.jpg);
  padding-bottom: 70px;
}
.pro-topcontent .content {
  width: 60%;
  margin: 0 auto;
}
.pro-topcontent .content .top-name {
  margin-bottom: 60px;
}
.pro-topcontent .content .top-name img {
  margin-right: 16px;
  width: 40px;
}
@media (max-width: 800px) {
  .pro-topcontent {
    padding-bottom: 120px;
  }
  .pro-topcontent .content {
    width: 90%;
    margin: 0 auto;
  }
  .pro-topcontent .content .top-name {
    margin-bottom: 30px;
  }
  .pro-topcontent .content .top-name img {
    margin-right: 8px;
  }
}
.pro-page {
  background-color: #f5f7f8;
}
.pro-page .product-lists .ul {
  margin-right: -3%;
}
.pro-page .product-lists .ul li {
  width: 22%;
  height: 450px;
  margin-bottom: 45px;
  margin-right: 3%;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.pro-page .product-lists .ul li a {
  width: 100%;
  height: 100%;
  padding: 28px 40px;
  position: relative;
  box-sizing: border-box;
}
.pro-page .product-lists .ul li a .pic {
  width: 100%;
  height: 320px;
}
.pro-page .product-lists .ul li a .pic img {
  max-width: 90%;
  max-height: 80%;
}
.pro-page .product-lists .ul li a:hover .title {
  color: #13bbaf;
}

.pro-details .top-content .left-info {
  width: 40%;
}
.pro-details .top-content .left-info .title {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-details .top-content .left-info .text-node {
  margin-top: 20px;
}
.pro-details .top-content .swiper-box {
  width: 50%;
  position: relative;
}

/*.pro-details .top-content .swiper-box::before {*/
/*  content: '';*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  position: absolute;*/
/*  top: 10%;*/
/*  left: 50%;*/
/*  border-radius: 50%;*/
/*  background-color: #f5f6f7;*/
/*  transform: translateX(-50%);*/
/*}*/
.pro-details .top-content .swiper-box .gallery .swiper-slide {
  width: 100%;
  height: 500px;
  position: relative;
}
.pro-details .top-content .swiper-box .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
}
.pro-details .top-content .swiper-box .gallery .swiper-slide .oppress img {
  max-width: 90%;
  max-height: 90%;
}
/*.pro-details .top-content .swiper-box .gallery .swiper-slide::after {*/
/*  content: '';*/
/*  width: 323px;*/
/*  height: 77px;*/
/*  position: absolute;*/
/*  bottom: 20px;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  background-image: url('../images/circle2.png');*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100%;*/
/*  background-position: center;*/
/*}*/
.pro-details .top-content .swiper-box .thumb {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1480px) {
  .pro-details .top-content .swiper-box .thumb {
    width: 70%;
  }
}
.pro-details .top-content .swiper-box .thumb .swiper {
  width: 58%;
}
.pro-details .top-content .swiper-box .thumb .swiper-slide {
  height: 88px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-color: #c3c3c3;
  border-style: solid;
  border-radius: 8px;
  background-color: #f5f6f7;
  box-sizing: border-box;
}
.pro-details .top-content .swiper-box .thumb .swiper-slide img {
 width: 100%;
  height: 100%;
}
@media (max-width: 1680px) {
  .pro-details .top-content .swiper-box .thumb .swiper-slide {
    height: 70px;
  }
}
@media (max-width: 1480px) {
  .pro-details .top-content .swiper-box .thumb .swiper-slide {
    height: 60px;
  }
}
@media (max-width: 800px) {
  .pro-details .top-content .swiper-box .thumb .swiper-slide {
    height: 50px;
  }
}
.pro-details .top-content .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #13bbaf;
}
.pro-details .top-content .swiper-box .thumb .swiper-change2 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
.pro-details .bottom-details .top-title {
  height: 100px;
  background-color: #f5f6f7;
}
.pro-details .bottom-details .top-title img {
  margin-right: 10px;
}
.pro-details .details-content .item {
  padding-bottom: 54px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-details .details-content .item .caption {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.pro-details .details-content .item .caption .num {
  opacity: 0.1;
  font-size: 72px;
  font-weight: 700;
}
.pro-details .details-content .item .caption .title {
  margin-top: -50px;
  background-color: #fff;
}
.pro-details .details-content .item .info {
  line-height: 1.8;
  margin-top: 50px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 800px) {
  .pro-details .top-content {
    flex-wrap: wrap;
  }
  .pro-details .top-content .left-info {
    width: 100%;
  }
  .pro-details .top-content .left-info .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .pro-details .details-content .item .caption .title .f40{
      font-size: 18px;
  }
  .pro-details .top-content .left-info .text-node {
    margin: 20px 0 30px;
  }
  .pro-details .top-content .left-info .text-node p {
    margin-bottom: 20px;
  }
  .pro-details .top-content .swiper-box {
    width: 100%;
  }
  .pro-details .top-content .swiper-box::before {
    width: 300px;
    height: 300px;
  }
  .pro-details .top-content .swiper-box .gallery .swiper-slide {
    width: 100%;
    height: 300px;
  }
  .pro-details .top-content .swiper-box .gallery .swiper-slide .oppress {
    max-width: 80%;
    margin: 0 auto;
  }
  /*.pro-details .top-content .swiper-box .gallery .swiper-slide::after {*/
  /*  content: '';*/
  /*  width: 250px;*/
  /*  height: 47px;*/
  /*  bottom: 0;*/
  /*}*/
  .pro-details .top-content .swiper-box .thumb {
    width: 100%;
    margin-top: 10px;
  }
  .pro-details .bottom-details .top-title {
    height: 60px;
  }
  .pro-details .bottom-details .top-title img {
    margin-right: 6px;
  }
  .pro-details .details-content .item {
    padding-bottom: 34px;
    padding-top: 20px;
  }
  .pro-details .details-content .item .caption .num {
    font-size: 55px;
  }
  .pro-details .details-content .item .caption .title {
    margin-top: -50px;
    background-color: #fff;
  }
  .pro-details .details-content .item .info {
    line-height: 1.6;
    margin-top: 30px;
  }
}
.case-page .case-lists .ul {
  margin-right: -3.33%;
}
.case-page .case-lists .ul li {
  width: 30%;
  margin-bottom: 65px;
  margin-right: 3.33%;
}
.case-page .case-lists .ul li a {
  width: 100%;
}
.case-page .case-lists .ul li a .oppress {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  position: relative;
}
.case-page .case-lists .ul li a .oppress::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
  background-image: -moz-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(19, 187, 175, 0.7) 0%, transparent 100%);
  border-radius: 16px;
  z-index: 1;
}
.case-page .case-lists .ul li a .oppress .icon-box {
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
}
.case-page .case-lists .ul li a .oppress .icon-box .icon {
  transition: all 0.4s ease;
}
.case-page .case-lists .ul li a .info .title {
  margin: 30px 0 20px;
}
.case-page .case-lists .ul li a .info .desc p {
  margin-bottom: 10px;
}
.case-page .case-lists .ul li a .info .desc p:last-child {
  margin-bottom: 0;
}
.case-page .case-lists .ul li a:hover .title {
  color: #13bbaf;
}
.case-page .case-lists .ul li a:hover .oppress::before {
  height: 50%;
}
.case-page .case-lists .ul li a:hover .oppress .icon-box {
  background-color: #13bbaf;
  color: #fff;
}
.case-page .case-lists .ul li a:hover .oppress .icon-box .icon {
  transform: rotate(-45deg);
}
@media (max-width: 1480px) {
  .case-page .case-lists .ul li a .oppress {
    height: 320px;
  }
}
@media (max-width: 800px) {
  .case-page .case-lists .ul {
    margin-right: 0;
  }
  .case-page .case-lists .ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .case-page .case-lists .ul li a .oppress {
    height: 250px;
  }
  .case-page .case-lists .ul li a .oppress .icon-box {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .case-page .case-lists .ul li a .info .title {
    margin: 20px 0 10px;
  }
}
.case-details .case-content {
  background-image: url(../images/bg11.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.case-details .case-content .top-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.case-details .case-content .top-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #13bbaf;
}
.case-details .case-content .left {
  width: 45%;
  height: 458px;
  border-radius: 16px;
}
.case-details .case-content .right-info {
  width: 50%;
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.case-details .details-content .title {
  margin-top: 40px;
}
@media (max-width: 800px) {
  .case-details .case-content .top-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .case-details .case-content .left {
    width: 100%;
    height: 258px;
  }
  .case-details .case-content .right-info {
    width: 100%;
    padding: 30px 0;
    line-height: 1.6;
    border-top: none;
  }
  .case-details .details-content .title {
    margin-top: 20px;
  }
}
.news-topcontent {
  /*background-image: url(../images/bg12.png);*/
  /*background-position: center top;*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  background-color: #f5f7f8;
}
.news-topcontent .top-news .ul {
  margin-right: -3.33%;
}
.news-topcontent .top-news .ul li {
  width: 30%;
  margin-right: 3.33%;
}
.news-topcontent .top-news .ul li a {
  width: 100%;
}
.news-topcontent .top-news .ul li a .oppress {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  position: relative;
}
.news-topcontent .top-news .ul li a .oppress .icon-box {
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
}
.news-topcontent .top-news .ul li a .oppress .icon-box .icon {
  transition: all 0.4s ease;
}
.news-topcontent .top-news .ul li a .info .date {
  margin: 30px 0 20px;
}
.news-topcontent .top-news .ul li a:hover .title {
  color: #13bbaf;
}
.news-topcontent .top-news .ul li a:hover .oppress .icon-box {
  background-color: #13bbaf;
  color: #fff;
}
.news-topcontent .top-news .ul li a:hover .oppress .icon-box .icon {
  transform: rotate(-45deg);
}
@media (max-width: 1480px) {
  .news-topcontent .top-news .ul li a .oppress {
    height: 320px;
  }
}
@media (max-width: 800px) {
  .news-topcontent .top-news .ul {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .news-topcontent .top-news .ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .news-topcontent .top-news .ul li:last-child {
    margin-bottom: 0;
  }
  .news-topcontent .top-news .ul li a .oppress {
    height: 250px;
  }
  .news-topcontent .top-news .ul li a .oppress .icon-box {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .news-topcontent .top-news .ul li a .info .date {
    margin: 20px 0 10px;
  }
}
.news-lists-box .news-lists .ul li {
  margin-bottom: 50px;
}
.news-lists-box .news-lists .ul li a {
  padding: 46px 70px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.news-lists-box .news-lists .ul li a .oppress {
  width: 25%;
  height: 240px;
  border-radius: 16px;
}
.news-lists-box .news-lists .ul li a .info {
  width: 71%;
}
/*.news-lists-box .news-lists .ul li a .info .top-box {*/
/*  margin: 0 0 40px;*/
/*}*/
.news-lists-box .news-lists .ul li a .info .top-box .date {
  margin-right: 35px;
  text-align: center;
  opacity: 0.7;
}
.news-lists-box .news-lists .ul li a .info .top-box .title {
  width: 87%;
}
.news-lists-box .news-lists .ul li a:hover .title {
  color: #13bbaf;
}
@media (max-width: 800px) {
  .news-lists-box .news-lists .ul li {
    margin-bottom: 20px;
  }
  .news-lists-box .news-lists .ul li a {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
  }
  .news-lists-box .news-lists .ul li a .oppress {
    width: 35%;
    height: 120px;
  }
  .news-lists-box .news-lists .ul li a .info {
    width: 60%;
  }
  .news-lists-box .news-lists .ul li a .info .top-box {
    margin: 0 0 10px;
    flex-wrap: wrap;
  }
  .news-lists-box .news-lists .ul li a .info .top-box .date {
    display: none;
  }
  .news-lists-box .news-lists .ul li a .info .top-box .title {
    width: 100%;
  }
}
.news-details .top-box .back .char {
  margin-left: 10px;
}
.news-details .top-box .back .icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #f4f3f3;
  text-align: center;
  line-height: 47px;
}
.news-details .top-box .back:hover {
  color: #13bbaf;
  opacity: 1;
}
.news-details .top-box .back:hover .icon {
  color: #fff;
  background-color: #13bbaf;
}
.news-details .article {
  margin: 75px auto 0;
  width: 50%;
}
.news-details .article .tag-box {
  margin: 25px 0 45px;
}
.news-details .article .tag-box .date {
  margin-right: 40px;
}
.news-details .article .desc {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.news-details .article .info{
    opacity: 1;
    /*background-color: rgba(19, 187, 175,.3);*/
    /*padding: 40px 50px;*/
    /*border-radius: 16px;*/
    box-sizing: border-box;
    margin-bottom: 30px;
    /*border-left: 6px solid #13bbaf;*/
    background: #f7f9fb ;
border-left: 5px solid #13BBAF ;
padding: 24px;
border-radius: 8px;
max-width: 100%;
/*margin: 0 auto;*/
font-size: 18px;
line-height: 2;
text-align: justify;
}
.news-details .article .desc a {
  display: inline-block;
}
.news-details .btn-box {
  margin-top: 90px;
  padding: 30px 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .btn-box a {
  opacity: 0.9;
}
.news-details .btn-box a.text-over {
  width: 30%;
}
.news-details .btn-box a:hover {
  opacity: 1;
  color: #13bbaf;
}
.news-details .btn-box .back .icon {
  margin-right: 10px;
}
@media (max-width: 1480px){
    .news-details .article {
  width: 60%;
}
}
@media (max-width: 800px) {
  .news-details .top-box {
    flex-wrap: wrap;
    padding-top: 30px;
    position: relative;
  }
  .news-details .top-box .back {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .news-details .article {
    margin: 35px auto 0;
    width: 100%;
  }
  .news-details .article .tag-box {
    margin: 15px 0 30px;
  }
  .news-details .article .tag-box .date {
    margin-right: 10px;
  }
  .news-details .article .desc {
    line-height: 1.6;
  }
  .news-details .article .desc img{
      width: 100%!important;
      height: auto!important;
  }
  .news-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .news-details .btn-box a.text-over {
    width: 46%;
  }
  .news-details .btn-box .back {
    display: none;
  }
}
#connect .connect-info .ul {
  height: 324px;
}
#connect .connect-info .ul li {
    width: 33.33%;
  height: 100%;
  /*padding-right: 50px;*/
  /*margin-right: 50px;*/
  padding-top: 44px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
#connect .connect-info .ul li:nth-of-type(3),
#connect .connect-info .ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#connect .connect-info .ul li:nth-of-type(2) .info .phone-container {
  
  width: 180px;
  margin: 0 auto;
}
#connect .connect-info .ul li:nth-of-type(2) .info .phone-container text{
    fill:#393939;
}
/* #connect .connect-info .ul li:nth-of-type(2) .info .phone-container p::after{*/
/*  content: '';*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*}*/
#connect .connect-info .ul li .info .f18 {
  margin: 30px 0 25px;
}
#connect .connect-info .ul .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #13bbaf;
  box-shadow: 0px 3px 6px 0px rgba(19, 187, 175, 0.3);
  margin: 0 auto;
}
#connect .connect-info .ul .icon-box .icon {
  color: #fff;
  font-size: 30px;
}
#connect #map {
  height: 600px;
  border-radius: 20px;
  /*margin: 70px 0;*/
}
#connect .top-box{
    margin-top: 50px;
}
#connect .top-box .h3{
    margin-right: 50px;
}
@media (max-width: 1480px) {
  #connect .connect-info .ul li {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  #connect .connect-info {
    /*margin: 40px 0;*/
  }
  #connect .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
  }
  #connect .connect-info .ul li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0;
  }
  #connect .connect-info .ul li:last-child {
    border-bottom: none;
  }
  #connect .connect-info .ul li .info .f18 {
    margin: 20px 0 10px;
  }
  #connect .connect-info .ul .icon-box {
    width: 42px;
    height: 42px;
  }
  #connect .connect-info .ul .icon-box .icon {
    font-size: 20px;
  }
  #connect #map {
    height: 400px;
    /*margin: 30px 0;*/
  }
  #connect .connect-info .ul li:nth-of-type(3),
#connect .connect-info .ul li:last-child {
  padding-right: 20px;
}
}
.connect-form {
  background-image: url('../images/bg13.jpg');
}
.connect-form .main {
  align-items: flex-start;
}
.connect-form .form {
  width: 60%;
  margin-top: 60px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 68px;
  border-radius: 16px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
  padding: 0 15px;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 280px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 70px;
  border-radius: 16px;
  background-color: #13bbaf;
  box-shadow: 0px 3px 6px 0px rgba(19, 187, 175, 0.3);
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
#aside {
  width: 55px;
  position: fixed;
  z-index: 2000;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
#aside .item {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 28px;
  color: #13bbaf;
}
#aside .item.toTop {
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
#aside .item.toTop.on {
  transform: translateX(0);
}
#aside .item .cc {
  width: 100%;
  height: 55px;
  border-radius: 0;
  transition: all 0.4s ease-out;
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  border-radius: 6px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  width: 150px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
#aside .item .content .char {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active ,
#aside .item:hover {
  color: #fff;
  background-color: #13bbaf;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-right: 0;
}
#aside .bottom {
  width: 55px;
  height: 108px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 28px 28px 28px 28px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
    right: 5px;
  }
  #aside .item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #aside .item .cc {
    height: 40px;
  }
  #aside .bottom {
    width: 40px;
    height: 88px;
    border-radius: 20px;
    margin-top: 10px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside .full {
    display: none;
  }
}

#job {
  background-image: url('../images/bg12.jpg');
}
#job .list {
  width: 100%;
  margin-top: 60px;
}
#job .list .top {
  color: #fff;
  background-color: #13bbaf;
  height: 4em;
  border-radius: 16px;
}
#job .list .top .icon {
  display: none;
}
#job .list .top,
#job .list .dt {
  text-align: center;
  padding-right: 50px;
  box-sizing: border-box;
}
#job .list .top span,
#job .list .dt span {
  width: 10%;
  display: inline-block;
}
#job .list .top span:nth-of-type(1),
#job .list .dt span:nth-of-type(1) {
  width: 5%;
}
#job .list .top span:nth-of-type(2),
#job .list .dt span:nth-of-type(2) {
  width: 25%;
  text-align: left;
}
@media (max-width: 800px) {
  #job .list .top span,
  #job .list .dt span {
    width: 20%;
  }
  #job .list .top span:nth-of-type(2),
  #job .list .dt span:nth-of-type(2) {
    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;
  border-radius: 16px;
}
#job .list .dt:hover {
  background-color: #fff;
}
#job .list .dt .icon {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #13bbaf;
  transition: all 0.4s ease-out;
  transform: rotateZ(-180deg);
}
#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: 20px;
  color: #fff;
  background-color: #13bbaf;
  border-radius: 25px;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  border: none;
}
#job .list .dd .more .icon-box {
  color: #13bbaf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  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;
}
/*#job #banner{*/
/*    height: 700px;*/
/*}*/
#job #banner .main,#job #banner .banner-swiper{
    height: 100%;
}
@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 {
  margin-bottom: 30px;
}
@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: transparent;
}
#job .list .row:hover .dt {
  background-color: #fff;
}

#footer .share-box {
 /*position: absolute;*/
 /*top: 0;*/
 /*right: 20px;*/
 margin-top: 15px;
}
.spe-gzwm .share-box .share .cc,
#footer .share-box .share .cc {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.spe-gzwm .share-box .share .cc .icon{
    display: block;
}
#footer .share-box .share .cc .icon {
  display: block;
  color: rgba(255,255,255,.7);
}
.spe-gzwm .share-box .share .cc .fade,
#footer .share-box .share .cc .fade {
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 88;
  padding-bottom: 20px;
  display: none;
}
.spe-gzwm .share-box .share .cc .fade .content,
#footer .share-box .share .cc .fade .content {
  background-color: #fff;
  border-radius: 6px;
  width: 140px;
  padding: 10px;
  box-sizing: border-box;
}
.spe-gzwm .share-box .share .cc .fade .pic,
#footer .share-box .share .cc .fade .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.spe-gzwm .share-box .share .cc .fade .pic img ,
#footer .share-box .share .cc .fade .pic img {
  width: 100%;
  height: 100%;
}
.spe-gzwm .share-box .share .cc .fade::after,
#footer .share-box .share .cc .fade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
.spe-gzwm .share-box .share .cc:hover .fade,
#footer .share-box .share .cc:hover .fade {
  margin-bottom: -8px;
  display: block;
}
.spe-gzwm .share-box .cc:hover .icon-weixin,
#footer .share-box .cc:hover .icon-weixin{
    color: green;
}
.spe-gzwm  .share-box .cc:hover .icon-xiaohongshu,
#footer .share-box .cc:hover .icon-xiaohongshu{
    color: red;
}

.pro-subset .item .pro-nav {
  margin: 40px 0;
}
.pro-subset .item .pro-nav a {
  margin-right: 0;
  width: 25%;
  white-space: wrap;
  
}
.pro-subset .item .pro-nav a:last-child{
    margin-right: 0;
}
.pro-subset .item .pro-nav a.on {
  color: #13bbaf;
}
.new-pro-page {
  height: calc(100vh + 120px );
  box-sizing: border-box;
  /*padding: 40px 0;*/
}
.new-pro-page .item {
  box-sizing: border-box;
}
/*.new-pro-page .item .icon-box{*/
/*    height: 86px;*/
/*}*/
.new-pro-page .item .name {
  line-height: 1.8;
  margin: 25px 0 60px;
  
}
.new-pro-page .middle {
  width: 48%;
  padding: 300px 0 0;
  transition: all .6s ease;
  position: relative;
  margin-top: 53px;
}
.new-pro-page .middle .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
     width: 100%;
}
.new-pro-page .middle .bg img{
    animation: circle 30s linear infinite;
}
.new-pro-page .middle .name {
  margin: 25px 0 20px;
}
.new-pro-page .middle .info{
    max-width: 65%;
    margin: 0 auto;
}
.new-pro-page .middle .info p {
  margin-top: 15px;
}
.new-pro-page .left-box,
.new-pro-page .right-box {
  width: 26%;
  height: 100%;
 
  box-sizing: border-box;
  position: relative;
  /*-webkit-mask-image: radial-gradient(*/
  /*      circle at center, */
  /*      rgba(0, 0, 0, 1) 0%, */
  /*      rgba(0, 0, 0, 1) 100%*/
  /*  );*/
  /*  mask-image: radial-gradient(*/
  /*      circle at center, */
  /*      rgba(0, 0, 0, 1) 0%, */
  /*      rgba(0, 0, 0, 1) 100%*/
  /*  );*/
}
.new-pro-page .left-box .icon-box,
.new-pro-page .right-box .icon-box{
  /*  width: 80px;*/
  /*  height:80px;*/
  /*   border-radius: 50%;*/
  /*background-color: rgba(255, 255, 255,.4);*/
  /*margin:  0 auto ;*/

}
.new-pro-page .left-box .icon-box img,
.new-pro-page .right-box .icon-box img{
    width: 55px;
    margin: 0 auto;
}
.new-pro-page .left-box .info,
.new-pro-page .right-box .info {
  border-top: 1px solid #fff;
  border-radius: 16px;
  padding: 60px 0;
  width: 325px;
  margin: 0 auto;
}
.new-pro-page .left-box .info p,
.new-pro-page .right-box .info p {
  margin-bottom: 14px;
}
.new-pro-page .left-box {
  /*background-image: url('../images/lbg.png');*/
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 300px 5% 100px 0;
}
.new-pro-page .right-box {
  /*background-image: url('../images/rbg.png');*/
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 300px 0 100px 5%;
}

/* .new-pro-page .left-box::before, .new-pro-page .right-box::before {*/
/*    content: '';*/
/*      position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
    
    /* 使用mask实现消融效果 */
/*    mask-image: radial-gradient(*/
/*        circle at 50% 50%,*/
/*        transparent 0%,*/
/*        transparent 40%,*/
/*        black 70%,*/
/*        black 100%*/
/*    );*/
/*    -webkit-mask-image: radial-gradient(*/
/*        circle at 50% 50%,*/
/*        transparent 0%,*/
/*        transparent 40%,*/
/*        black 70%,*/
/*        black 100%*/
/*    );*/
/*    mask-size: 100% 100%;*/
/*    -webkit-mask-size: 100% 100%;*/
/*    opacity: 0;*/
/*    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*}*/

/* 鼠标移入时的消融效果 */
/* .new-pro-page .left-box:hover::before , .new-pro-page .right-box:hover::before{*/
/*   opacity: 1;*/
    /* 可选的动画效果：遮罩扩散 */
/*    mask-image: radial-gradient(*/
/*        circle at 50% 50%,*/
/*        transparent 0%,*/
/*        transparent 30%,*/
/*        black 60%,*/
/*        black 100%*/
/*    );*/
/*    -webkit-mask-image: radial-gradient(*/
/*        circle at 50% 50%,*/
/*        transparent 0%,*/
/*        transparent 30%,*/
/*        black 60%,*/
/*        black 100%*/
/*    );*/
/*}*/
@keyframes dissolve-out {
    0% {
        -webkit-mask-image: radial-gradient(
            circle at center, 
            rgba(0, 0, 0, 1) 0%, 
            rgba(0, 0, 0, 1) 100%
        );
        mask-image: radial-gradient(
            circle at center, 
            rgba(0, 0, 0, 1) 0%, 
            rgba(0, 0, 0, 1) 100%
        );
    }
    100% {
        -webkit-mask-image: radial-gradient(
            circle at center, 
            rgba(0, 0, 0, 1) 30%, 
            rgba(0, 0, 0, 0) 70%
        );
        mask-image: radial-gradient(
            circle at center, 
            rgba(0, 0, 0, 1) 30%, 
            rgba(0, 0, 0, 0) 70%
        );
    }
}
 /*.new-pro-page .left-box:hover,.new-pro-page .right-box:hover{*/
 /*   animation: dissolve-out 1s forwards;*/
 /*}*/


 .new-pro-page .left-box> div , .new-pro-page .right-box> div{
    position: relative;
    z-index: 2;
}
/* .new-pro-page .middle:hover {*/
/*  width: 35%;*/
/*}*/
.new-pro-page2 .lists {
  margin-right: -30px;
}
.new-pro-page2 .lists a {
  flex: 1;
  height: 620px;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.new-pro-page2 .lists a .pic {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
}
.new-pro-page2 .lists a .pic::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
  background-image: -moz-linear-gradient(90deg, #13bbaf 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #13bbaf 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #13bbaf 0%, transparent 100%);
  z-index: 8;
}
.new-pro-page2 .lists a .info-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
  box-sizing: border-box;
  z-index: 88;
}
.new-pro-page2 .lists a .info-box .text-node {
  display: none;
  margin-top: 30px;
  opacity: 1;
}
.new-pro-page2 .lists a:hover {
  flex: 2;
}
.new-pro-page2 .lists a:hover .pic::before {
  height: 60%;
}
.new-pro-page2 .lists a:hover .info-box .text-node {
  display: block;
}
.pro-details .top-content .left-info .top-box .spe-logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 145px;
    max-height: 70px;
}
.pro-details .bottom-details .top-title {
  height: 100px;
  background-image: -moz-linear-gradient(0deg, #13bbaf 0%, #ffc107 100%);
  background-image: -webkit-linear-gradient(0deg, #13bbaf 0%, #ffc107 100%);
  background-image: -ms-linear-gradient(0deg, #13bbaf 0%, #ffc107 100%);
}
.pro-details .bottom-details .top-title img {
  filter: brightness(100);
}
.pro-details .details-content .item {
  width: 48%;
  padding-top: 60px;
}
.pro-details .details-content .item .caption {
  border-bottom: 2px solid #13bbaf;
}
.new-pro-page3 .product-lists .ul li {
  width: 45%;
  height: 320px;
}
.new-pro-page3 .product-lists .ul li a .pic {
  width: 50%;
  height: 100%;
}
.new-pro-page3 .product-lists .ul li a .text {
  width: 50%;
  line-height: 1.6;
}
@media (max-width: 1780px) {
    .new-pro-page .middle {
  padding: 250px 0 0;
}
.new-pro-page .left-box,
.new-pro-page .right-box{
    padding-top:250px;
}
}
@media (max-width: 1580px) {
    .new-pro-page .middle {
  padding: 200px 0 0;
}

}
@media (max-width: 1480px) {
/*    .new-pro-page .middle {*/
/*  width: 36%;*/
/*}*/
.new-pro-page .left-box .info, .new-pro-page .right-box .info {
    
    width: 80%;
}
.new-pro-page .middle {
  padding: 180px 0 0;
}
.new-pro-page .middle .name {
  margin: 25px 0 20px;
}
.new-pro-page .middle .info{
  width: 60%;
  margin: 0 auto;
}
.new-pro-page .middle .info p {
  margin-top: 9px;
}
}
@media (max-width: 1280px) {
    .new-pro-page .middle {
  padding: 150px 0 0;
}
.new-pro-page .left-box,
.new-pro-page .right-box{
    padding-top:150px;
}
}
@media (max-width: 1080px) {
    .new-pro-page .item .info{
  width: 100%;
  transform: scale(.8);
  margin-top: -80px;
}
.new-pro-page .middle .info p {
    margin-top: 10px;
}
.pro-subset .item{
    margin-bottom: 40px;
}
.pro-subset .item .pro-nav{
    flex-wrap: wrap;
    margin: 20px 0;
}
.pro-subset .item .pro-nav a {
 
  width: 100%;
}
.pro-subset .item .flex-between{
     flex-wrap: wrap;
}
}
@media (max-width: 800px) {
    .new-pro-page .middle .info{
    max-width: 85%;
}
  .pro-page .product-lists .ul {
    margin-right: 0;
  }
  .pro-page .product-lists .ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .pro-page .product-lists .ul li a {
    padding: 28px;
    flex-wrap: wrap;
  }
  .new-pro-page3 .product-lists .ul li a .text,
  .new-pro-page3 .product-lists .ul li a .pic{
       width: 100%;
  }
  .pro-page .product-lists .ul li a .pic {
    width: 100%;
    height: 280px;
  }
  .new-pro-page2 .lists{
      flex-wrap: wrap;
  }
  .new-pro-page2 .lists a{
      width:100%;
      flex: inherit;
      height: 320px;
  }
  .new-pro-page2 .lists a .info-box {
    
    padding: 30px;
}
.pro-subset .item .flex-between{
     justify-content:flex-start;
}
.pro-subset .item .flex-between a{
    margin-right: 20px;
}
.new-pro-page {
    height:780px;
}
    .new-pro-page .middle {
        padding:  0;
        margin: 0 -10% ;
    }
.new-pro-page .item .name {
  line-height: 1.2;
  margin: 25px 0 ;
  font-size: 12px;
}
.new-pro-page .middle .name {
  margin: 25px 0 0;
}
.new-pro-page .middle .bg{
    display: none;
}
.new-pro-page .left-box, .new-pro-page .right-box{
    width: 30%;
}
.new-pro-page .left-box{
      /*background-size: 130% 100%;*/
      /*margin-right: -20%;*/
      padding-right: 10%;
}
.new-pro-page .right-box{
             /*background-size: 130% 100%;*/
        /*margin-left: -20%;*/
        padding-left: 10%;
}
.new-pro-page .middle .info .highlight-item{
    /*width: auto;*/
    word-break: break-all;
}
}
.new-pro-page .middle .info .highlight-item{
    width: auto;
    /*word-break: break-all;*/
}