@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #be9440;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.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);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.8rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 20px;
  }
}
.pt,
.pb {
  padding-bottom: 0.8rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 20px;
  }
}
[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: #be9440;
}
.maincolor2 {
  color: #fa8e22;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.lh15 {
  line-height: 1.5;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #be9440;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #be9440;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  width: 178px;
  height: 48px;
  padding: 0 25px;
  box-sizing: border-box;
}
.more .icon-box {
  width: 30px;
  height: 30px;
  margin-left: 46px;
  transition: all 0.4s ease;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
    margin-left: 16px;
  }
}
.more:hover {
  color: #fff;
  border-color: #be9440;
  background-color: #be9440;
}
.more.spe-more {
  border-color: rgba(0, 0, 0, 0.5);
}
.more.spe-more:hover {
  opacity: 1;
  border-color: #be9440;
}
.more.active-more {
  border-bottom: 1px solid #be9440;
}
.more.active-more span {
  color: #be9440;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #be9440;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #be9440;
  border-color: #be9440;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #be9440;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more {
    width: 140px;
    height: 40px;
    padding: 0 20px;
  }
  .more .icon {
    font-size: 16px;
  }
}
.go {
  opacity: 0.9;
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #be9440;
  border-color: #be9440;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-title .title {
  font-size: 50px;
}
@media (max-width: 1480px) {
  .same-title .title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .same-title .title {
    font-size: 26px;
  }
}
.same-title .en {
  margin-top: 8px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 400;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #be9440;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(190, 148, 64, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(190, 148, 64, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .enb {
  color: #be9440;
}
.datum .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 48px;
  text-align: center;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #be9440;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #be9440;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: .5;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: bold;
  
}
ul.pagination li a {
  transition: none;
  
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
    opacity: 1;
  color: #be9440;
  text-decoration: underline;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  border: none;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    width: 100%;
  height: 100%;
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/btn1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}

ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  background-image: url("../images/btn2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 3em;
    min-width: 65px;
  }
}
.main {
  max-width: 1680px;
  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: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #be9440;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #be9440;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #be9440;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #be9440;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #be9440;
}
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: #be9440;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #be9440;
}
@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: #be9440;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
.toTop.on {
  transform: none;
  right: 0.3rem;
}
.toTop:hover {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #be9440;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 44px;
  height: 42px;
  background-image: url('../images/btn1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn.swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-image: url('../images/btn2.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #be9440;
  border-color: #be9440;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #be9440;
}
.swiper-change.spe-change2 .btn {
  color: #cdcdcd;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #be9440;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #0e0e0e;
}
.swiper-change.spe-change3 .btn:after {
  font-size: 16px;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  background-color: #be9440;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 24px;
  height: 37px;
  background: #be9440;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 7px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
#header {
  height: 120px;
  width: 100%;
  z-index: 206;
  background-color: #fff;
  position: relative;
  transition: all .4s ease;
}
#header .main {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400;
     animation:  moveY .6s ease forwards;
}
@keyframes moveY{
    0%{
        transform: translateY(-120px);
    }
    100%{
      transform: translateY(0);  
    }
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 206;
  cursor: pointer;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #be9440;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 50%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
}
#navbar {
  height: 100%;
  padding-right: 16%;
}
#navbar .interaction {
  padding: 42px 25px 0;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
}
#navbar .interaction a .icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  width: 13px;
  height: 8.5px;
  opacity: 0;
}
#navbar .interaction a .icon .cl1,
#navbar .interaction a .icon .cl2 {
  fill-rule: evenodd;
}
#navbar .interaction a .icon .cl1 {
  fill: #be9440;
}
#navbar .interaction a .icon .cl2 {
  stroke: #be9440;
  stroke-width: 1px;
  fill: none;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #be9440;
}
#navbar .interaction:hover a .icon,
#navbar .interaction.active a .icon {
  opacity: 1;
}
@media (max-width: 1680px) {
  #navbar {
    padding-right: 20%;
  }
}
@media (max-width: 1480px) {
  #navbar {
    padding-right: 15%;
  }
}
@media (max-width: 1380px) {
  #navbar {
    padding-right: 0;
  }
}
.tel-box {
  width: 350px;
  height: 120px;
  background-color: #be9440;
  position: absolute;
  top: 0;
  right: 0;
}
.tel-box .icon-box {
  width: 40px;
  height: 40px;
  color: #be9440;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .tel-box {
    width: 300px;
  }
}
@media (max-width: 1480px) {
  .tel-box {
    width: 250px;
  }
}
@media (max-width: 1380px) {
  .tel-box {
    display: none;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav li{
      padding: 10px;
  }
  #nav_fixed > .list .touch .two-nav li:first-child{
      padding-top: 20px;
  }
  #nav_fixed > .list .touch .two-nav li:last-child{
      padding-bottom: 20px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(190, 148, 64, 0.1);
    padding: 0;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer {
  background-color: #343434;
  padding-top: 62px;
  overflow: hidden;
}
#footer .left .info {
  margin: 46px 0;
}
#footer .left .info ul li {
  margin-bottom: 15px;
}
#footer .left .info ul li:first-child {
  margin-bottom: 36px;
}
#footer .left .info ul li:last-child {
  margin-bottom: 0;
}
#footer .left .info ul li .icon {
  margin-right: 0.3em;
}
#footer .middle {
  width: 40%;
}
#footer .middle .form .top-title {
  margin-bottom: 24px;
}
#footer .middle .form .top-title .tips {
  margin-left: 120px;
}
#footer .middle .form .row {
  width: 49%;
  margin-bottom: 20px;
}
#footer .middle .form .row .label {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-radius: 20px;
  height: 80px;
  padding-left: 18px;
  box-sizing: border-box;
  overflow: hidden;
}
#footer .middle .form .row .label .prop {
  opacity: 0.8;
}
#footer .middle .form .row .label.select-box {
  position: relative;
}
#footer .middle .form .row .label.select-box::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  opacity: 0.8;
}
#footer .middle .form .row .input,
#footer .middle .form .row .select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  font-size: 14px;
  box-sizing: border-box;
  flex: 1;
  color: #fff;
  background-color: #343434;
  opacity: 0.8;
}
#footer .middle .form .row .input::placeholder,
#footer .middle .form .row .select::placeholder {
  color: #fff;
  opacity: 0.8;
}
#footer .middle .form .submit-btn {
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #be9440;
  margin-top: 22px;
}
#footer .middle .form .submit-btn:hover {
  opacity: 0.8;
}
#footer .blogroll {
  position: relative;
}
#footer .blogroll .static {
  width: 11.87em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
}
#footer .blogroll .static .char {
  font-size: 14px;
  opacity: 0.7;
}
#footer .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #be9440;
  color: #fff;
}
#footer .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer .blogroll .fade {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
  z-index: 100;
}
#footer .blogroll .fade .content {
  width: 260px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
  padding: 1em;
  height: 180px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#footer .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #be9440;
}
#footer .blogroll:hover .static {
  background-color: #be9440;
  border-color: #be9440;
  color: #fff;
}
#footer .blogroll:hover .static .char {
  opacity: 1;
}
#footer .blogroll:hover .static .cc {
  background-color: #fff;
  color: #be9440;
}
#footer .blogroll:hover .fade {
  margin-top: 0;
}
@media (max-width: 1380px) {
  #footer .middle .form .top-title .tips {
    margin-left: 40px;
  }
}
@media (max-width: 1000px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer .left .logo {
    max-width: 10em;
    min-width: 160px;
  }
  #footer .left .info {
    margin: 36px 0;
  }
  #footer .left .info ul li {
    margin-bottom: 10px;
    align-items: flex-start;
  }
  #footer .left .info ul li:first-child {
    margin-bottom: 26px;
  }
  #footer .left .info ul li .icon {
    margin-top: 4px;
  }
  #footer .left .info ul li p {
    flex: 1;
  }
  #footer .middle {
    width: 100%;
    margin: 40px 0;
  }
  #footer .middle .form .top-title {
    flex-wrap: wrap;
  }
  #footer .middle .form .top-title .tips {
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    text-align: right;
  }
  #footer .middle .form .row {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .middle .form .row .label {
    height: 60px;
  }
  #footer .right {
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 0 10% 40px;
  }
}
.wechat li {
  text-align: center;
}
.wechat li{
    margin-left: 20px;
}
.wechat li .pic {
  width: 110px;
  height: 110px;
  background-color: #fff;
  overflow: hidden;
  margin:0 auto 14px;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
.wechat li p {
  opacity: 0.7;
}
.wechat li p span {
  display: block;
  margin-top: 5px;
}
.copyright {
  padding: 30px 0;
  background-color: #262626;
}
.copyright a {
  opacity: 0.6;
}
.copyright a:first-child {
  margin-right: 77px;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
  }
  .copyright .left {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .copyright a:first-child {
    margin-right: 0;
  }
}
#banner {
  height: calc(100vh - 120px);
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
}
#banner > .swiper .swiper-slide .title {
  font-size: 50px;
  opacity: 0;
}
#banner > .swiper .swiper-slide .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .title .span2,
#banner > .swiper .swiper-slide .enb,
#banner > .swiper .swiper-slide .desc {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .enb {
  transition-delay: 2.5s;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 3px;
}
#banner > .swiper .swiper-slide .desc {
  padding: 10px 40px;
  display: inline-block;
  margin-top: 70px;
  transition-delay: 3s;
  background-image: url('../images/title-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .desc {
    margin-top: 40px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 98%;
  }
  #banner > .swiper .swiper-slide .title {
    font-size: 28px;
  }
  #banner > .swiper .swiper-slide .title span {
    letter-spacing: 2px;
  }
  #banner > .swiper .swiper-slide .enb {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #banner > .swiper .swiper-slide .desc {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 12px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .enb,
#banner > .swiper .swiper-slide.swiper-slide-active .desc {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-change {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 479px;
  height: 75px;
  background-color: #be9440;
  padding-left: 120px;
  box-sizing: border-box;
  z-index: 10;
}
#banner > .swiper .swiper-change .btn-box {
  width: 40%;
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-change .btn-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
#banner > .swiper .swiper-change .swiper-pagination {
  width: 40%;
  right: 0;
  left: auto;
  bottom: 25px;
}
#banner .scroll-down {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 20;
  width: 100%;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-change {
    width: 400px;
    padding-left: 50px;
  }
}
@media (max-width: 1080px) {
  #banner .scroll-down {
    display: none;
  }
  #banner > .swiper .swiper-change {
    width: 100%;
    height: 55px;
    padding-left: 30px;
  }
  #banner > .swiper .swiper-change .swiper-pagination {
    bottom: 18px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 600px;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 680px;
}
.page-banner .banner-txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  -webkit-mask-image: -webkit-linear-gradient(-25deg, #000 0%, #000 50%, transparent 52%, #000 54%, transparent 56%, transparent 120%);
  mask-size: 300% 100%;
  -webkit-mask-size: 300% 100%;
  animation: changeMask 3s ease forwards;
}
@keyframes changeMask {
  0% {
    mask-position: 100% center;
    -webkit-mask-position: 100% center;
  }
  100% {
    mask-position: 0 center;
    -webkit-mask-position: 0 center;
  }
}
.page-banner .line {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 20;
}
.page-banner .line img {
  animation: move 8s ease infinite;
}
@keyframes move {
  0% {
    transform: translate(-100px, 0);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(100px, 0);
  }
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 80%;
  }
  .page-banner .line {
    display: none;
  }
}
.page-nav {
  height: 85px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.page-nav .item {
  flex: 1;
  height: 85px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.page-nav .item:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.page-nav .item a {
  height: 100%;
  line-height: 85px;
  opacity: 0.7;
}
.page-nav .item:hover,
.page-nav .item.active {
  border-bottom: none;
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #fff;
  opacity: 1;
  background-color: #be9440;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid #ebebeb;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
#core {
  background-image: url('../images/bg.png');
  background-color: #ededed;
}
#core .core-list {
  margin-top: 78px;
  height: 575px;
}
#core .core-list .item {
  width: 23.5%;
  height: 522px;
  background-color: #fff;
  padding: 88px 55px 90px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease;
}
#core .core-list .item .bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#core .core-list .item .top {
  position: relative;
  z-index: 9;
}
#core .core-list .item .top .sub {
  opacity: 0.9;
  margin-top: 20px;
}
#core .core-list .item:hover {
  width: 485px;
  height: 575px;
  box-shadow: 0px 13px 59px 0px rgba(0, 0, 0, 0.44);
  margin: -25px -40px 0;
  z-index: 10;
  padding: 67px 70px;
}
#core .core-list .item:hover .top {
  color: #fff;
}
#core .core-list .item:hover .bg {
  opacity: 1;
}
@media (max-width: 1580px) {
  #core .core-list {
    height: 550px;
  }
  #core .core-list .item {
    height: 500px;
    padding: 80px 45px ;
  }
  #core .core-list .item:hover {
    width: 455px;
    height: 550px;
    margin: -25px -30px 0;
    padding: 60px;
  }
}
@media (max-width: 1480px) {
  #core .core-list {
    height: 500px;
  }
  #core .core-list .item {
    height: 450px;
    padding: 60px 40px ;
  }
  #core .core-list .item:hover {
    width: 400px;
    height: 500px;
    margin: -25px -20px 0;
    padding: 50px;
  }
}
@media (max-width: 800px) {
  #core .core-list {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #core .core-list .item {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  #core .core-list .item:hover {
    width: 400px;
    height: 450px;
    margin: -25px -10px;
    padding: 50px 40px;
  }
}
@media (max-width: 800px) {
  #core {
    padding: 40px 0;
  }
}
#case {
  background-image: url('../images/case-bg.jpg');
}
#case .top {
  margin: 40px 0 35px;
}
#case .top .top-list .item {
  position: relative;
  transition: all 0.4s ease;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
#case .top .top-list .item::after {
  content: '+';
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 24px;
  opacity: 0;
}
#case .top .top-list .item:not(:last-child) {
  margin-right: 70px;
}
#case .top .top-list .item.on {
  padding-right: 24px;
  border-bottom: 2px solid #be9440;
}
#case .top .top-list .item.on::after {
  opacity: 1;
}
#case .swiper-box {
  width: 100%;
  height: 620px;
  position: relative;
}
#case .swiper-box .case-swiper {
  width: 100%;
  height: 100%;
}
#case .swiper-box .gallery {
  width: 100%;
  height: 100%;
}
#case .swiper-box .gallery .swiper-slide {
  width: 100%;
  height: 100%;
}
#case .swiper-box .gallery .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
}
#case .swiper-box .gallery .swiper-slide a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: -moz-linear-gradient(left, #be9440 0%, transparent 100%);
  background-image: -webkit-linear-gradient(left, #be9440 0%, transparent 100%);
  background-image: -ms-linear-gradient(left, #be9440 0%, transparent 100%);
  z-index: 9;
}
#case .swiper-box .gallery .swiper-slide a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background-image: url('../images/line2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
#case .swiper-box .gallery .swiper-slide a .info {
  position: absolute;
  top: 136px;
  left: 44px;
  z-index: 11;
}
#case .swiper-box .gallery .swiper-slide a .info .title {
  margin: 25px 0 50px;
}
#case .swiper-box .gallery .swiper-slide a .info .tag {
  position: relative;
  padding-left: 15px;
}
#case .swiper-box .gallery .swiper-slide a .info .tag::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
#case .swiper-box .thumb {
  width: 40%;
  position: absolute;
  left: 44px;
  bottom: 46px;
  padding-left: 62px;
}
#case .swiper-box .thumb .swiper-slide {
  width: 220px;
  height: 120px;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
