@import "../font/iconfont.css";
html {
  font-family: 'SourceHanSansSC', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #3472b8;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .text-node {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
.mt60 {
  margin-top: 60px;
}
.mtop80 {
  margin-top: -80px;
  position: relative;
  z-index: 88;
}
.spe-txtbg {
  background: linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -webkit-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -moz-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -o-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  color: transparent;
  -webkit-background-clip: text;
}
.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;
}
.f42 {
  font-size: 42px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1580px) {
  .pa,
  .pt {
    padding-top: 60px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1580px) {
  .pt,
  .pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 40px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #3472b8;
}
.maincolor2 {
  color: #27a080;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
/* 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;
}
.same-mark {
  position: relative;
  z-index: 10;
}
.same-mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -0.1rem;
  border-radius: 50%;
}
.same-mark .circle.circle2 {
  transform: scale(0.3);
  margin: -0.1rem 0 0 -0.1rem;
  background-color: #ffffff;
}
.same-mark .circle.circle3 {
  margin: -0.1rem 0 0 -0.1rem;
  transform: scale(0);
}
.more {
  cursor: pointer;
  transition: all 0.4s ease;
}
.more .icon-box {
  width: 56px;
  height: 56px;
  margin-left: 6px;
  transition: all 0.4s ease;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 45px;
    height: 45px;
  }
}
.more:hover .icon-box {
  transform: rotate(45deg);
}
.more.spe-more {
  width: 186px;
  height: 56px;
  background-image: url("../images/btn-bg4.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 28px;
}
.more.spe-more .icon {
  transform: rotate(-45deg);
  margin-left: 10px;
  font-size: 18px;
  transition: all 0.4s ease;
}
.more.spe-more:hover {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
.more.spe-more:hover .icon{
    transform: rotate(0);
}
.more.active-more {
  border-bottom: 1px solid #3472b8;
}
.more.active-more span {
  color: #3472b8;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #3472b8;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #3472b8;
  border-color: #3472b8;
  opacity: 1;
}
.more.white-more {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.more.white-more .mark .circle.circle1 {
  border: 1px solid #fff;
}
.more.white-more .mark .circle.circle2 {
  background-color: #ffffff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go {
  opacity: 0.9;
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #3472b8;
  border-color: #3472b8;
}
.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);
}
.go.gray .icon-box {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.same-title .title {
  font-size: 50px;
}
@media (max-width: 1480px) {
  .same-title .title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .same-title .title {
    font-size: 26px;
  }
}
.same-title .en {
  margin-top: 8px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 400;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
.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: #3472b8;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(52, 114, 184, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(52, 114, 184, 0.3);
}
.same-circle.colfff i {
  background-color: #fff;
}
.same-circle.colfff i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.colfff i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1580px) {
  .f20 {
    font-size: 18px;
  }
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f42 {
    font-size: 36px;
  }
  .f24 {
  font-size: 20px;
}
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f24 {
  font-size: 18px;
}
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 20px;
  }
  .f32 {
    font-size: 21px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f42 {
    font-size: 26px;
  }
  .f45 {
    font-size: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mtop80 {
    margin-top: -40px;
  }
  .lh15 {
    line-height: 1.4;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
  color: #fff;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 3em;
  font-size: 18px;
  width: 2.8em;
  height: 2.8em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  box-sizing: border-box;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-image: url('../images/btn-bg3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 2.8em;
}
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 {
  content: "\e60f";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e60e";
}
ul.pagination li:last-child:hover {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
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: 10em;
    min-width: 110px;
  }
/*@media (max-width: 1480px) {*/
/*  .logo {*/
/*    max-width: 14em;*/
/*    min-width: 120px;*/
/*  }*/
/*}*/
@media (max-width: 768px) {
  .logo {
    max-width: 6em;
    min-width: 125px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1300px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
/*@media (max-width: 1180px) {*/
/*  .main {*/
/*    max-width: 1000px;*/
/*  }*/
/*}*/
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #3472b8;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #3472b8;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #3472b8;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #3472b8;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #3472b8;
}
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: #3472b8;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #3472b8;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #3472b8;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
.toTop.on {
  transform: none;
  right: 0.3rem;
}
.toTop:hover {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change.spe-change .btn {
  width: 56px;
  height: 56px;
  background-image: url('../images/btn-bg3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn:hover {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
.swiper-change.spe-change .btn:hover .icon {
  opacity: 1;
}
.swiper-change.spe-change .btn.swiper-button-next {
  padding-left: 4px;
  box-sizing: border-box;
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #3472b8;
  border-color: #3472b8;
}
.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: #3472b8;
}
.swiper-change.spe-change2 .btn {
  color: #3472b8;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #3472b8;
}
.swiper-change.spe-change2 .box {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 20px;
  left: 20%;
}
.swiper-change.spe-change2 .box .middle-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3472b8;
  position: relative;
}
.swiper-change.spe-change2 .box .middle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  color: #fff;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn.gary {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-change.spe-change3 .btn.gary:hover {
  background-color: #3472b8;
}
.swiper-change.spe-change3 .btn:hover {
  background-color: #3472b8;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-button-prev:hover{
    animation: btnleft 1s ease forwards ;
}
.swiper-change.spe-change4 .swiper-button-next:hover{
    animation: btnright 1s ease forwards ;
}
@keyframes btnright{
    0%{
        transform: translateX(0) rotate(180deg);
    }
    50%{
        transform: translateX(5px) rotate(180deg);
    }
    100%{
        transform: translateX(0) rotate(180deg);
    }
}
@keyframes btnleft{
    0%{
        transform: translateX(0) ;
    }
    50%{
        transform: translateX(-5px) ;
    }
    100%{
        transform: translateX(0) ;
    }
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -12px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.25);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: #fff;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-size: 100% 200%;
  margin: 15px auto 0;
  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: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 6%;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 120px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .search {
  font-size: 1.5em;
  color: #3472b8;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #3472b8;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  width: 100%;
  z-index: 206;
  position: absolute;
  height: 100px;
  transition: all 0.4s ease-in-out;
}
#header .main {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn .middle-item {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-image: url('../images/btn-bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 50%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header .right-box .search {
  width: 45px;
  height: 45px;
  background-image: url('../images/btn-bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#header.page-header #navbar .interaction a {
  opacity: 0.7;
}
#header.page-header #navbar .interaction a::after {
  background-color: #3472b8;
}
#header.page-header #navbar .interaction:hover a,
#header.page-header #navbar .interaction.active a {
  opacity: 1;
  color: #3472b8;
}
#header.fixed-header {
  background-color: #fff;
}
#header.fixed-header #navbar {
  color: #000;
}
#header.fixed-header #navbar .interaction a {
  opacity: 0.7;
}
#header.fixed-header #navbar .interaction a::after {
  background-color: #3472b8;
}
#header.fixed-header #navbar .interaction:hover a,
#header.fixed-header #navbar .interaction.active a {
  opacity: 1;
  color: #3472b8;
}
#header.fixed-header .language-menu__placeholder {
  color: #000;
}
#header.fixed-header .nav-btn .middle-item > .full {
  background-color: #3472b8;
}
#header.noDispaly {
  top: -180px;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1580px) {
  
  #header .language-menu {
    margin-left: 20px;
  }
}
@media (max-width: 1480px) {
  #header {
    height: 90px;
  }
  
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 800px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
  #header .right-box .search {
    display: none;
  }
  #header .language-menu {
    margin-right: 60px;
    margin-left: 0;
  }
  #header .language-menu .language-menu__placeholder .icon-diqiu {
    margin-right: 6px;
    width: 20px;
  }
  #header .language-menu__dropdown {
    left: 0;
    transform: translate(0);
  }
}
#navbar {
  height: 100%;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  opacity: 1;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgb(52, 114, 184);*/
  background-image: -moz-linear-gradient(-90deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
    color: #fff;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch.noAfter::after {
    display: none;
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
.same-title .h1 {
  font-size: 90px;
  margin-top: 20px;
}
@media (max-width: 1480px) {
  .same-title .h1 {
    font-size: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  .same-title .h1 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .same-title .h1 {
    font-size: 30px;
    margin-top: 5px;
  }
}
.language-menu {
  margin: 0 20px 0 70px;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.language-menu__placeholder {
  cursor: pointer;
  transition: color 0.3s ease;
  width: 120px;
  height: 45px;
  background-image: url('../images/btn-bg1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.language-menu__placeholder .icon-diqiu {
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.language-menu__placeholder .icon-arrow-down {
  font-size: 16px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 120%;
  z-index: 9;
  width: 120px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 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: #3472b8;
}
.language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
.language-menu:hover .language-menu__placeholder .icon-arrow-down {
  transform: rotate(-180deg);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.home-swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home-swiper > .swiper-pagination {
  right: 50px;
  bottom: auto;
  top: 45%;
}
.home-swiper > .swiper-pagination .en {
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: justify;
  opacity: 0;
}
.home-swiper > .swiper-pagination .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px;
  padding-left: 5px;
  position: relative;
}
.home-swiper > .swiper-pagination .line::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -5px;
  width: 5px;
  height: 7px;
  background-image: url('../images/sjx.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  padding: 5px 0 ;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  position: relative;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet-active .en {
  opacity: 1;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet-active .line {
  width: 160px;
  background-color: #fff;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet-active .line::after {
  opacity: 1;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet .dot{
     width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .8;
  border-radius: 50%;
}
.home-swiper > .swiper-pagination .swiper-pagination-bullet-active .dot{
    opacity: 1;
    background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
    background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
    background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);

}
.home-swiper .vertical-slide:not(:last-child) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-swiper .vertical-slide:not(:last-child) .main {
  position: relative;
  z-index: 99;
}
.home-swiper .vertical-slide:not(:last-child) .same-top-desc{
    padding-top: 30px;
}
.home-swiper .vertical-slide:not(:last-child) .same-top-desc .text-node {
  width: 55%;
  margin: 35px auto 50px;
}
.home-swiper .vertical-slide:not(:last-child) .same-nav .item {
  width: 160px;
  height: 56px;
  margin-left: 20px;
  opacity: 0.9;
  border-radius: 28px;
  cursor: pointer;
}
.home-swiper .vertical-slide:not(:last-child) .same-nav .item img {
  margin-right: 8px;
}
.home-swiper .vertical-slide:not(:last-child) .same-nav .item.on {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
.home-swiper .vertical-slide:not(:last-child) .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
.home-swiper .vertical-slide:not(:last-child).swiper-slide-active .bg {
  transform: scale(1, 1) ;
}
@media (max-width: 1580px) {
  .home-swiper .vertical-slide:not(:last-child) .same-top-desc .text-node {
    width: 70%;
    margin: 25px auto 30px;
  }
  .home-swiper .vertical-slide:not(:last-child) .same-top-desc{
    padding-top: 0;
}
}
@media (max-width: 800px) {
  .home-swiper {
    height: auto;
  }
  .home-swiper .vertical-slide:not(:last-child) {
    height: auto;
  }
  .home-swiper .vertical-slide:not(:last-child) .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-swiper .vertical-slide:not(:last-child) .same-top-desc .text-node {
    width: 100%;
    margin: 25px auto 30px;
  }
  .home-swiper > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer {
  display: block;
  background-color: #23262c;
}
#footer .container{
    padding-bottom: .28rem;
}
#footer .container .left-box{
    padding-right:8%;
    margin-right: 5%;
    border-right: 1px solid rgba(255,255,255,.2);
}
#footer .container .right-box {
  width: 65%;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 25px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.5;
  margin-top: 14px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .bottom {
  
  
  
}
#footer .bottom .connect{
    margin: 30px 0;
}
#footer .bottom .connect .item {
  margin-bottom: 30px;
}
#footer .bottom .connect .item .name {
  margin-bottom: 8px;
}
#footer .bottom .connect .item:last-child {
  margin-bottom: 0;
}
#footer .wechat li {
  text-align: center;
}
#footer .wechat li .pic {
  width: 130px;
  height: 130px;
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .line {
  height: 2px;
}
#footer .copyright {
  padding: 0.28rem 0 ;
}
#footer .copyright .left {
  width: 80%;
}
#footer .copyright .left a {
  margin-left: 5%;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1480px) {
    #footer .container .left-box{
    padding-right:4%;
}
}
@media (max-width: 1024px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 0;
  }
  #footer .logo {
    max-width: 7em;
    min-width: 125px;
    margin: 0 auto;
  }
  
  #footer .container .left-box{
    padding-right:0;
    margin-right: 0;
    border-right: none;
    width: 100%;
    text-align: center;
}
  #footer .container {
    align-items: center;
  }
  #footer .container{
      flex-wrap: wrap;
      padding-bottom: 30px;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #footer .bottom .share{
      justify-content: center;
  }
  #footer .bottom .connect {
    margin-bottom: 40px;
  }
  #footer .bottom .connect .item {
    margin-bottom: 10px;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
  }
  #footer .copyright {
    padding: 0.15rem 0;
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright .left {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .copyright .left a {
    margin-left: 0;
  }
  #footer .container .right-box {
  width: 100%;
}
#footer .blogroll{
    margin: 0 auto;
}
}
.topper-module {
  position: absolute;
  opacity: 0;
  z-index: 98;
  cursor: pointer;
}
.topper-module .circle {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  animation: waves 5s linear infinite;
  opacity: 0;
  transform: scale(0);
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.7);
}
.topper-module .circle.circle2 {
  animation-delay: 1.6s;
}
.topper-module .circle.circle3 {
  animation-delay: 3s;
}
@keyframes waves {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
#banner {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 8%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  transform: translateY(-50%);
}
#banner > .swiper .swiper-slide .title {
  font-size: 50px;
  opacity: 0;
}
#banner > .swiper .swiper-slide .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .title .span2 {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .en-txt {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
  letter-spacing: 2px;
  transition-delay: 2.4s;
  margin-top: -10px;
}

