@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;
  color: #333;
}
@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;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 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-over5,
.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;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.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: 1090px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #1fa0d4;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #1fa0d4;
}
.maincolor2 {
  color: #8dba4a;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 170px;
  height: 56px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.more .char {
  margin-right: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
}
.more img {
  position: relative;
  z-index: 8;
  filter: brightness(1000);
}
.more .icon-box {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #7ac141;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: relative;
  z-index: 8;
}
.more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #1fa0d4;
  transition: all 0.4s ease;
}
.more:hover {
  color: #fff;
}
.more:hover::before {
  width: 100%;
}
.more:hover .icon-box {
  color: #8dba4a;
  background-color: #fff;
}
.more.spe-more {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #fff;
  background-color: #13bbaf;
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #8dba4a;
  background-color: #fff;
}
.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: #1fa0d4;
  border-color: #1fa0d4;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.1);
}
.more.white-more .dot {
  border-color: #fff;
}
.more.white-more .dot::after {
  background-color: #fff;
}
.more.white-more:hover {
  background-color: #1fa0d4;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #1fa0d4;
}
.more.new-more:hover .dot {
  border-color: #1fa0d4;
}
.more.new-more:hover .dot::after {
  background-color: #1fa0d4;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  text-transform: uppercase;
}
.go .icon-box {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #8dba4a;
  margin-left: 0.5em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-colorbg {
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
.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: #1fa0d4;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(31, 160, 212, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(31, 160, 212, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .f36 {
    font-size: 34px;
  }
  .f32 {
    font-size: 28px;
  }
  .f30 {
    font-size: 26px;
  }
  .f28 {
    font-size: 24px;
  }
  .f26 {
    font-size: 22px;
  }
  .f24 {
    font-size: 20px;
  }
  .f20 {
    font-size: 18px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 26px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop60,
  .mtop70 {
    margin-top: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'mont', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.05rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #1fa0d4;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/arrow-icon1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #1fa0d4;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  background-image: url("../images/arrow-icon2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover {
  color: #fff;
  background-color: #1fa0d4;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 8em;
    min-width: 150px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 90%;
}
.main.spe-main2 {
  max-width: 1440px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main2 {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main2 {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main2 {
    max-width: 1180px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main2 {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main2 {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main,
  .main.spe-main2 {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto !important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent !important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.7);
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 6s 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: #8dba4a;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #8dba4a;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #1fa0d4;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #1fa0d4;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #1fa0d4;
}
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: #1fa0d4;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #1fa0d4;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-image: url('../images/arrow-icon2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change .btn:hover {
  background-image: url('../images/arrow-icon3.png');
}
.swiper-change .btn.swiper-button-prev {
  transform: rotate(-180deg);
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 24px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 8px;
  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: 2px;
  height: 6px;
  -webkit-animation: trackBallSlide 7s linear infinite;
  animation: trackBallSlide 7s 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 .char {
  margin-top: 5px;
}
@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(24px);
    transform: scale(0.4) translateY(24px);
  }
  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.6) translateY(24px);
    transform: scale(0.6) translateY(24px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) 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.6) translateY(24px);
    transform: scale(0.6) translateY(24px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) 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;
  }
}
#header {
  z-index: 100;
  overflow: visible;
  height: 120px;
  box-sizing: border-box;
  position: relative;
}
#header .nav {
  margin-right: 0.8rem;
}
#header .nav .subset:empty {
  display: none !important;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#header .line {
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
#header.fixed-header {
  background-color: #1fa0d4;
}
#header.fixed-header .menu .cls {
  fill: #fff;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: -8px;
  }
  #header .nav .fade,
  #header .nav .subset:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .nav .subset {
    position: relative;
    background-color: #fff;
    padding: 2em 1.2em;
    border-radius: 0 0 1em 1em;
    white-space: nowrap;
    min-width: 15em;
    color: #777;
    box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1fa0d4;
    box-sizing: border-box;
  }
  #header .nav .subset:before {
    content: "";
    bottom: 100%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #1fa0d4;
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    position: relative;
    padding-left: 1em;
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    margin-bottom: 1.2em;
  }
  #header .nav .subset > a::after,
  #header .nav .subset .top-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #header .nav .subset > a:hover,
  #header .nav .subset .top-name:hover {
    color: #1fa0d4;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #1fa0d4;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
  #header .tel .icon-box {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    box-sizing: border-box;
  }
  #header .tel span {
    letter-spacing: 3px;
    margin-top: -2px;
  }
}
@media (max-width: 1680px) {
  #header .nav {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1480px) {
  #header .tel .icon-box {
    margin-right: 6px;
  }
  #header .tel span {
    letter-spacing: 1px;
  }
  #header .nav {
    margin-right: 0.3rem;
  }
}
@media (max-width: 800px) {
  #header {
    height: 60px;
  }
  #header .line {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #000;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header.scroll {
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #header .menu .cls,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #000;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 58px);
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #header .nav .touch {
    margin: 0;
  }
  #header .nav .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;
  }
  #header .nav .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header .main {
    transition: all 0.6s ease-out;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.nav .top {
  height: 2.9em;
  line-height: 2.9em;
  position: relative;
  font-weight: 500;
}
.nav .touch {
  position: relative;
}
.nav .touch + .touch {
  margin-left: 0.7rem;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  color: #1fa0d4;
}
@media (max-width: 1680px) {
  .nav .touch + .touch {
    margin-left: 0.4rem;
  }
}
@media (max-width: 1480px) {
  .nav .touch + .touch {
    margin-left: 0.3rem;
  }
}
#footer {
  padding-top: 20px;
  position: relative;
  background-image: url('../images/bg5.jpg');
}
#footer .toTop {
  cursor: pointer;
  transition: all 0.4s ease;
  width: 60px;
  height: 60px;
}
#footer .toTop:hover {
  box-shadow: 0px 3px 20px 0px rgba(31, 160, 212, 0.5);
}
#footer .container .logo {
  width: 350px;
}
#footer .container .nav-ul {
  width: 60%;
}
#footer .container .nav-ul .touch {
  text-align: center;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 30px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.6;
  margin-top: 15px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .bottom {
  margin-top: -60px;
  padding-bottom: 70px;
}
#footer .bottom .connect .item {
  margin-bottom: 30px;
}
#footer .bottom .connect .item img {
  margin-right: 10px;
}
#footer .bottom .connect .item:last-child {
  margin-bottom: 0;
}
#footer .wechat{
    margin-top: 40px;
}
#footer .wechat li {
  text-align: center;
}
#footer .wechat li .pic {
  width: 127px;
  height: 127px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  margin-bottom: 14px;
  padding: 4px;
  box-sizing: border-box;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  padding: 0.35rem 0;
}
#footer .copyright a {
  opacity: 0.6;
}
#footer .copyright a:hover {
  opacity: 1;
}
@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 .container {
    align-items: center;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #footer .bottom .connect {
    margin-bottom: 40px;
  }
  #footer .bottom .connect .item {
    margin-bottom: 10px;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  #footer .copyright {
    padding: 0.15rem 0;
  }
}
#banner {
  height: calc(100vh - 120px);
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide .banner-txt {
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  -webkit-mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  mask-size: 300% 100%;
  -webkit-mask-size: 300% 100%;
  mask-position: 100% center;
  -webkit-mask-position: 100% center;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  mask-position: 0 center;
  -webkit-mask-position: 0 center;
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 20;
  text-align: center;
  transform: translateX(-50%);
}
#banner .scroll-down a {
  position: relative;
  z-index: 10;
}
#banner .swiper-pagination {
  position: absolute;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.6s ease;
}
@media (min-width: 801px) {
  #banner .swiper-pagination {
    bottom: 50%;
    left: auto;
    right: 1rem;
    width: 0.4em;
    transform: translateY(50%);
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    height: auto;
    border-radius: 0;
    margin: 20px 0;
    display: block;
    background-color: transparent;
  }
  #banner .swiper-pagination .swiper-pagination-bullet .progress {
    width: 2px;
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 20px auto 0;
    transition: all 0.4s ease;
  }
  #banner .swiper-pagination .swiper-pagination-bullet .progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
  }
  #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
    height: 4em;
  }
  #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress::after {
    animation: banner-progress 6s linear forwards 0.6s;
  }
  @keyframes banner-progress {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
}
@media (max-width: 800px) {
  #banner .swiper-pagination {
    bottom: 30px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1fa0d4;
  }
}
#banner .banner-txt {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s linear;
  max-width: 80%;
  text-align: center;
  padding: 100px;
  box-sizing: border-box;
}
#banner .banner-txt .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
}
#banner .banner-txt .txt {
  position: relative;
  z-index: 8;
}
#banner .banner-txt .title {
  font-size: 56px;
  font-weight: 600;
}
#banner .banner-txt .en-txt {
  margin-top: 10px;
  opacity: 0.7;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  #banner .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  #banner .banner-txt {
    max-width: 90%;
  }
  #banner .banner-txt .title {
    font-size: 30px;
  }
  #banner .scroll-down {
    display: none;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 500px;
  }
  #banner .banner-txt {
    top: 30%;
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  #banner .banner-txt .icon-bg {
    width: 100px;
    left: 20px;
  }
  #banner .banner-txt .title {
    font-size: 28px;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 580px;
  overflow: hidden;
}
#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 {
  top: 15%;
}
#banner.page-banner .spe-banner-txt {
  top: 40%;
}
#banner.page-banner .spe-banner-txt .text-node {
  width: 45%;
  margin-top: 30px;
}
#banner.page-banner .top-nav {
  width: 90%;
  position: absolute;
  bottom: 56px;
  z-index: 10;
  left: 8%;
  margin: 0;
}
#banner.page-banner .top-nav .nav-lists a {
  margin-right: 40px;
  margin-left: 0;
}
#banner.page-banner .top-icon {
  position: absolute;
  top: 15%;
  right: 25%;
  width: 140px;
}
@media (max-width: 1480px) {
  #banner.page-banner {
    height: 500px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 350px;
  }
  #banner.page-banner .banner-txt {
    width: auto;
    top: 25%;
  }
  #banner.page-banner .banner-txt .icon-bg {
    left: -40px;
  }
  #banner.page-banner .top-nav {
    bottom: 30px;
    left: 20px;
  }
  #banner.page-banner .top-nav .nav-lists a {
    margin-right: 30px;
  }
  #banner.page-banner .spe-banner-txt {
    top: 50%;
  }
  #banner.page-banner .spe-banner-txt .text-node {
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
  }
}
#pageNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pageNav .list li {
  margin: 0 80px;
}
#pageNav .list li a {
  padding: 25px 0;
  position: relative;
}
#pageNav .list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  border-radius: 1.5px;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
#pageNav .list li.active,
#pageNav .list li:hover {
  color: #1fa0d4;
}
#pageNav .list li.active a::after,
#pageNav .list li:hover a::after {
  transform: scaleX(1);
}
@media (max-width: 800px) {
  #pageNav .list li {
    margin: 0 10px;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.6em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  text-decoration: underline;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.top-nav {
  margin: 30px 0 70px;
}
.top-nav .nav-lists a {
  position: relative;
  padding-left: 30px;
  margin-left: 40px;
}
.top-nav .nav-lists a:first-child {
  margin-left: 0;
}
.top-nav .nav-lists a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.top-nav .nav-lists a span {
  opacity: 0.7;
}
.top-nav .nav-lists a.active span,
.top-nav .nav-lists a:hover span {
  opacity: 1;
}
.top-nav .nav-lists a.active::before,
.top-nav .nav-lists a:hover::before {
  border-color: #8dba4a;
}
@media (max-width: 800px) {
  .top-nav {
    margin: 20px 0 30px;
  }
  .top-nav .nav-lists {
    flex-wrap: wrap;
    margin-right: -10px;
    margin-top: 10px;
  }
  .top-nav .nav-lists a {
    padding-left: 18px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .top-nav .nav-lists a::before {
    top: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
  }
}
.same-title .en-txt {
  font-size: 55px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.same-title .en-txt .specolor {
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1480px) {
  .same-title .en-txt {
    font-size: 44px;
  }
}
@media (max-width: 800px) {
  .same-title .en-txt {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.data-box {
  margin-top: 85px;
}
.data-box li {
  text-align: center;
}
.data-box li .num {
  font-weight: 700;
}
.data-box li .num .tnumber {
  font-size: 72px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.data-box li .num .unit {
  font-size: 26px;
}
.data-box li:nth-of-type(2) {
  padding: 0 10%;
  margin: 0 10%;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 800px) {
  .data-box {
    margin-top: 55px;
  }
  .data-box ul {
    flex-wrap: wrap;
  }
  .data-box ul li {
    width: 100%;
  }
  .data-box ul li .num .tnumber {
    font-size: 62px;
  }
  .data-box ul li .num .unit {
    font-size: 20px;
  }
  .data-box ul li:nth-of-type(2) {
    padding: 10% 0;
    margin: 10% 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
#about {
  height: 920px;
  background-image: url(../images/bg.jpg);
}
#about .left-box {
  width: 50%;
}
#about .left-box .text-node {
  margin: 75px 0;
}
#about .right-box {
  width: 47%;
  height: 720px;
}
#about .right-box .box {
  position: relative;
  width: 100%;
  height: 100%;
  animation: shake 5s linear infinite;
}
#about .right-box .item .txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .right-box .item.top {
  position: absolute;
  top: -9%;
  right: 0;
}
#about .right-box .item.left {
  position: absolute;
  left: -10%;
  bottom: 0;
}
#about .right-box .item.bottom {
  position: absolute;
  right: 0;
  bottom: -15%;
}
@media (max-width: 1480px) {
  #about .right-box .item.top .bg {
    width: 480px;
  }
}
@media (max-width: 800px) {
  #about {
    height: auto;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .left-box {
    width: 100%;
  }
  #about .left-box .text-node {
    margin: 30px 0;
  }
  #about .right-box {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  #about .right-box .item .txt {
    text-align: center;
    font-size: 22px;
  }
  #about .right-box .item.top .bg {
    width: 280px;
  }
  #about .right-box .item.left .bg {
    width: 180px;
  }
  #about .right-box .item.bottom {
    bottom: 0;
  }
  #about .right-box .item.bottom .bg {
    width: 100px;
  }
}
#product {
  background-image: url('../images/bg2.jpg');
}
#product .main {
  position: relative;
  padding-bottom: 50px;
}
#product .top-icon {
  position: absolute;
  top: 80px;
  right: 0;
}
#product .pro-swiper {
  margin-top: -90px;
}
#product .pro-swiper .pro-info {
  width: 38%;
}
#product .pro-swiper .pro-info .top-box {
  margin: 180px 0 80px;
}
#product .pro-swiper .pro-info .top-box .name {
  margin-bottom: 30px;
}
#product .pro-swiper .pic-box {
  width: 56%;
  height: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product .pro-swiper .pic-box img {
  max-height: 100%;
}
#product .bottom-nav {
  width: 100%;
}
#product .bottom-nav .nav {
  justify-content: flex-end;
}
#product .bottom-nav .nav .item {
  width: 395px;
  height: 220px;
  opacity: 0.4;
  border-radius: 20px 20px 0 0;
  padding: 40px 50px;
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}
#product .bottom-nav .nav .item .arrow {
  margin-top: 60px;
  opacity: 0;
}
#product .bottom-nav .nav .item .icon {
  position: absolute;
  bottom: 40px;
  right: 50px;
  opacity: 0;
}
#product .bottom-nav .nav .item .num {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#product .bottom-nav .nav .item:hover,
#product .bottom-nav .nav .item.on {
  opacity: 1;
  font-size: 26px;
}
#product .bottom-nav .nav .item:hover .arrow,
#product .bottom-nav .nav .item.on .arrow {
  opacity: 1;
}
#product .bottom-nav .nav .item:hover .icon,
#product .bottom-nav .nav .item.on .icon {
  opacity: 1;
}
#product .bottom-nav .nav .item:hover .num,
#product .bottom-nav .nav .item.on .num {
  position: absolute;
  bottom: auto;
  left: auto;
  top: 50px;
  right: 50px;
}
#product .nav-ul {
    max-width: 45%;
  margin-top: -120px;
  margin-bottom: 100px;
  position: relative;
  z-index: 99;
}
#product .bottom-box {
    flex-wrap: wrap;
  }