#case .swiper-box .thumb .swiper-slide img {
  transition: all 0.4s ease-in-out;
}
#case .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #be9440;
}
@media (max-width: 1380px) {
  #case .swiper-box .thumb .swiper-slide {
    height: 80px;
  }
}
@media (max-width: 800px) {
  #case .swiper-box .thumb .swiper-slide {
    height: 50px;
  }
}
#case .swiper-box .thumb .swiper-button-next {
  right: -50px;
}
@media (max-width: 1080px) {
  #case {
    padding: 40px 0;
  }
  #case .top {
    margin: 40px 0 30px;
    flex-wrap: wrap;
  }
  #case .top .top-list {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #case .top .top-list .item::after {
    top: -10px;
    font-size: 20px;
  }
  #case .top .top-list .item:not(:last-child) {
    margin-right: 30px;
  }
  #case .top .top-list .item.on {
    padding-right: 20px;
  }
  #case .top .go {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
  }
  #case .swiper-box {
    width: 100%;
    height: 500px;
  }
  #case .swiper-box .gallery .swiper-slide a::before {
    width: 40%;
  }
  #case .swiper-box .gallery .swiper-slide a::after {
    height: 8%;
  }
  #case .swiper-box .gallery .swiper-slide a .info {
    top: 36px;
    left: 24px;
  }
  #case .swiper-box .gallery .swiper-slide a .info .title {
    margin: 15px 0 30px;
  }
  #case .swiper-box .gallery .swiper-slide a .info .tag::after {
    top: 8px;
  }
  #case .swiper-box .thumb {
    width: 90%;
    left: 50%;
    bottom: 26px;
    padding-left: 0;
    transform: translateX(-50%);
    z-index: 80;
  }
  #case .swiper-box .thumb .btn {
    display: none;
  }
}
#service {
  background-image: url('../images/bg2.png');
}
#service .top {
  margin: 30px 0 40px;
}
#service .top .right-tag {
  width: 405px;
  height: 58px;
  border-width: 1px;
  border-color: #c2973e;
  border-style: solid;
  padding: 0 45px;
  box-sizing: border-box;
  border-radius: 30px;
}
#service .top .right-tag .icon {
  margin-right: 8px;
}
#service .top .right-tag .item:hover {
  opacity: 1;
  color: #be9440;
}
#service .service-list {
  height: 400px;
}
#service .service-list .item {
  width: 20%;
  position: relative;
  padding: 58px 32px 0 32px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#service .service-list .item:last-child {
  border-right: none;
}
#service .service-list .item .icon,
#service .service-list .item .title,
#service .service-list .item .text-node,
#service .service-list .item .number {
  position: relative;
  z-index: 9;
}
#service .service-list .item .text-node {
  line-height: 1.5;
}
#service .service-list .item .full {
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
#service .service-list .item .full::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(-90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #000000 0%, transparent 100%);
}
#service .service-list .item .title {
  margin: 36px 0 22px;
}
#service .service-list .item .number {
  position: absolute;
  bottom: -65px;
  right: -65px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-81deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
  background-image: -webkit-linear-gradient(-81deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
  background-image: -ms-linear-gradient(-81deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
  padding: 30px;
  box-sizing: border-box;
}
#service .service-list .item:hover {
  color: #fff;
  padding: 58px 42px 0 42px;
}
#service .service-list .item:hover .full {
  width: 96%;
  border-radius: 80px 0 80px 0;
  opacity: 1;
  margin: 0 auto;
}
#service .service-list .item:hover .text-node {
  opacity: 1;
}
@media (max-width: 1480px) {
  #service .service-list .item {
    padding: 48px 32px 0 32px;
  }
  #service .service-list .item .title {
    margin: 30px 0 20px;
  }
  #service .service-list .item .number {
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    padding: 20px;
  }
  #service .service-list .item:hover {
    padding: 48px 32px 0 32px;
  }
}
@media (max-width: 800px) {
  #service {
    padding: 40px 0;
  }
  #service .top {
    margin: 20px 0 ;
    flex-wrap: wrap;
  }
  #service .top .txt {
    width: 100%;
    text-align: center;
  }
  #service .top .right-tag {
    width: 100%;
    height: 48px;
    padding: 0 35px;
    margin-top: 30px;
  }
  #service .top .right-tag .f28 {
    font-size: 26px;
  }
  #service .service-list {
    flex-wrap: wrap;
    height: auto;
  }
  #service .service-list .item {
    width: 100%;
    padding: 48px 32px ;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #service .service-list .item .icon {
    width: 60px;
  }
  #service .service-list .item:last-child {
    border-bottom: none;
  }
  #service .service-list .item:hover {
    padding: 48px 32px ;
  }
  #service .service-list .item:hover .full {
    width: 100%;
    height: 96%;
    top: 5px;
  }
}
#vr {
  height: 920px;
  background-color: #f0f0f0;
  background-image: url('../images/bg3.png');
  background-position: left bottom;
  background-size: 858px 515px;
  background-repeat: no-repeat;
  overflow: hidden;
}
#vr .main {
  position: relative;
}
#vr .main .same-title {
  position: absolute;
  top: 95px;
  left: 0;
}
#vr .main .swiper-pagination {
  left: 0;
  text-align: left;
  bottom: 120px;
}
#vr .middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 502px;
  height: 502px;
  z-index: 10;
}
#vr .middle-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  background-color: rgba(194, 152, 63, 0.7);
  z-index: 10;
  clip: rect(0px 420px 420px 210px);
}
#vr .middle-box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  clip: rect(0px 210px 420px 0px);
  overflow: hidden;
}
#vr .middle-box .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 154, 152, 0.6);
}
#vr .middle-box .bg .pic {
  height: 100%;
  transform: scale(2.4);
  transform-origin: left center;
  display: none;
}
#vr .middle-box .bg .pic.on {
  display: block;
}
#vr .middle-box .circle-box {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear infinite;
}
#vr .middle-box .small-pics {
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}
#vr .middle-box .small-pics .item {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#vr .middle-box .small-pics .item .show {
  width: 100%;
  height: 100%;
  display: none;
  border: 2px solid #be9440;
}
#vr .middle-box .small-pics .item:nth-of-type(4) {
  top: 0%;
  left: 41.5%;
}
#vr .middle-box .small-pics .item:nth-of-type(2) {
  top: 60%;
  left: 5%;
}
#vr .middle-box .small-pics .item:nth-of-type(3) {
  top: 44%;
  left: auto;
  right: 0;
}
#vr .middle-box .small-pics .item:nth-of-type(1) {
  top: auto;
  bottom: 0;
  left: 45%;
}
#vr .middle-box .small-pics .item.on .default {
  display: none;
}
#vr .middle-box .small-pics .item.on .show {
  display: block;
}
#vr .middle-box .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#vr .vr-swiper {
  margin-right: -10%;
}
#vr .vr-swiper .left-box {
  width: 28.2%;
}
#vr .vr-swiper .left-box .sub-title {
  margin: 220px 0 50px;
}
#vr .vr-swiper .left-box .more {
  margin-top: 100px;
}
#vr .vr-swiper .right-box {
  width: 68.2%;
  height: 920px;
}
#vr .vr-swiper .right-box img {
  clip-path: polygon(20% 0%, 100% 0, 100% 30%, 100% 100%, 100% 100%, 20% 100%, 20% 100%, 20% 30%);
}
@media (max-width: 800px) {
  #vr {
    height: auto;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #vr .main .same-title {
    top: 40px;
    left: 20px;
  }
  #vr .main .swiper-pagination {
    left: 20px;
    text-align: left;
    bottom: -60px;
  }
  #vr .middle-box {
    width: 90%;
    height: 350px;
    margin-top: -50px;
  }
  #vr .middle-box::before {
    width: 300px;
    height: 300px;
    clip: rect(0px 300px 300px 150px);
  }
  #vr .middle-box .bg {
    width: 300px;
    height: 300px;
    clip: inherit;
  }
  #vr .middle-box .bg .pic {
    height: 100%;
    transform: scale(1);
  }
  #vr .middle-box .small-pics {
    width: 100%;
    height: 100%;
  }
  #vr .middle-box .small-pics .item {
    width: 54px;
    height: 54px;
  }
  #vr .middle-box .small-pics .item:nth-of-type(4) {
    top: -6%;
    left: 43%;
  }
  #vr .middle-box .small-pics .item:nth-of-type(2) {
    top: 66%;
    left: -2%;
  }
  #vr .middle-box .small-pics .item:nth-of-type(3) {
    top: 47%;
    right: -17px;
  }
  #vr .middle-box .small-pics .item:nth-of-type(1) {
    bottom: -27px;
    left: 43%;
  }
  #vr .middle-box .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  #vr .vr-swiper {
    margin-right: 0;
  }
  #vr .vr-swiper li {
    flex-wrap: wrap;
  }
  #vr .vr-swiper .left-box {
    width: 100%;
  }
  #vr .vr-swiper .left-box .sub-title {
    margin: 100px 0 30px;
  }
  #vr .vr-swiper .left-box .more {
    margin-top: 30px;
  }
  #vr .vr-swiper .right-box {
    width: 100%;
    height: 400px;
    padding-top: 450px;
  }
  #vr .vr-swiper .right-box img {
    clip-path: none;
  }
}
#about {
  background-color: #f0f0f0;
}
#about .main {
  background-image: url('../images/bg4.jpg');
  box-shadow: 0px 13px 70px 0px rgba(19, 19, 19, 0.17);
  padding: 90px 36px 90px 84px;
  box-sizing: border-box;
}
#about .main .left {
  width: 50%;
}
#about .main .left .top .same-title {
  margin-bottom: 70px;
}
#about .main .left .text-node {
  margin: 44px 0 70px;
}
#about .main .datum {
  width: 8%;
}
#about .main .datum .item:nth-of-type(2) {
  margin: 78px 0;
}
@media (max-width: 800px) {
  #about .main {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 60px 30px 0;
    background-size: 150% 280px;
    background-position: right 100%;
  }
  #about .main .left {
    width: 100%;
  }
  #about .main .left .top .same-title {
    margin-bottom: 30px;
  }
  #about .main .left .text-node {
    margin: 24px 0 30px;
  }
  #about .main .datum {
    width: 28%;
    margin-top: 50px;
  }
  #about .main .datum .item:nth-of-type(2) {
    margin: 28px 0;
  }
}
#news {
  background-color: #f0f0f0;
}
#news .content {
  margin-top: 45px;
}
#news .content .left-news,
#news .content .news-lists {
  width: 31.5%;
}
#news .content .left-news {
  position: relative;
  height: 620px;
}
#news .content .left-news .oppress {
  height: 100%;
}
#news .content .left-news .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 10;
  padding: 40px;
  box-sizing: border-box;
}
#news .content .left-news .desc .title {
  margin-top: 25px;
}
#news .content .news-lists .top-news {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .content .news-lists .top-news .oppress {
  height: 230px;
  position: relative;
}
#news .content .news-lists .top-news .oppress .date {
  position: absolute;
  top: -50px;
  left: -40px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  color: #fff;
  background-image: -moz-linear-gradient(88deg, #4c4c4c 0%, transparent 100%);
  background-image: -webkit-linear-gradient(88deg, #4c4c4c 0%, transparent 100%);
  background-image: -ms-linear-gradient(88deg, #4c4c4c 0%, transparent 100%);
  padding: 68px 0 0 74px;
  box-sizing: border-box;
}
#news .content .news-lists .top-news .title {
  margin: 30px 0 20px;
}
#news .content .news-lists .top-news:hover .title {
  color: #be9440;
  opacity: 1;
}
#news .content .news-lists .top-news:hover .oppress .date {
  background-image: -moz-linear-gradient(88deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
  background-image: -webkit-linear-gradient(88deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
  background-image: -ms-linear-gradient(88deg, #c2983f 0%, rgba(194, 152, 63, 0) 100%);
}
#news .content .news-lists .ul li:first-child {
  margin-bottom: 40px;
}
#news .content .news-lists .ul li a .title {
  margin-top: 10px;
}
#news .content .news-lists .ul li a:hover .date {
  color: #be9440;
  opacity: 1;
}
#news .content .news-lists .ul li a:hover .title {
  color: #be9440;
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #news .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #news .content .left-news,
  #news .content .news-lists {
    width: 100%;
  }
  #news .content .left-news {
    height: 400px;
  }
  #news .content .left-news .desc {
    padding: 30px;
  }
  #news .content .left-news .desc .title {
    margin-top: 10px;
  }
  #news .content .news-lists {
    margin-top: 30px;
  }
  #news .content .news-lists .top-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #news .content .news-lists .top-news .oppress {
    height: 200px;
  }
  #news .content .news-lists .top-news .oppress .date {
    width: 120px;
    height: 120px;
    padding: 58px 0 0 54px;
  }
  #news .content .news-lists .top-news .title {
    margin: 20px 0 10px;
  }
  #news .content .news-lists .ul li {
    margin-bottom: 20px;
  }
  #news .content .news-lists .ul li:first-child {
    margin-bottom: 20px;
  }
  #news .content .news-lists .ul li:last-child {
    margin-bottom: 0;
  }
  #news .content .news-lists .ul li a .title {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  #news {
    padding: 40px 0;
  }
}
#news.page-news {
  padding: 40px 0;
}
#news.page-news .content {
  margin-top: 0;
}
#news.page-news .top-lists {
  width: 100%;
}
#news.page-news .top-lists a {
  width: 30.5%;
  padding-bottom: 40px;
}
#news.page-news .top-lists a .title {
  margin: 40px 0 20px;
}
#news.page-news .top-lists a:nth-of-type(2) {
  margin: 0 3.3% 40px;
}
#news.page-news .lists-box {
  margin-top: 38px;
}
#news.page-news .lists-box .ul li {
  margin-top: 28px;
}
#news.page-news .lists-box .ul li a {
  padding: 60px 72px;
  background-color: #fff;
}
#news.page-news .lists-box .ul li a .left-info {
  width: 66%;
}
#news.page-news .lists-box .ul li a .left-info .top {
  margin-bottom: 44px;
}
#news.page-news .lists-box .ul li a .left-info .top .title {
  margin-left: 56px;
}
#news.page-news .lists-box .ul li a .oppress {
  width: 26%;
  height: 220px;
}
#news.page-news .lists-box .ul li a:hover .title {
  color: #be9440;
  opacity: 1;
}
@media (max-width: 800px) {
  #news.page-news .top-lists {
    flex-wrap: wrap;
    margin-top: 0;
  }
  #news.page-news .top-lists .top-news {
    width: 100%;
    margin-bottom: 30px;
  }
  #news.page-news .top-lists .top-news:nth-of-type(2) {
    margin: 0  0 30px;
  }
  #news.page-news .lists-box {
    margin-top: 0;
  }
  #news.page-news .lists-box .ul li {
    margin-top: 28px;
  }
  #news.page-news .lists-box .ul li a {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  #news.page-news .lists-box .ul li a .left-info {
    width: 100%;
  }
  #news.page-news .lists-box .ul li a .left-info .top {
    margin-bottom: 14px;
  }
  #news.page-news .lists-box .ul li a .left-info .top .title {
    margin-left: 26px;
  }
  #news.page-news .lists-box .ul li a .oppress {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
}
#introduction {
  background-image: url('../images/bg5-1.png');
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
  padding: 45px 0;
}
#introduction .bottom {
  margin-top: 140px;
  width: 70%;
  background-image: url('../images/bg6.png');
  padding: 94px 102px 86px 0;
  position: relative;
  z-index: 10;
}
#introduction .bottom .datum {
  width: 10%;
}
#introduction .bottom .datum .item:nth-of-type(2) {
  margin: 52px 0;
}
#introduction .bottom .intro {
  width: 80%;
}
#introduction .right-pic {
  position: absolute;
  top: -250px;
  right: 0;
  width: 1230px;
  height: 1040px;
  border-radius: 50%;
  transform-origin: right bottom;
}
@media (max-width: 1580px) {
  #introduction .bottom {
    margin-top: 120px;
    width: 80%;
  }
  #introduction .bottom .datum {
    width: 15%;
  }
  #introduction .bottom .intro {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #introduction {
    padding-bottom: 0;
    background-size: contain;
    background-position: center top;
  }
  #introduction .main {
    padding: 50px 0 0;
  }
  #introduction .same-title {
    padding-left: 20px;
  }
  #introduction .bottom {
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;
    padding: 44px 32px ;
    box-sizing: border-box;
  }
  #introduction .bottom .datum {
    width: 100%;
    display: flex;
  }
  #introduction .bottom .datum .item:nth-of-type(2) {
    margin: 0 40px;
  }
  #introduction .bottom .intro {
    width: 100%;
    margin-top: 10px;
  }
}
.middle-panel {
  padding: 70px 0;
  background-image: url('../images/bg7.png');
}
.middle-panel .delevop .right {
  width: 65%;
}
.middle-panel .delevop .left {
  color: #ccc;
}
.middle-panel .delevop .thumb {
  height: 418px;
  margin: 0 auto;
  text-align: center;
  padding-right: 100px;
  position: relative;
}
.middle-panel .delevop .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ebebeb;
}
.middle-panel .delevop .thumb .char {
  line-height: 1.6;
  position: relative;
  padding-left: 90px;
}
.middle-panel .delevop .thumb .char::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 6px solid #be9440;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
.middle-panel .delevop .thumb .char::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -97px;
  width: 4px;
  height: 0;
  border-radius: 2px;
  background-color: #be9440;
  transition: all 0.4s ease-out;
  transform: translateY(-50%);
}
.middle-panel .delevop .thumb .number {
  font-size: 5.625em;
  font-family: 'adineueBold', sans-serif;
}
.middle-panel .delevop .thumb .swiper-slide {
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.middle-panel .delevop .thumb .swiper-slide-active {
  color: #be9440;
}
.middle-panel .delevop .thumb .swiper-slide-active .char::before {
  opacity: 1;
}
.middle-panel .delevop .thumb .swiper-slide-active .char::after {
  height: 100%;
}
@media (max-width: 800px) {
  .middle-panel .delevop .thumb {
    height: 300px;
    margin: 60px auto 0;
    padding-right: 20px;
  }
  .middle-panel .delevop .thumb .char {
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
  }
  .middle-panel .delevop .thumb .char::before {
    top: 15px;
    width: 5px;
    height: 5px;
    border: 2px solid #be9440;
  }
  .middle-panel .delevop .thumb .char::after {
    right: -17px;
    width: 3px;
  }
  .middle-panel .delevop .thumb .number {
    font-size: 2em;
  }
}
.middle-panel .delevop .btn-box {
  margin-top: 100px;
  margin-left: -30px;
}
.middle-panel .delevop .btn-box .prev {
  margin-right: 60px;
}
.middle-panel .delevop .btn-box .button:hover {
  color: #be9440;
}
.middle-panel .delevop .gallery {
  margin: 0;
}
.middle-panel .delevop .gallery .txt {
  margin-top: 60px;
}
.middle-panel .delevop .gallery .txt p {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.middle-panel .delevop .gallery .txt p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #be9440;
  transition: all 0.8s ease;
}
.middle-panel .delevop .gallery .txt p:last-child {
  margin-bottom: 0;
}
.middle-panel .delevop .gallery .txt p .bold {
  margin-right: 45px;
}
.middle-panel .delevop .gallery .txt p:hover::after {
  width: 100%;
}
.middle-panel .delevop .gallery .txt p:hover .op7 {
  opacity: 1;
}
@media (max-width: 800px) {
  .middle-panel .delevop .gallery .txt {
    margin-top: 40px;
  }
  .middle-panel .delevop .gallery .txt p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .middle-panel .delevop .gallery .txt p .bold {
    margin-right: 15px;
  }
}
.middle-panel .strategy {
  margin-top: 290px;
}
.middle-panel .strategy .top-text {
  width: 40%;
  margin: 70px auto 100px;
}
.middle-panel .strategy .lists-box .item {
  width: 32.6%;
  height: 300px;
  padding: 58px 70px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
}
.middle-panel .strategy .lists-box .item .title {
  margin-bottom: 35px;
  color: #be9440;
}
.middle-panel .strategy .lists-box .item .number {
  font-size: 128px;
  opacity: 0.1;
  position: absolute;
  bottom: -65px;
  right: 70px;
}
.middle-panel .strategy .lists-box .item:hover {
  width: 600px;
  height: 320px;
  color: #fff;
  background-color: #be9440;
  margin: -40px -38px 0 0;
  z-index: 10;
}
.middle-panel .strategy .lists-box .item:hover .title {
  color: #fff;
}
.middle-panel .strategy .lists-box .item:hover .text-node {
  opacity: 1;
}
@media (max-width: 1580px) {
  .middle-panel .strategy {
    margin-top: 250px;
  }
  .middle-panel .strategy .lists-box .item {
    height: 320px;
    padding: 58px 50px;
  }
  .middle-panel .strategy .lists-box .item:hover {
    width: 500px;
    height: 320px;
    margin: -30px -28px 0 0;
  }
}
@media (max-width: 1480px) {
  .middle-panel .strategy {
    margin-top: 200px;
  }
  .middle-panel .strategy .top-text {
    width: 70%;
  }
  .middle-panel .strategy .lists-box .item {
    width: 32%;
    height: 320px;
    padding: 58px 40px;
  }
  .middle-panel .strategy .lists-box .item:hover {
    width: 480px;
    height: 320px;
    margin: -30px -28px 0 0;
  }
}
@media (max-width: 1280px) {
  .middle-panel .delevop .right {
    width: 55%;
  }
  .middle-panel .strategy {
    margin-top: 150px;
  }
  .middle-panel .strategy .lists-box .item {
    width: 32%;
    padding: 48px 30px;
  }
  .middle-panel .strategy .lists-box .item:hover {
    width: 480px;
    margin: -20px -18px 0 0;
  }
}
@media (max-width: 800px) {
  .middle-panel {
    padding: 40px 0;
  }
  .middle-panel .delevop .right {
    width: 65%;
  }
  .middle-panel .delevop .btn-box {
    margin-top: 10px;
    margin-left: 0;
  }
  .middle-panel .delevop .btn-box .prev {
    margin-right: 30px;
  }
  .middle-panel .strategy {
    margin-top: 50px;
  }
  .middle-panel .strategy .top-text {
    width: 100%;
    margin: 30px auto ;
  }
  .middle-panel .strategy .lists-box {
    flex-wrap: wrap;
  }
  .middle-panel .strategy .lists-box .item {
    width: 100%;
    padding: 48px 30px;
    height: auto;
    margin-bottom: 20px;
  }
  .middle-panel .strategy .lists-box .item .title {
    margin-bottom: 25px;
  }
  .middle-panel .strategy .lists-box .item:hover {
    width: 105%;
    height: auto;
    padding: 78px 30px;
    margin: -20px 0;
  }
  .middle-panel .strategy .lists-box .item .number {
    font-size: 100px;
    bottom: -45px;
    right: 30px;
  }
}
.intro .text-node {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.intro .text-node::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 4px;
  background-color: #be9440;
}
@media (max-width: 800px) {
  .intro .text-node {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#philosophy {
  background-image: url('../images/bg8.png');
  background-color: #f9f9f9;
  padding: 70px 0;
}
#philosophy .left-box {
  width: 45%;
}
#philosophy .left-box .intro {
  padding: 30px 10%;
  position: relative;
}
#philosophy .left-box .intro::before,
#philosophy .left-box .intro::after {
  content: '';
  width: 25px;
  height: 21px;
  position: absolute;
  background-image: url('../images/icon4.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#philosophy .left-box .intro::before {
  top: 0;
  left: 0;
}
#philosophy .left-box .intro::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
#philosophy .oppress {
  width: 50%;
  height: 500px;
}
@media (max-width: 800px) {
  #philosophy {
    padding: 40px 0;
  }
  #philosophy .main {
    flex-wrap: wrap;
  }
  #philosophy .left-box,
  #philosophy .oppress {
    width: 100%;
  }
  #philosophy .left-box .intro {
    margin: 40px 0;
  }
  #philosophy .oppress {
    height: 400px;
  }
}
.bottom-panel {
  background-image: url(../images/bg10.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #eee;
  padding: 40px 0;
}
.bottom-panel #honors .honorsSwiper {
  margin-top: 54px;
  padding-bottom: 110px;
}
.bottom-panel #honors .honorsSwiper .swiper-slide {
  height: 470px;
  background-color: #ffffff;
  padding: 45px;
  box-sizing: border-box;
}
.bottom-panel #honors .honorsSwiper .swiper-slide .title {
  margin: 10px 0 35px;
}
.bottom-panel #honors .honorsSwiper .swiper-slide .pic{
    width: 100%;
    height: 78%;
}
.bottom-panel #honors .honorsSwiper .swiper-slide .pic img{
    max-height: 100%;
}
.bottom-panel #honors .honorsSwiper .swiper-change {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  min-width: 20%;
}
.bottom-panel #honors .honorsSwiper .swiper-change .swiper-pagination {
  bottom: -5px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-panel #partner .partnerSwiper {
  margin-top: 77px;
  width: 100%;
  height: 528px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.bottom-panel #partner .partnerSwiper .swiper-slide {
  height: calc(100% / 2);
  overflow: hidden;
}
.bottom-panel #partner .partnerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.bottom-panel #partner .partnerSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.bottom-panel #partner .partnerSwiper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  flex-wrap: wrap;
}
.bottom-panel #partner .partnerSwiper .swiper-slide .logo {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-panel #partner .partnerSwiper .swiper-slide .logo img {
  display: block;
  max-width: 100%;
}
.bottom-panel #partner .partnerSwiper .swiper-change {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*bottom: 0;*/
  /*right: 0;*/
  /*left: auto;*/
  /*top: auto;*/
  width: 100%;
  /*height: 264px;*/
  /*background-color: #fff;*/
  /*z-index: 99;*/
}
/*.bottom-panel #partner .partnerSwiper .swiper-change .swiper-button-next,*/
/*.bottom-panel #partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-prev {*/
/*  right: auto;*/
/*  left: 65%;*/
/*}*/
/*.bottom-panel #partner .partnerSwiper .swiper-change .swiper-button-prev,*/
/*.bottom-panel #partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-next {*/
/*  left: 35%;*/
/*  right: auto;*/
/*}*/
@media (max-width: 1080px) {
  .bottom-panel #partner .partnerSwiper {
    width: 100%;
  }
  .bottom-panel #partner .partnerSwiper .swiper-change {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .bottom-panel #partner {
    margin-top: 30px;
  }
  .bottom-panel #partner .partnerSwiper {
    height: 300px;
    margin-top: 30px;
  }
  .bottom-panel #partner .partnerSwiper .swiper-change {
    width: 50%;
    height: 150px;
  }
}
@media (max-width: 1480px) {
  .bottom-panel #honors .honorsSwiper .swiper-change {
    min-width: 30%;
  }
}
@media (max-width: 800px) {
  .bottom-panel #honors .honorsSwiper {
    margin-top: 35px;
    padding-bottom: 90px;
  }
  .bottom-panel #honors .honorsSwiper .swiper-slide {
    height: auto;
    padding: 30px;
  }
  .bottom-panel #honors .honorsSwiper .swiper-slide .title {
    margin: 10px 0 35px;
  }
  .bottom-panel #honors .honorsSwiper .swiper-change {
    min-width: 100%;
  }
}
#industry {
  background-color: #eee;
  padding: 40px 0;
}
#industry .same-panel {
  position: relative;
  padding-bottom: 78px;
}
#industry .same-panel .info-box {
  position: absolute;
  width: 700px;
  height: 401px;
  background-color: #fff;
  padding: 110px 118px;
  line-height: 3.6;
  box-sizing: border-box;
}
#industry .same-panel .info-box .icon {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
#industry .same-panel.top .info-box {
  left: 0;
  bottom: 0;
}
#industry .same-panel.bottom {
  padding-top: 60px;
  background-image: url('../images/bg13.png');
  background-position: 88% top;
  background-repeat: no-repeat;
  background-size: 385px 365px;
}
#industry .same-panel.bottom .same-title {
  text-align: right;
}
#industry .same-panel.bottom .info-box {
  right: 0;
  bottom: 0;
}
#industry .middle {
  padding: 120px 0 100px;
  background-image: url('../images/earth.png');
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: 611px 646px;
}
#industry .middle .lists-box {
  margin-top: 70px;
}
#industry .middle .lists-box .item {
  width: 31%;
  height: 354px;
  background-image: url('../images/bg11.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 114% 114%;
  position: relative;
  clip-path: circle(87% at 50% -10%);
  filter: drop-shadow(0px 13px 57px 0px rgba(19, 19, 19, 0.05));
  transition: all 0.4s ease-in-out;
}
#industry .middle .lists-box .item .number {
  position: relative;
  z-index: 10;
  margin-top: -20px;
  font-size: 72px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
