@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #00a2e9;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1.1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
.pt,
.pb {
  padding-bottom: 1.1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 40px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #00a2e9;
}
.maincolor2 {
  color: #00a2e9;
}
.maincolor3 {
  color: #1066d0;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
a:hover .more {
  color: #1066d0;
}
a:hover .more .op7 {
  opacity: 1;
}
a:hover .more .icon-box {
  transform: none;
  border-color: #1066d0;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.more .char {
  margin-right: 10px;
  position: relative;
}
.more .char::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}
.more .icon-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  transition: all 0.4s ease;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
  }
}
.more:hover {
  color: #00a2e9;
}
.more:hover .op7 {
  opacity: 1;
}
.more:hover .op7::after {
  background-color: #00a2e9;
}
.more:hover .icon-box {
  color: #fff;
  border-color: #00a2e9;
  background-color: #00a2e9;
}
.more.spe-more {
  border-color: rgba(0, 0, 0, 0.5);
}
.more.spe-more:hover {
  opacity: 1;
  border-color: #00a2e9;
}
.more.active-more {
  border-bottom: 1px solid #00a2e9;
}
.more.active-more span {
  color: #00a2e9;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #00a2e9;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
  opacity: 1;
}
.more.white-more .icon-box {
  color: #fff;
  background-color: #00a2e9;
  border: none;
}
.more.white-more .char {
  opacity: 1;
}
.more.white-more .char::after {
  background-color: #fff;
}
.more.white-more:hover {
  color: #fff;
}
.more.white-more:hover .char::after {
  background-color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go .icon-box {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
  background-color: #00a2e9;
  margin-right: 0.5em;
}
.go .char {
  text-transform: uppercase;
}
.go:hover .char {
  opacity: 1;
  color: #00a2e9;
}
.go.white-go:hover .char {
  color: #fff;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #00a2e9;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(0, 162, 233, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(0, 162, 233, 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);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 48px;
  text-align: center;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #00a2e9;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #00a2e9;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f20 {
    font-size: 18px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .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;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.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: #00a2e9;
  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: #00a2e9;
}
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: #00a2e9;
}
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: 3em;
    min-width: 45px;
  }
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1580px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1300px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #00a2e9;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #00a2e9;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #00a2e9;
}
.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: #00a2e9;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #00a2e9;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #00a2e9;
}
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: #00a2e9;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #00a2e9;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #00a2e9;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  content: '';
  width: 7px;
  height: 9px;
  background-image: url('../images/arrow-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-change.spe-change .btn.swiper-button-next:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-image: -moz-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -webkit-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -ms-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
}
.swiper-change.spe-change .btn:hover:after {
  content: '';
  background-image: url('../images/arrow-icon2.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next:after {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e9;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #00a2e9;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 53px;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
}
.swiper-change.spe-change3.gray .btn {
  color: rgba(0, 0, 0, 0.7);
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change3.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 1.4px;
  height: 6px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-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 {
  height: 90px;
  width: 100%;
  z-index: 206;
  background-color: #fff;
  position: relative;
}
#header .main,
#header .right-box {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header .tel-box {
  margin-left: 100px;
}
#header .tel-box span {
  margin-left: 0.4em;
}
#header .tel-box p {
  margin-top: 5px;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header.select .nav-btn .middle-item > .full {
  background-color: #00a2e9;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #00a2e9;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 50%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header.fixed-header .nav-btn .middle-item > .full,
#header.details-header .nav-btn .middle-item > .full {
  background-color: #00a2e9;
}
#header.details-header {
  position: relative;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1480px) {
  #header .logo-box {
    width: 200px;
  }
}
@media (max-width: 1080px) {
  #header .tel-box,
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
}
#navbar {
  height: 100%;
}
#navbar .interaction {
  padding: 0 34px;
  height: 100%;
  position: relative;
}
#navbar .interaction:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #00a2e9;
  transition: all 0.4s ease;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #00a2e9;
  font-weight: bold;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 66px;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer {
  background-image: url('../images/bg2.jpg');
}
#footer > .main .left-box {
  width: 65%;
  padding: 100px 0 64px;
}
#footer > .main .left-box .info-box {
  width: 30%;
}
#footer > .main .left-box .bottom-connect {
  margin-top: 94px;
}
#footer > .main .left-box .bottom-connect li {
  margin-bottom: 20px;
}
#footer > .main .left-box .bottom-connect li.tel-li {
  margin-bottom: 60px;
}
#footer > .main .left-box .bottom-connect li.tel-li .top-box {
  margin-bottom: 6px;
}
#footer > .main .left-box .bottom-connect li.tel-li .top-box img {
  margin-right: 5px;
}
#footer > .main .left-box .bottom-connect li:last-child {
  margin-bottom: 0;
}
#footer > .main .left-box .bottom-connect li .icon-box {
  margin-bottom: 8px;
}
#footer > .main .left-box .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer > .main .left-box .bottom-connect li .txt {
  line-height: 1.6;
}
#footer > .main .left-box .form {
  width: 60%;
}
#footer > .main .left-box .form .top-title {
  margin-bottom: 26px;
}
#footer > .main .left-box .form .row {
  width: 49%;
  margin-bottom: 20px;
}
#footer > .main .left-box .form .row.long-row {
  width: 100%;
}
#footer > .main .left-box .form .row .label {
  width: 100%;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  height: 50px;
  padding-left: 18px;
  box-sizing: border-box;
}
#footer > .main .left-box .form .row .label .prop {
  font-size: 14px;
  opacity: 0.7;
}
#footer > .main .left-box .form .row .label.select-box {
  position: relative;
}
#footer > .main .left-box .form .row .label.select-box::after {
  content: "\e665";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  font-family: 'icon';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 28px;
}
#footer > .main .left-box .form .row .input,
#footer > .main .left-box .form .row .select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  font-size: 12px;
  box-sizing: border-box;
  flex: 1;
  opacity: 0.7;
  position: relative;
  z-index: 100;
}
#footer > .main .left-box .form .row .input::placeholder,
#footer > .main .left-box .form .row .select::placeholder {
  color: #fff;
}
#footer > .main .left-box .form .select2-container {
  width: auto !important;
  flex: 1;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