#product .nav-ul .box {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
}
#product .nav-ul .swiper-change {
  position: absolute;
  width: 100%;
  top: 16px;
  left: -10px;
}
#product .bottom-box .tit {
  min-width: 88px;
  height: 38px;
  padding: 0 8px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 38px;
  margin-right: 16px;
  box-sizing: border-box;
   margin-bottom: 10px;
   cursor: pointer;
}
#product .bottom-box .tit.on,
#product .bottom-box .tit:hover {
  color: #fff;
  border-color: transparent;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
#product .bottom-box .tit.link .hover {
  display: none;
}
#product .bottom-box .tit.link:hover .default {
  display: none;
}
#product .bottom-box .tit.link:hover .hover {
  display: block;
}
@media (max-width: 1480px) {
  #product .top-icon img {
    width: 200px;
  }
  #product .pro-swiper .pic-box img {
    max-width: 90%;
  }
  #product .bottom-nav .nav .item {
    width: 325px;
    height: 200px;
    padding: 30px 40px;
  }
  #product .bottom-nav .nav .item .arrow {
    margin-top: 50px;
  }
  #product .bottom-nav .nav .item .icon {
    bottom: 30px;
    right: 40px;
  }
  #product .bottom-nav .nav .item .num {
    bottom: 30px;
    left: 40px;
  }
  #product .bottom-nav .nav .item:hover .num,
  #product .bottom-nav .nav .item.on .num {
    top: 30px;
    right: 40px;
  }
}
@media (max-width: 800px) {
  #product .top-icon {
    top: 306px;
    right: 20px;
  }
  #product .top-icon img {
    width: 100px;
  }
  #product .nav-ul {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #product .nav-ul .box {
    position: relative;
    padding-left: 70px;
    padding-right: 60px;
    display: inline-block;
  }
  #product .nav-ul .swiper-change {
    position: absolute;
    width: 100%;
    top: 16px;
    left: -10px;
  }
  
  #product .bottom-box .tit {
    margin-bottom: 10px;
    margin-right: 16px;
  }
  #product .pro-swiper {
    margin-top: 0;
  }
  #product .pro-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  #product .pro-swiper .pro-info {
    width: 100%;
  }
  #product .pro-swiper .pro-info .top-box {
    margin: 40px 0 30px;
  }
  #product .pro-swiper .pro-info .top-box .name {
    margin-bottom: 20px;
  }
  #product .pro-swiper .pic-box {
    width: 100%;
    min-height: inherit;
    margin-top: 30px;
  }
  #product .bottom-nav .nav .item {
    width: 33.33%;
    height: 100px;
    padding: 20px 10px;
  }
  #product .bottom-nav .nav .item .tit {
    font-size: 16px;
  }
  #product .bottom-nav .nav .item .arrow {
    display: none;
  }
  #product .bottom-nav .nav .item .icon {
    bottom: 20px;
    right: 10px;
    width: 40px;
  }
  #product .bottom-nav .nav .item .num {
    bottom: 10px;
    left: 10px;
  }
  #product .bottom-nav .nav .item:hover .tit,
  #product .bottom-nav .nav .item.on .tit {
    font-size: 18px;
  }
  #product .bottom-nav .nav .item:hover .num,
  #product .bottom-nav .nav .item.on .num {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
  }
}
#news {
  background-image: url('../images/bg3.jpg');
}
#news .content .date {
  width: 72px;
  height: 72px;
  color: #1fa0d4;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  background-image: url('../images/date-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}