#industry .middle .lists-box .item .f18 {
  max-width: 56%;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
#industry .middle .lists-box .item .bg {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#industry .middle .lists-box .item:hover {
  background-image: none;
  filter: drop-shadow(0px 3px 38px 0px rgba(0, 0, 0, 0.18));
}
#industry .middle .lists-box .item:hover .number {
  background-image: -webkit-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff, transparent, transparent);
}
#industry .middle .lists-box .item:hover .bg,
#industry .middle .lists-box .item:hover .f18 {
  color: #fff;
  opacity: 1;
}
@media (max-width: 1480px) {
  #industry .same-panel .info-box {
    width: 650px;
    height: 350px;
    padding: 100px ;
    line-height: 3;
  }
  #industry .same-panel .oppress {
    width: 65%;
    height: 500px;
  }
}
@media (max-width: 1380px) {
  #industry .middle .lists-box .item {
    width: 31.5%;
    height: 300px;
  }
  #industry .middle .lists-box .item .f18 {
    max-width: 86%;
    line-height: 1.4;
  }
}
@media (max-width: 800px) {
  #industry .same-panel {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #industry .same-panel .info-box {
    width: 100%;
    height: auto;
    padding: 60px 20px 50px;
    line-height: 2;
    position: relative;
    z-index: 9;
  }
  #industry .same-panel .oppress {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  #industry .same-panel.bottom {
    padding-top: 80px;
    background-position: 100% top;
    background-size: 100% 265px;
  }
  #industry .same-panel.bottom .left {
    position: absolute;
    top: 0;
    right: 0;
  }
  #industry .middle {
    padding: 60px 0 50px;
    background-position: center 5%;
    background-size: 100% 346px;
  }
  #industry .middle .lists-box {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #industry .middle .lists-box .item {
    width: 100%;
    height: 280px;
  }
  #industry .middle .lists-box .item .number {
    margin-top: -20px;
    font-size: 52px;
  }
}
#connect {
  background-color: #eee;
  padding: 70px 0;
}
#connect .left-box {
  width: 45%;
}
#connect .left-box .info {
  margin-top: 65px;
}
#connect .left-box .info > div .char {
  margin: 35px 0 22px;
}
#connect .left-box .info > div .txt {
  opacity: 0.9;
}
#connect .left-box .info .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background-color: #be9440;
  font-size: 30px;
}
#connect .right-box .online {
  margin-bottom: 75px;
}
#connect .right-box .online a {
  width: 260px;
  height: 62px;
  color: #fff;
  background-color: #be9440;
  border-radius: 30px;
  padding: 0 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#connect .right-box .online a .left-icon .icon {
  font-size: 24px;
  margin-right: 10px;
}
#connect .right-box .online a .icon-right {
  transition: all 0.4s ease;
  transform: rotateZ(-45deg);
}
#connect .right-box .online a:hover .icon-right {
  transform: rotateZ(0);
}
#connect .right-box .wechat li {
  text-align: center;
  margin-left: 108px;
}
#connect .right-box .wechat li:first-child {
  margin-left: 0;
}
#connect .right-box .wechat li .pic {
  width: 146px;
  height: 146px;
  background-color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
}
#connect #map2 {
  width: 100%;
  height: 610px;
  margin-top: 85px;
}
@media (max-width: 1480px) {
  #connect .left-box {
    width: 55%;
  }
}
@media (max-width: 800px) {
  #connect {
    padding: 40px 0;
  }
  #connect .content {
    flex-wrap: wrap;
  }
  #connect .left-box,
  #connect .right-box {
    width: 100%;
  }
  #connect .left-box .info {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  #connect .left-box .info .item {
    margin-bottom: 30px;
  }
  #connect .left-box .info > div .char {
    margin: 15px 0 12px;
  }
  #connect .left-box .info .icon-box {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  #connect .right-box {
    margin-top: 20px;
  }
  #connect .right-box .online {
    margin-bottom: 35px;
  }
  #connect .right-box .online a {
    width: 200px;
    height: 52px;
    padding: 0 25px;
    margin-bottom: 20px;
  }
  #connect .right-box .wechat li {
    margin-left: 40px;
  }
  #connect #map2 {
    height: 500px;
    margin-top: 40px;
  }
}
.page-case {
  background-color: #eee;
  padding: 50px 0;
}
.page-case .top-content {
  margin: 75px 0 115px;
  padding: 78px 87px;
  background-color: #fff;
}
.page-case .top-content .select-lists {
  margin-top: 20px;
}
.page-case .top-content .select-lists .item {
  position: relative;
  padding: 30px 0;
}
.page-case .top-content .select-lists .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-case .top-content .select-lists .item .name {
  opacity: 0.8;
}
.page-case .top-content .select-lists .item .ul {
  margin-left: 30px;
  flex: 1;
}
.page-case .top-content .select-lists .item .ul li {
  text-align: center;
  cursor: pointer;
  padding: 10px 25px;
  box-sizing: border-box;
  opacity: 0.7;
  border-radius: 5px;
  margin-right: 5px;
}
.page-case .top-content .select-lists .item .ul li.active,
.page-case .top-content .select-lists .item .ul li:hover {
  opacity: 1;
  color: #fff;
  background-color: #be9440;
}
.page-case .top-content .select-lists .item.type-item .name {
  margin-top: 5px;
}
.page-case .top-content .select-lists .item.type-item .ul {
  height: 45px;
  overflow: hidden;
  margin-bottom: -10px;
  transition: all 1s ease;
}
.page-case .top-content .select-lists .item.type-item .ul li {
  margin-bottom: 10px;
}
.page-case .top-content .select-lists .item.type-item .ul.show {
  height: auto;
}
.page-case .top-content .select-lists .item .type-more {
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
}
.page-case .top-content .select-lists .item .type-more .icon {
  margin-left: 0.5em;
  transition: all 0.4s ease;
}
.page-case .top-content .select-lists .item .type-more.on {
  color: #be9440;
}
.page-case .top-content .select-lists .item .type-more.on .icon {
  transform: rotate(-180deg);
}
.page-case .search-box {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  padding: 0 25px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-case .search-box .tf {
  flex: 1;
}
.page-case .search-box input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.page-case .search-box input::placeholder {
  opacity: 0.5;
}
.page-case .search-box .btn {
  cursor: pointer;
  font-size: 30px;
  margin-right: 15px;
}
.page-case .search-box .btn:hover {
  opacity: 1;
}
.page-case .lists .ul li {
  width: 48.8%;
  margin-bottom: 70px;
}
.page-case .lists .ul li .oppress {
  width: 100%;
  height: 470px;
  position: relative;
}
.page-case .lists .ul li .info {
  padding: 45px 0 55px;
  position: relative;
}
.page-case .lists .ul li .info .title {
  margin-bottom: 20px;
}
.page-case .lists .ul li .info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #be9440;
  transition: all 0.3s linear;
}
.page-case .lists .ul li:hover .info .title {
  color: #be9440;
}
.page-case .lists .ul li:hover .info::after {
  width: 100%;
}
@media (max-width: 1380px) {
  .page-case .top-content {
    padding: 78px 60px;
  }
  .page-case .top-content .select-lists .item .ul {
    margin-bottom: -10px;
  }
  .page-case .top-content .select-lists .item .ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .page-case .top-content {
    margin: 35px 0 45px;
    padding: 40px 15px;
  }
  .page-case .top-content .top-name {
    flex-wrap: wrap;
  }
  .page-case .top-content .top-name .name {
    width: 100%;
    text-align: center;
  }
  .page-case .top-content .select-lists {
    margin-top: 0;
  }
  .page-case .top-content .select-lists .item {
    flex-wrap: wrap;
  }
  .page-case .top-content .select-lists .item .name {
    width: 100%;
  }
  .page-case .top-content .select-lists .item .ul {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    flex: auto;
  }
  .page-case .top-content .select-lists .item .ul li {
    padding: 5px 15px;
  }
  .page-case .search-box {
    width: 100%;
    margin: 25px auto 0;
  }
  .page-case .lists .ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .page-case .lists .ul li .oppress {
    width: 100%;
    height: 260px;
  }
  .page-case .lists .ul li .oppress .vr-pic {
    top: 10px;
    right: 10px;
    opacity: 1;
  }
  .page-case .lists .ul li .info {
    padding: 25px 0;
  }
  .page-case .lists .ul li .info .title {
    margin-bottom: 10px;
  }
}
.back .icon-box {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s linear;
}
.back:hover span {
  color: #be9440;
  opacity: 1;
}
.back:hover .icon-box {
  background-color: #be9440;
  color: #fff;
}
.back.white-back .icon-box {
  color: #fff;
  background-color: #fff;
}
.case-details {
  background-color: #eee;
  padding: 40px 0;
}
.case-details .details-info {
  line-height: 1.8;
  opacity: 0.7;
}
.case-details .left-box {
  width: 77%;
  position: relative;
  padding-right: 66px;
}
.case-details .left-box .top {
  margin: 55px 0 120px;
}
.case-details .left-box .top .title {
  font-size: 45px;
}
.case-details .left-box .top .ask {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  width: 198px;
  height: 58px;
  border-radius: 30px;
}
.case-details .left-box .top .ask .icon {
  margin-top: 2px;
  margin-right: 0.5em;
  font-size: 26px;
}
.case-details .left-box .top .ask:hover {
  color: #fff;
  background-color: #be9440;
  border-color: #be9440;
}
.case-details .left-box .desc {
  margin: 50px 0 70px;
}
.case-details .left-box .desc a{
    display: inline-block;
}
.case-details .left-box .desc .title {
  margin-bottom: 30px;
}
.case-details .left-box .swiper-box {
  width: 100%;
}
.case-details .left-box .swiper-box .gallery-box {
  width: 81%;
  position: relative;
}
.case-details .left-box .swiper-box .gallery {
  width: 93%;
}
.case-details .left-box .swiper-box .gallery .swiper-slide {
  width: 100%;
  height: 616px;
}
.case-details .left-box .swiper-box .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
}
.case-details .left-box .swiper-box .thumb {
  width: 17.2%;
}
.case-details .left-box .swiper-box .thumb .swiper-slide {
  height: 105px !important;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
.case-details .left-box .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #be9440;
}
@media (max-width: 800px) {
  .case-details .left-box .swiper-box .thumb .swiper-slide {
    height: 50px!important;
  }
}
.case-details .left-box .btn-box {
  margin-top: 120px;
}
.case-details .left-box .btn-box a {
  padding-top: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 18px;
}
.case-details .left-box .btn-box a p{
    flex: 1;
}
.case-details .left-box .btn-box a::before {
  content: '';
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.5);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 45px;
  left: 0;
}
.case-details .left-box .btn-box a.prev {
  margin-bottom: 30px;
}
.case-details .left-box .btn-box a.back,
.case-details .left-box .btn-box a:hover {
  opacity: 1;
  color: #be9440;
}
.case-details .left-box .btn-box a.back::before,
.case-details .left-box .btn-box a:hover::before {
  background-color: #be9440;
}
@media (max-width: 800px) {
  .case-details .left-box .top {
    margin: 35px 0 40px;
    flex-wrap: wrap;
  }
  .case-details .left-box .top .title {
    font-size: 28px;
  }
  .case-details .left-box .top .ask {
    margin-top: 30px;
    width: 148px;
    height: 48px;
  }
  .case-details .left-box .top .ask .icon {
    font-size: 24px;
  }
  .case-details .left-box .swiper-box {
    width: 100%;
  }
  .case-details .left-box .swiper-box .gallery {
    width: 100%;
  }
  .case-details .left-box .swiper-box .gallery .swiper-slide {
    height: 300px;
  }
  .case-details .left-box .swiper-box .swiper-change {
    display: none;
  }
  .case-details .left-box .btn-box {
    margin-top: 40px;
  }
  .case-details .left-box .btn-box a {
    padding-top: 24px;
    padding-left: 12px;
  }
  .case-details .left-box .btn-box a::before {
    top: 35px;
  }
}
.case-details .line {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.case-details .line::before,
.case-details .line::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: -3px;
}
.case-details .line::before {
  top: 0;
}
.case-details .line::after {
  bottom: 0;
}
.case-details .case-lists {
  width: 15.5%;
}
.case-details .case-lists .lists {
  margin-top: 34px;
}
.case-details .case-lists .lists .ul li {
  margin-bottom: 45px;
}
.case-details .case-lists .lists .ul li .oppress {
  height: 160px;
}
.case-details .case-lists .lists .ul li .title {
  color: #545454;
  margin: 20px 0 10px;
}
.case-details .case-lists .lists .ul li:hover .title {
  color: #be9440;
}
@media (max-width: 800px) {
  .case-details .case-lists {
    display: none;
  }
}
@media (max-width: 800px) {
  .case-details .main {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .case-details .left-box {
    width: 100%;
  }
  .case-details .left-box .h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .case-details .left-box .desc {
    margin: 20px 0 30px;
  }
  .case-details .left-box .desc .title {
    margin-bottom: 15px;
  }
}
#assembly {
  background-color: #f0f0f0;
  padding-top: 40px;
}
#assembly .top-lists .item {
  width: 25%;
  height: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 13px 57px 0px rgba(19, 19, 19, 0.05);
  transition: all 0.4s ease-in-out;
  padding: 108px 0 98px;
  box-sizing: border-box;
}
#assembly .top-lists .item .number {
  position: relative;
  z-index: 10;
  font-size: 72px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent 60%, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent 60%, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent 60%, transparent);
}
#assembly .top-lists .item .f20 {
  max-width: 76%;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