#footer > .main .left-box .form .select2-container .select2-selection--multiple {
  padding-top: 10px;
  height: 50px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 18px;
}
#footer > .main .left-box .form .select2-container .select2-selection__choice {
  background-color: transparent;
}
#footer > .main .left-box .form .select2-container .select2-search--inline {
  display: none;
}
#footer > .main .left-box .form .submit-btn {
  width: 150px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 22px;
}
#footer > .main .left-box .form .submit-btn:hover {
  opacity: 0.8;
}
#footer .right-box {
  width: 25%;
  padding: 100px 0 64px 75px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
#footer .right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #00a2e9;
  transition: all 0.6s ease;
}
#footer .right-box .right {
  align-items: flex-end;
}
#footer .right-box:hover::before {
  height: 100%;
}
#footer .bottom-nav li {
  margin-bottom: 20px;
}
#footer .bottom-nav li:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li a {
  font-size: 24px;
}
#footer .bottom-nav li a:hover {
  color: #00a2e9;
  text-decoration: underline;
}
#footer .footer-contact {
  margin-top: 130px;
}
#footer .footer-contact .item {
  position: relative;
}
#footer .footer-contact .item .cc {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #595d61;
}
#footer .footer-contact .item:not(:last-child) {
  margin-right: 24px;
}
#footer .footer-contact .item .fade {
  position: absolute;
  left: 50%;
  padding-top: 0.5em;
  margin-top: -8px;
  top: -140px;
  transform: translateX(-50%);
}
#footer .footer-contact .item .content {
  background-color: #fff;
  padding: 5px;
  position: relative;
}
#footer .footer-contact .item .content::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#footer .footer-contact .item .content img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  max-width: unset;
}
#footer .footer-contact .item:hover {
  opacity: 1;
}
#footer .footer-contact .item:hover .cc {
  background-color: #00a2e9;
  color: #fff;
}
#footer .footer-contact .item:hover .fade {
  margin-top: 0;
}
#footer .toTop {
  cursor: pointer;
}
#footer .toTop .icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#footer .toTop:hover .icon-box {
  border-color: #4089c1;
  background-color: #4089c1;
}
#footer .wechat {
  margin-top: -66px;
  text-align: center;
}
#footer .wechat .pic {
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 8px;
  box-sizing: border-box;
}
#footer .wechat p {
  margin-top: 10px;
}
#footer .wechat p span {
  margin-top: 5px;
}
#footer .blogroll {
  position: relative;
  margin-left: 2em;
}
#footer .blogroll .static {
  width: 11.87em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
}
#footer .blogroll .static .char {
  font-size: 14px;
  opacity: 0.7;
}
#footer .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #00a2e9;
  color: #fff;
}
#footer .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer .blogroll .fade {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
  z-index: 100;
}
#footer .blogroll .fade .content {
  width: 260px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
  padding: 1em;
  height: 180px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#footer .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #00a2e9;
}
#footer .blogroll:hover .static {
  background-color: #00a2e9;
  border-color: #00a2e9;
  color: #fff;
}
#footer .blogroll:hover .static .char {
  opacity: 1;
}
#footer .blogroll:hover .static .cc {
  background-color: #fff;
  color: #00a2e9;
}
#footer .blogroll:hover .fade {
  margin-top: 0;
}
#footer .copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .copyright a {
  opacity: 0.7;
}
#footer .copyright a:first-child {
  margin-right: 130px;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1480px) {
  #footer > .main .left-box .info-box {
    width: 34%;
  }
  #footer > .main .left-box .form {
    width: 56%;
  }
}
@media (max-width: 1366px) {
  #footer .right-box {
    width: 31%;
    padding: 100px 0 64px 48px;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer > .main {
    position: relative;
  }
  #footer > .main .left-box {
    width: 100%;
    padding: 50px 0 ;
    flex-wrap: wrap;
  }
  #footer > .main .left-box .info-box {
    width: 100%;
  }
  #footer > .main .left-box .bottom-connect {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #footer > .main .left-box .bottom-connect li {
    margin-bottom: 10px;
  }
  #footer > .main .left-box .bottom-connect li.tel-li {
    margin-bottom: 30px;
  }
  #footer > .main .left-box .form {
    width: 100%;
  }
  #footer > .main .left-box .form .top-title {
    margin-bottom: 16px;
  }
  #footer > .main .left-box .form .row {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer > .main .left-box .form .select2-container {
    width: auto !important;
    flex: 1;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  #footer > .main .left-box .form .select2-container .select2-selection--multiple {
    padding-top: 10px;
    height: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 18px;
  }
  #footer > .main .left-box .form .select2-container .select2-selection__choice {
    background-color: transparent;
  }
  #footer > .main .left-box .form .select2-container .select2-search--inline {
    display: none;
  }
  #footer > .main .left-box .form .submit-btn {
    margin-top: 15px;
  }
  #footer > .main .right-box {
    width: 100%;
    padding: 0;
    border-left: none;
    flex-wrap: wrap;
  }
  #footer > .main .right-box::before {
    display: none;
  }
  #footer > .main .right-box .toTop {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .footer-contact {
    margin-top: 100px;
  }
  #footer .wechat {
    width: 100%;
    margin-top: 0;
  }
  #footer .wechat li {
    margin: 0 auto;
  }
  #footer .copyright {
    margin-top: 40px;
    padding: 20px 0;
  }
  #footer .copyright .left {
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
    text-align: center;
  }
  #footer .copyright a:first-child {
    margin-right: 0;
  }
}
#banner {
  height: calc(100vh - 90px);
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6%;
  z-index: 10;
  padding-top: 30vh;
  box-sizing: border-box;
}
#banner > .swiper .swiper-slide .banner-txt .txt {
  margin: 40px 0 60px;
  line-height: 1.8;
}
#banner > .swiper .swiper-slide .banner-txt .number {
  position: absolute;
  left: 0;
  bottom: 60px;
  letter-spacing: 4px;
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 80%;
    left: 20px;
    padding-top: 0;
    top: 50%;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt {
    margin: 40px 0;
    line-height: 1.6;
  }
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 20;
  width: auto;
}
#banner .pagination-box {
  position: absolute;
  right: 6%;
  bottom: 0.5rem;
  margin-bottom: 20px;
  z-index: 2;
  min-width: 350px;
}
#banner .pagination-box .swiper-pagination {
  bottom: -18px;
}
#banner .pagination-box .swiper-pagination .circle {
  margin: 0 12px;
}
@media (max-width: 1080px) {
  #banner .swiper-change,
  #banner .scroll-down {
    display: none;
  }
  #banner .pagination-box {
    bottom: 0.3rem;
  }
}
@media (max-width: 800px) {
  #banner {
    height: auto;
  }
}
.page-banner {
  position: relative;
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 10;
  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%;
  animation: changeMask 3s ease forwards;
}
@keyframes changeMask {
  0% {
    mask-position: 100% center;
    -webkit-mask-position: 100% center;
  }
  100% {
    mask-position: 0 center;
    -webkit-mask-position: 0 center;
  }
}
@media (max-width: 1000px) {
  .page-banner {
    height: 450px;
  }
  .page-banner .banner-txt {
    width: 60%;
  }
}
.same-mark {
  position: relative;
  z-index: 10;
}
.same-mark .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -0.1rem;
  border-radius: 50%;
}
.same-mark .circle.circle2 {
  transform: scale(0.3);
  margin: -0.1rem 0 0 -0.1rem;
  background-color: #ffffff;
}
.same-mark .circle.circle3 {
  margin: -0.1rem 0 0 -0.1rem;
  transform: scale(0);
}
#crumbs {
  white-space: nowrap;
}
#crumbs a span,
#crumbs .split span {
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #00a2e9;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    overflow-x: auto;
  }
}
.page-nav {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.page-nav .main,
.page-nav .list {
  height: 100%;
}
.page-nav .list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}
.page-nav .item {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}
.page-nav .item a {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-nav .item a .icon-box {
  width: 29px;
  height: 29px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
  line-height: 29px;
  transition: all 0.4s ease;
}
.page-nav .item:not(:last-child) a {
  border-left: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  background-color: #00a2e9;
  border-left: 1px solid #00a2e9;
  border-right: 1px solid #00a2e9;
  border-top: 1px solid #00a2e9;
}
.page-nav .item:hover a .icon-box,
.page-nav .item.active a .icon-box {
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  .page-nav {
    height: 50px;
  }
  .page-nav .main {
    padding: 0;
  }
}
@keyframes waves {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.8);
  }
}
.same-title {
  position: relative;
}
.same-title .en-txt {
  font-size: 80px;
  opacity: 0.08;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 1480px) {
  .same-title .en-txt {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .same-title .en-txt {
    font-size: 36px;
  }
}
.same-title.t-center .en-txt {
  left: 50%;
  transform: translate(-50%, -50%);
}
.same-title .h2 {
  margin-top: 5px;
}
@media (max-width: 1480px) {
  .same-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .same-title .h2 {
    font-size: 26px;
    margin-top: 0;
  }
}
#about .desc {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.875;
}
#about.teamdeme a:hover .name {
  color: #00a2e9;
}
#about.teamdeme .top-ul {
  margin: 75px 0 60px;
}
#about.teamdeme .top-ul li {
  width: 48%;
  background-color: #fff;
  overflow: hidden;
}
#about.teamdeme .top-ul li .oppress {
  height: 400px;
}
#about.teamdeme .top-ul li .name {
  padding: 45px 40px;
  box-sizing: border-box;
}
#about.teamdeme .bottom-ul li {
  width: 22%;
  margin-bottom: 60px;
}
#about.teamdeme .bottom-ul li .oppress {
  height: 240px;
}
#about.teamdeme .bottom-ul li .name {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#about.teamdeme .bottom-ul li .name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00a2e9;
  transition: all 0.4s ease-in-out;
}
#about.teamdeme .bottom-ul li a:hover .name::after {
  width: 100%;
}
#about.teamdeme .load-more {
  cursor: pointer;
}
#about.teamdeme .load-more .icon {
  animation: circle 3s ease infinite;
  margin-right: 10px;
}
#about.teamdeme .load-more:hover {
  opacity: 1;
  color: #00a2e9;
}
@media (max-width: 800px) {
  #about.teamdeme .top-ul {
    margin: 24px 0;
  }
  #about.teamdeme .top-ul li .oppress {
    height: 110px;
  }
  #about.teamdeme .top-ul li .name {
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
  #about.teamdeme .bottom-ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  #about.teamdeme .bottom-ul li .oppress {
    height: 110px;
  }
  #about.teamdeme .bottom-ul li .name {
    padding: 10px 0;
    font-size: 14px;
  }
}
#qualifications {
  background-image: url('../images/bg.jpg');
}
#qualifications .right-info .lists .ul li,
#qualifications .left-box .lists .ul li {
  width: 48%;
}
#qualifications .right-info .lists .ul li a,
#qualifications .left-box .lists .ul li a {
  position: relative;
}
#qualifications .left-box {
  width: 40%;
}
#qualifications .left-box .lists {
  width: 95%;
  margin-top: 90px;
  margin-bottom: 28px;
}
#qualifications .left-box .lists .ul li {
  margin-bottom: 50px;
}
#qualifications .left-box .lists .ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
#qualifications .left-box .lists .ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #49baec;
  position: absolute;
  top: 10px;
  left: 0;
}
#qualifications .left-box .lists .ul li a:hover {
  color: #00a2e9;
}
#qualifications .right-info {
  width: 46%;
}
#qualifications .right-info .lists .ul li {
  width: 47%;
}
#qualifications .right-info .lists .ul li a {
  width: 100%;
  position: relative;
  height: 425px;
  padding: 40px 45px;
  box-sizing: border-box;
}
#qualifications .right-info .lists .ul li a .oppress {
  width: 100%;
  height: 100%;
}
#qualifications .right-info .lists .ul li a .name,
#qualifications .right-info .lists .ul li a .icon-box {
  position: relative;
  z-index: 10;
}
#qualifications .right-info .lists .ul li a .icon-box {
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
  line-height: 50px;
}
#qualifications .right-info .lists .ul li a:hover .icon-box {
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
}
#qualifications .right-info .lists .ul li:first-child {
  margin-top: 138px;
}
#qualifications .content-box {
  padding-bottom: 80px;
}
#qualifications .content-box .qualifications-swiper {
  padding-bottom: 80px;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a {
  width: 100%;
  height: 470px;
  background-color: #ffffff;
  padding: 55px 44px;
  box-sizing: border-box;
  text-align: center;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a .name {
  padding-left: 40px;
  position: relative;
  text-align: center;
  display: inline-block;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a .name::before {
  content: '';
  width: 27px;
  height: 27px;
  background-image: url('../images/tit-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a .name img {
  margin-right: 10px;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a .pic {
  width: 230px;
  margin: 25px auto 0;
  max-height: 300px;
  background-image: url('../images/bg5.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 20px;
  box-sizing: border-box;
}
#qualifications .content-box .qualifications-swiper .swiper-slide a .pic img {
  max-height: 100%;
}
#qualifications .content-box .qualifications-swiper .swiper-pagination {
  bottom: 0;
}
@media (max-width: 1680px) {
  #qualifications .content-box .qualifications-swiper .swiper-slide a {
    padding: 55px 34px;
  }
}
@media (max-width: 1480px) {
  #qualifications .left-box {
    width: 50%;
  }
  #qualifications .left-box .lists {
    width: 100%;
    margin-top: 70px;
  }
  #qualifications .left-box .lists .ul li {
    margin-bottom: 40px;
  }
  #qualifications .right-info .lists .ul li a {
    height: 360px;
  }
  #qualifications .content-box .qualifications-swiper .swiper-slide a {
    padding: 45px 20px;
    height: 440px;
  }
}
@media (max-width: 1024px) {
  #qualifications .main {
    flex-wrap: wrap;
  }
  #qualifications .left-box {
    width: 100%;
  }
  #qualifications .left-box .lists {
    margin-top: 30px;
    margin-bottom: 8px;
  }
  #qualifications .left-box .lists .ul li {
    margin-bottom: 20px;
  }
  #qualifications .right-info {
    width: 100%;
  }
  #qualifications .right-info .lists .ul li {
    width: 48%;
  }
  #qualifications .right-info .lists .ul li a {
    height: 250px;
    padding: 20px 15px;
  }
  #qualifications .right-info .lists .ul li a .icon-box {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
  }
  #qualifications .content-box .qualifications-swiper {
    padding-bottom: 60px;
  }
}
#case {
  background-color: #f7f7f7;
}
#case .content-box {
  margin-top: 70px;
  padding: 80px 100px;
  box-sizing: border-box;
  background-color: #fff;
}
#case .content-box .case-top-swiper {
  height: 608px;
  position: relative;
}
#case .content-box .case-top-swiper .swiper-change {
  position: absolute;
  bottom: 85px;
  right: 40px;
  width: 150px;
}
#case .content-box .case-top-swiper .content {
  height: 100%;
  position: relative;
}
#case .content-box .case-top-swiper .content::before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 9;
}
#case .content-box .case-top-swiper .content .pic {
  width: 100%;
  height: 100%;
}
#case .content-box .case-top-swiper .content .bottom-box {
  width: 80%;
  padding: 40px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#case .content-box .case-top-swiper .content .bottom-box .title {
  margin-bottom: 15px;
}
#case .content-box .case-swiper {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 80px;
}
#case .content-box .case-swiper .content {
  width: 100%;
}
#case .content-box .case-swiper .content .oppress {
  width: 100%;
  height: 240px;
}
#case .content-box .case-swiper .content .bottom-box {
  width: 100%;
  margin-top: 30px;
}
#case .content-box .case-swiper .content .bottom-box .left-info {
  width: 80%;
}
#case .content-box .case-swiper .content .bottom-box .title {
  width: 100%;
  margin-bottom: 10px;
}
#case .content-box .case-swiper .content .bottom-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #00a2e9;
  text-align: center;
  line-height: 40px;
  opacity: 0;
}
#case .content-box .case-swiper .content:hover .bottom-box .icon-box {
  opacity: 1;
}
#case .content-box .case-swiper .swiper-pagination {
  max-width: 300px;
  height: 32px !important;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