#news .content .date.active {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
#news .content .left-news {
  width: 61.5%;
}
#news .content .left-news .ul li {
  width: 48%;
}
#news .content .left-news .ul li a {
  border-radius: 20px;
  overflow: hidden;
}
#news .content .left-news .ul li a .oppress {
  height: 320px;
}
#news .content .left-news .ul li a .info {
  padding: 50px 45px 38px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
#news .content .left-news .ul li a .info .date {
  position: absolute;
  top: -35px;
  left: 45px;
}
#news .content .left-news .ul li a .info .icon-box {
  margin-top: 20px;
}
#news .content .left-news .ul li a .info .icon-box img {
  filter: brightness(0.1);
  opacity: 0.5;
}
#news .content .left-news .ul li a:hover .title {
  color: #1fa0d4;
  font-weight: 600;
}
#news .content .left-news .ul li a:hover .icon-box img {
  filter: brightness(1);
  opacity: 1;
}
#news .content .right-news {
  width: 36%;
}
#news .content .right-news .ul li:not(:last-child) {
  margin-bottom: 34px;
}
#news .content .right-news .ul li a {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#news .content .right-news .ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  transition: all 0.4s ease;
}
#news .content .right-news .ul li a .title {
  flex: 1;
  margin-left: 20px;
}
#news .content .right-news .ul li a:hover {
  background-color: #ffffff;
}
#news .content .right-news .ul li a:hover::after {
  width: 100%;
}
#news .content .right-news .ul li a:hover .date {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
@media (max-width: 1480px) {
  #news .content .right-news .ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  #news .content {
    flex-wrap: wrap;
  }
  #news .content .left-news,
  #news .content .right-news {
    width: 100%;
  }
  #news .content .left-news .ul {
    flex-wrap: wrap;
  }
  #news .content .left-news .ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #news .content .left-news .ul li a .oppress {
    height: 250px;
  }
  #news .content .left-news .ul li a .info {
    padding: 55px 25px 30px;
  }
  #news .content .left-news .ul li a .info .date {
    left: 25px;
  }
  #news .content .right-news .ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #news .content .right-news .ul li a {
    padding: 22px 25px;
  }
  #news .content .right-news .ul li a .title {
    margin-left: 10px;
  }
}
@media (max-width: 800px) {
  #news .top-box {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #news .top-box .more {
    margin-top: 20px;
  }
}
#social {
  background-image: url('../images/bg4.jpg');
  background-attachment: fixed;
  height: 750px;
}
#social .datum {
  margin-top: 80px;
}
#story {
  background-image: url('../images/bg6.jpg');
}
#story .top-content .left-box {
  width: 40%;
}
#story .top-content .left-box .text-node {
  margin-top: 60px;
}
#story .top-content .oppress {
  width: 45%;
  height: 400px;
  border-radius: 16px;
}
#story .bottom-lists {
  margin-top: 150px;
}
#story .bottom-lists li {
  width: 31.5%;
  min-height: 320px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(11, 63, 139, 0.1);
  position: relative;
  padding: 84px 35px 0;
  box-sizing: border-box;
}
#story .bottom-lists li .icon-box {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 35px;
}
#story .bottom-lists li .title {
  margin-bottom: 15px;
}

#story .bottom-lists li::after {
  content: '';
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 40px;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
#story .bottom-lists li:hover .icon-box {
  animation: shake2 1s linear forwards;
}