#assembly .top-lists .item .bg {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#assembly .top-lists .item .line-bg {
  z-index: 1;
}
#assembly .top-lists .item .same-circle {
  position: relative;
  z-index: 10;
}
#assembly .top-lists .item:hover .number {
  background-image: -webkit-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff, transparent, transparent);
}
#assembly .top-lists .item:hover .bg,
#assembly .top-lists .item:hover .f20 {
  color: #fff;
  opacity: 1;
}
#assembly .top-lists .item:hover .same-circle i {
  background-color: #fff;
}
#assembly .top-lists .item:hover .same-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
#assembly .top-lists .item:hover .same-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
#assembly .middle {
  margin-top: 40px;
}
#assembly .middle .top-list {
  margin: 65px 0 60px;
}
#assembly .middle .top-list .item {
  position: relative;
  transition: all 0.4s ease;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
  color: #949494;
  cursor: pointer;
  font-weight: 600;
}
#assembly .middle .top-list .item::after {
  content: '+';
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 24px;
  opacity: 0;
  color: #be9440;
}
#assembly .middle .top-list .item::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #be9440;
  opacity: 0;
}
#assembly .middle .top-list .item:not(:last-child) {
  margin-right: 70px;
}
#assembly .middle .top-list .item.on {
  color: #be9440;
  padding-right: 24px;
  border-bottom: 3px solid #be9440;
}
#assembly .middle .top-list .item.on::before,
#assembly .middle .top-list .item.on::after {
  opacity: 1;
}
#assembly .middle .solution-swiper .pic {
  height: 760px;
}
#assembly .why-choose {
  margin-top: -475px;
  padding-top: 434px;
  background-color: #fff;
  padding-bottom: 70px;
}
#assembly .why-choose .content {
  margin-top: 98px;
  height: 670px;
  background-image: url('../images/bg15.png');
  position: relative;
}
#assembly .why-choose .content .why-lists {
  width: 240px;
  background-color: #f0f0f0;
}
#assembly .why-choose .content .why-lists .item {
  height: 167px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 34px;
  box-sizing: border-box;
  text-align: center;
}
#assembly .why-choose .content .why-lists .item:first-child .icon img {
  width: 50px;
}
#assembly .why-choose .content .why-lists .item:last-child {
  border-bottom: none;
}
#assembly .why-choose .content .why-lists .item .icon {
  margin-bottom: 10px;
  filter: brightness(0.2);
  opacity: 0.7;
}
#assembly .why-choose .content .why-lists .item.on {
  color: #fff;
  background-color: #be9440;
}
#assembly .why-choose .content .why-lists .item.on .icon {
  opacity: 1;
  filter: brightness(100);
}
#assembly .why-choose .content .why-lists .item.on p {
  opacity: 1;
}
#assembly .why-choose .content .why-swiper {
  width: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 12%;
  box-sizing: border-box;
}
#assembly .why-choose .content .why-swiper .info {
  padding-top: 32%;
}
#assembly .why-choose .content .why-swiper .info .top {
  margin-bottom: 50px;
}
#assembly .why-choose .content .why-swiper .info .top img {
  width: 60px;
}
#assembly .why-choose .content .why-swiper .info .top p {
  margin-left: 30px;
}
#assembly .why-choose .content .why-swiper .swiper-change {
  width: 20%;
  position: relative;
  margin-top: 100px;
}
#assembly .why-choose .content .right-pic {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 99;
  background-image: url('../images/bg16.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 28px 18px 0;
}
#assembly .why-choose .content .right-pic img {
  margin-top: -15px;
}
@media (max-width: 1480px) {
  #assembly .top-lists .item {
    width: 25%;
    height: 420px;
    padding: 98px 0 70px;
  }
  #assembly .top-lists .item .f20 {
    max-width: 86%;
  }
  #assembly .why-choose .content {
    height: auto;
  }
  #assembly .why-choose .content .why-swiper {
    width: 45%;
  }
  #assembly .why-choose .content .why-swiper .info {
    padding-top: 35%;
  }
  #assembly .why-choose .content .why-lists .item {
    height: 150px;
    padding: 30px;
  }
  #assembly .why-choose .content .right-pic {
    width: 480px;
  }
}
@media (max-width: 1380px) {
  #assembly .why-choose .content {
    height: auto;
  }
  #assembly .why-choose .content .why-lists .item {
    height: 120px;
    padding: 24px;
  }
  #assembly .why-choose .content .why-lists .item .icon {
    width: 40px;
    margin: 0 auto 5px;
  }
  #assembly .why-choose .content .right-pic {
    width: 400px;
  }
}
@media (max-width: 1180px) {
  #assembly .why-choose .content .why-swiper {
    width: 40%;
    padding-left: 8%;
  }
  #assembly .why-choose .content .why-swiper .info {
    padding-top: 35%;
  }
  #assembly .why-choose .content .why-lists {
    width: 200px;
  }
  #assembly .why-choose .content .why-lists .item {
    height: 110px;
    padding: 20px;
  }
  #assembly .why-choose .content .why-lists .item .icon {
    width: 30px;
  }
  #assembly .why-choose .content .right-pic {
    width: 350px;
  }
}
@media (max-width: 800px) {
  #assembly .top-lists {
    flex-wrap: wrap;
  }
  #assembly .top-lists .item {
    width: 100%;
    height: 340px;
    padding: 68px 0 40px;
  }
  #assembly .top-lists .item .number {
    font-size: 60px;
  }
  #assembly .top-lists .item .f20 {
    max-width: 90%;
    line-height: 1.4;
  }
  #assembly .middle .top-list {
    margin: 30px 0 20px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 10px 0 26px;
  }
  #assembly .middle .top-list .item:not(:last-child) {
    margin-right: 30px;
  }
  #assembly .middle .solution-swiper .pic {
    height: 460px;
  }
  #assembly .why-choose {
    margin-top: -250px;
    padding-top: 270px;
  }
  #assembly .why-choose .content {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #assembly .why-choose .content .why-swiper {
    width: 65%;
    padding-left: 5%;
    border-top: none;
    border-bottom: none;
    padding-bottom: 25%;
  }
  #assembly .why-choose .content .why-swiper .info {
    padding-top: 35%;
  }
  #assembly .why-choose .content .why-swiper .info .top {
    margin-bottom: 30px;
  }
  #assembly .why-choose .content .why-swiper .swiper-change {
    width: 100%;
    margin-top: 60px;
  }
  #assembly .why-choose .content .why-lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #assembly .why-choose .content .why-lists .item {
    width: 25%;
    height: auto;
    padding: 20px 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  #assembly .why-choose .content .why-lists .item .icon {
    height: 35px;
  }
  #assembly .why-choose .content .why-lists .item:last-child {
    border-right: none;
  }
  #assembly .why-choose .content .right-pic {
    width: 40%;
    top: auto;
    bottom: -10%;
    right: -10%;
  }
}
#process {
  background-color: #f0f0f0;
  background-image: url('../images/bg17.png');
  padding: 40px 0;
}
#process .process-lists {
  margin-top: 80px;
  position: relative;
  min-height: 650px;
}
#process .process-lists .item {
  width: 289px;
  height: 289px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #be9440;
  overflow: hidden;
  transition: all 0.6s ease;
}
#process .process-lists .item .icon {
  display: none;
}
#process .process-lists .item .text-node {
  width: 76%;
  margin: 25px auto 20px;
}
#process .process-lists .item .number {
  font-size: 60px;
  opacity: 0.1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#process .process-lists .item .bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: rotate(-75deg);
}
#process .process-lists .item .bg .cls-1 {
  font-size: 16px;
  fill: #be9440;
}
#process .process-lists .item .bg .cls-2 {
  --length--: 1080;
  fill: none;
  stroke: #be9440;
  stroke-width: 1px;
  stroke-dasharray: 0, var(--length--);
  position: relative;
}
@keyframes welcome {
  0% {
    stroke-dasharray: 0, var(--length--);
  }
  100% {
    stroke-dasharray: var(--length--), 0;
  }
}
#process .process-lists .item:hover {
  border: none;
  width: 380px;
  height: 350px;
}
#process .process-lists .item:hover .icon {
  display: block;
  margin-bottom: 20px;
}
#process .process-lists .item:hover .title,
#process .process-lists .item:hover .number {
  opacity: 1;
  color: #be9440;
}
#process .process-lists .item:hover .number {
  bottom: -25px;
}
#process .process-lists .item:hover .bg {
  opacity: 1;
}
#process .process-lists .item:hover .bg .cls-2 {
  animation: welcome 3s linear forwards;
}
#process .process-lists .top {
  padding-right: 15%;
  align-items: flex-end;
}
#process .process-lists .line {
  margin: -13px 0 -7.6px;
}
#process .process-lists .bottom {
  padding-left: 18%;
}
@media (max-width: 1280px) {
  #process .process-lists .item {
    width: 250px;
    height: 250px;
  }
  #process .process-lists .item .number {
    font-size: 50px;
    bottom: -25px;
  }
  #process .process-lists .item:hover {
    width: 300px;
    height: 280px;
  }
}
@media (max-width: 1080px) {
  #process .process-lists {
    margin-top: 20px;
  }
  #process .process-lists .bottom {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #process .process-lists .top {
    padding-right: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #process .process-lists .item {
    margin: 20px auto 0;
  }
  #process .process-lists .line {
    display: none;
  }
}
#delivery {
  height: 850px;
}
#delivery .main {
  height: 100%;
}
#delivery .left-box {
  width: 50%;
}
#delivery .left-box .delivery-swiper {
  padding-left: 18%;
  margin-top: 60px;
}
#delivery .left-box .delivery-swiper .oppress {
  height: 450px;
}
#delivery .right-box {
  width: 62%;
  height: 100%;
  position: relative;
  margin-right: -12%;
  padding-top: 278px;
  box-sizing: border-box;
}
#delivery .right-box .delivery-lists {
  position: relative;
  z-index: 9;
  width: 530px;
  height: 450px;
  background-color: #f0f0f0;
  padding: 20px 48px;
  box-sizing: border-box;
}
#delivery .right-box .delivery-lists .item {
  padding: 45px 0 30px;
  position: relative;
}
#delivery .right-box .delivery-lists .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(244deg, transparent 0%, #d8d8d8 50%);
}
#delivery .right-box .delivery-lists .item p {
  flex: 1;
  margin-top: 5px;
  margin-left: 10px;
}
#delivery .right-box .delivery-lists .item .num {
  opacity: 0.3;
  font-style: italic;
  margin: 6px 10px 0 0;
}
#delivery .right-box .delivery-lists .item.on .left {
  color: #be9440;
}
#delivery .right-box .delivery-lists .item.on .left span {
  opacity: 1;
}
#delivery .right-box .delivery-lists .item.on::after {
  background: linear-gradient(244deg, transparent 0%, #be9440 50%);
}
@media (max-width: 1080px) {
  #delivery {
    height: auto;
    padding: 50px 0;
  }
  #delivery .main {
    flex-wrap: wrap;
  }
  #delivery .left-box {
    width: 100%;
  }
  #delivery .left-box .delivery-swiper {
    padding-left: 0;
    margin-top: 30px;
  }
  #delivery .left-box .delivery-swiper .oppress {
    height: 350px;
  }
  #delivery .right-box {
    width: 100%;
    height: 600px;
    margin-right: 0;
    padding-top: 0;
  }
  #delivery .right-box .delivery-lists {
    width: 100%;
    height: auto;
    padding: 0 28px;
  }
  #delivery .right-box .delivery-lists .item {
    padding: 25px 0 20px;
  }
}
.bottom-process {
  background-image: url('../images/bg19.jpg');
  padding: 40px 0;
}
.bottom-process .sub-title {
  margin: 50px 0 45px;
}
.bottom-process .process-lists {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bottom-process .process-lists .item {
  width: 25%;
  padding: 60px 72px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.bottom-process .process-lists .item .f24 {
  margin: 25px 0 45px;
}
.bottom-process .process-lists .item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bottom-process .process-lists .item:hover {
  background-image: url('../images/bg18.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.08);
}
.bottom-process .process-lists .item:hover .f24 {
  color: #be9440;
}
@media (max-width: 1280px) {
  .bottom-process .process-lists .item {
    padding: 60px 52px;
  }
}
@media (max-width: 800px) {
  .bottom-process .sub-title {
    margin: 30px 0 40px;
  }
  .bottom-process .process-lists {
    flex-wrap: wrap;
  }
  .bottom-process .process-lists .item {
    width: 100%;
    padding: 40px 32px;
  }
  .bottom-process .process-lists .item .f24 {
    margin: 25px 0 45px;
  }
  .bottom-process .process-lists .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#project-process {
  background-image: url('../images/bg20.png');
  background-position: center top;
  background-color: #ebebeb;
  padding: 100px 0 100px;
  position: relative;
}
#project-process .svg {
  display: block;
  width: 970px;
  height: 690px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#project-process .svg .item .cls-10 {
  fill: #be9440;
  transition: all 0.3s;
}
#project-process .svg .item .cls-17 {
  fill: none;
  stroke-width: 2px;
  stroke: #be9440;
}
#project-process .svg .item .cls-19 {
  font-family: 'adineueBold', sans-serif;
  font-size: 24px;
}
#project-process .svg .item .cls-20 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Microsoft YaHei";
}
#project-process .svg .item .cls-19,
#project-process .svg .item .cls-20 {
  opacity: 0.8;
  transition: all 0.3s;
}
#project-process .svg .item.on .cls-19,
#project-process .svg .item.on .cls-20 {
  opacity: 0;
}
#project-process .svg .item.on .cls-10 {
  r: 6.5;
}
#project-process .show-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 70%;
  height: 76%;
}
#project-process .show-item .item {
  width: 480px;
  background-image: url('../images/bg21.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 70px 40px 60px;
  box-sizing: border-box;
  position: absolute;
  top: 4%;
  left: 12%;
  display: none;
}
#project-process .show-item .item .top .num {
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
#project-process .show-item .item:nth-of-type(2) {
  top: 15%;
  left: 0;
}
#project-process .show-item .item:nth-of-type(3) {
  top: 30%;
  left: -5%;
}
#project-process .show-item .item:nth-of-type(4) {
  top: 50%;
  left: -5%;
}
#project-process .show-item .item:nth-of-type(5) {
  top: 65%;
  left: 0;
}
#project-process .show-item .item:nth-of-type(6) {
  top: 76%;
  left: 12%;
}
#project-process .show-item .item:nth-of-type(7),
#project-process .show-item .item:nth-of-type(8),
#project-process .show-item .item:nth-of-type(9),
#project-process .show-item .item:nth-of-type(10),
#project-process .show-item .item:nth-of-type(11),
#project-process .show-item .item:nth-of-type(12) {
  right: 0;
  left: auto;
  background-image: url('../images/bg22.png');
  padding: 30px 60px 40px 70px;
}
#project-process .show-item .item:nth-of-type(7) {
  top: 4%;
  right: 4%;
}
#project-process .show-item .item:nth-of-type(8) {
  top: 15%;
  right: -8%;
}
#project-process .show-item .item:nth-of-type(9) {
  top: 30%;
  right: -14%;
}
#project-process .show-item .item:nth-of-type(10) {
  top: 50%;
  right: -14%;
}
#project-process .show-item .item:nth-of-type(11) {
  top: 65%;
  right: -8%;
}
#project-process .show-item .item:nth-of-type(12) {
  top: 76%;
  right: 4%;
}
@media (max-width: 1680px) {
  #project-process .show-item {
    width: 80%;
    height: 76%;
  }
}
@media (max-width: 1580px) {
  #project-process .svg {
    width: 870px;
    height: 590px;
  }
  #project-process .show-item {
    width: 72%;
    height: 760px;
  }
  #project-process .show-item .item {
    width: 400px;
  }
}
@media (max-width: 1480px) {
  #project-process .show-item {
    width: 78%;
    height: 750px;
  }
  #project-process .show-item .item {
    width: 400px;
    transform: scale(0.9);
  }
}
@media (max-width: 1280px) {
  #project-process .svg {
    width: 770px;
    height: 490px;
  }
  #project-process .show-item {
    width: 80%;
    height: 700px;
  }
  #project-process .show-item .item {
    width: 400px;
    transform: scale(0.8);
  }
}
@media (max-width: 1080px) {
  #project-process {
    padding: 50px 0;
  }
  #project-process .svg {
    width: 70%;
    height: 200px;
  }
  #project-process .show-item {
    width: 150%;
    height: 380px;
  }
  #project-process .show-item .item {
    width: 260px;
    transform: scale(0.6);
    padding: 30px ;
    box-sizing: border-box;
    position: absolute;
    top: 2%;
    left: 12%;
    display: none;
  }
  #project-process .show-item .item .top .num {
    font-size: 40px;
  }
  #project-process .show-item .item:nth-of-type(2) {
    top: 10%;
    left: 6%;
  }
  #project-process .show-item .item:nth-of-type(3) {
    top: 20%;
    left: 5%;
  }
  #project-process .show-item .item:nth-of-type(4) {
    top: 27%;
    left: 5%;
  }
  #project-process .show-item .item:nth-of-type(5) {
    top: 35%;
    left: 5%;
  }
  #project-process .show-item .item:nth-of-type(6) {
    top: 46%;
    left: 10%;
  }
  #project-process .show-item .item:nth-of-type(7),
  #project-process .show-item .item:nth-of-type(8),
  #project-process .show-item .item:nth-of-type(9),
  #project-process .show-item .item:nth-of-type(10),
  #project-process .show-item .item:nth-of-type(11),
  #project-process .show-item .item:nth-of-type(12) {
    padding: 30px ;
  }
  #project-process .show-item .item:nth-of-type(7) {
    top: 4%;
    right: 8%;
  }
  #project-process .show-item .item:nth-of-type(8) {
    top: 10%;
    right: 5%;
  }
  #project-process .show-item .item:nth-of-type(9) {
    top: 20%;
    right: 5%;
  }
  #project-process .show-item .item:nth-of-type(10) {
    top: 27%;
    right: 5%;
  }
  #project-process .show-item .item:nth-of-type(11) {
    top: 35%;
    right: 5%;
  }
  #project-process .show-item .item:nth-of-type(12) {
    top: 46%;
    right: 8%;
  }
}
.design-panel1 {
  background-image: url('../images/bg23.jpg');
  padding: 40px 0;
}
.design-panel1 .text-node {
  margin: 60px auto 80px;
  width: 67%;
}
@media (max-width: 800px) {
  .design-panel1 .text-node {
    margin: 30px auto 40px;
    width: 100%;
  }
}
.design-panel1 .bottom-pic {
  animation: moveup 3s linear infinite;
}
@keyframes moveup {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.design-panel2 {
  position: relative;
  height: 900px;
}
.design-panel2 .office-swiper,
.design-panel2 .swiper-wrapper {
  height: 100%;
}
.design-panel2 .office-swiper .pic,
.design-panel2 .swiper-wrapper .pic {
  height: 900px;
}
.design-panel2 .same-pic-title {
  position: absolute;
  top: 140px;
  left: 6%;
  z-index: 8;
}
.design-panel2 .office-lists {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 90px 116px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9;
}
.design-panel2 .office-lists .item {
  margin-bottom: 48px;
}
.design-panel2 .office-lists .item:last-child {
  margin-bottom: 0;
}
.design-panel2 .office-lists .item .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-38deg, #be9440 0%, rgba(190, 148, 64, 0.55) 52%, #fff 100%);
  background-image: -webkit-linear-gradient(-38deg, #be9440 0%, rgba(190, 148, 64, 0.55) 52%, #fff 100%);
  background-image: -ms-linear-gradient(-38deg, #be9440 0%, rgba(190, 148, 64, 0.55) 52%, #fff 100%);
  text-align: center;
  line-height: 65px;
  margin-right: 20px;
  transition: all 0.4s ease;
}
.design-panel2 .office-lists .item p {
  max-width: 85%;
  display: inline-block;
  opacity: 0.9;
  position: relative;
}
.design-panel2 .office-lists .item p::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: url('../images/line4.png');
  background-position: -50px center;
  background-repeat: no-repeat;
  background-size: contain 100%;
  transition: all 1s ease;
  opacity: 0;
}
.design-panel2 .office-lists .item.on .num {
  color: #fff;
  background-image: -moz-linear-gradient(-30deg, #be9440 0%, #be9440 62%, #fff 100%);
  background-image: -webkit-linear-gradient(-30deg, #be9440 0%, rgba(190, 148, 64, 0.9) 62%, #fff 100%);
  background-image: -ms-linear-gradient(-30deg, #be9440 0%, rgba(190, 148, 64, 0.9) 62%, #fff 100%);
}
.design-panel2 .office-lists .item.on p {
  opacity: 1;
  color: #be9440;
}
.design-panel2 .office-lists .item.on p::after {
  opacity: 1;
  background-position: center center;
}
@media (max-width: 1480px) {
  .design-panel2 .office-lists {
    padding: 90px 60px;
  }
}
@media (max-width: 800px) {
  .design-panel2 {
    height: 800px;
  }
  .design-panel2 .same-pic-title {
    width: 60%;
    top: 40px;
    left: 8%;
  }
  .design-panel2 .office-lists {
    width: 100%;
    padding: 30px 26px;
  }
  .design-panel2 .office-lists .item {
    margin-bottom: 38px;
  }
  .design-panel2 .office-lists .item:last-child {
    margin-bottom: 0;
  }
  .design-panel2 .office-lists .item .num {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-right: 10px;
  }
  .design-panel2 .office-lists .item p {
    max-width: 78%;
  }
  .design-panel2 .office-lists .item p::after {
    bottom: -15px;
    height: 14px;
    background-size: contain 80%;
  }
}
.design-panel3 {
  background-image: url('../images/bg24.jpg');
  padding: 40px 0;
}
.design-panel3 .hotel-swiper {
  height: 570px;
  position: relative;
  margin-top: 80px;
}
.design-panel3 .hotel-swiper .swiper-slide .oppress {
  width: 50%;
  height: 100%;
}
.design-panel3 .hotel-swiper .swiper-slide .info {
  width: 50%;
  background-color: #fff;
  padding: 112px 122px;
  box-sizing: border-box;
}
.design-panel3 .hotel-swiper .swiper-slide .info p {
  width: 60%;
  margin: 40px 0 60px;
}
.design-panel3 .hotel-swiper .swiper-slide .info .num {
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
.design-panel3 .hotel-swiper .en-pic {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 10;
}
@media (max-width: 1480px) {
  .design-panel3 .hotel-swiper .en-pic {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .design-panel3 .same-pic-title {
    width: 60%;
    margin: 0 auto;
  }
  .design-panel3 .hotel-swiper {
    height: auto;
    margin-top: 40px;
  }
  .design-panel3 .hotel-swiper .long-pagination {
    top: 60%;
  }
  .design-panel3 .hotel-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .design-panel3 .hotel-swiper .swiper-slide .oppress {
    width: 100%;
    height: 350px;
  }
  .design-panel3 .hotel-swiper .swiper-slide .info {
    width: 100%;
    padding: 42px 22px 62px;
  }
  .design-panel3 .hotel-swiper .swiper-slide .info p {
    width: 80%;
    margin: 20px 0 30px;
  }
  .design-panel3 .hotel-swiper .swiper-slide .info .num {
    font-size: 50px;
  }
  .design-panel3 .hotel-swiper .swiper-slide .info .icon {
    width: 50px;
  }
  .design-panel3 .hotel-swiper .en-pic {
    width: 90%;
  }
}
.swiper-horizontal > .long-pagination {
  width: 10px;
  left: auto;
  right: 5%;
  bottom: auto;
  top: 40%;
}
.swiper-horizontal > .long-pagination .swiper-pagination-bullet {
  display: block;
  background-color: #131516;
  opacity: 0.2;
  width: 6px;
  height: 10px;
  margin: 10px 0;
  border-radius: 3px;
  transition: all 0.4s ease;
}
.swiper-horizontal > .long-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #be9440;
  opacity: 1;
  width: 6px;
  height: 55px;
}
.design-panel4 {
  background-color: #eee;
}
.design-panel4 .oppress {
  width: 50%;
  height: 860px;
}
.design-panel4 .left-box {
  width: 50%;
}
.design-panel4 .left-box .same-pic-title {
  margin-left: 10%;
}
.design-panel4 .left-box .lists {
  width: 90%;
  margin-top: 70px;
}
.design-panel4 .left-box .lists .item {
  width: 100%;
  padding: 30px 0 30px 10%;
  box-sizing: border-box;
  margin-bottom: 15px;
  transition: all 1s ease-in-out;
}
.design-panel4 .left-box .lists .item .icon {
  width: 76px;
  height: 76px;
  border-width: 2px;
  border-color: #be9440;
  border-style: solid;
  border-radius: 50%;
  margin-right: 20px;
}
.design-panel4 .left-box .lists .item:hover {
  color: #be9440;
  background-color: #f6f6f6;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0 70px 70px 0;
}
.design-panel4 .left-box .lists .item:hover .icon {
  width: 80px;
  height: 80px;
  border: none;
  background-image: -moz-linear-gradient(-10deg, #be9440 0%, #be9440 62%, transparent 100%);
  background-image: -webkit-linear-gradient(-10deg, #be9440 0%, rgba(190, 148, 64, 0.9) 62%, transparent 100%);
  background-image: -ms-linear-gradient(-10deg, #be9440 0%, rgba(190, 148, 64, 0.9) 62%, transparent 100%);
}
.design-panel4 .left-box .lists .item:hover .icon img {
  filter: brightness(100);
}
@media (max-width: 800px) {
  .design-panel4 {
    flex-wrap: wrap;
  }
  .design-panel4 .oppress {
    width: 100%;
    height: 460px;
  }
  .design-panel4 .left-box {
    width: 100%;
  }
  .design-panel4 .left-box .same-pic-title {
    margin-left: 8%;
    width: 60%;
  }
  .design-panel4 .left-box .lists {
    width: 90%;
    margin: 30px auto 0;
  }
  .design-panel4 .left-box .lists .item {
    width: 100%;
    padding: 20px 0 ;
    margin-bottom: 15px;
  }
  .design-panel4 .left-box .lists .item .icon {
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  .design-panel4 .left-box .lists .item .icon img {
    width: 20px;
  }
  .design-panel4 .left-box .lists .item p {
    flex: 1;
  }
  .design-panel4 .left-box .lists .item:hover {
    padding: 20px 10px;
    border-radius: 70px ;
  }
  .design-panel4 .left-box .lists .item:hover .icon {
    width: 46px;
    height: 46px;
  }
}
.design-panel5 {
  background-color: #eee;
}
.design-panel5 .lists {
  margin-top: 50px;
}
.design-panel5 .lists .item {
  width: 48.5%;
}
.design-panel5 .lists .item .oppress {
  width: 100%;
  height: 420px;
}
.design-panel5 .lists .item .info {
  position: relative;
  margin-top: 55px;
}
.design-panel5 .lists .item .info .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #be9440;
  margin-right: 20px;
}
.design-panel5 .lists .item .info p {
  width: 80%;
}
.design-panel5 .lists .item .info .num {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 100px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), transparent, transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), transparent, transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), transparent, transparent);
}
.design-panel5 .lists .item:nth-of-type(2) {
  margin-top: 77px;
}
.design-panel5 .lists .item:hover .info p {
  color: #be9440;
}
.design-panel5 .lists .item:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 800px) {
  .design-panel5 {
    padding: 30px 0;
  }
  .design-panel5 .same-pic-title {
    width: 60%;
    margin: 0 auto;
  }
  .design-panel5 .lists {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .design-panel5 .lists .item {
    width: 100%;
  }
  .design-panel5 .lists .item .oppress {
    width: 100%;
    height: 220px;
  }
  .design-panel5 .lists .item .info {
    margin-top: 25px;
  }
  .design-panel5 .lists .item .info .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .design-panel5 .lists .item .info p {
    width: 80%;
  }
  .design-panel5 .lists .item:nth-of-type(2) {
    margin-top: 37px;
  }
}
.design-panel6 {
  padding: 20px 0;
}
.design-panel6 .lists {
  margin-top: 80px;
}
.design-panel6 .lists .item {
  width: 442px;
  height: 442px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.design-panel6 .lists .item:last-child {
  margin-left: -20px;
}
.design-panel6 .lists .item .icon {
  display: none;
}
.design-panel6 .lists .item p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.design-panel6 .lists .item .num {
  width: 100%;
  font-size: 100px;
  opacity: 0.1;
  position: absolute;
  bottom: -40px;
}
.design-panel6 .lists .item:hover {
  background-color: #be9440;
  border-color: #be9440;
  z-index: 8;
}
.design-panel6 .lists .item:hover .icon {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .design-panel6 {
    padding: 30px 0;
  }
  .design-panel6 .same-pic-title {
    width: 60%;
    margin: 0 auto;
  }
  .design-panel6 .lists {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .design-panel6 .lists .item {
    width: 90%;
    height: 300px;
  }
  .design-panel6 .lists .item:last-child {
    margin-left: 0;
    margin-top: -20px;
  }
  .design-panel6 .lists .item p {
    width: 90%;
    line-height: 1.8;
  }
}
.design-panel7 {
  background-color: #eee;
  padding: 40px 0;
}
.design-panel7 .left-box {
  width: 48.5%;
  position: relative;
}
.design-panel7 .left-box .same-pic-title {
  z-index: 9;
  position: relative;
}
.design-panel7 .left-box .bg {
  background-color: #f6f6f6;
  position: absolute;
  right: 0;
  top: 10px;
  width: 460px;
  height: 474px;
}
.design-panel7 .left-box .oppress {
  width: 85%;
  height: 390px;
  margin-left: 15%;
}
.design-panel7 .left-box .early-swiper {
  position: relative;
  width: 100%;
  margin: 56px 0 110px;
}
.design-panel7 .left-box .early-swiper .ul li .info {
  width: 60%;
  position: relative;
  padding: 60px;
  text-align: center;
}
.design-panel7 .left-box .early-swiper .ul li .info .num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-style: italic;
  opacity: 0.1;
  z-index: 1;
}
.design-panel7 .left-box .early-swiper .ul li .info p {
  z-index: 10;
}
.design-panel7 .left-box .early-swiper .ul li .info::before,
.design-panel7 .left-box .early-swiper .ul li .info::after {
  content: '';
  width: 23px;
  height: 17px;
  position: absolute;
  background-image: url('../images/icon6.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.design-panel7 .left-box .early-swiper .ul li .info::before {
  top: 0;
  left: 0;
}
.design-panel7 .left-box .early-swiper .ul li .info::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.design-panel7 .left-box .early-swiper .long-pagination {
  top: 25%;
  right: 10%;
}
.design-panel7 .right-box {
  width: 48.5%;
  padding-top: 284px;
  box-sizing: border-box;
}
.design-panel7 .right-box .oppress {
  height: 630px;
}
@media (max-width: 1480px) {
  .design-panel7 .right-box {
    padding-top: 274px;
  }
}
@media (max-width: 1280px) {
  .design-panel7 .left-box .bg {
    width: 260px;
  }
  .design-panel7 .right-box {
    padding-top: 264px;
  }
}
@media (max-width: 800px) {
  .design-panel7 .main {
    flex-wrap: wrap;
  }
  .design-panel7 .left-box {
    width: 100%;
  }
  .design-panel7 .left-box .same-pic-title {
    width: 78%;
  }
  .design-panel7 .left-box .bg {
    width: 260px;
    height: 284px;
  }
  .design-panel7 .left-box .oppress {
    width: 100%;
    height: 290px;
    margin-left: 0;
  }
  .design-panel7 .left-box .early-swiper {
    position: relative;
    width: 100%;
    margin: 46px 0 ;
  }
  .design-panel7 .left-box .early-swiper .ul li .info {
    width: 70%;
    padding: 30px 20px;
  }
  .design-panel7 .left-box .early-swiper .long-pagination {
    top: 15%;
    right: 6%;
  }
  .design-panel7 .right-box {
    width: 100%;
    padding-top: 30px;
  }
  .design-panel7 .right-box .oppress {
    height: 330px;
  }
}
.construction-panel1 {
  padding: 40px 0;
  background-image: url('../images/bg25.jpg');
}
.construction-panel1 .ul li {
  position: relative;
  height: 450px;
}
.construction-panel1 .ul li .left-box {
  width: 45%;
}
.construction-panel1 .ul li .left-box .text-node {
  margin-top: 60px;
}
.construction-panel1 .ul li .oppress {
  width: 48%;
  height: 100%;
}
.construction-panel1 .ul li:nth-of-type(2) {
  justify-content: flex-end;
  margin-top: 85px;
}
.construction-panel1 .ul li:nth-of-type(2) .oppress {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  .construction-panel1 {
    margin-top: -1px;
  }
  .construction-panel1 .ul li {
    height: auto;
    flex-wrap: wrap;
  }
  .construction-panel1 .ul li .left-box {
    width: 100%;
  }
  .construction-panel1 .ul li .left-box .text-node {
    margin-top: 20px;
  }
  .construction-panel1 .ul li .oppress {
    width: 100%;
    height: 250px;
    margin-top: 25px;
  }
  .construction-panel1 .ul li:nth-of-type(2) {
    margin-top: 30px;
  }
  .construction-panel1 .ul li:nth-of-type(2) .oppress {
    position: relative;
    top: 0;
    left: 0;
  }
}
.construction-panel2 {
  padding-top: 40px;
  background-color: #f6f6f6;
}
.construction-panel2 .material-lists .item {
  flex: 1;
  padding: 80px 30px 110px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  position: relative;
  border-bottom: 4px solid transparent;
}
.construction-panel2 .material-lists .item .num {
  width: 76px;
  height: 76px;
  border-width: 2px;
  border-color: #be9440;
  border-style: solid;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.construction-panel2 .material-lists .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: -moz-linear-gradient(90deg, rgba(190, 148, 64, 0.3) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(190, 148, 64, 0.3) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(190, 148, 64, 0.3) 0%, transparent 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.construction-panel2 .material-lists .item.on {
  border-bottom: 4px solid #be9440;
}
.construction-panel2 .material-lists .item.on::after {
  opacity: 1;
}
.construction-panel2 .material-swiper .pic {
  width: 100%;
  height: 600px;
}
@media (max-width: 1480px) {
  .construction-panel2 .material-lists .item {
    padding: 80px 20px ;
  }
}
@media (max-width: 800px) {
  .construction-panel2 .material-lists {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .construction-panel2 .material-lists .item {
    width: 50%;
    flex: auto;
    padding: 20px 10px ;
  }
  .construction-panel2 .material-lists .item .num {
    width: 46px;
    height: 46px;
    margin: 0 auto 20px;
  }
  .construction-panel2 .material-swiper .pic {
    height: 400px;
  }
}
.construction-panel3 {
  background-image: url('../images/bg26.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 360px 0 80px;
  margin-top: -400px;
  background-color: #eee;
}
.construction-panel3 .safe-swiper {
  margin-top: 80px;
  margin-right: -10%;
  padding-bottom: 100px;
}
.construction-panel3 .safe-swiper .swiper-slide .oppress {
  width: 100%;
  height: 360px;
}
.construction-panel3 .safe-swiper .swiper-slide .info {
  margin-top: 35px;
}
.construction-panel3 .safe-swiper .swiper-change {
  width: 8.5%;
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (max-width: 1480px) {
  .construction-panel3 .safe-swiper .swiper-change {
    width: 10%;
  }
}
@media (max-width: 1280px) {
  .construction-panel3 .safe-swiper .swiper-change {
    width: 18%;
  }
  .construction-panel3 .swiper-progress {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .construction-panel3 {
    padding: 240px 0 40px;
    margin-top: -220px;
  }
  .construction-panel3 .safe-swiper {
    margin-right: 0;
    padding-bottom: 70px;
    margin-top: 40px;
  }
  .construction-panel3 .safe-swiper .swiper-slide {
    height: auto;
  }
  .construction-panel3 .safe-swiper .swiper-slide .oppress {
    width: 100%;
    height: 250px;
  }
  .construction-panel3 .safe-swiper .swiper-slide .info {
    margin-top: 5px;
  }
  .construction-panel3 .safe-swiper .swiper-change {
    width: 35%;
  }
  .construction-panel3 .swiper-progress {
    width: 50%;
  }
}
.swiper-progress {
  position: absolute;
  bottom: 50px;
  right: 10%;
  width: 78%;
}
.swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #be9440;
  height: 2px;
}
.construction-panel4 {
  height: 800px;
}
.construction-panel4 .left-box {
  width: 40%;
  padding-top: 120px;
}
.construction-panel4 .left-box .item {
  display: inline-block;
  padding: 100px 0;
  margin-top: 165px;
}
.construction-panel4 .left-box .item:hover {
  padding: 144px 120px;
  color: #000;
  background-image: url('../images/bg27.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.construction-panel4 .left-box .item:hover .num {
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
.construction-panel4 .left-box .item:hover .num::after {
  background-image: url('../images/line6.png');
}
.construction-panel4 .lists {
  width: 58%;
}
.construction-panel4 .lists .item {
  width: 50%;
  height: 400px;
  padding: 100px 85px;
}
.construction-panel4 .lists .item:hover {
  padding: 144px 85px;
}
.construction-panel4 .lists .item:hover:nth-of-type(1),
.construction-panel4 .lists .item:hover:nth-of-type(2) {
  background-color: #be9440;
  margin-top: -94px;
}
.construction-panel4 .lists .item:hover:nth-of-type(3),
.construction-panel4 .lists .item:hover:nth-of-type(4) {
  color: #000;
  background-image: url('../images/bg27.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.construction-panel4 .lists .item:hover:nth-of-type(3) .num,
.construction-panel4 .lists .item:hover:nth-of-type(4) .num {
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
.construction-panel4 .lists .item:hover:nth-of-type(3) .num::after,
.construction-panel4 .lists .item:hover:nth-of-type(4) .num::after {
  background-image: url('../images/line6.png');
}
.construction-panel4 .item {
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
.construction-panel4 .item > * {
  opacity: 0.8;
}
.construction-panel4 .item .num {
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-style: italic;
  margin-bottom: 40px;
  padding-right: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff, transparent, transparent);
}
.construction-panel4 .item .num::after {
  content: '';
  width: 80px;
  height: 18px;
  position: absolute;
  right: -30px;
  bottom: 20px;
  background-image: url('../images/line5.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.construction-panel4 .item:hover {
  height: 494px;
}
@media (max-width: 1480px) {
  .construction-panel4 .lists {
    width: 58%;
  }
  .construction-panel4 .lists .item {
    padding: 80px 65px;
  }
  .construction-panel4 .lists .item:hover {
    padding: 104px 65px;
  }
}
@media (max-width: 800px) {
  .construction-panel4 {
    height: auto;
    padding: 20px 0 30px;
  }
  .construction-panel4 .main {
    flex-wrap: wrap;
  }
  .construction-panel4 .left-box {
    width: 100%;
    padding-top: 50px;
  }
  .construction-panel4 .left-box .same-title {
    margin-left: 30px;
  }
  .construction-panel4 .left-box .item {
    display: inline-block;
    padding: 40px 30px;
    margin-top: 15px;
    width: 100%;
  }
  .construction-panel4 .left-box .item .num {
    margin-bottom: 10px;
  }
  .construction-panel4 .left-box .item:hover {
    height: auto;
    padding: 40px 30px;
  }
  .construction-panel4 .lists {
    width: 100%;
    flex-wrap: wrap;
  }
  .construction-panel4 .lists .item {
    width: 100%;
    padding: 40px 30px;
    height: auto;
  }
  .construction-panel4 .lists .item .num {
    margin-bottom: 10px;
  }
  .construction-panel4 .lists .item:hover {
    padding: 40px 30px;
    height: auto;
  }
  .construction-panel4 .lists .item:hover:nth-of-type(1),
  .construction-panel4 .lists .item:hover:nth-of-type(2) {
    margin-top: 0;
  }
}
.same-num {
  font-size: 60px;
  font-style: italic;
  padding-right: 30px;
  padding-top: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -moz-linear-gradient(top, #be9440, #be9440, transparent, transparent);
  background-image: -ms-linear-gradient(top, #be9440, #be9440, transparent, transparent);
}
@media (max-width: 800px) {
  .same-num {
    font-size: 50px;
  }
}
.construction-panel5 {
  background-image: url('../images/bg28.jpg');
  padding-top: 110px;
}
.construction-panel5 .left-box {
  width: 40%;
  position: relative;
  margin-left: -10%;
}
.construction-panel5 .left-box .oppress {
  width: 100%;
  height: 775px;
  position: relative;
  z-index: 9;
}
.construction-panel5 .left-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 100px;
  height: 50%;
  background-color: #be9440;
}
.construction-panel5 .right-info {
  width: 58%;
}
.construction-panel5 .right-info .lists {
  margin-top: 50px;
}
.construction-panel5 .right-info .lists .item {
  padding: 40px 0;
}
.construction-panel5 .right-info .lists .item .same-num {
  padding-right: 40px;
}
.construction-panel5 .right-info .lists .item:nth-of-type(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  .construction-panel5 {
    height: auto;
    padding: 40px 0 ;
  }
  .construction-panel5 .main {
    flex-wrap: wrap;
  }
  .construction-panel5 .left-box {
    width: 100%;
    margin-left: -8%;
  }
  .construction-panel5 .left-box .oppress {
    width: 100%;
    height: 375px;
  }
  .construction-panel5 .left-box::after {
    right: -60px;
    width: 80px;
  }
  .construction-panel5 .right-info {
    width: 100%;
    margin-top: 40px;
  }
  .construction-panel5 .right-info .lists {
    margin-top: 10px;
  }
  .construction-panel5 .right-info .lists .item {
    padding: 20px 0;
  }
  .construction-panel5 .right-info .lists .item .same-num {
    padding-right: 30px;
  }
}
.material-panel {
  background-color: #eee;
  background-image: url('../images/bg29.png');
  background-position: center -145%;
  background-repeat: no-repeat;
  background-size: 100% 2816px;
  padding: 40px 0 70px;
}
.material-panel .top .left-box {
  width: 50%;
}
.material-panel .top .left-box .same-title {
  padding-bottom: 78px;
  margin-bottom: 78px;
  position: relative;
}
.material-panel .top .left-box .same-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 6px;
  background-color: #be9440;
}
.material-panel .top .left-box .logo-lists {
  margin-top: 45px;
}
.material-panel .top .left-box .logo-lists li {
  width: 33.33%;
  padding: 14px 0;
  margin-top: 40px;
}
.material-panel .top .oppress {
  width: 50%;
  height: 600px;
}
.material-panel .middle {
  margin: 60px 0 100px;
}
.material-panel .middle .oppress {
  margin-top: 65px;
  height: 600px;
}
.material-panel .bottom-lists li {
  width: 32%;
  height: 625px;
  transition: all 0.4s ease;
  background-color: #ffffff;
}
.material-panel .bottom-lists li .oppress {
  position: relative;
  height: 400px;
}
.material-panel .bottom-lists li .oppress .num {
  position: absolute;
  left: 60px;
  bottom: 5px;
  font-size: 100px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), transparent, transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), transparent, transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), transparent, transparent);
}
.material-panel .bottom-lists li .title {
  height: 225px;
  padding: 0 60px;
  box-sizing: border-box;
}
.material-panel .bottom-lists li:hover {
  margin-top: -70px;
  box-shadow: 0px 15px 73px 0px rgba(0, 0, 0, 0.21);
  background-color: #be9440;
}
.material-panel .bottom-lists li:hover .oppress .num {
  background-image: -webkit-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff, transparent, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff, transparent, transparent);
}
.material-panel .bottom-lists li:hover .title {
  color: #fff;
}
@media (max-width: 800px) {
  .material-panel {
    padding: 40px 0  20px;
  }
  .material-panel .top {
    flex-wrap: wrap;
  }
  .material-panel .top .left-box {
    width: 100%;
  }
  .material-panel .top .left-box .same-title {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .material-panel .top .left-box .logo-lists {
    margin-top: 25px;
  }
  .material-panel .top .left-box .logo-lists li {
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }
  .material-panel .top .oppress {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .material-panel .middle {
    margin: 40px 0 ;
  }
  .material-panel .middle .oppress {
    margin-top: 45px;
    height: 400px;
  }
  .material-panel .bottom-lists {
    flex-wrap: wrap;
  }
  .material-panel .bottom-lists li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .material-panel .bottom-lists li .oppress {
    height: 250px;
  }
  .material-panel .bottom-lists li .oppress .num {
    left: 20px;
    font-size: 60px;
  }
  .material-panel .bottom-lists li .title {
    height: auto;
    padding: 40px 30px;
  }
  .material-panel .bottom-lists li:hover {
    margin-top: 0;
  }
}
.aftersale {
  background-image: url('../images/bg30.jpg');
}
.aftersale svg {
  width: 100%;
  height: 360px;
  margin-top: 70px;
}
.aftersale svg .cls-1,
.aftersale svg .cls-5 {
  fill: none;
}
.aftersale svg .cls-1 {
  stroke: #fe8401;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke-dasharray: 0.001 15;
}
.aftersale svg .cls-1,
.aftersale svg .cls-4,
.aftersale svg .cls-9 {
  fill-rule: evenodd;
}
.aftersale svg .cls-3 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  opacity: 0.8;
}
.aftersale svg .cls-7 {
  font-size: 48px;
  opacity: 0;
  font-family: 'adineueBold', sans-serif;
  transition: all 0.4s ease;
}
.aftersale svg .cls-5 {
  stroke: #be9440;
  stroke-width: 2px;
  transition: all 0.4s ease;
}
.aftersale svg .cls-2,
.aftersale svg .cls-21,
.aftersale svg .cls-10,
.aftersale svg .cls-11,
.aftersale svg .cls-12,
.aftersale svg .cls-13,
.aftersale svg .cls-14 {
  transition: all 0.4s ease;
}
.aftersale svg .cls-arrow,
.aftersale svg .cls-4,
.aftersale svg .cls-6 {
  fill: #be9440;
}
.aftersale svg .cls-2 {
  fill: url(#linear-gradient);
}
.aftersale svg .cls-21 {
  fill: url(#linear-gradient-7);
}
.aftersale svg .cls-10 {
  fill: url(#linear-gradient-2);
}
.aftersale svg .cls-11 {
  fill: url(#linear-gradient-3);
}
.aftersale svg .cls-12 {
  fill: url(#linear-gradient-4);
}
.aftersale svg .cls-13 {
  fill: url(#linear-gradient-5);
}
.aftersale svg .cls-14 {
  fill: url(#linear-gradient-6);
}
.aftersale svg .item:hover .cls-2,
.aftersale svg .item:hover .cls-21,
.aftersale svg .item:hover .cls-10,
.aftersale svg .item:hover .cls-11,
.aftersale svg .item:hover .cls-12,
.aftersale svg .item:hover .cls-13,
.aftersale svg .item:hover .cls-14 {
  fill: #be9440;
}
.aftersale svg .item:hover .cls-5 {
  fill: #be9440;
}
.aftersale svg .item:hover .cls-3,
.aftersale svg .item:hover .cls-4 {
  fill: #fff;
}
.aftersale svg .item:hover .cls-7 {
  opacity: 0.2;
}
.aftersale svg .item:hover .cls-img {
  filter: brightness(100);
}
@media (max-width: 800px) {
  .aftersale {
    padding: 40px 0 ;
  }
  .aftersale .same-pic-title {
    width: 50%;
    margin: 0 auto;
  }
  .aftersale svg {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 20px 0 ;
  }
}
.visit {
  background-image: url('../images/bg31.jpg');
}
.visit svg {
  width: 1064px;
  height: 711px;
}
.visit svg .title {
  position: relative;
  z-index: 99;
}
.visit svg .cls-14,
.visit svg .cls-7 {
  fill: none;
  stroke-width: 2px;
}
.visit svg .cls-2,
.visit svg .cls-6,
.visit svg .cls-9 {
  fill: #be9440;
}
.visit svg .cls-2 {
  opacity: 0.05;
}
.visit svg .cls-3 {
  fill: url(#linear-gradient-circle);
}
.visit svg .cls-4 {
  fill: url(#linear-gradient-21);
}
.visit svg .cls-11,
.visit svg .cls-5 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  opacity: 0.8;
}
.visit svg .cls-5 {
  opacity: 0.8;
}
.visit svg .cls-14,
.visit svg .cls-7 {
  stroke: #be9440;
  transition: all 0.4s ease;
}
.visit svg .cls-8 {
  opacity: 0.2;
  font-size: 24px;
  font-family: 'adineueBold', sans-serif;
  transition: all 0.4s ease;
}
.visit svg .cls-13 {
  fill: url(#linear-gradient-31);
}
.visit svg .cls-15 {
  fill: url(#linear-gradient-41);
}
.visit svg .cls-16 {
  fill: url(#linear-gradient-51);
}
.visit svg .cls-17 {
  fill: url(#linear-gradient-71);
}
.visit svg .item:hover .cls-8,
.visit svg .item:hover .cls-4,
.visit svg .item:hover .cls-17,
.visit svg .item:hover .cls-16,
.visit svg .item:hover .cls-15,
.visit svg .item:hover .cls-13,
.visit svg .item:hover .cls-14 {
  fill: #be9440;
  opacity: 1;
}
.visit svg .item:hover .cls-4,
.visit svg .item:hover .cls-7 {
  fill: #be9440;
}
.visit svg .item:hover .cls-5,
.visit svg .item:hover .cls-6 {
  fill: #fff;
  opacity: 1;
}
.visit svg .item:hover .cls-img {
  filter: brightness(100);
}
@media (max-width: 800px) {
  .visit {
    padding: 40px 0 ;
  }
  .visit svg {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 20px 0 ;
  }
}
#job-lists {
  background-color: #eee;
  padding: 40px 0;
}
#job-lists .top-content {
  margin: 60px 0 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#job-lists .top-content .top-box .icon {
  width: 78px;
  height: 78px;
  border-width: 2px;
  border-color: #be9440;
  border-style: solid;
  border-radius: 50%;
  margin-right: 10px;
}
#job-lists .top-content .ul {
  width: 60%;
  margin: 36px auto 0;
}
@media (max-width: 800px) {
  #job-lists .top-content {
    margin: 30px 0 ;
    padding-bottom: 20px;
  }
  #job-lists .top-content .top-box .icon {
    width: 58px;
    height: 58px;
  }
  #job-lists .top-content .ul {
    width: 100%;
    margin: 26px auto 0;
    flex-wrap: wrap;
  }
  #job-lists .top-content .ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#job-lists .lists {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 110px;
}
#job-lists .lists .item .ul li {
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}
#job-lists .lists .item .ul li .top {
  padding: 45px 65px;
  transition: all 0.4s ease-out;
}
#job-lists .lists .item .ul li .top .icon {
  margin-right: 12px;
}
#job-lists .lists .item .ul li .top.active {
  color: #fff;
  background-color: #be9440;
}
#job-lists .lists .item .ul li .top.active .name {
  opacity: 1;
}
#job-lists .lists .item .ul li .top.active .icon {
  filter: brightness(100);
}
#job-lists .lists .item .ul li .bottom {
  display: none;
  padding: 68px 65px;
}
#job-lists .lists .item .ul li .desc-box {
  width: 96%;
  margin-top: 20px;
}
#job-lists .lists .item .ul li .desc-box .desc > div {
  width: 48%;
  margin-bottom: 20px;
}
#job-lists .lists .item .ul li .desc-box .desc > div:last-child {
  margin-bottom: 0;
}
#job-lists .lists .item .ul li .desc-box .desc > div .title {
  margin-bottom: 10px;
}
#job-lists .lists .item .ul li .btn {
  cursor: pointer;
  font-size: 26px;
}
#job-lists .lists .item .ul li .btn .icon {
  display: block;
  transition: all 0.4s ease-out;
  margin-top: 10px;
}
#job-lists .lists .item .ul li .btn.on .icon {
  transform: rotateZ(-180deg);
}
@media (max-width: 800px) {
  #job-lists .lists .item .ul li .top {
    padding: 17px 20px;
  }
  #job-lists .lists .item .ul li .bottom {
    padding: 32px 20px;
  }
  #job-lists .lists .item .ul li .btn .icon {
    margin-top: 0;
  }
}
#job-lists .lists .swiper-change {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  min-width: 20%;
}
#job-lists .lists .swiper-change .swiper-pagination {
  width: 70%;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  #job-lists .lists {
    margin-top: 10px;
    padding-bottom: 70px;
  }
  #job-lists .lists .swiper-change {
    min-width: 100%;
  }
}
#partner-lists {
  padding: 40px 0;
}
#partner-lists .pageSwiper {
  padding-bottom: 80px;
  margin-top: 68px;
}
#partner-lists .pageSwiper > .swiper-wrapper {
  height: 870px;
}
#partner-lists .pageSwiper .swiper-slide {
  height: calc(100% / 2) !important;
}
#partner-lists .pageSwiper .swiper-slide .box {
  width: 95%;
  height: 94%;
  background-color: #eee;
  box-sizing: border-box;
}
#partner-lists .pageSwiper .swiper-slide .title {
  padding: 45px 65px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