@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt {
    left: 10%;
  }
  #banner > .swiper .swiper-slide .title {
    font-size: 45px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 90%;
  }
  #banner > .swiper .swiper-slide .title {
    font-size: 30px;
  }
  #banner > .swiper .swiper-slide .title .larger-text{
    font-size: 35px!important;
}
  #banner > .swiper .swiper-slide .title span {
    letter-spacing: 2px;
  }
}
#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 .en-txt {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2 {
  transform: translateY(0);
  opacity: 1;
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 1480px) {
  #banner .scroll-down {
    bottom: 50px;
  }
}
@media (max-width: 1080px) {
  #banner .scroll-down {
    display: none;
  }
  #banner > .swiper .swiper-change {
    width: 100%;
    height: 55px;
    padding-left: 30px;
  }
  #banner > .swiper .swiper-change .swiper-pagination {
    bottom: 18px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 100vh;
  }
  #banner .swiper-slide {
    height: auto;
  }
  #banner .play-box {
    margin-top: -150px;
    margin-left: -150px;
    transform: scale(0.5) translate(-50%, -50%);
  }
}
#case .center-pic {
 min-height: 36vh;
  
}
#case .center-pic img {
  max-height: 36vh;
  position: relative;
  z-index: 9;
}
#case .center-pic .pic{
    position: relative;
}
#case .words{
    width: 100%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
