@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;
  scroll-behavior:smooth;
}
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: 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: #176aaf;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #176aaf;
}
.maincolor2 {
  color: #176aaf;
}
.maincolor3 {
  color: #f6ad3c;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  width: 152px;
  height: 58px;
  border-radius: 30px;
}
.more .char {
  margin-right: 15px;
  text-transform: uppercase;
}
.more:hover {
  color: #fff;
  background-color: #f6ad3c;
  border-color: #f6ad3c;
}
.more.spe-more {
  color: #176aaf;
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #176aaf;
  background-color: #fff;
}
.more.active-more {
  color: #fff;
  background-color: #f6ad3c;
  border-color: #f6ad3c;
}
.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: #176aaf;
  border-color: #176aaf;
  opacity: 1;
}
.more.white-more {
  border-color: #fff;
}
.more.white-more:hover {
  border-color: #f6ad3c;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
    border-radius: 26px;
  }
  .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: #f6ad3c;
  margin-left: 0.5em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #176aaf;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(23, 106, 175, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(23, 106, 175, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.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: #176aaf;
}
.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: #176aaf;
}
.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;
  }
  .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;
  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: #176aaf;
  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: #176aaf;
}
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: #176aaf;
}
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: 125px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1760px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
  .main.spe-main {
    max-width: 1570px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
  .main.spe-main {
    max-width: 1470px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1370px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1270px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  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: #176aaf;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #176aaf;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.swiper-timing.web2 > .real {
  margin: 0 6px;
}
.swiper-timing.web2 > .real > svg > .cls-1 {
  stroke: #f6ad3c;
}
.swiper-timing.web2 > .real > svg > .cls-2 {
  fill: #f6ad3c;
}
.swiper-timing.web2 > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #176aaf;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #176aaf;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #176aaf;
}
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: #176aaf;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #176aaf;
}
@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: 87px;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.7);
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-family: 'MontBold', sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  color: #fff;
  font-family: 'MontBold', sans-serif;
}
.swiper-change.spe-change .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url('../images/arrow2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-change.spe-change .btn.swiper-button-next:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-color: #f6ad3c;
  border-color: #f6ad3c;
}
.swiper-change.spe-change .btn:hover:after {
  content: '';
  background-image: url('../images/arrow1.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next:after {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray .btn:hover {
  color: #fff;
  background-color: #f6ad3c;
}
.swiper-change.spe-change.gray2 .btn {
  color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray2 .btn:after {
  filter: brightness(0);
  opacity: 0.3;
}
.swiper-change.spe-change.gray2 .btn:hover {
  color: #fff;
  border-color: #f6ad3c;
  background-color: #f6ad3c;
}
.swiper-change.spe-change.gray2 .btn:hover:after {
  filter: brightness(1);
  opacity: 1;
}
.swiper-change.spe-change.gray3 .btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 888;
  
}
.swiper-change.spe-change.gray3 .btn:hover {
  color: #fff;
  background-color: #f6ad3c;
}
.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: #176aaf;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #176aaf;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #c7c7c7;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  line-height: 53px;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn:hover {
  background-color: #176aaf;
}
.swiper-change.spe-change4 {
  height: 76px;
}
.swiper-change.spe-change4 .btn {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.swiper-change.spe-change4 .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #f6ad3c;
  opacity: 0;
  z-index: 1;
}
.swiper-change.spe-change4 .btn .icon {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .swiper-change.spe-change4 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change4 .btn:hover {
  color: #fff;
  opacity: 1;
  border-color: #f6ad3c;
  background-color: transparent;
}
.swiper-change.spe-change4 .btn:hover::after {
  opacity: 1;
}
.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 .scroll-en {
  margin-bottom: 25px;
}
.scroll-down .arrow-mouse {
  width: 58px;
  height: 58px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  -webkit-animation: scrollDown 6s linear infinite;
  animation: scrollDown 6s linear infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(30%);
    opacity: 0;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
#header {
  height: 120px;
  width: 100%;
  z-index: 206;
  position: absolute;
  transition: all 0.4s ease;
}
#header .main,
#header .right-box {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header .search {
  cursor: pointer;
  margin-left: 140px;
}
#header .search .search-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}
#header.select {
  transform: translateY(0);
  background-color: #176aaf;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn>div{
    height: 100%;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: relative;
  margin-right: 6px;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 50%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header.fixed-header,
#header.details-header {
  background-color: #176aaf;
}
#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;
  }
  #header .search{
      margin-left: 40px;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 80px;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 100px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
}
#search .search {
  font-size: 1.3em;
  color: #176aaf;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #176aaf;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#navbar {
  height: 100%;
}
#navbar .interaction {
  padding: 0 22px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction a .same-circle {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#navbar .interaction:hover a,
#navbar .interaction.active a  {
  color: #f6ad3c;
}
#navbar .interaction:hover a .same-circle,
#navbar .interaction.active a .same-circle {
  opacity: 1;
}

 #navbar .interaction:hover a .same-circle i,#navbar .interaction.active a .same-circle i{
  background-color: #f6ad3c;
}
#navbar .interaction:hover a .same-circle i:nth-of-type(2),#navbar .interaction.active a .same-circle i:nth-of-type(2) {
  background-color: rgba(245, 171, 61,0.5);
}
#navbar .interaction:hover a .same-circle i:nth-of-type(3),#navbar .interaction.active a .same-circle i:nth-of-type(3) {
  background-color:  rgba(245, 171, 61,0.3);
}
@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;
  color: #fff;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-color: #176aaf;
}
@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-color: #176aaf;
}
#footer > .main {
  padding: 110px 0 ;
}
#footer > .main .bottom-box {
  padding-top: 70px;
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer > .main .bottom-box .left-box {
  width: 70%;
}
#footer > .main .bottom-box .left-box .bottom-connect {
  margin-top: 30px;
}
#footer > .main .bottom-box .left-box .bottom-connect li {
  margin-bottom: 35px;
}
#footer > .main .bottom-box .left-box .bottom-connect li:last-child {
  margin-bottom: 0;
}
#footer > .main .bottom-box .left-box .bottom-connect li .icon-box {
  margin-right: 5px;
}
#footer > .main .bottom-box .left-box .bottom-connect li p span:first-child {
  margin-right: 20px;
}
#footer > .main .right-box {
  width: 55%;
}
#footer > .main .right-box .bottom-nav {
  width: 70%;
}
#footer > .main .right-box .bottom-nav li a {
  opacity: 0.7;
}
#footer > .main .right-box .bottom-nav li a:hover {
  opacity: 1;
}
#footer .toTop {
  cursor: pointer;
}
#footer .toTop .icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  background-color: #f6ad3c;
}
#footer .toTop:hover .icon-box {
  color: #f6ad3c;
  background-color: #fff;
}
#footer .wechat {
  justify-content: flex-end;
  text-align: center;
}
#footer .wechat li {
  margin-left: 46px;
}
#footer .wechat li .pic {
  width: 114px;
  height: 114px;
  padding: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#footer .wechat p {
  margin-top: 10px;
  line-height: 1.4;
}
#footer .copyright {
  padding: 25px 0;
  background-color: #2c2c2c;
}
#footer .copyright a {
  opacity: 0.7;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1480px) {
  #footer > .main .left-box .top {
    width: 76%;
  }
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
}
@media (max-width: 1200px){
    #footer > .main .bottom-box .left-box {
  width: 80%;
}
}
@media (max-width: 800px) {
  #footer > .main {
    padding: 50px 0 ;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #footer > .main .bottom-box {
    padding-top: 35px;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  #footer > .main .bottom-box .left-box {
    width: 100%;
  }
  #footer > .main .bottom-box .left-box .bottom-connect {
    margin-top: 0;
    margin-bottom: 35px;
  }
  #footer > .main .bottom-box .left-box .bottom-connect li {
    margin-bottom: 15px;
    align-items: flex-start;
  }
  #footer > .main .bottom-box .left-box .bottom-connect li .icon-box {
    margin-right: 5px;
  }
  #footer > .main .bottom-box .left-box .bottom-connect li p span:first-child {
    margin-right: 0;
  }
  /*#footer > .main .bottom-box .left-box .bottom-connect li .txt {*/
  /*  flex: 1;*/
  /*}*/
  #footer > .main .right-box {
    width: auto;
    padding-right: 0;
  }
  #footer .wechat {
    width: 100%;
    margin-top: 0;
  }
  #footer .wechat li {
    margin: 0 auto;
  }
  #footer .copyright {
    padding: 20px 0;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
    text-align: center;
  }
  
}
#banner {
  height: 100vh;
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 30%;
  left: 10%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  max-width: 60%;
  /*opacity: 0;*/
  /*background-color: rgba(0,0,0,.05);*/
  /*  padding:0 20px 30px;*/
  /*  transition-delay: .6s;*/
  /*  box-sizing: border-box;*/
}

