@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;
  }
}
.logo {
  max-width: 16em;
  min-width: 160px;
}
.bgf5 {
  background-color: #f5f5f5;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  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: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #a16a51;
  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.8;
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #b07a5e;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#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: #a16a51;
  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: #a16a51;
  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;
  width: 180px;
  height: 55px;
  border-width: 2px;
  color: #ffd0b3;
  border-color: #ffd0b3;
  border-style: solid;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.more::after {
  content: '';
  border-width: 1px;
  border-color: #ffd0b3;
  border-style: solid;
  width: 170px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.more .icon-box {
  width: 44px;
  height: 44px;
  border-left: 1px solid #ffd0b3;
  transition: all 0.4s ease;
}
.more:hover {
  color: #00000099;
  background-color: #ffd0b3;
  filter: drop-shadow(0.2em 0.2em 0 #a16a51);
}
.more:hover::after {
  display: none;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more::after {
  border-color: rgba(0, 0, 0, 0.6);
}
.more.gray-more .icon-box {
  border-left: 1px solid #00000099;
}
.more.gray-more:hover {
  border-color: #ffd0b3;
}
.more.gray-more:hover .icon-box {
  border-left: 1px solid #ffd0b3;
}
.more.spe-more {
  color: #a16a51;
}
.more.spe-more .icon-box {
  transform: rotate(45deg);
  margin-right: 1em;
}
.more.spe-more:hover .icon-box {
  transform: rotate(0);
  margin-right: 0.5em;
}
.more.active-more {
  border-bottom: 1px solid #a16a51;
}
.more.active-more span {
  color: #a16a51;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #a16a51;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.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: #a16a51;
  color: #fff;
}
@media (max-width: 800px) {
  .more {
    width: 140px;
    height: 45px;
    padding-left: 20px;
  }
  .more::after {
    width: 130px;
    height: 34px;
  }
  .more .icon-box {
    width: 34px;
    height: 34px;
  }
}
.go .char {
  position: relative;
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f6cb94;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-title .Mont {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .same-title .Mont {
    font-size: 30px;
  }
}
.same-title .sub-title {
  margin-top: 38px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .same-title .sub-title {
    margin-top: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 800px) {
  .same-title {
    max-width: 40%;
    margin: 0 auto;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: color 0.4s ease-out;
}
.datum .item:first-child {
  margin-right: 90px;
}
.datum .item:first-child .enb {
  width: 146px;
}
.datum .item:first-child .enb::before {
  right: 0;
  left: 65px;
}
.datum .item:hover .enb {
  opacity: 1;
  color: #f6cb94;
}
.datum .item .text {
  opacity: 0.9;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  opacity: 0.8;
}
.datum .enb .data-rolling {
  transition: all 0.4s ease-out;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.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: #a16a51;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .item:first-child {
    margin-right: 20px;
  }
  .datum .item:first-child .enb {
    width: 110px;
  }
  .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 {
    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;
  }
}
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);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #9c654d;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/arrow-icon1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #9c654d;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover  > a:after,
ul.pagination li:first-child:hover > span:after{
  background-image: url("../images/arrow-icon2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover > 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: 10em;
    min-width: 150px;
  }
}
.main {
  max-width: 1680px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1440px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1380px;
  }
  .main.spe-main {
    max-width: 1280px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #a16a51;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #a16a51;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #c1c1c1;
}
.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: #a16a51;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #a16a51;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #a16a51;
}
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: #a16a51;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #a16a51;
}
@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: #a16a51;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
#toTop {
  opacity: 0.5;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #000;
}
#toTop.on {
  transform: none;
  right: 0.3rem;
}
#toTop:hover {
  opacity: 1;
  color: #fff;
  background-color: #a16a51;
  border: 1px solid #a16a51;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #a16a51;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a16a51;
}
.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: #a16a51;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-radius: 50%;
  font-size: 18px;
  opacity: 0.7;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change .btn:hover {
  opacity: 1;
  color: #a16a51;
  background-color: #fff;
  border-color: #fff;
}
.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: #a16a51;
  border-color: #a16a51;
}
.swiper-change.spe-change2 .btn {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #a16a51;
  background-color: #a16a51;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 35px;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  animation: nudgeMouse 5s ease-out infinite;
  margin: 0 auto 5px;
  position: relative;
  overflow: hidden;
}
.scroll-down span {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes 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;
  position: absolute;
  top: 0;
  left: 0;
}
#header .main {
  height: 100%;
}
#header .main .left-box {
  width: 45%;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar,