#team .spe-go {
  /*position: relative;*/
  cursor: pointer;
}
#team .spe-go .circle {
  animation: circle 20s linear infinite;
}
#team .spe-go .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(80, 93, 103, 0.15);
}
#team .spe-go .box .icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#team .spe-go .box .icon-box img {
  transition: all 0.3s linear;
}
#team .spe-go:hover .box .icon-box img {
  transform: rotate(-45deg);
}
@media (max-width: 1480px) {
  #case .words {
    /*width: 50%;*/
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #case .words {
    width: 100%;
    top: -20px;
  }
  #case .center-pic {
    min-height: inherit;
    margin: 40px 0;
  }
  #case .center-pic img {
    max-height: 90%;
  }
}
#technology {
  position: relative;
  z-index: 9;
}
#technology .content {
  width: 100%;
}
#technology .video-media{
    width: 67%;
    max-height: 300px;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#technology .top-desc {
  position: absolute;
  left: 8%;
  top: 140px;
  z-index: 9;
}
#technology .bottom-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  z-index: 9;
}
#technology .bottom-nav .item {
  flex: 1;
  height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
#technology .bottom-nav .item .top {
  margin-bottom: 4px;
}
#technology .bottom-nav .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  transition: all 0.4s linear;
}
#technology .bottom-nav .item.on {
  background-image: -moz-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
}
#technology .bottom-nav .item.on::before {
  width: 100%;
}
#technology .bottom-nav .item.on .music-box {
  /*opacity: 1;*/
  display: block;
}
#technology .bottom-nav .item .music-box{
     display: none;
      margin-left: 10px;
}
#technology .bottom-nav .item .music {
 
  position: relative;
  /*opacity: 0;*/
 
  /* 音乐线跳动动画 */
}
#technology .bottom-nav .item .music .line {
  width: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  margin: 0 2px;
  
}
#technology .bottom-nav .item .music .line.one {
  height: 10px;
  animation: musicLine 1.2s ease-in-out infinite;
  animation-delay: 0s;
}
#technology .bottom-nav .item .music .line.two {
  height: 16px;
  animation: musicLine 1.4s ease-in-out infinite;
  animation-delay: 0.1s;
}
#technology .bottom-nav .item .music .line.three {
  height: 20px;
  animation: musicLine 1.1s ease-in-out infinite;
  animation-delay: 0.2s;
}
#technology .bottom-nav .item .music .line.four {
  height: 14px;
  animation: musicLine 1.3s ease-in-out infinite;
  animation-delay: 0.3s;
}
#technology .bottom-nav .item .music .line.five {
  height: 18px;
  animation: musicLine 1.5s ease-in-out infinite;
  animation-delay: 0.4s;
}
@keyframes musicLine {
  0%,
  100% {
    transform: scaleY(0.3);
    opacity: 0.7;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
#technology .technology-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#technology .technology-swiper .play-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}
#technology .technology-swiper .play-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#technology .technology-swiper .play-box .bg-circle {
  animation: circle 15s linear infinite;
}
#technology .technology-swiper .text-node {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
}
@media (max-width: 1480px) {
  #technology .top-desc {
    left: 10%;
    top: 100px;
  }
  #technology .bottom-nav {
    width: 88%;
  }
  #technology .video-media{
    /*width: 45%;*/
}
}
@media (max-width: 800px) {
  #technology {
    height: 600px;
  }
  #technology .video-media{
    width: 90%;
    max-height: 240px;
}
  #technology .top-desc {
    left: 20px;
    top: 40px;
  }
  #technology .bottom-nav {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  #technology .bottom-nav .item {
    display: inline-block;
    height: auto;
  }
  #technology .bottom-nav .item .box {
    padding: 16px 20px;
  }
  #technology .bottom-nav .item:not(:first-child) {
    margin-left: -5px;
  }
  #technology .technology-swiper .play-box {
    transform: translate(-50%, -50%) scale(0.8);
  }
  #technology .technology-swiper .text-node {
    bottom: 100px;
    width: 90%;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  /*height: 800px;*/
}
#banner.page-banner .bg {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
#banner.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 10;
  width: 84%;
}
#banner.page-banner .banner-txt .h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
#banner.page-banner .banner-txt .pic {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1480px) {
  /*#banner.page-banner {*/
  /*  height: 650px;*/
  /*}*/
  #banner.page-banner .banner-txt {
  left: 10%;
}
  #banner.page-banner .banner-txt .h2 {
    font-size: 40px;
  }
  #banner.page-banner .banner-txt .pic {
    width: 60%;
    margin: 50px auto 0;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 500px;
  }
  #banner.page-banner .banner-txt .h2 {
    font-size: 30px;
  }
  #banner.page-banner .banner-txt .pic {
    width: 100%;
    margin: 40px auto 0;
  }
}
.page-nav {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}
.page-nav .list {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.page-nav .item {
  flex: 1;
  height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  opacity: 0.8;
}
.page-nav .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  transition: all 0.4s linear;
}
.page-nav .item.active,
.page-nav .item:hover {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(39, 160, 128, 0.2) 0%, rgba(52, 114, 184, 0.2) 100%);
}
.page-nav .item.active::before,
.page-nav .item:hover::before {
  width: 100%;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .main {
    padding: 0;
  }
  .page-nav .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-nav .list .item {
    height: 50px;
    flex: initial;
    border-right: none;
  }
  .page-nav .list .item a {
    padding: 0 22px;
    line-height: 50px;
    width: inherit;
  }
}
#aside {
  width: 55px;
  position: fixed;
  z-index: 2000;
  right: 0.45rem;
  bottom: 0.32rem;
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
#aside .item {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 28px;
}
#aside .item.back-top {
  background: rgba(0, 0, 0, 0.2);
}
#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: 16px;
}
#aside .item .content .char {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active,
#aside .item:hover {
  background-color: #3472b8;
}
#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;
}
#aside.on {
  transform: translateX(0);
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
    right: 0.2rem;
  }
  #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 .fill {
    display: none;
  }
}
#industry {
  display: block;
  position: relative;
}
#industry .bg-box {
  width: 100%;
  height: 409px;
  position: absolute;
  top: 0;
  left: 0;
}
#industry .main {
  width: 100%;
  padding-top: 50px ;
  padding-bottom: 50px ;
}
#industry .main .top .left-box {
  width: 60%;
}
#industry .main .top .left-box .title {
  margin-bottom: 30px;
}
#industry .info .icon-box {
  width: 72px;
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#industry .info .icon-box .circle {
  animation: circle 20s linear infinite;
}
#industry .info .icon-box .icon-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#industry .industry-swiper .swiper-slide {
  overflow: hidden;
  height: 100%;
}
#industry .industry-swiper .cqmb-box {
  position: absolute;
  left: 8%;
  top: 50%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.051);
  width: 823px;
  height: 360px;
  padding: 38px;
  box-sizing: border-box;
  z-index: 8;
 backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-50%);
}
#industry .industry-swiper .cqmb-box .info {
  width: 46%;
  padding: 35px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
