@import "../font/iconfont.css";
html {
  font-family: 'SourceHanSansSC', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.clear:after,
.square:after,
.pos-cont:after,
.block-cont:after {
  content: "";
}
.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;
}
.pos-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .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: #c69963;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .text-node {
    line-height: 1.6;
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .text-node {
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.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;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f48 {
  font-size: 48px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop90 {
  margin-top: 90px;
}
.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: #c69963;
}
.maincolor2 {
  color: #eddbbb;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* 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;
  width: 158px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/more-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.more span {
  color: transparent;
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eddcbd 25%, #e6d2ad 50%, #dfc89d 75%, #d6bb89 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eddcbd 25%, #e6d2ad 50%, #dfc89d 75%, #d6bb89 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eddcbd 25%, #e6d2ad 50%, #dfc89d 75%, #d6bb89 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  position: relative;
  z-index: 8;
}
.more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 24px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  transition: all 0.4s ease;
}
.more:hover span {
  color: #333;
}
.more:hover::before {
  width: 100%;
  height: 100%;
}
.more.spe-more {
  background-image: none;
  background-color: #171717;
}
.more.spe-more:hover {
  background-color: transparent;
}
.more.spe-more.mainbg {
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.more.spe-more.mainbg span {
  color: #333;
}
.more.spe-more.mainbg:hover::before {
  width: 0;
  height: 0;
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #c69963;
  background-color: #fff;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #c69963;
  border-color: #c69963;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  background-image: none;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #c69963;
}
.more.new-more:hover .dot {
  border-color: #c69963;
}
.more.new-more:hover .dot::after {
  background-color: #c69963;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  position: relative;
  opacity: 0.9;
  margin-right: 0.5em;
  margin-top: -2px;
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eddbbb;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.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);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -webkit-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -ms-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  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: #c69963;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(198, 153, 99, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(198, 153, 99, 0.3);
}
@media (max-width: 1480px) {
  .f26 {
    font-size: 22px;
  }
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 32px;
  }
  .f48 {
    font-size: 36px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f30 {
    font-size: 20px;
  }
  .f32 {
    font-size: 22px;
  }
  .f36 {
    font-size: 23px;
  }
  .f40 {
    font-size: 29px;
  }
  .f48 {
    font-size: 30px;
  }
  .mtop90,
  .mtop70 {
    margin-top: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
.grid {
  display: grid;
}
.waveBg {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.waveBg.w1 {
  bottom: 0;
  left: 0;
}
.waveBg.w2 {
  bottom: 0.6rem;
  left: 4rem;
}
.waveBg.w2 .waveMask {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.waveBg .waveMask {
  -webkit-animation: move-svg 4s linear infinite;
  animation: move-svg 4s linear infinite;
  grid-template-columns: repeat(160, 1fr);
  -webkit-mask-image: url(../images/water.svg);
  mask-image: url(../images/water.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: min(100vw, 1920px) auto;
  mask-size: min(100vw, 1920px) auto;
  will-change: -webkit-mask-position-x;
}
.waveBg .waveMask span {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(198, 153, 99, 0)), to(rgba(198, 153, 99, 0.4)));
  background: linear-gradient(0deg, rgba(198, 153, 99, 0), rgba(198, 153, 99, 0.4));
  height: 1.8rem;
  width: 0.02rem;
}
@-webkit-keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: min(100vw, 1920px);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  width: 58px;
  height: 58px;
  color: #fff;
  line-height: 60px;
  font-family: 'adineueBold', sans-serif;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #000;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  color: #d9c090;
  border: 1px solid #d9c090;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
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: 1.2em;
  font-family: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: transparent;
  color: #000;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\eb09";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\eb0a";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 15px;
  }
}
@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: 10em;
    min-width: 150px;
  }
  ul.pagination li:last-child, ul.pagination li:first-child,
  ul.pagination li {
  width: 40px;
  height: 40px;
  line-height: 42px;
}
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-change {
  text-align: center;
  line-height: 2.4em;
}
.swiper-change > .circle {
  position: static;
  margin-top: 0;
  width: 2.4em;
  height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #808185;
}
.swiper-change > .circle.swiper-button-prev {
  margin-right: 2em;
}
.swiper-change > .circle:after {
  display: none;
}
.swiper-change > .circle > .iconfont {
  font-size: 12px;
}
.swiper-change > .circle:hover {
  color: #c69963;
  border-color: #fff;
  background-color: #fff;
}
.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: #c69963;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #c69963;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #a6b6c7;
}
.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: #c69963;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #c69963;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #c69963;
}
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: #c69963;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #c69963;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #c69963;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-out;
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #c69963;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c69963;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #c69963;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 100px;
}
.swiper-change.spe-change .btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn img {
  width: 40px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.swiper-change.spe-change .btn:hover {
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.swiper-change.spe-change .btn:hover img {
  filter: brightness(100) invert(1);
}
.swiper-change.spe-change .swiper-button-next img {
  transform: rotate(180deg);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  border-color: transparent;
}
.swiper-change.spe-change2 .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #c69963;
  background-color: #c69963;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-button-prev:hover {
  animation: btnleft 1s ease forwards;
}
.swiper-change.spe-change4 .swiper-button-next:hover {
  animation: btnright 1s ease forwards;
}
@keyframes btnright {
  0% {
    transform: translateX(0) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(180deg);
  }
}
@keyframes btnleft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -18px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 6%;
  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;
  border-radius: 4px;
}
#search .search {
  font-size: 1.5em;
  color: #c69963;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #c69963;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  z-index: 100;
  overflow: visible;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
#header .nav {
  margin-right: 0.2rem;
  transition: all 0.6s ease-out;
}
#header .nav .subset:empty {
  display: none !important;
}
#header .logo {
  max-width: 220px;
}
#header .logo .active {
  display: none;
}
#header .search {
  margin-left: 70px;
  cursor: pointer;
}
#header .search .icon {
  margin-right: 10px;
}
#header.scroll {
  transform: translateY(-140%);
}
#header.show,
#header.on {
  transform: translateY(0);
  background-color: #171717;
}
#header.show .logo .default,
#header.on .logo .default {
  display: none;
}
#header.show .logo .active,
#header.on .logo .active {
  display: block;
}
#header.page-header {
  background-color: #fff;
  top: 0;
}
#header.fixed-header {
  background-color: #c69963;
}
#header.fixed-header .logo .default {
  display: none;
}
#header.fixed-header .logo .active {
  display: block;
}
#header.fixed-header .menu .cls {
  fill: #fff;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    top: 80%;
    white-space: nowrap;
    margin-top: -8px;
  }
  #header .nav .fade,
  #header .nav .subset:before {
    position: absolute;
    left: 0;
  }
  #header .nav .subset {
    position: relative;
    padding: 2px;
    white-space: nowrap;
    min-width: 204px;
    box-sizing: border-box;
  }
  #header .nav .subset > a {
    background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
    background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
    background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    margin-bottom: 2px;
  }
  #header .nav .subset > a:hover,
  #header .nav .subset .top-name:hover {
    color: #c69963;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
}
@media (max-width: 1480px) {
  #header {
    height: 100px;
  }
}
@media (max-width: 800px) {
  #header {
    height: 80px;
  }
  #header .logo {
    max-width: 160px;
  }
  #header .main {
    height: 100%;
  }
  #header .search {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #fff;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header .menu .cls,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #fff;
  }
  #header .right-box,
  #header.scroll .right-box,
  #header.on .right-box {
    color: #333;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 58px);
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #header .nav .touch {
    margin: 0;
  }
  #header .nav .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: 'icon', sans-serif;
  }
  #header .nav .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls {
    fill: #fff;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.nav .top {
  height: 2.9em;
  line-height: 2.9em;
  position: relative;
  font-weight: 500;
}
.nav .touch {
  position: relative;
}
.nav .touch + .touch {
  margin-left: 0.5rem;
}
.nav .touch .top {
  opacity: 0.8;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -webkit-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -ms-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 1580px) {
  .nav .touch + .touch {
    margin-left: 0.3rem;
  }
}
#banner {
  height: 100vh;
}
#banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.2s linear;
  z-index: 199;
}
#banner .banner-txt .title {
  text-shadow: 0px 5px 2px rgba(0, 0, 0, 0.7);
}
#banner .banner-txt .middle-title {
  font-size: 90px;
  margin: 30px 0;
  text-shadow: none;
  -webkit-filter: drop-shadow(0px 5px 2px #383127);
  filter: drop-shadow(0px 5px 2px #383127);
}
#banner .banner-txt .middle-title span {
  background-image: -moz-linear-gradient(360deg, #f7f3ec, #f3ede2 25%, #ede2d0 50%, #f3ede2 75%, #eaddc9 100%);
  background-image: -ms-linear-gradient(360deg, #f7f3ec, #f3ede2 25%, #ede2d0 50%, #f3ede2 75%, #eaddc9 100%);
  background-image: -webkit-linear-gradient(360deg, #f7f3ec, #f3ede2 25%, #ede2d0 50%, #f3ede2 75%, #eaddc9 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 90%;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  -webkit-mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  mask-size: 300% 100%;
  -webkit-mask-size: 300% 100%;
  mask-position: 100% center;
  -webkit-mask-position: 100% center;
}
#banner > .swiper .swiper-slide .banner-txt .top-title {
  font-size: 72px;
}
#banner > .swiper .swiper-slide .banner-txt .txt-bg {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: -1;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .top-title {
    font-size: 55px;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt-bg {
    top: 24px;
  }
}
@media (max-width: 800px) {
  #banner > .swiper .swiper-slide .banner-txt .top-title {
    font-size: 26px;
  }
  #banner > .swiper .swiper-slide .banner-txt .bottom-title {
    font-size: 18px;
  }
  #banner > .swiper .swiper-slide .banner-txt .txt-bg {
    top: 10px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  mask-position: 0 center;
  -webkit-mask-position: 0 center;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