#banner > .swiper .swiper-slide .banner-txt .title-bg {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s linear;
  transition-delay: 2s;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  font-size: 48px;
  opacity: 0;
  padding-top: 40px;
}
#banner > .swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .banner-txt .title .span2,
#banner > .swiper .swiper-slide .banner-txt .en-txt {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .banner-txt .en-txt {
  color: rgba(255, 255, 255, 0.7);
  /*line-height: 1.2;*/
  margin-top: 8px;
  transition-delay: 1.2s;
  text-transform: uppercase;
  overflow: hidden;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.2, 1.2);
  transition: transform 5s ease-out;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    max-width: 90%;
    left: 20px;
    top: 20%;
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 28px;
    padding-top: 30px;
    line-height: 1;
  }
  #banner > .swiper .swiper-slide .banner-txt .en-txt {
    margin-top: 5px;
    font-size: 16px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-slide.swiper-slide-active .title-bg {
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .en-txt {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-change {
  position: absolute;
  top: 45%;
  right: 20%;
  width: 270px;
  z-index: 8;
}
#banner > .swiper .swiper-change .btn-box {
  position: relative;
  width: 150px;
}
#banner > .swiper .swiper-change  .btn{
    width: 40px;
    height: 40px;
}
#banner .scroll-down {
  position: absolute;
  right: 10%;
  bottom: 25px;
  z-index: 20;
  width: 58px;
  text-align: center;
}
#banner .main-business {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 220px;
  background-color: #fdfdfd;
}
#banner .main-business .links {
  padding: 60px 135px 60px 160px;
  box-sizing: border-box;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: 143px 178px;
  background-position: left top;
}
#banner .main-business .links a:not(:last-child) {
  margin-right: 60px;
}
#banner .main-business .links a .icon-box {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 11px 40px 0px rgba(26, 14, 2, 0.1);
  margin: 0 auto 12px;
}
#banner .main-business .links a:hover .icon-box {
  background-color: #176aaf;
}
#banner .main-business .links a:hover .icon-box img {
  filter: brightness(300);
}
#banner .main-business .links a:hover .name {
  color: #176aaf;
  font-weight: bold;
  opacity: 1;
}
#banner .main-business .right-name {
  padding: 60px 54px ;
  box-sizing: border-box;
  height: 100%;
  background-image: url('../images/bg2.png');
}
#banner .main-business .right-name .text-node {
  margin-top: 10px;
}
@media (max-width: 1680px) {
  #banner .main-business .links {
    padding: 60px 90px ;
  }
  #banner .main-business .links a:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 1580px) {
  #banner .main-business .links {
    padding: 60px ;
  }
  #banner .main-business .links a:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1480px) {
  #banner .main-business {
    height: 180px;
  }
  #banner .main-business .links {
    padding: 50px 60px ;
  }
  #banner .main-business .links a:not(:last-child) {
    margin-right: 30px;
  }
  #banner .main-business .right-name {
    padding: 50px 44px ;
  }
}
@media (max-width: 1024px) {
  #banner .scroll-down {
    display: none;
  }
  #banner > .swiper .swiper-pagination {
    display: none;
  }
  #banner > .swiper .swiper-change {
    top: auto;
    right: 25%;
    bottom: 200px;
  }
  #banner .main-business {
    height: 150px;
    width: 100%;
  }
  #banner .main-business .links {
    padding: 30px ;
    max-width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #banner .main-business .links a {
    display: inline-block;
  }
  #banner .main-business .links a:not(:last-child) {
    margin-right: 30px;
  }
  #banner .main-business .right-name {
    display: none;
  }
}
.page-banner {
  position: relative;
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}
.page-banner .banner-txt .Mont {
  opacity: 0.15;
  text-transform: uppercase;
  font-size: 58px;
}
.page-banner .banner-txt .title {
  margin-top: -40px;
  font-size: 48px;
}
@media (max-width: 800px) {
  .page-banner {
    height: 220px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-banner .banner-txt .title {
    font-size: 28px;
    margin-top: -20px;
  }
  .page-banner .banner-txt .Mont {
    font-size: 27px;
  }
}
.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;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
  }
}
.page-nav {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.page-nav .main,
.page-nav .list {
  height: 100%;
}
.page-nav .item {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}
.page-nav .item a {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.page-nav .item:not(:last-child) {
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  background-color: #176aaf;
}
@media (max-width: 800px) {
  .page-nav {
    height: 50px;
  }
  .page-nav .main,
  .page-nav .list {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .page-nav .item {
    display: inline-block;
  }
  .page-nav .item a {
    width: auto;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
@keyframes waves {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.8);
  }
}
.connect-btn {
  width: 179px;
  height: 60px;
  background-color: #f6ad3c;
  border-radius: 30px;
}
.connect-btn img {
  margin-right: 10px;
}
.connect-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .connect-btn {
    width: 140px;
    height: 45px;
    border-radius: 26px;
  }
}
.same-title {
  position: relative;
}
.same-title .en-txt {
  font-size: 58px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  color: rgba(23, 106, 175, 0.078);
}
.same-title.white .en-txt {
  color: rgba(255, 255, 255, 0.2);
}
.same-title.t-center .en-txt {
  left: 50%;
  transform: translate(-50%, -50%);
}
.same-title.line-bg .bg {
  position: absolute;
  bottom: -28px;
  left: 0;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
@media (max-width: 1200px){
    
    .same-title .en-txt{
        opacity: .4;
        font-size: 40px;
    }
    .same-title.white .en-txt {
  color: #fff;
  opacity: .1;
}
}
@media (max-width: 1024px) {
  .same-title .en-txt {
    font-size: 27px;
  }
  .same-title.line-bg .bg {
    bottom: -18px;
  }
}
.same-top-nav .top-box .left-name .sub-tit {
  margin-top: 35px;
}
.same-top-nav .top-box .right-box .navlists {
  margin-right: 25px;
}
.same-top-nav .top-box .right-box .navlists .item {
  padding-bottom: 8px;
  position: relative;
  margin-right: 45px;
  cursor: pointer;
}
.same-top-nav .top-box .right-box .navlists .item:last-child{
    margin-right: 0;
}
.same-top-nav .top-box .right-box .navlists .item::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #176aaf;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
}
.same-top-nav .top-box .right-box .navlists .item.on {
  color: #176aaf;
  font-weight: bold;
}
.same-top-nav .top-box .right-box .navlists .item.on::after {
  width: 100%;
}
@media (max-width: 1200px){
    .same-top-nav .top-box .right-box .navlists .item {
 
  margin-right: 25px;
}
}
@media (max-width: 1024px) {
  .same-top-nav .top-box {
    flex-wrap: wrap;
  }
  .same-top-nav .top-box .left-name .sub-tit {
    margin-top: 20px;
  }
  .same-top-nav .top-box .right-box {
    flex-wrap: wrap;
    padding-top: 90px;
    position: relative;
    width: 100%;
  }
  .same-top-nav .top-box .right-box .navlists {
    width: 100%;
    margin-right: 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }
  .same-top-nav .top-box .right-box .navlists .item {
    margin-right: 35px;
    display: inline-block;
  }
  .same-top-nav .top-box .right-box .more {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
#about {
  background-image: url('../images/bg3.jpg');
  height: 890px;
}
#about .right-info {
  width: 45%;
  padding-right: 15%;
  padding-top: 84px;
  box-sizing: border-box;
}
#about .right-info .text-node {
  margin: 40px 0 75px;
}
@media (max-width: 1480px) {
  #about {
    height: 700px;
  }
  #about .right-info {
    padding-right: 10%;
    padding-top: 44px;
  }
  #about .right-info .text-node {
    margin: 40px 0 ;
  }
}
@media (max-width: 1024px) {
  #about {
    height: 650px;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .right-info {
    width: 100%;
    padding-right: 0%;
    padding-top: 30px;
  }
  #about .right-info .text-node {
    margin: 20px 0 ;
  }
}
#case .case-swiper {
  margin-right: -15%;
}
#case .case-lists {
  padding-top: 140px;
  padding-bottom: 80px;
}
#case .case-lists .ul li {
  margin-top: 0;
  height: auto;
  transition: all .4s ease;
}
#case .case-lists .ul li a .oppress {
  height: 280px;
  border-radius: 16px;
}
#case .case-lists .ul li a .address {
  margin: 28px 0 16px;
}
#case .case-lists .ul li a .go {
  margin-top: 20px;
}
#case .case-lists .ul li:hover{
    margin-top: -70px;
}
#case .case-lists .ul li a:hover .title {
  color: #176aaf;
  font-weight: bold;
}
#case .case-lists .ul li a:hover .go {
  opacity: 1;
}
#case .case-lists .ul li a:hover .go .icon-box {
  color: #fff;
  background-color: #f6ad3c;
  margin-left: 0.5em;
}
/*#case .case-lists .ul li:nth-of-type(n) {*/
/*  margin-top: -44px;*/
/*}*/
/*#case .case-lists .ul li:nth-of-type(2n) {*/
/*  margin-top: -100px;*/
/*}*/
/*#case .case-lists .ul li:nth-of-type(3n) {*/
/*  margin-top: 0;*/
/*}*/
/*#case .case-lists .ul li:nth-of-type(4n) {*/
/*  margin-top: -70px;*/
/*}*/
#case .case-lists .swiper-pagination {
  max-width: 250px;
  height: 32px!important;
  margin: 0 auto ;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