#industry .industry-swiper .cqmb-box .info .icon-box {
  margin-bottom: 0;
  margin-right: 20px;
}
#industry .industry-swiper .cqmb-box .oppress {
  width: 46%;
  height: 100%;
  border-radius: 16px;
}
#industry .industry-content .lists li {
  flex: 1;
  height: 80vh;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
}
#industry .industry-swiper .swiper-slide.cq-silde{
    height: 70vh;
}
#industry .industry-content .lists li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
 backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
#industry .industry-content .lists li .bg {
  width: 100%;
  height: 100%;
}
#industry .industry-content .lists li .info {
  position: absolute;
  bottom: 200px;
  left: 40px;
  width: 80%;
  z-index: 9;
  transition: all 0.6s ease;
}
#industry .industry-content .lists li .info .desc-box {
  display: none;
}
#industry .industry-content .lists li .info .desc-box .text-node {
  margin: 20px 0 70px;
}
#industry .industry-content .lists li .info .desc-box .tips {
  padding: 16px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
#industry .industry-content .lists li:hover::after {
  opacity: 1;
}
#industry .industry-content .lists li:hover .info {
  bottom: 35%;
}
#industry .industry-content .lists li:hover .info .desc-box {
  display: block;
}
#industry.page-industry .line,
#industry.page-industry .main {
  position: relative;
  z-index: 8;
}
#industry.page-industry .main {
  padding: 100px 0;
}
#industry.page-industry .industry-content .lists li {
  height: 770px;
  text-align: center;
  transition: all 1s ease;
}
#industry.page-industry .industry-content .lists li::after {
  display: none;
}
#industry.page-industry .industry-content .lists li .info {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  /*transition: all 0.4s ease;*/
}
#industry.page-industry .industry-content .lists li .info .icon-box {
  margin: 0 auto 10px;
}
#industry.page-industry .industry-content .lists li .info .desc-box {
  display: none;
}
#industry.page-industry .industry-content .lists li .info .desc-box .text-node {
  margin: 10px 0 0;
}
#industry.page-industry .industry-content .lists li:hover {
  flex: 3;
}
#industry.page-industry .industry-content .lists li:hover .info {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  width: 60%;
  min-height: 280px;
}
#industry.page-industry .industry-content .lists li:hover .info .name {
  display: none;
}
#industry.page-industry .industry-content .lists li:hover .info .desc-box {
  display: block;
}
@media (max-width: 1580px){
    #industry .main .top .left-box {
  width: 65%;
}
}
@media (max-width: 1480px) {
  #industry .industry-content .ul li {
    height: 500px;
  }
  #industry.page-industry .industry-content .lists li {
    height: 640px;
  }
}
@media (max-width: 1480px) {
    #industry .industry-swiper .cqmb-box{
        left: 4%;
    /*bottom: 120px;*/
    width: 650px;
    height: 300px;
    }
}
@media (max-width: 800px) {
  #industry .main {
    width: 100%;
    padding-bottom: 30px;
  }
  #industry .main .top {
    flex-wrap: wrap;
  }
  #industry .main .top .left-box {
    width: 100%;
  }
  #industry .main .top .left-box .title {
    margin-bottom: 20px;
  }
  #industry .main .top .right-nav {
    margin-top: 30px;
  }
  #industry .industry-swiper .swiper-slide {
    overflow: hidden;
    height: auto;
  }
  #industry .industry-swiper .industry-slide {
    height: 800px;
  }
  #industry .industry-swiper .cqmb-box {
    left: 5%;
    bottom: 30px;
    width: 90%;
    height: auto;
    padding: 30px 18px;
    flex-wrap: wrap;
  }
  #industry .industry-swiper .cqmb-box .info {
    width: 100%;
    padding: 20px 0;
  }
  #industry .industry-swiper .cqmb-box .oppress {
    width: 100%;
    height: 180px;
    margin-top: 20px;
  }
  #industry .industry-content .lists {
    flex-wrap: wrap;
  }
  #industry .industry-content .lists li {
    flex: inherit;
    width: 50%;
    height: 450px;
  }
  #industry .industry-content .lists li:nth-of-type(3),
  #industry .industry-content .lists li:nth-of-type(4),
  #industry .industry-content .lists li:nth-of-type(5){
      width: 33.33%;
  }
  #industry .industry-content .lists li .info {
    bottom: auto;
    top: 55%;
    left: 10px;
    width: 90%;
  }
  #industry .industry-content .lists li .info .desc-box .text-node {
    margin: 20px 0 30px;
  }
  #industry .industry-content .lists li:hover .info {
    bottom: auto;
    top: 10%;
  }
  #industry.page-industry .bg-box {
    height: 209px;
  }
  #industry.page-industry .main {
    padding: 50px 20px;
  }
  #industry.page-industry .industry-content .lists li {
    width: 100%;
    height: 450px;
  }
  #industry.page-industry .industry-content .lists li .info {
    width: 90%;
  }
  #industry.page-industry .industry-content .lists li:hover {
    flex: inherit;
  }
  #industry.page-industry .industry-content .lists li:hover .info {
    padding: 40px 20px;
    width: 90%;
    min-height: 280px;
    /*bottom: auto;*/
    top: 50%;
  }
}
#honor .main .top-desc .text-node {
  margin: 25px auto 30px;
  width: 65%;
}
#honor .data-box li {
  text-align: center;
}
#honor .data-box li .num {
  font-weight: 700;
}
#honor .data-box li .num .tnumber {
  font-size: 60px;
}
#honor .data-box li .num .unit {
  margin-left: 10px;
  margin-top: -10px;
}
#honor .data-box li .text {
  opacity: 0.6;
}
#honor .data-box li:nth-of-type(2) {
  padding: 0 6%;
  margin: 0 6%;
  position: relative;
}
#honor .data-box li:nth-of-type(2)::after,
#honor .data-box li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-left: 1px dashed rgba(255, 255, 255, 0.7);
}
#honor .data-box li:nth-of-type(2)::after {
  left: auto;
  right: 0;
}
@media (max-width: 1580px) {
    #honor .main .top-desc .text-node {
  margin: 15px auto 10px;
  width: 72%;
}

}
@media (max-width: 800px) {
  #honor .data-box ul li .num .tnumber {
    font-size: 32px;
  }
}
#honor .honor-swiper {
  box-sizing: border-box;
  padding-bottom: 60px;
  margin-top: 40px;
  max-width: 280px;
  overflow: visible;
}
#honor .honor-swiper .swiper-wrapper {
  align-items: flex-end;
}
#honor .honor-swiper .swiper-slide a .pic-box {
  max-height: 350px;
  width: 100%;
}
#honor .honor-swiper .swiper-slide a .pic-box .pic {
  position: relative;
  z-index: 8;
  max-height: 100%;
  max-width: 80%;
  background-image: url('../images/bg5.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 35px;
}
#honor .honor-swiper .swiper-slide a .pic-box .pic .img-box {
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#honor .honor-swiper .swiper-slide a .pic-box .pic .img-box img {
  max-height: 100%;
}
#td .pic-swiper .swiper-change,
#honor .honor-swiper .swiper-change {
  position: absolute;
  width: 540px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#td .pic-swiper .swiper-change{
    bottom: 16px;
}
@media (max-width: 1580px) {
  #honor .honor-swiper {
    max-width: 250px;
    padding-bottom: 50px;
    margin-top: 40px;
  }
  #honor .honor-swiper .swiper-slide a .pic-box {
    max-height: 312px;
  }
}
@media (max-width: 800px) {
  #honor .honor-swiper {
    max-width: 220px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
  #td .pic-swiper .swiper-change .btn,
  #honor .honor-swiper .swiper-change .btn {
    display: none;
  }
}
#partner .main{
    height: 100%;
    position: relative;
}
#partner .logo-lists {
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 10vh;
  max-height: 60vh;
  box-sizing: border-box;
}
#partner .logo-lists .sz_list {
  width: 30%;
  justify-content: initial;
  perspective: 500px;
  perspective-origin: center;
}
#partner .logo-lists .sz_list.zl2 {
  direction: initial;
}
#partner .logo-lists .sz_list li {
  width: 30%;
  margin-bottom: 50px;
  margin-right: 5%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  animation: rotate 7s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(2n) {
  animation: rotate 7s 2.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(4n) {
  animation: rotate 8s 1.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(5n) {
  animation: rotate 5s 0.5s ease-out infinite;
}
#partner .logo-lists .sz_list li:nth-child(6n) {
  animation: rotate 6s ease-out infinite;
}
@keyframes rotate {
  0% {
    transform: translate3D(0, 0, 200px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3D(0, 0, -200px);
  }
}
#partner .logo-lists .sz_list li:nth-child(3n) {
  margin-right: 0%;
}
#partner .logo-lists .sz_list li .pic {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 150px;
  height: 62px;
}
#partner .top-desc {
  margin-top: -30vh;
}
#partner .top-desc .more {
  margin-top: 14px;
}
#partner .content {
  margin-top: 10vh;
  height: 370px;
  padding: 40px 5%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#partner .partner-boxs .partner-swiper {
  padding-bottom: 90px;
  /*transform: translateY(100%);*/
  /*opacity: 0;*/
  position: absolute;
  width: 94%;
  height: 180px;
  top: 100px;
  left: 3%;
}
#partner .partner-boxs .partner-swiper .swiper-slide,
#partner .partner-boxs .partner-swiper .logo-box {
  height: 100%;
}
#partner .partner-boxs .partner-swiper .swiper-slide img,
#partner .partner-boxs .partner-swiper .logo-box img {
  max-height: 90%;
}
#partner .partner-boxs .partner-swiper .swiper-change {
  position: absolute;
  width: 440px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