@media (max-width: 1480px) {
  #story .top-content .oppress {
    width: 50%;
  }
}
@media (max-width: 800px) {
  #story .top-content {
    flex-wrap: wrap;
  }
  #story .top-content .left-box {
    width: 100%;
  }
  #story .top-content .left-box .text-node {
    margin-top: 30px;
  }
  #story .top-content .oppress {
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }
  #story .bottom-lists {
    margin-top: 80px;
  }
  #story .bottom-lists ul {
    flex-wrap: wrap;
  }
  #story .bottom-lists li {
    width: 100%;
    min-height: inherit;
    padding: 84px 35px 60px;
  }
  #story .bottom-lists li:not(:first-child) {
    margin-top: 80px;
  }
  #story .bottom-lists li::after {
    bottom: 30px;
  }
}
#development {
  position: relative;
}
#development .evolution-box {
  position: relative;
}
#development .evolution-box .swiper-change {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
}
#development .gallery {
  margin-top: 80px;
  width: 100%;
}
#development .gallery .swiper-slide .content {
  width: 90%;
  margin: 0 auto;
}
#development .gallery .swiper-slide .oppress {
  width: 50%;
  height: 500px;
  border-radius: 20px;
}
#development .gallery .swiper-slide .info {
  width: 45%;
}
#development .gallery .swiper-slide .info .desc {
  margin-top: 30px;
}
#development .thumb {
  position: relative;
  margin: 70px auto 0;
  width: 95%;
}
#development .thumb::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 35px;
  left: 0;
  background-image: url('../images/line.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s linear;
}
#development .thumb .swiper-slide {
  width: 20%;
  height: 160px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#development .thumb .swiper-slide::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d5dadd;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide::before {
  content: "";
  width: 40px;
  height: 28px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/deveicon1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s linear;
  opacity: 0;
  z-index: 8;
}
#development .thumb .swiper-slide .char {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active::after {
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  width: 76px;
  height: 76px;
  bottom: 0;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
#development .circle-box .circle {
  animation: shake 6s linear infinite;
}
#development .circle-box .circle1 {
  position: absolute;
  bottom: 15%;
  left: 5%;
}
#development .circle-box .circle2 {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media (max-width: 1480px) {
  #development .evolution-box .swiper-change {
    top: 115px;
  }
  #development .gallery .swiper-slide .oppress {
    height: 400px;
  }
  #development .thumb .swiper-slide {
    height: 150px;
  }
  #development .thumb .swiper-slide .char {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  #development .gallery {
    width: 100%;
    margin-top: 30px;
  }
  #development .gallery .swiper-slide .content {
    flex-wrap: wrap;
    padding: 20px;
  }
  #development .gallery .swiper-slide .oppress {
    width: 100%;
    height: 200px;
  }
  #development .gallery .swiper-slide .info {
    width: 100%;
    margin-top: 20px;
  }
  #development .gallery .swiper-slide .info .year .Mont {
    font-size: 30px;
  }
  #development .gallery .swiper-slide .info .year .unit {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -2px;
  }
  #development .gallery .swiper-slide .info .desc {
    margin-top: 10px;
  }
  #development .gallery .swiper-slide .info .desc p {
    margin-bottom: 10px;
  }
  #development .thumb {
    margin-top: 40px;
    width: 100%;
  }
  #development .thumb .swiper-slide {
    width: 32%;
    height: 140px;
  }
  #development .thumb .swiper-slide .char {
    font-size: 26px;
  }
  #development .evolution-box .swiper-change {
    top: 100px;
    display: none;
  }
}
#honnor {
  background-image: url('../images/bg7.jpg');
}
#honnor .top-box .navs .item {
  border-width: 1.5px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  width: 133px;
  height: 45px;
  border-radius: 24px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
#honnor .top-box .navs .item:not(:first-child) {
  margin-left: 35px;
}
#honnor .top-box .navs .item.on {
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  border-color: transparent;
  color: #fff;
}
#honnor .honnor-swiper {
  margin-top: 65px;
  padding-bottom: 130px;
}
#honnor .honnor-swiper .swiper-slide {
  height: 450px;
  border-radius: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#honnor .honnor-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