#header.select .tel {
  display: none;
}
#header .nav-btn {
  width: 120px;
  height: 120px;
  background-image: -moz-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -webkit-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -ms-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  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: #fff;
  width: 100%;
  height: 2px;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.bottom {
  width: 50%;
}
#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);
  width: 100%;
}
@media (max-width: 1480px) {
  #header .nav-btn {
    width: 100px;
  }
}
@media (max-width: 1400px) {
  #header .main .left-box {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  #header .main .left-box .tel {
    display: none;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .nav-btn {
    width: 80px;
    height: 80px;
  }
}
#header.page-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.page-header #navbar {
  border-bottom: none;
}
#header.page-header .logo-box {
  margin-right: 70px;
}
#navbar {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
}
#navbar .interaction {
  padding: 0 28px;
  height: 100%;
}
@media (max-width: 1680px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.7;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #a16a51;
  transition: all 0.4s ease;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #a16a51;
  opacity: 1;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 100%;
}
@media (max-width: 1580px) {
  #navbar {
    justify-content: flex-start;
  }
}
@media (max-width: 1400px) {
  #navbar {
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1280px) {
  #navbar {
    width: 70%;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
  color: #fff;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../pictures/banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@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;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 30px;
    display: block;
    line-height: 60px;
  }
  #nav_fixed .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
}
@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: 50%;
  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;
}
#footer.page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#footer > .main {
  z-index: 9;
  position: relative;
  padding: 80px 0;
}
#footer > .main .top .blogroll {
  height: 100%;
  position: relative;
}
#footer > .main .top .blogroll .static {
  width: 11.87em;
  height: 3em;
  margin: 0 0 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 1em;
}
#footer > .main .top .blogroll .static .char {
  font-size: 14px;
  opacity: 0.9;
}
#footer > .main .top .blogroll .static .cc {
  width: 1.75em;
  height: 1.75em;
  background-color: #b07a5e;
  color: #fff;
}
#footer > .main .top .blogroll .static .cc .icon {
  font-size: 12px;
}
#footer > .main .top .blogroll .fade {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  color: #232323;
}
#footer > .main .top .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 > .main .top .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer > .main .top .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #b07a5e;
}
#footer > .main .top .blogroll:hover .static {
  background-color: #b07a5e;
  border-color: #b07a5e;
  color: #fff;
}
#footer > .main .top .blogroll:hover .static .cc {
  background-color: #fff;
  color: #b07a5e;
}
#footer > .main .top .blogroll:hover .fade {
  margin-top: 0;
}
#footer > .main .bottom-box {
  margin-top: 50px;
  padding-top: 50px;
}
#footer > .main .bottom-box .bottom-connect li {
  margin-bottom: 35px;
}
#footer > .main .bottom-box .bottom-connect li:last-child {
  margin-bottom: 0;
}
#footer > .main .bottom-box .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#footer > .main .bottom-box .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#footer .links {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  height: 126px;
}
#footer .links a{
    max-width: 10%;
}
#footer .links a:nth-of-type(2) {
  margin: 0 10%;
}
#footer .left-box {
  width: 30%;
}
#footer .right-box {
  width: 55%;
}
#footer .right-box .box {
  align-items: flex-end;
}
#footer .bottom-nav {
  width: 90%;
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-top: 15px;
  color: #8a8a8a;
}
#footer .bottom-nav li .two-ul a:first-child {
  margin-top: 0;
}
#footer .bottom-nav li .two-ul a span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
#footer .bottom-nav li .two-ul a:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li .two-ul a:hover {
  color: #b07a5e;
}
#footer .bottom-nav li .two-ul a:hover span {
  border-bottom: 1px solid #b07a5e;
}
#footer .wechat {
  margin-left: 100px;
  margin-top: 64px;
}
#footer .wechat li {
  text-align: center;
}
#footer .wechat li .pic {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 14px;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .wechat li p {
  opacity: 0.7;
}
#footer .wechat li p span {
  display: block;
  margin-top: 5px;
}
@media (max-width: 1480px) {
  #footer .left-box {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  #footer .main .bottom-nav {
    display: none;
  }
  #footer .left-box {
    width: 50%;
  }
  #footer .right-box {
    width: 50%;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  #footer .main {
    flex-wrap: wrap;
  }
  #footer > .main {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }
  #footer > .main .left-box {
    width: 100%;
  }
  #footer > .main .bottom-box {
    margin: 30px 0;
    width: 100%;
    padding-top: 35px;
  }
  #footer > .main .bottom-box .bottom-connect li {
    margin-bottom: 20px;
  }
  #footer > .main .right-box {
    width: 100%;
  }
  #footer > .main .right-box .box {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  #footer .wechat {
    margin-left: 0;
    margin-top: 34px;
  }
  #footer .links {
    height: 86px;
    padding: 0 20px;
  }
  #footer .links a{
      max-width:20%;
  }
  #footer .links a:nth-of-type(2) {
    margin: 0 5%;
  }
}
.copyright {
  padding: 20px 0;
  background-color: #b7856b;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
  }
  .copyright .main {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
}
#banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url('../pictures/banner.jpg');
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide .door {
  width: 952px;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  text-align: center;
}
#banner > .swiper .swiper-slide .door .circle {
  width: 610px;
  height: 610px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/door-bg.png');
}
#banner > .swiper .swiper-slide .door .pic {
  height: 70%;
  margin-bottom: 50px;
}
#banner > .swiper .swiper-slide .door .pic img {
  width: auto;
  max-height: 100%;
}
#banner > .swiper .swiper-slide .door .pic,
#banner > .swiper .swiper-slide .door .hansans,
#banner > .swiper .swiper-slide .door .title {
  opacity: 0;
  transition-delay: 2.6s;
}
#banner > .swiper .swiper-slide .door .door-l,
#banner > .swiper .swiper-slide .door .door-r {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 3s ease;
  transform: translateX(0) rotateY(0);
}
#banner > .swiper .swiper-slide .door .door-l {
  left: 0;
  transform-origin: left;
}
#banner > .swiper .swiper-slide .door .door-r {
  right: 0;
  transform-origin: right;
  padding-right: 10%;
}
#banner > .swiper .swiper-slide .hansans {
  font-size: 40px;
  color: #f6cb94;
}
#banner > .swiper .swiper-slide .title {
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide > .full {
    text-align: center;
  }
  #banner > .swiper .swiper-slide > .full .Mont {
    font-size: 22px;
  }
  #banner > .swiper .swiper-slide > .full .title {
    margin-top: 10px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .door .door-l {
  opacity: 1;
  transform: translateX(-50px) rotateY(-5deg);
}
#banner > .swiper .swiper-slide.swiper-slide-active .door .door-r {
  opacity: 1;
  transform: translateX(50px) rotateY(5deg);
}
#banner > .mask {
  left: auto;
  width: 120px;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#banner > .mask > .swiper-pagination {
  top: 45%;
}
#banner > .mask > .swiper-pagination .circle {
  margin: 0.5em auto;
  display: block;
}
#banner .line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
#banner .line::before,
#banner .line::after {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#banner .line::before {
  height: 84%;
  top: 0;
}
#banner .line::after {
  height: 20px;
  bottom: 0;
}
#banner .scroll-down {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 20;
  width: 100%;
}
@media (max-width: 1480px) {
  #banner > .swiper {
    height: 100%;
  }
  #banner > .swiper .swiper-slide .door {
    width: 750px;
  }
  #banner > .swiper .swiper-slide .door .circle {
    width: 450px;
    height: 450px;
  }
  #banner > .swiper .swiper-slide .door .pic {
    height: 280px;
    margin-bottom: 20px;
  }
  #banner > .swiper .swiper-slide .door .pic,
  #banner > .swiper .swiper-slide .door .hansans,
  #banner > .swiper .swiper-slide .door .title {
    opacity: 0;
    transition-delay: 1.6s;
  }
  #banner > .swiper .swiper-slide .door .door-l {
    width: 40%;
  }
  #banner > .swiper .swiper-slide .door .door-r {
    width: 40%;
  }
  #banner > .swiper .swiper-slide .hansans {
    font-size: 30px;
  }
  #banner > .swiper .swiper-slide .title {
    margin-top: 15px;
  }
  #banner > .mask {
    width: 100px;
  }
}
@media (max-width: 1400px) {
  #banner .line {
    display: none;
  }
}
@media (max-width: 1080px) {
  #banner > .mask {
    z-index: 200;
    width: 100%;
    top: auto;
    bottom: 80px;
    border-left: none;
  }
  #banner > .mask > .swiper-pagination .circle {
    margin: 0 1em;
    display: inline-block;
  }
  #banner .scroll-down {
    display: none;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 600px;
  }
  #banner > .swiper {
    height: 100%;
  }
  #banner > .swiper .swiper-slide .door {
    width: 350px;
  }
  #banner > .swiper .swiper-slide .door .circle {
    width: 250px;
    height: 250px;
  }
  #banner > .swiper .swiper-slide .door .pic {
    height: 140px;
    margin-bottom: 20px;
  }
  #banner > .swiper .swiper-slide .door .door-l {
    width: 50%;
  }
  #banner > .swiper .swiper-slide .door .door-r {
    width: 50%;
  }
  #banner > .swiper .swiper-slide .hansans {
    font-size: 24px;
  }
  #banner > .swiper .swiper-slide .title {
    margin-top: 5px;
    font-size: 14px;
  }
  #banner > .mask {
    bottom: 50px;
  }
}
.page-banner {
  height: 700px;
  background-color: #000;
  position: relative;
}
.page-banner .banner-txt {
  position: absolute;
  top: 55%;
  left: 6%;
  transform: translateY(-50%);
  width: 90%;
  z-index: 10;
}
.page-banner .banner-txt .title {
  font-size: 40px;
  margin-bottom: 30px;
  color: #f6cb94;
}
.page-banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page-banner .scroll-down {
    bottom: 30px;
  }
}
.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 #e8e8e8;
}
.page-nav .item:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.page-nav .item a {
  height: 100%;
  line-height: 85px;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.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-image: url('../images/nav-bg.png');
}
@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 #e8e8e8;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
#about {
  background-color: #f6cb94;
  padding-top: 5px;
}
#about .right-info {
  background-image: url("../images/bg2.jpg");
  width: 50%;
  height: 900px;
  box-sizing: border-box;
  padding-top: 12%;
}
#about .right-info .sub-title {
  color: #ffd0b3;
}
#about .right-info .word {
  margin: 25px 0 40px;
}
#about .right-info .desc {
  width: 55%;
  margin: 50px auto 75px;
  line-height: 1.8;
  opacity: 0.9;
}
#about .right-info .more {
  margin: 0 auto;
}
#about .left-pic {
  width: 50%;
  height: 900px;
}
@media (max-width: 800px) {
  #about .content {
    flex-wrap: wrap;
  }
  #about .right-info {
    width: 100%;
    height: auto;
    padding: 54px 20px;
  }
  #about .right-info .word {
    margin: 20px 0;
  }
  #about .right-info .desc {
    width: 100%;
    margin: 30px 0 35px;
  }
  #about .middle-word {
    width: 13%;
    height: 100px;
    transform: rotate(-90deg);
    margin-left: 10%;
    text-align: center;
  }
  #about .left-pic {
    width: 100%;
    height: 400px;
  }
}
#about.page-about {
  background-color: #f5f5f5;
  background-image: url('../images/about-bg2.png');
  background-size: 1102px 345px;
  background-position: 50% 9%;
}
#about.page-about .top-box .row {
  margin-top: 60px;
}
#about.page-about .top-box .row .sub-title {
  font-size: 48px;
  letter-spacing: 6px;
}
#about.page-about .bottom-box .left-pic {
  margin-left: -15%;
  height: auto;
}
#about.page-about .bottom-box .right-info {
  background-image: none;
  padding: 0;
  height: auto;
}
#about.page-about .bottom-box .right-info .year {
  color: #b07a5e;
}
#about.page-about .bottom-box .right-info .year .timesroman {
  font-size: 60px;
  margin-right: 10px;
  letter-spacing: 4px;
}
#about.page-about .bottom-box .right-info .sub {
  letter-spacing: 4px;
}
#about.page-about .bottom-box .right-info .desc {
  width: 100%;
  margin: 60px auto 0;
}
#about.page-about .bottom-pic {
  width: 76%;
  height: 550px;
  border-radius: 0 72px 72px 0;
  margin-top: 55px;
}
@media (max-width: 800px) {
  #about.page-about {
    background-size: 350px 145px;
    background-position: 50% 5%;
  }
  #about.page-about .top-box .row {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #about.page-about .top-box .row .sub-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
  }
  #about.page-about .top-box .row .logo {
    display: none;
  }
  #about.page-about .bottom-box {
    flex-wrap: wrap;
  }
  #about.page-about .bottom-box .left-pic {
    margin-left: 0;
    text-align: center;
  }
  #about.page-about .bottom-box .right-info .year .timesroman {
    font-size: 50px;
  }
  #about.page-about .bottom-box .right-info .desc {
    margin: 30px auto 0;
  }
  #about.page-about .bottom-pic {
    width: 100%;
    height: 250px;
    border-radius: 0;
    margin-top: 30px;
  }
}
#brand {
  position: relative;
}
#brand .ring {
  position: absolute;
  top: 40px;
  right: 10%;
  z-index: 10;
  animation: move 3s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 10px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 800px) {
  #brand .ring {
    width: 100px;
    right: 20px;
    top: 50px;
  }
}
#brand .middle-box {
  height: 800px;
  overflow: hidden;
  margin-top: 80px;
  background-image: url("../pictures/bg.jpg");
}
#brand .middle-box .item {
  width: 33.33%;
  height: 100%;
}
#brand .middle-box .item:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#brand .middle-box .item a {
  width: 100%;
  height: 100%;
}
#brand .middle-box .item a .top {
  height: 50%;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.6s ease-in-out;
}
#brand .middle-box .item a .top .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
}
#brand .middle-box .item a .info {
  transform: translateY(100%);
  height: 50%;
  transition: all 0.8s ease;
}
#brand .middle-box .item a .info .text-node {
  width: 80%;
  opacity: 1;
  margin-bottom: 50px;
}
#brand .middle-box .item a .info .watch .icon {
  margin-left: 0.5em;
}
#brand .middle-box .item a:hover .top {
  background-image: url("../images/bg3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#brand .middle-box .item a:hover .top .icon {
  opacity: 1;
}
#brand .middle-box .item a:hover .info {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #brand .middle-box {
    height: auto;
    margin-top: 36px;
    flex-wrap: wrap;
  }
  #brand .middle-box .item {
    width: 100%;
    height: 300px;
    padding-bottom: 40px;
  }
  #brand .middle-box .item:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #brand .middle-box .item a .top {
    height: 50%;
    position: relative;
    border-bottom: none;
  }
  #brand .middle-box .item a .top img {
    max-width: 60%;
  }
  #brand .middle-box .item a .top .icon {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
  }
  #brand .middle-box .item a .info {
    transform: translateY(0);
  }
  #brand .middle-box .item a .info .text-node {
    margin-bottom: 20px;
  }
}
#products {
  background-image: url('../images/bg4.jpg');
  padding: 0 10%;
  height: 1000px;
  overflow: hidden;
}
#products .main .left-box {
  width: 23%;
}
#products .main .left-box .more {
  margin-top: 158px;
}
#products .main .right-box {
  width: 66%;
}
#products .main .right-box .ul {
  width: 45%;
}
#products .main .right-box .ul:last-child {
  margin-top: 125px;
}
#products .main .right-box .ul li {
  margin-bottom: 80px;
}
#products .main .right-box .ul li:last-child {
  margin-bottom: 0;
}
#products .main .right-box .ul li a {
  text-align: center;
}
#products .main .right-box .ul li a .oppress {
  width: 100%;
  height: 500px;
  background-image: url("../images/bg5.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#products .main .right-box .ul li a .oppress img {
  max-height: 80%;
}
#products .main .right-box .ul li a .title {
  font-size: 28px;
  margin: 35px 0 15px;
}
#products .main .right-box .ul li a .text-node {
  opacity: 0.5;
}
#products .main .right-box .pro-lists.original {
  animation: 53s linear 0s infinite normal forwards running rollingtop;
}
#products .main .right-box .pro-lists.clone {
  animation: 53s linear 0s infinite normal none running rollingtop2;
}
#products .main .right-box.stop .pro-lists {
  animation-play-state: paused;
}
@keyframes rollingtop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.01% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rollingtop2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media (max-width: 1480px) {
  #products .main .right-box {
    width: 66%;
  }
  #products .main .right-box .ul {
    width: 45%;
  }
  #products .main .right-box .ul:last-child {
    margin-top: 125px;
  }
  #products .main .right-box .ul li {
    margin-bottom: 80px;
  }
  #products .main .right-box .ul li:last-child {
    margin-bottom: 0;
  }
  #products .main .right-box .ul li a {
    text-align: center;
  }
  #products .main .right-box .ul li a .oppress {
    width: 100%;
    height: 400px;
    background-image: url("../images/bg5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #products .main .right-box .ul li a .oppress img {
    max-height: 80%;
  }
  #products .main .right-box .ul li a .title {
    font-size: 28px;
    margin: 35px 0 15px;
  }
  #products .main .right-box .ul li a .text-node {
    opacity: 0.5;
  }
  #products .main .right-box.stop .pro-lists {
    animation-play-state: paused;
  }
  @keyframes rollingtop {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-100%);
    }
    50.01% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes rollingtop2 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-200%);
    }
  }
}
@media (max-width: 800px) {
  #products .main {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #products .main .left-box {
    width: 100%;
  }
  #products .main .left-box .more {
    margin: 38px auto 0;
  }
  #products .main .right-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 40px;
  }
  #products .main .right-box .ul {
    width: 47%;
  }
  #products .main .right-box .ul:last-child {
    margin-top: 45px;
  }
  #products .main .right-box .ul li {
    margin-bottom: 40px;
  }
  #products .main .right-box .ul li a {
    text-align: center;
  }
  #products .main .right-box .ul li a .oppress {
    height: 180px;
  }
  #products .main .right-box .ul li a .oppress img {
    max-height: 80%;
  }
  #products .main .right-box .ul li a .title {
    font-size: 20px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1680px) {
  #products {
    padding: 0;
  }
}
@media (max-width: 1480px) {
  #products {
    padding: 0 8%;
  }
}
@media (max-width: 800px) {
  #products {
    padding: 0;
    height: auto;
  }
}
.page-brand {
  background-color: #f5f5f5;
}
.page-brand ul {
  margin-top: 45px;
}
.page-brand ul li {
  width: 23%;
  height: 365px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 55px 50px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.6s ease;
}
.page-brand ul li .icon-box .active-icon {
  display: none;
}
.page-brand ul li .title {
  padding: 50px 0 22px;
  position: relative;
  margin-bottom: 25px;
}
.page-brand ul li .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: rgba(16, 16, 16, 0.3);
  border-radius: 1px;
  transform: translateX(-50%);
}
.page-brand ul li:hover {
  border: 1px solid transparent;
  background-image: url('../images/bg6.png');
}
.page-brand ul li:hover .icon-box .default-icon {
  display: none;
}
.page-brand ul li:hover .icon-box .active-icon {
  display: block;
}
.page-brand ul li:hover .title {
  color: #fff;
}
.page-brand ul li:hover .title::before {
  background-color: #fff;
}
.page-brand ul li:hover .text-node {
  opacity: 1;
  color: #fff;
}
@media (max-width: 800px) {
  .page-brand ul {
    margin-top: 25px;
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .page-brand ul li {
    width: 48%;
    height: auto;
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: 20px;
    background-size: cover;
  }
  .page-brand ul li .title {
    padding: 30px 0 20px;
    margin-bottom: 15px;
  }
  .page-brand ul li .icon-box {
    width: 40%;
    height: 40px;
    margin: 0 auto;
  }
}
.about-develop {
  border-top-left-radius: 120px;
}
.about-develop .develop-content {
  width: 100%;
  margin-top: 64px;
  padding-bottom: 110px;
}
.about-develop .develop-content .spe-box {
  margin-left: 12%;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .about-develop .develop-content .spe-box {
    margin-left: 6%;
  }
}
@media (max-width: 1280px) {
  .about-develop .develop-content .spe-box {
    margin-left: 0;
  }
}
.about-develop .develop-content .spe-box .bg {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.about-develop .develop-content .spe-box .swiper-wrapper {
  padding-top: 100px;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide {
  padding-left: 30px;
  padding-bottom: 150px;
  position: relative;
  box-sizing: border-box;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide .year {
  margin-top: -8px;
  margin-bottom: 20px;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide .year,
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide .f14 {
  opacity: 0.7;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-active,
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  transform: translateY(-80px) !important;
  transition: all 0.6s ease-in-out;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-active::before,
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active::before {
  background-color: #bf8a6a;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-active .year,
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .year {
  font-size: 40px;
  margin-top: -17px;
  opacity: 1;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide:first-child {
  margin-left: 20px;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide:nth-of-type(even) {
  transform: translateY(40px);
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 7px;
  height: 7px;
  border: 2px solid #bf8a6a;
}
.about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 80%;
  background: linear-gradient(244deg, #bf8a6a 50%, rgba(255, 255, 255, 0) 100%);
}
.about-develop .develop-content .btn-box {
  height: 80px;
  position: relative;
}
.about-develop .develop-content .swiper-button-next,
.about-develop .develop-content .swiper-button-prev {
  color: #fff;
  top: auto;
  bottom: 0;
  opacity: 0.7;
}
.about-develop .develop-content .swiper-button-next:hover,
.about-develop .develop-content .swiper-button-prev:hover {
  color: #bf8a6a;
  opacity: 1;
}
.about-develop .develop-content .swiper-button-next:after,
.about-develop .develop-content .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.about-develop .develop-content .swiper-horizontal > .swiper-pagination-bullets,
.about-develop .develop-content .swiper-pagination-bullets.swiper-pagination-horizontal,
.about-develop .develop-content .swiper-pagination-custom,
.about-develop .develop-content .swiper-pagination-fraction {
  bottom: 5px;
  width: 80% !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.about-develop .develop-content .swiper-pagination-bullet {
  color: #fff;
  opacity: 0.7;
  width: auto;
  height: auto;
  background-color: transparent;
  transition: all 0.3s linear;
  margin: 0 !important;
}
.about-develop .develop-content .swiper-pagination-bullet-active {
  color: #bf8a6a;
  opacity: 1;
}
@media (max-width: 800px) {
  .about-develop .develop-content {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .about-develop .develop-content .main {
    height: auto;
  }
  .about-develop .develop-content .spe-box {
    padding-bottom: 0;
  }
  .about-develop .develop-content .spe-box .swiper-wrapper {
    padding-top: 100px;
  }
  .about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide {
    padding-left: 15px;
    padding-bottom: 40px;
    padding-right: 10%;
  }
  .about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-active .year,
  .about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .year {
    font-size: 16px;
    margin-top: -7px;
  }
  .about-develop .develop-content .spe-box .swiper-wrapper .swiper-slide .year {
    margin-bottom: 10px;
  }
  .about-develop .develop-content .swiper-pagination-bullet {
    font-size: 12px;
  }
  .about-develop .develop-content .swiper-horizontal > .swiper-pagination-bullets,
  .about-develop .develop-content .swiper-pagination-bullets.swiper-pagination-horizontal,
  .about-develop .develop-content .swiper-pagination-custom,
  .about-develop .develop-content .swiper-pagination-fraction {
    bottom: -9px;
  }
  .about-develop .develop-content .swiper-button-next,
  .about-develop .develop-content .swiper-button-prev {
    bottom: -22px;
  }
  .about-develop .develop-content .swiper-button-next:after,
  .about-develop .develop-content .swiper-button-prev:after {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .about-develop {
    border-top-left-radius: 0;
  }
}
#qualification {
  background-image: url('../images/bg7.jpg');
  background-color: #f5f5f5;
}
#qualification .main {
  position: relative;
}
#qualification .main .button {
  width: 3.2em;
  height: 3.2em;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  margin: 0 auto;
  color: #b5b3ac;
  border-radius: 50%;
  transform: rotate(90deg);
}
#qualification .main .button:hover {
  background-color: #a16a51;
  border-color: #a16a51;
  color: #fff;
}
#qualification .main .button.prev {
  transform: rotate(-90deg);
}
#qualification .main .right {
  width: 17%;
}
@media (max-width: 800px) {
  #qualification .main .right {
    width: 20%;
  }
  #qualification .main .button {
    width: 2.5em;
    height: 2.5em;
  }
}
#qualification .content {
  margin-top: 50px;
}
@media (max-width: 800px) {
  #qualification .content {
    margin-top: 30px;
  }
}
#qualification .thumb {
  height: 350px;
  margin: 50px auto;
  text-align: center;
}
#qualification .thumb .char {
  line-height: 1.6;
}
#qualification .thumb .swiper-slide {
  cursor: pointer;
  transition: all 0.4s ease-out;
}
#qualification .thumb .swiper-slide-active .char {
  color: #b07a5e;
  opacity: 1;
}
@media (max-width: 800px) {
  #qualification .thumb {
    height: 60px;
    margin: 40px auto 30px;
  }
  #qualification .thumb .char {
    line-height: 1.4;
  }
}
#qualification .gallery {
  width: 77%;
  height: 572px;
  margin: 0;
  border-radius: 20px;
  background-image: url('../images/bg8.png');
  padding: 54px;
  box-sizing: border-box;
}
#qualification .gallery .pic {
  height: 405px;
  margin-bottom: 28px;
}
#qualification .gallery .pic img {
  height: 100%;
}
@media (max-width: 800px) {
  #qualification .gallery {
    height: auto;
    margin: 0;
    border-radius: 20px;
    background-color: #f8f4e1;
    padding: 44px 24px;
    box-sizing: border-box;
  }
  #qualification .gallery .pic {
    height: auto;
    margin-bottom: 28px;
  }
}
.connect-info .top {
  margin-bottom: 44px;
}
.connect-info .top .tel-box .char {
  margin-bottom: 8px;
}
.connect-info .top .tel-box .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -webkit-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -ms-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  font-size: 30px;
  margin-right: 20px;
}
.connect-info .left .top10 {
  margin-top: 20px;
}
.connect-info .left .item {
  width: 600px;
  position: relative;
  padding: 0 22% 0 55px;
  height: 190px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
  z-index: 99;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.connect-info .left .item:first-child {
  border-radius: 10px 0 0 0;
}
.connect-info .left .item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.connect-info .left .item .title {
  margin-bottom: 25px;
}
.connect-info .left .item .right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}
.connect-info .left .item .right-icon {
  width: 100%;
  height: 100%;
}
.connect-info .left .item .right-icon .icon {
  display: block;
  transform: rotateZ(-90deg);
}
.connect-info .left .item .bottom-connect li .info {
  align-items: flex-start;
}
.connect-info .left .item .bottom-connect li .txt,
.connect-info .left .item .bottom-connect li .info {
  flex: 1;
}
.connect-info .left .item.on,
.connect-info .left .item:hover {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -webkit-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -ms-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  width: 650px;
  border-bottom: none;
  padding-right: 25%;
}
.connect-info .left .item.on .right,
.connect-info .left .item:hover .right {
  display: block;
}
.connect-info #map2 {
  width: 66%;
  height: 758px;
  border-radius: 0 10px 10px 0;
  margin-left: -3.5%;
}
@media (max-width: 1680px) {
  .connect-info #map2 {
    width: 59%;
  }
}
@media (max-width: 1480px) {
  .connect-info .left .item {
    width: 560px;
    position: relative;
    padding: 0 25px 0 55px;
  }
  .connect-info .left .item.on,
  .connect-info .left .item:hover {
    width: 610px;
  }
  .connect-info #map2 {
    width: 57%;
    margin-left: -4%;
  }
}
@media (max-width: 1280px) {
  .connect-info .left .item {
    width: 520px;
  }
  .connect-info .left .item.on,
  .connect-info .left .item:hover {
    width: 570px;
  }
  .connect-info #map2 {
    width: 58%;
    margin-left: -5%;
  }
}
@media (max-width: 1080px) {
  .connect-info {
    padding: 0;
  }
  .connect-info .content {
    flex-wrap: wrap;
  }
  .connect-info .top {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .connect-info .top .tel-box {
    width: 100%;
    margin-top: 40px;
  }
  .connect-info .left .item {
    width: 100%;
    padding: 35px 20px;
    height: auto;
  }
  .connect-info .left .item .title {
    margin-bottom: 10px;
  }
  .connect-info .left .item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .connect-info .left .item:last-child {
    border-radius: 0 ;
  }
  .connect-info .left .item .right {
    display: none !important;
  }
  .connect-info .left .item.on,
  .connect-info .left .item:hover {
    width: 100%;
    padding: 35px 20px;
  }
  .connect-info #map2 {
    width: 100%;
    height: 380px;
    border-radius: 0 0 10px 10px;
    margin-left: 0;
  }
}
#job .ul {
  margin-right: -2%;
  margin-top: 40px;
}
#job .ul li {
  width: 31%;
  height: 510px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 28px;
}
#job .ul li a {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  width: 100%;
  height: 100%;
}
#job .ul li a .top,
#job .ul li a .info {
  box-sizing: border-box;
}
#job .ul li a .top {
  height: 96px;
  font-size: 28px;
  padding: 30px 55px;
  transition: all 0.3s ease-in;
}
#job .ul li a .info {
  padding: 32px 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#job .ul li a .info .row {
  margin-bottom: 20px;
  line-height: 1.6;
}
#job .ul li a .info .go {
  margin-top: 30px;
}
#job .ul li:hover {
  border-color: #b07a5e;
}
#job .ul li:hover a {
  border-color: #b07a5e;
  border-top: none;
}
#job .ul li:hover a .top {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -webkit-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  background-image: -ms-linear-gradient(90deg, #9a634b 0%, #c18c6c 100%);
  margin: 0 -12px;
  padding: 30px 60px;
}
#job .ul li:hover a .go {
  color: #b07a5e;
}
@media (max-width: 800px) {
  #job .ul {
    margin-right: 0;
    margin-top: 30px;
  }
  #job .ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #job .ul li a .top {
    height: auto;
    font-size: 18px;
    padding: 30px 20px;
  }
  #job .ul li a .info {
    padding: 32px 20px;
  }
  #job .ul li a .info .row {
    margin-bottom: 10px;
  }
  #job .ul li a .info .go {
    margin-top: 20px;
  }
  #job .ul li:hover a .top {
    margin: 0 -12px;
    padding: 30px ;
  }
}
#news-lists .top-lists {
  background-color: #f5f5f5;
}
#news-lists .top-lists .news-swiper {
  padding-bottom: 68px;
}
#news-lists .top-lists .news-swiper .swiper-horizontal > .swiper-pagination-bullets,
#news-lists .top-lists .news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
#news-lists .top-lists .news-swiper .swiper-pagination-custom,
#news-lists .top-lists .news-swiper .swiper-pagination-fraction {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#news-lists .top-lists .news-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#news-lists .top-lists .news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
#news-lists .top-lists .news-swiper .swiper-pagination-custom .swiper-pagination-bullet,
#news-lists .top-lists .news-swiper .swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.9);
  width: 9px;
  height: 9px;
  transition: all 0.3s linear;
  margin: 0 10px;
}
#news-lists .top-lists .news-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
#news-lists .top-lists .news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
#news-lists .top-lists .news-swiper .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
#news-lists .top-lists .news-swiper .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 4.5px;
  background-color: #b07a5e;
  width: 40px;
  height: 9px;
}
#news-lists .top-lists .item {
  height: 420px;
}
#news-lists .top-lists .item a {
  height: 100%;
}
#news-lists .top-lists .item a .oppress {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#news-lists .top-lists .item a .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 50px 45px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  border-radius: 0 0 20px 20px;
}
#news-lists .top-lists .item a .content .title {
  margin-top: 15px;
}
#news-lists .main {
  background-color: #f5f5f5;
  border-radius: 20px;
}
#news-lists .main .lists {
  padding: 0 120px;
  box-sizing: border-box;
}
#news-lists .main .lists li {
  margin-bottom: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news-lists .main .lists li .date {
  width: 14%;
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#news-lists .main .lists li .right-info {
  width: 85%;
  padding: 0 14% 0 60px;
  position: relative;
  box-sizing: border-box;
}
#news-lists .main .lists li .right-info .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
#news-lists .main .lists li .right-info .title::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
}
#news-lists .main .lists li .right-info .go {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: all 0.4s linear;
}
#news-lists .main .lists li a:hover .right-info .title {
  color: #a16a51;
}
#news-lists .main .lists li a:hover .right-info .title::before {
  background-color: #a16a51;
}
#news-lists .main .lists li a:hover .go {
  color: #fff;
  border: 1px solid #a16a51;
  opacity: 1;
  background-color: #a16a51;
}
@media (max-width: 1380px) {
  #news-lists .main .lists li .date {
    width: 16%;
  }
  #news-lists .main .lists li .right-info {
    width: 83%;
  }
}
@media (max-width: 1280px) {
  #news-lists .main .lists li .date {
    width: 18%;
  }
  #news-lists .main .lists li .right-info {
    width: 80%;
  }
}
@media (max-width: 800px) {
  #news-lists .top-lists {
    padding-left: 20px;
    padding-right: 20px;
  }
  #news-lists .top-lists .news-swiper {
    padding-bottom: 48px;
  }
  #news-lists .top-lists .item {
    height: 320px;
  }
  #news-lists .top-lists .item a .content {
    padding: 40px 25px;
  }
  #news-lists .top-lists .item a .content .title {
    margin-top: 10px;
  }
  #news-lists .main {
    border-radius: 0;
    padding-top: 0;
  }
  #news-lists .main .lists {
    padding: 0;
  }
  #news-lists .main .lists li {
    margin-bottom: 34px;
    padding-bottom: 30px;
  }
  #news-lists .main .lists li a {
    flex-wrap: wrap;
  }
  #news-lists .main .lists li .date {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }
  #news-lists .main .lists li .right-info {
    width: 100%;
    padding-left: 0;
    padding-right: 20%;
  }
  #news-lists .lists-box {
    padding: 0;
  }
}
.details-banner {
  height: 700px;
}
.details-banner .banner-txt {
  text-align: center;
  left: 0;
  width: 100%;
}
.details-banner .banner-txt .title {
  color: #f6cb94;
  font-size: 50px;
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .details-banner .banner-txt .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.article .text-node {
  opacity: 1;
  max-width: 75%;
  margin: 0 auto;
  color: #666;
}
.article .btn-box {
  max-width: 90%;
  margin: 108px auto 0;
  height: 90px;
  border-top: 1px solid rgba(32, 32, 32, 0.1);
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
.article .btn-box a {
  opacity: 0.6;
}
.article .btn-box a .icon {
  margin-right: 0.5em;
}
.article .btn-box a.next .icon {
  margin-left: 0.5em;
  margin-right: 0;
}
.article .btn-box a:hover,
.article .btn-box a.active {
  opacity: 1;
  color: #b07a5e;
}
@media (max-width: 800px) {
  .article .text-node {
    max-width: 100%;
  }
  .article .btn-box {
    margin-top: 36px;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .article .btn-box a.back {
    display: none;
  }
}
.page-business {
  background-image: url('../images/bg9.jpg');
}
.page-business .article {
  margin-top: 47px;
}
.page-business .article .text-node {
  opacity: 1;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.9);
}
.page-business .article .text-node .oppress {
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .page-business .article {
    margin-top: 30px;
  }
  .page-business .article .text-node .oppress {
    height: 300px;
  }
}
.brand-panel1 {
  background-color: #f5f5f5;
  background-image: url('../images/bg10.png');
  background-size: 100% 80%;
}
.brand-panel1 .top-box .oppress {
  width: 55%;
  height: 500px;
  border-radius: 20px;
}
.brand-panel1 .top-box .right-info {
  width: 30%;
  padding-right: 5%;
}
.brand-panel1 .top-box .right-info .title {
  width: 89px;
}
.brand-panel1 .top-box .right-info .line {
  margin: 0 80px 0 100px;
}
.brand-panel1 .top-box .right-info .vertical {
  height: 500px;
  writing-mode: vertical-rl;
  /*从右到左竖向书写*/
  text-orientation: upright;
  /*保持正常水平书写*/
  line-height: 2;
  letter-spacing: 2px;
}
.brand-panel1 .bottom-box {
  padding: 80px 120px;
  height: 580px;
  box-sizing: border-box;
  background-image: url('../images/bg11.png');
  background-size: 100% 100%;
  margin-top: 64px;
}
.brand-panel1 .bottom-box .menus-box {
  margin-bottom: 50px;
}
.brand-panel1 .bottom-box .menus-box .item {
  width: 15%;
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.brand-panel1 .bottom-box .menus-box .item span {
  transition: all 0.3s ease;
  background-image: none;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.brand-panel1 .bottom-box .menus-box .item::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.2;
  transform: translateY(-50%);
  font-size: 16px;
}
.brand-panel1 .bottom-box .menus-box .item:last-child::after {
  display: none;
}
.brand-panel1 .bottom-box .menus-box .item:not(:nth-of-type(1)) {
  text-align: center;
}
.brand-panel1 .bottom-box .menus-box .item.on {
  opacity: 1;
}
.brand-panel1 .bottom-box .menus-box .item.on span {
  padding: 0 20px;
  background-image: url('../images/nav-bg2.png');
}
.brand-panel1 .bottom-box .info-swiper {
  padding-bottom: 200px;
}
.brand-panel1 .bottom-box .info-swiper .swiper-change {
  width: 13%;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 1680px) {
  .brand-panel1 .bottom-box .menus-box .item {
    width: 17%;
  }
  .brand-panel1 .bottom-box .info-swiper .swiper-change {
    width: 18%;
  }
}
@media (max-width: 1480px) {
  .brand-panel1 .bottom-box {
    padding: 80px;
  }
}
@media (max-width: 1280px) {
  .brand-panel1 .top-box .right-info {
    width: 30%;
    padding-right: 2%;
  }
  .brand-panel1 .top-box .right-info .line {
    margin: 0 50px ;
  }
  .brand-panel1 .bottom-box .menus-box .item {
    width: 20%;
  }
}
@media (max-width: 800px) {
  .brand-panel1 .top-box {
    flex-wrap: wrap;
    padding-bottom: 380px;
    position: relative;
  }
  .brand-panel1 .top-box .right-info {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
  .brand-panel1 .top-box .right-info .line {
    margin: 0 30px ;
    width: 8px;
  }
  .brand-panel1 .top-box .right-info .title {
    width: 60px;
  }
  .brand-panel1 .top-box .right-info .vertical {
    height: 350px;
  }
  .brand-panel1 .top-box .oppress {
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .brand-panel1 .bottom-box {
    background-size: contain;
    padding: 30px 20px 0;
    height: auto;
    margin-top: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .brand-panel1 .bottom-box .menus-box {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .brand-panel1 .bottom-box .menus-box .item {
    width: 33.33%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  .brand-panel1 .bottom-box .menus-box .item.on span {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .brand-panel1 .bottom-box .info-swiper {
    padding-bottom: 100px;
  }
  .brand-panel1 .bottom-box .info-swiper .swiper-change {
    width: 60%;
    position: absolute;
    bottom: 10px;
  }
}
.brand-panel2 {
  background-image: url("../pictures/banner.jpg");
  height: 800px;
  overflow: hidden;
}
.brand-panel2 ul {
  height: 100%;
}
.brand-panel2 ul li {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 285px 6% 0;
  box-sizing: border-box;
  transition: all 1s ease;
  position: relative;
}
.brand-panel2 ul li:last-child {
  border-right: none;
}
.brand-panel2 ul li .title {
  padding: 50px 0 30px;
  position: absolute;
  margin-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  transition: all 1s ease;
}
.brand-panel2 ul li .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translateX(-50%);
  opacity: 0;
}
.brand-panel2 ul li .text-node {
  transform: translateY(800px);
  transition: all 1s ease;
  opacity: 0.9;
}
.brand-panel2 ul li:hover {
  background-image: -moz-linear-gradient(90deg, #bf8a6a 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #bf8a6a 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #bf8a6a 0%, transparent 100%);
}
.brand-panel2 ul li:hover .title {
  top: 35%;
}
.brand-panel2 ul li:hover .title::before {
  opacity: 1;
}
.brand-panel2 ul li:hover .text-node {
  transform: translateY(150px);
}
@media (max-width: 800px) {
  .brand-panel2 {
    height: auto;
  }
  .brand-panel2 ul {
    flex-wrap: wrap;
  }
  .brand-panel2 ul li {
    width: 50%;
    height: auto;
    padding: 60px 20px;
  }
  .brand-panel2 ul li:nth-of-type(1),
  .brand-panel2 ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .brand-panel2 ul li .title {
    padding: 0 0 20px;
    margin-bottom: 15px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .brand-panel2 ul li .text-node {
    transform: translateY(0);
  }
  .brand-panel2 ul li:hover .title {
    top: auto;
  }
  .brand-panel2 ul li:hover .text-node {
    transform: translateY(0);
  }
}
.brand-panel3 {
  background-image: url('../images/bg12.png');
}
.brand-panel3 .ul {
  margin-right: -2%;
  margin-top: 50px;
}
.brand-panel3 .ul li {
  width: 23%;
  height: 387px;
  margin-right: 2%;
  background-color: #f2e7e1;
  margin-bottom: 48px;
  transition: all 0.4s ease;
}
.brand-panel3 .ul li a {
  padding: 50px 40px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.brand-panel3 .ul li:hover {
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1680px) {
  .brand-panel3 .ul li {
    height: 340px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  .brand-panel3 .ul li {
    height: 280px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .brand-panel3 .ul {
    margin-right: 0;
    margin-top: 40px;
    justify-content: space-between;
  }
  .brand-panel3 .ul li {
    width: 100%;
    height: 340px;
  }
}
.brand-panel4 {
  background-image: url('../images/bg13.png');
}
.brand-panel4 .ul li {
  position: relative;
  height: 500px;
}
.brand-panel4 .ul li:not(:last-child) {
  margin-bottom: 88px;
}
.brand-panel4 .ul li .info-box {
  width: 40%;
}
.brand-panel4 .ul li .info-box .title {
  display: inline-block;
  font-size: 36px;
  background-image: url('../images/nav-bg3.png');
  background-size: 200px 68px;
}
.brand-panel4 .ul li .info-box .info {
  margin-top: 80px;
}
.brand-panel4 .ul li .info-box .info .line {
  border-bottom: 2px solid #787878;
  position: relative;
  padding-bottom: 6px;
}
.brand-panel4 .ul li .info-box .info .line::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #787878;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.brand-panel4 .ul li .info-box .info .text-node {
  padding: 50px 0;
}
.brand-panel4 .ul li .oppress {
  width: 54%;
  height: 100%;
  border-radius: 20px;
}
.brand-panel4 .ul li:nth-of-type(2) {
  justify-content: flex-end;
}
.brand-panel4 .ul li:nth-of-type(2) .oppress {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  .brand-panel4 .ul li {
    height: auto;
    flex-wrap: wrap;
  }
  .brand-panel4 .ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .brand-panel4 .ul li .info-box {
    width: 100%;
  }
  .brand-panel4 .ul li .info-box .title {
    font-size: 30px;
    background-size: 150px 48px;
  }
  .brand-panel4 .ul li .info-box .info {
    margin-top: 25px;
  }
  .brand-panel4 .ul li .info-box .info .text-node {
    padding: 30px 0 20px;
  }
  .brand-panel4 .ul li .oppress {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .brand-panel4 .ul li:nth-of-type(2) .oppress {
    position: relative;
    top: 0;
    left: 0;
  }
}
.bottom-brand-panel {
  background-image: url('../images/bg16.png');
}
.bottom-brand-panel .top-box .ul {
  margin: 45px auto 0;
  width: 80%;
}
.bottom-brand-panel .top-box .ul li {
  width: 47%;
  height: 299px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-radius: 20px;
  padding: 90px;
  box-sizing: border-box;
  background-image: none;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.bottom-brand-panel .top-box .ul li .text-node {
  opacity: 0.9;
  width: 90%;
  margin: 40px auto 0;
}
.bottom-brand-panel .top-box .ul li:hover {
  background-image: url('../images/bg14.png');
}
@media (max-width: 1680px) {
  .bottom-brand-panel .top-box .ul li {
    padding: 90px 60px;
  }
}
@media (max-width: 800px) {
  .bottom-brand-panel .top-box .ul {
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0;
  }
  .bottom-brand-panel .top-box .ul li {
    height: auto;
    padding: 40px 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .bottom-brand-panel .top-box .ul li:last-child {
    margin-bottom: 0;
  }
}
.bottom-brand-panel .brand-panel3 {
  background-image: none;
  background-color: transparent;
}
.line-title {
  position: relative;
  padding-bottom: 40px;
}
.line-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.line-title.t-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.brand-panel5 .info-box {
  width: 40%;
}
.brand-panel5 .info-box .info {
  position: relative;
}
.brand-panel5 .info-box .info .ring {
  position: absolute;
  top: -10%;
  right: 15%;
}
.brand-panel5 .info-box .info .text-node {
  margin: 60px 0 90px;
}
.brand-panel5 .info-box .connect-box .tel-box {
  margin: 36px 80px 0 0;
}
.brand-panel5 .info-box .connect-box .tel-box .top .icon {
  margin-right: 0.5em;
}
.brand-panel5 .info-box .connect-box .tel-box .tel {
  width: 240px;
  height: 50px;
  background-color: #dac0bf;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
  border-radius: 25px;
}
.brand-panel5 .info-box .connect-box .code {
  text-align: center;
}
.brand-panel5 .info-box .connect-box .code .pic {
  margin-bottom: 5px;
}
.brand-panel5 .info-box .connect-box .code .pic img {
  width: 90px;
  height: 90px;
}
.brand-panel5 .oppress {
  width: 50%;
  height: 500px;
  border-radius: 20px;
}
.brand-panel5 .main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  .brand-panel5 .main {
    flex-wrap: wrap;
  }
  .brand-panel5 .main .info-box {
    width: 100%;
  }
  .brand-panel5 .main .info-box .info .ring {
    right: 5%;
    width: 60%;
  }
  .brand-panel5 .main .info-box .info .text-node {
    margin: 50px 0 30px;
  }
  .brand-panel5 .main .info-box .connect-box .tel-box {
    margin: 46px 30px 0 0;
  }
  .brand-panel5 .main .info-box .connect-box .tel-box .tel {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .brand-panel5 .main .oppress {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
.spe-brand-panel {
  background-image: none;
}
.spe-brand-panel .ul li {
  background-color: #fff;
}