#partner .partner-boxs .show {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
@media (max-width: 1580px) {
  #partner .content {
    margin-top: 4vh;
    height: 320px;
  }
  #partner .partner-boxs .partner-swiper {
    height: 140px;
  }
/*  #partner .top-desc {*/
/*  margin-top: -35vh;*/
/*}*/
}
@media (max-width: 1024px) {
  #partner {
    height: 600px;
    padding-top: 300px;
  }
  #partner .logo-lists {
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 6vh;
    max-height: 400px;
    box-sizing: border-box;
    display: none;
  }
  #partner .logo-lists .sz_list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #partner .main{
      width: 100%;
      height: auto;
  }
  #partner .content {
    height: 340px;
    padding: 40px 10px;
    position: relative;
    bottom: auto;
  }
  #partner .same-nav .item {
    width: 150px;
    height: 46px;
    font-size: 16px;
    margin-left: 10px;
  }
  #partner .same-nav .item:first-child {
    margin-left: 0;
  }
  #partner .partner-boxs .partner-swiper .swiper-change {
    width: 340px;
  }
}
#crumbs .ul .icon {
  margin-right: 0.1em;
}
#crumbs .ul a span,
#crumbs .ul .split {
  opacity: 0.8;
}
#crumbs .split {
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span {
  opacity: 1;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#td {
  background-image: url("../images/bg8.jpg");
}
#td .bottom-pic {
  border-radius: 16px;
}
#td .left-box {
  width: 25%;
}
#td .left-box .name {
  position: relative;
}
#td .left-box .name::after {
  content: "";
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.502);
}
#td .left-box .bottom-pic {
  margin-top: 340px;
}
#td .rigt-desc {
  width: 70%;
}
#td .rigt-desc .desc {
  line-height: 1.8;
  margin-top: 50px;
}
#td .pic-swiper .swiper-slide .oppress {
  height: 500px;
  border-radius: 16px;
}
@media (max-width: 1580px) {
  #td .pic-swiper .swiper-slide .oppress {
    height: 400px;
  }
}
@media (max-width: 800px) {
  #td .main {
    flex-wrap: wrap;
  }
  #td .left-box {
    width: 100%;
  }
  #td .left-box .name {
    position: relative;
  }
  #td .left-box .name::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.502);
  }
  #td .left-box .bottom-pic {
    margin-top: 30px;
    height: 240px;
  }
  #td .rigt-desc {
    width: 100%;
    margin-top: 40px;
  }
  #td .rigt-desc .desc {
    line-height: 1.4;
    margin-top: 30px;
  }
  #td .pic-swiper .swiper-slide .oppress {
    height: 250px;
  }
}
#xmjzt {
  background-image: url("../images/bg9.jpg");
}
#xmjzt .btn-box {
  position: relative;
  width: 230px;
}
#xmjzt .btn-box .spe-change {
  width: 100%;
}
#xmjzt .btn-box .banner-num {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}
#xmjzt .btn-box .banner-num .current {
  color: #fff;
}
#xmjzt .task-swiper {
  margin-right: -10%;
}
#xmjzt .task-swiper .swiper-slide {
  width: 33.33%;
}
#xmjzt .task-swiper .swiper-slide .info {
  opacity: 0.7;
  padding-right: 100px;
}
#xmjzt .task-swiper .swiper-slide .info .title{
    min-height: 58px;
    overflow: hidden;
}
#xmjzt .task-swiper .swiper-slide .info .oppress {
  width: 100%;
  height: 280px;
  border-radius: 16px;
  margin: 20px 0;
}
#xmjzt .task-swiper .swiper-slide .line {
  margin-top: 60px;
}
#xmjzt .task-swiper .swiper-slide .line img {
  filter: grayscale(1);
}
#xmjzt .task-swiper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
}
#xmjzt .task-swiper .swiper-slide.swiper-slide-active .info .num {
  background: linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -webkit-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -moz-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  background: -o-linear-gradient(-90deg, #fff, #fff 35%, #fff 60%, #3375b4 85%, #3375b4);
  color: transparent;
  -webkit-background-clip: text;
}
#xmjzt .task-swiper .swiper-slide.swiper-slide-active .line img {
  filter: grayscale(0);
}
@media (max-width: 800px) {
  #xmjzt .btn-box {
    transform: scale(0.8);
    margin-right: -28px;
  }
  #xmjzt .task-swiper {
    margin-right: -6%;
  }
  #xmjzt .task-swiper .swiper-slide {
    width: 100%;
  }
  #xmjzt .task-swiper .swiper-slide .info {
    padding-right: 50px;
  }
  #xmjzt .task-swiper .swiper-slide .info .oppress {
    height: 240px;
  }
  #xmjzt .task-swiper .swiper-slide .line {
    margin-top: 40px;
  }
}
#zzy {
  background-image: url("../images/bg9.jpg");
  padding-bottom: 50px;
}
#zzy .main {
  position: relative;
}
#zzy .main .bg {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#zzy .main .info-box {
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
  position: relative;
  z-index: 8;
}
#zzy .main .left-box {
  width: 50%;
  background-image: url("../images/bg10.jpg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 58px 54px;
  box-sizing: border-box;
}
#zzy .main .left-box .top {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#zzy .main .left-box .top .icon-box {
  width: 72px;
  height: 72px;
  position: relative;
  margin-right: 20px;
}
#zzy .main .left-box .top .icon-box .circle {
  animation: circle 20s linear infinite;
}
#zzy .main .left-box .top .icon-box .icon-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#zzy .main .oppress {
  width: 50%;
  height: 100%;
}
@media (max-width: 800px) {
  #zzy .main .info-box {
    height: auto;
  }
  #zzy .main .left-box {
    width: 100%;
    padding: 38px 24px;
  }
  #zzy .main .left-box .top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #zzy .main .left-box .top .icon-box {
    width: 52px;
    height: 52px;
  }
  #zzy .main .left-box .top .icon-box .icon-pic {
    width: 24px;
  }
  #zzy .main .oppress {
    width: 100%;
    height: 280px;
    margin-top: -10px;
  }
}
#news {
  background-image: url("../images/bg13.jpg");
  background-position: center top;
}
#news .left-news {
  width: 48.5%;
}
#news .left-news .date-box {
  opacity: 0.8;
  margin-bottom: 10px;
}
#news .left-news .date-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../images/btn-bg2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#news .left-news .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#news .left-news .item a {
  padding: 34px 48px ;
  box-sizing: border-box;
}
#news .left-news .item a .text-node {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
#news .left-news .item.on {
  border-color: transparent;
}
#news .left-news .item.on .date-box {
  opacity: 1;
}
#news .left-news .item.on a {
  background-image: url("../images/bg14.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 48px 64px;
}
#news .left-news .item.on a .text-node {
  overflow: visible;
  height: auto;
  margin-top: 25px;
}
#news .middle-box {
  width: 48.5%;
}
#news .middle-box .oppress {
  width: 100%;
  height: 580px;
  border-radius: 16px;
}
#news .news-lists .ul {
  margin-right: -3%;
}
#news .news-lists .ul li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 65px;
}
#news .news-lists .ul li a .oppress {
  width: 100%;
  height: 340px;
  border-radius: 16px;
}
#news .news-lists .ul li a .date {
  margin: 25px 0 10px;
}
#news .news-lists .ul li a .title{
    height: 70px;
}
#news .news-lists .ul li a .more {
  margin-top: 30px;
}
#news .news-lists .ul li a:hover .more {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
@media (max-width: 1480px) {
  #news .left-news .item a {
    padding: 34px 48px ;
  }
  #news .left-news .item.on a {
    padding: 40px 48px ;
  }
  #news .left-news .item.on a .text-node {
    margin-top: 20px;
  }
  #news .middle-box .oppress {
    height: 546px;
  }
  #news .news-lists .ul li a .title{
    height: 66px;
}
}
@media (max-width: 800px) {
  #news .left-news {
    width: 100%;
  }
  #news .left-news .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 28px;
  }
  #news .left-news .item a {
    padding: 0 0 20px ;
    box-sizing: border-box;
  }
  #news .left-news .item a .text-node {
    overflow: hidden;
    height: auto;
    margin-top: 15px;
  }
  #news .left-news .item .oppress {
    border-radius: 16px;
    height: 250px;
    margin-bottom: 20px;
  }
  #news .news-lists .ul li a .title{
    height: auto;
}
  #news .left-news .item.on {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #news .left-news .item.on .date-box {
    opacity: 1;
  }
  #news .left-news .item.on a {
    background-image: none;
    padding: 0 0 20px ;
  }
  #news .left-news .item.on a .text-node {
    overflow: hidden;
    height: auto;
    margin-top: 15px;
  }
  #news .news-lists .ul {
    margin-right: 0;
  }
  #news .news-lists .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #news .news-lists .ul li a .oppress {
    height: 240px;
  }
  #news .news-lists .ul li a .date {
    margin: 25px 0 10px;
  }
  #news .news-lists .ul li a .more {
    margin-top: 20px;
  }
}
.news-details .left-slide {
  width: 10%;
}
.news-details .left-slide .date {
  margin-top: 20px;
}
.news-details .left-slide .btn-box {
  margin-top: 70px;
}
.news-details .left-slide .btn-box a {
  margin-bottom: 20px;
}
.news-details .left-slide .btn-box a i {
  opacity: 0.8;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: url("../images/btn-bg3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-details .left-slide .btn-box a.back i,
.news-details .left-slide .btn-box a:hover i {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
.news-details .left-slide .btn-box a.prev i::before {
  transform: rotate(-90deg);
}
.news-details .left-slide .btn-box a.next i::before {
  transform: rotate(90deg);
}
.news-details .article {
  width: 60%;
}
.news-details .article .tit {
  margin-bottom: 50px;
}
.news-details .article .desc {
  margin-top: 60px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.news-details .right-news {
  width: 20%;
}
.news-details .right-news ul {
  margin-top: 34px;
}
.news-details .right-news ul li {
  width: 100%;
  margin-bottom: 45px;
}
.news-details .right-news ul li:last-child {
  margin-bottom: 0;
}
.news-details .right-news ul li a .oppress {
  height: 200px;
  border-radius: 10px;
}
.news-details .right-news ul li a .bottom .date {
  margin-top: 18px;
}
.news-details .share .item {
  margin-right: 15px;
}
.news-details .share .item.cc {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-image: url("../images/btn-bg3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  border: 0 none;
  position: relative;
  opacity: 0.8;
}
.news-details .share .item.cc .icon {
  font-size: 0.8em;
}
.news-details .share .item.cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.news-details .share .item.active.cc,
.news-details .share .item:hover.cc {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  opacity: 1;
}
@media (max-width: 1280px) {
  .news-details .left-slide {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .news-details .content {
    flex-wrap: wrap;
  }
  .news-details .right-news {
    display: none;
  }
  .news-details .right-news,
  .news-details .article {
    width: 100%;
  }
  .news-details .left-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-details .left-slide .date-box {
    display: flex;
    align-items: center;
  }
  .news-details .left-slide .date-box .date {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .news-details .left-slide .date-box .date .year {
    margin: 0 5px 0 10px;
  }
  .news-details .left-slide .date-box .date P:last-child {
    display: flex;
    align-items: center;
  }
  .news-details .left-slide .btn-box {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .news-details .left-slide .btn-box a {
    margin-bottom: 0;
  }
  .news-details .left-slide .btn-box a i {
    width: 30px;
    height: 30px;
  }
  .news-details .left-slide .btn-box a span {
    display: none;
    background-color: #ffffffb3;
  }
  .news-details .article .tit {
    margin-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: normal;
  }
  .news-details .article .desc {
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.6;
  }
}
.about-page .info-box .title {
  width: 48%;
}
.about-page .info-box .right-box {
  width: 50%;
  padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .about-page .info-box .title {
    width: 100%;
  }
  .about-page .info-box .right-box {
    width: 100%;
    padding-top: 25px;
    margin-top: 25px;
  }
}
#gsjs {
  background-image: url("../images/bg9.jpg");
}
#case .play-video,
#gsjs .info-box .right-box .play-video {
  margin: 60px auto 0;
  width: 186px;
  height: 56px;
  background-image: url("../images/btn-bg4.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 28px;
}
#case .play-video{
     width: 216px;
    margin: 40px auto 60px;
  /*  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);*/
  /*background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);*/
  /*background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);*/
}
#case .play-video:hover,
#gsjs .info-box .right-box .play-video:hover {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
/*#case .play-video:hover{*/
/*     background-image: url("../images/btn-bg4.png");*/
/*}*/
#case .play-box ,
#gsjs .info-box .right-box .play-box {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
}
#case .play-box .play-icon,
#gsjs .info-box .right-box .play-box .play-icon {
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#case .play-box .play-box .bg-circle,
#gsjs .info-box .right-box .play-box .bg-circle {
  animation: circle 15s linear infinite;
}
#gsjs .oppress {
  max-height: 600px;
  border-radius: 16px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
    #case .play-video{
     width: 206px;
}
  #gsjs .info-box .right-box .play-video {
    margin-top: 30px;
  }
  #gsjs .oppress {
    margin-bottom: 25px;
  }
}
#team {
  background-image: url("../images/bg15.jpg");
}
#team .team-swiper {
  margin-top: 80px;
}
#team .team-swiper .swiper-slide .pic-box {
  width: 100%;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#team .team-swiper .swiper-slide .pic-box .info {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 44px;
  border-radius: 16px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