#honnor .honnor-swiper .swiper-slide a .pic-box {
  height: 330px;
}
#honnor .honnor-swiper .swiper-slide a .pic-box .pic {
  width: 90%;
  height: 80%;
  padding: 20px;
  background-image: url('../images/bg7.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 30px -20px rgba(0, 0, 0, 0.3);
  
}
#honnor .honnor-swiper .swiper-slide a .pic-box .pic img {
  max-height: 90%;
}
#honnor .honnor-swiper .swiper-slide a:hover .title {
  color: #1fa0d4;
}
#honnor .honnor-swiper .swiper-change {
  width: 500px;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#honnor .honnor-swiper .swiper-change .btn {
  z-index: 99;
  width: 56px;
  height: 56px;
}
#honnor .honnor-swiper .swiper-change .num-pagination {
  bottom: 0;
}
#honnor .honnor-swiper .swiper-change .num-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 55px;
  line-height: 55px;
  opacity: 1;
  background-color: transparent;
}
#honnor .honnor-swiper .swiper-change .num-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
@media (max-width: 1480px) {
  #honnor .honnor-swiper .swiper-slide {
    height: 410px;
  }
  #honnor .honnor-swiper .swiper-slide a .pic-box {
    height: 300px;
  }
}
@media (max-width: 800px) {
  #honnor .honnor-swiper {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  #honnor .honnor-swiper .swiper-slide {
    height: 380px;
  }
  #honnor .honnor-swiper .swiper-slide a {
    padding: 30px 20px;
  }
  #honnor .honnor-swiper .swiper-slide a .pic-box {
    height: 300px;
  }
  #honnor .honnor-swiper .swiper-slide a .pic-box .pic {
    padding: 10px;
  }
  #honnor .honnor-swiper .swiper-change {
    width: 40%;
  }
  #honnor .honnor-swiper .swiper-change .num-pagination {
    display: none;
  }
}
@media (max-width: 800px) {
  #honnor .top-box {
    flex-wrap: wrap;
  }
  #honnor .top-box .navs {
    margin-top: 30px;
  }
  #honnor .top-box .navs .item {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  #honnor .top-box .navs .item:not(:first-child) {
    margin-left: 15px;
  }
}
.bottom-line {
  width: 100%;
  height: 6px;
}
#team {
  position: relative;
}
#team .top-box {
  margin: 76px 0;
}
#team .top-box .text-node {
  width: 70%;
}
#team .top-box .data-box {
  margin-top: 0;
}
#team .top-box .data-box li {
  text-align: left;
}
#team .top-box .data-box li .num .tnumber {
  font-size: 50px;
}
#team .top-box .data-box li .num .unit {
  font-size: 20px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#team .top-box .data-box li:nth-of-type(2) {
  padding: 0;
  margin: 0 0 0 80px;
  border-left: none;
  border-right: none;
}
#team .pic-swiper {
  height: 406px;
  user-select: none;
  cursor: url("../images/arrow-icon4.png"), auto;
}
#team .pic-swiper .swiper-slide {
  padding: 0 20px;
}
#team .pic-swiper .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#team .circle-box .circle {
  animation: shake 6s linear infinite;
}
#team .circle-box .circle1 {
  position: absolute;
  top: 15%;
  left: 45%;
  width: 20px;
}
#team .circle-box .circle2 {
  position: absolute;
  top: 12%;
  right: 28%;
  width: 80px;
}
#team .circle-box .circle3 {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 40px;
}
#team .circle-box .bg1 {
  position: absolute;
  top: 6%;
  right: 24%;
}
@media (max-width: 800px) {
  #team .main {
    position: relative;
    z-index: 8;
  }
  #team .top-box {
    margin: 36px 0;
    flex-wrap: wrap;
  }
  #team .top-box .text-node {
    width: 100%;
  }
  #team .top-box .data-box {
    margin-top: 20px;
    width: 100%;
  }
  #team .top-box .data-box ul {
    width: 100%;
  }
  #team .top-box .data-box li {
    text-align: left;
    width: 50%;
  }
  #team .top-box .data-box li:nth-of-type(2) {
    margin: 0;
  }
  #team .pic-swiper {
    height: 286px;
  }
  #team .pic-swiper .swiper-slide {
    padding: 0;
  }
  #team .circle-box .circle1 {
    top: 10%;
  }
  #team .circle-box .circle2 {
    top: 8%;
  }
  #team .circle-box .circle3 {
    top: 15%;
    width: 40px;
  }
  #team .circle-box .bg1 {
    right: 0;
  }
  #team.talents .main {
    flex-wrap: wrap;
  }
}
.product-lists .lists {
  width: 95%;
  margin: 0 auto;
}
.product-lists .lists .ul li {
  margin-bottom: 60px;
}
.product-lists .lists .ul li:last-child {
  margin-bottom: 0;
}
.product-lists .lists .ul li a {
  border-radius: 20px;
  height: 600px;
  background-image: url('../images/bg8.png');
  overflow: hidden;
  padding: 100px;
  box-sizing: border-box;
}
.product-lists .lists .ul li a .info {
  width: 45%;
}
.product-lists .lists .ul li a .info .text-node {
  margin: 40px 0 80px;
}
.product-lists .lists .ul li a .pic-box {
  width: 45%;
  height: 100%;
}
.product-lists .lists .ul li a .pic-box img {
  max-height: 100%;
  transition: all 0.3s linear;
}
.product-lists .lists .ul li a:hover .title {
  color: #1fa0d4;
}
.product-lists .lists .ul li a:hover .pic-box img {
  transform: scale(1.1);
}
.product-lists .lists .ul li a:hover .more {
  color: #fff;
}
.product-lists .lists .ul li a:hover .more::before {
  width: 100%;
}
.product-lists .lists .ul li a:hover .more .icon-box {
  color: #8dba4a;
  background-color: #fff;
}
@media (max-width: 1480px) {
  .product-lists .lists .ul li {
    margin-bottom: 40px;
  }
  .product-lists .lists .ul li a {
    height: 500px;
    padding: 80px;
  }
}
@media (max-width: 800px) {
  .product-lists .lists {
    width: 100%;
  }
  .product-lists .lists .ul li {
    margin-bottom: 30px;
  }
  .product-lists .lists .ul li a {
    height: auto;
    padding: 40px 20px 0;
    flex-wrap: wrap;
  }
  .product-lists .lists .ul li a .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-lists .lists .ul li a .info .text-node {
    margin: 20px 0 30px;
  }
  .product-lists .lists .ul li a .pic-box {
    width: 100%;
    height: 300px;
  }
  .product-lists .lists .ul li a .pic-box img {
    max-height: 90%;
  }
}
.product-lists2 .lists .ul li {
  position: relative;
  background-color: #fafafa;
}
.product-lists2 .lists .ul li .main {
  max-width: 70%;
}
.product-lists2 .lists .ul li .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-lists2 .lists .ul li .info {
  width: 45%;
}
.product-lists2 .lists .ul li .info .title {
  font-size: 55px;
}
.product-lists2 .lists .ul li .info .sub-title {
  font-size: 48px;
}
.product-lists2 .lists .ul li .info .desc {
  margin-top: 60px;
  color: rgba(0, 0, 0, 0.75);
}
.product-lists2 .lists .ul li .info .desc p {
  margin-bottom: 20px;
}
.product-lists2 .lists .ul li .info .desc p img {
  margin-right: 8px;
}
.product-lists2 .lists .ul li .pic-box {
  width: 45%;
  height: 100%;
}
.product-lists2 .lists .ul li .pic-box img {
  max-height: 90%;
}
.product-lists2 .lists .ul li:hover .title {
  color: #1fa0d4;
}
.product-lists2 .lists .ul li:nth-of-type(2n) .main {
  flex-direction: row-reverse;
}
.product-lists2 .lists .ul li:nth-of-type(2n) .bg {
  right: 0;
  left: auto;
}
@media (max-width: 1480px) {
  .product-lists2 .lists .ul li .main {
    max-width: 80%;
  }
  .product-lists2 .lists .ul li .info .title {
    font-size: 45px;
  }
  .product-lists2 .lists .ul li .info .sub-title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .product-lists2 .lists .ul li .main {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .product-lists2 .lists .ul li .info {
    width: 100%;
  }
  .product-lists2 .lists .ul li .info .title {
    font-size: 28px;
  }
  .product-lists2 .lists .ul li .info .sub-title {
    font-size: 18px;
  }
  .product-lists2 .lists .ul li .info .desc {
    margin-top: 30px;
  }
  .product-lists2 .lists .ul li .info .desc p {
    margin-bottom: 10px;
  }
  .product-lists2 .lists .ul li .pic-box {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    text-align: center;
  }
}
#znwldetail {
  background-color: #fafafa;
  position: relative;
}
#znwldetail .pic-box {
  width: 848px;
  height: 400px;
  background-image: url('../images/pc-bg2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18px;
  margin: 0 auto;
}
#znwldetail .pic-box .pic {
  width: 78%;
  height: 93%;
  margin: 0 auto;
}
#znwldetail .pic-box .pic img {
  max-height: 100%;
}
#znwldetail .desc {
  width: 94%;
  padding: 70px 10% 80px;
  box-sizing: border-box;
  margin: 80px auto 0;
  border-radius: 20px;
  background-image: url('../images/bg11.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 66;
}
#znwldetail .desc .title {
  margin-bottom: 30px;
}
#znwldetail .desc .text-node {
  opacity: 1;
}
#znwldetail .circle-box .circle {
  animation: shake 6s linear infinite;
}
#znwldetail .circle-box .circle1 {
  position: absolute;
  top: 15%;
  left: -5%;
  width: 300px;
}
#znwldetail .circle-box .circle2 {
  position: absolute;
  top: 12%;
  right: 26%;
  width: 60px;
}
#znwldetail .circle-box .circle3 {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 30px;
}
#znwldetail .circle-box .bg1 {
  position: absolute;
  top: 6%;
  right: 24%;
}
@media (max-width: 800px) {
  #znwldetail .pic-box {
    width: 100%;
    height: 170px;
  }
  #znwldetail .desc {
    margin-top: 30px;
    width: 100%;
    padding: 60px 5% ;
    margin: 40px auto 0;
    background-size: cover;
  }
  #znwldetail .desc .title {
    margin-bottom: 20px;
  }
}
.product-details {
  background-image: url('../images/bg12.jpg');
  padding: 20px 0;
}
.product-details #summary .left {
  position: relative;
}
.product-details #summary .left .top-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 55px;
}
.product-details #summary .left .tf .name {
  margin-bottom: 0.2rem;
}
.product-details #summary .left .scroll-down {
  margin-top: 60px;
}
.product-details #summary .left .scroll-down .icon-box {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, rgba(141, 186, 74, 0.1) 0%, rgba(32, 160, 212, 0.1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(141, 186, 74, 0.1) 0%, rgba(32, 160, 212, 0.1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(141, 186, 74, 0.1) 0%, rgba(32, 160, 212, 0.1) 100%);
  margin-right: 0.5em;
}
.product-details #summary .left .scroll-down .icon-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
.product-details #summary .left .scroll-down .icon {
  animation: animate01 2s linear infinite;
  position: relative;
  z-index: 99;
}
@keyframes animate01 {
  0% {
    transform: translateY(-0.3em);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0.3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0.3em);
    opacity: 0;
  }
}
@media (max-width: 1480px) {
  .product-details #summary .left .top-title {
    padding-bottom: 45px;
    margin-bottom: 45px;
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .product-details #summary .left {
    width: 42%;
  }
}
@media (max-width: 800px) {
  .product-details #summary {
    flex-wrap: wrap;
  }
  .product-details #summary .left .top-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .product-details #summary .left .scroll-down {
    margin-top: 30px;
  }
  .product-details #summary .left .scroll-down .icon-box {
    width: 56px;
    height: 56px;
  }
  .product-details #summary .right-pic {
    width: 100%;
    margin-top: 30px;
  }
  .product-details #summary .right-pic img {
    max-width: 90%;
  }
}
#parameters .info {
  overflow: hidden;
  margin-top: 70px;
  max-width: 1440px;
  overflow-y: hidden;
  overflow-x: auto;
}
#parameters .info .tab1 {
  min-width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
}
#parameters .info .tab1 tbody {
  color: #363636;
}
#parameters .info .tab1 tbody td {
  padding: 1.2em 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