#case.page-case {
  background-position: center top;
  background-size: 100% 1060px;
  background-color: #fff;
}
@media (max-width: 1480px) {
  #case .content-box {
    padding: 70px;
  }
  #case .content-box .case-top-swiper {
    height: 508px;
  }
}
@media (max-width: 1366px) {
  #case .content-box {
    padding: 60px;
  }
  #case .content-box .case-top-swiper {
    height: 468px;
  }
  #case .content-box .case-swiper .content .oppress {
    height: 200px;
  }
  #case .content-box .case-swiper .content .bottom-box {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  #case .content-box {
    padding: 20px;
    margin-top: 30px;
  }
  #case .content-box .case-top-swiper {
    height: 300px;
  }
  #case .content-box .case-top-swiper .swiper-change {
    display: none;
  }
  #case .content-box .case-top-swiper .content .bottom-box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #case .content-box .case-top-swiper .content .bottom-box .title {
    margin-bottom: 10px;
  }
  #case .content-box .case-swiper {
    margin-top: 20px;
  }
  #case .content-box .case-swiper .content .oppress {
    height: 200px;
  }
  #case .content-box .case-swiper .content .bottom-box {
    margin-top: 20px;
  }
}
#news a:hover .title {
  color: #00a2e9;
}
#news .left-box {
  width: 65%;
}
#news .left-box .tab-lists .item {
  margin-left: 58px;
  padding-bottom: 10px;
  cursor: pointer;
}
#news .left-box .tab-lists .item:first-child {
  margin-left: 0;
}
#news .left-box .tab-lists .item:hover,
#news .left-box .tab-lists .item.on {
  color: #00a2e9;
  border-bottom: 2px solid #00a2e9;
}
#news .left-box .news-lists {
  margin-top: 90px;
}
#news .left-box .news-lists .ul li {
  width: 100%;
}
#news .left-box .news-lists .ul li a {
  margin-bottom: 60px;
}
#news .left-box .news-lists .ul li a:last-child {
  margin-bottom: 0;
}
#news .left-box .news-lists .ul li a .oppress {
  width: 300px;
  height: 190px;
}
#news .left-box .news-lists .ul li a .right-info {
  width: 70%;
}
#news .left-box .news-lists .ul li a .right-info .text-node {
  margin: 22px 0 25px;
}
#news .left-box .news-lists .ul li a.go {
  margin-top: 75px;
}
#news .news-top-swiper {
  width: 26%;
  padding-bottom: 50px;
}
#news .news-top-swiper .ul li {
  width: 100%;
}
#news .news-top-swiper .ul li a {
  background-color: #f6f6f6;
}
#news .news-top-swiper .ul li a .oppress {
  width: 100%;
  height: 305px;
  position: relative;
}
#news .news-top-swiper .ul li a .oppress .time {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
#news .news-top-swiper .ul li a .info {
  padding: 40px 35px;
  box-sizing: border-box;
}
#news .news-top-swiper .ul li a .info .text-node {
  margin: 22px 0 34px;
}
#news.page-news .news-top-swiper {
  width: 100%;
  padding-bottom: 0;
}
#news.page-news .news-top-swiper .ul li a {
  background-color: transparent;
}
#news.page-news .news-top-swiper .ul li a .info {
  padding: 22px 0 0;
}
#news.page-news .news-top-swiper .ul li a .info .time {
  margin-bottom: 10px;
}
#news.page-news .news-top-swiper .ul li a .info .text-node {
  margin: 22px 0 34px;
}
#news.page-news .news-top-swiper .ul li a:hover .view {
  color: #00a2e9;
}
#news.page-news .news-lists {
  margin-top: 88px;
}
#news.page-news .news-lists .ul li a {
  padding: 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#news.page-news .news-lists .ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00a2e9;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
}
#news.page-news .news-lists .ul li a .left-name {
  width: 30%;
}
#news.page-news .news-lists .ul li a .left-name .time {
  margin-bottom: 10px;
}
#news.page-news .news-lists .ul li a .info {
  width: 32%;
}
#news.page-news .news-lists .ul li a .oppress {
  width: 22%;
  height: 240px;
}
#news.page-news .news-lists .ul li a:hover::before {
  width: 100%;
}
#news.page-news .news-lists .ul li a:hover .view {
  color: #00a2e9;
}
@media (max-width: 1480px) {
  #news .left-box {
    width: 65%;
  }
  #news .left-box .news-lists {
    margin-top: 70px;
  }
  #news .left-box .news-lists .ul li a {
    margin-bottom: 50px;
  }
  #news .left-box .news-lists .ul li a .oppress {
    width: 30%;
    height: 190px;
  }
  #news .left-box .news-lists .ul li a .right-info {
    width: 67%;
  }
  #news .news-top-swiper .ul li a .oppress {
    height: 280px;
  }
  #news .news-top-swiper .ul li a .oppress .time {
    left: 25px;
  }
  #news .news-top-swiper .ul li a .info {
    padding: 40px 25px;
  }
  #news.page-news .news-lists .ul li a .info {
    width: 34%;
  }
  #news.page-news .news-lists .ul li a .oppress {
    width: 26%;
    height: 220px;
  }
}
@media (max-width: 1024px) {
  #news .main {
    flex-wrap: wrap;
  }
  #news .left-box {
    width: 100%;
  }
  #news .left-box .top{
     flex-wrap: wrap;
  }
  #news .left-box .tab-lists {
      width: 100%;
      margin-top: 20px;
  }
  #news .left-box .tab-lists .item {
    margin-left: 0;
    margin-right:  10px;
  }
  #news .left-box .news-lists {
    margin-top: 30px;
  }
  #news .left-box .news-lists .ul li a {
    margin-bottom: 20px;
  }
  #news .left-box .news-lists .ul li a .oppress {
    height: 120px;
  }
  #news .left-box .news-lists .ul li a .right-info .text-node {
    margin: 12px 0 15px;
  }
  #news .left-box .news-lists .ul li a.go {
    margin-top: 25px;
  }
  #news .news-top-swiper {
    width: 100%;
    margin-top: 30px;
  }
  #news .news-top-swiper .ul li a .oppress {
    height: 250px;
  }
  #news .news-top-swiper .ul li a .oppress .time {
    left: 20px;
    bottom: 30px;
  }
  #news .news-top-swiper .ul li a .info {
    padding: 30px 20px;
  }
  #news .news-top-swiper .ul li a .info .text-node {
    margin: 20px 0 ;
  }
  #news.page-news .news-top-swiper {
    width: 100%;
    padding-bottom: 0;
  }
  #news.page-news .news-top-swiper .ul li a .info .text-node {
    margin: 20px 0 ;
  }
  #news.page-news .news-lists {
    margin-top: 40px;
  }
  #news.page-news .news-lists .ul li a {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  #news.page-news .news-lists .ul li a .left-name {
    width: 100%;
    margin-bottom: 20px;
  }
  #news.page-news .news-lists .ul li a .info {
    width: 65%;
  }
  #news.page-news .news-lists .ul li a .oppress {
    width: 30%;
    height: 120px;
  }
}
.case-lists .filter-box {
  background-color: #ffffff;
  padding: 60px 80px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.case-lists .search-box {
  width: 278px;
  height: 58px;
  border-radius: 30px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  padding: 0 20px;
  box-sizing: border-box;
}
.case-lists .search-box .tf {
  flex: 1;
  margin-left: 18px;
}
.case-lists .search-box input {
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.case-lists .search-box input::placeholder {
  opacity: 0.7;
}
.case-lists .search-box .btn {
  cursor: pointer;
}
.case-lists .select-lists {
  margin-top: 68px;
}
.case-lists .select-lists .item {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-lists .select-lists .item:not(:last-child) {
  margin-bottom: 35px;
}
.case-lists .select-lists .item .name {
  margin-top: 8px;
}
.case-lists .select-lists .item .ul {
  flex: 1;
}
.case-lists .select-lists .item .ul li {
  text-align: center;
  cursor: pointer;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7);
}
.case-lists .select-lists .item .ul li.active,
.case-lists .select-lists .item .ul li:hover {
  color: #fff;
  background-color: #00a2e9;
  border-color: #00a2e9;
}
.case-lists .lists {
  margin-right: -3.33%;
}
.case-lists .lists .item {
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 70px;
}
.case-lists .lists .item .oppress {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 9;
}
.case-lists .lists .item .bottom {
  padding: 45px 36px 35px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -2px;
}
.case-lists .lists .item .bottom .tags {
  margin-top: 34px;
}
.case-lists .lists .item .bottom .tags p {
  margin-bottom: 10px;
}
.case-lists .lists .item .go {
  position: absolute;
  right: 36px;
  bottom: 45px;
}
.case-lists .lists .item:hover .zh {
  color: #00a2e9;
}
.case-lists .lists .item:hover .go {
  opacity: 1;
  color: #00a2e9;
}
@media (max-width: 800px) {
  .case-lists .lists {
    margin-right: 0;
  }
  .case-lists .lists .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .case-lists .lists .item .oppress {
    width: 100%;
    height: 250px;
  }
  .case-lists .lists .item .bottom {
    padding: 20px 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -2px;
  }
  .case-lists .lists .item .bottom .tags {
    margin-top: 15px;
  }
  .case-lists .lists .item .bottom .tags p {
    margin-bottom: 5px;
  }
  .case-lists .lists .item .go {
    position: absolute;
    right: 10px;
    bottom: 25px;
  }
  .case-lists .lists.news-top-lists .item {
    margin-top: 20px;
  }
  .case-lists .lists.news-top-lists .item .text-node {
    margin: 20px 0;
  }
  .case-lists .lists.news-top-lists .item .go {
    bottom: 10px;
  }
}
@media (max-width: 1480px) {
  .case-lists .filter-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 1080px) {
  .case-lists .filter-box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .case-lists .filter-box .top-box {
    flex-wrap: wrap;
  }
  .case-lists .filter-box .top-box .title {
    text-align: center;
    width: 100%;
  }
  .case-lists .search-box {
    width: 100%;
    margin: 25px auto 0;
    height: 45px;
  }
  .case-lists .search-box input {
    height: 45px;
    line-height: 45px;
  }
  .case-lists .select-lists {
    margin-top: 30px;
  }
  .case-lists .select-lists .item {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .case-lists .select-lists .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .case-lists .select-lists .item .name {
    margin-top: 0;
    width: 100%;
  }
  .case-lists .select-lists .item .ul {
    flex: 1;
  }
  .case-lists .select-lists .item .ul li {
    margin-top: 10px;
    padding: 5px 10px;
    margin-right: 8px;
  }
}
.case-details {
  padding-top: 98px;
}
.case-details .content {
  margin-top: 74px;
}
.case-details .content .top {
  padding: 74px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-details .content .top .left-box {
  width: 90%;
}
.case-details .content .top .left-box .title {
  margin-bottom: 40px;
  font-size: 48px;
}
.case-details .content .top .left-box .tags span {
  margin-right: 30px;
}
.case-details .content .top .back {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  width: 173px;
  height: 58px;
  border-radius: 30px;
}
.case-details .content .top .back:hover {
  color: #00a2e9;
  border-color: #00a2e9;
}
.case-details .bottom {
  margin-top: 70px;
}
.case-details .bottom .left-box {
  width: 78%;
}
.case-details .bottom .left-box .info .text-node {
  margin: 20px 0 45px;
  opacity: 1;
}
.case-details .bottom .left-box .swiper-box {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  height: 550px;
 overflow: hidden;
}
.case-details .bottom .left-box .swiper-box .gallery {
  width: 75%;
  height: 100%;
  padding: 0 30px;
  margin: 0;
}
.case-details .bottom .left-box .swiper-box .gallery .oppress {
  width: 100%;
  height: 100%;
}
.case-details .bottom .left-box .swiper-box .thumb {
  width: 16%;
  height: 100%;
  /*max-height: 550px;*/
  
  overflow: hidden;
}
.case-details .bottom .left-box .swiper-box .thumb .swiper{
    padding-right: 25px;
}
.case-details .bottom .left-box .swiper-box .thumb .ul li {
  height: 110px !important;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.case-details .bottom .left-box .swiper-box .thumb .ul li.swiper-slide-thumb-active {
  border: 2px solid #00a2e9;
}
.case-details .bottom .left-box .swiper-box .swiper-change .swiper-button-prev {
  left: 2px;
}
.case-details .bottom .left-box .swiper-box .swiper-change .swiper-button-next {
  right: 2px;
}
.case-details .bottom .right-case {
  width: 16%;
}
.case-details .bottom .right-case .ul li {
  margin-top: 44px;
}
.case-details .bottom .right-case .ul li a .oppress {
  width: 100%;
  height: 180px;
}
.case-details .bottom .right-case .ul li a .bottom {
  margin-top: 18px;
}
.case-details .bottom .right-case .ul li a .bottom .time,
.case-details .bottom .right-case .ul li a .bottom .tags {
  margin-top: 10px;
}
.case-details .bottom .right-case .ul li a:hover .zh {
  color: #00a2e9;
}
.case-details .btn-box a {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
.case-details .btn-box a span {
  display: inline-block;
  width: 80%;
}
.case-details .btn-box a:hover span {
  color: #00a2e9;
}
.case-details .share .item {
  color: inherit;
  border: none;
  width: auto;
}
.case-details .share .item::before {
  display: none;
}
.case-details .share .item:hover {
  background-color: transparent;
}
.case-details.news-detais .news-desc {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
.case-details.news-detais .btn-box {
  margin-top: 70px;
  padding-top: 38px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1480px) {
  .case-details .content .top .left-box .title {
    font-size: 35px;
  }
  .case-details .bottom .right-case {
    width: 18%;
  }
}
@media (max-width: 800px) {
  .case-details {
    padding-top: 48px;
  }
  .case-details .content {
    margin-top: 30px;
  }
  .case-details .content .top {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .case-details .content .top .left-box {
    width: 100%;
  }
  .case-details .content .top .left-box .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .case-details .content .top .left-box .bottom-box {
    flex-wrap: wrap;
  }
  .case-details .content .top .left-box .bottom-box .tags {
    line-height: 1.6;
  }
  .case-details .content .top .left-box .bottom-box .tags span {
    margin-right: 40px;
  }
  .case-details .content .back {
    display: none;
  }
  .case-details .bottom {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .case-details .bottom .left-box {
    width: 100%;
  }
  .case-details .bottom .left-box .info .text-node {
    margin: 20px 0 ;
  }
  .case-details .bottom .left-box .swiper-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: 350px;
  }
  .case-details .bottom .left-box .swiper-box .gallery {
    width: 77%;
    padding: 0 ;
    margin: 0;
  }
  .case-details .bottom .left-box .swiper-box .gallery .oppress {
    width: 100%;
    height: 100%;
  }
  .case-details .bottom .left-box .swiper-box .thumb {
    width: 19%;
    
  }
  .case-details .bottom .left-box .swiper-box .thumb .ul li {
    height: 40px !important;
  }
  .case-details .bottom .left-box .swiper-box .thumb .ul li.swiper-slide-thumb-active {
    border: 1px solid #00a2e9;
  }
  .case-details .bottom .left-box .swiper-box .swiper-change {
    display: none;
  }
  .case-details .bottom .right-case {
    display: none;
  }
  .case-details .btn-box {
    margin-top: 30px;
  }
  .case-details .btn-box a {
    margin-top: 10px;
  }
  .case-details.news-detais .news-desc {
    line-height: 1.6;
  }
  .case-details.news-detais .btn-box {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#contact .content {
  margin: 75px 0 100px;
}
#contact .content .ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#contact .content .ul li {
  width: 33.33%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 65px 75px;
  box-sizing: border-box;
  position: relative;
}
#contact .content .ul li::before,
#contact .content .ul li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #00a2e9;
  transition: all 0.4s ease;
}
#contact .content .ul li .icon-box {
  width: 58px;
  height: 58px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.3);
}
#contact .content .ul li .txt .char {
  margin: 45px 0 22px;
}
#contact .content .ul li .tips {
  margin-top: 25px;
}
#contact .content .ul li::after {
  top: auto;
  bottom: 0;
}
#contact .content .ul li:hover::before,
#contact .content .ul li:hover::after {
  width: 100%;
}
#contact .content .ul li:hover .txt .op9 {
  opacity: 1;
  color: #00a2e9;
}
#contact .content .ul li:hover .icon-box {
  color: #fff;
  border-color: #00a2e9;
  background-color: #00a2e9;
}
#contact #map2 {
  width: 100%;
  height: 700px;
}
#contact #map2 .main {
  position: relative;
  height: 100%;
}
#contact #map2 .map-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  width: 573px;
  height: 397px;
  background-color: #ffffff;
  padding: 90px 80px;
  box-sizing: border-box;
}
#contact #map2 .map-info .name {
  font-size: 60px;
}
#contact #map2 .map-info .txt {
  margin-top: 50px;
}
#contact #map2 .map-info .txt .icon-box {
  width: 99px;
  height: 99px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  margin-right: 25px;
}
#contact #map2 .map-info .txt .icon-box .icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #00a2e9;
  text-align: center;
  line-height: 63px;
}
#contact #map2 .map-info .txt .add-txt .op8 {
  margin-top: 15px;
}
@media (max-width: 1480px) {
  #contact .content .ul li {
    padding: 50px 35px;
  }
  #contact .content .ul li .bottom .txt:nth-of-type(2)::before,
  #contact .content .ul li .bottom .txt:nth-of-type(2)::after {
    top: 40%;
    right: -35%;
  }
  #contact .content .ul li .bottom .txt:nth-of-type(2)::before {
    left: -35%;
  }
}
@media (max-width: 1024px) {
  #contact .content {
    margin: 30px 0 44px;
  }
  #contact .content .ul {
    flex-wrap: wrap;
  }
  #contact .content .ul li {
    width: 100% ;
    padding: 30px 20px;
  }
  #contact .content .ul li .icon-box {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
  #contact .content .ul li .txt .char {
    margin: 25px 0 12px;
  }
  #contact .content .ul li .tips {
    margin-top: 15px;
  }
  #contact .content .ul li .bottom {
    flex-wrap: wrap;
  }
  #contact .content .ul li .bottom .txt:nth-of-type(2)::before,
  #contact .content .ul li .bottom .txt:nth-of-type(2)::after {
    display: none;
  }
  #contact #map2 {
    height: 480px;
  }
  #contact #map2 .map-info {
    top: 5%;
    left: 5%;
    z-index: 99;
    width: 90%;
    height: 170px;
    padding: 30px 20px;
    transform: none;
  }
  #contact #map2 .map-info .name {
    font-size: 30px;
  }
  #contact #map2 .map-info .txt {
    margin-top: 15px;
  }
  #contact #map2 .map-info .txt .icon-box {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  #contact #map2 .map-info .txt .icon-box .icon {
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
  #contact #map2 .map-info .txt .add-txt .op8 {
    margin-top: 5px;
  }
}
.connect-form {
  background-image: url('../images/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept.jpg');
  padding: 60px 0 100px;
}
.connect-form .form {
  width: 55%;
  margin-top: 100px;
}
.connect-form .form .row {
  margin-bottom: 30px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
  padding: 0 15px;
}
.connect-form .form .row.w100 {
  width: 100%;
}
.connect-form .form .row.w100 .label {
  padding-top: 0;
  height: 280px;
}
.connect-form .form .row.w100 .label textarea {
  padding-top: 18px;
}
.connect-form .form .row.w100 .label .prop {
  padding-top: 18px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 70px;
  background-color: #00a2e9;
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.connect-form .form .submit-btn span {
  margin-right: 10px;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
    padding: 50px 0 ;
  }
  .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 {
    height: 60px;
  }
}