#team .team-swiper .swiper-slide .pic-box .spe-go{
   position: absolute;
  bottom: 5px;
  right: 5px;
  transform: scale(.7);
} 
#team .team-swiper .swiper-slide .pic-box .info .text-node {
  width: 100%;
}
#team .team-swiper .swiper-slide .name-box {
  margin-top: 25px;
}
#team .team-swiper .swiper-slide .name-box .position {
  padding: 3px 25px;
  border-radius: 20px;
  background-image: url("../images/btn-bg5.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#team .team-swiper .swiper-slide:hover .info {
  top: 0;
}
#team .team-swiper .swiper-slide:hover  .spe-go .box .icon-box img {
  transform: rotate(-45deg);
}
@media (max-width: 1480px) {
  #team .team-swiper .swiper-slide .pic-box {
    height: 360px;
  }
}
@media (max-width: 800px) {
  #team .team-swiper {
    margin-top: 30px;
  }
  #team .team-swiper .swiper-slide .pic-box {
    height: 300px;
    width: 76%;
    margin: 0 auto;
  }
  #team .team-swiper .swiper-slide .pic-box .info {
    padding: 30px 20px;
  }
  #team .team-swiper .swiper-slide .name-box{
     justify-content: center;
  }
  #team .team-swiper .swiper-slide .pic-box .spe-go{
   position: absolute;
  bottom: -16px;
  right:  -16px;
  transform: scale(.4);
}
}
#smyj {
  background-image: url("../images/bg16.jpg");
  height: 800px;
}
#smyj .main {
  height: 100%;
}
#smyj .info-box {
  width: 40%;
}
#smyj .info-box .info-swiper {
  width: 90%;
  margin: 50px 0 0;
}
#smyj .right-ul {
  width: 52%;
  margin-right: -10%;
}
#smyj .right-ul li {
  flex: 1;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#smyj .right-ul li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#smyj .right-ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(39, 160, 128, 0.3) 0%, rgba(52, 114, 184, 0.3) 100%);
 backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