@media (max-width: 1480px) {
  #banner .banner-txt .middle-title {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 500px;
  }
  #banner .banner-txt .middle-title {
    font-size: 30px;
    margin: 10px 0;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 700px;
  overflow: hidden;
}
#banner.page-banner .bg {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
#banner.page-banner .banner-txt {
  width: 90%;
}
#banner.page-banner .banner-txt .middle-title {
  position: relative;
  margin-top: 0;
}
#banner.page-banner .banner-txt .middle-title span {
  position: relative;
  z-index: 8;
}
#banner.page-banner .banner-txt .middle-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 409px;
  height: 46px;
  background-image: url('../images/light.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  #banner.page-banner {
    height: 500px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 300px;
  }
  #banner.page-banner .banner-txt {
    width: 90%;
  }
  #banner.page-banner .banner-txt .middle-title::after {
    bottom: -6px;
    width: 209px;
    height: 16px;
  }
}
.page-nav {
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
.page-nav .main,
.page-nav .list {
  height: 100%;
}
.page-nav .item {
  height: 58px;
  box-sizing: border-box;
  margin-right: 55px;
}
.page-nav .item a {
  height: 100%;
  line-height: 58px;
  opacity: 0.8;
  border-radius: 29px;
  padding: 0 24px;
}
.page-nav .item:hover,
.page-nav .item.active {
  color: #fff;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    padding: 10px 0;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    height: 50px;
    margin-right: 0;
  }
  .page-nav .list .item a {
    padding: 0 18px;
    line-height: 50px;
  }
}
.same-title .en-title {
  font-size: 72px;
  color: transparent;
  background-image: -moz-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #e0caa0 50%, #cea471 75%, #c69963 100%);
  background-image: -ms-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #e0caa0 50%, #cea471 75%, #c69963 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #e0caa0 50%, #cea471 75%, #c69963 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(0px -3px 0 #e18e76);
  filter: drop-shadow(0px -3px 0 #e18e76);
}
.same-title .line {
  position: relative;
  width: 420px;
  height: 1px;
  margin: 25px 0 40px;
  background-color: #363636;
}
.same-title .line .color-line {
  position: absolute;
  top: -3px;
  left: 0;
  height: 3px;
  width: 30%;
}
.same-title.t-center .line {
  margin: 25px auto 40px;
}
.same-title.t-center .line .color-line {
  left: 50%;
  transform: translateX(-50%);
}
.same-title.spe-color .en-title {
  -webkit-filter: drop-shadow(0px -3px 0 #514b42);
  filter: drop-shadow(0px -3px 0 #514b42);
}
.same-title.spe-color .line {
  background-color: #d3c3a8;
}
@media (max-width: 1480px) {
  .same-title .en-title {
    font-size: 54px;
  }
  .same-title .line {
    width: 320px;
    margin: 15px 0 30px;
  }
  .same-title.t-center .line {
    margin: 15px auto 30px;
  }
}
@media (max-width: 800px) {
  .same-title .en-title {
    font-size: 30px;
  }
  .same-title .line {
    width: 200px;
    margin: 10px 0 20px;
  }
  .same-title.t-center .line {
    margin: 10px auto 20px;
  }
}
.same-page-title span {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.same-bg-title {
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.same-oppress {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  padding: 5px;
  box-sizing: border-box;
}
.same-oppress .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.same-section {
  background-color: #171717;
  position: relative;
}
.same-section .main {
  padding-top: 140px;
}
.same-section .main.pt {
  padding-bottom: 140px;
}
.same-section .bottom-line,
.same-section .top-line {
  height: 4px;
}
.same-section > .bg {
  position: absolute;
  top: -50px;
  right: 0;
}
@media (max-width: 800px) {
  .same-section .main {
    padding-top: 50px;
  }
  .same-section .main.pt {
    padding-bottom: 50px;
  }
  .same-section .bottom-line,
  .same-section .top-line {
    height: 2px;
  }
}
#about .left-box {
  width: 36%;
}
#about .left-box .oppress {
  width: 100%;
  height: 760px;
  border-top-right-radius: 80px;
}
#about .left-box .oppress .pic-box {
  border-top-right-radius: 80px;
}
#about .right-box {
  width: 55%;
  padding-right: 15%;
  box-sizing: border-box;
}
#about .right-box .text-node {
  margin-top: 60px;
}
#about .right-pic {
  position: absolute;
  bottom: 100px;
  right: 0;
}
#about .right-pic .oppress {
  width: 288px;
  height: 288px;
  border-top-left-radius: 40px;
}
#about .right-pic .oppress .pic-box {
  border-top-left-radius: 40px;
}
#about.same-about .bottom-line {
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#about.same-about .left-box {
  width: 47%;
}
#about.same-about .left-box .spe-circle-pic {
  transition: all 0.4s ease;
}
#about.same-about .left-box .spe-circle-pic:hover {
  transform: scale(1.1);
}
#about.same-about .right-box {
  width: 45%;
  padding-right: 0;
}
#about.same-about .right-box .top-info {
  padding: 50px 0;
  border-bottom: 4px solid #ddc599;
  border-top: 4px solid #ddc599;
}
#about.same-about .right-box .en-title {
  margin-bottom: 10px;
}
#about.same-about2 .main {
  position: relative;
  z-index: 10;
}
#about.same-about2 .content {
  height: 572px;
}
#about.same-about2 .left-box {
  width: 55%;
  height: 100%;
}
#about.same-about2 .left-box .oppress {
  border-radius: 80px 10px 10px 10px;
  height: 100%;
}
#about.same-about2 .right-box {
  width: 44%;
  background-image: url('../images/bg24.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 55px;
  box-sizing: border-box;
}
#about.same-about2 .right-box .text-node {
  margin-top: 40px;
}
#about.page-about .right-box {
  width: 42%;
  padding-right: 0;
}
#about.page-about .right-box .text-node {
  margin-top: 45px;
}
#about.page-about .left-box {
  margin-top: 40px;
  width: 55%;
  height: 575px;
  margin-right: -12%;
  background-image: url('../images/bg4.jpg');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 8;
  padding: 30px 50px 10px 100px;
  box-sizing: border-box;
  border-top-left-radius: 80px;
}
#about.page-about .left-box .oppress {
  width: 100%;
  height: 575px;
  border-radius: 10px 10px 80px 10px;
  margin-left: -200px;
  margin-top: 30px;
}
#about.page-about .left-box .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
@media (max-width: 1480px) {
  #about.same-about .left-box {
    width: 45%;
  }
  #about.same-about .right-box {
    width: 47%;
  }
  #about.same-about2 .content {
    height: 520px;
  }
  #about.same-about2 .left-box {
    width: 55%;
  }
  #about.same-about2 .right-box {
    width: 44%;
  }
  #about.page-about .left-box {
    height: 500px;
  }
  #about.page-about .left-box .oppress {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  #about {
    padding-bottom: 200px;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .left-box {
    width: 100%;
  }
  #about .left-box .oppress {
    height: 460px;
  }
  #about .right-box {
    width: 100%;
    margin-top: 35px;
    padding-right: 0;
  }
  #about .right-pic .oppress {
  width: 188px;
  height: 188px;
}
  #about .right-box .text-node {
    margin: 30px 0;
  }
  #about .right-pic {
    bottom: 50px;
  }
  #about.same-about {
    padding-bottom: 0;
  }
  #about.same-about .bottom-line {
    height: 2px;
  }
  #about.same-about .left-box {
    width: 100%;
  }
  #about.same-about .right-box {
    width: 100%;
  }
  #about.same-about .right-box .top-info {
    padding: 30px 0 0;
    border-bottom: 2px solid #ddc599;
    border-top: 2px solid #ddc599;
  }
  #about.same-about2 .content {
    height: auto;
  }
  #about.same-about2 .left-box .oppress {
    height: 300px;
  }
  #about.same-about2 .right-box {
    padding: 30px 15px;
    margin-top: 10px;
  }
  #about.same-about2 .right-box .text-node {
    margin-top: 20px;
  }
  #about.page-about {
    padding-bottom: 100px;
  }
  #about.page-about .right-box {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  #about.page-about .right-box .text-node {
    margin-top: 25px;
  }
  #about.page-about .left-box {
    margin-top: 20px;
    width: 100%;
    height: 375px;
    margin-right: 0;
    padding: 30px 15px;
  }
  #about.page-about .left-box .oppress {
    width: 100%;
    height: 375px;
    margin-left: 0;
  }
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 64px;
  font-family: 'adineueBold', sans-serif;
}
.datum .num::before {
  content: attr(data-content);
  font-size: 36px;
  font-family: 'SourceHanSansSC', sans-serif;
  padding-left: 0.8em;
  position: absolute;
  top: 5px;
  right: 0;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 0;
  }
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 22px;
  }
}
.whonum-box {
  background-image: url('../images/bg.jpg');
}
.whonum-box .datum {
  padding: 20px 0;
}
.whonum-box .datum .item {
  text-align: center;
  padding: 30px 0;
}
.whonum-box .datum .item .name {
  margin-top: 10px;
  opacity: 0.8;
}
@media (min-width: 801px) {
  .whonum-box .datum .line {
    height: 160px;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .whonum-box .datum .line::before {
    content: '';
    position: absolute;
    left: -3px;
    width: 5px;
    height: 10px;
    background-color: #fff;
  }
  .whonum-box .datum .line:before {
    top: 0;
  }
}
@media (max-width: 800px) {
  .whonum-box .datum {
    flex-wrap: wrap;
    padding: 40px 30px 10px;
    box-sizing: border-box;
  }
  .whonum-box .datum .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .whonum-box .datum .line {
    display: none;
  }
}
#case {
  background-image: url('../images/bg2.jpg');
  padding-top: 40px;
}
#case .top-box {
  align-items: flex-end;
}
#case .top-box .right-info {
  text-align: right;
}
#case .top-box .right-info .top-txt span {
  position: relative;
  padding-bottom: 2px;
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#case .top-box .right-info .top-txt span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -webkit-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -ms-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
}
#case .top-box .right-info .en-txt {
  letter-spacing: 4px;
  margin-top: 10px;
}
#case .top-box .right-info .en-txt .enb {
  color: transparent;
  background-image: -moz-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #dfbe92 50%, #cea471 75%, #c69963 100%);
  background-image: -ms-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #dfbe92 50%, #cea471 75%, #c69963 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffedcd, #f5deba 25%, #dfbe92 50%, #cea471 75%, #c69963 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(0px -2px 0 #e18e76);
  filter: drop-shadow(0px -2px 0 #e18e76);
}
#case .desc {
  margin: 90px 0 60px;
}
#case .desc .info {
  line-height: 1.6;
  width: 40%;
  margin: 0 auto;
}
#case .desc .more {
  margin: 45px auto 0;
}
#case .case-box {
  height: 1200px;
  overflow: hidden;
}
#case .case-box .ul {
  width: 100%;
  margin: 0 -10px -10px 0;
}
#case .case-box .ul li {
  width: 24%;
  margin: 0 10px 10px 0;
}
#case .case-box .ul li .bg {
  padding: 3px;
  box-sizing: border-box;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #e6c188 0%, #d6bb88 100%);
  background-image: -ms-linear-gradient(90deg, #e6c188 0%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(90deg, #e6c188 0%, #d6bb88 100%);
}
#case .case-box .ul li .pic-box {
  background-image: -moz-linear-gradient(180deg, #dbedfb 0%, #a7c7ff 100%);
  background-image: -webkit-linear-gradient(180deg, #dbedfb 0%, #a7c7ff 100%);
  background-image: -ms-linear-gradient(180deg, #dbedfb 0%, #a7c7ff 100%);
  width: 100%;
  height: 320px;
  border-radius: 10px 10px 0 0;
  padding: 12px;
  box-sizing: border-box;
}
#case .case-box .ul li .pic-box .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#case .case-box .ul li .pic-box .pic img {
  width: 100%;
}
#case .case-box .ul li .info-box {
  background-image: -moz-linear-gradient(90deg, #f1d19b 0%, #f7f2e9 100%);
  background-image: -webkit-linear-gradient(90deg, #f1d19b 0%, #f7f2e9 100%);
  background-image: -ms-linear-gradient(90deg, #f1d19b 0%, #f7f2e9 100%);
  width: 100%;
  height: 265px;
  margin-top: -15px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 9;
  padding: 55px 20px;
  box-sizing: border-box;
}
#case .case-box .ul li .info-box .logo-box {
  width: 84px;
  height: 84px;
  background-image: url('../images/bg3.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 14px;
  box-sizing: border-box;
}
#case .case-box .ul li .info-box .logo-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#case .case-box .ul li .info-box .school-box .en {
  color: #5a371d;
  margin-top: 5px;
}
#case .case-box .ul li .info-box .name {
  margin: 26px 0 20px;
}
#case .case-box .ul li:nth-of-type(2n-1) {
  margin-top: -120px;
}
#case .case-box .wall-box.original {
  animation: 120s linear 0s infinite normal forwards running rollingtop;
}
#case .case-box .wall-box.clone {
  margin-top: 10px;
  animation: 120s linear 0s infinite normal none running rollingtop2;
}
@keyframes rollingtop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.01% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rollingtop2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
#case.page-case {
  background-image: none;
  padding-top: 0;
}
#case.page-case .case-box {
  height: auto;
}
#case.page-case .case-box .ul {
  width: 100%;
  margin: 0 -15px 0 0;
}
#case.page-case .case-box .ul li {
  width: 24%;
  margin: 0 15px 20px 0;
  position: relative;
}
#case.page-case .case-box .ul li:nth-of-type(2n-1) {
  margin-top: 0;
}
#case.page-case .case-box .load-box {
  margin-top: 50px;
}
#case.page-case .case-box .load-box img {
  animation: circle 1s linear 0s infinite normal forwards running;
}
@media (max-width: 1480px) {
  #case .desc {
    margin: 80px 0 50px;
  }
  #case .desc .info {
    width: 60%;
  }
  #case .case-box {
    height: 800px;
  }
  #case .case-box .ul li .pic-box {
    height: 250px;
  }
  #case .case-box .ul li .info-box {
    height: 205px;
    padding: 45px 10px;
  }
  #case .case-box .ul li .info-box .name {
    margin: 12px 0 10px;
  }
  #case .case-box .ul li:nth-of-type(2n-1) {
    margin-top: -80px;
  }
  #case.page-case .case-box .ul li {
    width: 23.5%;
  }
  #case.page-case .case-box .load-box {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  #case {
    padding-top: 0;
  }
  #case .top-box {
    flex-wrap: wrap;
  }
  #case .top-box .right-info {
    width: 100%;
    margin-top: 35px;
  }
  #case .desc {
    margin: 30px 0;
  }
  #case .desc .info {
    width: 100%;
  }
  #case .desc .more {
    margin: 25px auto 0;
  }
  #case .case-box {
    height: 600px;
  }
  #case .case-box .ul li {
    width: 100%;
  }
  #case .case-box .ul li:nth-of-type(2n-1) {
    margin-top: 0;
  }
  #case.page-case .case-box .ul {
    margin: 0;
  }
  #case.page-case .case-box .ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#service .content {
  position: relative;
  z-index: 8;
  margin-top: -40px;
}
#service .content .left-box {
  width: 46%;
  position: relative;
  padding: 0 8%;
  box-sizing: border-box;
  overflow: hidden;
}
#service .content .left-box .left-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#service .content .left-box .left-info {
  position: relative;
  z-index: 9;
  padding-top: 128px;
}
#service .content .left-box .left-info .info-box .desc {
  margin-top: 128px;
}
#service .content .left-box .left-info .info-box .desc .text-node {
  margin-bottom: 70px;
  opacity: 1;
  font-size: 19px;
}
#service .content .right-box {
  width: 54%;
}
#service .content .right-box .top-nav {
  height: 95px;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 99%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 99%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 99%);
}
#service .content .right-box .top-nav .item {
  padding: 0 100px;
  line-height: 95px;
  position: relative;
}
#service .content .right-box .top-nav .item span {
  color: #fff;
  opacity: 0.8;
}
#service .content .right-box .top-nav .item .line {
  width: 0;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