#case.project-case {
  background-image: url('../images/bg17.jpg');
}
#case.project-case .case-lists-swiper {
  position: relative;
  padding-bottom: 100px;
}
#case.project-case .case-lists-swiper .change-box {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 280px;
  height: 70px;
}
#case.project-case .case-lists-swiper .change-box .swiper-pagination {
  max-width: 160px;
  height: 30px!important;
  margin: 0 auto ;
  bottom: 15px;
  overflow: hidden;
}
#case.project-case .case-lists-swiper .change-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
#case.project-case .case-lists-swiper .change-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6ad3c;
}
@media (max-width: 1024px) {
  #case .case-swiper {
    margin-right: 0;
  }
  #case .case-lists {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #case .case-lists .ul li {
    margin-top: 0;
  }
  #case .case-lists .ul li:hover{
    margin-top: 0;
}
  #case .case-lists .ul li a .oppress {
    height: 240px;
    border-radius: 16px;
  }
  #case .case-lists .ul li a .address {
    margin: 18px 0 10px;
  }
  #case .case-lists .ul li a .go {
    margin-top: 15px;
  }
  #case .case-lists .ul li:nth-of-type(n) {
    margin-top: 0;
  }
  #case .case-lists .ul li:nth-of-type(2n) {
    margin-top: 0;
  }
  #case .case-lists .ul li:nth-of-type(4n) {
    margin-top: 0;
  }
  #case.project-case .case-lists-swiper {
    padding-bottom: 80px;
  }
  #case.project-case .case-lists-swiper .change-box {
    left: 50%;
    transform: translateX(-50%);
  }
  #case.project-case .case-lists-swiper .change-box .swiper-pagination {
    height: 26px!important;
  }
}
.same-change-swiper {
  position: relative;
  padding-bottom: 100px;
}
.same-change-swiper .change-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 280px;
  height: 70px;
  transform: translateX(-50%);
}
.same-change-swiper .change-box .swiper-pagination {
  max-width: 160px;
  height: 30px!important;
  margin: 0 auto ;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.same-change-swiper .change-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.same-change-swiper .change-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6ad3c;
}
@media (max-width: 1024px) {
  .same-change-swiper {
    padding-bottom: 60px;
  }
  .same-change-swiper .change-box .swiper-pagination {
    height: 26px!important;
  }
}
#team {
  background-image: url('../images/bg4.jpg');
}
#team .team-swiper {
  margin: 60px 0 78px;
}
#team .team-swiper .ul li a {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 450px;
  overflow: hidden;
}
#team .team-swiper .ul li a .left-info {
  padding: 68px ;
  width: 50%;
  box-sizing: border-box;
}
#team .team-swiper .ul li a .left-info .title {
  margin: 28px 0 24px;
}
#team .team-swiper .ul li a .left-info .go {
  margin-top: 62px;
}
#team .team-swiper .ul li a .left-info:hover .go {
  opacity: 1;
}
#team .team-swiper .ul li a .left-info:hover .go .icon-box {
  color: #fff;
  background-color: #f6ad3c;
  margin-left: 0.5em;
}
#team .team-swiper .ul li a .oppress {
  width: 50%;
  height: 100%;
  border-radius: 16px;
}
#team .team-swiper .swiper-change {
  width: 58%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
}
#team .connect-btn {
  margin: 0 auto;
}
#team.bus-advantages {
  background-image: url('../images/bg16.jpg');
}
#team.bus-advantages .team-swiper {
  margin-bottom: 0;
}
#team.bus-advantages .team-swiper .ul li a .left-info {
  padding: 68px 50px;
}
@media (max-width: 1480px) {
  #team .team-swiper .ul li a {
    height: 400px;
  }
  #team .team-swiper .ul li a .left-info {
    padding: 40px 30px;
  }
  #team .team-swiper .swiper-change {
    width: 62%;
  }
}
@media (max-width: 1024px) {
  #team .team-swiper {
    margin: 30px 0 ;
  }
  #team .team-swiper .ul li a {
    height: 300px;
  }
  #team .team-swiper .ul li a .left-info {
    padding: 30px 20px;
  }
  #team .team-swiper .ul li a .left-info .icon-box {
    width: 30px;
  }
  #team .team-swiper .ul li a .left-info .title {
    margin: 18px 0 20px;
  }
  #team .team-swiper .ul li a .left-info .go {
    margin-top: 32px;
  }
  #team .team-swiper .ul li a .oppress {
    width: 50%;
    height: 100%;
    border-radius: 16px;
  }
  #team .team-swiper .swiper-change {
    display: none;
  }
  #team.bus-advantages .team-swiper .ul li a .left-info {
    padding: 30px 20px;
  }
}
#products {
  background-color: #f5f6f8;
}
#products .pro-lists {
  margin-top: 70px;
}
#products .pro-lists .ul li {
  width: 20%;
  
  position: relative;
}
#products .pro-lists .ul li:not(:last-child) .info {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#products .pro-lists .ul li a {
  background-color: #ffffff;
  position: relative;
  
}
#products .pro-lists .ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #176aaf;
  transition: all 0.6s ease;
}
#products .pro-lists .ul li a .info {
  width: 100%;
  padding: 45px;
  height: 168px;
 box-sizing: border-box;
}
#products .pro-lists .ul li a .info .mont {
  margin: 10px 0 20px;
  text-transform: uppercase;
}
#products .pro-lists .ul li a .info .name-box {
  position: relative;
  padding-left: 0;
}
#products .pro-lists .ul li a .info .name-box img {
  width: 24px;
  height: 24px;
  margin-right:  15px;
}
#products .pro-lists .ul li a .info .name-box .active{
    display: none;
}
#products .pro-lists .ul li a .pic {
  width: 100%;
  height: 320px;
}
#products .pro-lists .ul li a .bottom-info {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 45px;
  box-sizing: border-box;
  opacity: 0;
  background-image: url('../images/tit-bg.png');
  background-repeat: no-repeat;
  background-size: 155% 50%;
  background-position: center 150%;
}
#products .pro-lists .ul li a .bottom-info .more {
  margin-top: 70px;
}
#products .pro-lists .ul li a:hover {
  color: #fff;
}
#products .pro-lists .ul li a:hover::before {
  height: 100%;
}
#products .pro-lists .ul li a:hover .pic {
  opacity: 0;
}
#products .pro-lists .ul li a:hover .bottom-info {
  opacity: 1;
}
/*#products .pro-lists .ul li a:hover .name-box::before {*/
/*  background-image: url('../images/pro-icona1.png');*/
/*  background-position: center center;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*}*/
#products .pro-lists .ul li  a:hover .name-box .default{
    display: none;
}
#products .pro-lists .ul li  a:hover .name-box .active{
    display: block;
}
#products .pro-lists .ul li a:hover .same-circle i {
  background-color: #fff;
}
#products .pro-lists .ul li a:hover .same-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
#products .pro-lists .ul li a:hover .same-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
#products .pro-lists .ul li:nth-of-type(2) a .info .name-box::before {
  background-image: url('../images/pro-icon2.png');
}
#products .pro-lists .ul li:nth-of-type(2) a:hover .name-box::before {
  background-image: url('../images/pro-icona2.png');
}
#products .pro-lists .ul li:nth-of-type(3) a .info .name-box::before {
  background-image: url('../images/pro-icon3.png');
}
#products .pro-lists .ul li:nth-of-type(3) a:hover .name-box::before {
  background-image: url('../images/pro-icona3.png');
}
#products .pro-lists .ul li:nth-of-type(4) a .info .name-box::before {
  background-image: url('../images/pro-icon4.png');
}
#products .pro-lists .ul li:nth-of-type(4) a:hover .name-box::before {
  background-image: url('../images/pro-icona4.png');
}
#products .pro-lists .ul li:nth-of-type(5) a .info .name-box::before {
  background-image: url('../images/pro-icon5.png');
}
#products .pro-lists .ul li:nth-of-type(5) a:hover .name-box::before {
  background-image: url('../images/pro-icona5.png');
}
#products.page-products {
  background-image: url('../images/bg24.jpg');
}
#products.page-products .pro-lists {
  margin-top: 0;
}
#products.page-products .pro-lists .ul {
  margin-right: -3.33%;
  margin-bottom: -60px;
}
#products.page-products .pro-lists .ul li {
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 60px;
}
#products.page-products .pro-lists .ul li:not(:last-child) .info {
  border-right: none;
}
#products.page-products .pro-lists .ul li a {
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 2px;
}
#products.page-products .pro-lists .ul li a::before {
  top: auto;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
}
#products.page-products .pro-lists .ul li a .info {
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
}
#products.page-products .pro-lists .ul li a .oppress {
  width: 100%;
  height: 320px;
  border-radius: 16px;
}
#products.page-products .pro-lists .ul li a:hover {
  color: #176aaf;
  margin-top: -10px;
}
#products.page-products .pro-lists .ul li a:hover::before {
  width: 100%;
  height: 2px;
}
#products.page-products .pro-lists .ul li a:hover .same-circle i {
  background-color: #176aaf;
}
#products.page-products .pro-lists .ul li a:hover .same-circle i:nth-of-type(2) {
  background-color: rgba(23, 106, 175, 0.5);
}
#products.page-products .pro-lists .ul li a:hover .same-circle i:nth-of-type(3) {
  background-color: rgba(23, 106, 175, 0.3);
}
#products.page-products .pro-lists .ul li a:hover .name-box::before {
  background-image: url('../images/pro-iconb1.png');
}
#products.page-products .pro-lists .ul li:nth-of-type(2) a:hover .name-box::before {
  background-image: url('../images/pro-iconb2.png');
}
#products.page-products .pro-lists .ul li:nth-of-type(3) a:hover .name-box::before {
  background-image: url('../images/pro-iconb3.png');
}
#products.page-products .pro-lists .ul li:nth-of-type(4) a:hover .name-box::before {
  background-image: url('../images/pro-iconb4.png');
}
#products.page-products .pro-lists .ul li:nth-of-type(5) a:hover .name-box::before {
  background-image: url('../images/pro-iconb5.png');
}
@media (max-width: 1480px) {
  #products .pro-lists .ul li a .info {
    height: 167px;
  }
  #products .pro-lists .ul li a .pic {
    height: 250px;
  }
  #products .pro-lists .ul li a .bottom-info {
    height: 250px;
    padding: 30px ;
  }
  #products .pro-lists .ul li a .bottom-info .more {
    margin-top: 40px;
  }
  #products.page-products .pro-lists .ul li a .info {
    height: auto;
  }
  #products.page-products .pro-lists .ul li a .oppress {
    height: 280px;
  }
}
@media (max-width: 1024px) {
  #products .pro-lists {
    margin-top: 30px;
  }
  #products .pro-lists .ul {
    display: block;
    height: 410px;
    overflow-x: auto;
    white-space: nowrap;
    word-spacing: -1em;
  }
  #products .pro-lists .ul li {
    width: 70%;
    height: 410px;
    display: inline-block;
  }
  #products .pro-lists .ul li a {
    word-spacing: 0;
  }
  #products .pro-lists .ul li a .info {
    height: 160px;
    padding: 40px 20px;
   
  }
  #products .pro-lists .ul li a .info .mont {
    height: 19px;
}
  #products .pro-lists .ul li a .bottom-info {
    padding: 20px ;
  }
  #products.page-products .pro-lists .ul {
    display: flex;
    overflow-x: hidden;
    white-space: inherit;
    word-spacing: 0;
  }
  #products.page-products .pro-lists .ul li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #products.page-products .pro-lists .ul li a .oppress {
    height: 250px;
    border-radius: 10px;
  }
  #products.page-products .pro-lists .ul li a .info {
    height: auto;
    padding: 20px 0;
  }
}
.pro-bottom {
  height: 700px;
  background-image: url('../images/bg26.jpg');
}
.pro-bottom .main {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.pro-bottom .main .connect-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 720px;
  height: 338px;
  border-radius: 16px 16px 0 0;
  padding: 65px 75px;
  background-image: url('../images/bg25.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
}
.pro-bottom .main .connect-box .row {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pro-bottom .main .connect-box .row .icon-box {
  width: 36px;
  height: 36px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .pro-bottom {
    height: 500px;
  }
  .pro-bottom .main .connect-box {
    width: 100%;
    height: 220px;
    border-radius: 0;
    padding: 45px 10px;
  }
  .pro-bottom .main .connect-box .row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    justify-content: flex-start;
  }
  .pro-bottom .main .connect-box .row .icon-box {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
  }
  .pro-bottom .main .connect-box .row .f20 {
    font-size: 14px;
    margin-right: 8px;
  }
}
#news .news-swiper {
  margin-top: 90px;
}
#news a .view-more {
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.4);
}
#news a:hover .view-more {
  color: #fff;
  border-color: #f6ad3c;
  background-color: #f6ad3c;
}
#news .top-news {
  width: 30%;
  position: relative;
}
#news .top-news a {
  padding-bottom: 90px;
}
#news .top-news a .title {
  margin: 20px 0 50px;
}
#news .top-news a .oppress {
  width: 100%;
  height: 317px;
  border-radius: 16px;
  margin-bottom: 30px;
}
#news .top-news a .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#news .right-news {
  width: 65%;
  border-radius: 16px;
  background-color: #f5f6f8;
  padding: 68px 60px;
  box-sizing: border-box;
}
#news .news-lists .ul li:not(:last-child) {
  margin-bottom: 60px;
}
#news .news-lists .ul li a .date {
  position: relative;
  width: 13%;
}
#news .news-lists .ul li a .date .day {
  font-size: 56px;
}
#news .news-lists .ul li a .info {
  width: 80%;
  padding-left: 6%;
  padding-right: 8%;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#news .news-lists .ul li a .info .title {
  margin-bottom: 18px;
}
#news .top-content {
  background-image: url('../images/bg4.jpg');
}
#news .top-content a {
  border-radius: 10px;
  height: 100%;
}
#news .top-content a .title {
  margin: 0;
  width: 80%;
}
#news .top-content a .oppress {
  border-radius: 10px ;
}
#news .top-content a .info-box {
  margin-bottom: 15px;
}
#news .top-content a .bottom-box {
  padding: 36px  36px 90px;
  box-sizing: border-box;
  position: relative;
}
#news .top-content a .view-more {
  right: auto;
  left: 36px;
}
#news .top-content .top-news {
  width: 32%;
  height: 600px;
}
#news .top-content .top-news a {
  box-sizing: border-box;
  padding-bottom: 40px;
  background-color: #ffffff;
}
#news .top-content .right-top-news {
  width: 64%;
  height: 600px;
}
#news .top-content .right-top-news a {
  position: relative;
}
#news .top-content .right-top-news a .bottom-box {
  border-radius: 10px ;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 60px ;
  box-sizing: border-box;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
}
#news .lists-box {
  background-color: #f5f6f8;
}
#news .lists-box .news-lists .ul li:not(:last-child) {
  margin-bottom: 0;
}
#news .lists-box .news-lists .ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .lists-box .news-lists .ul li a {
  padding: 55px 0;
  background-color: #fff;
}
#news .lists-box .news-lists .ul li a .main {
  position: relative;
  height: 200px;
}
#news .lists-box .news-lists .ul li a .date {
  position: relative;
  width: auto;
}
#news .lists-box .news-lists .ul li a .date .icon {
  margin-right: 4px;
  opacity: 0.4;
}
#news .lists-box .news-lists .ul li a .oppress {
  position: absolute;
  left: 0;
  top:0;
  width: 340px;
  height: 100%;
  border-radius: 16px;
}
#news .lists-box .news-lists .ul li a .info {
  width: 87%;
  padding-left: 25%;
  padding-right: 8%;
  box-sizing: border-box;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#news .lists-box .news-lists .ul li a .info .title {
  margin-bottom: 0;
}
#news .lists-box .news-lists .ul li a .info .text-node {
  margin: 25px 0 40px;
}
#news .lists-box .news-lists .ul li a .go {
  margin-top: 35px;
}
#news .lists-box .news-lists .ul li a:hover {
  background-color: #176aaf;
}

#news .lists-box .news-lists .ul li a:hover .info {
  color: #fff;
  
  border-color: rgba(255, 255, 255, 0.2);
}
#news .lists-box .news-lists .ul li a:hover .date .icon {
  opacity: 1;
}
@media (max-width: 1580px) {
  #news .lists-box .news-lists .ul li a .info {
    padding-left: 29%;
  }
}
@media (max-width: 1480px) {
  #news .lists-box .news-lists .ul li a .info {
    padding-left: 31%;
  }
}
@media (max-width: 1400px) {
  #news .top-content a .title {
    width: 72%;
  }
  #news .lists-box .news-lists .ul li a .info {
    padding-left: 33%;
  }
}
@media (max-width: 1280px){
    #news .top-content a .oppress{
        margin-bottom: 0;
    }
    #news .top-content a .title {
    width: 65%;
  }
    #news .lists-box .news-lists .ul li a .oppress {
  
  width: 280px;
  height: 200px;
}
}
@media (max-width: 1024px) {
  #news .news-swiper {
    margin-top: 30px;
  }
  #news .news-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  #news a .view-more {
    display: none;
  }
  #news .top-news {
    width: 100%;
    position: relative;
  }
  #news .top-news a {
    padding-bottom: 30px;
  }
  #news .top-news a .title {
    margin: 10px 0 20px;
  }
  #news .top-news a .oppress {
    height: 250px;
  }
  #news .top-news a .view-more {
    display: none;
  }
  #news .right-news {
    width: 100%;
    padding: 25px 20px;
  }
  #news .news-lists .ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #news .news-lists .ul li a .date {
    width: 20%;
  }
  #news .news-lists .ul li a .date .day {
    font-size: 30px;
  }
  #news .news-lists .ul li a .info {
    width: 80%;
    padding-right: 0;
  }
  #news .news-lists .ul li a .info .title {
    margin-bottom: 10px;
  }
  #news .top-content .main {
    flex-wrap: wrap;
  }
  #news .top-content a {
    height: auto;
  }
  #news .top-content a .info-box {
    margin-bottom: 15px;
  }
  #news .top-content a .bottom-box {
    padding: 26px  16px ;
  }
  #news .top-content .top-news {
    width: 100%;
    height: auto;
  }
  #news .top-content .top-news a {
    padding-bottom: 0;
  }
  #news .top-content .right-top-news {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  #news .top-content .right-top-news a {
    height: 100%;
  }
  #news .top-content .right-top-news a .bottom-box {
    border-radius: 10px ;
    width: 100%;
    padding: 30px 16px;
  }
  #news .lists-box .news-lists .ul li:not(:last-child) {
    margin-bottom: 0;
  }
  #news .lists-box .news-lists .ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #news .lists-box .news-lists .ul li a {
    padding: 35px 0;
    background-color: #fff;
  }
  #news .lists-box .news-lists .ul li a .main {
    position: relative;
    height: 100%;
  }
  #news .lists-box .news-lists .ul li a .date {
    position: relative;
    width: auto;
  }
  #news .lists-box .news-lists .ul li a .date .icon {
    margin-right: 4px;
    opacity: 0.4;
  }
  #news .lists-box .news-lists .ul li a .oppress {
    left: 20px;
    top: 0;
    width: 180px;
    height: 120px;
    border-radius: 10px;
    opacity: 1;
  }
  #news .lists-box .news-lists .ul li a .info {
    width: 100%;
    padding-left: 200px;
    padding-right: 0;
    border-right: none;
  }
  #news .lists-box .news-lists .ul li a .info .text-node {
    margin: 15px 0 20px;
  }
  #news .lists-box .news-lists .ul li a:hover .info {
    padding-left: 200px;
  }
}
#clients {
  background-image: url('../images/bg5.jpg');
}
#clients .top-box .right-info {
  width: 65%;
}
#clients .clients-lists {
  margin-top: 90px;
}
#clients .clients-lists .ul {
  margin-right: -1.28%;
}
#clients .clients-lists .ul li {
  width: 13%;
  margin-right: 1.28%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
  margin-bottom: 30px;
}
#clients .clients-lists .ul li .oppress {
  width: 100%;
  height: 100%;
}
#clients .clients-lists .ul li .oppress img {
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 1024px) {
  #clients .top-box {
    flex-wrap: wrap;
  }
  #clients .top-box .right-info {
    width: 100%;
    margin-top: 30px;
  }
  #clients .clients-lists {
    margin-top: 30px;
  }
  #clients .clients-lists .ul li {
    width: 32%;
    height: 80px;
    margin-bottom: 5px;
    padding: 8px;
    box-sizing: border-box;
  }
}
#profile {
  background-image: url('../images/bg6.jpg');
}
#profile .left-box {
  width: 50%;
}
#profile .left-box .info {
  margin: 40px 0;
}
#profile .left-box .info .desc {
  margin-top: 35px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