#parameters .info .tab1 tbody td:last-child {
  border-right: none;
}
#parameters .info .tab1 tbody td:nth-of-type(2n) {
  text-align: left;
}
#parameters .info .tab1 tbody tr:hover td {
  background-color: #e3edf6;
}
#parameters .info .tab1 tbody tr:nth-child(2n-1) {
  background-color: #ebf0f4;
}
@media (max-width: 800px) {
  #parameters .info {
    margin-top: 30px;
  }
}
.pro-bottom {
  background-image: url(../images/bg7.jpg);
}
.pro-bottom .content-box {
  margin-top: 70px;
  position: relative;
}
.pro-bottom .content-box .svg-box {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pro-bottom .content-box svg {
  width: 100%;
  height: 668px;
}
.pro-bottom .content-box svg .cls-1,
.pro-bottom .content-box svg .cls-15,
.pro-bottom .content-box svg .cls-5,
.pro-bottom .content-box svg .cls-7,
.pro-bottom .content-box svg .cls-9 {
  fill: #fff;
}
.pro-bottom .content-box svg .cls-1,
.pro-bottom .content-box svg .cls-11,
.pro-bottom .content-box svg .cls-5,
.pro-bottom .content-box svg .cls-7,
.pro-bottom .content-box svg .cls-9 {
  stroke-width: 1px;
}
.pro-bottom .content-box svg .cls-1,
.pro-bottom .content-box svg .cls-5,
.pro-bottom .content-box svg .cls-7,
.pro-bottom .content-box svg .cls-9 {
  fill-rule: evenodd;
}
.pro-bottom .content-box svg .cls-1 {
  stroke: url(#linear-gradient);
}
.pro-bottom .content-box svg .cls-2 {
  font-size: 25.972px;
  opacity: 0.9;
}
.pro-bottom .content-box svg .cls-15,
.pro-bottom .content-box svg .cls-2 {
  font-family: SourceHanSansSC;
}
.pro-bottom .content-box svg .cls-3 {
  font-size: 15.983px;
  opacity: 0.75;
  font-family: "Microsoft YaHei";
}
.pro-bottom .content-box svg .cls-10,
.pro-bottom .content-box svg .cls-4,
.pro-bottom .content-box svg .cls-6,
.pro-bottom .content-box svg .cls-8 {
  fill: #0043cc;
}
.pro-bottom .content-box svg .cls-4 {
  filter: url(#filter);
}
.pro-bottom .content-box svg .cls-5 {
  stroke: url(#linear-gradient-2);
}
.pro-bottom .content-box svg .cls-6 {
  filter: url(#filter-2);
}
.pro-bottom .content-box svg .cls-7 {
  stroke: url(#linear-gradient-3);
}
.pro-bottom .content-box svg .cls-8 {
  filter: url(#filter-3);
}
.pro-bottom .content-box svg .cls-9 {
  stroke: url(#linear-gradient-4);
}
.pro-bottom .content-box svg .cls-10 {
  filter: url(#filter-4);
}
.pro-bottom .content-box svg .cls-11 {
  fill: none;
  stroke-dasharray: 4 4;
  opacity: 0.5;
  stroke: url(#linear-gradient-5);
}
.pro-bottom .content-box svg .cls-12 {
  opacity: 0.1;
  fill: url(#linear-gradient-6);
}
.pro-bottom .content-box svg .cls-13 {
  fill: #eff3f6;
}
.pro-bottom .content-box svg .cls-14 {
  fill: url(#linear-gradient-7);
  filter: url(#filter-5);
}
.pro-bottom .content-box svg .cls-15 {
  font-size: 32px;
  font-weight: 500;
}
.pro-bottom .content-box .circle {
  display: block;
  width: 650px;
  height: 650px;
  animation: circle 25s linear infinite;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pro-bottom .content-box .svg-box2 {
  z-index: 8;
}
@media (max-width: 1480px) {
  .pro-bottom .content-box svg {
    height: 570px;
  }
  .pro-bottom .content-box .circle {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 1080px) {
  .pro-bottom .content-box {
    margin-top: 40px;
  }
  .pro-bottom .content-box svg {
    height: 180px;
  }
  .pro-bottom .content-box .circle {
    width: 180px;
    height: 180px;
  }
}
#policy {
  background-color: #f4f7fa;
  position: relative;
}
#policy .main {
  position: relative;
  z-index: 8;
}
#policy .lists {
  margin-top: 85px;
}
#policy .lists ul li {
  width: 48%;
  margin-bottom: 40px;
}
#policy .lists ul li .oppress {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 20px;
}
#policy .lists ul li .oppress::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, rgba(141, 186, 74, 0.9) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(141, 186, 74, 0.9) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(141, 186, 74, 0.9) 0%, transparent 100%);
  transition: all 0.6s ease;
  z-index: 1;
}
#policy .lists ul li .oppress .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 64px 60px;
  box-sizing: border-box;
  z-index: 2;
}
#policy .lists ul li:hover .oppress::before {
  height: 60%;
}
#policy .circle-box .circle {
  animation: shake 6s linear infinite;
}
#policy .circle-box .circle img {
  width: 100%;
}
#policy .circle-box .circle1 {
  position: absolute;
  top: 12%;
  left: 38%;
  width: 20px;
}
#policy .circle-box .circle4 {
  position: absolute;
  top: 8%;
  left: 34%;
  width: 300px;
}
#policy .circle-box .circle2 {
  position: absolute;
  top: 11%;
  right: 28%;
  width: 70px;
}
#policy .circle-box .circle3 {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 30px;
}
#policy .circle-box .bg1 {
  position: absolute;
  top: 6%;
  right: 24%;
}
#policy .team-lists ul li {
  margin-bottom: 0;
}
#policy .team-lists ul li .bottom {
  margin-top: 50px;
  position: relative;
}
#policy .team-lists ul li .bottom .icon-box {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
#policy .team-lists ul li .bottom .num {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#policy .team-lists ul li:hover .oppress::before {
  height: 0;
}
#policy .team-lists ul li:hover .oppress img {
  transform: scale(1.1);
}
#policy .team-lists ul li:hover .title .f26 {
  color: #1fa0d4;
}
@media (max-width: 1480px) {
  #policy .lists ul li .oppress {
    height: 360px;
  }
  #policy .lists ul li .oppress .title {
    padding: 44px 40px;
  }
}
@media (max-width: 800px) {
  #policy .lists {
    margin-top: 45px;
  }
  #policy .lists ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #policy .lists ul li .oppress {
    height: 250px;
  }
  #policy .lists ul li .oppress .title {
    padding: 34px 20px;
  }
  #policy .team-lists ul li .bottom {
    margin-top: 10px;
  }
  #policy .team-lists ul li .bottom .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  #policy .team-lists ul li .bottom .icon-box img {
    width: 30px;
  }
  #policy .team-lists ul li .bottom .title {
    flex: 1;
  }
  #policy .team-lists ul li .bottom .num {
    display: none;
  }
}
#process {
  background-image: url(../images/bg7.jpg);
}
#process .ys-box ul {
  margin-right: -3%;
}
#process .ys-box ul li {
  width: 30.33%;
  margin-right: 3%;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  height: 260px;
  padding: 90px 70px 0;
  box-sizing: border-box;
  margin-top: 100px;
  text-align: center;
}
#process .ys-box ul li::before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #edf2f5;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
#process .ys-box ul li .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#process .ys-box ul li .name {
  opacity: 0.9;
  margin-bottom: 20px;
}
#process .ys-box ul li .name .num {
  font-style: italic;
  margin-right: 10px;
}
#process .ys-box ul li .txt {
  line-height: 1.8;
}
#process .ys-box ul li:hover .name {
  opacity: 1;
  color: #1fa0d4;
}
#process .ys-box ul li:hover .icon-box {
  animation: shake3 0.6s linear forwards;
}
@keyframes shake3 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#process .employee-box {
  margin-top: 80px;
}
#process .employee-box ul {
  margin-right: -2%;
}
#process .employee-box ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  height: 300px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#process .employee-box ul li::before {
  content: '';
  width: 100%;
  height: 0;
  border-radius: 20px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