#service .content .right-box .top-nav .item.on {
  background-image: -moz-linear-gradient(-90deg, #171717, #403d38 100%);
  background-image: -ms-linear-gradient(-90deg, #171717, #403d38 100%);
  background-image: -webkit-linear-gradient(-90deg, #171717, #403d38 100%);
}
#service .content .right-box .top-nav .item.on .line {
  width: 100%;
}
#service .content .right-box .top-nav .item.on span {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 1;
}
#service .content .right-box .oppress {
  width: 100%;
  max-height: 700px;
}
@media (max-width: 1480px) {
  #service .content .left-box {
    padding: 0 9%;
  }
  #service .content .left-box .left-info .info-box .desc {
    margin-top: 100px;
  }
  #service .content .left-box .left-info .info-box .desc .text-node {
    margin-bottom: 50px;
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  #service .content {
    padding-top: 380px;
    margin-top: 30px;
  }
  #service .content .left-box {
    width: 100%;
    position: relative;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #service .content .left-box .left-bg {
    height: 320px;
  }
  #service .content .left-box .left-info {
    padding-top: 0;
  }
  #service .content .left-box .left-info .info-box .desc {
    margin-top: 38px;
  }
  #service .content .left-box .left-info .info-box .desc .text-node {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #service .content .right-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #service .content .right-box .top-nav {
    height: 75px;
  }
  #service .content .right-box .top-nav .item {
    padding: 0 15px;
    line-height: 75px;
  }
  #service .content .right-box .top-nav .item .line {
    height: 2px;
  }
  #service .content .right-box .oppress {
    width: 100%;
    max-height: inherit;
    height: 300px;
  }
}
#team {
  background-image: url('../images/bg5.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 140px;
}
#team .top-box .right-info {
  width: 48%;
  margin-top: 100px;
}
#team .content {
  margin-top: 50px;
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}
#team .content .left-box {
  width: 46%;
  justify-content: flex-end;
  padding-bottom: 60px;
}
#team .content .left-box .top-info {
  line-height: 1.6;
  margin-bottom: 45px;
}
#team .content .left-box .left-pic {
  width: 84%;
}
#team .content .left-box .left-pic .oppress {
  border-radius: 10px 10px 80px 10px;
  height: 480px;
  width: 100%;
}
#team .content .left-box .left-pic .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
#team .content .right-box {
  width: 54%;
  border-left: 1px solid rgba(225, 225, 225, 0.2);
}
#team .content .right-box .row {
  padding: 60px 90px;
  box-sizing: border-box;
}
#team .content .right-box .row:nth-of-type(2) {
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}
#team .content .right-box .row .num {
  margin-right: 24px;
}
#team .content .right-box .row .num .hover {
  display: none;
}
#team .content .right-box .row .txt {
  width: 58%;
  margin-top: 50px;
}
#team .content .right-box .row .spe-txt {
  margin-top: 20px;
  width: 80%;
}
#team .content .right-box .row .spe-txt .title {
  margin-bottom: 20px;
}
#team .content .right-box .row:hover .num .default {
  display: none;
}
#team .content .right-box .row:hover .num .hover {
  display: block;
}
#team .content .right-box .row:hover .title,
#team .content .right-box .row:hover .text-node {
  opacity: 1;
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#team.rsearch {
  padding-bottom: 40px;
  background-image: url('../images/bg22.jpg');
}
#team.rsearch .top-box {
  align-items: flex-end;
}
#team.rsearch .content {
  margin-top: 90px;
}
@media (max-width: 1480px) {
  #team .top-box .right-info {
    margin-top: 70px;
  }
  #team .content .left-box .left-pic .oppress {
    height: 380px;
  }
  #team .content .right-box .row .num {
    width: 90px;
  }
  #team .content .right-box .row .txt {
    width: 75%;
    margin-top: 30px;
  }
  #team .content .right-box .row .spe-txt {
    margin-top: 20px;
    width: 90%;
  }
}
@media (max-width: 800px) {
  #team {
    padding-bottom: 40px;
  }
  #team .top-box .right-info {
    width: 100%;
    margin-top: 30px;
  }
  #team .content {
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
  }
  #team .content .left-box {
    width: 100%;
    padding-bottom: 30px;
  }
  #team .content .left-box .top-info {
    line-height: 1.4;
    margin-bottom: 25px;
  }
  #team .content .left-box .left-pic .oppress {
    height: 250px;
  }
  #team .content .right-box {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
  }
  #team .content .right-box .row {
    padding: 30px;
  }
  #team .content .right-box .row .num {
    width: 50px;
  }
  #team .content .right-box .row .txt {
    margin-top: 10px;
  }
  #team .content .right-box .row .spe-txt {
    margin-top: 10px;
  }
  #team.rsearch {
    padding-bottom: 0;
  }
  #team.rsearch .content {
    margin-top: 30px;
  }
}
#mentor {
  background-image: url('../images/bg6.jpg');
  padding-top: 260px;
  margin-top: -240px;
  position: relative;
  z-index: 2;
}
#mentor .content {
  margin-top: 90px;
}
#mentor .content .lists {
  margin-right: -3%;
}
#mentor .content .lists li {
  width: 30.33%;
  margin-right: 3%;
  min-height: 304px;
  background-image: url('../images/bg8.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
  box-sizing: border-box;
}
#mentor .content .lists li .top-info {
  min-height: 200px;
  background-image: url('../images/bg7.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 34px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
#mentor .content .lists li .top-info .desc {
  margin-top: 22px;
}
#mentor .content .lists li .top-info .desc p {
  margin-bottom: 10px;
}
#mentor .content .lists li .bottom-desc {
  margin-top: 15px;
  line-height: 1.8;
  position: relative;
  padding-left: 30px;
}
#mentor .content .lists li .bottom-desc::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/dot2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}
#mentor .content .lists li:nth-of-type(1),
#mentor .content .lists li:nth-of-type(2) {
  width: 47%;
  height: 480px;
  margin-bottom: 45px;
}
#mentor .content .lists li:nth-of-type(1) .top-info,
#mentor .content .lists li:nth-of-type(2) .top-info {
  height: 315px;
  padding: 45px 34px;
}
#mentor .content .lists li:nth-of-type(1) .top-info .desc,
#mentor .content .lists li:nth-of-type(2) .top-info .desc {
  margin-top: 35px;
}
#mentor .content .lists li:nth-of-type(1) .bottom-desc,
#mentor .content .lists li:nth-of-type(2) .bottom-desc {
  margin-top: 25px;
}
#mentor .content .mentor-swiper {
  padding-bottom: 100px;
}
#mentor .content .mentor-swiper .swiper-change {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 455px;
}
@media (max-width: 800px) {
  #mentor {
    padding-top: 230px;
  }
  #mentor .more {
    margin-top: 30px;
  }
  #mentor .content {
    margin-top: 40px;
  }
  #mentor .content .lists {
    margin-right: 0;
  }
  #mentor .content .lists li {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }
  #mentor .content .lists li .top-info {
    min-height: auto;
    padding: 30px 20px;
  }
  #mentor .content .lists li .top-info .desc {
    margin-top: 22px;
  }
  #mentor .content .lists li .top-info .desc p {
    margin-bottom: 10px;
  }
  #mentor .content .lists li .bottom-desc {
    margin-top: 15px;
    line-height: 1.4;
  }
  #mentor .content .lists li:nth-of-type(1),
  #mentor .content .lists li:nth-of-type(2) {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }
  #mentor .content .lists li:nth-of-type(1) .top-info,
  #mentor .content .lists li:nth-of-type(2) .top-info {
    height: auto;
    padding: 30px 20px;
  }
  #mentor .content .lists li:nth-of-type(1) .top-info .desc,
  #mentor .content .lists li:nth-of-type(2) .top-info .desc {
    margin-top: 25px;
  }
  #mentor .content .lists li:nth-of-type(1) .bottom-desc,
  #mentor .content .lists li:nth-of-type(2) .bottom-desc {
    margin-top: 15px;
  }
  #mentor .content .mentor-swiper {
    padding-bottom: 60px;
  }
  #mentor .content .mentor-swiper .swiper-change {
    bottom: 15px;
    width: 100%;
  }
}
#advantage .content {
  margin-top: 90px;
}
#advantage .content .ul {
  margin-right: -3%;
}
#advantage .content .ul li {
  width: 30.33%;
  margin-right: 3%;
}
#advantage .content .ul li .oppress {
  border-radius: 10px;
  height: 475px;
}
#advantage .content .ul li .oppress .pic-box {
  border-radius: 10px;
}
#advantage .content .ul li .desc .title {
  margin: 40px 0 25px;
  position: relative;
}
#advantage .content .ul li .desc .title::after,
#advantage .content .ul li .desc .title::before {
  content: '';
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #919191 0%, transparent 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  position: absolute;
  top: 0;
  left: 30px;
}
#advantage .content .ul li .desc .title::after {
  top: auto;
  bottom: 0;
}
#advantage .content .ul li .desc .title .icon-box {
  border-width: 1px;
  border-color: #868686;
  border-style: solid;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  width: 62px;
  height: 62px;
  margin-right: 30px;
}
#advantage .content .ul li:hover .oppress img {
  transform: scale(1.1);
}
#advantage .content.advantage-content .ul li .title {
  display: inline-block;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  padding: 20px 30px;
  box-sizing: border-box;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 9;
}
#advantage .content.advantage-content .ul li .oppress {
  border-radius: 10px 10px 80px 10px;
  margin-top: -40px;
  margin-bottom: 32px;
}
#advantage .content.advantage-content .ul li .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
@media (max-width: 1480px) {
  #advantage .content {
    margin-top: 70px;
  }
  #advantage .content .ul li .oppress {
    height: 375px;
  }
}
@media (max-width: 800px) {
  #advantage .content {
    margin-top: 40px;
  }
  #advantage .content .ul {
    margin-right: 0;
  }
  #advantage .content .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #advantage .content .ul li:last-child {
    margin-bottom: 0;
  }
  #advantage .content .ul li .oppress {
    height: 285px;
  }
  #advantage .content .ul li .desc .title {
    margin: 20px 0 15px;
  }
  #advantage .content.advantage-content .ul li .oppress {
    margin-bottom: 15px;
  }
}
#advantage.operation {
  background-image: url('../images/bg28.jpg');
}
#advantage.operation .advantage-content .ul li {
  width: 45%;
  background-image: url('../images/bg29.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 140px 35px 45px;
  box-sizing: border-box;
  position: relative;
}
#advantage.operation .advantage-content .ul li .oppress {
  height: 400px;
  padding: 2px;
  margin-bottom: 24px;
}
#advantage.operation .advantage-content .ul li .title {
  padding: 15px 58px;
  border-radius: 10px 0 40px 0 !important;
  position: absolute;
  top: 0;
  left: 5px;
}
#advantage.indicators .advantage-content .ul {
  align-items: flex-start;
}
#advantage.indicators .advantage-content .ul li {
  padding: 120px 65px 60px;
  box-sizing: border-box;
  position: relative;
}
#advantage.indicators .advantage-content .ul li::before {
  content: '';
  width: 95%;
  height: 200px;
  background-color: #2c2c2c;
  position: absolute;
  bottom: -10px;
  left: 2.5%;
  border-radius: 10px;
}
#advantage.indicators .advantage-content .ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../images/bg32.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#advantage.indicators .advantage-content .ul li .title {
  padding: 15px 35px;
  border-radius: 10px 0 40px 0 !important;
  position: absolute;
  top: 0;
  left: 2px;
}
#advantage.indicators .advantage-content .ul li .text-node {
  position: relative;
  z-index: 88;
}
#advantage.indicators .advantage-content .ul li:nth-of-type(2n) {
  margin-top: 50px;
}
#advantage.indicators .development-content .ul li {
  width: 43%;
  margin-left: 57%;
  padding: 100px 65px 80px;
  margin-right: 0;
}
#advantage.indicators .development-content .ul li::before {
  content: '';
  width: 4px;
  height: 194px;
  background-image: -moz-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
  position: absolute;
  top: 102px;
  left: -130px;
  border-radius: 0;
}
#advantage.indicators .development-content .ul li::after {
  background-image: url('../images/bg36.png');
}
#advantage.indicators .development-content .ul li .num {
  width: 116px;
  height: 104px;
  background-image: url('../images/bg35.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -180px;
  font-size: 56px;
  padding-top: 10px;
  padding-right: 15px;
  box-sizing: border-box;
}
#advantage.indicators .development-content .ul li:last-child::before {
  display: none;
}
#advantage.indicators .development-content .ul li:nth-of-type(2n) {
  margin-top: 50px ;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 57%;
}
#advantage.indicators .development-content .ul li:nth-of-type(2n)::before {
  left: auto;
  right: -105px;
}
#advantage.indicators .development-content .ul li:nth-of-type(2n) .num {
  left: auto;
  right: -156px;
  background-image: url('../images/bg37.png');
  padding-right: 0;
  padding-left: 15px;
}
#advantage.page-advantage .top-desc .left-box {
  background-image: url('../images/bg42.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30%;
  height: 330px;
  position: relative;
  z-index: 88;
  padding-top: 75px;
  box-sizing: border-box;
}
#advantage.page-advantage .top-desc .info-box {
  width: 65%;
  padding: 80px 50px 90px 10%;
  margin-left: -10%;
  border-bottom-right-radius: 80px;
}
#advantage.page-advantage .top-desc .info-box::before {
  border-bottom-right-radius: 80px;
}
#advantage.page-advantage .advant-swiper {
  padding-bottom: 80px;
}
#advantage.page-advantage .advant-swiper .ul {
  margin-right: 0;
}
#advantage.page-advantage .advant-swiper .ul li {
  width: 620px;
  margin-right: 0;
  background-image: url('../images/bg43.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 64px 50px 140px;
  height: 770px;
  box-sizing: border-box;
}
#advantage.page-advantage .advant-swiper .ul li .oppress {
  height: 350px;
  padding: 0;
}
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active {
  background-image: url('../images/bg44.png');
}
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active .desc .title {
  background-image: -moz-linear-gradient(0deg, #ffffff 0%, transparent);
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, transparent);
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, transparent);
  border-radius: 40px 0 0 40px;
}
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active .desc .title span {
  background-image: none;
  color: #000;
}
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active .desc .title::after,
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active .desc .title::before {
  opacity: 0;
}
#advantage.page-advantage .advant-swiper .ul li.swiper-slide-active .text-node {
  color: #000;
}
#advantage.page-advantage .advant-swiper .swiper-pagination {
  bottom: 10px;
}
#advantage.page-advantage .content {
  position: relative;
}
#advantage.page-advantage .content .spe-change {
  position: absolute;
  width: 107%;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 88;
}
@media (max-width: 1480px) {
  #advantage.operation .advantage-content .ul li .oppress {
    height: 360px;
  }
  #advantage.indicators .development-content .ul li::before {
    left: -15%;
    height: 180px;
  }
  #advantage.indicators .development-content .ul li .num {
    left: -25%;
  }
  #advantage.indicators .development-content .ul li:nth-of-type(2n)::before {
    left: auto;
    right: -18%;
  }
  #advantage.indicators .development-content .ul li:nth-of-type(2n) .num {
    left: auto;
    right: -27%;
  }
  #advantage.page-advantage .advant-swiper .ul li {
    width: 450px;
    height: 700px;
  }
  #advantage.page-advantage .advant-swiper .ul li .oppress {
    height: 280px;
  }
  #advantage.page-advantage .advant-swiper .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 800px) {
  #advantage .more {
    margin-top: 30px;
  }
  #advantage.operation .advantage-content .ul li {
    width: 100%;
    padding: 120px 20px 35px;
  }
  #advantage.operation .advantage-content .ul li .oppress {
    height: 250px;
    margin-bottom: 14px;
  }
  #advantage.operation .advantage-content .ul li .title {
    left: 2px;
  }
  #advantage.indicators .advantage-content .ul li {
    padding: 80px 45px 40px;
  }
  #advantage.indicators .advantage-content .ul li::before {
    height: 100px;
  }
  #advantage.indicators .advantage-content .ul li:nth-of-type(2n) {
    margin-top: 0;
  }
  #advantage.indicators .development-content .ul {
    margin-top: 40px;
  }
  #advantage.indicators .development-content .ul li {
    width: 100%;
    margin-left: 0;
    padding: 90px 35px 50px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #advantage.indicators .development-content .ul li::before {
    display: none;
  }
  #advantage.indicators .development-content .ul li .num {
    position: absolute;
    top: -20px;
    left: auto;
    right: 0;
    transform: scale(0.5);
    padding-right: 0;
    padding-left: 10px;
    background-image: url('../images/bg37.png');
    z-index: 88;
  }
  #advantage.indicators .development-content .ul li:nth-of-type(2n) {
    margin-top: 0 ;
    margin-bottom: 20px;
  }
  #advantage.indicators .development-content .ul li:nth-of-type(2n) .num {
    left: auto;
    right: 0;
  }
  #advantage.page-advantage .top-desc {
    align-items: flex-start;
    margin-top: 50px;
  }
  #advantage.page-advantage .top-desc .left-box {
    width: 80%;
    height: auto;
    padding: 66px 0;
    transform: scale(0.7);
    margin-left: -38px;
    margin-top: -50px;
  }
  #advantage.page-advantage .top-desc .info-box {
    width: 60%;
    padding: 110px 50px 50px ;
    margin-left: -80%;
  }
  #advantage.page-advantage .advant-swiper {
    padding-bottom: 50px;
  }
  #advantage.page-advantage .advant-swiper .ul {
    margin-right: 0;
  }
  #advantage.page-advantage .advant-swiper .ul li {
    width: 90%;
    padding: 24px 20px 140px;
    height: 520px;
  }
  #advantage.page-advantage .advant-swiper .ul li .oppress {
    height: 200px;
  }
  #advantage.page-advantage .content .spe-change {
    display: none;
  }
}
#news {
  background-image: url('../images/bg6.jpg');
  background-position: center top;
}
#news .top-news {
  margin: 95px 0 45px;
}
#news .top-news a {
  position: relative;
}
#news .top-news a .oppress {
  border-radius: 10px 10px 80px 10px;
  width: 512px;
  height: 475px;
  position: relative;
  z-index: 88;
  background-image: -moz-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
}
#news .top-news a .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
#news .top-news a .desc {
  width: 90%;
  padding: 73px 72px 72px 24%;
  margin-left: -20%;
  box-sizing: border-box;
  background-image: url('../images/bg9.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 1;
  border-radius: 10px;
}
#news .top-news a .desc .title {
  margin: 20px 0 35px;
}
#news .top-news a .desc .more {
  margin-top: 85px;
}
#news .top-news a:hover .more {
  background-color: transparent;
}
#news .top-news a:hover .more span {
  color: #333;
}
#news .top-news a:hover .more::before {
  width: 100%;
  height: 100%;
}
#news .news-lists {
  margin-right: -2.5%;
}
#news .news-lists li {
  width: 22.5%;
  margin-right: 2.5%;
}
#news .news-lists li a {
  background-image: url('../images/bg-line2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 16px;
  box-sizing: border-box;
  flex: 1;
}
#news .news-lists li a .oppress {
  width: 100%;
  height: 218px;
  border-radius: 10px;
}
#news .news-lists li a .title {
  margin: 30px 0;
  line-height: 1.6;
}
#news.page-news {
  background-image: none;
}
#news.page-news .top-news {
  margin: 0 0 45px;
}
#news.page-news .top-news .new-swiper {
  padding-bottom: 100px;
}
#news.page-news .top-news .new-swiper .swiper-pagination {
  bottom: 20px;
}
#news.page-news .news-lists li {
  margin-bottom: 40px;
}
#news.page-news .news-lists li a {
  background-image: url('../images/bg41.png');
}
@media (max-width: 1480px) {
  #news .top-news {
    margin: 75px 0 45px;
  }
  #news .top-news a .oppress {
    width: 412px;
    height: 375px;
  }
  #news .news-lists li a {
    padding: 20px 14px 30px;
  }
  #news .news-lists li a .oppress {
    height: 158px;
  }
  #news .news-lists li a .title {
    margin: 20px 0;
  }
}
@media (max-width: 800px) {
  #news .top-news {
    margin: 45px 0 35px;
  }
  #news .top-news a {
    position: relative;
    flex-wrap: wrap;
  }
  #news .top-news a .oppress {
    width: 90%;
    height: 275px;
    margin: 0 auto;
  }
  #news .top-news a .desc {
    width: 100%;
    padding: 200px 10% 40px;
    margin-left: 0;
    margin-top: -170px;
    background-size: cover;
  }
  #news .top-news a .desc .title {
    margin: 10px 0 15px;
  }
  #news .top-news a .desc .more {
    margin-top: 25px;
  }
  #news .news-lists {
    margin-right: 0;
  }
  #news .news-lists li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #news .news-lists li:last-child {
    margin-bottom: 0;
  }
  #news .news-lists li a .oppress {
    width: 100%;
    height: 218px;
  }
  #news .news-lists li a .title {
    line-height: 1.4;
  }
}
.page-bottom {
  background-image: url('../images/bg10.jpg');
}
.page-bottom .top-line {
  height: 4px;
}
@media (max-width: 800px) {
  .page-bottom .top-line {
    height: 2px;
  }
}
.page-bottom.inner-page-bottom .prospect {
  background-image: url('../images/bg20.jpg');
}
.page-bottom.inner-page-bottom .prospect .left-info {
  width: 50%;
}
.page-bottom.inner-page-bottom .prospect .left-info .same-title .title {
  line-height: 1.8;
}
@media (max-width: 800px) {
  .page-bottom.inner-page-bottom .prospect .left-info {
    width: 100%;
  }
  .page-bottom.inner-page-bottom .prospect .left-info .same-title .title {
    line-height: 1.4;
  }
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .row .label {
  border: 2px solid #fff;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .row .label .input {
  color: #fff;
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .row .label .input::placeholder {
  color: #fff;
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .row .label select {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  border-radius: 10px;
  background-color: #2d2e2e;
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .row .label select::placeholder {
  color: #fff;
}
.page-bottom.inner-page-bottom .prospect .right-form .form-box .btn {
  border: 2px solid #fff;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.prospect {
  width: 92%;
  margin: 140px 0 100px;
  background-image: url('../images/bg11.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  border-bottom-right-radius: 80px;
}
.prospect .left-info {
  width: 41%;
}
.prospect .left-info .text-node {
  margin-top: 45px;
}
.prospect .right-form {
  width: 42%;
}
.prospect .right-form .top-title {
  margin-bottom: 35px;
}
.prospect .right-form .top-title span {
  margin: 0 14px;
}
.prospect .right-form .top-title .rotate-icon {
  transform: rotateY(180deg);
}
.prospect .right-form .form-box .row {
  width: 48%;
  margin-bottom: 24px;
}
.prospect .right-form .form-box .row .label {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 10px;
}
.prospect .right-form .form-box .row .label .input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  color: #333;
}
.prospect .right-form .form-box .row .label .input::placeholder {
  color: #333;
}
.prospect .right-form .form-box .row .label select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  color: #333;
}
.prospect .right-form .form-box .row .label select::placeholder {
  color: #333;
}
.prospect .right-form .form-box .btn {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .prospect {
    width: 100%;
    margin: 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    border-bottom-right-radius: 0;
    background-size: cover;
  }
  .prospect .left-info {
    width: 100%;
  }
  .prospect .left-info .text-node {
    margin-top: 25px;
  }
  .prospect .right-form {
    width: 100%;
    margin-top: 35px;
  }
  .prospect .right-form .top-title {
    margin-bottom: 25px;
  }
  .prospect .right-form .top-title span {
    margin: 0 10px;
  }
  .prospect .right-form .form-box .row {
    width: 100%;
    margin-bottom: 14px;
  }
}
#footer .container .nav-ul {
  width: 60%;
}
#footer .container .nav-ul .touch a {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#footer .bottom {
  padding-bottom: 90px;
  margin-top: 20px;
  align-items: flex-end;
}
#footer .bottom .connect {
  width: 55%;
  margin-bottom: -30px;
}
#footer .bottom .connect .item {
  width: 50%;
  margin-bottom: 30px;
}
#footer .bottom .connect .item .icon-box {
  border-width: 1px;
  border-color: #868686;
  border-style: solid;
  border-radius: 16px;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