#profile .left-box .lists {
  margin-top: 26px;
}
#profile .left-box .lists .ul {
  margin-bottom: -30px;
  margin-right: -30px;
}
#profile .left-box .lists .ul li {
  position: relative;
  width: 156px;
  height: 50px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  padding-top: 12px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 30px;
}
#profile .left-box .lists .ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile .left-box .lists .ul li .name {
  margin-left: 8px;
  opacity: 0.9;
}
#profile .left-box .lists .ul li .icon-box img {
  height: 22px;
  filter: brightness(0.1);
  opacity: 0.8;
}
#profile .left-box .lists .ul li span {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 12px;
}
#profile .left-box .lists .ul li span:nth-of-type(3),
#profile .left-box .lists .ul li span:nth-of-type(4) {
  top: auto;
  bottom: -10px;
}
#profile .left-box .lists .ul li span:nth-of-type(2),
#profile .left-box .lists .ul li span:nth-of-type(4) {
  left: auto;
  right: -5px;
}
#profile .left-box .lists .ul li:hover {
  background-color: #176aaf;
  border-color: #176aaf;
}
#profile .left-box .lists .ul li:hover .name {
  color: #fff;
  opacity: 1;
}
#profile .left-box .lists .ul li:hover .icon-box img {
  filter: brightness(200);
  opacity: 1;
}
#profile .left-box .lists .ul li:hover span {
  color: #f6ad3c;
}
#profile .right-pic {
  width: 50%;
  margin-right: -10%;
  height: 628px;
  margin-top: 84px;
}
@media (max-width: 1480px) {
  #profile .left-box {
    width: 55%;
  }
}
@media (max-width: 1366px) {
  #profile .left-box .lists .ul {
    margin-right: -15px;
  }
  #profile .left-box .lists .ul li {
    width: 148px;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
    #profile .right-pic {
  margin-right: -4%;
}
}
@media (max-width: 800px) {
  #profile .main {
    flex-wrap: wrap;
  }
  #profile .left-box {
    width: 100%;
  }
  #profile .left-box .info {
    margin: 30px 0;
  }
  #profile .left-box .info .desc {
    margin-top: 20px;
    line-height: 1.6;
  }
  #profile .left-box .lists {
    margin-top: 20px;
  }
  #profile .left-box .lists .ul {
    margin-bottom: -20px;
    margin-right: -24px;
  }
  #profile .left-box .lists .ul li {
    margin-bottom: 20px;
    margin-right: 24px;
  }
  #profile .right-pic {
    width: 100%;
    margin-right: 0;
    height: 328px;
    margin-top: 30px;
  }
}
#advantages {
  background-image: url('../images/bg7.jpg');
}
#advantages .advantages-lists {
  margin-top: 120px;
}
#advantages .advantages-lists .ul {
  margin-right: -2%;
}
#advantages .advantages-lists .ul li {
  width: 14.66%;
  height: 330px;
  margin-right: 2%;
  padding: 95px 20px;
  box-sizing: border-box;
  background-image: url('../images/bg8.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
#advantages .advantages-lists .ul li .tit {
  margin: 15px 0 10px;
}
#advantages .advantages-lists .ul li .mont {
  padding-bottom: 28px;
  position: relative;
}
#advantages .advantages-lists .ul li .mont::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 1px;
  background-color: #999999;
}
#advantages .advantages-lists .ul li:nth-of-type(2n) {
  margin-top: -50px;
}
#advantages .advantages-lists .ul li:hover {
  color: #fff;
  background-image: url('../images/bg9.png');
}
#advantages .advantages-lists .ul li:hover .icon-box img {
  filter: brightness(1000);
}
#advantages .advantages-lists .ul li:hover .mont::after {
  background-color: #fff;
}
@media (max-width: 1480px) {
  #advantages .advantages-lists .ul li {
    height: 280px;
    padding: 65px 20px;
  }
}
@media (max-width: 1366px) {
  #advantages .advantages-lists .ul {
    margin-right: -1%;
  }
  #advantages .advantages-lists .ul li {
    width: 14.66%;
    margin-right: 1%;
  }
}
@media (max-width: 1024px) {
  #advantages .advantages-lists {
    margin-top: 30px;
  }
  #advantages .advantages-lists .ul {
    margin-right: -2%;
  }
  #advantages .advantages-lists .ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 8px;
    height: 250px;
    padding: 55px 10px;
  }
  #advantages .advantages-lists .ul li:nth-of-type(2n) {
    margin-top: 0;
  }
}
#environment {
  background-image: url('../images/bg10.jpg');
}
#environment .sub-title {
  margin: 34px 0 80px;
}
#environment .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 240px;
}
#environment .swiper .swiper-change {
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 99;
  width: 100%;
}
#environment .swiper .swiper-button-next {
  right: 10em;
}
#environment .swiper .swiper-button-prev {
  left: 10em;
}
#environment .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 680px;
  height: 300px;
}
#environment .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 gray;
  filter: blur(10px);
  border-radius: 50%;
}
#environment .swiper-slide a {
  width: 100%;
  height: 100%;
}
#environment .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#environment .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  color: #fff;
  width: 100%;
  opacity: 0;
}
#environment .swiper-slide.swiper-slide-active,
#environment .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1.3) !important;
}
#environment .swiper-slide.swiper-slide-active .title,
#environment .swiper-slide.swiper-slide-duplicate-active .title {
  opacity: 1;
}
@media (max-width: 1480px) {
  #environment .swiper .swiper-button-next {
    right: 7em;
  }
  #environment .swiper .swiper-button-prev {
    left: 7em;
  }
}
@media (max-width: 800px) {
  #environment {
    background-position: center 60px;
  }
  #environment .sub-title {
    margin: 24px 0 30px;
  }
  #environment .swiper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 70px;
  }
  #environment .swiper .swiper-button-next,
  #environment .swiper .swiper-button-prev {
    display: none;
  }
  #environment .swiper-slide {
    height: 250px;
  }
  #environment .swiper-slide.swiper-slide-active,
  #environment .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1) !important;
  }
  #environment .swiper-slide .title {
    bottom: 20px;
  }
}
#teamdeme .sub-title {
  margin: 30px 0 80px;
}
#teamdeme .top-ul {
  margin: 75px 0 60px;
}
#teamdeme .top-ul li {
  width: 48%;
  background-color: #f5f6f8;
  border-radius: 16px;
  overflow: hidden;
}
#teamdeme .top-ul li .oppress {
  height: 358px;
}
#teamdeme .top-ul li .name {
  padding: 45px 40px;
  box-sizing: border-box;
}
#teamdeme .bottom-ul li {   
  width: 22%;
  margin-bottom: 20px;
}
#teamdeme .bottom-ul li .oppress {
  height: 200px;
  margin-bottom: 16px;
  border-radius: 16px;
}
@media (max-width: 800px) {
  #teamdeme .sub-title {
    margin: 24px 0 30px;
  }
  #teamdeme .top-ul {
    margin: 24px 0 ;
  }
  #teamdeme .top-ul li {
    border-radius: 10px;
  }
  #teamdeme .top-ul li .oppress {
    height: 110px;
  }
  #teamdeme .top-ul li .name {
    padding: 10px ;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
  }
  #teamdeme .bottom-ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  #teamdeme .bottom-ul li .oppress {
    height: 110px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  #teamdeme .bottom-ul li .name {
    font-size: 14px;
  }
}
#organization {
  background-image: url('../images/bg11.jpg');
}
#honor .honor-nav {
  margin: 70px 0;
}
#honor .honor-nav .item {
  border-radius: 8px;
  background-color: #f5f6f8;
  height: 103px;
  width: 30%;
  position: relative;
}
#honor .honor-nav .item img {
  margin-right: 10px;
}
#honor .honor-nav .item::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #f6ad3c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  opacity: 0;
}
#honor .honor-nav .item.on,
#honor .honor-nav .item:hover {
  background-color: #f6ad3c;
  color: #fff;
}
#honor .honor-nav .item.on img,
#honor .honor-nav .item:hover img {
  filter: brightness(200);
}
#honor .honor-nav .item.on::after,
#honor .honor-nav .item:hover::after {
  opacity: 1;
}
#honor .honor-swiper .honor-lists-swiper {
  padding-bottom: 80px;
}
#honor .honor-swiper .honor-lists-swiper a {
  height: 473px;
  border-radius: 16px;
  background-color: #f5f6f8;
  padding: 50px ;
  box-sizing: border-box;
  text-align: center;
}
#honor .honor-swiper .honor-lists-swiper a .name{
    height: 52px;
}
#honor .honor-swiper .honor-lists-swiper a .pic {
  width: 100%;
  height: 305px;
  padding: 25px ;
  box-sizing: border-box;
  margin-top: 20px;
  background-image: url('../images/bg12.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#honor .honor-swiper .honor-lists-swiper a .pic img {
  max-height: 80%;
}
#honor .honor-swiper .honor-lists-swiper a:hover {
  color: #176aaf;
}
#honor .honor-swiper .honor-lists-swiper .swiper-pagination {
  bottom: 0;
}
@media (max-width: 1480px) {
  #honor .honor-swiper .honor-lists-swiper a {
    height: 400px;
    padding: 50px 35px;
  }
  #honor .honor-swiper .honor-lists-swiper a .pic {
    height: 250px;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  #honor .honor-nav {
    margin: 30px 0;
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 70px;
    padding-bottom: 5px;
    justify-content: flex-start;
  }
  #honor .honor-nav .item {
    height: 58px;
    width: 100%;
    display: inline-block;
    padding: 15px 20px 0;
    box-sizing: border-box;
  }
  #honor .honor-nav .item img {
    height: 25px;
  }
  #honor .honor-swiper .honor-lists-swiper {
    /*padding-bottom: 60px;*/
     padding-bottom: 0;
  }
  #honor .honor-swiper .honor-lists-swiper a {
    height: 400px;
    padding: 40px;
  }
  #honor .honor-swiper .honor-lists-swiper a .pic {
    height: 280px;
    margin-top: 20px;
  }
  #honor .honor-swiper .honor-lists-swiper a .name{
    height: auto    ;
}
  #honor .honor-swiper .honor-lists-swiper .swiper-pagination {
  display: none;
}
}
#culture {
  background-image: url('../images/bg13.jpg');
}
#culture .culture-lists {
  margin-top: 110px;
}
#culture .culture-lists li {
  width: 352px;
  height: 352px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 120px 72px;
  box-sizing: border-box;
  border-radius: 50%;
  backdrop-filter: blur(40px);
  transition: all 0.4s ease;
}
#culture .culture-lists li .top-name {
  margin-bottom: 25px;
}
#culture .culture-lists li .top-name img {
  margin-right: 8px;
}
#culture .culture-lists li:not(:first-child) {
  margin-left: -32px;
}
#culture .culture-lists li.on {
  border-color: #176aaf;
  background-color: #176aaf;
  z-index: 8;
}
@media (max-width: 1024px) {
  #culture .culture-lists {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  #culture .culture-lists li {
    width: 85%;
    height: 300px;
    padding: 100px 62px;
  }
  #culture .culture-lists li .top-name {
    margin-bottom: 25px;
  }
  #culture .culture-lists li .top-name img {
    margin-right: 8px;
  }
  #culture .culture-lists li:not(:first-child) {
    margin-left: 0;
    margin-top: -62px;
  }
}
#engineering {
  background-image: url('../images/bg14.jpg');
}
#engineering .content {
  margin-top: 75px;
}
#engineering .content .oppress {
  width: 48%;
  height: 445px;
  border-radius: 16px;
}
#engineering .content .right-info {
  width: 48%;
}
#engineering .content .right-info .row:not(:last-child) {
  margin-bottom: 65px;
}
#engineering .content .right-info .row .top-name {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
#engineering .content .right-info .row .top-name .num {
  font-size: 58px;
  font-style: italic;
  color: #176aaf;
  opacity: 0.2;
  position: absolute;
  top: -20px;
  left: 0;
}
#engineering.detection .content {
  margin-top: 0;
}
#engineering.detection .content .right-info .text-node {
  margin-top: 75px;
}
@media (max-width: 1024px) {
  #engineering .content {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #engineering .content .oppress {
    width: 100%;
    height: 245px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #engineering .content .right-info {
    width: 100%;
  }
  #engineering .content .right-info .row:not(:last-child) {
    margin-bottom: 35px;
  }
  #engineering .content .right-info .row .top-name {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  #engineering .content .right-info .row .top-name .num {
    font-size: 48px;
    top: -14px;
  }
  #engineering.detection .content .right-info .text-node {
    margin-top: 30px;
  }
}
#type .lists {
  height: 750px;
  background-image: url("../images/bg15.jpg");
  margin-top: 75px;
}
#type .lists .item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: all 0.4s ease-out;
}
#type .lists .item .content {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}
#type .lists .item .num {
  font-size: 150px;
  margin-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 15%, transparent 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 15%, transparent 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 15%, transparent 100%);
}
#type .lists .item .text-node {
  transform: translateY(200%);
  margin: 60px auto 0;
  max-width: 70%;
  display: none;
  text-align: center;
  transition: all 0.4s ease-out;
}
#type .lists .item:last-child {
  border-right: none;
}
#type .lists .item:hover {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), transparent, transparent);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), transparent, transparent);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), transparent, transparent);
}
#type .lists .item:hover .title {
  font-weight: bold;
}
#type .lists .item:hover .content {
  margin-top: -20px;
}
#type .lists .item:hover .text-node {
  transform: translateY(0);
  display: block;
}
@media (max-width: 1480px) {
  #type .lists {
    height: 650px;
  }
  #type .lists .item .num {
    font-size: 100px;
  }
  #type .lists .item .text-node {
    margin: 40px auto 0;
    max-width: 80%;
  }
}
@media (max-width: 800px) {
  #type .lists {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #type .lists .item {
    width: 50%;
    flex: auto;
    box-sizing: border-box;
    height: 400px;
  }
  #type .lists .item .num {
    font-size: 80px;
  }
  #type .lists .item .text-node {
    margin: 20px auto 0;
    max-width: 90%;
  }
}
#expert .gallery {
  width: 45%;
  padding: 40px 0 0 40px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 10px;
}
#expert .gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  height: 500px;
  border-radius: 10px;
  background-color: #e4ebf2;
}
#expert .gallery .swiper-slide {
  height: 500px;
}
#expert .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#expert .thumb {
  width: 60%;
  margin-left: 70px;
  margin-right: -13%;
  position: relative;
}
#expert .thumb .top-info .same-title .bg {
  position: absolute;
  bottom: -28px;
  left: 0;
}
#expert .thumb .top-info .info {
  width: 350px;
  padding: 8px 30px;
  background-color: #e4ebf2;
  margin-top: 60px ;
  border-radius: 23px;
  box-sizing: border-box;
  text-align: center;
}
#expert .thumb .swiper {
  height: 178px;
  padding-left: 26px;
}
#expert .thumb .swiper .swiper-slide {
  position: relative;
  width: 28%;
  font-style: italic;
}
#expert .thumb .swiper .swiper-slide .num {
  color: #176aaf;
  margin-left: 25px;
  opacity: 0.1;
  font-size: 60px;
  transition: all 0.3s linear;
}
#expert .thumb .swiper .swiper-slide .title {
  position: relative;
  opacity: 0.6;
  transition: all 0.3s linear;
}
#expert .thumb .swiper .swiper-slide .title::before,
#expert .thumb .swiper .swiper-slide .title::after {
  content: "*";
  position: absolute;
  top: 6px;
  opacity: 1;
}
#expert .thumb .swiper .swiper-slide .title::before {
  left: -26px;
}
#expert .thumb .swiper .swiper-slide .title::after {
  right: -20px;
}
#expert .thumb .swiper .swiper-slide:hover .title {
  opacity: 1;
}
#expert .thumb .swiper .swiper-slide:hover .num {
  margin-left: 25px;
}
@media (max-width: 800px) {
  #expert .main {
    flex-wrap: wrap;
  }
  #expert .gallery {
    width: 100%;
    padding: 0;
  }
  #expert .gallery::after {
    height: 300px;
  }
  #expert .gallery .swiper-slide {
    height: 300px;
  }
  #expert .thumb {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  #expert .thumb .top-info .same-title .bg {
    position: absolute;
    bottom: -18px;
    left: 0;
  }
  #expert .thumb .top-info .info {
    width: 90%;
    padding: 8px 20px;
    margin: 40px 0 20px;
    border-radius: 20px;
  }
  #expert .thumb .swiper {
    height: auto;
    margin-bottom: 30px;
  }
  #expert .thumb .swiper .ul {
    flex-wrap: wrap;
  }
  #expert .thumb .swiper .swiper-slide {
    width: 50%;
    margin-top: 10px;
  }
  #expert .thumb .swiper .swiper-slide .num {
    font-size: 40px;
  }
  #expert .thumb .swiper .swiper-slide .title::before {
    left: -16px;
  }
  #expert .thumb .swiper .swiper-slide .title::after {
    right: -10px;
  }
}
#maintenance {
  background-image: url('../images/bg18.jpg');
}
#maintenance .sub-info {
  width: 55%;
  margin: 45px auto 70px;
}
#maintenance .lists {
  height: 480px;
  background-color: #ffffff;
  box-shadow: 0px 13px 57px 0px rgba(19, 19, 19, 0.05);
  border-radius: 16px;
}
#maintenance .lists .item {
  position: relative;
  flex: 1;
  height: 100%;
  box-shadow: 0px 13px 57px 0px rgba(19, 19, 19, 0.05);
  overflow: hidden;
}
#maintenance .lists .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/line-bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.4s ease;
}
#maintenance .lists .item .content {
  position: relative;
  z-index: 88;
  height: 100%;
  padding: 94px 35px ;
  box-sizing: border-box;
  text-align: center;
}
#maintenance .lists .item .content .num {
  font-size: 72px;
  margin-bottom: 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
  background-image: -moz-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
  background-image: -ms-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
}
#maintenance .lists .item .content .same-circle {
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
}
#maintenance .lists .item .bg {
  opacity: 0;
  transition: all 0.4s ease;
}
#maintenance .lists .item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#maintenance .lists .item:first-child {
  border-radius: 16px 0 0 16px;
}
#maintenance .lists .item:first-child::after {
  background-image: url('../images/line-bg1.png');
}
#maintenance .lists .item:last-child {
  border-radius: 0 16px 16px 0;
}
#maintenance .lists .item:last-child::after {
  background-image: url('../images/line-bg1.png');
  transform: rotateY(180deg);
}
#maintenance .lists .item:hover {
  color: #fff;
}
#maintenance .lists .item:hover::after,
#maintenance .lists .item:hover .bg {
  opacity: 1;
}
#maintenance .lists .item:hover .content .num {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 15%, transparent 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 15%, transparent 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 15%, transparent 100%);
}
#maintenance .lists .item:hover .content .same-circle i {
  background-color: #fff;
}
#maintenance .lists .item:hover .content .same-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
#maintenance .lists .item:hover .content .same-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
#maintenance.assessment .sub-info {
  width: 73%;
}
#maintenance.assessment .content {
  margin-top: 75px;
}
#maintenance.assessment .content .oppress {
  width: 48%;
  height: 445px;
  border-radius: 16px;
}
#maintenance.assessment .content .right-info {
  width: 47%;
}
#maintenance.assessment .content .right-info .row {
  padding-right: 30px;
  padding-left: 100px;
  position: relative;
  box-sizing: border-box;
}
#maintenance.assessment .content .right-info .row:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#maintenance.assessment .content .right-info .row .num {
  width: 90px;
  font-size: 60px;
  font-style: italic;
  color: #176aaf;
  position: absolute;
  top: -15px;
  left: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
  background-image: -moz-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
  background-image: -ms-linear-gradient(top, rgba(23, 106, 175, 0.8) 15%, transparent 100%);
}
@media (max-width: 1480px) {
  #maintenance .sub-info {
    width: 65%;
  }
  #maintenance .lists {
    height: 400px;
  }
  #maintenance .lists .item .content {
    padding: 64px 30px ;
  }
  #maintenance .lists .item .content .num {
    font-size: 52px;
    margin-bottom: 50px;
  }
  #maintenance .lists .item .content .same-circle {
    bottom: 64px;
  }
}
@media (max-width: 1024px) {
  #maintenance .sub-info {
    width: 100%;
    margin: 30px auto ;
  }
  #maintenance .lists {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #maintenance .lists .item {
    flex: auto;
    width: 50%;
    height: auto;
    min-height: 300px;
  }
  #maintenance .lists .item .content {
    padding: 44px 20px ;
  }
  #maintenance .lists .item .content .num {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #maintenance .lists .item .content .same-circle {
    bottom: 44px;
  }
  #maintenance.assessment .sub-info {
    width: 100%;
  }
  #maintenance.assessment .content {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #maintenance.assessment .content .oppress {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  #maintenance.assessment .content .right-info {
    width: 100%;
    margin-top: 30px;
  }
  #maintenance.assessment .content .right-info .row {
    padding-right: 0;
    padding-left: 80px;
  }
  #maintenance.assessment .content .right-info .row:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #maintenance.assessment .content .right-info .row .num {
    width: 60px;
    font-size: 40px;
    top: 0;
  }
}
.scenarios {
  background-image: url(../pictures/red-alarm-lamps-ceiling-ship-s-engine-room.jpg);
  background-position: center bottom;
}
.scenarios .swiper-box {
  margin-top: 42px;
}
.scenarios .swiper-box .left {
  width: 30%;
  position: relative;
}
.scenarios .swiper-box .left .text-node {
  margin: 30px 0 60px;
}
.scenarios .swiper-box .left .more {
  color: #176aaf;
}
.scenarios .swiper-box .left .more span {
  margin-left: 0.5em;
  margin-right: 0;
}
.scenarios .swiper-box .left .more:hover {
  color: #fff;
}
.scenarios .swiper-box .left .swiper-change {
  position: absolute;
  left: -10px;
  width: 150px;
}
.scenarios .swiper-box .left .swiper-change .swiper-pagination {
  text-align: left;
  left: 10px;
  bottom: -125px;
  color: #c7c7c7;
  display: flex;
}
.scenarios .swiper-box .left .swiper-change .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #176aaf;
  margin-top: -18px;
  margin-right: 5px;
  font-style: italic;
}
.scenarios .swiper-box .left .swiper-change .swiper-pagination .swiper-pagination-total {
  margin-top: 10px;
}
.scenarios .scenarios-swiper {
  width: 90%;
  margin-right: -13%;
  margin-left: 0;
}
.scenarios .scenarios-swiper .swiper-slide {
  width: 420px;
  height: 550px;
}
.scenarios .scenarios-swiper .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.scenarios .scenarios-swiper .swiper-slide .info {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 10px 0 10px;
  padding: 25px 35px;
  box-sizing: border-box;
}
.scenarios .scenarios-swiper .swiper-slide .info .en-txt {
  writing-mode: vertical-rl;
  opacity: 0.3;
  text-transform: uppercase;
}
.scenarios .scenarios-swiper .swiper-slide .info .text-node {
  display: none;
}
.scenarios .scenarios-swiper .swiper-slide .info .right-info {
  text-align: right;
}
.scenarios .scenarios-swiper .swiper-slide .info .right-info .num {
  opacity: 0.6;
  margin-bottom: 30px;
}
.scenarios .scenarios-swiper .swiper-slide:nth-of-type(2n) {
  margin-top: 56px;
}
.scenarios .scenarios-swiper .swiper-slide.swiper-slide-active .info {
  background-color: #176aaf;
  color: #fff;
}
.scenarios .scenarios-swiper .swiper-slide.swiper-slide-active .info .right-info .num {
  opacity: 1;
}
@media (max-width: 1580px) {
  .scenarios .scenarios-swiper .swiper-slide {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .scenarios .more {
    margin-top: 45px;
  }
  .scenarios .swiper-box {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .scenarios .swiper-box .left {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
  }
  .scenarios .swiper-box .left .text-node {
    margin: 10px 0 20px;
  }
  .scenarios .swiper-box .left .swiper-change {
    bottom: 20px;
  }
  .scenarios .swiper-box .left .swiper-change .btn.swiper-button-prev {
    left: 0;
    right: auto;
    transform: rotate(0);
  }
  .scenarios .swiper-box .left .swiper-change .swiper-pagination {
    display: none;
  }
  .scenarios .scenarios-swiper {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .scenarios .scenarios-swiper .swiper-slide {
    width: 100%;
    height: 400px;
  }
  .scenarios .scenarios-swiper .swiper-slide:nth-of-type(2n) {
    margin-top: 0;
  }
}
.middle-maintenance {
  background-image: url(../pictures/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept.jpg);
  height: 450px;
}
.middle-maintenance .main {
  position: relative;
}
.middle-maintenance .main .right-box {
  position: absolute;
  top: 20px;
  right: 0;
}
.middle-maintenance .main .right-box .connect-btn {
  margin-left: 60px;
}
@media (max-width: 800px) {
  .middle-maintenance {
    height: 400px;
  }
  .middle-maintenance .main .right-box {
    width: 100%;
    top: 100px;
  }
  .middle-maintenance .main .right-box .connect-btn {
    margin-left: 20px;
  }
}
#faq {
  background-color: #f5f6f8;
}
#faq .sub-tit {
  margin: 35px 0 80px;
}
#faq .faq-swiper {
  height: 620px;
}
#faq .faq-swiper .ul {
  height: 100%;
}
#faq .faq-swiper .ul li {
  height: calc(100% / 2);
}
#faq .faq-swiper .ul li a {
  height: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