#partner-lists .pageSwiper .swiper-slide .info {
  padding: 60px 65px;
}
#partner-lists .pageSwiper .swiper-slide .info .row {
  margin-bottom: 30px;
}
#partner-lists .pageSwiper .swiper-slide .info .row span {
  margin-right: 10px;
}
#partner-lists .pageSwiper .swiper-slide .info .row p {
  flex: 1;
}
#partner-lists .pageSwiper .swiper-slide .links {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
#partner-lists .pageSwiper .swiper-slide .links .f14 {
  margin-right: 10px;
}
#partner-lists .pageSwiper .swiper-slide .links::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#partner-lists .pageSwiper .swiper-slide:hover .title {
  color: #fff;
  background-color: #be9440;
}
#partner-lists .pageSwiper .swiper-slide:hover .links {
  color: #be9440;
  opacity: 8;
}
#partner-lists .pageSwiper .swiper-slide:hover .links::after {
  background-color: #be9440;
}
#partner-lists .pageSwiper .swiper-change {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  min-width: 20%;
}
#partner-lists .pageSwiper .swiper-change .swiper-pagination {
  width: 70%;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  #partner-lists .pageSwiper .swiper-slide .title {
    padding: 45px 45px 35px;
  }
  #partner-lists .pageSwiper .swiper-slide .info {
    padding: 60px 45px;
  }
}
@media (max-width: 768px) {
  #partner-lists .pageSwiper {
    padding-bottom: 50px;
    margin-top: 38px;
  }
  #partner-lists .pageSwiper > .swiper-wrapper {
    height: 680px;
  }
  #partner-lists .pageSwiper .swiper-slide .box {
    width: 100%;
  }
  #partner-lists .pageSwiper .swiper-slide .title {
    padding: 25px 35px;
  }
  #partner-lists .pageSwiper .swiper-slide .info {
    padding: 40px 35px;
  }
  #partner-lists .pageSwiper .swiper-change {
    width: 100%;
    margin: 40px auto 0;
  }
}
#team {
  background-color: #f0f0f0;
  padding: 40px 0 20px;
}
#team .teamSwiper {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
  user-select: none;
}
#team .teamSwiper .item .content {
  width: 100%;
  height: 570px;
  background-color: #f6f6f6;
  padding: 80px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease;
}
#team .teamSwiper .item .content::after {
  content: "";
  position: absolute;
  bottom: -111px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #fff;
  transform: translateX(-50%);
  display: none;
}
#team .teamSwiper .item .content .pic {
  border-radius: 50%;
  width: 100%;
  height: 300px;
  margin: 0 auto 60px;
}
#team .teamSwiper .item .content .title {
  text-align: center;
}
#team  .show-info {
  display: none;
  width: 97%;
  height: 340px;
  padding: 70px 90px;
  margin: 0 auto ;
  box-sizing: border-box;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  transition: all 0.4s linear;
}
#team  .show-info .left-box {
  width: 30%;
  height: 190px;
}
#team  .show-info .right-pic {
  width: 65%;
}
#team  .show-info .right-pic .oppress {
  width: 32%;
  height: 190px;
  margin-right: 25px;
}
#team  .show-info .right-pic .oppress:last-child {
  margin-right: 0;
}
#team .teamSwiper .item.on .content {
  border: 1px solid #fe8401;
}
#team .teamSwiper .item.on .content::after {
  display: block;
}
/*#team  .show-info {*/
/*  display: block;*/
/*}*/
/*@media (max-width: 1680px) {*/
/*  #team .teamSwiper .item .show-info {*/
/*    width: 1410px;*/
/*  }*/
/*}*/
/*@media (max-width: 1580px) {*/
/*  #team .teamSwiper .item .show-info {*/
/*    width: 1310px;*/
/*  }*/
/*}*/
@media (max-width: 1480px) {
  #team .teamSwiper .item .content {
    height: auto;
    padding: 80px 60px;
  }
  #team  .show-info {
    width: 95%;
    padding: 70px 60px;
  }
}
@media (max-width: 1380px) {
  #team .teamSwiper .item .content {
    padding: 80px 40px;
  }
  #team .teamSwiper .item .show-info {
    width: 1150px;
  }
}
/*@media (max-width: 1280px) {*/
/*  #team .teamSwiper .item .show-info {*/
/*    width: 1030px;*/
/*  }*/
/*}*/
@media (max-width: 800px) {
    #team .teamSwiper {
        padding-bottom: 50px;
    }
  #team .teamSwiper .item {
    width: 100%;
    margin-right: 0;
    position: relative;
    height: auto;
    margin-bottom: 30px;
  }
  #team .teamSwiper .item .content {
    width: 90%;
    padding: 40px 40px 50px;
    margin: 0 auto;
  }
  #team .teamSwiper .item .content::after {
    /*display: block;*/
    bottom: -81px;
  }
  #team .teamSwiper .item .content .pic {
    width: 80%;
    height: 200px;
    margin: 0 auto 30px;
  }
  #team  .show-info {
    width: 100%;
    /*display: block;*/
    padding: 30px 20px;
    height: auto;
  }
  #team  .show-info .box {
    flex-wrap: wrap;
  }
  #team  .show-info .box .left-box {
    width: 100%;
    height: auto;
  }
  #team .show-info .box .left-box .text-node {
    margin-top: 20px;
  }
  #team .show-info .box .right-pic {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #team .show-info .box .right-pic .oppress {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #team  .show-info .box .right-pic .oppress:last-child {
    margin-bottom: 0;
  }
}
#team .teamSwiper .cursor_gallery {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 102;
  border-radius: 50%;
  cursor: grab;
}
#team .teamSwiper .cursor_gallery .swiper-change {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#team .teamSwiper .cursor_gallery .swiper-change.on {
  opacity: 1;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 14px ;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}
.fixed-footer .item {
  text-align: center;
}
.fixed-footer .item .icon {
  width: 35px;
  margin: 0 auto;
}
.fixed-footer .item p {
  margin-top: 8px;
  font-size: 16px;
}
.fixed-footer .item.active p {
  color: #be9440;
  opacity: 1;
}