#smyj .right-ul li .icon-box {
  width: 72px;
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
#smyj .right-ul li .icon-box .circle {
  animation: circle 20s linear infinite;
}
#smyj .right-ul li .icon-box .icon-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#smyj .right-ul li .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  text-align: center;
}
#smyj .right-ul li.on::after {
  opacity: 1;
}
@media (max-width: 1780px) {
    #smyj .right-ul{
        margin-right: -6%;
    }
}
@media (max-width: 1580px) {
  
  #smyj .right-ul {
    margin-right: 0;
  }
}
@media (max-width: 1480px) {
  #smyj {
    height: 700px;
  }
  #smyj .right-ul {
    width: 60%;
    margin-right: -6%;
  }
}
@media (max-width: 1400px) {
    #smyj .right-ul{
        margin-right: -4%;
    }
}
@media (max-width: 800px) {
  #smyj {
    height: auto;
  }
  #smyj .main {
    display: block;
  }
  #smyj .info-box {
    width: 100%;
  }
  #smyj .info-box .info-swiper {
    width: 100%;
    margin: 30px 0 0;
  }
  #smyj .right-ul {
    height: 260px;
    width: 111%;
    margin-left: -20px;
    margin-right: -20px;
  }
  #smyj .right-ul li {
    height: 100%;
  }
  #smyj .right-ul li .info {
    width: 100%;
    text-align: center;
  }
}
#course {
  background-image: url(../images/bg17.jpg);
}
#course .caption {
  width: 100%;
}
#course .caption .text-node {
  margin-top: 40px;
}
#course .caption .swiper-change {
  position: relative;
  width: 165px;
}
@media (max-width: 800px) {
  #course .caption .text-node {
    margin-top: 10px;
  }
  #course .caption .swiper-change {
    transform: scale(0.8);
    margin-right: -20px;
  }
}
#course .container {
  margin: 0 -1.6rem;
}
@media (max-width: 800px) {
  #course .container {
    margin: 0 -20px 0;
  }
}
#course .line {
  width: 100%;
  margin-bottom: -10.625%;
}
#course .spe-line{
    height: 4px;
    margin-top: 30px;
}
#course .line .cls-1,
#course .line .cls-2 {
  fill: none;
  stroke-width: 5;
}
#course .line .cls-1 {
  stroke: rgba(255, 255, 255, 0.2);
}
#course .line .cls-2 {
  stroke: url(#line-gradient);
  transition: all 1.2s ease;
}
#course .line .cls-3 {
  fill: #fff;
}
#course .swiper {
  margin: -15px -0.5rem 0;
  padding-top: 15px;
}
#course .swiper .swiper-slide{
    height: auto;
}
#course .swiper .content {
  padding: 0 0.5rem;
  height: 100%;
}
#course .swiper .enb {
  font-size: 60px;
  transition: all 0.4s ease;
  padding-bottom: 10px;
  margin-bottom: 0.1rem;
  line-height: 1;
}
#course .swiper .char {
  line-height: 1.8;
}
#course .swiper .btn {
  width: 186px;
  height: 56px;
  border-radius: 28px;
  background-image: url("../images/btn-bg4.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 30px;
}
#course .swiper .swiper-wrapper {
  transition-timing-function: ease;
}
#course .swiper .swiper-slide {
  transition: all 1.2s ease;
  /*padding-top: 10.625%;*/
  padding-top: 50px;
}
#course .swiper .swiper-slide::after{
    content: '';
    position: absolute;
    top: -10px;
    left: .5rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
}
#course .swiper .swiper-slide:hover .enb {
  display: inline-block;
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  color: transparent;
  -webkit-background-clip: text;
}
@media (min-width: 1025px) {
  #course .line .g3,
  #course .line .g2 {
    display: none;
  }
  /*#course .swiper .swiper-slide-active + .swiper-slide {*/
  /*  padding-top: 9%;*/
  /*}*/
  /*#course .swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {*/
  /*  padding-top: 6%;*/
  /*}*/
}
@media (max-width: 800px) {
  #course .line {
    display: none;
  }
  /*#course .swiper .swiper-slide {*/
  /*  padding-top: 0;*/
  /*}*/
}
#lxwm {
  background-image: url(../images/bg9.jpg);
}
#lxwm .oppress {
  max-height: 600px;
  border-radius: 16px;
  margin-top: 75px;
  margin-bottom: 65px;
}
#map{
    width: 48%;
    height: 500px;
    border-radius: 10px;
}
#map .amap-marker .dot {
    width: 1.5em;
    height: 0.4em;
    border-radius: 100%;
    background-color: red;
}
#map .amap-marker img {
    height:  100%!important;
}
#map .amap-marker .box {
    bottom: 100%;
    margin-bottom: 0.2em;
    width: 12.5em;
    height: 6.5em;
  /*  background-image: -moz-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);*/
  /*background-image: -webkit-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);*/
  /*background-image: -ms-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);*/
  /*background-color: #fff;*/
    filter: drop-shadow(0 2px 1.5em rgba(0, 0, 0, 0.2));
    border-radius: 10px;
}
#map .amap-marker .box,
#map .amap-marker .box:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#map .amap-marker .box:after {
    content: "";
    top: 100%;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.4em solid #fff;
}
#lxwm .info-box  .right-box {
  width: 48%;
  border-top: none;
  padding-top: 0;
}
#lxwm .contact-box .row .first-item{
    width: 34%;
}
#lxwm .info-box  .tip{
    margin-top: 30px;
}
#lxwm .contact-box .row  .info{
    margin-top: 30px;
}
#lxwm .contact-box .row  .info:first-child{
        margin-top: 0;
}
#lxwm .contact-box .row .first-item .middle-txt{
    margin: 20px 0;
}
#lxwm .contact-box .row .last-item{
    width:100%;
}
#lxwm .contact-box .row .last-item .name{
    margin: 20px 0;
}
#lxwm .contact-box .row  ul{
    margin-right: -5.33%;
}
#lxwm .contact-box .row  ul li{
    width: 28%;
    margin-right: 5.33%;
     margin-bottom: 24px;
}
/*#lxwm .contact-box .row .tip{*/
/*    margin-top: 60px;*/
/*}*/
#lxwm .contact-box .row .item {
  margin-bottom: 24px;
}
#lxwm .contact-box .row  .item:last-child {
  margin-bottom: 0;
}
#lxwm .contact-box .row .item .icon-box {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/btn-bg2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#lxwm .contact-box .row  .item .text {
  flex: 1;
}
#lxwm .contact-box .row  .item .text .f18 {
  margin-right: 10px;
}
#lxwm .contact-box .row  .item:hover .icon-box {
  background-image: -moz-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -webkit-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
  background-image: -ms-linear-gradient(0deg, #27a080 0%, #3472b8 100%);
}
#lxwm  .spe-info,
#lxwm .contact-box .last-row {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
    #map{
    width:100%;
    height: 400px;
    border-radius: 10px;
}
  #lxwm .oppress {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #lxwm .contact-box .row {
    flex-wrap: wrap;
  }
  #lxwm .info-box  .right-box {
     width: 100%;
    margin-top: 25px;
}
  /*#lxwm .contact-box .row .right-box {*/
  /*  width: 100%;*/
  /*  margin-top: 25px;*/
  /*}*/
  #lxwm .contact-box .row  .item {
    margin-bottom: 14px;
  }
  #lxwm .contact-box .row  .item:last-child {
    margin-bottom: 0;
  }
  #lxwm .contact-box .row  .item .text {
    flex: 1;
  }
  #lxwm .contact-box .row  .item .text .f24 {
    flex: 1;
  }
  #lxwm  .spe-info,
  #lxwm .contact-box .last-row {
    padding-top: 40px;
    margin-top: 40px;
  }
  #lxwm .contact-box .row .first-item{
    width: 100%;
}
#lxwm .contact-box .row  .info{
    margin-top: 30px;
}
#lxwm .contact-box .row .first-item .middle-txt{
    margin: 10px 0;
}
#lxwm .contact-box .row .last-item{
    width: 100%;
     margin-top: 30px;
}
#lxwm .contact-box .row .last-item .name{
    margin: 10px 0;
}
#lxwm .contact-box .row .last-item ul li{
    width: 100%;
}
#lxwm .contact-box .row  ul{
    margin-right: 0;
}
#lxwm .contact-box .row  ul li{
   width: 100%;
    margin-right: 0;
     margin-bottom: 24px;
}
}
#footer .blogroll {
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 178px;
  height: 38px;
  padding: 0 1em;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#footer .blogroll .cc .icon {
  display: block;
  font-size: 12px;
  transition: all 0.2s ease;
}
#footer .blogroll .fade {
  position: absolute;
  left: 0;
  top: 100%;
  color: #454545;
  padding-top: 10px;
  margin-top: -8px;
   width: 100%;
}
#footer .blogroll .fade .content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 1em;
  border-radius: 0.4em;
  /*text-align: center;*/
  box-sizing: border-box;
}
#footer .blogroll .fade .box {
  max-height: 200px;
  overflow: auto;
}
#footer .blogroll .fade a {
  font-size: 14px;
  margin: 6px 0;
}
#footer .blogroll .fade a:hover {
  color: rgb(52, 114, 184);
}
#footer .blogroll:hover {
  border-color: transparent;
  /*background-color: #306bff;*/
   background-image: -moz-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  color: #fff;
}
#footer .blogroll:hover .cc .icon {
  transform: rotate(90deg);
}
#footer .blogroll:hover .fade {
  margin-top: 0;
}

#footer .share .cc {
  margin-right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
#footer .share .cc .fade {
  bottom: 100%;
  margin-left: -60px;
  margin-bottom: 16px;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 4px;
  background-color: #9c9c9c;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
#footer .share .cc .fade,
#footer .share .cc .fade:after {
  position: absolute;
  left: 50%;
}
#footer .share .cc .fade:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9c9c9c;
  top: 100%;
  margin-left: -6px;
}
#footer .share .cc .fade img {
  width: 100%;
  height: 100%;
  max-width: unset;
}
#footer .share .cc:last-child {
  margin-right: 0;
}
#footer .share .cc:hover {
  border-color: transparent;
 background-image: -moz-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(39, 160, 128) 0%, rgb(52, 114, 184) 100%);
  color: #fff;
}
#footer .share .cc:hover .fade {
  margin-bottom: 8px;
}