#faq .faq-swiper .ul li a .content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 50px 48px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease;
}
#faq .faq-swiper .ul li a .top {
  margin-bottom: 28px;
  background-image: url("../images/tit-bg2.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px 20px;
  box-sizing: border-box;
}
#faq .faq-swiper .ul li a .more {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0;
}
#faq .faq-swiper .ul li a:hover .content {
  background-color: transparent;
  background-image: url("../images/bg20.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 24px 0px rgba(54, 48, 48, 0.15);
}
#faq .faq-swiper .ul li a:hover .more {
  opacity: 1;
}
#faq .faq-swiper .ul li a:hover .top {
  color: #176aaf;
  font-weight: bold;
}
@media (max-width: 1480px) {
  #faq .faq-swiper .ul li a .more {
    bottom: -10px;
  }
}
@media (max-width: 800px) {
  #faq .sub-tit {
    margin: 30px 0 ;
  }
  #faq .faq-swiper {
    height: 480px;
  }
  #faq .faq-swiper .ul li a {
    padding-bottom: 30px;
    padding-right: 0;
  }
  #faq .faq-swiper .ul li a .content {
    padding: 40px 25px;
  }
  #faq .faq-swiper .ul li a .top {
    margin-bottom: 20px;
  }
  #faq .faq-swiper .ul li a .more {
    bottom: -10px;
  }
}
.thinking {
  padding-top: 20px;
  background-image: url("../images/bg21.jpg");
}
.thinking .ul {
  position: relative;
}
.thinking .ul .middle {
  width: 680px;
  height: 680px;
  background-image: url("../images/circle-bg.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.thinking .ul .middle .same-title {
  z-index: 99;
}
@media (max-width: 1580px) {
  .thinking .ul .middle {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1400px) {
  .thinking .ul .middle {
    width: 550px;
    height: 550px;
  }
}
.thinking .ul .middle .bg {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.thinking .ul li.flex-balance {
  height: 205px;
  padding: 24px 8%;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 16px;
  font-style: italic;
}
.thinking .ul li.flex-balance:nth-of-type(2) {
  padding: 24px 4%;
}
@media (max-width: 1580px) {
  .thinking .ul li.flex-balance {
    padding: 24px 7%;
  }
  .thinking .ul li.flex-balance:nth-of-type(2) {
    padding: 24px 2%;
  }
}
@media (max-width: 1400px) {
  .thinking .ul li.flex-balance {
    height: 180px;
  }
}
.thinking .ul li.flex-balance .item {
  width: 24%;
}
.thinking .ul li.flex-balance .number {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(141deg, #176aaf 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(141deg, #176aaf 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(141deg, #176aaf 0%, #ffffff 100%);
}
.thinking .ul li.flex-balance .right {
  margin-left: 18px;
  flex: 1;
}
@media (max-width: 1080px) {
  .thinking {
    padding-top: 280px;
  }
  .thinking .ul .middle {
    width: 300px!important;
    height: 300px!important;
    top: -300px;
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
  }
  .thinking .ul li.flex-balance {
    flex-wrap: wrap;
    padding: 24px ;
    margin-bottom: 20px;
    height: auto;
  }
  .thinking .ul li.flex-balance .item {
    width: 90%;
    margin: 0 auto 30px;
  }
  .thinking .ul li.flex-balance .item:last-child {
    margin-bottom: 0;
  }
  .thinking .ul li.flex-balance:nth-of-type(2) {
    padding: 24px ;
  }
}
#detectionAdvantages {
  background-image: url("../images/bg22.jpg");
}
#detectionAdvantages .sub-tit {
  margin: 40px 0 70px;
}
#detectionAdvantages .lists .ul {
  margin-right: -10%;
  margin-bottom: -55px;
}
#detectionAdvantages .lists .item {
  width: 22.33%;
  height: 170px;
  margin-right: 10%;
  background-image: url("../images/line2.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-bottom: 55px;
  box-sizing: border-box;
  position: relative;
}
#detectionAdvantages .lists .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30%;
  width: 55px;
  height: 72px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#detectionAdvantages .lists .item:nth-of-type(3n)::after {
  display: none;
}
#detectionAdvantages .lists .item .top {
  margin-bottom: 20px;
}
#detectionAdvantages .lists .item .top .Mont {
  color: #176aaf;
  font-style: italic;
  margin-bottom: 0;
  font-size: 60px;
  opacity: 0.1;
}
#detectionAdvantages .lists .item .top .f20 {
  margin: 24px 0 0 -18px;
}
#detectionAdvantages .lists .item .square-items {
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
}
#detectionAdvantages .lists .item .square-items::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  transform: rotate(45deg);
}
#detectionAdvantages .lists .item:hover {
  color: inherit;
  background-image: url("../images/line3.png");
}
#detectionAdvantages .lists .item:hover .f20 {
  color: #176aaf;
}
#detectionAdvantages .lists .item:hover .Mont {
  opacity: 0.1;
}
@media (max-width: 800px) {
  #detectionAdvantages .lists .item {
    width: 50%;
    margin: 20px auto 30px;
    height: auto ;
    padding-bottom: 20px;
  }
  #detectionAdvantages .lists .item::after {
    display: none;
  }
  #detectionAdvantages .lists .item .top {
    margin-bottom: 10px;
  }
  #detectionAdvantages .lists .item .top .Mont {
    font-size: 40px;
  }
  #detectionAdvantages .lists .item .top .f20 {
    margin: 12px 0 0 -14px;
  }
}
@media (max-width: 800px) {
  #detectionAdvantages .sub-tit {
    margin: 30px 0 ;
  }
  #detectionAdvantages .lists .ul {
    margin-right: 0;
    margin-bottom: -55px;
  }
}
.assessment-process {
  background-image: url('../pictures/wind-farms-fields.jpg');
}
.page-case {
  background-color: #f5f5f5;
}
.page-case .top-swiper-box {
  height: 700px;
  position: relative;
}
.page-case .top-swiper-box .info-swiper {
  height: 100%;
}
.page-case .top-swiper-box .info-swiper .swiper-slide {
  height: 100%;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box {
  height: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info {
  position: absolute;
  background-image: url('../images/bg23.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: flex-end;
  transition: all 1s ease;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content {
  padding: 77px;
  box-sizing: border-box;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content .desc {
  margin: 35px 0 50px;
  line-height: 1.6;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content .desc .name {
  margin-bottom: 15px;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .arrow-icon {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #f6ad3c;
  cursor: pointer;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .arrow-icon .icon {
  transform: rotate(90deg);
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .left-icon {
  display: none;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info.show {
  width: 105px;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info.show .content {
  opacity: 0;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info.show .arrow-icon .icon {
  transform: rotate(-90deg);
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info.show .right-icon {
  display: none;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info.show .left-icon {
  display: block;
}
.page-case .top-swiper-box .info-swiper .swiper-slide .box .pic {
  width: 100%;
  height: 100%;
}
.page-case .top-swiper-box .swiper-change .btn {
  margin-top: 0;
  transform: translateY(-50%);
}
.page-case .top-swiper-box .swiper-change::after,
.page-case .top-swiper-box .swiper-change::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32.5px;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: 9;
}
.page-case .top-swiper-box .swiper-change::after {
  right: -32.5px;
  left: auto;
}
.page-case .top-swiper-box .swiper-change .swiper-button-prev {
  left: -27.5px;
}
.page-case .top-swiper-box .swiper-change .swiper-button-next {
  right: -27.5px;
}
.page-case .lists {
  margin-top: 75px;
}
.page-case .lists .ul {
  margin-right: -3%;
}
.page-case .lists .ul li {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.page-case .lists .ul li a {
  height: 300px;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
}
.page-case .lists .ul li a .info {
  width: 50%;
  padding: 38px;
  box-sizing: border-box;
}
.page-case .lists .ul li a .info .title {
  margin-bottom: 20px;
}
.page-case .lists .ul li a .info .address {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page-case .lists .ul li a .info .address .icon {
  opacity: 0.7;
}
.page-case .lists .ul li a .info .go {
  margin-top: 40px;
}
.page-case .lists .ul li a .oppress {
  width: 50%;
  height: 100%;
}
.page-case .lists .ul li a:hover .title {
  color: #176aaf;
  font-weight: bold;
}
.page-case .lists .ul li a:hover .go {
  opacity: 1;
}
.page-case .lists .ul li a:hover .go .icon-box {
  color: #fff;
  background-color: #f6ad3c;
  margin-left: 0.5em;
}
@media (max-width: 1480px) {
  .page-case .top-swiper-box {
    height: 560px;
  }
}
@media (max-width: 800px) {
  .page-case .top-swiper-box {
    height: 450px;
  }
  .page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info {
    background-size: 110% 100%;
    width: 100%;
    height: 50%;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content {
    padding: 30px;
    box-sizing: border-box;
  }
  .page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content .desc {
    margin: 20px 0 ;
    line-height: 1.6;
  }
  .page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .content .desc .name {
    margin-bottom: 10px;
  }
  .page-case .top-swiper-box .info-swiper .swiper-slide .box .left-info .arrow-icon {
    display: none;
  }
  .page-case .top-swiper-box .swiper-change {
    display: none;
  }
  .page-case .lists {
    margin-top: 30px;
  }
  .page-case .lists .ul {
    margin-right: 0;
  }
  .page-case .lists .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-case .lists .ul li a {
    height: 220px;
    border-radius: 10px;
  }
  .page-case .lists .ul li a .info {
    width: 50%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .page-case .lists .ul li a .info .go {
    margin-top: 20px;
  }
}
.case-details {
  background-color: #f5f6f8;
}
.case-details .content .left-box {
  width: 90%;
}
.case-details .content .left-box .title {
  margin-bottom: 20px;
  font-size: 40px;
}
.case-details .content .left-box .tags .icon {
  margin-right: 5px;
}
.case-details .content .left-box .tags .address {
  margin-right: 30px;
}
.case-details .content .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 .back:hover {
  color: #176aaf;
  border-color: #176aaf;
}
.case-details .bottom {
  margin-top: 60px;
}
.case-details .bottom .pic-swiper {
  width: 65%;
  height: 640px;
  margin: 0;
}
.case-details .bottom .pic-swiper .ul {
  height: 100%;
}
.case-details .bottom .pic-swiper .ul .oppress {
  height: 100%;
  border-radius: 16px;
}
.case-details .bottom .right-box {
  width: 30%;
}
.case-details .bottom .right-box .info-box .row {
  margin-bottom: 50px;
}
.case-details .bottom .right-box .info-box .row .name {
  margin-bottom: 20px;
}
.case-details .bottom .right-box .info-box .first-row .name {
  margin-bottom: 0;
  margin-right: 10px;
}
.case-details .bottom .right-box .info-box .first-row .text-node{
    flex: 1;
}
.case-details .bottom .right-box .info-box .row .name img {
  margin-right: 8px;
}
.case-details .btn-box a {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
.case-details .btn-box a span {
  flex: 1;
}
.case-details .btn-box a:hover span {
  color: #176aaf;
}
.case-details .swiper-pagination-bullet{
    background-color: #fff;
}
.case-details .swiper-pagination-bullet-active{
    background-color: #f6ad3c;
}
@media (max-width: 800px) {
  .case-details .top {
    flex-wrap: wrap;
  }
  .case-details .content .left-box {
    width: 100%;
  }
  .case-details .content .left-box .title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .case-details .content .back {
    display: none;
  }
  .case-details .bottom {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .case-details .bottom .pic-swiper {
    width: 100%;
    height: 450px;
  }
  .case-details .bottom .pic-swiper .swiper-pagination {
    bottom: 20px;
  }
  .case-details .bottom .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .case-details .bottom .right-box .info-box .row {
    margin-bottom: 30px;
  }
  .case-details .bottom .right-box .info-box .row .name {
    margin-bottom: 10px;
  }
  .case-details .bottom .right-box .info-box .first-row .name {
  margin-bottom: 0;
}
  .case-details .btn-box a {
    margin-top: 10px;
  }
}
.top-case .top-lists {
  margin-right: -3%;
  margin-bottom: -50px;
}
.top-case .top-lists .item {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.top-case .top-lists .item .oppress {
  height: 320px;
  border-radius: 16px;
}
.top-case .top-lists .item .address {
  margin: 25px 0 20px;
}
.top-case .top-lists .item:hover .title {
  color: #176aaf;
}
@media (max-width: 1480px) {
  .top-case .top-lists .item .oppress {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .top-case {
    display: none;
  }
}
.news-detail-banner {
  position: relative;
  overflow: hidden;
  background-image: url(../pictures/banner6.jpg);
}
.news-detail-banner .bg {
  padding-top: 100px;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
}
.news-detail-banner .main {
  position: relative;
  z-index: 100;
}
.news-detail-banner .bottom-box .tag {
  margin: 50px 0;
}
.news-detail-banner .bottom-box .tag span:nth-of-type(2) {
  margin: 0 50px;
}
@media (max-width: 800px) {
  .news-detail-banner .bottom-box .tag {
    margin: 30px 0;
  }
  .news-detail-banner .bottom-box .tag span {
    display: inline-block;
    width: 100%;
  }
  .news-detail-banner .bottom-box .tag span:nth-of-type(2) {
    margin: 5px 0 ;
  }
}
.share .cc {
  width: 10px;
  height: auto;
  border: none;
  color: #9e9f9f;
  position: relative;
  margin: 8px;
  font-size: 20px;
  line-height: normal;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #ffffff;
}
.share .cc:hover {
  color: #176aaf;
  background-color: #ffffff;
}
.share .cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 16px;
}
.news-details {
  background-color: #f5f6f8;
}
.news-details .article {
  width: 100%;
  padding: 100px;
  background-color: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.news-details .article .desc {
  color: rgba(0, 0, 0, 0.9);
  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: #176aaf;
}
@media (max-width: 800px) {
  .news-details {
    padding-bottom: 40px;
  }
  .news-details .article {
    padding: 40px 20px;
    width: 100%;
    margin-top: -40px;
  }
  .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: 48%;
  }
  .news-details .btn-box .back {
    display: none;
  }
}
.connect {
  background-image: url('../images/bg24.jpg');
}
.connect .bottom-box .item {
  width: 50%;
  height: 243px;
  padding: 44px;
  box-sizing: border-box;
  background-color: #fff;
}
.connect .bottom-box .item:first-child {
  border-bottom-left-radius: 20px;
}
.connect .bottom-box .item:last-child {
  border-bottom-right-radius: 20px;
}
.connect .bottom-box .item .title {
  margin-bottom: 25px;
}
.connect .bottom-box .item .lists li {
  margin-bottom: 10px;
}
.connect .bottom-box .item .lists li .icon-box {
  width: 36px;
  height: 36px;
  border: 1px solid #494842;
  border-radius: 50%;
  margin-right: 10px;
}
.connect .bottom-box .item .lists li .info {
  opacity: 0.8;
}
.connect .bottom-box .item.on,
.connect .bottom-box .item:hover {
  color: #fff;
  background-color: #176aaf;
}
.connect .bottom-box .item.on .lists li .icon-box,
.connect .bottom-box .item:hover .lists li .icon-box {
  border: 1px solid #fff;
}
.connect .bottom-box .item.on .lists li .info,
.connect .bottom-box .item:hover .lists li .info {
  opacity: 1;
}
.connect #map {
  width: 100%;
  height: 550px;
  border-radius: 20px 20px 0 0;
  margin-top: 65px;
}
@media (max-width: 1080px) {
  .connect .bottom-box {
    flex-wrap: wrap;
  }
  .connect .bottom-box .item {
    width: 100%;
    height: auto;
    padding: 34px 10px ;
  }
  .connect .bottom-box .item:first-child {
    border-bottom-left-radius: 0;
  }
  .connect .bottom-box .item:last-child {
    border-bottom-left-radius: 20px;
  }
  .connect .bottom-box .item .title {
    margin-bottom: 20px;
  }
  .connect .bottom-box .item .txt,
  .connect .bottom-box .item .info {
    flex: 1;
  }
  .connect #map {
    height: 380px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
.connect-form {
  background-image: url('../images/bg27.jpg');
}
.connect-form .main {
  align-items: flex-start;
}
.connect-form .form {
  width: 65%;
}
.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: 240px;
  height: 70px;
  background-color: #f6ad3c;
  border-radius: 35px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .connect-form {
    height: auto;
  }
  .connect-form .main {
    flex-wrap: wrap;
  }
  .connect-form .main .form {
    width: 100%;
    margin-top: 40px;
  }
  .connect-form .main .form .top-title {
    margin-bottom: 30px;
  }
  .connect-form .main .form .row {
    width: 100%;
    margin-bottom: 20px;
  }
  .connect-form .main .form .row .label {
    height: 60px;
    padding-left: 20px;
  }
  .connect-form .main .form .row.w100 .label {
    height: 200px;
  }
  .connect-form .main .form .submit-btn {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
  }
}
.process {
  background-image: url('../images/bg28.jpg');
  padding-top: 20px;
}
.process .ul {
  height: 220px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
}
.process .ul li {
  flex: 1;
  text-align: center;
  padding-top: 65px;
  box-sizing: border-box;
  position: relative;
}
.process .ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #176aaf;
  transition: all 0.4s ease;
  z-index: 1;
}
.process .ul li img,
.process .ul li p {
  position: relative;
  z-index: 8;
}
.process .ul li p {
  margin-top: 15px;
}
.process .ul li:first-child::before {
  border-radius: 16px 0 0 16px;
}
.process .ul li:last-child::before {
  border-radius: 0 16px 16px  0 ;
}
.process .ul li:hover::before {
  height: 100%;
}
.process .ul li:hover img {
  filter: brightness(200);
}
.process .ul li:hover p {
  color: #fff;
  opacity: 1;
}
@media (max-width: 1080px) {
  .process {
    padding-top: 20px;
  }
  .process .ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .process .ul li {
    flex: inherit;
    padding: 35px 0;
    width: 50%;
  }
  .process .ul li:first-child::before {
    border-radius: 16px 0 0 0;
  }
  .process .ul li:nth-of-type(2)::before {
    border-radius: 0 16px 0 0 ;
  }
  .process .ul li:last-child::before {
    border-radius: 0 0  0 16px ;
  }
}
#banner > .swiper .swiper-slide .banner-txt {
  left: 8%;
}
#banner > .swiper .swiper-change {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 36%;
  left: 8%;
  height: 50px;
}
#banner > .swiper .swiper-change .btn-box {
  height: 45px;
}
#banner #footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
@media (max-width: 1024px) {
  #banner > .swiper .swiper-change {
    display: none;
  }
  /*#banner #footer .wechat {*/
  /*  position: absolute;*/
  /*  top: -100px;*/
  /*}*/
}
#footer .main {
  padding: 0 0 30px;
}
#footer .main .bottom-box {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
#footer .main .bottom-box .left-box .bottom-connect {
  margin-bottom: 10px;
}
#footer .main .bottom-box .left-box .bottom-connect li {
  margin-bottom: 0;
}
#footer .main .bottom-box .left-box .bottom-connect li:first-child {
  margin-right: 45px;
}
#footer .copyright {
  padding: 10px 0 0;
  background-color: transparent;
}
#footer .copyright a:first-child {
  margin-right: 20px;
}
#footer .wechat {
  text-align: left;
}
#footer .wechat p {
  margin-top: 0;
  line-height: 1.4;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 45px;
}
#footer .wechat li .pic {
  width: 86px;
  height: 86px;
}
#footer.page-footer {
  padding-top: 30px;
  border-bottom: 4px solid #f6ad3c;
}
@media (max-width: 1024px) {
  #footer .main .bottom-box .left-box .bottom-connect {
    flex-wrap: wrap;
    margin-bottom: 0;
    transform: scale(.85);
  }
  #footer .main .bottom-box .left-box .bottom-connect li {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .main .bottom-box .left-box .bottom-connect li:first-child {
    margin-right: 0;
  }
  #footer .copyright {
    padding: 0;
    transform: scale(.8);
        margin: 0 -20px;
  }
  #footer .copyright > div {
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright a:first-child {
    margin-right: 0;
  }
  #footer .wechat{
      width: 190px;
      margin:20px auto 0 ;
  }
  #footer .wechat p {
    margin-right: 15px;
    padding: 10px 0;
    flex: 1;
  }
  #footer.page-footer {
    padding-top: 20px;
  }
  
}
@media (max-width: 800px) {
  #footer .main .bottom-box .left-box .bottom-connect {
    flex-wrap: wrap;
    margin-bottom: 0;
    transform: scale(.85);
    justify-content: center;
  }
  #footer .main .bottom-box .left-box .bottom-connect li {
    width: 100%;
    margin-bottom: 10px;
     justify-content: center;
  }
  #footer .main .bottom-box .left-box .bottom-connect li:first-child {
    margin-right: 0;
  }
  #footer .copyright {
    padding: 0;
    transform: scale(.8);
        margin: 0 -20px;
  }
  #footer .copyright > div {
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright a:first-child {
    margin-right: 0;
  }
  #footer .wechat{
      display: none;
      width: 190px;
      margin:20px auto 0 ;
  }
  #footer .wechat p {
    margin-right: 15px;
    padding: 10px 0;
    flex: 1;
  }
  #footer.page-footer {
    padding-top: 20px;
  }
  #footer.page-footer .wechat {
    position: absolute;
    top: -120px;
  }
}
#profile {
  position: relative;
}
#profile .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
#profile .left-box {
  width: 45%;
}
#profile .left-box .info {
  margin: 87px 0 0;
}
#profile .right-pic {
  width: 56%;
  height: 620px;
  margin-top: 0;
}
@media (max-width: 800px) {
  #profile .left-box {
    width: 100%;
  }
  #profile .left-box .info {
    margin: 30px 0 0;
  }
  #profile .right-pic {
    width: 100%;
    height: 320px;
    margin-top: 30px;
  }
  #profile .bg {
    width: 100px;
  }
}
.new-pro-middle {
  height: 980px;
  box-sizing: border-box;
  background-image: url('../images/newbg2.jpg');
}
@media (max-width: 1480px) {
  .new-pro-middle {
    height: 800px;
  }
  .new-pro-middle .ul li {
    height: 170px;
  }
  .new-pro-middle .ul li img {
    height: 100%;
  }
}
@media (max-width: 1280px) {
  .new-pro-middle {
    height: 700px;
  }
  .new-pro-middle .ul li {
    height: 120px;
  }
  
}
@media (max-width: 800px) {
  .new-pro-middle {
    height: 560px;
  }
  .new-pro-middle .ul {
    flex-wrap: wrap;
  }
  .new-pro-middle .ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
  }
  .new-pro-middle .ul li img {
    height: 100%;
  }
}
#honor.new-honor {
  padding-bottom: 50px;
  background-image: url('../images/newbg3.jpg');
  position: relative;
}
#honor.new-honor .main {
  position: relative;
}
#honor.new-honor .main .swiper-change {
  width: 170px;
  position: absolute;
  bottom: 105px;
  left: 0;
}
#honor.new-honor .main .swiper-change.gray3 .btn {
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(105, 133, 165, 0.2), inset 0px 4px 15px 0px rgba(117, 117, 117, 0.25);
}
#honor.new-honor .main .swiper-change.gray3 .btn::after {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url(../images/arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#honor.new-honor .main .swiper-change.gray3 .btn:hover {
  background-color: #f5ab3d;
  color: #fff;
  box-sizing: border-box;
}
#honor.new-honor .main .swiper-change.gray3 .btn:hover::after {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url(../images/arrow1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#honor.new-honor .new-content .honor-nav {
  width: 26%;
}
#honor.new-honor .new-content .honor-nav .item {
  border-radius: 8px;
  background-color: #f5f6f8;
  height: 77px;
  width: 100%;
  position: relative;
  border-width: 1px;
  border-color: #dfe0e1;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(105, 133, 165, 0.2), inset 0px 4px 15px 0px rgba(117, 117, 117, 0.25);
  border-radius: 38px;
  cursor: pointer;
}
#honor.new-honor .new-content .honor-nav .item:not(:last-child) {
  margin-bottom: 30px;
}
#honor.new-honor .new-content .honor-nav .item::after {
  display: none;
}
#honor.new-honor .new-content .honor-nav .item.on,
#honor.new-honor .new-content .honor-nav .item:hover {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
  background-image: url('../images/newbg4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#honor.new-honor .new-content .swiper-box {
  width: 76%;
  margin-right: -10%;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper {
  min-height: 600px;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide {
  width: 420px;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper a {
  height: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper a .pic {
  width: 300px;
  height: 400px;
  margin: 78px auto 0;
  transition: all 0.4s ease;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper a .name {
  margin-top: 20px;
  opacity: 0;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide-active a .pic {
  width: 420px;
  height: 560px;
  margin-top: 0;
}
#honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide-active a .name {
  opacity: 1;
}
#honor.new-honor::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 150px;
  right: 0;
  background-color: rgba(255,255,255,.5);
}
@media (max-width: 2560px) {
    #honor.new-honor .new-content .honor-swiper .honor-lists-swiper {
    min-height: 650px;
}
    #honor.new-honor .new-content .swiper-box{
        width: 86%;
    margin-right: -20%;
    }
    #honor.new-honor::after {
    width: 70%;
}
}
@media (max-width: 1200px) {
    #honor.new-honor .new-content .honor-nav {
  width: 28%;
}
}
@media (max-width: 1480px) {
  #honor.new-honor .f24 {
    font-size: 20px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper {
    min-height: 580px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide {
    width: 350px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper a .pic {
    width: 250px;
    height: 350px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide-active a .pic {
    width: 350px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
    #honor.new-honor{
        padding-bottom: 30px;
    }
  #honor.new-honor .f24 {
    font-size: 16px;
  }
  #honor.new-honor .new-content {
    flex-wrap: wrap;
    padding-top: 0;
  }
  #honor.new-honor .new-content .honor-nav {
    width: 100%;
  }
  #honor.new-honor .new-content .honor-nav .item {
    width: auto;
    height: auto;
    padding: 10px 20px 12px;
  }
  #honor.new-honor .new-content .honor-nav .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #honor.new-honor .new-content .swiper-box {
    width: 100%;
    margin-right: 0;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper {
    min-height: 470px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide {
    width: 100%;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper a .pic {
    width: 250px;
    height: 300px;
    margin: 38px auto 0;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper a .name {
    margin-top: 10px;
  }
  #honor.new-honor .new-content .honor-swiper .honor-lists-swiper .swiper-slide-active a .pic {
    width: 100%;
    height: 400px;
  }
  #honor.new-honor::after {
    display: none;
  }
  #honor.new-honor .main {
    position: relative;
  }
  #honor.new-honor .main .swiper-change {
    width: 170px;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#intelligent {
  background-image: url('../images/newbg5.jpg');
}
#intelligent .lists {
  margin-top: 70px;
}
#intelligent .lists .item {
  width: 30%;
  min-height: 674px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 62px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#intelligent .lists .item .icon-box {
  width: 298px;
  height: 298px;
  position: relative;
  margin: 0 auto 45px;
}
#intelligent .lists .item .icon-box .bg {
  animation: circle 10s linear infinite;
}
#intelligent .lists .item .text-node {
  margin-top: 25px;
}
#intelligent .lists .item .same-circle {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  #intelligent .lists .item {
    width: 31%;
    min-height: 574px;
    padding: 40px 42px;
  }
  #intelligent .lists .item .icon-box {
    width: 220px;
    height: 220px;
    margin: 0 auto 35px;
  }
  #intelligent .lists .item .same-circle {
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
   #intelligent .lists .item {
    min-height: 500px;
    padding: 40px 30px;
  }
  #intelligent .lists .item .icon-box {
    width: 180px;
    height: 180px;
  }
  
}
@media (max-width: 800px) {
  #intelligent .lists {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #intelligent .lists .item {
    width: 100%;
    min-height: auto;
    padding: 30px 22px 50px;
  }
  #intelligent .lists .item:not(:last-child) {
    margin-bottom: 20px;
  }
  #intelligent .lists .item .icon-box {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }
  #intelligent .lists .item .same-circle {
    bottom: 30px;
  }
}
#samecase {
  background-image: url('../images/newbg7.jpg');
}
#samecase.same-top-nav .top-box .left-name .sub-tit {
  margin-top: 35px;
}
#samecase.same-top-nav .top-box .right-box .navlists .item::after {
  background-color: #fff;
}
#samecase.same-top-nav .top-box .right-box .navlists .item.on {
  color: #fff;
}
#samecase .swiper-change{
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}
#samecase .swiper-change .btn{
    pointer-events: inherit;
}
@media (max-width: 1024px) {
  #samecase.same-top-nav .top-box .right-box {
    padding-top: 30px;
  }
}
#samecase .case-details {
  background-color: transparent;
}
#samecase .case-details .bottom .pic-swiper {
  width: 45%;
  height: 490px;
}
#samecase .case-details .bottom .right-box {
  width: 50%;
}
#samecase .case-details .bottom .right-box .top-name {
  margin-bottom: 45px;
}
#samecase .case-details .bottom .right-box .info-box .row:last-child {
  margin-bottom: 0;
}
#samecase .swiper-box li a:hover .title,
#samecase .case-details .bottom .right-box .top-name:hover{
    color: #176aaf;
}