#footer .bottom .connect .item .txt {
  flex: 1;
}
#footer .bottom .connect .item p {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#footer .wechat li {
  text-align: center;
  margin-left: 50px;
}
#footer .wechat li .txt {
  color: #cbb07f;
  margin-top: 10px;
}
#footer .line {
  height: 2px;
  background-image: -moz-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(0deg, #d4b884 0%, #f4e5cb 100%);
}
#footer .copyright {
  padding: 0.28rem 0;
  color: #cbb07f;
}
#footer .copyright .left {
  width: 80%;
}
#footer .copyright .left a {
  margin-left: 5%;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1480px) {
  #footer .logo {
    max-width: 16em;
    min-width: 165px;
  }
}
@media (max-width: 800px) {
  #footer .logo {
    margin: 0 auto;
  }
  #footer .container {
    align-items: center;
  }
  #footer .container .left-box {
    width: 100%;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #footer .bottom .connect {
    margin-bottom: 40px;
    width: 100%;
  }
  #footer .bottom .connect .item {
    margin-bottom: 10px;
    width: 100%;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
  }
  #footer .wechat li {
    text-align: center;
    margin-left: 0;
  }
  #footer .wechat li:nth-child(2) {
    margin-left: 30px;
  }
  #footer .wechat li .pic {
    width: 140px;
    height: 140px;
    padding: 25px;
  }
  #footer .wechat li .txt {
    margin-top: 10px;
  }
  #footer .copyright {
    padding: 0.15rem 0;
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright .left {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .copyright .left a {
    margin-left: 0;
  }
}
.wechat li .pic {
  width: 169px;
  height: 169px;
  background-image: url('../images/code-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
#aside {
  width: 66px;
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 10px 0 0 10px;
  padding: 2px;
  box-sizing: border-box;
}
#aside .item {
  width: 64px;
  height: 64px;
  position: relative;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  margin-bottom: 2px;
}
#aside .item:first-child {
  border-top-left-radius: 10px;
}
#aside .item:last-child {
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}
#aside .item.toTop {
  cursor: pointer;
}
#aside .item .box {
  width: 100%;
  height: 64px;
  transition: all 0.4s ease-out;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
}
#aside .item .content p {
  line-height: 1.6;
  color: #333;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item .tel-content {
  width: 260px;
}
#aside .item.active,
#aside .item:hover {
  color: #fff;
  background-color: #eddbbb;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-right: 0;
}
@media (max-width: 800px) {
  #aside {
    width: 40px;
  }
  #aside .item {
    width: 40px;
    height: 40px;
  }
  #aside .item .box {
    height: 40px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside .full {
    display: none;
  }
}
.circle-desc {
  opacity: 1;
}
.circle-desc p {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.circle-desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background-image: url('../images/dot3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 800px) {
  .circle-desc p {
    padding-left: 24px;
    line-height: 1.4;
  }
  .circle-desc p::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}
.core-project .circle-desc p {
  color: #fff;
}
.service-page {
  background-image: url('../images/bg10.jpg');
  padding-top: 40px;
}
.service-page.same-section {
  padding-top: 0;
}
.service-page .top-nav {
  margin: 60px 0 50px;
}
.service-page .top-nav .item {
  margin-right: 10%;
  cursor: pointer;
}
.service-page .top-nav .item:last-child {
  margin-right: 0;
}
.service-page .top-nav .item .top {
  margin-bottom: 15px;
}
.service-page .top-nav .item .top .icon-box {
  position: relative;
  z-index: 10;
}
.service-page .top-nav .item .top .name {
  padding: 15px 35px 15px 30px;
  background-image: url('../images/bg-line3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -18px;
  position: relative;
  box-sizing: border-box;
}
.service-page .top-nav .item .top .name::after {
  content: '';
  position: absolute;
  left: 3%;
  top: 3%;
  width: 96%;
  height: 94%;
  border-radius: 0 30px 30px 0;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.service-page .top-nav .item .top .name span {
  position: relative;
  z-index: 8;
}
.service-page .top-nav .item p {
  text-align: center;
}
.service-page .top-nav .item:last-child .top .name {
  margin-left: -11px;
}
.service-page .top-nav .item.on .top .name::after {
  opacity: 1;
}
.service-page .top-nav .item.on p,
.service-page .top-nav .item.on .top span {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.service-page .same-top-box {
  align-items: flex-end;
}
.service-page .same-top-box .text-node {
  width: 48%;
}
.service-page .pic-swiper .swiper-slide {
  padding-top: 40px;
}
.service-page .pic-swiper .swiper-slide .title {
  width: 191px;
  height: 64px;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  text-align: center;
  line-height: 64px;
  border-radius: 32px;
}
.service-page .pic-swiper .swiper-slide .info-box {
  background-image: url('../images/bg12.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 50px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 95%;
}
.service-page .pic-swiper .swiper-slide .info-box .info {
  width: 80%;
  margin-top: 50px;
}
.service-page .pic-swiper .swiper-slide .info-box .info .item {
  width: 47%;
  padding-right: 4%;
  box-sizing: border-box;
  align-items: center;
}
.service-page .pic-swiper .swiper-slide .info-box .info .item:nth-of-type(2n) {
  width: 53%;
  padding-right: 6%;
}
.service-page .pic-swiper .swiper-slide .info-box .info .item .num {
  font-style: italic;
  font-size: 130px;
  color: #d4b884;
  width: 110px;
  margin-top: 22px;
  padding-right: 30px;
  text-align: right;
}
.service-page .pic-swiper .swiper-slide .info-box .info .item .desc .tit {
  margin-bottom: 8px;
}
.service-page .pic-swiper .swiper-slide .top-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 440px;
  background-image: url('../images/bg13.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 15px 0 100px;
  box-sizing: border-box;
}
.service-page .pic-swiper .swiper-slide .top-info .title-box {
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  padding: 2px;
  box-sizing: border-box;
  width: 191px;
  height: 64px;
  border-radius: 32px;
}
.service-page .pic-swiper .swiper-slide .top-info .title-box .title {
  width: 100%;
  height: 100%;
  line-height: 60px;
}
.service-page .pic-swiper .swiper-slide .top-info .desc {
  margin-top: 24px;
}
.service-page .pic-swiper .swiper-slide .top-info .desc p:nth-of-type(2) {
  margin-left: 10px;
}
.service-page .pic-swiper .swiper-slide .top-info .desc p:nth-of-type(3) {
  margin-left: 20px;
}
.service-page .pic-swiper .swiper-slide .top-info .desc p:nth-of-type(4) {
  margin-left: 30px;
}
.service-page .pic-swiper .swiper-slide .top-info .desc p:nth-of-type(5) {
  margin-left: 40px;
}
.service-page .system-content .top-nav {
  margin: 0;
}
.service-page .system-content .top-nav .item {
  margin-right: 0;
  margin-bottom: 30px;
}
.service-page .system-content .top-nav .item:last-child {
  margin-bottom: 0;
}
.service-page .system-content .top-nav .item .top .name {
  padding: 15px 10px 15px 30px;
  background-image: url('../images/bg-line4.png');
  width: 400px;
}
.service-page .system-content .top-nav .item .top .name::after {
  border-radius: 0;
  opacity: 0;
}
.service-page .system-content .top-nav .item:first-child .top .name {
  width: 430px;
  margin-left: -11px;
  background-image: url('../images/bg-line5.png');
}
.service-page .system-content .top-nav .item:last-child .top .name {
  width: 430px;
  margin-left: -12px;
  background-image: url('../images/bg-line6.png');
}
.service-page .system-content .pic-swiper {
  width: 70%;
  margin-right: -10%;
}
.service-page .system-content .pic-swiper .swiper-slide {
  padding-top: 0;
}
.service-page .system-content .pic-swiper .swiper-slide .info-box {
  background-image: url('../images/bg33.png');
  padding: 60px;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
}
.service-page .system-content .pic-swiper .swiper-slide .info-box .circle-desc {
  margin-top: 55px;
}
.service-page .system-content .pic-swiper .swiper-slide .info-box .circle-desc p {
  color: #000;
}
.service-page.situations {
  background-image: none;
}
.service-page.situations .top-nav .item .top .name {
  min-width: 220px;
}
.service-page.situations .pic-swiper .swiper-slide {
  padding-top: 0;
}
.service-page.situations .pic-swiper .swiper-slide .content {
  height: 570px;
}
.service-page.situations .pic-swiper .swiper-slide .content .info-box {
  width: 50%;
  height: 100%;
  background-image: url('../images/bg25.png');
  position: relative;
  z-index: 8;
  padding-right: 5%;
}
.service-page.situations .pic-swiper .swiper-slide .content .info-box .row {
  margin-bottom: 55px;
}
.service-page.situations .pic-swiper .swiper-slide .content .info-box .row .circle-desc {
  margin-top: 25px;
}
.service-page.situations .pic-swiper .swiper-slide .content .oppress {
  width: 52%;
  height: 100%;
  margin-left: -2%;
  border-radius: 0 10px 80px 0;
}
@media (max-width: 1480px) {
  .service-page .top-nav .item {
    margin-right: 5%;
  }
  .service-page .pic-swiper .swiper-slide .info-box {
    width: 90%;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info {
    width: 76%;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info .item .num {
    font-size: 100px;
    width: 100px;
  }
  .service-page .pic-swiper .swiper-slide .top-info {
    transform: scale(0.88);
    top: -25px;
  }
  .service-page .system-content .top-nav {
    transform: scale(0.8);
  }
}
@media (max-width: 800px) {
  .service-page {
    padding-top: 0;
  }
  .service-page .top-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20%;
    margin: 30px 0 ;
  }
  .service-page .top-nav .item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .service-page .top-nav .item .top {
    margin-bottom: 8px;
  }
  .service-page .top-nav .item .top .icon-box img {
    height: 50px;
  }
  .service-page .top-nav .item .top .name {
    padding: 8px 20px ;
    margin-left: -10px;
  }
  .service-page .top-nav .item:last-child .top .name {
    margin-left: -5px;
  }
  .service-page .same-top-box {
    flex-wrap: wrap;
  }
  .service-page .same-top-box .text-node {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .pic-swiper {
    margin-top: -40px;
  }
  .service-page .pic-swiper .swiper-slide {
    padding-top: 240px;
  }
  .service-page .pic-swiper .swiper-slide .title {
    width: 120px;
    height: 54px;
    line-height: 54px;
  }
  .service-page .pic-swiper .swiper-slide .info-box {
    background-size: cover;
    padding: 160px 20px 30px;
    width: 100%;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info .item:nth-of-type(2n) {
    width: 100%;
    padding-right: 0;
  }
  .service-page .pic-swiper .swiper-slide .info-box .info .item .num {
    font-size: 80px;
    width: 90px;
  }
  .service-page .pic-swiper .swiper-slide .top-info {
    top: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    padding: 30px 15px 40px 40px;
  }
  .service-page .pic-swiper .swiper-slide .top-info .title-box {
    width: 120px;
    height: 54px;
  }
  .service-page .pic-swiper .swiper-slide .top-info .title-box .title {
    line-height: 54px;
  }
  .service-page.situations {
    background-image: none;
  }
  .service-page.situations .top-nav .item .top .name {
    min-width: 140px;
  }
  .service-page.situations .pic-swiper .swiper-slide {
    padding-top: 0;
  }
  .service-page.situations .pic-swiper .swiper-slide .content {
    height: auto;
    flex-wrap: wrap;
  }
  .service-page.situations .pic-swiper .swiper-slide .content .info-box {
    width: 100%;
    height: auto;
    background-image: url('../images/bg25.png');
    position: relative;
    z-index: 8;
    padding: 40px 20px 20px;
  }
  .service-page.situations .pic-swiper .swiper-slide .content .info-box .row {
    margin-bottom: 25px;
  }
  .service-page.situations .pic-swiper .swiper-slide .content .info-box .row .circle-desc {
    margin-top: 15px;
  }
  .service-page.situations .pic-swiper .swiper-slide .content .oppress {
    width: 100%;
    height: 300px;
    margin-left: 0;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 8;
  }
  .service-page .system-content {
    flex-wrap: wrap;
  }
  .service-page .system-content .top-nav {
    margin: 0;
    padding-left: 0;
    margin-left: -20px;
  }
  .service-page .system-content .top-nav .item {
    margin-bottom: 20px;
  }
  .service-page .system-content .top-nav .item:last-child {
    margin-bottom: 0;
  }
  .service-page .system-content .top-nav .item .top .name {
    padding: 10px 10px 10px 30px;
    width: 300px;
  }
  .service-page .system-content .top-nav .item:first-child .top .name {
    width: 350px;
  }
  .service-page .system-content .top-nav .item:last-child .top .name {
    width: 350px;
  }
  .service-page .system-content .pic-swiper {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .service-page .system-content .pic-swiper .swiper-slide {
    padding-top: 0;
  }
  .service-page .system-content .pic-swiper .swiper-slide .info-box {
    padding: 40px 20px;
    height: auto;
  }
  .service-page .system-content .pic-swiper .swiper-slide .info-box .circle-desc {
    margin-top: 25px;
  }
}
.advantages {
  background-image: url('../images/bg17.jpg');
}
.advantages .core-top-box {
  align-items: flex-end;
}
.advantages .core-top-box .right-info {
  width: 48%;
}
.advantages .lists li {
  margin-top: 95px;
}
.advantages .lists li .oppress {
  border-radius: 10px 10px 80px 10px;
  width: 457px;
  min-height: 385px;
  max-height: 100%;
  position: relative;
  z-index: 88;
  background-image: -moz-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  padding: 2px;
}
.advantages .lists li .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
.advantages .lists li .desc {
  width: 86%;
  padding: 100px 72px 72px 19%;
  margin-left: -15%;
  box-sizing: border-box;
  min-height: 470px;
  flex: 1;
  position: relative;
}
.advantages .lists li .desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg15.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.advantages .lists li .desc .top-title {
  position: relative;
  z-index: 7;
}
.advantages .lists li .desc .top-title span {
  margin: 0 14px;
}
.advantages .lists li .desc .top-title .rotate-icon {
  transform: rotateY(180deg);
}
.advantages .lists li .desc .line {
  height: 1px;
  margin: 50px 0;
  position: relative;
  z-index: 7;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.advantages .lists li .desc .circle-desc p {
  margin-top: 30px;
}
.advantages .lists li .desc .num-desc {
  position: relative;
  z-index: 7;
  padding-bottom: 40px;
}
.advantages .lists li .desc .num-desc .row {
  margin-top: 30px;
}
.advantages .lists li .desc .num-desc .top {
  margin-bottom: 10px;
}
.advantages .lists li .desc .num-desc .top .num {
  margin-right: 10px;
}
.advantages .lists li:hover .oppress img {
  transform: scale(1.1);
}
.advantages .lists li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.advantages .lists li:nth-of-type(2n) .oppress {
  border-radius: 10px 10px 10px 80px;
}
.advantages .lists li:nth-of-type(2n) .oppress .pic-box {
  border-radius: 10px 10px 10px 80px;
}
.advantages .lists li:nth-of-type(2n) .desc {
  padding: 100px 19% 72px 72px;
  margin-left: 0;
  margin-right: -15%;
}
.advantages .lists li:nth-of-type(2n) .desc::before {
  background-image: url('../images/bg14.png');
}
.advantages > .line {
  width: 100%;
  height: 4px;
}
@media (max-width: 1480px) {
  .advantages .lists li .oppress {
    width: 357px;
    min-height: 285px;
  }
  .advantages .lists li .desc {
    padding: 80px 52px 52px 17%;
    margin-left: -15%;
    min-height: 400px;
  }
  .advantages .lists li .desc .num-desc {
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  .advantages .core-top-box .right-info {
    width: 100%;
    margin-top: 20px;
  }
  .advantages .lists li {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .advantages .lists li .oppress {
    width: 100%;
    min-height: inherit;
    max-height: initial;
  }
  .advantages .lists li .desc {
    width: 100%;
    padding: 105px 20px 40px;
    margin-left: 0;
    margin-top: -75px;
    min-height: inherit;
  }
  .advantages .lists li .desc::before {
    background-size: cover;
  }
  .advantages .lists li .desc .line {
    margin: 25px 0;
  }
  .advantages .lists li .desc .circle-desc p {
    margin-top: 10px;
  }
  .advantages .lists li .desc .num-desc {
    padding-bottom: 20px;
  }
  .advantages .lists li .desc .num-desc .row {
    margin-top: 20px;
  }
  .advantages .lists li .desc .num-desc .top {
    margin-bottom: 10px;
  }
  .advantages .lists li .desc .num-desc .top .num {
    margin-right: 10px;
  }
  .advantages .lists li:nth-of-type(2n) .desc {
    padding: 105px 20px 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.application {
  background-image: url('../images/bg16.jpg');
  height: 870px;
  position: relative;
  overflow: hidden;
}
.application .right-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.application .right-box > div {
  width: 100%;
  height: 100%;
}
.application .right-box svg {
  height: 120%;
}
.application .right-box svg .f30 {
  font-size: 30px;
}
.application .right-box svg .text-node {
  font-size: 18px;
}
.application .right-box svg .cls-4 {
  filter: url(#filter-3);
}
.application .right-box svg .cls-5 {
  filter: url(#filter-4);
}
.application .right-box svg .cls-6 {
  filter: url(#filter-5);
}
.application .right-box svg .cls-8 {
  font-family: SourceHanSansSC;
}
.application .right-box svg .cls-9 {
  filter: url(#filter-6);
}
.application .right-box svg .cls-10 {
  filter: url(#filter-7);
}
.application .right-box svg .cls-11 {
  filter: url(#filter-8);
}
.application .right-box svg .cls-12 {
  filter: url(#filter-9);
}
.application .right-box svg .cls-13 {
  filter: url(#filter-10);
}
.application .right-box svg .cls-14 {
  filter: url(#filter-11);
}
.application .right-box svg .cls-15 {
  filter: url(#filter-12);
}
.application .right-box svg .cls-16 {
  font-family: "Adobe Heiti Std";
}
.application .right-box svg .cls-17 {
  filter: url(#filter-13);
}
.application .right-box svg .cls-18 {
  filter: url(#filter-14);
}
.application .right-box svg .cls-19 {
  filter: url(#filter-15);
}
.application .right-box svg .cls-20,
.application .right-box svg .cls-22 {
  opacity: 0.5;
}
.application .right-box svg .cls-20 {
  filter: url(#filter-16);
}
.application .right-box svg .cls-21 {
  filter: url(#filter-17);
}
.application .right-box svg .cls-22 {
  filter: url(#filter-18);
}
.application .right-box svg .cls-23 {
  filter: url(#filter-19);
}
@media (max-width: 1480px) {
  .application {
    height: 750px;
  }
  .application .right-box {
    top: -50px;
  }
}
@media (max-width: 800px) {
  .application {
    height: 550px;
  }
  .application .right-box {
    top: 22%;
    right: -80px;
  }
  .application .right-box svg {
    height: 76%;
  }
}
.same-icon-title span {
  margin: 0 14px;
}
.same-icon-title .rotate-icon {
  transform: rotateY(180deg);
}
.sjgh {
  background-image: url('../images/bg18.jpg');
}
.sjgh .lists {
  margin-right: -0.66%;
  margin-top: 140px;
  align-items: flex-start;
}
.sjgh .lists li {
  min-height: 385px;
  width: 16%;
  margin-right: 0.66%;
  padding: 50px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  transition: all 0.6s ease-in-out;
}
.sjgh .lists li .title {
  margin: 24px 0;
}
.sjgh .lists li .icon-box {
  width: 56px;
  height: 56px;
  background-image: url('../images/time2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.sjgh .lists li:nth-of-type(2n-1) {
  color: #fff;
  background-image: url('../images/bg19.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -50px;
}
.sjgh .lists li:nth-of-type(2n-1) .icon-box {
  background-image: url('../images/time.png');
}
@media (max-width: 1480px) {
  .sjgh .lists li {
    min-height: 300px;
    padding: 30px 10px;
  }
  .sjgh .lists li .title {
    margin: 20px 0;
  }
  .sjgh .lists li .icon-box {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 800px) {
  .sjgh .lists {
    margin-right: -2%;
    margin-top: 90px;
  }
  .sjgh .lists li {
    min-height: 260px;
    width: 48%;
    margin-right: 2%;
    padding: 30px 10px;
    margin-bottom: 10px;
  }
}
.problem .info-box {
  background-image: -moz-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  padding: 2px;
  box-sizing: border-box;
  border-radius: 10px 10px 160px 10px;
}
.problem .info-box .lits-box {
  border-radius: 10px 10px 160px 10px;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  padding: 75px 35px;
  box-sizing: border-box;
}
.problem .info-box .lits-box ul {
  margin-bottom: -100px;
}
.problem .info-box .lits-box ul li {
  width: 50%;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.problem .info-box .lits-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 65px;
  background-image: url('../images/line.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.problem .info-box .lits-box ul li .title {
  margin-top: -10px;
  margin-bottom: 16px;
}
.problem .info-box .lits-box ul li .tag {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 60px;
  opacity: 0.05;
}
.problem .info-box .lits-box ul li:nth-of-type(2n) {
  margin-left: 5%;
  width: 45%;
}
@media (max-width: 800px) {
  .problem .info-box {
    border-radius: 10px 10px 80px 10px;
  }
  .problem .info-box .lits-box {
    border-radius: 10px 10px 80px 10px;
    padding: 55px 15px 35px;
  }
  .problem .info-box .lits-box ul {
    margin-bottom: -30px;
  }
  .problem .info-box .lits-box ul li {
    width: 100%;
    padding-left: 28px;
    margin-bottom: 30px;
  }
  .problem .info-box .lits-box ul li .title {
    margin-top: -10px;
    margin-bottom: 12px;
  }
  .problem .info-box .lits-box ul li:nth-of-type(2n) {
    margin-left: 0;
    width: 100%;
  }
}
.rankings {
  background-image: url('../images/bg17.jpg');
}
.rankings .table-box {
  position: relative;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  padding: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.rankings .table-box .bg-box {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: #333233;
  overflow: hidden;
}
.rankings .table-box .table {
  width: 100%;
  text-align: center;
  background-image: -moz-linear-gradient(0deg, rgba(145, 145, 145, 0.5) 0%, rgba(214, 214, 214, 0.5) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(145, 145, 145, 0.5) 0%, rgba(214, 214, 214, 0.5) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(145, 145, 145, 0.5) 0%, rgba(214, 214, 214, 0.5) 100%);
}
.rankings .table-box .table thead {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
}
.rankings .table-box .table tbody tr:nth-of-type(2n-1) {
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
}
.rankings .table-box .table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rankings .table-box .table tbody tr:last-child {
  border-bottom: none;
}
.rankings .table-box .table tbody tr td {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.rankings .table-box .table tbody tr td .table-cell {
  padding: 30px 10px;
}
.rankings .table-box .table tbody tr td:last-child {
  border-right: none;
}
.rankings .table-box .table-cell {
  padding: 25px 10px;
  box-sizing: border-box;
}
.rankings .bottom-box {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .rankings .table-box .table tbody tr td .table-cell {
    padding: 15px 2px;
    font-size: 14px;
  }
   .rankings .table-box .table tbody tr td:nth-of-type(4) .table-cell{
       width: 100px;
   }
  .rankings .table-box .table-cell {
    padding: 10px 2px;
  }
}
.sbfw-service-page .lists {
  margin-top: 200px;
}
.sbfw-service-page .lists ul {
  min-height: 528px;
}
.sbfw-service-page .lists li {
  width: 27%;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 80px 10px 0 0;
  padding: 40px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.4s linear;
}
.sbfw-service-page .lists li:nth-of-type(2n-1) {
  margin-top: -100px;
}
.sbfw-service-page .lists li:not(:first-child) {
  margin-left: -3%;
  position: relative;
  z-index: 1;
}
.sbfw-service-page .lists li .title {
  margin-left: 30px;
}
.sbfw-service-page .lists li .info-box {
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  border-radius: 10px 10px 0 0;
  padding: 50px 55px 70px 25px;
  box-sizing: border-box;
  margin-top: 40px;
  flex: 1;
}
.sbfw-service-page .lists li .info-box .row .tit {
  margin-bottom: 16px;
}
.sbfw-service-page .lists li .info-box .row:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.sbfw-service-page .lists li .info-box .row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.sbfw-service-page .light {
  margin-top: -25px;
}
.sbfw-service-page .en-icon {
  margin: 20px 0 40px;
}
.sbfw-service-page .benefits ul {
  margin-right: -2.33%;
  margin-bottom: 90px;
}
.sbfw-service-page .benefits ul li {
  width: 31%;
  margin-right: 2.33%;
  position: relative;
  margin-bottom: 20px;
}
.sbfw-service-page .benefits ul li .title-box {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-3deg, #f3e4ca 0%, #d4b885 100%);
  background-image: -webkit-linear-gradient(-3deg, #f3e4ca 0%, #d4b885 100%);
  background-image: -ms-linear-gradient(-3deg, #f3e4ca 0%, #d4b885 100%);
  width: 80%;
  height: 280px;
  padding: 24px;
  box-sizing: border-box;
}
.sbfw-service-page .benefits ul li .title-box .title {
  width: 30px;
}
.sbfw-service-page .benefits ul li .info-box {
  background-image: url('../images/bg21.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 24px;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  left: 82px;
  min-height: 300px;
}
.sbfw-service-page .benefits ul li .info-box .tit {
  background-image: -moz-linear-gradient(-3deg, #d8d8d8 0%, #878787 100%);
  background-image: -webkit-linear-gradient(-3deg, #d8d8d8 0%, #878787 100%);
  background-image: -ms-linear-gradient(-3deg, #d8d8d8 0%, #878787 100%);
  width: 160px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px 0 24px 24px;
  margin-bottom: 25px;
}
.sbfw-service-page .benefits ul li:nth-of-type(2) .title-box {
  background-image: -moz-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -webkit-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -ms-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
}
.sbfw-service-page .benefits ul li:nth-of-type(3) .title-box {
  background-image: -moz-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -webkit-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -ms-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
}
@media (max-width: 800px) {
  .sbfw-service-page .en-icon {
    margin: 20px 0 ;
  }
  .sbfw-service-page .lists {
    margin-top: 40px;
  }
  .sbfw-service-page .lists ul {
    min-height: inherit;
  }
  .sbfw-service-page .lists li {
    width: 100%;
    border-radius: 80px 10px 10px;
    padding: 30px 10px 10px;
    margin-bottom: 30px;
  }
  .sbfw-service-page .lists li:nth-of-type(2n-1) {
    margin-top: 0;
  }
  .sbfw-service-page .lists li:not(:first-child) {
    margin-left: 0;
  }
  .sbfw-service-page .lists li .title {
    margin-left: 30px;
  }
  .sbfw-service-page .lists li .info-box {
    border-radius: 10px ;
    padding: 30px 25px;
    margin-top: 25px;
  }
  .sbfw-service-page .lists li .info-box .row .tit {
    margin-bottom: 10px;
  }
  .sbfw-service-page .lists li .info-box .row:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .sbfw-service-page .benefits ul {
    margin-right: 0;
    margin-bottom: 90px;
  }
  .sbfw-service-page .benefits ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .sbfw-service-page .benefits ul li:last-child {
    margin-bottom: 0;
  }
  .sbfw-service-page .benefits ul li .title-box {
    height: 250px;
    padding: 24px;
  }
  .sbfw-service-page .benefits ul li .info-box {
    top: 30px;
    left: 62px;
    min-height: 260px;
  }
}
.advice .lists li .info-box {
  padding-bottom: 50px;
}
.advice .lists li .info-box .row .tit {
  margin-bottom: 10px;
}
.advice .lists li .info-box .row:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.advice .lists li .info-box .row:not(:last-child)::after {
  display: none;
}
@media (max-width: 800px) {
  .advice .lists li .info-box {
    padding-bottom: 30px;
  }
  .advice .lists li .info-box .row:not(:last-child) {
    margin-bottom: 20px;
  }
}
.same-job-page .lists {
  margin-right: -3.33%;
}
.same-job-page .lists .item {
  width: 30%;
  margin-right: 3.33%;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 80px 10px 0 0;
  padding: 20px 10px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.same-job-page .lists .item .book-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.same-job-page .lists .item .top-box {
  margin-left: 20px;
  position: relative;
  z-index: 88;
}
.same-job-page .lists .item .top-box .logo-box {
  width: 100px;
  height: 100px;
  background-image: url('../images/circle3.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.same-job-page .lists .item .top-box .title {
  margin-left: 11px;
  margin-bottom: 6px;
}
.same-job-page .lists .item .info-box {
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  border-radius: 10px 10px 0 0;
  padding: 50px 20px 120px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  z-index: 8;
}
.same-job-page .lists .item .info-box .row .tit {
  margin-bottom: 16px;
}
.same-job-page .lists .item .info-box .row:not(:last-child) {
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative;
}
.same-job-page .lists .item .info-box .row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.same-job-page.exclusive-page .lists {
  margin-top: 90px;
}
.same-job-page.exclusive-page .lists .item {
  padding-top: 40px;
  height: 500px;
  display: flex;
  flex-direction: column;
}
.same-job-page.exclusive-page .lists .item .info-box {
  margin-top: 30px;
  flex: 1;
  position: relative;
}
.same-job-page.exclusive-page .lists .item:nth-of-type(2) {
  background-image: -moz-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -webkit-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -ms-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
}
.same-job-page.exclusive-page .lists .item:nth-of-type(2) .book-icon {
  opacity: 0.6;
}
.same-job-page.exclusive-page .lists .item:nth-of-type(2) .line {
  background-image: -moz-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -webkit-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
  background-image: -ms-linear-gradient(-3deg, #efcebc 0%, #d57f55 100%);
}
.same-job-page.exclusive-page .lists .item:nth-of-type(3) {
  background-image: -moz-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -webkit-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -ms-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
}
.same-job-page.exclusive-page .lists .item:nth-of-type(3) .book-icon {
  opacity: 0.3;
}
.same-job-page.exclusive-page .lists .item:nth-of-type(3) .line {
  background-image: -moz-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -webkit-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
  background-image: -ms-linear-gradient(-3deg, #dadada 0%, #8f8f8f 100%);
}
.same-job-page.exclusive-page .lists .item .line {
  height: 1px;
  position: absolute;
  left: 5%;
  bottom: 50px;
  width: 90%;
  z-index: 8;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
}
.same-job-page.real-cases .lists .item {
  border-radius: 10px 10px 80px 10px;
  padding: 10px 10px 60px;
}
.same-job-page.real-cases .lists .item .book-icon {
  top: auto;
  bottom: 0;
}
.same-job-page.real-cases .lists .item .info-box {
  background-image: url('../images/bg23.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-top: 0;
  height: 100%;
}
.same-job-page.real-cases .lists .item .info-box .title {
  padding: 0 8px;
}
.same-job-page.real-cases .lists .item .info-box .text-node {
  opacity: 1;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .same-job-page .lists {
    margin-right: 0;
  }
  .same-job-page .lists .item {
    width: 100%;
    margin-right: 0;
    border-radius: 80px 10px 10px;
    padding: 20px 10px 10px;
    margin-bottom: 25px;
  }
  .same-job-page .lists .item .top-box .logo-box {
    width: 70px;
    height: 70px;
  }
  .same-job-page .lists .item .info-box {
    border-radius: 10px ;
    padding: 30px 20px ;
  }
  .same-job-page .lists .item .info-box .row .tit {
    margin-bottom: 10px;
  }
  .same-job-page .lists .item .info-box .row:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .same-job-page.exclusive-page .lists {
    margin-top: 30px;
  }
  .same-job-page.exclusive-page .lists .item {
    height: auto;
  }
  .same-job-page.exclusive-page .lists .item .info-box {
    padding-bottom: 100px;
  }
}
.enterprises .top-nav {
  margin-top: 45px;
}
.enterprises .top-nav .item {
  width: 198px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0.244px 6.996px 29px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 60px;
  border-radius: 30px 0 30px 30px;
  margin: 0 10px;
}
.enterprises .top-nav .item.on {
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
}
.enterprises .jobs-swiper {
  padding-bottom: 40px;
}
.enterprises .jobs-swiper .main {
  padding-top: 40px;
}
.enterprises .jobs-swiper .bottom {
  margin-top: -12px;
}
.enterprises .jobs-swiper .bottom .en {
  letter-spacing: 50px;
  margin-top: 25px;
}
.enterprises .jobs-swiper .content {
  margin-bottom: 90px;
}
@media (max-width: 800px) {
  .enterprises .top-nav {
    margin-top: 40px;
  }
  .enterprises .top-nav .item {
    width: 198px;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  .enterprises .top-nav .item:nth-of-type(2) {
    margin: 0 5px;
  }
  .enterprises .jobs-swiper .bottom {
    margin-top: 0;
  }
  .enterprises .jobs-swiper .bottom .en {
    letter-spacing: 12px;
    margin-top: 15px;
  }
  .enterprises .jobs-swiper .content {
    margin-bottom: 60px;
  }
  .enterprises .jobs-swiper .content:last-child {
    margin-bottom: 0;
  }
}
.same-bg-box {
  background-image: -moz-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -ms-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4e5cb, #eeddbe 25%, #e0caa0 50%, #dbc293 75%, #d6bb88 100%);
  border-radius: 20px 0 20px 0;
  position: relative;
}
.same-bg-box::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 20px 0 20px 0;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
}
.same-bg-box > * {
  position: relative;
  z-index: 8;
}
.process .process-lists ul {
  position: relative;
}
.process .process-lists ul::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 10px;
  background-image: -moz-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -webkit-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
  background-image: -ms-linear-gradient(0deg, #c69963 19%, #e9c48b 100%);
}
.process .process-lists ul li {
  width: 18%;
  position: relative;
  z-index: 8;
}
.process .process-lists ul li .bg-box {
  height: 325px;
  text-align: center;
  padding: 40px 15px;
  box-sizing: border-box;
}
.process .process-lists ul li .title {
  margin: 24px 0 25px;
}
.process .process-lists ul li .num-box {
  width: 75px;
  height: 98px;
  margin: 25px auto 0;
  background-image: url('../images/daohangdizhi.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 35px;
  box-sizing: border-box;
}
.process .process-lists ul li .num-box .num {
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 57px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .process .process-lists ul {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .process .process-lists ul::before {
    display: none;
  }
  .process .process-lists ul li {
    display: inline-block;
    position: relative;
    z-index: 8;
    width: 60%;
    margin-right: 10px;
  }
  .process .process-lists ul li .bg-box {
    height: 268px;
    text-align: center;
    padding: 40px 15px;
    box-sizing: border-box;
  }
  .process .process-lists ul li .bg-box .text-node {
    width: 100%;
    white-space: wrap;
  }
  .process .process-lists ul li .title {
    margin: 24px 0 25px;
  }
  .process .process-lists ul li .num-box {
    transform: scale(0.9);
  }
}
.process .process-lists2 ul::before {
  display: none;
}
.process .process-lists2 ul li {
  width: 14%;
  position: relative;
  z-index: 8;
  padding-top: 164px;
}
.process .process-lists2 ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -47px;
  top: 52%;
  transform: translateY(-50%);
  width: 44px;
  height: 19px;
  background-image: url('../images/arrow3.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.process .process-lists2 ul li .bg-box {
  height: auto;
  padding: 8px 10px;
}
.process .process-lists2 ul li .title {
  margin: 0;
}
.process .process-lists2 ul li .icon-box {
  position: relative;
  width: 49px;
  height: 49px;
  margin-right: 10px;
}
.process .process-lists2 ul li .icon-box .num {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.process .process-lists2 ul li .info-box {
  text-align: center;
}
.process .process-lists2 ul li .info-box .text-node {
  opacity: 1;
  text-align: left;
}
.process .process-lists2 ul li:nth-child(2n) .info-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
}
.process .process-lists2 ul li:nth-child(2n) .info-box img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 1480px) {
  .process .process-lists2 ul li:not(:last-child)::after {
    right: -35px;
    top: 55%;
    width: 32px;
    height: 11px;
  }
  .process .process-lists2 ul li .title {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .process .process-lists2 ul li {
    width: 50%;
    padding-top: 0;
    margin-right: 30px;
  }
  .process .process-lists2 ul li:not(:last-child)::after {
    display: none;
  }
  .process .process-lists2 ul li .title {
    font-size: 20px;
  }
  .process .process-lists2 ul li .info-box .text-node {
    width: 100%;
    white-space: wrap;
  }
  .process .process-lists2 ul li:nth-child(2n) .info-box {
    top: -160px;
    height: 160px;
  }
}
.process .process-lists3 ul li:not(:last-child)::after {
  display: none;
}
.process .process-lists3 ul li .bg-box {
  padding: 15px 0;
  border-radius: 0;
  width: 216px;
  box-sizing: border-box;
}
.process .process-lists3 ul li .bg-box .title {
  width: 100%;
  text-align: center;
}
.process .process-lists3 ul li .bg-box::before {
  border-radius: 0;
}
.process .process-lists3 ul li .info-box .text-node {
  margin-right: -50px;
}
.process .process-lists3 ul li .icon-box {
  position: absolute;
  width: 106px;
  height: 72px;
  margin-right: 0;
  top: 10px;
  right: -60px;
  background-image: url('../images/bg34.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.process .process-lists3 ul li .icon-box .num {
  color: #000;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .process .process-lists3 ul li .bg-box {
    width: 98%;
  }
}
@media (max-width: 800px) {
  .process .process-lists3 ul li {
    margin-right: 60px;
    padding-bottom: 20px;
  }
  .process .process-lists3 ul li .icon-box {
    transform: scale(0.8);
  }
}
.action .top-info {
  margin: 70px 0;
  position: relative;
  padding: 0 7%;
  box-sizing: border-box;
}
.action .top-info::before,
.action .top-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 28px;
  background-image: url('../images/dh.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.action .top-info::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 80px;
  background-image: url('../images/dh2.png');
}
.action .top-info .text-node {
  margin-bottom: 35px;
}
.action .pics {
  height: 562px;
}
.action .pics .left {
  width: 63.5%;
  height: 100%;
  border-radius: 80px 10px 10px 10px;
}
.action .pics .right-box {
  width: 35%;
  height: 100%;
}
.action .pics .right-box .oppress {
  width: 100%;
  height: 48%;
  border-radius: 10px;
}
.action .pics .right-box .bottom {
  margin-top: 4%;
  border-radius: 10px 10px 80px 10px;
}
@media (max-width: 800px) {
  .action .top-info {
    margin: 30px 0;
    padding: 0 7%;
  }
  .action .top-info::before,
  .action .top-info::after {
    width: 25px;
    height: 13px;
  }
  .action .top-info::after {
    bottom: 70px;
  }
  .action .top-info .text-node {
    margin-bottom: 25px;
  }
  .action .pics {
    height: 362px;
  }
  .action .pics .left {
    border-radius: 60px 10px 10px 10px;
  }
  .action .pics .right-box .oppress {
    height: 49%;
  }
  .action .pics .right-box .bottom {
    margin-top: 5%;
    border-radius: 10px 10px 60px 10px;
  }
}
.audience {
  background-image: url('../images/bg17.jpg');
}
.audience .lists li {
  width: 22%;
  margin-top: 50px;
}
.audience .lists li .oppress {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  margin: 20px 0 15px;
  padding: 2px;
}
.audience .lists li .oppress .pic-box {
  border-radius: 10px;
}
.audience .lists li:nth-child(2n) {
  margin-left: 56%;
}
.audience .content {
  position: relative;
}
.audience .content .middle-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  padding: 0 35px;
  box-sizing: border-box;
}
.audience .content .middle-box .num-box {
  width: 220px;
  height: 220px;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  position: relative;
  z-index: 88;
  font-size: 72px;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.audience .content .middle-box .num-box:nth-of-type(4),
.audience .content .middle-box .num-box:nth-of-type(1) {
  opacity: 0.8;
}
.audience .content .middle-box .bg {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1480px) {
  .audience .lists li {
    width: 25%;
  }
  .audience .lists li .oppress {
    height: 200px;
  }
  .audience .lists li:nth-child(2n) {
    margin-left: 50%;
  }
  .audience .content .middle-box {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 800px) {
  .audience .lists {
    margin-top: -150px;
  }
  .audience .lists li {
    width: 48%;
    margin-top: 180px;
  }
  .audience .lists li .oppress {
    height: 120px;
    margin: 10px 0 5px;
  }
  .audience .lists li:nth-child(2n) {
    margin-left: 1%;
  }
  .audience .content .middle-box {
    top: 58%;
    transform: translate(-50%, -50%) scale(0.3);
  }
}
.mCSB_scrollTools {
  opacity: 1;
  width: 4px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.2);
  width: 4px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px !important;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
}
.analysis {
  position: relative;
}
.analysis .lists ul li {
  width: calc(100% - 27px);
  height: 348px;
  box-sizing: border-box;
  margin-bottom: 24px;
  position: relative;
}
.analysis .lists ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: -54px;
  width: 101.4%;
  height: 56px;
  background-image: url('../images/bg27.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.analysis .lists ul li:first-child::before {
  display: none;
}
.analysis .lists ul li:nth-child(2n) {
  margin-left: 20px;
}
.analysis .lists ul li:nth-child(2n)::before {
  width: 100.5%;
  background-image: url('../images/bg26.png');
}
.analysis .lists ul li .left-box {
  width: 26%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(90deg, #d4b884 0%, #f4e5cb 100%);
  padding: 76px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 88;
}
.analysis .lists ul li .left-box .icon-box {
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
}
.analysis .lists ul li .bg-box {
  margin-left: -4px;
  width: 75%;
  height: 100%;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  padding: 2px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.analysis .lists ul li .bg-box .circle-desc {
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  padding: 30px 45px;
  box-sizing: border-box;
}
.analysis .lists ul li .bg-box .circle-desc p {
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 800px) {
  .analysis .lists ul li {
    width: 100%;
    height: 348px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .analysis .lists ul li::before {
    display: none;
  }
  .analysis .lists ul li:nth-child(2n) {
    margin-left: 0;
  }
  .analysis .lists ul li .left-box {
    width: 30%;
    padding: 40px 6px;
  }
  .analysis .lists ul li .left-box .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
  }
  .analysis .lists ul li .left-box .icon-box img {
    width: 20px;
  }
  .analysis .lists ul li .bg-box {
    width: 70%;
    height: 100%;
  }
  .analysis .lists ul li .bg-box .circle-desc {
    padding: 30px 10px;
  }
  .analysis .lists ul li .bg-box .circle-desc p {
    margin-bottom: 10px;
  }
}
.analysis .ph-lists {
  padding-left: 30%;
  padding-right: 5%;
}
.analysis .ph-lists ul li {
  height: 220px;
}
.analysis .ph-lists ul li::before {
  display: none;
}
.analysis .ph-lists ul li .left-box {
  width: 265px;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 10px;
  padding: 10px;
}
.analysis .ph-lists ul li .bg-box {
  border-radius: 10px 10px 80px 10px;
  margin-left: 15px;
}
.analysis .ph-lists ul li .bg-box .circle-desc {
  padding: 40px 60px;
  border-radius: 10px 10px 80px 10px;
}
.analysis .ph-lists ul li .bg-box .circle-desc p {
  margin-top: 0;
}
.analysis .ph-lists ul li:nth-child(2n) {
  margin-left: 0;
}
.analysis .bg {
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media (max-width: 1680px) {
  .analysis .ph-lists {
    padding-left: 12%;
  }
  .analysis .ph-lists ul li .bg-box .circle-desc {
    padding: 40px ;
  }
}
@media (max-width: 800px) {
  .analysis .ph-lists {
    padding-left: 0;
    padding-right: 0;
  }
  .analysis .ph-lists ul li {
    height: auto;
    flex-wrap: wrap;
  }
  .analysis .ph-lists ul li .left-box {
    width: 100%;
  }
  .analysis .ph-lists ul li .bg-box {
    margin-left: 0;
    width: 100%;
  }
  .analysis .ph-lists ul li .bg-box .circle-desc {
    padding: 40px ;
  }
}
.differences-content .ul li {
  position: relative;
}
.differences-content .ul li.top {
  margin: 120px 0 100px;
}
.differences-content .ul li .title {
  width: 50%;
  background-image: -moz-linear-gradient(-180deg, #d57e53 0%, #efcfbe 100%);
  background-image: -webkit-linear-gradient(-180deg, #d57e53 0%, #efcfbe 100%);
  background-image: -ms-linear-gradient(-180deg, #d57e53 0%, #efcfbe 100%);
  padding: 18px 0;
  text-align: center;
  border-radius: 36px 0 0 36px;
  box-sizing: border-box;
}
.differences-content .ul li .right {
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 0 36px 36px 0;
}
.differences-content .ul li .middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  padding: 2px;
  width: 122px;
  height: 122px;
  box-sizing: border-box;
}
.differences-content .ul li .middle-box .box {
  background-image: -moz-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #2d2e2e 0%, #656666 100%);
  width: 100%;
  height: 100%;
}
.differences-content .ul li.item {
  margin-bottom: 40px;
}
.differences-content .ul li.item:last-child {
  margin-bottom: 0;
}
.differences-content .ul li.item .title {
  padding: 52px 0;
  border-radius: 10px 0 0 10px;
}
.differences-content .ul li.item .right {
  border-radius: 0 10px 10px 0;
}
.differences-content .ul li.item .middle-box {
  width: 265px;
  height: 135px;
  border-radius: 10px;
}
.differences-content .ul li.item .middle-box .box {
  border-radius: 10px;
  padding-top: 26px;
  text-align: center;
  box-sizing: border-box;
}
.differences-content .ul li.item .middle-box .box img {
  margin-bottom: 8px;
}
@media (max-width: 1480px) {
  .differences-content .ul li.item .title {
    padding: 32px 0;
  }
  .differences-content .ul li.item .title {
    padding-right: 5%;
  }
  .differences-content .ul li.item .right {
    padding-left: 7%;
    padding-right: 0;
  }
  .differences-content .ul li.item .middle-box {
    width: 165px;
    height: 107%;
    border-radius: 10px;
  }
  .differences-content .ul li.item .middle-box .box {
    padding-top: 10px;
  }
  .differences-content .ul li.item .middle-box .box img {
    width: 36px;
  }
}
@media (max-width: 800px) {
  .differences-content .ul li {
    flex-wrap: wrap;
  }
  .differences-content .ul li.top {
    margin: 40px 0 30px;
  }
  .differences-content .ul li .title {
    width: 100%;
    padding: 10px 0;
    border-radius: 36px;
    margin-bottom: 80px;
  }
  .differences-content .ul li .right {
    margin-bottom: 0;
  }
  .differences-content .ul li .middle-box {
    width: 80px;
    height: 80px;
  }
  .differences-content .ul li.item {
    margin-bottom: 30px;
  }
  .differences-content .ul li.item:last-child {
    margin-bottom: 0;
  }
  .differences-content .ul li.item .title {
    padding: 20px 0;
    border-radius: 10px ;
  }
  .differences-content .ul li.item .right {
    border-radius: 10px;
  }
  .differences-content .ul li.item .middle-box {
    height: 100px;
  }
}
.in-depth .ul li {
  margin-top: 84px;
}
.in-depth .ul li .oppress {
  width: 45%;
  height: 380px;
  border-radius: 10px;
  padding: 3px;
}
.in-depth .ul li .oppress .pic-box {
  border-radius: 10px;
}
.in-depth .ul li .right-box {
  width: 45%;
}
.in-depth .ul li .right-box .top-title {
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative;
}
.in-depth .ul li .right-box .top-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
}
.in-depth .ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.in-depth .target-ul {
  margin-right: -2%;
}
.in-depth .target-ul li {
  width: 18%;
  margin-right: 2%;
  justify-content: flex-start;
}
.in-depth .target-ul li .oppress {
  width: 100%;
  height: 360px;
  padding: 2px;
  margin-bottom: 20px;
}
.in-depth .target-ul li .top-title {
  margin-bottom: 35px;
}
.in-depth .target-ul li:nth-of-type(2n) {
  flex-direction: column-reverse;
  justify-content: space-between;
}
.in-depth .target-ul li:nth-of-type(2n) .oppress {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .in-depth .target-ul li .oppress {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .in-depth .ul li {
    margin-top: 25px;
  }
  .in-depth .ul li .oppress {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }
  .in-depth .ul li .right-box {
    width: 100%;
  }
  .in-depth .ul li .right-box .top-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .in-depth .target-ul li {
    width: 48%;
  }
  .in-depth .target-ul li .oppress {
    width: 100%;
    height: 260px;
  }
  .in-depth .target-ul li .top-title {
    margin-bottom: 15px;
  }
}
.target {
  background-image: url(../images/bg17.jpg);
}
#case.case-details .detail-box {
  border-width: 16px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 80px;
  background-image: -moz-linear-gradient(0deg, #000000 0%, #2d2e2e 0%, #656666 100%);
  background-image: -webkit-linear-gradient(0deg, #000000 0%, #2d2e2e 0%, #656666 100%);
  background-image: -ms-linear-gradient(0deg, #000000 0%, #2d2e2e 0%, #656666 100%);
  padding: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#case.case-details .detail-box .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
}
#case.case-details .detail-box .bg-box {
  background-image: -moz-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -webkit-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  background-image: -ms-linear-gradient(-180deg, #d4b884 0%, #f4e5cb 100%);
  border-radius: 80px;
  padding: 16px;
  box-sizing: border-box;
}
#case.case-details .detail-box .bg-box .desc-box {
  background-color: #fff;
  border-radius: 80px;
  box-sizing: border-box;
  padding: 140px 12%;
}
#case.case-details .detail-box .bg-box .desc-box .title-box {
  display: inline-block;
  background-image: url(../images/bg39.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 45px 160px 25px;
}
#case.case-details .detail-box .bg-box .desc-box .info-desc-box {
  margin-top: 55px;
  border-width: 2px;
  border-color: #d4b884;
  border-style: solid;
  border-radius: 10px;
  padding: 55px 45px 65px;
  line-height: 1.8;
}
#case.case-details .detail-box .bg-box .desc-box .info-desc-box p {
  margin-top: 10px;
}
#case.case-details .detail-box .bg-box .desc-box .offer-box {
  background-image: url(../images/bg40.png);
  border-radius: 10px;
  padding: 60px;
  box-sizing: border-box;
  width: 60%;
  margin: 50px auto 0;
}
#case.case-details .detail-box .bg-box .desc-box .offer-box .top-logo-box {
  margin-left: -60px;
}
#case.case-details .detail-box .bg-box .desc-box .offer-box .case-box .ul li {
  width: 90%;
  margin: 50px auto 0;
}
#case.case-details .detail-box .bg-box .desc-box .words {
  line-height: 2;
}
#case.case-details .detail-box .bg-box .desc-box .arrow-box {
  margin: 50px 0 60px;
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box {
  position: relative;
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box .line {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box .left-box .tit {
  margin-bottom: 60px;
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box .left-box .en {
  letter-spacing: 20px;
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box .wechat {
  margin: 20px 0 0 10px;
}
#case.case-details .detail-box .bg-box .desc-box .bottom-box .wechat li {
  transform: scale(0.86);
}
#case.case-details.news-details .detail-box .bg-box .desc-box {
  padding: 140px 5%;
}
#case.case-details .article .tit {
  width: 80%;
  margin: 0 auto;
}
#case.case-details .article .tag-box {
  margin: 45px 0 70px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#case.case-details .article .tag-box .item {
  margin-right: 50px;
}
#case.case-details .article .tag-box .item:last-child {
  margin-right: 0;
}
#case.case-details .article .tag-box .item .ly {
  color: #435a8a;
}
#case.case-details .article .desc {
  color: #424348;
  line-height: 1.8;
}
#case.case-details .article .desc a {
  display: inline-block;
}
#case.case-details .btn-box {
  margin-top: 90px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#case.case-details .btn-box a {
  opacity: 0.8;
}
#case.case-details .btn-box a:hover {
  opacity: 1;
  color: #435a8a;
}
#case.case-details .btn-box .back {
  color: #435a8a;
}
#case.case-details .btn-box .back .icon {
  margin-right: 10px;
}
@media (max-width: 800px) {
  #case.case-details .detail-box {
    border-width: 0;
    padding: 0;
    border-radius: 10px;
  }
  #case.case-details .detail-box .bg-box {
    padding: 6px;
    border-radius: 10px;
  }
  #case.case-details .detail-box .bg-box .desc-box {
    border-radius: 10px;
    padding: 40px 20px;
  }
  #case.case-details .detail-box .bg-box .desc-box .title-box {
    padding: 25px 15px 15px;
  }
  #case.case-details .detail-box .bg-box .desc-box .info-desc-box {
    margin-top: 45px;
    border-width: 1px;
    padding: 35px 15px ;
    line-height: 1.4;
  }
  #case.case-details .detail-box .bg-box .desc-box .offer-box {
    padding: 30px 20px;
    width: 100%;
    margin: 30px auto 0;
  }
  #case.case-details .detail-box .bg-box .desc-box .offer-box .top-logo-box {
    margin-left: -30px;
  }
  #case.case-details .detail-box .bg-box .desc-box .offer-box .case-box .ul li {
    width: 100%;
    margin: 30px auto 0;
  }
  #case.case-details .detail-box .bg-box .desc-box .words {
    line-height: 1.6;
  }
  #case.case-details .detail-box .bg-box .desc-box .arrow-box {
    margin: 30px 0 40px;
  }
  #case.case-details .detail-box .bg-box .desc-box .bottom-box {
    position: relative;
    flex-wrap: wrap;
  }
  #case.case-details .detail-box .bg-box .desc-box .bottom-box .line {
    display: none;
  }
  #case.case-details .detail-box .bg-box .desc-box .bottom-box .left-box {
    text-align: center;
  }
  #case.case-details .detail-box .bg-box .desc-box .bottom-box .left-box .tit {
    margin-bottom: 10px;
  }
  #case.case-details .detail-box .bg-box .desc-box .bottom-box .left-box .en {
    letter-spacing: 6px;
  }
  #case.case-details .article {
    width: 100%;
  }
  #case.case-details .article .tit {
    width: 100%;
  }
  #case.case-details .article .tag-box {
    margin: 25px 0 30px;
    flex-wrap: wrap;
  }
  #case.case-details .article .tag-box .item {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  #case.case-details .article .tag-box .date {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  #case.case-details .article .desc {
    line-height: 1.6;
  }
  #case.case-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  #case.case-details .btn-box .back {
    display: none;
  }
  #case.case-details.news-details .detail-box .bg-box .desc-box {
    padding: 40px 5%;
  }
}
.training {
  background-image: url(../images/bg45.jpg);
}
.training .content {
  padding: 52px 90px;
  background-image: url(../images/bg-line8.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.training .content .text-node {
  width: 45%;
}
.training .content .oppress {
  width: 50%;
  border-radius: 10px 10px 80px 10px;
  padding: 2px;
}
.training .content .oppress .pic-box {
  border-radius: 10px 10px 80px 10px;
}
@media (max-width: 800px) {
  .training .content {
    background-size: cover;
    padding: 30px 20px;
  }
  .training .content .text-node {
    width: 100%;
  }
  .training .content .oppress {
    width: 100%;
    margin-top: 20px;
  }
}
.educational {
  position: relative;
  overflow: hidden;
}
.educational .content .left-box {
  width: 45%;
  position: relative;
}
.educational .content .left-box .oppress {
  width: 80%;
  height: 420px;
  padding: 2px;
  border-radius: 80px 10px 10px  10px;
}
.educational .content .left-box .oppress .pic-box {
  border-radius: 80px 10px 10px  10px;
}
.educational .content .left-box .pic {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.educational .content .text-node {
  width: 48%;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .educational .content .text-node {
    width: 100%;
    margin-top: 60px;
  }
  .educational .content .left-box {
    width: 100%;
  }
  .educational .content .left-box .oppress {
    height: 220px;
  }
  .educational .content .left-box .pic {
    width: 120px;
  }
}
.educational .bg {
  top: 55%;
}
.media .content {
  margin-right: -1.5%;
}
.media .content li {
  width: 11%;
  height: 120px;
  margin-right: 1.5%;
  margin-bottom: 30px;
  padding: 12px;
  box-sizing: border-box;
}
.media .content li .icon-box {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  margin: 0 auto 6px;
}
@media (max-width: 800px) {
  .media .content {
    margin-right: -1.5%;
  }
  .media .content li {
    width: 48.5%;
    margin-right: 1.5%;
    margin-bottom: 10px;
  }
}
.gx-process-content {
  background-image: url(../images/bg22.jpg);
}
.gx-process-content .ul {
  height: 250px;
}
.gx-process-content .ul li {
  position: relative;
  max-width: 426px;
}
.gx-process-content .ul li .num {
  width: 116px;
  height: 104px;
  background-image: url('../images/bg35.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 56px;
  padding-top: 10px;
  padding-right: 15px;
}
.gx-process-content .ul li .box {
  text-align: center;
}
.gx-process-content .ul li .box .num {
  margin: 0 auto 20px;
}
.gx-process-content .ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 30px;
  transform: rotate(-90deg);
  width: 68px;
  height: 50px;
  background-image: url('../images/arrow4.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.gx-process-content .ul li .info-box {
  background-image: url('../images/bg21.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 35px ;
  box-sizing: border-box;
  min-height: 246px;
  display: none;
}
.gx-process-content .ul li .info-box .top {
  margin-bottom: 10px;
}
.gx-process-content .ul li .info-box .num {
  width: 50px;
  height: 44px;
  font-size: 30px;
  padding-top: 6px;
  padding-right: 5px;
  margin-right: 15px;
}
.gx-process-content .ul li.on .box {
  display: none;
}
.gx-process-content .ul li.on .info-box {
  display: block;
}
@media (max-width: 1680px) {
  .gx-process-content .ul li {
    position: relative;
    max-width: 260px;
  }
  .gx-process-content .ul li .box {
    transform: scale(0.8);
  }
  .gx-process-content .ul li:not(:last-child)::after {
    right: -60px;
  }
  .gx-process-content .ul li .info-box {
    min-height: 200px;
  }
}
@media (max-width: 800px) {
  .gx-process-content .ul {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .gx-process-content .ul li {
    display: inline-block;
    margin-right: 60px;
  }
  .gx-process-content .ul li .info-box .text-node {
    white-space: wrap;
  }
  .gx-process-content .ul li:not(:last-child)::after {
    right: -70px;
  }
}