#process .employee-box ul li .icon-box {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #ebf0f4;
  margin: 0 auto 25px;
  position: relative;
  z-index: 99;
}
#process .employee-box ul li .name {
  position: relative;
  z-index: 99;
}
#process .employee-box ul li:hover {
  color: #fff;
}
#process .employee-box ul li:hover::before {
  height: 100%;
}
#process .employee-box ul li:hover .icon-box {
  background-color: rgba(255, 255, 255, 0.302);
}
#process .employee-box ul li:hover .icon-box img {
  filter: brightness(1000);
}
@media (max-width: 1480px) {
  #process .ys-box ul li {
    padding: 90px 50px 0;
  }
}
@media (max-width: 800px) {
  #process .ys-box ul {
    margin-right: 0;
  }
  #process .ys-box ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 90px 30px 40px;
    margin-top: 80px;
  }
  #process .ys-box ul li .name {
    margin-bottom: 10px;
  }
  #process .ys-box ul li .txt {
    line-height: 1.6;
  }
  #process .employee-box {
    margin-top: 40px;
  }
  #process .employee-box ul {
    margin-right: -2%;
  }
  #process .employee-box ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    height: auto;
    padding: 40px 10px;
  }
  #process .employee-box ul li .icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
  }
  #process .employee-box ul li .icon-box img {
    width: 35px;
  }
  #process .employee-box ul li .name {
    font-size: 18px;
  }
}
#case .top-box .swiper-change {
  width: 150px;
  position: relative;
}
#case .case-swiper {
  margin-top: 85px;
  padding-bottom: 125px;
}
#case .case-swiper .swiper-slide a .oppress {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 30px;
}
#case .case-swiper .swiper-slide a:hover .title {
  color: #1fa0d4;
}
#case .case-swiper .swiper-progress {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
#case .case-swiper .swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
#case .case-swiper .swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
#case .team-swiper .swiper-slide .oppress {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}
#case .team-swiper .swiper-progress {
  left: 9%;
  width: 82%;
}
@media (max-width: 1480px) {
  #case .team-swiper .swiper-slide .oppress {
    height: 300px;
  }
}
@media (max-width: 800px) {
  #case .main {
    padding-bottom: 30px;
  }
  #case .top-box .swiper-change {
    width: 120px;
  }
  #case .case-swiper {
    padding-bottom: 100px;
    margin-top: 30px;
  }
  #case .case-swiper .swiper-slide a .oppress {
    height: 250px;
    margin-bottom: 20px;
  }
  #case .team-swiper {
    margin-top: 20px;
  }
  #case .team-swiper .swiper-slide .oppress {
    height: 250px;
  }
}
.page-contact {
  background-image: url(../images/bg13.jpg);
  background-position: center top;
}
.page-contact .contact-box {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 94px;
  box-sizing: border-box;
  width: 90%;
  margin: 95px auto 0;
}
.page-contact .form {
  width: 100%;
}
.page-contact .form .tips {
  margin-bottom: 45px;
}
.page-contact .form .row {
  margin-bottom: 45px;
  width: 48%;
}
.page-contact .form .row .label {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #f0f3f6;
  padding-left: 30px;
  box-sizing: border-box;
}
.page-contact .form .row .label input,
.page-contact .form .row .label textarea {
  flex: 1;
  padding: 0 15px;
}
.page-contact .form .row .label input.quantity-text,
.page-contact .form .row .label textarea.quantity-text {
  width: 50%;
}
.page-contact .form .row .label .prop {
  font-size: 18px;
}
.page-contact .form .row .input::placeholder,
.page-contact .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.page-contact .form .submit-btn {
  width: 420px;
  height: 80px;
  border-radius: 20px;
  cursor: pointer;
  margin: 30px auto 0;
}
.page-contact .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .page-contact .contact-box {
    padding: 34px 20px;
    width: 100%;
    margin: 45px auto 0;
  }
  .page-contact .form {
    width: 100%;
  }
  .page-contact .form .tips {
    margin-bottom: 35px;
  }
  .page-contact .form .row {
    margin-bottom: 15px;
    width: 100%;
  }
  .page-contact .form .row .label {
    padding-left: 10px;
  }
  .page-contact .form .row .label input,
  .page-contact .form .row .label textarea {
    flex: 1;
    padding: 0 15px;
  }
  .page-contact .form .row .label .prop {
    font-size: 14px;
  }
  .page-contact .form .submit-btn {
    width: 100%;
    height: 70px;
    margin: 20px auto 0;
  }
}
.talents .left-box .more {
  margin-top: 80px;
}
.talents .circle-box {
  left: -48%;
  top: 60%;
  width: 120%;
  height: 50%;
  right: auto;
}
@media (max-width: 800px) {
  .talents .left-box {
    margin-bottom: 40px;
  }
  .talents .left-box .more {
    margin-top: 30px;
  }
  .talents .circle-box {
    display: none;
  }
}
#policy.join .circle-box .circle4 {
  top: -7%;
  left: auto;
  right: -2%;
  width: 350px;
}
#policy.news .top-circle-box {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 800px;
}
.join .job-lists .search-box {
  margin: 60px 0;
}
.join .job-lists .search-box .select {
  width: 25%;
}
.join .job-lists .search-box .select-box {
  position: relative;
  border-width: 1px;
  border-color: #d6dae0;
  border-style: solid;
  background-color: #ffffff;
  height: 68px;
  padding-left: 25px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 35px;
}
.join .job-lists .search-box .select-box::after {
  content: "\e665";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icon";
  font-size: 18px;
  opacity: 0.7;
}
.join .job-lists .search-box .select-box select {
  flex: 1;
  padding: 0 24px;
}
.join .job-lists .search-box .select-box .spe-box {
  width: 70%;
}
.join .job-lists .search-box .search {
  width: 45%;
  border-width: 1px;
  border-color: #d6dae0;
  border-style: solid;
  background-color: #ffffff;
  height: 68px;
  padding-left: 25px;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative;
  margin-left: 40px;
}
.join .job-lists .search-box .search .submit-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 56px;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  border-radius: 28px;
  cursor: pointer;
}
.join .job-lists .search-box .search .tf {
  width: 75%;
  height: 100%;
  margin-left: 10px;
}
.join .job-lists .search-box .search .tf input {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .join .job-lists .search-box {
    margin: 30px 0;
  }
  .join .job-lists .search-box .box {
    flex-wrap: wrap;
  }
  .join .job-lists .search-box .select {
    width: 100%;
  }
  .join .job-lists .search-box .select-box {
    height: 48px;
    padding-left: 15px;
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .join .job-lists .search-box .select-box::after {
    right: 15px;
    font-size: 16px;
  }
  .join .job-lists .search-box .select-box select {
    padding: 0 14px;
  }
  .join .job-lists .search-box .search {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 25px;
  }
  .join .job-lists .search-box .search .submit-btn {
    width: 100px;
    height: 40px;
    border-radius: 25px;
  }
}
.join .job-lists .lists li {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.join .job-lists .lists li .top {
  transition: all 0.4s ease-out;
  border-width: 1px;
  border-color: #d6dae0;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
  height: 88px;
  overflow: hidden;
}
.join .job-lists .lists li .top::before {
  content: '';
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  width: 4px;
  height: 88px;
  position: absolute;
  left: 0;
  top: 0;
}
.join .job-lists .lists li .top .right {
  width: 50%;
  margin-right: -1px;
}
.join .job-lists .lists li .top.active .name {
  opacity: 1;
}
.join .job-lists .lists li .bottom {
  display: none;
  padding: 60px;
  position: relative;
}
.join .job-lists .lists li .bottom .bottom-link {
  margin-top: 55px;
}
.join .job-lists .lists li .bottom .links-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 57px;
  border-radius: 30px;
}
.join .job-lists .lists li .bottom .links-btn:first-child {
  background-image: -moz-linear-gradient(-180deg, #278ce5 0%, #66bc96 100%);
  background-image: -webkit-linear-gradient(-180deg, #278ce5 0%, #66bc96 100%);
  background-image: -ms-linear-gradient(-180deg, #278ce5 0%, #66bc96 100%);
  width: 160px;
  height: 57px;
  margin-right: 1em;
}
.join .job-lists .lists li .bottom .links-btn.store {
  border-width: 1px;
  border-color: #d6dae0;
  border-style: solid;
  width: 104px;
  height: 56px;
}
.join .job-lists .lists li .bottom .links-btn.store img {
  margin-right: 0.5em;
}
.join .job-lists .lists li .bottom .links-btn.store.active {
  border-color: #f4a600;
  color: #f4a600;
}
.join .job-lists .lists li .bottom .links-btn.store.active span {
  opacity: 1;
}
.join .job-lists .lists li .bottom .links-btn:hover {
  opacity: 0.8;
}
.join .job-lists .lists li .bottom .bg {
  position: absolute;
  bottom: 60px;
  right: 0;
}
.join .job-lists .lists li .desc-box {
  width: 100%;
  position: relative;
  z-index: 88;
}
.join .job-lists .lists li .desc-box .desc > div {
  margin-bottom: 50px;
}
.join .job-lists .lists li .desc-box .desc > div:last-child {
  margin-bottom: 0;
}
.join .job-lists .lists li .desc-box .desc > div .title {
  margin-bottom: 10px;
}
.join .job-lists .lists li .btn {
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  width: 40px;
  height: 88px;
  color: #fff;
}
.join .job-lists .lists li .btn.on .icon{
    transform: rotate(180deg);
    transition: all .4s ease;
}
.join .job-lists .lists li .btn .jian {
  display: none;
}
.join .job-lists .lists li .btn.on .jian {
  display: block;
}
.join .job-lists .lists li .btn.on .jia {
  display: none;
}
@media (max-width: 1400px) {
  .join .job-lists .lists li .top .right {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .join .job-lists .lists li {
    margin-bottom: 20px;
  }
  .join .job-lists .lists li .top {
    height: 66px;
    padding-left: 20px;
  }
  .join .job-lists .lists li .top .right {
    width: auto;
  }
  .join .job-lists .lists li .top .right .item {
    display: none;
  }
  .join .job-lists .lists li .bottom {
    padding: 25px 10px;
  }
  .join .job-lists .lists li .bottom .right .item {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .join .job-lists .lists li .bottom .bg {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 50%;
  }
  .join .job-lists .lists li .bottom .bottom-link {
    margin-top: 35px;
  }
  .join .job-lists .lists li .desc-box {
    margin-top: 20px;
  }
  .join .job-lists .lists li .desc-box .desc > div {
    margin-bottom: 30px;
  }
  .join .job-lists .lists li .desc-box .desc > div:last-child {
    margin-bottom: 0;
  }
  .join .job-lists .lists li .btn .icon {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .join .job-lists .lists {
    margin-top: 10px;
    padding-bottom: 70px;
  }
}
.news-lists {
  margin-top: 85px;
}
@media (max-width: 800px) {
  .news-lists {
    margin-top: 40px;
  }
}
.news-lists ul li {
  margin-bottom: 45px;
}
.news-lists ul li a {
  padding: 55px 65px;
  border-radius: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.news-lists ul li a .oppress {
  width: 25%;
  height: 240px;
  border-radius: 20px;
}
.news-lists ul li a .info {
  width: 71%;
}
.news-lists ul li a .info .top-box {
  margin: 0 0 40px;
}
.news-lists ul li a .info .top-box .date {
  width: 72px;
  height: 72px;
  color: #1fa0d4;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  background-image: url('../images/date-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  margin-right: 35px;
}
.news-lists ul li a .info .top-box .title {
  width: 87%;
}
.news-lists ul li a:hover .title {
  color: #1fa0d4;
}
.news-lists ul li a:hover .info .top-box .date {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
@media (max-width: 800px) {
  .news-lists ul li {
    margin-bottom: 20px;
  }
  .news-lists ul li a {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
  }
  .news-lists ul li a .oppress {
    width: 35%;
    height: 120px;
  }
  .news-lists ul li a .info {
    width: 60%;
  }
  .news-lists ul li a .info .top-box {
    margin: 0 0 10px;
    flex-wrap: wrap;
  }
  .news-lists ul li a .info .top-box .date {
    display: none;
  }
  .news-lists ul li a .info .top-box .title {
    width: 100%;
  }
}
.news-details .top-box .back .char {
  margin-left: 10px;
}
.news-details .top-box .back .icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #f4f3f3;
  text-align: center;
  line-height: 47px;
}
.news-details .top-box .back:hover {
  color: #1fa0d4;
  opacity: 1;
}
.news-details .top-box .back:hover .icon {
  color: #fff;
  background-color: #1fa0d4;
}
.news-details .article {
  margin: 75px auto 0;
  width: 88%;
}
.news-details .article .tag-box {
  margin: 25px 0 45px;
}
.news-details .article .tag-box .date {
  margin-right: 40px;
}
.news-details .article .desc {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.news-details .article .desc a {
  display: inline-block;
}
.news-details .btn-box {
  margin-top: 90px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .btn-box a {
  opacity: 0.9;
}
.news-details .btn-box a.text-over {
  width: 30%;
}
.news-details .btn-box a:hover {
  opacity: 1;
  color: #1fa0d4;
}
.news-details .btn-box .back .icon {
  margin-right: 10px;
}
@media (max-width: 800px) {
  .news-details .top-box {
    flex-wrap: wrap;
    padding-top: 30px;
    position: relative;
  }
  .news-details .top-box .back {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .news-details .article {
    margin: 35px auto 0;
    width: 100%;
  }
  .news-details .article .tag-box {
    margin: 15px 0 30px;
  }
  .news-details .article .tag-box .date {
    margin-right: 10px;
  }
  .news-details .article .desc {
    line-height: 1.6;
  }
  .news-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .news-details .btn-box a.text-over {
    width: 46%;
  }
  .news-details .btn-box .back {
    display: none;
  }
}
.connect-page {
  background-image: url('../images/bg16.jpg');
  background-position: center top;
}
.connect-page .connect-info .ul {
  height: 324px;
}
.connect-page .connect-info .ul li {
  width: 22%;
  height: 100%;
  padding-right: 50px;
  margin-right: 50px;
  padding-top: 44px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.connect-page .connect-info .ul li:first-child {
  width: 30%;
}
.connect-page .connect-info .ul li:nth-of-type(3),
.connect-page .connect-info .ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.connect-page .connect-info .ul li:last-child {
  flex: inherit;
  width: 220px;
  text-align: center;
}
.connect-page .connect-info .ul li:last-child .pic-box {
  width: 180px;
  margin: 0 auto;
}
.connect-page .connect-info .ul li:last-child .pic-box img {
  width: 100%;
  height: 100%;
}
.connect-page .connect-info .ul li:last-child p {
  margin-top: 20px;
}
.connect-page .connect-info .ul li .info .f18 {
  margin: 30px 0 25px;
}
.connect-page .connect-info .ul .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -webkit-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
  background-image: -ms-linear-gradient(0deg, #8dba4a 0%, #20a0d4 100%);
}
.connect-page .connect-info .ul .icon-box .icon {
  color: #fff;
  font-size: 30px;
}
.connect-page #map {
  height: 600px;
  border-radius: 20px;
  margin: 70px 0;
}
@media (max-width: 1480px) {
  .connect-page .connect-info .ul li {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .connect-page .connect-info {
    margin: 40px 0;
  }
  .connect-page .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
  }
  .connect-page .connect-info .ul li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .connect-page .connect-info .ul li:last-child {
    border-bottom: none;
  }
  .connect-page .connect-info .ul li .info .f18 {
    margin: 20px 0 10px;
  }
  .connect-page .connect-info .ul .icon-box {
    width: 42px;
    height: 42px;
  }
  .connect-page .connect-info .ul .icon-box .icon {
    font-size: 20px;
  }
  .connect-page #map {
    height: 400px;
    margin: 30px 0;
  }
}
.connect-form {
  background-image: url('../images/bg15.jpg');
}
.connect-form .main {
  align-items: flex-start;
}
.connect-form .form {
  width: 48%;
  margin-top: 60px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 68px;
  border-radius: 16px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 280px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 70px;
  border-radius: 16px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .connect-form .main .form {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