@media (max-width: 800px) {
  #samecase .case-details .bottom {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #samecase .case-details .bottom .pic-swiper {
    width: 100%;
    height: 250px;
  }
  #samecase .case-details .bottom .right-box {
    width: 100%;
    margin-top: 30px;
  }
  #samecase .case-details .bottom .right-box .top-name {
    margin-bottom: 30px;
  }
  #samecase .case-details .bottom .right-box .info-box .row {
    margin-bottom: 30px;
  }
  #samecase .case-details .bottom .right-box .info-box .row .name {
    margin-bottom: 10px;
  }
}
/*#samecase .case-swiper {*/
/*  overflow: visible;*/
/*}*/
#samecase .swiper-box {
  position: relative;
  margin-top: 100px;
}

#samecase .swiper-box .case-lists a .oppress {
  height: 280px;
  border-radius: 16px;
  margin-bottom: 20px;
}
/*#samecase .swiper-box .swiper-change .swiper-button-next {*/
/*  right: -80px;*/
/*}*/
/*#samecase .swiper-box .swiper-change .swiper-button-prev {*/
/*  left: -80px;*/
/*}*/
@media (max-width: 1480px) {
  #samecase .swiper-box {
    margin-top: 60px;
  }
  #samecase .swiper-box .case-lists a .oppress {
    height: 220px;
  }
}
@media (max-width: 800px) {
  #samecase .swiper-box {
    margin-top: 40px;
  }
}
.security-conetent .top-ul {
  margin: 45px 0 70px;
}
.security-conetent .top-ul .thumb .swiper {
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.security-conetent .top-ul .thumb .swiper .swiper-wrapper {
  justify-content: center;
}
.security-conetent .top-ul ul li {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  width: auto;
}
.security-conetent .top-ul ul li span {
  position: relative;
  cursor: pointer;
}
.security-conetent .top-ul ul li span::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #176aaf;
}
.security-conetent .top-ul ul li:not(:last-child) {
  padding-right: 145px;
  box-sizing: border-box;
}
.security-conetent .top-ul ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 129px;
  height: 16px;
  background-image: url('../images/newtit-icon4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.security-conetent .top-ul ul li.swiper-slide-thumb-active {
  color: #176aaf;
}
.security-conetent .top-ul ul li.swiper-slide-thumb-active span {
  font-weight: 700;
}
.security-conetent .top-ul ul li.swiper-slide-thumb-active span::before {
  width: 100%;
}
.security-conetent  .swiper-change{
    display: none;
}
@media (max-width: 1680px) {
  .security-conetent .top-ul .thumb .swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.security-conetent .info-swiper .info-box .left-info {
  width: 38%;
  padding: 40px 70px;
  position: relative;
  box-sizing: border-box;
}
.security-conetent .info-swiper .info-box .left-info .title img {
  margin-right: 10px;
  margin-top: 10px;
}
.security-conetent .info-swiper .info-box .left-info::before,
.security-conetent .info-swiper .info-box .left-info::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  background: url('../images/newdh.png') no-repeat;
  background-size: 100% 100%;
}
.security-conetent .info-swiper .info-box .left-info::before {
  top: 0;
  left: 0;
}
.security-conetent .info-swiper .info-box .left-info::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.security-conetent .info-swiper .info-box .oppress {
  width: 52%;
  height: 500px;
  border-radius: 16px;
}
@media (max-width: 1200px) {
    .security-conetent .info-swiper .info-box .left-info {
  width: 40%;
  padding: 40px ;
}
}
@media (max-width: 800px) {
  .security-conetent .info-swiper .info-box {
    flex-wrap: wrap;
  }
  .security-conetent .info-swiper .info-box .left-info {
    width: 100%;
    padding: 30px 50px;
  }
  .security-conetent .info-swiper .info-box .oppress {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .security-conetent  .swiper-change{
    display:block;
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
}
}
@media (max-width: 800px) {
  .security-conetent .top-ul {
    margin: 25px 0;
  }
  .security-conetent .top-ul .thumb .swiper {
    padding: 0 0 16px;
  }
  .security-conetent .top-ul .nav li:not(:last-child) {
    padding-right: 105px;
  }
  .security-conetent .top-ul .nav li:not(:last-child)::after {
    right: 1px;
    width: 100px;
    height: 10px;
  }
  .security-conetent .top-ul .nav li span::before {
    bottom: -15.5px;
  }
}
#training .ul li {
  position: relative;
  height: 900px;
  box-sizing: border-box;
}
#training .ul li .left-box {
  width: 45%;
  padding-left: 7%;
  box-sizing: border-box;
  margin-right: -6%;
  position: relative;
  z-index: 99;
}
#training .ul li .left-box .info {
  padding-top: 60px;
}
#training .ul li .left-box .info .desc {
  margin-top: 90px;
}
#training .ul li .left-box .info .en-txt {
  margin-top: 8px;
}
#training .ul li .right-pic {
  width: 60%;
  height: 100%;
  text-align: right;
}
#training .ul li .right-pic img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
#training .ul li .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
#training .ul li:nth-of-type(2n) {
  padding-left: 62%;
}
#training .ul li:nth-of-type(2n) .bg {
  left: auto;
  right: 0;
}
#training .ul li:nth-of-type(2n) .right-pic {
  position: absolute;
  left: 0;
  top: 0;
  text-align:left;
}
#training .ul li:nth-of-type(2n) .left-box {
  margin-right: 0;
  margin-left: -15%;
  padding-left: 0;
  padding-right: 25%;
  width: auto;
  
}
@media (max-width: 1480px) {
  #training .ul li {
    height: 700px;
  }
  #training .ul li .bg {
    width: 250px;
  }
  #training .ul li .left-box .info {
  padding-top: 50px;
}
#training .ul li .left-box .info .desc {
  margin-top: 50px;
}
}
@media (max-width: 1080px){
    #training .ul li:nth-of-type(2n) .right-pic {
  
  left: -40%;
}
}
@media (max-width: 800px) {
  #training .ul li {
    height: auto;
    flex-wrap: wrap;
  }
  #training .ul li .bg {
    width: 100px;
  }
  #training .ul li .left-box {
    width: 100%;
    padding: 50px 20px 30px;
    margin-right: 0;
  }
  #training .ul li .left-box .info {
    padding-top: 0;
  }
  #training .ul li .left-box .info .desc {
    margin-top: 30px;
  }
  #training .ul li .left-box .info .en-txt {
    margin-top: 5px;
  }
  #training .ul li .right-pic {
    width: 100%;
    height: 250px;
  }
  #training .ul li:nth-of-type(2n) {
    padding-left: 0%;
  }
  #training .ul li:nth-of-type(2n) .right-pic {
    position: relative;
    left: 0;
  }
  #training .ul li:nth-of-type(2n) .left-box {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 20px 30px;
    width: 100%;
  }
  #footer .main{
      padding-bottom: 10px;
  }
  #footer .wechat li .pic{
      width: 50px;
      height: 50px;
  }
  #training .ul li .right-pic img {
  width: 100%;
  height: 100%;
}
}
