.trans-scale .i {
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.trans-liro {
  position: relative;
  overflow: hidden;
}
.trans-liro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@-webkit-keyframes animat-shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes animat-shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes animat-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animat-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opt {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes opt {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes animat-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes animat-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes anim-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes anim-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes anim-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-bottom1 {
  0% {
    -webkit-transform: translateY(100px) rotateX(-15deg);
    transform: translateY(100px) rotateX(-15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(-15deg);
    transform: translateY(0) rotateX(-15deg);
    opacity: 1;
  }
}
@keyframes anim-bottom1 {
  0% {
    -webkit-transform: translateY(100px) rotateX(-15deg);
    transform: translateY(100px) rotateX(-15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(-15deg);
    transform: translateY(0) rotateX(-15deg);
    opacity: 1;
  }
}
@-webkit-keyframes anim-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes anim-scale-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 1;
  }
}
@keyframes anim-scale-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 1;
  }
}
@-webkit-keyframes anim-scale-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes anim-scale-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes anim-scale-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}
@keyframes anim-scale-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}
@-webkit-keyframes anim-scale-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes anim-scale-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes anim-in-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes anim-in-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@-webkit-keyframes anim-in-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 1;
  }
}
@keyframes anim-in-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 1;
  }
}
@-webkit-keyframes anim-in-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}
@keyframes anim-in-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}
@-webkit-keyframes anim-in-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes anim-in-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes anim-in-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes anim-in-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes anim-text-enlarge {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-text-enlarge {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-text-narrow {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes anim-text-narrow {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@-webkit-keyframes more-scale {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  90% {
    width: 200px;
    height: 200px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200px;
    height: 200px;
  }
}
@keyframes more-scale {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  90% {
    width: 200px;
    height: 200px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .showd .anim-top {
    -webkit-animation: anim-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-bottom {
    -webkit-animation: anim-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-left {
    -webkit-animation: anim-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-right {
    -webkit-animation: anim-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-scale {
    -webkit-animation: anim-scale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-scale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-scale-top {
    -webkit-animation: anim-scale-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-scale-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-scale-bottom {
    -webkit-animation: anim-scale-bottom 0.8s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-scale-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-scale-left {
    -webkit-animation: anim-scale-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-scale-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-scale-right {
    -webkit-animation: anim-scale-right 0.5s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: anim-scale-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-in-center {
    -webkit-animation: anim-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-in-top {
    -webkit-animation: anim-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-in-bottom {
    -webkit-animation: anim-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-in-left {
    -webkit-animation: anim-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-in-right {
    -webkit-animation: anim-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: anim-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .showd .anim-text-enlarge {
    -webkit-animation: anim-text-enlarge 0.8s
      cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: anim-text-enlarge 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .showd .anim-text-narrow {
    -webkit-animation: anim-text-narrow 0.7s cubic-bezier(0.215, 0.61, 0.355, 1)
      both;
    animation: anim-text-narrow 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .more-hover {
    position: relative;
    overflow: hidden;
  }
  .more-hover span {
    position: relative;
    z-index: 1;
  }
  .more-hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
  }
  .more-hover:hover::before {
    -webkit-animation: more-scale 0.6s cubic-bezier(0.5, 0.5, 0.5, 0.5) both;
    animation: more-scale 0.6s cubic-bezier(0.5, 0.5, 0.5, 0.5) both;
  }
  .trans-scale:hover .i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .trans-liro:hover::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .animat-shake:hover {
    -webkit-animation: animat-shake 0.5s;
    animation: animat-shake 0.5s;
  }
  .animat-round::before {
    -webkit-animation: animat-round 5s linear infinite;
    animation: animat-round 5s linear infinite;
  }
  .animat-steps::before {
    -webkit-animation: animat-round 2s steps(12, end) infinite;
    animation: animat-round 2s steps(12, end) infinite;
  }
}
@font-face {
  font-family: "avian";
  src: url("../font/avian.eot");
  src: url("../font/avian.eot%3F") format("embedded-opentype"),
    url("../font/avian.woff") format("woff"),
    url("../font/avian.ttf") format("truetype"),
    url("../font/avian.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "xfont";
  src: url("../font/xfont.eot");
  src: url("../font/xfont.eot%3F") format("embedded-opentype"),
    url("../font/xfont.woff") format("woff"),
    url("../font/xfont.ttf") format("truetype"),
    url("../font/xfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "syst";
  src: url("https://www.wchscu.cn/Public/static/themes_yq/font/syst.eot");
  src: url("https://www.wchscu.cn/Public/static/themes_yq/font/syst.eot?")
      format("embedded-opentype"),
    url("https://www.wchscu.cn/Public/static/themes_yq/font/syst.woff")
      format("woff"),
    url("../font/syst.ttf") format("truetype"),
    url("https://www.wchscu.cn/Public/static/themes_yq/font/syst.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
p,
a,
table,
tr,
th,
td,
img,
iframe,
form,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
body {
  margin: auto;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  opacity: 0;
}
input,
button,
textarea,
select {
  outline: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}
input,
textarea,
select {
  min-height: 1.5em;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input[type="date"] {
  background-color: transparent;
  border: 0;
  filter: "alpha(opacity=0)";
}
input:focus,
textarea:focus {
  color: inherit;
}
input::-ms-clear,
::-ms-reveal {
  display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #909090;
  opacity: 1;
}
.placeholder {
  color: #909090;
}
.init-screen {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.lock-screen {
  overflow: hidden;
}
.xfont,
.xicon {
  position: relative;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.xfont::before,
.xicon::before {
  display: block;
  text-align: center;
  font-family: xfont;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.xicon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.xicon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-left::before {
  content: "\e504";
}
.icon-right::before {
  content: "\e505";
}
.icon-up::before {
  content: "\e506";
}
.icon-down::before {
  content: "\e507";
}
.icon-search::before {
  content: "\e510";
}
.icon-close::before {
  content: "\e508";
}
.icon-menu::before {
  content: "\e511";
}
.icon-load {
  -webkit-animation: animat-round 2s steps(12, end) infinite;
  animation: animat-round 2s steps(12, end) infinite;
}
.icon-load::before {
  content: "\e512";
}
.icon-media-start::before {
  content: "\e520";
}
.icon-media-play::before {
  content: "\e521";
}
.icon-media-pause::before {
  content: "\e522";
}
.icon-media-buffer {
  -webkit-animation: animat-round 5s linear infinite;
  animation: animat-round 5s linear infinite;
}
.icon-media-buffer::before {
  content: "\e513";
}
.icon-media-prev::before {
  content: "\e523";
}
.icon-media-next::before {
  content: "\e524";
}
.icon-media-volume::before {
  content: "\e52c";
}
.icon-media-muted::before {
  content: "\e52d";
}
.clear::after,
.nav-box::after,
.tools-mod::after,
.paging-box::after,
.slick-track::after,
.share-box::after {
  content: "";
  display: table;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pos-fix {
  position: fixed !important;
  left: 0;
  top: 0;
}
.pos-abs {
  position: absolute !important;
  left: 0;
  top: 0;
}
.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tac {
  text-align: center;
}
.des {
  line-height: 1.8;
}
body:not(.lang-en) .des {
  text-align: justify;
  text-justify: inter-ideograph;
}
[data-object-fit="cover"],
[object-fit="cover"] {
  -o-object-fit: cover;
  object-fit: cover;
}
[data-object-fit="contain"],
[object-fit="contain"] {
  -o-object-fit: contain;
  object-fit: contain;
}
[data-object-fit="scale-down"],
[object-fit="scale-down"] {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.x-layout {
  position: relative;
  margin: auto;
  width: 100%;
  min-width: 640px;
  max-width: 100%;
  overflow: hidden;
}
.x-header,
.x-footer,
.x-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.x-wrap {
  position: relative;
  margin: auto;
  width: 1180px;
  height: 100%;
}
.m-wrap {
  position: relative;
  margin: auto;
  width: 1400px;
  height: 100%;
}
.x-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.x-visible {
  opacity: 1;
  visibility: visible;
}
.x-table {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.x-cell,
.x-nano {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.x-cell {
  padding: 0 1em;
  width: 100%;
}
.x-nano {
  width: 1%;
}
.more_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_more {
  font-size: 18px;
  color: #584020;
  padding-left: 100px;
  background: url(../image/syb/more.png) no-repeat left center;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .s_more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .s_more {
    font-size: 16px;
  }
}
.more_w {
  font-size: 18px;
  color: #fff;
  padding-left: 100px;
  background: url(../image/syb/more.png) no-repeat left center;
  margin: 0 auto;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .more_w {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .more_w {
    font-size: 16px;
  }
}
.s_more1 {
  font-size: 18px;
  color: #fff;
  padding-top: 100px;
  margin-top: 19.3vh;
  background: url(../image/syb/more1.png) no-repeat top center;
}
@media screen and (max-width: 1440px) {
  .s_more1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .s_more1 {
    font-size: 16px;
  }
}
body:not(.lang-en) .s_more1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.tit_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tit_flex .more_box {
  margin-left: auto;
}
.title1 {
  font-size: 62px;
  line-height: 1.2;
  font-family: syst;
  font-weight: bold;
}
@media screen and (max-width: 1800px) {
  .title1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1680px) {
  .title1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1580px) {
  .title1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .title1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .title1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .title1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .title1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .title1 {
    font-size: 24px;
  }
}
.yq_title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .yq_title {
    font-size: 22px;
  }
}
.title_en {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 768px) {
  .title_en {
    font-size: 20px;
  }
}
.m {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .m {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .m {
    font-size: 16px;
  }
}
.m .ico {
  width: 21px;
  height: 15px;
  background: url(../image/rj/img24.png) no-repeat center;
  margin-left: 10px;
}
a.a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  *.m-show {
    display: none;
  }
  .lock-screen {
    margin-right: 17px;
  }
  .lock-screen.full-screen {
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .m-wrap {
    width: 1230px;
  }
}
@media screen and (max-width: 1296px) {
  .x-wrap {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  *.p-show {
    display: none;
  }
  .lock-screen {
    right: 0;
  }
  .lock-screen .x-container .vd-adr {
    display: none !important;
  }
  .menu-screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .x-layout {
    min-width: 320px;
  }
  .x-wrap {
    padding: 0 15px;
    width: 100%;
  }
  .m-wrap {
    padding: 0 15px;
    width: 100%;
  }
  .beer-handle {
    width: 80px;
    height: 80px;
  }
  .beer-handle:before,
  .beer-handle:after {
    width: 30px;
    background-size: 100% auto;
    background-position: center center;
  }
}

.x-header {
  z-index: 2;
}
.x-header .top .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-header .nav-mod .nav-item.cur > .nav-tit .nav-link {
  color: #c7a368;
}
@media screen and (min-width: 769px) {
  .yq .x-header {
    background: #f1eee4;
  }
  .yq .x-header .top .inp::-webkit-input-placeholder {
    color: #584020;
  }
  .yq .x-header .top .inp::-moz-placeholder {
    color: #584020;
  }
  .yq .x-header .top .inp:-ms-input-placeholder {
    color: #584020;
  }
  .yq .x-header .top .inp::-ms-input-placeholder {
    color: #584020;
  }
  .yq .x-header .top .inp::placeholder {
    color: #584020;
  }
  .yq .x-header .top .n {
    color: #584020;
  }
  .yq .x-header .nav-mod .nav-lv1-link {
    color: #584020;
  }
  .x-header {
    height: 263px;
    background: #fff;
    border-top: 5px solid #6e1d2c;
  }
  .x-header .top {
    height: 180px;
    border-bottom: 1px solid #e6e6e6;
  }
  .x-header .top .new {
    width: calc(100% - 200px);
  }
  .x-header .top .x-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x-header .top .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x-header .top .logo1 a {
    display: block;
  }
  .x-header .top .logo1 {
    width: 262px;
    margin-right: 40px;
  }
  .x-header .top .logo1 img {
    width: 100%;
  }
  .x-header .top .nav {
    width: calc(100% - 310px);
  }
  .x-header .top .n {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    line-height: 1.5;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 30px);
  }
  .x-header .top .n a {
    text-decoration: underline;
  }
  .x-header .top .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 34px;
  }
  .x-header .top .left {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 43%;
  }
  .x-header .top .inp {
    height: 100%;
    background: #f9f9f9;
    padding: 0 34px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x-header .top .inp::-webkit-input-placeholder {
    font-size: 16px;
    color: #d2d2d2;
  }
  .x-header .top .inp::-moz-placeholder {
    font-size: 16px;
    color: #d2d2d2;
  }
  .x-header .top .inp:-ms-input-placeholder {
    font-size: 16px;
    color: #d2d2d2;
  }
  .x-header .top .inp::-ms-input-placeholder {
    font-size: 16px;
    color: #d2d2d2;
  }
  .x-header .top .inp::placeholder {
    font-size: 16px;
    color: #d2d2d2;
  }
  .x-header .top .btn1 {
    width: 70px;
    height: 100%;
    background: #c7a368;
    position: relative;
    font-family: "xfont";
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
  }
  .x-header .top .btn1::before {
    content: "\e510";
    color: #fff;
  }
  .x-header .top .nav_list a {
    margin: 0 10px;
    color: #999999;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    font-size: 16px;
  }
  .x-header .top .nav_list a:last-child {
    margin-right: 5px;
  }
  .x-header .top .nav_list .bk a {
    margin: 0;
  }
  .x-header .top .nav_list .bk {
    margin: 0 10px;
  }
  .x-header .top .nav_list a.cur {
    color: #c7a368;
  }
  .x-header .top .nav_list a:hover {
    color: #c7a368;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .x-header .top .icon {
    position: relative;
    overflow: hidden;
    width: 17px;
    margin-right: 10px;
  }
  .x-header .top .icon::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .x-header .top .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .x-header .top .icon img {
    width: 100%;
  }
  .x-header .top .up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x-header .top .img {
    position: relative;
    overflow: hidden;
    width: 144px;
  }
  .x-header .top .img::before {
    content: "";
    display: block;
    padding-top: 10.41667%;
  }
  .x-header .top .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .x-header .top .img img {
    width: 100%;
  }
  .x-header .right {
    white-space: nowrap;
    padding-left: 30px;
  }
  .x-header .bottom {
    height: 78px;
  }
  .x-header .logo {
    position: absolute;
    top: 50%;
    width: 167px;
    display: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
  .x-header .logo img {
    max-width: 100%;
  }
  .x-header .tools-mod {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .x-header .tools-mod .tools-item {
    float: left;
    text-align: center;
  }
  .x-header .tools-mod .lang {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .x-header .tools-mod .xicon:hover {
    color: #c7a368;
  }
  .x-header .nav-mod {
    margin: 0 auto;
    width: auto;
  }
  .x-header .nav-mod .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .x-header .nav-mod .nav-box::after {
    display: none;
  }
  .x-header .nav-mod .nav-item {
    position: relative;
  }
  .x-header .nav-mod .nav-tit .arr {
    display: none;
  }
  .x-header .nav-mod .nav-link {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .x-header .nav-mod .nav-lv {
    position: absolute;
    min-width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .x-header .nav-mod .nav-lv1-item {
    float: left;
  }
  .x-header .nav-mod .nav-lv1-item + .nav-lv1-item {
    margin-left: 18px;
  }
  .x-header .nav-mod .nav-lv1-link {
    padding: 0;
    line-height: 88px;
  }
  .x-header .nav-mod .nav-lv2 {
    position: absolute;
    left: 50%;
    margin-left: -81px;
    top: 100%;
    padding: 27px 0;
    background-color: #fff;
    width: 162px;
  }
  .x-header .nav-mod .nav-lv2 {
    position: absolute;
    left: 50%;
    margin-left: -81px;
    top: 100%;
    padding: 27px 0;
    background-color: #fff;
    width: 162px;
  }
  .x-header .nav-mod .nav-lv2 .nav-item {
    padding: 8px 0;
  }
  .x-header .nav-mod .nav-lv2 {
    -webkit-box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
    box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
  }
  .x-header .nav-mod .nav-lv2:after {
    content: "";
    display: block;
    width: 23px;
    height: 28px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -11.5px;
    background: url(../image/nav2.png) no-repeat center bottom;
    margin-bottom: -2px;
  }
  .x-header .nav-mod .nav-lv2-tit {
    text-align: center;
  }
  .x-header .nav-mod .nav-lv2-link {
    font-size: 16px;
    line-height: 1.5;
  }
  .x-header .nav-mod .nav-lv3 {
    left: 100%;
    top: 0;
  }
  .x-header .nav-mod .nav-lv3-item {
    position: relative;
    float: left;
  }
  .x-header .nav-mod .nav-lv3-item + .nav-lv3-item {
    margin-top: 8px;
  }
  .x-header .nav-mod .nav-lv1 > .nav-item.cur:after {
    content: "";
    display: block;
    border-top: 11px solid #c7a368;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -9px;
  }
  .x-header .nav-mod .nav-lv1 > .nav-item:hover:after {
    content: "";
    display: block;
    border-top: 11px solid #c7a368;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -9px;
  }
  .x-header .nav-mod .nav-item:hover > .nav-lv {
    opacity: 1;
    visibility: visible;
  }
  .x-header .nav-mod .nav-item:hover > .nav-tit .nav-link {
    color: #c7a368;
  }
  .x-header.hz-nav .nav-grp {
    position: relative;
    padding: 20px 0;
    text-align: center;
  }
  .x-header.hz-nav .nav-grp::before {
    content: "\e72e";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: -11px;
    font-size: 30px;
    line-height: 1;
    color: #000;
    font-family: "xfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .x-header.hz-nav .nav-lv2 {
    background-color: #000;
    color: #fff;
  }
  .x-header.hz-nav .nav-lv2-item {
    display: inline-block;
    vertical-align: top;
  }
  .x-header.hz-nav .nav-lv2-item + .nav-lv2-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .x-header .right {
    padding-left: 10px;
  }
  .x-header .top .nav_list a {
    margin: 0 12px;
  }
}
@media (min-width: 769px) and (max-width: 1296px) {
  .x-header .top .logo1 {
    width: 180px;
    margin-right: 20px;
  }
  .x-header .top .logo1 img {
    width: 100%;
  }
  .x-header .top .btn1 {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .x-header .top .left {
    width: 34%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .x-header .top .nav {
    width: calc(100% - 200px);
  }
  .x-header .top .inp {
    padding: 0 10px;
    width: calc(100% - 50px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .x-header .top .nav_list a {
    margin: 0 10px;
  }
  .x-header .top .nav_list .bk {
    margin: 0 10px;
  }
  .x-header .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .x-header .top .nav_list a.cur {
    color: #c7a368;
  }
  .x-header .nav-mod .nav-lv1-item + .nav-lv1-item {
    margin-left: 0;
  }
  .x-header .top .nav {
    margin-left: 0;
  }
  .x-header .right {
    padding-left: 0;
  }
  .x-header .top {
    position: relative;
    z-index: 20;
    background: #fff;
  }
  .x-header .top .logo1 {
    display: none;
  }
  .x-header .top .img {
    display: none;
  }
  .x-header .top .left {
    display: none;
  }
  .x-header .top .n {
    font-size: 12px;
    margin-left: 5px;
  }
  .x-header .top .nav_list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x-header .top .up {
    padding: 10px 10px 0;
  }
  .x-header .top .nav_list a {
    margin: 0 8px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    font-size: 12px;
  }
  .x-header .top .nav_list .bk a {
    margin: 0;
  }
  .x-header .top .nav_list .bk {
    margin: 0 8px;
  }
  .x-header .top .nav_list .bk em {
    display: none;
  }
  .x-header .top .down {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
  }
  .x-header .x-wrap {
    padding: 0;
  }
  .x-header .menu-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    min-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 1;
  }
  .x-header .logo img {
    height: 50px;
  }
  .x-header .logo + * {
    margin-left: auto;
  }
  .x-header .menu-btn {
    position: relative;
    width: 40px;
    overflow: hidden;
    cursor: pointer;
  }
  .x-header .menu-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .x-header .menu-btn .line {
    width: 60%;
    height: 2px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .x-header .menu-btn .line,
  .x-header .menu-btn .line::before,
  .x-header .menu-btn .line::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
    border-radius: 1px;
  }
  .x-header .menu-btn .line::before,
  .x-header .menu-btn .line::after {
    content: "";
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-header .menu-btn .line::before {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
  .x-header .menu-btn .line::after {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
  }
  .x-header .search-box,
  .x-header .share-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    padding: 5px 15px;
  }
  .x-header .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .x-header .search-box > * {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .x-header .search-box > :last-child {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .x-header .search-box .search-input {
    display: block;
    width: 100%;
    height: 30px;
  }
  .x-header .search-box .search-submit {
    width: 40px;
  }
  .x-header .share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ccc;
  }
  .x-header .share-box .share-item {
    font-size: 1.2em;
  }
  .x-header .nav-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .x-header .nav-box {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .x-header .nav-item + .nav-item {
    border-top: 1px solid #ccc;
  }
  .x-header .nav-item.act > .nav-tit .arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .x-header .nav-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
  }
  .x-header .nav-tit .arr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 40px;
    height: auto;
  }
  .x-header .nav-tit .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .x-header .nav-tit + .nav-lv {
    display: none;
  }
  .x-header .nav-lv1-link {
    font-size: 1.125em;
  }
  .x-header .nav-lv2 {
    padding: 0 15px;
    background-color: #eee;
  }
  .x-header .nav-lv1-item.act {
    background-color: #ddd;
  }
  .x-header.menu-open {
    z-index: 999;
  }
  .x-header.menu-open .line {
    background-color: transparent;
  }
  .x-header.menu-open .line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .x-header.menu-open .line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .x-header.menu-open .nav-mod {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.x-footer {
  max-width: 1820px;
  margin: 0 auto;
  padding-bottom: 160px;
  background: url(../image/rj/img22.png) no-repeat center bottom;
}
.x-footer .box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.x-footer .part1 {
  background: url(../image/rj/img20.jpg) no-repeat center;
  color: #fff;
  padding: 52px 0 60px;
}
.x-footer .part1 .yq_title {
  color: #fff;
  margin-right: 20px;
}
.x-footer .part1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.x-footer .part1 .t {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-footer .part1 .item + .item {
  margin-left: 57px;
}
.x-footer .part1 .p {
  font-size: 14px;
}
.x-footer .part1 .t img {
  margin-left: 11px;
  width: 144px;
  height: 15px;
}
.x-footer .part1 .titles {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.x-footer .part1 .title_en {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .x-footer .part1 .title_en {
    font-size: 20px;
  }
}
.x-footer .part1 .tracker-mod.dir-hor .tracker-box {
  text-align: left;
}
.x-footer .part1 .tracker-mod .tracker-item + .tracker-item {
  margin-left: 57px;
}
.x-footer .part1 .tab-mod .tab-item {
  display: none;
}
.x-footer .part1 .tab-mod .tab-item.act {
  display: block;
}
.x-footer .part1 .i {
  display: none;
  width: 144px;
  height: 15px;
  background: url(../image/rj/img23.png) top left;
  margin-left: 11px;
  position: relative;
}
.x-footer .part1 .cur .i {
  display: inline-block;
}
.x-footer .part2 {
  padding: 40px 0 80px;
}
.x-footer .part2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-footer .part2 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-footer .part2 .navs a {
  display: block;
  font-size: 16px;
}
.x-footer .part2 .navs a + a {
  margin-top: 15px;
}
.x-footer .part2 .navs + .navs {
  margin-left: 40px;
}
.x-footer .part2 .pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-footer .part2 .pic {
  position: relative;
  overflow: hidden;
  width: 129px;
}
.x-footer .part2 .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.x-footer .part2 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.x-footer .part2 .pic img {
  width: 100%;
}
.x-footer .part2 .wx + .wx {
  margin-left: 35px;
}
.x-footer .part2 .tit {
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}
.x-footer .part2 .wzzcbox {
  width: 161px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  top: 165px;
  right: 0;
  cursor: pointer;
}
.x-footer .part2 .wzzcbox img {
  width: 100%;
  height: 100%;
}
.x-footer .part3 {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}
.x-footer .part3 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-footer .part3 .site {
  font-size: 14px;
}
.x-footer .part3 .link a {
  margin: 0 15px;
  font-size: 14px;
}
.x-footer .part3 .link a:first-child {
  margin-left: 0;
}
.yq .x-footer .part1 {
  background: url(../image/rj/img50.png) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .x-footer a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .x-footer a:hover {
    color: #c7a368;
  }
}
@media screen and (max-width: 1296px) {
  .x-footer .box {
    width: 100%;
  }
  .x-footer .part1 .item + .item {
    margin-left: 30px;
  }
  .x-footer .part1 {
    padding: 80px 0;
    min-height: auto;
  }
  .x-footer .part1 .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 1296px) and (max-width: 1440px) {
  .x-footer .part1 .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 1296px) and (max-width: 768px) {
  .x-footer .part1 .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 1296px) {
  .x-footer .part2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .x-footer {
    padding-bottom: 40px;
    background-size: 100%;
  }
  .x-footer .box {
    width: 100%;
  }
  .x-footer .part1 {
    padding: 20px 0;
    background-size: cover;
  }
  .x-footer .part1 .titles {
    margin-bottom: 10px;
  }
  .x-footer .part1 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .x-footer .part1 .item + .item {
    margin-left: 0;
  }
  .x-footer .part1 .item {
    width: 100%;
    margin-top: 5px;
  }
  .x-footer .part2 {
    padding: 20px 0;
  }
  .x-footer .part2 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x-footer .part2 .left {
    width: 100%;
  }
  .x-footer .part2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .x-footer .part2 .left .navs {
    width: 33.33%;
    margin-left: 0;
    text-align: center;
  }
  .x-footer .part2 .navs a + a {
    margin-top: 10px;
  }
  .x-footer .part2 .pics {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .x-footer .part2 .wx + .wx {
    margin-left: 0;
  }
  .x-footer .part2 .wx {
    width: 48%;
  }
  .x-footer .part2 .wzzcbox {
    position: static;
    margin: 10px auto 0;
  }
  .x-footer .part2 .pic {
    width: 100%;
  }
  .x-footer .part3 {
    padding-top: 15px;
  }
  .x-footer .part3 .box {
    display: block;
  }
  .x-footer .part3 .link {
    text-align: center;
  }
  .x-footer .part3 .site {
    margin-top: 10px;
  }
  .x-footer .part3 span {
    display: block;
  }
  .x-footer .part1 .tracker-mod .tracker-item + .tracker-item {
    margin-left: 15px;
  }
  .x-footer .part1 .i {
    width: 56px;
  }
  .x-footer .part1 .i::after {
    width: 21px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../image/rj/img23.png) no-repeat top right;
  }
}

.audio-mod.ui {
  position: relative;
  padding: 1em;
  border: 1px solid;
  border-radius: 5px;
}
.audio-mod .audio-title {
  padding: 1em;
  text-align: center;
}
.audio-mod .audio-list {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.audio-mod .audio-list .select-bar {
  border: 0;
  height: 30px;
}
.audio-mod .audio-list .select-cont {
  left: auto;
  width: 300px;
}
.audio-mod .audio-control {
  float: left;
}
.audio-mod .audio-play {
  border: 1px solid;
  border-radius: 999px;
}
.audio-mod .audio-play.icon-media-pause.icon-media-buffer {
  -webkit-animation: animat-ring 3s linear infinite;
  animation: animat-ring 3s linear infinite;
}
.audio-mod .audio-prev.disable,
.audio-mod .audio-next.disable {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}
.audio-mod .audio-volume {
  position: absolute;
  top: 50%;
  right: 4em;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.audio-mod .audio-volume .audio-volume-box {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 1em 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.audio-mod .audio-volume .audio-volume-track {
  position: relative;
  margin: auto;
  width: 4px;
  height: 50px;
  background: #eee;
}
.audio-mod .audio-volume .audio-volume-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #666;
}
.audio-mod .audio-volume .audio-volume-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.audio-mod .audio-volume:hover .audio-volume-box {
  opacity: 1;
  visibility: visible;
}
.audio-mod .audio-panel {
  margin-left: 4em;
  margin-top: 5px;
}
.audio-mod .audio-progress {
  position: relative;
  margin-bottom: 5px;
  height: 4px;
  background-color: #eee;
}
.audio-mod .audio-progress .audio-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #333;
}
.audio-mod .audio-progress .audio-progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 999px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.audio-mod .audio-time {
  position: relative;
  font-family: arial;
  line-height: 1;
  overflow: hidden;
}
.audio-mod .audio-current {
  float: left;
}
.audio-mod .audio-duration {
  float: right;
}
.audio-mod .audio-surplus {
  float: right;
}
@media screen and (max-width: 768px) {
  .audio-mod .audio-volume-box {
    display: none;
  }
}

div[data-search] * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
div[data-search] .BMapLib_sms_pnl_phone input,
div[data-search] .BMapLib_sms_pnl_phone button,
div[data-search] .BMapLib_sms_pnl_phone textarea,
div[data-search] .BMapLib_sms_pnl_phone select {
  min-height: auto;
  border: 1px solid;
}
div[data-search] .BMapLib_bubble_content {
  overflow: auto;
}
div[data-search] .infoBox {
  padding: 10px;
  width: 290px;
  background-color: #fff;
}
div[data-search] .infoBox > img {
  top: 10px;
  right: 10px !important;
}
.bdmap {
  height: 600px;
}

.bread-mod .bread-item {
  display: inline-block;
}
.bread-mod .bread-item + .bread-item::before {
  content: ">";
  padding: 0 5px;
  font-family: Arial;
  color: #333;
}
.bread-mod .bread-item.cur {
  color: #c7a368;
}
@media screen and (min-width: 769px) {
  .bread-mod .bread-link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .bread-mod .bread-link:hover {
    color: #c7a368;
  }
}

.paging-mod {
  text-align: center;
  margin-top: 64px;
}
.paging-mod .paging-box {
  display: inline-block;
  vertical-align: top;
}
.paging-mod .paging-item {
  float: left;
  min-width: 38px;
  font-family: Arial;
  font-size: 18px;
  line-height: 37px;
}
.paging-mod .paging-arrow,
.paging-mod .paging-link {
  padding: 0 5px;
  border-radius: 5px;
  background-color: #f9f6ef;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.paging-mod .xfont::before,
.paging-mod .xicon::before {
  font-size: 14px;
}
.paging-mod .paging-arrow:first-child {
  margin-right: 18px;
}
.paging-mod .paging-link + .paging-link {
  margin-left: 18px;
}
.paging-mod .paging-link + .paging-arrow {
  margin-left: 18px;
}
.paging-mod .paging-link.cur {
  background-color: #dabe93;
  border-color: #dabe93;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.paging-mod .paging-dot {
  margin: 0 11px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.paging-mod .paging-jump {
  margin-left: 30px;
  width: 129px;
  height: 40px;
  border: 1px solid #dabe93;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  top: -2px;
}
.paging-mod .paging-table {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
}
.paging-mod .paging-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.paging-mod .paging-cell:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.paging-mod .paging-input {
  display: block;
  padding: 0 10px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
.paging-mod .paging-btn {
  display: block;
  width: 59px;
  cursor: pointer;
  border-radius: 4px;
  background: #dabe93;
  color: #fff;
  height: 34px;
  margin-right: 2px;
}
.paging-more {
  display: none;
}
@media screen and (min-width: 769px) {
  .paging-mod .paging-link:not(.cur):hover,
  .paging-mod .paging-arrow:hover {
    background-color: #c7a368;
    border-color: #c7a368;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .paging-mod .paging-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    display: none;
  }
  .paging-mod .paging-item,
  .paging-mod .paging-input {
    line-height: normal;
  }
  .paging-mod .paging-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paging-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .paging-more a {
    padding: 0 1em;
    line-height: 2.2em;
    border: 1px solid #ddd;
    border-radius: 1.1em;
    display: block;
  }
}

.pop-mod {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, z-index;
  transition-property: opacity, visibility, z-index;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
.pop-mod .pop-close {
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #707070;
  font-size: 28px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.pop-mod .pop-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.pop-mod .pop-panel::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.pop-mod .pop-dialog {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background: #fff;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.pop-mod .video-native {
  display: none;
}
.pop-mod video,
.pop-mod iframe {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.pop-mod.x-show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition-property: opacity, visibility, z-index;
  transition-property: opacity, visibility, z-index;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.pop-mod.x-show video,
.pop-mod.x-show iframe,
.pop-mod.x-show .video-native {
  display: block;
}
@media screen and (min-width: 769px) {
  .pop-mod.x-show .pop-panel {
    overflow-y: scroll;
  }
  .pop-mod.x-show > .pop-close {
    margin-right: 17px;
  }
  .full-screen .pop-mod.x-show > .pop-close {
    margin-right: 0;
  }
  .full-screen .pop-mod.x-show .pop-panel {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .pop-mod .pop-panel {
    padding: 0 15px;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
  .pop-mod .pop-panel .pop-dialog {
    width: 100%;
  }
}

.scroll-mod {
  position: relative;
  overflow: hidden;
}
.scroll-mod.scroll-axis-x {
  padding-bottom: 10px;
}
.scroll-mod.scroll-axis-y {
  padding-right: 10px;
}
.scroll-cont {
  height: 100%;
  max-height: inherit;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-cont::-webkit-scrollbar {
  display: none;
}
.scroll-track-x,
.scroll-track-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.scroll-bar-x,
.scroll-bar-y {
  background-color: #aaa;
  border-radius: 999999px;
  cursor: pointer;
}
.scroll-track-x {
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll-bar-x {
  width: 0;
  height: 5px;
}
.scroll-track-y {
  top: 0;
  bottom: 0;
  right: 0;
}
.scroll-bar-y {
  width: 5px;
  height: 0;
}
.scroll-track-disable {
  display: none;
}
@media screen and (min-width: 769px) {
  .scroll-mod .scroll-bar-x {
    width: 0;
  }
}

.search-mod {
  position: relative;
}
.search-mod .search-tap {
  z-index: 1;
}
.search-mod .search-tap ~ .search-box {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 200px;
  background-color: #eee;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-mod.at-l .search-tap ~ .search-box {
  top: auto;
  bottom: 50%;
  margin-top: 0;
  width: 0;
  -webkit-transition-property: width, opacity, visibility;
  transition-property: width, opacity, visibility;
}
.search-mod.at-l .search-tap ~ .search-box .search-submit {
  visibility: hidden;
}
.search-mod .search-box {
  display: table;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.search-mod .search-txt,
.search-mod .search-btn {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.search-mod .search-txt {
  padding: 0 1em;
  width: 100%;
}
.search-mod .search-btn {
  width: 1%;
}
.search-mod .search-input {
  width: 100%;
}
.search-mod .search-submit {
  display: block;
  height: 100%;
  cursor: pointer;
}
.search-mod.x-show .search-tap ~ .search-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.search-mod.x-show.at-l .search-tap {
  z-index: -1;
  -webkit-transition-property: z-index;
  transition-property: z-index;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.search-mod.x-show.at-l .search-tap ~ .search-box {
  width: 200px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.search-mod.x-show.at-l .search-tap ~ .search-box .search-submit {
  visibility: visible;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .search-mod .search-tap:hover,
  .search-mod .search-submit:hover {
    color: #c7a368;
  }
}

.select-mod {
  position: relative;
}
.select-mod .select-bar {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.select-mod .select-native {
  display: none;
}
.select-mod .select-trigger {
  cursor: pointer;
}
.select-mod .select-btn {
  float: right;
  height: 100%;
}
.select-mod .select-txt {
  position: relative;
  padding: 0 1em;
  height: 100%;
  overflow: hidden;
}
.select-mod .select-val {
  position: relative;
  top: 50%;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-mod .select-cont,
.select-mod .select-query {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 1em 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.select-mod .select-cont::before,
.select-mod .select-query::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.select-mod .select-opts {
  position: relative;
  max-height: 16em;
  overflow: hidden;
}
.select-mod .select-opts.scroll-axis-y {
  padding-right: 30px;
}
.select-mod .select-opts .scroll-track-y {
  right: 12px;
}
.select-mod .select-item {
  padding: 0.4em 1em;
  line-height: 1.2;
  cursor: pointer;
}
.select-mod .select-item.cur {
  color: #c7a368;
}
.select-mod.at-t .select-cont {
  top: auto;
  bottom: 100%;
}
.select-mod.at-t .select-cont::before {
  top: 0;
  bottom: 1px;
}
.select-mod.sc-show {
  z-index: 1;
}
.select-mod.sc-show .select-cont {
  opacity: 1;
  visibility: visible;
}
.select-mod.sc-show .select-trigger .select-btn,
.select-mod.sc-show .select-trigger.select-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-mod.sq-show .select-query {
  opacity: 1;
  visibility: visible;
}
.select-mod .mCSB_scrollTools {
  right: 12px;
}
@media screen and (min-width: 769px) {
  .select-mod .select-trigger:hover .select-btn,
  .select-mod .select-trigger.select-btn:hover,
  .select-mod .select-item:hover {
    color: #c7a368;
  }
}
@media screen and (max-width: 768px) {
  .select-mod .select-native {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .select-mod .select-opts {
    position: relative;
    height: 100%;
    overflow: auto;
  }
}

.icon-wx::before {
  content: "\e601";
}
.icon-wb::before {
  content: "\e602";
}
.icon-qq::before {
  content: "\e603";
}
.icon-qz::before {
  content: "\e604";
}
.icon-twitter::before {
  content: "\e605";
}
.icon-facebook::before {
  content: "\e606";
}
.icon-linkedin::before {
  content: "\e607";
}
.icon-share::before {
  content: "\e608";
}
.share-mod .share-label,
.share-mod .share-label ~ .share-box {
  display: inline-block;
  vertical-align: middle;
}
.share-box .share-item {
  float: left;
}
.share-box .code {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.share-box .code img,
.share-box .code canvas {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .share-box .share-item:hover {
    color: #c7a368;
  }
}

.box_left.act {
  display: block;
  z-index: 100;
}
.nav_box.cur .topping-mod {
  opacity: 1;
  visibility: visible;
}
.box_left {
  position: fixed;
  right: 13px;
  bottom: 68px;
  display: none;
  background: #6e1d2a;
  width: 51px;
  border-radius: 0 0 50px 50px;
}
.life_nav.show .list {
  display: block;
}
.life_nav .list {
  display: none;
}
.life_nav .li:hover .on {
  display: block;
}
.life_nav {
  position: relative;
  padding-top: 1px;
  padding-bottom: 10px;
  z-index: 100;
}
.life_nav .li {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .life_nav .li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .life_nav .li {
    font-size: 16px;
  }
}
.life_nav .on {
  position: absolute;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #972838;
  border-radius: 30px;
  min-width: 214px;
  height: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  display: none;
  line-height: 38px;
}
@media screen and (max-width: 1440px) {
  .life_nav .on {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .life_nav .on {
    font-size: 16px;
  }
}
.life_nav .img {
  max-width: 20px;
  margin: 10px auto;
}
.life_nav .img .i {
  width: 100%;
}
.life_nav .click {
  cursor: pointer;
  max-width: 14px;
  margin: 10px auto;
}
.life_nav::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../image/rj/rj6.png) no-repeat;
  background-size: 100% 100%;
  width: 53px;
  height: 22px;
  top: -19px;
  left: -1px;
}
.life_nav::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../image/rj/rj7.png) no-repeat;
  background-size: 100% 100%;
  width: 53px;
  height: 32px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
}
.skin i {
  font-style: normal;
  position: relative;
  cursor: pointer;
}
.skin i + i::before {
  width: 3px;
  height: 3px;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.skin i + i {
  margin-left: 27px;
}
.topping-mod.act1 {
  opacity: 1;
  visibility: visible;
}
.topping-mod.xfont::before,
.topping-mod.xicon::before {
  content: "";
}
.topping-mod {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: url(../image/rj/rj9.png) no-repeat center center/cover;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  width: 79px;
  height: 77px;
  background-size: 100% 100%;
  -webkit-transition-property: opacity, visibility, background, color;
  transition-property: opacity, visibility, background, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.topping-mod .s {
  background: url(../image/rj/rj8.png) no-repeat center center/cover;
  width: 14px;
  height: 16px;
  margin: 0 auto;
  margin-top: 39px;
}
.topping-mod.x-show {
  opacity: 1;
  visibility: visible;
}
.vjs-full-window .topping-mod {
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .box_left {
    right: -30px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .nav_box .box_left {
    right: 13px;
  }
  .nav_box .topping-mod {
    right: 13px;
  }
}
@media screen and (min-width: 769px) {
  .sidebar-mod .sidebar-item:hover .sidebar-cont {
    color: #c7a368;
  }
  .sidebar-mod:hover {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .box_left {
    right: 5px;
  }
  .nav_box .box_left {
    right: 5px;
  }
  .nav_box .topping-mod {
    right: 5px;
  }
}

.slick-slider {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-item {
  position: relative;
}
.slick-list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
  cursor: pointer;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-dots {
  margin: 0;
  padding: 0;
  z-index: 3;
}
.slick-dot {
  cursor: pointer;
}
.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
  opacity: 0.5;
  cursor: initial;
}

.tab-mod .tab-term {
  cursor: pointer;
}
.tab-mod .tab-term.cur {
  color: #c7a368;
}
.tab-mod .tab-item {
  opacity: 0;
  visibility: hidden;
}
.tab-mod .tab-item.act {
  opacity: 1;
  visibility: visible;
}

.topping-mod.xfont::before,
.topping-mod.xicon::before {
  content: "";
}
.topping-mod {
  position: fixed;
  right: 13px;
  bottom: 10px;
  background: url(../image/rj/rj9.png) no-repeat center center/cover;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  width: 51px;
  height: 50px;
  background-size: 100% 100%;
  -webkit-transition-property: opacity, visibility, background, color;
  transition-property: opacity, visibility, background, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.topping-mod .s {
  background: url(../image/rj/rj8.png) no-repeat center center/cover;
  width: 14px;
  height: 16px;
  margin: 0 auto;
  margin-top: 22px;
}
.topping-mod.x-show {
  opacity: 1;
  visibility: visible;
}
.vjs-full-window .topping-mod {
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .topping-mod {
    right: -30px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
}
@media screen and (min-width: 769px) {
  .lock-screen .topping-mod {
    margin-right: 17px;
  }
  .lock-screen.full-screen .topping-mod {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topping-mod {
    right: 5px;
  }
  .topping-mod {
    bottom: 5px;
  }
  .nav_box .box_left {
    bottom: 60px;
  }
}

.tracker-mod .tracker-prev {
  cursor: pointer;
}
.tracker-mod .tracker-next {
  cursor: pointer;
}
.tracker-mod .tracker-box {
  overflow: hidden;
}
.tracker-mod .tracker-track {
  min-width: 100%;
  min-height: 100%;
}
.tracker-mod .tracker-item {
  cursor: pointer;
}
.tracker-mod .tracker-item.cur {
  color: #c7a368;
}
.tracker-mod.dir-hor .tracker-prev {
  float: left;
}
.tracker-mod.dir-hor .tracker-next {
  float: right;
}
.tracker-mod.dir-hor .tracker-box {
  text-align: center;
}
.tracker-mod.dir-hor .tracker-track {
  display: table;
  white-space: nowrap;
  font-size: 0;
}
.tracker-mod.dir-hor .tracker-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.tracker-mod.dir-ver .tracker-box {
  height: 300px;
}
.tracker-mod.dir-ver .tracker-item {
  margin: 10px 0;
}

.video-mod {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.video-mod::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-mod .video-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.video-mod .vjs-ended .vjs-poster {
  display: block;
}
.video-mod.mini .video-js .vjs-control-bar {
  position: static;
  visibility: hidden;
}
.video-mod.mini .video-js .vjs-progress-control {
  position: static;
  display: block;
}
.video-mod.mini .video-js .vjs-progress-holder {
  position: static;
}
.video-mod.mini .video-js .vjs-load-progress,
.video-mod.mini .video-js .vjs-mouse-display,
.video-mod.mini .video-js .vjs-play-progress::before,
.video-mod.mini .video-js .vjs-play-progress .vjs-time-tooltip,
.video-mod.mini .video-js .vjs-play-progress .vjs-control-text {
  display: none;
}
.video-mod.mini .video-js .vjs-play-progress {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.3em;
  opacity: 0.5;
  visibility: visible;
}
.video-mod.mini .vjs-ended .vjs-play-progress {
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .vjs-no-flex .vjs-button {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .video-js .vjs-big-play-button {
    font-size: 3em;
  }
  .video-js .vjs-control-bar {
    height: 2em;
  }
  .video-js .vjs-control {
    width: 2em;
  }
  .vjs-button > .vjs-icon-placeholder::before {
    font-size: 1em;
  }
  .video-js .vjs-remaining-time {
    display: block;
    margin: 0 0.5em;
    width: auto;
    line-height: 2em;
  }
  .vjs-current-time,
  .vjs-duration,
  .vjs-time-divider,
  .video-js .vjs-volume-panel {
    display: none;
  }
}

.suds-mod {
  position: relative;
}
.suds-mod .suds-pop {
  position: absolute;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.suds-mod .suds-pop::before,
.suds-mod .suds-pop::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.suds-mod .suds-pop::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.suds-mod .suds-pop::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
}
.suds-mod .suds-pop.at-t {
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
}
.suds-mod .suds-pop.at-t::before {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop.at-b {
  left: 50%;
  top: 100%;
  margin-top: 10px;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
.suds-mod .suds-pop.at-b::before {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
.suds-mod .suds-pop.at-l {
  right: 100%;
  top: 50%;
  margin-right: 10px;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
}
.suds-mod .suds-pop.at-l::before {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop.at-r {
  left: 100%;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}
.suds-mod .suds-pop.at-r::before {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop > * {
  position: relative;
  z-index: 1;
}
.suds-mod.x-show,
.suds-mod:hover {
  z-index: 1;
}
.suds-mod.x-show > .suds-pop,
.suds-mod:hover > .suds-pop {
  opacity: 1;
  visibility: visible;
}
.suds-mod.x-show > .suds-pop.at-t,
.suds-mod:hover > .suds-pop.at-t {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.suds-mod.x-show > .suds-pop.at-b,
.suds-mod:hover > .suds-pop.at-b {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.suds-mod.x-show > .suds-pop.at-l,
.suds-mod:hover > .suds-pop.at-l {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.suds-mod.x-show > .suds-pop.at-r,
.suds-mod:hover > .suds-pop.at-r {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.suds-mod:hover > .suds-target + .suds-pop {
  opacity: 0;
  visibility: hidden;
}
.suds-mod.x-show > .suds-target + .suds-pop {
  opacity: 1;
  visibility: visible;
}

.banner {
  position: relative;
}
.banner .slick-slide {
  height: 1080px;
  background: no-repeat center center / cover;
  position: relative;
}
.banner .slick-slide .mask {
  background: #000;
  opacity: 0;
}
.banner .slick-slide a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 1;
}
.banner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .slick-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  padding: 0;
  list-style: none;
  margin: 0 10px;
}
.banner .slick-dot.slick-active {
  opacity: 1;
}

.result-page {
  padding: 50px 0;
}
.result-page .result-head .t {
  font-size: 1.7em;
}
.result-page .result-head .s {
  margin-left: 30px;
  font-size: 1.2em;
  color: #707070;
}
.result-page .result-list {
  margin-bottom: 50px;
}
.result-page .result-list .list-item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.result-page .result-list .t {
  margin-bottom: 15px;
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.result-page .result-list .p {
  color: #707070;
  text-align: justify;
  text-justify: inter-ideograph;
}
.result-page .key {
  color: #c7a368;
}
@media screen and (min-width: 769px) {
  .result-page .result-list .t:hover {
    color: #c7a368;
  }
}

.article-page {
  padding: 50px 0;
}
.article-page .article-head {
  margin-bottom: 30px;
  text-align: center;
}
.article-page .article-head .t {
  font-size: 1.7em;
}
.article-page .article-head .info {
  margin-top: 10px;
  color: #707070;
}
.article-page .article-head .s {
  margin: 0 15px;
}
.article-page .article-cont {
  margin-bottom: 30px;
}
.article-page .article-cont p,
.article-page .article-cont .p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-page .article-cont p + p,
.article-page .article-cont .p + .p {
  margin-top: 1em;
}
.article-page .article-cont .img {
  margin: 1em 0;
}
.article-page .article-cont iframe,
.article-page .article-cont video,
.article-page .article-cont img {
  display: block;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  height: auto !important;
  border: 0;
}
.article-page .article-cont .video-mod {
  margin-bottom: 1em;
}
.article-page .article-paging {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.article-page .article-paging .article-link {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.article-page .article-paging .article-prev {
  float: left;
  padding-left: 30px;
}
.article-page .article-paging .article-next {
  float: right;
  padding-right: 30px;
}
.article-page .article-paging .xfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-page .article-paging .article-prev .xfont {
  left: 0;
}
.article-page .article-paging .article-next .xfont {
  right: 0;
}
.article-page .share-mod {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .article-page .article-paging .article-link:hover {
    color: #c7a368;
  }
}
@media screen and (max-width: 768px) {
  .article-page .article-head .info {
    margin-top: 5px;
  }
  .article-page .article-head .s {
    margin: 0 5px;
  }
  .article-page .article-cont {
    margin-bottom: 20px;
  }
  .article-page .article-paging {
    padding: 10px 0;
  }
  .article-page .share-mod {
    margin-bottom: 10px;
  }
}

.detalis1 {
  padding-top: 5.729vw;
  background: #fcfcf9 url(../image/sxy/bg4.png) no-repeat top center;
  padding-bottom: 360px;
  position: relative;
}
.detalis1 .article-head {
  margin-bottom: 30px;
  text-align: center;
}
.detalis1 .article-head .t {
  color: #584020;
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-family: syst;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detalis1 .article-head .t {
    font-size: 26px;
  }
}
.detalis1 .article-head .info {
  margin-top: 10px;
  color: #707070;
}
.detalis1 .article-head .s {
  margin: 0 15px;
}
.detalis1 .article-cont {
  margin-bottom: 30px;
}
.detalis1 .article-cont p,
.detalis1 .article-cont .p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.detalis1 .article-cont p + p,
.detalis1 .article-cont .p + .p {
  margin-top: 1em;
}
.detalis1 .article-cont .img {
  margin: 1em 0;
}
.detalis1 .article-cont iframe,
.detalis1 .article-cont video,
.detalis1 .article-cont img {
  display: block;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  height: auto !important;
  border: 0;
}
.detalis1 .article-cont .video-mod {
  margin-bottom: 1em;
}
.detalis1 .article-paging {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.detalis1 .article-paging .article-link {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.detalis1 .article-paging .article-prev {
  float: left;
  padding-left: 30px;
}
.detalis1 .article-paging .article-next {
  float: right;
  padding-right: 30px;
}
.detalis1 .article-paging .xfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detalis1 .article-paging .article-prev .xfont {
  left: 0;
}
.detalis1 .article-paging .article-next .xfont {
  right: 0;
}
.detalis1 .share-mod {
  margin-bottom: 20px;
}
.detalis1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 425px;
  bottom: 0;
  left: 0;
  background: url(../image/sxy/foot1.png) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .detalis1 .article-paging .article-link:hover {
    color: #c7a368;
  }
}
@media screen and (max-width: 768px) {
  .detalis1 {
    padding: 40px 0 100px;
    background-size: 100%;
  }
  .detalis1 .paging-mod {
    display: none;
  }
  .detalis1::before {
    width: 100%;
    height: 150px;
  }
  .detalis1 .article-head .info {
    margin-top: 5px;
  }
  .detalis1 .article-head .s {
    margin: 0 5px;
  }
  .detalis1 .article-cont {
    margin-bottom: 20px;
  }
  .detalis1 .article-paging {
    padding: 10px 0;
  }
  .detalis1 .share-mod {
    margin-bottom: 10px;
  }
}

.guide_page1 {
  background-size: 100% !important;
}
.guide_page1 .video {
  width: 100%;
  height: inherit;
}
.guide_page1 .video-mod {
  height: 100vh;
}
.guide_page1 .video-mod .video-js {
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
.guide_page1 .video-mod .video-js .vjs-tech {
  -o-object-fit: fill;
  object-fit: fill;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.guide_page1 .video-mod .vjs-ended .vjs-poster {
  background-size: 100%;
}
.guide_page1 .main {
  width: 1326px;
  position: absolute;
  height: 537px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide_page1 .left {
  width: 30.9%;
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
}
.guide_page1 .left .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.guide_page1 .left .img::before {
  content: "";
  display: block;
  padding-top: 48.78049%;
}
.guide_page1 .left .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.guide_page1 .left .img .i {
  width: 100%;
  height: auto;
  max-height: initial;
}
.guide_page1 .left .part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.guide_page1 .left .part1 .item {
  background-color: #6e1d2a;
  border-radius: 8px;
  width: calc((100% - 70px) / 2);
  height: 100px;
}
.guide_page1 .left .part1 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.guide_page1 .left .part1 .item .img {
  position: relative;
  overflow: hidden;
  width: 57px;
}
.guide_page1 .left .part1 .item .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.guide_page1 .left .part1 .item .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.guide_page1 .left .part1 .item .img .i {
  width: 100%;
  height: 100%;
}
.guide_page1 .left .part1 .item .t {
  color: #fff;
  font-size: 18px;
  margin-left: 12px;
}
@media screen and (max-width: 1440px) {
  .guide_page1 .left .part1 .item .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .guide_page1 .left .part1 .item .t {
    font-size: 16px;
  }
}
body:not(.lang-en) .guide_page1 .left .part1 .item .t {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.guide_page1 .left .part1 .item + .item {
  margin-left: 10px;
}
.guide_page1 .left .part2 {
  padding: 20px 30px;
}
.guide_page1 .left .part2 .item {
  position: relative;
}
.guide_page1 .left .part2 .item::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.guide_page1 .left .part2 .item.i1::after {
  width: 15px;
  height: 17px;
  background: url(../image/wmy/icon4.png) no-repeat center center;
}
.guide_page1 .left .part2 .item.i2::after {
  width: 18px;
  height: 15px;
  background: url(../image/wmy/icon5.png) no-repeat center center;
}
.guide_page1 .left .part2 .item.i3::after {
  width: 14px;
  height: 18px;
  background: url(../image/wmy/icon6.png) no-repeat center center;
}
.guide_page1 .left .part2 .item.i4::after {
  width: 17px;
  height: 20px;
  background: url(../image/wmy/icon7.png) no-repeat center center;
  top: 0;
}
.guide_page1 .left .part2 .item + .item {
  margin-top: 4px;
}
.guide_page1 .left .part2 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.guide_page1 .left .part2 .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  padding-left: 28px;
}
.guide_page1 .left .part2 .t1 {
  min-width: 32px;
}
.guide_page1 .left .part2 .t2 {
  margin-left: 5px;
}
.guide_page1 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide_page1 .right .item {
  height: 100%;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.guide_page1 .right .item + .item {
  margin-left: 2px;
}
.guide_page1 .right .middle {
  height: 537px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.45);
}
.guide_page1 .right .item4 .middle {
  background: url(../image/wmy/bg1.png) no-repeat center top/cover;
  background-size: 100% 100%;
}
.guide_page1 .right .img {
  position: relative;
  overflow: hidden;
  width: 95px;
  margin: 0 auto;
}
.guide_page1 .right .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.guide_page1 .right .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.guide_page1 .right .img .i {
  width: 100%;
  height: 100%;
}
.guide_page1 .right .item4 .img {
  position: relative;
  overflow: hidden;
  width: 101px;
}
.guide_page1 .right .item4 .img::before {
  content: "";
  display: block;
  padding-top: 93.06931%;
}
.guide_page1 .right .item4 .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.guide_page1 .right .item4 .img .i {
  width: 100%;
  height: 100%;
}
.guide_page1 .right .text {
  margin-top: 5px;
}
.guide_page1 .right .h {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .guide_page1 .right .h {
    font-size: 20px;
  }
}
.guide_page1 .right .h1 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
}
.guide_page1 .right .hoverbox {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  height: calc(100% + 85px);
  z-index: 3;
  background: transparent url(../image/wmy/bg2.png) no-repeat top center/cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.guide_page1 .right .hoverbox .hovercont {
  margin-top: 84px;
}
.guide_page1 .right .hoverbox .yuanbox {
  width: 224px;
  height: 224px;
  position: relative;
  margin: 30px auto 0;
}
.guide_page1 .right .hoverbox .yuanbox .img {
  padding-top: 126px;
}
.guide_page1 .right .hoverbox .yuanbox .img .i {
  height: auto;
}
.guide_page1 .right .hoverbox .yuanbox::before {
  content: "";
  position: absolute;
  display: block;
  width: 224px;
  height: 224px;
  top: 0%;
  left: 0%;
  background: url(../image/wmy/cir.png) no-repeat 0 0;
}
.guide_page1 .right .hoverbox .yuanbox::after {
  content: "";
  position: absolute;
  display: block;
  width: 178px;
  height: 182px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background: url(../image/wmy/cir1.png) no-repeat 0 0; */
}

.guide_page1 .right .hoverbox .bottom {
  margin-top: 60px;
}
.guide_page1 .right .hoverbox .bottom .icon {
  position: relative;
  overflow: hidden;
  width: 178px;
  margin: 0 auto;
}
.guide_page1 .right .hoverbox .bottom .icon::before {
  content: "";
  display: block;
  padding-top: 87.64045%;
}
.guide_page1 .right .hoverbox .bottom .icon .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.guide_page1 .right .hoverbox .bottom .logo {
  position: relative;
  overflow: hidden;
  width: 200px;
  margin: 18px auto 0;
  display: none;
}
.guide_page1 .right .hoverbox .bottom .logo::before {
  content: "";
  display: block;
  padding-top: 20%;
}
.guide_page1 .right .hoverbox .bottom .logo .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@-webkit-keyframes yuanbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes yuanbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .guide_page1 .right .item:hover .middle {
    opacity: 0;
  }
  .guide_page1 .right .item:hover .hoverbox {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1920px) {
  .guide_page1 .main {
    -webkit-transform: translate(-50%, -50%) scale(0.78);
    transform: translate(-50%, -50%) scale(0.78);
  }
}
@media screen and (max-width: 1680px) {
  .guide_page1 .main {
    width: 1380px;
  }
}
@media screen and (max-width: 1630px) {
  .guide_page1 .main {
    width: 1380px;
  }
}
@media screen and (max-width: 1440px) {
  .guide_page1 .main {
    width: 1300px;
  }
  .guide_page1 .left .part1 {
    margin-top: 20px;
  }
  .guide_page1 .left .part1 .item .t {
    margin-left: 5px;
  }
  .guide_page1 .video-mod .video-js .vjs-tech {
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .guide_page1 .main {
    width: 95%;
  }
  .guide_page1 .left .part1 {
    margin-top: 15px;
  }
  .guide_page1 .left .part1 .item {
    width: calc((100% - 30px) / 2);
  }
  .guide_page1 .left .part2 {
    padding: 15px 10px;
  }
  .guide_page1 .main {
    height: 490px;
    margin-top: 40px;
  }
  .guide_page1 .right .middle {
    height: 490px;
  }
  .guide_page1 .left .part2 .t2 {
    margin-left: 0;
    overflow: hidden;
    line-height: 1.5;
  }
  .guide_page1 .left .part2 .t {
    padding-left: 22px;
  }
  .guide_page1 .right .img {
    width: 60px;
  }
  .guide_page1 .left .part1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .guide_page1 .right .hoverbox .yuanbox {
    width: 120px;
    height: 120px;
  }
  .guide_page1 .right .hoverbox .yuanbox::before {
    width: 120px;
    height: 120px;
  }
  .guide_page1 .right .hoverbox .yuanbox .img {
    padding-top: 56px;
  }
  .guide_page1 .right .item4 .hoverbox .yuanbox .img {
    padding-top: 28px;
  }
  .guide_page1 .right .item4 .img {
    width: 82px;
  }
  .guide_page1 .right .hoverbox .bottom .icon {
    width: 120px;
  }
  .guide_page1 .right .hoverbox .bottom {
    margin-top: 60px;
  }
  .guide_page1 .main {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .guide_page1 .main {
    width: 95%;
  }
  .guide_page1 .right .h {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1580px) {
  .guide_page1 .right .h {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1200px) {
  .guide_page1 .right .h {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide_page1 .right .h {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .guide_page1 .left .part1 {
    margin-top: 10px;
  }
  .guide_page1 .right .hoverbox .yuanbox {
    width: 140px;
    height: 140px;
  }
  .guide_page1 .right .hoverbox .yuanbox::before {
    width: 140px;
    height: 140px;
    background-size: contain;
  }
  .guide_page1 .right .hoverbox .yuanbox::after {
    width: 113px;
    height: 118px;
    background-size: contain;
  }
  .guide_page1 .right .hoverbox .yuanbox .img {
    padding-top: 80px;
    width: 60px;
  }
  .guide_page1 .right .img {
    width: 60px;
  }
  .guide_page1 .right .hoverbox .bottom .logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .guide_page1 {
    background-size: inherit !important;
  }
  .guide_page1 .video-mod {
    display: none;
  }
  .guide_page1 .main {
    width: 100%;
    padding: 0 15px;
    height: 550px;
  }
  .guide_page1 .main {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    margin-top: 0;
  }
  .guide_page1 .left {
    width: 60%;
  }
  .guide_page1 .left .part1 {
    margin-top: 10px;
  }
  .guide_page1 .left .part1 .item {
    height: 80px;
  }
  .guide_page1 .left .part1 .item .img {
    width: 40px;
  }
  .guide_page1 .left .part1 .item .t {
    margin-left: 5px;
  }
  .guide_page1 .left .part1 .item + .item {
    margin-left: 5px;
  }
  .guide_page1 .left .part2 {
    padding: 10px;
  }
  .guide_page1 .left .part2 .i3 .t,
  .guide_page1 .left .part2 .i4 .t {
    display: block;
  }
  .guide_page1 .left .part2 .t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guide_page1 .left .part2 .t2 {
    height: auto;
  }
  .guide_page1 .right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2px;
  }
  .guide_page1 .right .item {
    width: 100%;
    height: calc((100% - 6px) / 4);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .guide_page1 .right .item + .item {
    margin: 2px 0 0;
  }
  .guide_page1 .right .middle {
    height: 100%;
  }
  .guide_page1 .right .item4 .middle {
    background: rgba(0, 0, 0, 0.45);
  }
  .guide_page1 .right .h {
    font-size: 14px;
  }
  .guide_page1 .right .img {
    width: 48px;
  }
  .guide_page1 .right .h1 {
    line-height: 1.2;
  }
}

.news1 {
  padding-top: 5.729vw;
  background: #fcfcf9 url(../image/sxy/bg4.png) no-repeat top center;
  padding-bottom: 360px;
  position: relative;
  min-height: 100vh;
}
.news1 .title1 {
  color: #584020;
  text-align: center;
}
.news1 .list {
  margin-top: 56px;
}
.news1 .li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: url(../image/sxy/bg1.png);
  height: 212px;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.news1 .li + .li {
  margin-top: 20px;
}
.news1 .img {
  position: relative;
  overflow: hidden;
  min-width: 280px;
}
.news1 .img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.news1 .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news1 .img .i {
  width: 100%;
}
.news1 .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #584020;
}
.news1 .n {
  font-size: 70px;
  line-height: 1;
  font-family: "arial";
}
.news1 .y {
  font-size: 22px;
  margin-top: -8px;
  font-family: "arial";
}
@media screen and (max-width: 768px) {
  .news1 .y {
    font-size: 18px;
  }
}
.news1 .r {
  margin-left: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news1 .t {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .news1 .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news1 .t {
    font-size: 18px;
  }
}
.news1 .p {
  font-size: 16px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 425px;
  bottom: 0;
  left: 0;
  background: url(../image/sxy/foot1.png) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .news1 .li:hover {
    background: #fff;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    border: 2px solid #e2d1b5;
  }
}
@media screen and (max-width: 1250px) {
  .m-wrap {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .news1 {
    padding: 40px 0 100px;
    background-size: 100%;
    min-height: 100vh;
  }
  .news1 .paging-mod {
    display: none;
  }
  .news1::before {
    width: 100%;
    height: 150px;
  }
  .news1 .list {
    margin-top: 0px;
  }
  .news1 .li {
    display: block;
    height: auto;
    background-size: 100% 100%;
    margin-top: 20px;
  }
  .news1 .img {
    width: 100%;
    min-width: 100%;
  }
  .news1 .text {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news1 .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news1 .r {
    margin-left: 0;
  }
  .news1 .y {
    margin-top: 0;
    margin-left: 5px;
  }
  .news1 .n {
    font-size: 20px;
    line-height: normal;
  }
  .m-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

.wzzc_alert1 {
  font-size: 14px;
}
.wzzc_alert1 .select-mod {
  position: relative;
  text-align: left;
}
.wzzc_alert1 .select-mod .select-bar {
  position: relative;
  height: auto;
}
.wzzc_alert1 .select-mod .select-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
}
.wzzc_alert1 .select-mod .select-btn {
  float: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  height: 21px;
  padding: 6px 50px 6px 15px;
  overflow: hidden;
  cursor: pointer;
}
.wzzc_alert1 .select-mod .select-btn:after {
  content: "\e824";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  font-family: "xfont" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.wzzc_alert1 .select-mod .select-opts {
  padding: 0;
}
.wzzc_alert1 .select-mod .select-cont {
  padding: 0;
}
.wzzc_alert1 .select-mod.sc-show .select-trigger .select-btn,
.wzzc_alert1 .select-mod.sc-show .select-trigger.select-btn {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wzzc_alert1 .select-mod.sc-show .select-trigger .select-btn::after,
.wzzc_alert1 .select-mod.sc-show .select-trigger.select-btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wzzc_alert1 .caption {
  text-align: center;
  font-size: 26px;
  padding: 26px 0;
  background: #f4f4f4;
}
.wzzc_alert1 .close {
  background: url(../image/clos.png) no-repeat center;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 23px;
  height: 23px;
  display: block;
}
.wzzc_alert1 {
  position: fixed;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f;
  top: 50%;
  margin-top: -316.5px;
  left: 50%;
  margin-left: -377px;
  width: 754px;
  display: none;
}
.wzzc_alert1 .inner {
  padding: 20px 50px;
}
.wzzc_alert1 .item {
  margin-bottom: 19px;
}
.wzzc_alert1 .item .s1 {
  float: left;
  width: 100px;
  text-align: right;
  line-height: 30px;
  height: 30px;
}
.wzzc_alert1 .item .s3 {
  float: left;
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
}
.wzzc_alert1 .item .inputbox {
  padding-left: 16px;
  float: left;
  height: 33px;
  width: 538px;
}
.wzzc_alert1 .item.im6 .inputbox {
  height: auto;
}
.wzzc_alert1 .item textarea {
  border: 1px solid #c7c7c7;
  padding: 10px 18px;
  width: 93%;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wzzc_alert1 .item .inputbox input {
  width: 158px;
  line-height: 1.5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 20px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
}
.wzzc_alert1 .item.im5 input {
  width: 92%;
}
.wzzc_alert1 .select-mod {
  float: left;
  width: 200px;
  margin-left: 16px;
}
.wzzc_alert1 .select-mod .select-btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.wzzc_alert1 .select-mod .select-bar:before {
  border-radius: 3px;
  border-color: #c7c7c7;
}
.wzzc_alert1 .select-mod .select-btn:after {
  content: "";
  border-top: 9px solid #5a82cf;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 0;
}
.wzzc_alert1 .item.im7 .inputbox {
  font-size: 0;
}
.wzzc_alert1 .item.im7 .inputbox input {
  border: 0;
  border-right: 1px solid #e1e1e1;
  width: 104px;
}
.wzzc_alert1 .item.im7 .img {
  width: 143px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #f4f4f4;
}
.wzzc_alert1 .item .b {
  border: 1px solid #c7c7c7;
  display: inline-block;
  border-radius: 3px;
}
.wzzc_alert1 .button {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}
.wzzc_alert1 .button a {
  display: inline-block;
  background: #9c233b;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  width: 161px;
  height: 48px;
  line-height: 48px;
}
.menu {
  position: fixed;
  right: 13px;
  bottom: 320px;
  z-index: 30;
}
.menu .con {
  position: relative;
  padding-top: 28px;
  padding-bottom: 19px;
  width: 51px;
}
.menu .con::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../image/syb/bg.png) no-repeat;
  width: 100%;
  height: 50%;
  top: 0;
  background-size: 100% auto;
  z-index: -1;
  left: 0;
}
.menu .con::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../image/syb/bg.png) no-repeat left bottom;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-size: 100% auto;
  z-index: -1;
  left: 0;
}
.menu .con .t {
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  letter-spacing: 5px;
  width: 100%;
  line-height: 51px;
}
@media screen and (max-width: 1440px) {
  .menu .con .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .menu .con .t {
    font-size: 16px;
  }
}
body:not(.lang-en) .menu .con .t {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.menu .con + .con {
  margin-top: 24px;
}
.home1 {
  max-width: 1820px;
  margin: 0 auto;
}
.home1 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home1 .pic::before {
  content: "";
  display: block;
  padding-top: 34.06593%;
}
.home1 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home1 .pic img {
  width: 100%;
}
.home1 .slick-mod {
  position: relative;
}
.home1 .slick-arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home1 .slick-prev {
  background: url(../image/rj/prev.png) no-repeat center;
  left: 110px;
}
.home1 .slick-next {
  background: url(../image/rj/next.png) no-repeat center;
  right: 110px;
}
.home1 .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.home1 .slick-dot {
  display: inline-block;
  width: 36px;
  height: 26px;
  background: url(../image/rj/dot1.png) no-repeat center;
  margin: 0 15px;
}
.home1 .slick-dot.slick-active {
  background: url(../image/rj/dot2.png) no-repeat center;
}
.home2 {
  max-width: 1820px;
  margin: 0 auto;
  height: 857px;
  background: url(../image/rj/img10.jpg) no-repeat center top -60px;
  position: relative;
}
.home2 .list {
  position: relative;
  height: 100%;
}
.home2 .item {
  position: absolute;
  width: 180px;
  min-height: calc(430px - 95px);
  padding-top: 40px;
}
.home2 .item a {
  position: relative;
  display: block;
  height: 100%;
}
.home2 .item1 {
  left: 117px;
  top: 175px;
  background: #5a82cf;
}
.home2 .item2 {
  left: 344px;
  top: 373px;
  background: #365baa;
}
.home2 .item3 {
  right: 344px;
  bottom: 0;
  background: #b29b6b;
}
.home2 .item4 {
  right: 117px;
  top: 407px;
  background: #254682;
}
.home2 .item1::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img29.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.home2 .item2::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img30.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.home2 .item3::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img31.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.home2 .item4::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img32.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.home2 .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-top: 18px;
  width: 100%;
}
.home2 .h1 {
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body:not(.lang-en) .home2 .h1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.home2 .h2 {
  font-size: 18px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body:not(.lang-en) .home2 .h2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1440px) {
  .home2 .h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home2 .h2 {
    font-size: 16px;
  }
}
.home2 .icon {
  position: relative;
  overflow: hidden;
  width: 53px;
  margin: 0 auto;
}
.home2 .icon::before {
  content: "";
  display: block;
  padding-top: 90.56604%;
}
.home2 .icon .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home2 .icon img {
  width: 100%;
}
.home2::before {
  content: "";
  display: block;
  width: 148px;
  height: 148px;
  background: #880025;
  position: absolute;
  bottom: 0;
  left: 306px;
}
.home3 {
  max-width: 1820px;
  margin: 0 auto;
  background: url(../image/rj/img15.jpg) no-repeat center top;
  padding-top: 80px;
  min-height: 800px;
  position: relative;
}
.home3 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home3 .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 42px;
  line-height: 1.2;
  margin-left: 0;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .home3 .titles {
    font-size: 26px;
  }
}
body:not(.lang-en) .home3 .title_en {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.home3 .yq_title {
  letter-spacing: 2px;
}
body:not(.lang-en) .home3 .yq_title {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.home3 .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home3 .nav_tit {
  margin-left: 50px;
  min-width: 182px;
}
.home3 .t {
  padding: 0 25px;
  position: relative;
  font-size: 18px;
  color: #584020;
  max-width: 122px;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
@media screen and (max-width: 1440px) {
  .home3 .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home3 .t {
    font-size: 16px;
  }
}
.home3 .t.cur {
  color: #584020;
}
.home3 .t + .t {
  margin-top: 48px;
}
.home3 .t a {
  position: relative;
  display: block;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.home3 .t a::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  border-top: 1px dashed #c7a368;
  display: none;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.home3 .t::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #c7a368;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home3 .t::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background: url(../image/rj/img24.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 95px;
  padding-top: 150px;
  position: relative;
  z-index: 10;
}
.home3 .item {
  min-height: 418px;
  width: 180px;
  position: relative;
}
.home3 .item a {
  height: 100%;
  padding-top: 80px;
  display: block;
}
.home3 .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-top: 18px;
}
.home3 .h1 {
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  word-wrap: break-word;
  height: 178px;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body:not(.lang-en) .home3 .h1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.home3 .h2 {
  font-size: 18px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body:not(.lang-en) .home3 .h2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1440px) {
  .home3 .h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home3 .h2 {
    font-size: 16px;
  }
}
.home3 .item1 {
  background: #880025;
}
.home3 .item2 {
  background: #365baa;
  top: 154px;
}
.home3 .item3 {
  background: #254682;
  top: 75px;
}
.home3 .pic {
  position: relative;
  overflow: hidden;
  width: 573px;
  position: absolute;
  right: 0;
  top: 30px;
}
.home3 .pic::before {
  content: "";
  display: block;
  padding-top: 120.76789%;
}
.home3 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home3 .pic .i {
  width: 100%;
  -webkit-transform: none;
  transform: none;
  left: 0;
  top: 0;
  display: block;
}
.home3 .icon {
  position: relative;
  overflow: hidden;
  width: 70px;
  margin: 0 auto;
}
.home3 .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home3 .icon .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home3 .icon img {
  width: 100%;
}
.home3::before {
  content: "";
  display: block;
  width: 148px;
  height: 148px;
  background: #254682;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px;
}
.home4 {
  max-width: 1820px;
  margin: 0 auto;
  padding: 60px 0 60px;
}
.home4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home4 .left {
  width: 64.6875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home4 .ts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home4 .ts .m {
  margin-bottom: 5px;
}
.home4 .more {
  font-size: 22px;
  color: #584020;
}
@media screen and (max-width: 768px) {
  .home4 .more {
    font-size: 18px;
  }
}
.home4 .list {
  margin-top: 28px;
}
.home4 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home4 .pic::before {
  content: "";
  display: block;
  padding-top: 56.06061%;
}
.home4 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home4 .pic img {
  width: 100%;
}
.home4 .p1 {
  color: #666;
}
.home4 .con1 {
  width: calc(50% - 15px);
}
.home4 .con1 .text {
  position: relative;
  margin-top: -48px;
}
.home4 .con1 .txt {
  background: #f7f7f7;
  width: calc(100% - 60px);
  margin-left: auto;
  padding: 31px 40px 43px;
  border: 1px solid #e6e6e6;
}
.home4 .con1 .in {
  width: 60px;
  height: 60px;
  background: #870025;
  position: absolute;
  left: 0;
  top: 47px;
  text-align: center;
  line-height: 55px;
}
.home4 .con1 .in img {
  width: 21px;
  height: 13px;
}
.home4 .con1 .h {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home4 .con1 .p {
  font-size: 14px;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home4 .con1 .date {
  width: 100px;
  height: 44px;
  background: #365baa;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
  color: #fff;
  position: absolute;
  right: 0;
  top: -44px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}
.home4 .con1:nth-child(3) {
  margin-top: 40px;
}
.home4 .con1:nth-child(4) {
  margin-top: 40px;
}
.home4 .right {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home4 .slick-mod {
  margin-top: 28px;
  position: relative;
}
.home4 .slick-mod .slick-arrow {
  width: 39px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -72px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.home4 .slick-mod .slick-prev {
  background: url(../image/wmy/prev1.png) no-repeat center center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 156px;
  background-size: 100% 100%;
}
.home4 .slick-mod .slick-next {
  background: url(../image/wmy/next.png) no-repeat center center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 214px;
  background-size: 100% 100%;
}
.home4 .slick-mod .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home4 .slick-mod .img::before {
  content: "";
  display: block;
  padding-top: 78.32618%;
}
.home4 .slick-mod .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home4 .slick-mod .img .i {
  width: 100%;
  height: 100%;
}
.home4 .slick-mod .t {
  font-size: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1440px) {
  .home4 .slick-mod .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home4 .slick-mod .t {
    font-size: 16px;
  }
}
.home4 .con2 .list {
  margin-top: 24px;
}
.home4 .con2 .t1 {
  color: #9f131c;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
.home4 .con2 .t2 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 2px;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.home4 .con2 .t3 {
  color: #666666;
  margin-top: 9px;
  font-size: 14px;
}
.home4 .con2 .p {
  display: none;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
  margin-top: 15px;
  font-size: 14px;
}
.home4 .con2 .item {
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.home4 .con2 .item + .item {
  margin-top: 18px;
}
.home5 {
  max-width: 1820px;
  margin: 0 auto;
  background: url(../image/rj/img17.jpg) no-repeat top -90px center;
  padding: 60px 0 60px;
}
.home5 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home5 .h {
  font-size: 28px;
  color: #c7a368;
}
@media screen and (max-width: 768px) {
  .home5 .h {
    font-size: 20px;
  }
}
.home5 .p {
  font-size: 16px;
  color: #666666;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home5 .left {
  padding-left: 75px;
  margin-top: 45px;
  width: 51.7%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home5 .left::before {
  content: "";
  display: block;
  width: 50px;
  height: 485px;
  background: url(../image/rj/img18.png) repeat-y;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home5 .more {
  font-size: 22px;
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .home5 .more {
    font-size: 18px;
  }
}
.home5 .list {
  margin-top: 40px;
}
.home5 .item {
  font-size: 16px;
}
.home5 .item + .item {
  margin-top: 18px;
}
.home5 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home5 .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home5 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home5 .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home5 .right {
  margin-top: -102px;
  margin-right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home5 .m {
  margin-top: 24px;
}
.home6 {
  max-width: 1820px;
  margin: 0 auto;
  padding: 52px 0 60px 0;
}
.home6 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home6 .left {
  width: 70%;
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
}
.home6 .left .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.home6 .left .up > a {
  width: 45.6%;
  display: block;
}
.home6 .left .txt {
  margin-left: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home6 .left .h {
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .home6 .left .h {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .home6 .left .h {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home6 .left .h {
    font-size: 18px;
  }
}
.home6 .left .h a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home6 .left .d {
  font-size: 20px;
  color: #c7a368;
  margin-top: 10px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1440px) {
  .home6 .left .d {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .home6 .left .d {
    font-size: 18px;
  }
}
.home6 .left .p {
  font-size: 14px;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home6 .left .m {
  margin-top: 10px;
}
.home6 .left .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home6 .left .t {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  white-space: nowrap;
  line-height: 1.5;
  height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 40px;
}
.home6 .left .t::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7a368;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home6 .left .date {
  font-size: 14px;
  color: #c7a368;
  font-family: "Times New Roman", Times, serif;
}
.home6 .left .item + .item {
  margin-top: 30px;
}
.home6 .left .list1 {
  padding-top: 40px;
}
.home6 .left .pic {
  position: relative;
  overflow: hidden;
  background: url(../image/rj/img19.png) no-repeat;
  background-size: 100% 100%;
}
.home6 .left .pic::before {
  content: "";
  display: block;
  padding-top: 79.24152%;
}
.home6 .left .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home6 .right {
  padding-left: 30px;
  width: 30%;
}
.home6 .right .t1 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home6 .right .t2 {
  font-size: 14px;
  color: #999999;
  margin-top: 7px;
}
.home6 .right .span {
  margin: 0 20px;
}
.home6 .right .span1 {
  color: #c7a368;
  margin-left: 0;
  font-family: "Times New Roman", Times, serif;
}
.home6 .right .list2 {
  margin-top: 54px;
}
.home6 .right .li {
  position: relative;
  padding-left: 25px;
}
.home6 .right .li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7a368;
  position: absolute;
  left: 0;
  top: 7px;
}
.home6 .right .li + .li {
  margin-top: 16px;
}
.home6 .right .m {
  margin-top: 25px;
  padding-left: 30px;
}
.home6 .right .tracker-mod {
  position: relative;
  padding-top: 37px;
}
.home6 .right .tracker-mod .tracker-box {
  text-align: left;
}
.home6 .right .tracker-mod .tracker-item {
  padding: 10px 17px;
}
.home6 .right .tracker-mod .tracker-item .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .home6 .right .tracker-mod .tracker-item .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home6 .right .tracker-mod .tracker-item .t {
    font-size: 16px;
  }
}
.home6 .right .tracker-mod .tracker-item .ico {
  width: 21px;
  height: 15px;
  background: url(../image/rj/img24.png) no-repeat center;
  margin-left: 12px;
}
.home6 .right .tracker-mod .tracker-item.cur {
  color: #fff;
  background: #880024;
}
.home6 .right .tracker-mod .tracker-item.cur .ico {
  background: url(../image/wmy/ico.png) no-repeat center;
}
.home6 .right .tracker-mod .tracker-item + .tracker-item {
  margin-left: 5px;
}
.home6 .right .tab-item {
  display: none;
}
.home6 .right .tab-item.act {
  display: block;
}
.gz .home2 {
  background: url(../image/rj/img33.png) no-repeat center top;
}
.gz .home3 {
  background: url(../image/rj/img34.png) no-repeat center top;
}
.gz .home3 .titles {
  color: #fff;
}
.gz .home3 .t {
  color: #fff;
}
.gz .home3 .item1 {
  background: #b29b6b;
}
.gz .home3 .item2 {
  background: #365baa;
}
.gz .home3 .item3 {
  background: #254682;
}
.gz .home5 {
  background: url(../image/rj/img35.png) no-repeat center;
}
.gz .home5 .titles {
  color: #fff;
}
.gz .home5 .h {
  color: #fff;
}
.gz .home5 .p {
  color: #fff;
}
.gz .home5 .m {
  color: #fff;
}
.gz .home5 .list {
  color: #fff;
}
.gz .home5 .left::before {
  background: url(../image/rj/img37.png) repeat-y;
}
.gz .home5 .m .ico {
  background: url(../image/rj/img56.png) no-repeat center;
}
.gz .home6 .pic {
  background: url(../image/rj/img38.png) no-repeat;
  background-size: 100% 100%;
}
.yq .home2 {
  background: url(../image/rj/img2.jpg) no-repeat center top;
}
.yq .home2 .item1 {
  background: #870025;
}
.yq .home2 .item2 {
  background: #6c001d;
}
.yq .home2 .item3 {
  background: #be9c59;
}
.yq .home2 .item4 {
  background: #6c001d;
}
.yq .home2 .item1::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img47.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.yq .home2 .item2::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img48.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.yq .home2 .item3::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img49.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.yq .home2 .item4::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background: url(../image/rj/img48.png) no-repeat center;
  position: absolute;
  top: -94px;
  left: 0;
  background-size: 100% 100%;
}
.yq .home3 {
  background: #f1eee4 url(../image/rj/img39.png) no-repeat center top;
}
.yq .home3 .titles {
  color: #584020;
}
.yq .home3 .t {
  color: #584020;
}
.yq .home3 .item1 {
  background: #870025;
}
.yq .home3 .item2 {
  background: #be9c59;
}
.yq .home3 .item3 {
  background: #18438d;
}
.yq .home3 .t::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #584320;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yq .home3 .t::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background: url(../image/rj/img46.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yq .home3::before {
  background: #a68f5e;
}
.yq .home4 {
  background: #f1eee4;
}
.yq .home4 .date {
  background: #584320;
}
.yq .home4 .txt {
  background: #ecdfc3;
}
.yq .home5 {
  background: url(../image/rj/img40.png) no-repeat center;
}
.yq .home5 .titles {
  color: #584020;
}
.yq .home5 .h {
  color: #870024;
}
.yq .home5 .p {
  color: #870024;
}
.yq .home5 .m {
  color: #584020;
}
.yq .home5 .list {
  color: #584020;
}
.yq .home5 .left::before {
  background: url(../image/rj/img36.png) repeat-y;
}
.yq .home5 .m .ico {
  background: url(../image/rj/img45.png) no-repeat center;
}
.yq .home6 {
  background: #f1eee4;
}
.yq .home6 .pic {
  background: url(../image/rj/img41.png) no-repeat;
  background-size: 100% 100%;
}
.yq .home6 .left {
  border-right: 1px solid #dbd5c3;
}
@media screen and (min-width: 769px) {
  .home3 .t:hover {
    max-width: 100%;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .home3 .t:hover a {
    padding-left: 50px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .home3 .t:hover a::before {
    display: block;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .home4 .con1 .item:hover .date {
    background-color: #870025;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
}
@media screen and (min-width: 769px) {
  .home4 .item .t2:hover {
    text-decoration: underline;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .home4 .slick-mod .slick-prev:hover {
    background: url(../image/wmy/prev.png) no-repeat center center;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    background-size: 100% 100%;
  }
  .home4 .slick-mod .slick-next:hover {
    background: url(../image/wmy/next1.png) no-repeat center center;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1680px) {
  .home4 .right {
    padding-right: 50px;
  }
  .home4 .con1 {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1440px) {
  .menu .con + .con {
    margin-top: 10px;
  }
  .menu {
    bottom: 286px;
  }
  .life_nav .img {
    margin: 5px auto;
  }
  .home4 .right {
    padding-right: 50px;
  }
  .home4 .con1 {
    width: calc(50% - 25px);
  }
  .home4 .left {
    width: 70%;
  }
  .home4 .slick-mod .slick-arrow {
    top: -69px;
  }
  .home4 .slick-mod .slick-prev {
    left: 138px;
  }
  .home4 .slick-mod .slick-next {
    left: 184px;
  }
  .home4 .ts .m {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1366px) {
  .menu .con .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 1296px) {
  .home3 .pic {
    right: 17px;
  }
  .home1 .slick-prev {
    left: 60px;
  }
  .home1 .slick-next {
    right: 60px;
  }
  .home2 {
    height: 530px;
  }
  .home2 .item {
    width: 128px;
    padding: 10px 0;
    min-height: 240px;
  }
  .home2 .item1 {
    top: 154px;
  }
  .home2 .item2 {
    left: 245px;
    top: 230px;
  }
  .home2 .item3 {
    right: 245px;
  }
  .home2 .item4 {
    top: 245px;
  }
  .home2 .h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1296px) and (max-width: 1440px) {
  .home2 .h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1296px) and (max-width: 768px) {
  .home2 .h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1296px) {
  .home2::before {
    left: 170px;
    width: 80px;
    height: 80px;
  }
  .home2 .icon {
    width: 46px;
  }
  .home2 .h1 {
    height: 140px;
  }
  .home3 {
    min-height: 760px;
  }
  .home3 .list {
    margin-left: -17px;
  }
  .home3 .item {
    width: 127px;
    min-height: 320px;
  }
  .home3 .titles {
    margin-left: 38px;
  }
  .home3 .pic {
    width: 376px;
  }
  .home3::before {
    left: 50%;
    margin-left: -60px;
  }
  .home4 {
    padding: 60px 0;
  }
  .home4 .slick-mod .slick-prev {
    left: 120px;
  }
  .home4 .slick-mod .slick-next {
    left: 164px;
  }
  .home3 .item a {
    padding-top: 40px;
  }
  .home3 .nav_tit {
    margin-left: 10px;
  }
  .home5 {
    padding-top: 120px;
    min-height: 500px;
  }
  .home5 .list {
    margin-top: 30px;
  }
  .home5 .right {
    margin-top: 80px;
  }
  .home6 {
    padding: 60px 0;
  }
  .home6 .left {
    width: 65%;
  }
  .home6 .right {
    width: 35%;
  }
  .home6 .left .txt {
    margin-top: 0;
    margin-left: 20px;
    padding-bottom: 10px;
  }
  .home6 .right .m {
    margin-top: 20px;
  }
  .home4 .x-wrap {
    width: 960px;
  }
  .home4 .con1 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .home1 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
  .home1 .slick-prev {
    left: 20px;
  }
  .home1 .slick-next {
    right: 20px;
  }
  .home1 .slick-dots {
    bottom: 5px;
  }
  .home1 .slick-dot {
    width: 26px;
    height: 16px;
    background-size: 100% 100%;
  }
  .home1 .slick-dot.slick-active {
    background-size: 100% 100%;
  }
  .home2 {
    height: auto;
    padding: 40px 0;
    background-size: cover;
  }
  .home2 .item {
    position: static;
    width: 45%;
    margin-top: 20px;
    height: auto;
    padding: 20px 0;
  }
  .home2 .item::before {
    display: none;
  }
  .home2 .h1 {
    height: auto;
  }
  .home2::before {
    display: none;
  }
  .home2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home3::before {
    display: none;
  }
  .home3 {
    height: auto;
    padding: 40px 0;
    background-size: cover;
  }
  .home3 .x-wrap {
    display: block;
  }
  .home3 .pic {
    position: relative;
    right: 0;
  }
  .home3 .titles {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  body:not(.lang-en) .home3 .title_en {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  body:not(.lang-en) .home3 .yq_title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .home3 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .home3 .t + .t {
    margin-top: 0;
  }
  .home3 .nav_tit {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home3 .t {
    width: 45%;
    margin-top: 5px !important;
  }
  .home3 .list {
    margin-left: 0;
    padding-top: 30px;
    width: 100%;
    height: auto;
  }
  .home3 .item {
    width: 33.33%;
    min-height: auto;
  }
  .home3 .item2 {
    top: 0;
  }
  .home3 .item3 {
    top: 0;
  }
  .home3 .item a {
    padding: 30px 0;
  }
  .home3 .icon {
    width: 55px;
  }
  .home3 .pic {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  .home4 {
    padding: 40px 0;
    background-size: cover;
  }
  .home4 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home4 .left {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home4 .con1 {
    width: 100%;
  }
  .home4 .pic {
    width: 100%;
  }
  .home4 .con1 .txt {
    padding: 20px;
  }
  .home4 .con1 + .con1 {
    margin-top: 20px;
  }
  .home4 .con1 .item + .item {
    margin-top: 120px;
  }
  .home4 .list {
    margin-top: 20px;
  }
  .home4 .con1 .p {
    margin-top: 5px;
  }
  .home4 .right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-right: 0;
  }
  .home4 .con2 .list {
    margin-top: 20px;
  }
  .home4 .con2 .item {
    padding-bottom: 10px;
  }
  .home4 .con2 .item + .item {
    margin-top: 10px;
  }
  .home4 .con2 .t3 {
    margin-top: 5px;
  }
  .home4 .slick-mod .slick-arrow {
    width: 30px;
    height: 31px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: -50px;
  }
  .home4 .slick-mod .slick-prev {
    left: 120px;
    background-size: 100% 100%;
  }
  .home4 .slick-mod .slick-next {
    left: 180px;
    background-size: 100% 100%;
  }
  .home4 .tab-cont {
    margin-top: 20px;
  }
  .home4 .slick-mod {
    margin-top: 20px;
  }
  .home5 {
    padding: 40px 0;
    min-height: auto;
    background-size: cover;
  }
  .home5 .box {
    display: block;
  }
  .home5 .left {
    padding-left: 0;
    width: 100%;
  }
  .home5 .left {
    margin-top: 20px;
  }
  .home5 .p {
    margin-top: 10px;
  }
  .home5 .m {
    margin-top: 10px;
  }
  .home5 .list {
    margin-top: 20px;
  }
  .home5 .left::before {
    display: none;
  }
  .home5 .right {
    margin-top: 20px;
    margin-right: 0;
  }
  .home5 .pic {
    width: 100%;
  }
  .home6 {
    padding: 40px 0;
  }
  .home6 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home6 .left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .home6 .left .list1 {
    padding-top: 15px;
  }
  .home6 .left .pic {
    min-width: 100%;
  }
  .home6 .left .up {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .home6 .left .txt {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .home6 .left .m {
    margin-top: 10px;
  }
  .home6 .left .item a {
    display: block;
  }
  .home6 .left .up > a {
    width: 100%;
  }
  .home6 .left .t {
    padding-left: 20px;
  }
  .home6 .left .date {
    margin-left: 20px;
  }
  .home6 .left .item + .item {
    margin-top: 10px;
  }
  .home6 .right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .home6 .right .list2 {
    margin-top: 20px;
  }
  .home6 .right .t2 {
    margin-top: 3px;
  }
  .home6 .right .m {
    margin-top: 10px;
    padding-left: 20px;
  }
  .home6 .right .li {
    padding-left: 20px;
  }
  .home6 .right .tracker-mod {
    padding-top: 20px;
  }
  .home6 .right .tracker-mod .tracker-item {
    padding: 6px 10px;
  }
  .home6 .right .tracker-mod .tracker-item .ico {
    margin-left: 5px;
  }
  .wzzc_alert1 {
    width: 6.7rem;
    overflow: hidden;
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .wzzc_alert1 .caption {
    font-size: 0.4rem;
    padding: 0.2rem 0;
  }
  .wzzc_alert1 .inner {
    padding: 0.3rem;
  }
  .wzzc_alert1 .item .s1 {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .wzzc_alert1 .item .inputbox {
    height: 0.6rem;
    width: auto;
    float: none;
    padding-left: 0;
    margin-left: 2.2rem;
  }
  .wzzc_alert1 .item .inputbox input {
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    padding: 0.15rem 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wzzc_alert1 .item {
    margin-bottom: 0.1rem;
  }
  .wzzc_alert1 .select-mod {
    float: none;
    margin-left: 2.2rem;
    width: auto;
    height: 0.6rem;
  }
  .wzzc_alert1 .item.im7 .inputbox input {
    width: 2.5rem;
    background: #fff;
  }
  .wzzc_alert1 .item.im7 .img {
    width: 1.35rem;
    height: 100%;
  }
  .wzzc_alert1 .item.im7 .img img {
    width: 100% !important;
    height: 100% !important;
  }
  .wzzc_alert1 .item .b {
    display: block;
    background: #f4f4f4;
    height: 100%;
  }
  .wzzc_alert1 .item textarea {
    width: 100%;
    padding: 0.15rem 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wzzc_alert1 .button {
    margin-top: 0.2rem;
  }
  .wzzc_alert1 .select-mod .select-btn {
    height: 0.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wzzc_alert1 .select-mod .select-bar {
    height: 100%;
  }
  .wzzc_alert1 .button a {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .menu {
    right: 5px;
    bottom: 285px;
  }
  .menu .con + .con {
    margin-top: 8px;
  }
  .menu .con {
    padding: 20px 0 10px;
  }
  .home4 .x-wrap {
    width: 100%;
  }
  .home4 .left {
    margin-top: 20px;
  }
}

.sitemap-page {
  padding: 50px 0;
}
.sitemap-page .dl {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.sitemap-page .dt {
  font-size: 1.2em;
}
.sitemap-page .dd {
  margin-top: 20px;
  padding-left: 4em;
}
.sitemap-page .link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sitemap-page .link + .link {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .sitemap-page .link:hover {
    color: #c7a368;
  }
}

.time_nav {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  padding-left: 16px;
}
.time_nav .li.cur {
  background: url(../image/sxy/ch.png) no-repeat center center/cover;
  background-size: 100% 100%;
}
.time_nav .li {
  position: relative;
  width: 231px;
  height: 115px;
  background: #fff url(../image/sxy/ch2.png) no-repeat center center/cover;
  background-size: 100% 100%;
}
.time_nav .li a {
  padding: 14px 28px;
  background-size: 100% 100%;
}
.time_nav .li + .li {
  margin-top: 21px;
}
.time_nav .li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 28px;
}
.time_nav .mouse {
  height: 85px;
}
.time_nav .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time_nav .tracker-mod.dir-ver .tracker-box {
  height: calc(100vh - 270px);
}
.time_nav .xicon {
  background: #f4ecdb;
  margin: 20px 10px 0;
}
.time_nav .xicon.disdrag {
  display: none;
}
.time_nav .y {
  font-size: 20px;
  color: #584020;
}
@media screen and (max-width: 1440px) {
  .time_nav .y {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .time_nav .y {
    font-size: 18px;
  }
}
.time_nav .p {
  font-size: 18px;
  color: #584020;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .time_nav .p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .time_nav .p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1768px) {
  .time_nav {
    left: -150px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
  .time_nav:hover {
    left: 0;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
  }
}
@media screen and (max-width: 1440) {
  .time_nav .li {
    height: 120px;
  }
  .time_nav .li + .li {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1366px) {
  .time_nav {
    left: -200px;
  }
  .time_nav .li {
    height: 100px;
  }
  .time_nav .li + .li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .time_nav .li {
    height: 80px;
  }
  .time_nav .li .mouse {
    height: auto;
    max-height: 60px;
  }
  .time_nav .li a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .time_nav .li {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
  }
  .time_nav {
    left: -232px;
  }
  .time_nav .tracker-mod.dir-ver .tracker-box {
    height: calc(100vh - 224px);
  }
  .time_nav .li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .time_nav .li .mouse {
    height: auto;
    max-height: 80px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 10px;
  }
}

.pop-mod[class*="pop-demo"].pop-demo1 .pop-dialog {
  padding: 0;
  width: auto;
  height: auto;
}
.pop-demo1 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pop-demo1 .pic::before {
  content: "";
  display: block;
  padding-top: 56.15165%;
}
.pop-demo1 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pop-demo1 .pop-dialog {
  background: none;
}
.pop-demo1 .pop-close {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../image/sxy/icon1.png) no-repeat center center/cover;
  width: 45px;
  height: 43px;
  bottom: -55px;
}
.pop-demo1 .icon-close::before {
  display: none;
}
.pop-demo1 .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 20px;
  color: #fff;
  font-size: 24px;
  padding-bottom: 28px;
}
@media screen and (max-width: 1580px) {
  .pop-demo1 .desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .pop-demo1 .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop-demo1 .desc {
    font-size: 18px;
  }
}
body:not(.lang-en) .pop-demo1 .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.pop-demo1 .mores {
  height: 57px;
  width: 189px;
  background: #f4ecdb;
  border-radius: 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #584020;
  margin-left: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .pop-demo1 .mores {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop-demo1 .mores {
    font-size: 18px;
  }
}
.pop-demo1 .mores::after {
  content: "";
  display: inline-block;
  background: url(../image/sxy/icon2.png) no-repeat center center/cover;
  width: 31px;
  height: 21px;
  margin-left: 12px;
}
.time_top {
  height: 118px;
  width: 100%;
  background: url(../image/sxy/bg10.png) no-repeat center center/cover;
  position: relative;
}
.time_top .m-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time_top .t {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .time_top .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .time_top .t {
    font-size: 16px;
  }
}
.time_top .t span {
  margin-left: 12px;
}
.time_top .l {
  font-size: 18px;
  color: #e9cda0;
  border: 1px dashed #fff;
  border-radius: 20px;
  padding: 1px 10px;
}
@media screen and (max-width: 1440px) {
  .time_top .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .time_top .l {
    font-size: 16px;
  }
}
.time_top .jum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
}
.time_top .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #fff;
  border-radius: 20px;
  padding: 10px 10px;
  margin-left: 6px;
}
.time_top .list a {
  display: block;
  width: 100%;
  height: 100%;
}
.time_top .list .li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.time_top .list .li.cur {
  background: #fff;
  width: 8px;
  height: 8px;
  border: none;
}
.time_top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 182px;
  background: url(../image/sxy/qz.png) no-repeat center center/cover;
  z-index: 1;
}
.time1 {
  padding-top: 5.729vw;
  background: #fff url(../image/sxy/bg5.png) no-repeat top center;
  padding-bottom: 360px;
  position: relative;
  min-height: 100vh;
}
.time1 .title1 {
  color: #584020;
  text-align: center;
}
.time1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
}
.time1 .item {
  width: calc((100% - 60px) / 3);
  margin-right: 29px;
  margin-top: 30px;
  cursor: pointer;
}
.time1 .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.time1 .item .img::before {
  content: "";
  display: block;
  padding-top: 56.15165%;
}
.time1 .item .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.time1 .item .img .i {
  width: 100%;
}
.time1 .item .play {
  background: url(../image/wmy/play.png) no-repeat center center;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: 100% 100%;
}
.time1 .item:nth-child(3n) {
  margin-right: 0;
}
.time1 .txt {
  width: 100%;
}
.time1 .text {
  font-size: 20px;
  color: #584020;
  height: 90px;
  background: url(../image/sxy/bg1.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 28px;
}
@media screen and (max-width: 1440px) {
  .time1 .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .time1 .text {
    font-size: 18px;
  }
}
.time1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 425px;
  bottom: 0;
  left: 0;
  background: #fcfcf9 url(../image/sxy/foot2.png) no-repeat center center/cover;
}
@media screen and (max-width: 1680px) {
  .pop-demo1 .pic {
    width: 1000px;
    margin: 0 auto;
  }
  .pop-demo1 .pop-close {
    bottom: -90px;
  }
}
@media screen and (max-width: 1440px) {
  .pop-demo1 .pic {
    width: 800px;
    margin: 0 auto;
  }
  .pop-demo1 .pop-close {
    bottom: -70px;
  }
}
@media screen and (max-width: 1280px) {
  .pop-demo1 .pic {
    width: 800px;
    margin: 0 auto;
  }
  .pop-demo1 .pop-close {
    bottom: -60px;
  }
}
@media screen and (max-width: 1250px) {
  .pop-demo1 .pic {
    width: 600px;
    margin: 0 auto;
  }
  .pop-demo1 .pop-close {
    bottom: -60px;
  }
  .m-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .time1 .item {
    width: calc((100% - 30px) / 2);
  }
  .time1 .item:nth-child(3n) {
    margin-right: 30px;
  }
  .time1 .item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .time_top::before {
    width: 270px;
    height: 91px;
  }
  .time_top {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pop-demo1 .pic {
    width: 300px;
    margin: 0 auto;
  }
  .pop-demo1 .m-wrap {
    padding: 0;
  }
  .time1 {
    min-height: 100vh;
  }
  .time1 {
    padding: 40px 0 100px;
    background-size: 100%;
  }
  .time1 .paging-mod {
    display: none;
  }
  .time1 .items {
    margin-top: 23px;
  }
  .time1 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .time1 .item + .item {
    margin-top: 18px;
  }
  .time1 .item:nth-child(3n) {
    margin-right: 0;
  }
  .time1 .text {
    height: auto;
    min-height: 90px;
    padding: 0 10px;
  }
  .time1::before {
    width: 100%;
    height: 150px;
  }
  .pop-demo1 .mores {
    width: 100%;
    height: 40px;
    margin-top: 9px;
  }
  .pop-demo1 .desc {
    padding: 10px;
  }
  .time1 .item .play {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .time_top::before {
    width: 135px;
    height: 45px;
  }
  .pop-demo1 .p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pop-demo1 .mores {
    width: 150px;
    font-size: 16px;
    height: 35px;
  }
}

.tan1 {
  opacity: 0;
  visibility: hidden;
}
.s-wrap {
  margin: 0 6.25vw;
  position: relative;
  height: 100%;
}
.topic_nav {
  position: fixed;
  right: 30px;
  top: 23px;
  z-index: 20;
}
.topic_nav .t {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .topic_nav .t {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topic_nav .t {
    font-size: 16px;
  }
}
.topic_nav .t span {
  margin-left: 12px;
}
.topic_nav .l {
  font-size: 18px;
  color: #e9cda0;
  border: 1px dashed #fff;
  border-radius: 20px;
  padding: 1px 10px;
}
@media screen and (max-width: 1440px) {
  .topic_nav .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topic_nav .l {
    font-size: 16px;
  }
}
.topic_nav .jum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
}
.topic_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #fff;
  border-radius: 20px;
  padding: 10px 10px;
  margin-left: 6px;
}
.topic_nav .list a {
  display: block;
  width: 100%;
  height: 100%;
}
.topic_nav .list .li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.topic_nav .list .li.cur {
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0);
}
.topic_nav .span {
  width: 14px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.s-prev {
  font-family: xfont;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  position: fixed;
  left: 2vw;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 101;
}
.s-prev.h {
  display: none;
}
.s-prev::before {
  content: "\e504";
}
.s-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.s-next {
  font-family: xfont;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  position: fixed;
  right: 2vw;
  top: 50%;
  margin-top: -30px;
  z-index: 101;
  cursor: pointer;
}
.s-next.h {
  display: none;
}
.s-next::before {
  content: "\e505";
}
.s-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.topic {
  height: 100%;
}
.topic .tit_name {
  display: none;
}
.topic .mCSB_horizontal.mCSB_inside > .mCSB_container {
  height: 100%;
}
.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.scroll > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fix_ts {
  font-size: 28px;
  font-family: syst;
  position: fixed;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
  -webkit-animation: opt 2s linear infinite;
  animation: opt 2s linear infinite;
}
body:not(.lang-en) .fix_ts {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .fix_ts {
    font-size: 20px;
  }
}
.topic1 {
  width: 100vw;
  height: 100%;
  background: url(../image/syb/ban1.jpg) no-repeat center center/cover;
}
.topic1 .img {
  max-height: 38.79%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 68.698%;
}
.topic2 {
  width: 100vw;
  height: 100%;
  background: url(../image/syb/ban2.jpg) no-repeat center center/cover;
  padding-top: 8.185vh;
}
.topic2 .s-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic2 .tt {
  font-size: 28px;
  color: red;
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: syst;
}
@media screen and (max-width: 768px) {
  .topic2 .tt {
    font-size: 20px;
  }
}
.topic2 .title1 {
  font-size: 62px;
  line-height: 1.2;
  color: #584020;
  font-family: syst;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .topic2 .title1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1680px) {
  .topic2 .title1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1580px) {
  .topic2 .title1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .topic2 .title1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .topic2 .title1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .topic2 .title1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .topic2 .title1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .title1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .topic2 .title1 {
    font-size: 24px;
  }
}
.topic2 .li {
  position: relative;
}
.topic2 .list {
  margin-top: 2vw;
}
.topic2 .left {
  width: calc(50% - 3.125vw);
}
.topic2 .left .li:first-child {
  background: url(../image/syb/bg1.png);
  background-size: 100% 100%;
}
.topic2 .left .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/syb/bg2.png);
  background-size: auto 100%;
}
.topic2 .left .pic {
  position: relative;
  overflow: hidden;
  width: 65%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topic2 .left .pic::before {
  content: "";
  display: block;
  padding-top: 74.95069%;
}
.topic2 .left .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic2 .left .box {
  padding: 2.083vw 30px 2.083vw 34px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.topic2 .left .t {
  font-size: 20px;
  color: #584020;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 4.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .topic2 .left .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .left .t {
    font-size: 18px;
  }
}
body:not(.lang-en) .topic2 .left .t {
  text-align: justify;
  text-justify: inter-ideograph;
}
.topic2 .left .y {
  font-size: 20px;
  color: #584020;
  margin-top: 2.08vw;
}
@media screen and (max-width: 1440px) {
  .topic2 .left .y {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .left .y {
    font-size: 18px;
  }
}
.topic2 .left .li + .li {
  margin-top: 1.04vw;
}
.topic2 .left .li + .li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.8vw 30px;
}
.topic2 .left .li + .li .y {
  margin-top: 0;
  margin-left: 1.875vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topic2 .left .li + .li .t {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topic2 .right {
  width: calc(50% - 3.125vw);
  margin-left: auto;
}
.topic2 .right .li {
  position: relative;
  -webkit-perspective: 57.3vh;
  perspective: 57.3vh;
}
.topic2 .right .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw 2.34vw;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transition: all 0.52s;
  transition: all 0.52s;
  color: #fff;
  background: url(../image/syb/bg3.jpg);
  border-radius: 10px;
  background-size: auto 100%;
}
.topic2 .right .li:nth-child(2n) .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.topic2 .right .li:nth-child(2n) .dd .box {
  margin-left: 0;
  margin-right: 1.5625vw;
}
.topic2 .right .li + .li {
  margin-top: -11.4vw;
}
.topic2 .right .pic {
  position: relative;
  overflow: hidden;
  width: 47.82%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topic2 .right .pic::before {
  content: "";
  display: block;
  padding-top: 74.79893%;
}
.topic2 .right .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic2 .right .t {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .topic2 .right .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .right .t {
    font-size: 18px;
  }
}
.topic2 .right .p {
  font-size: 18px;
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .topic2 .right .p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .right .p {
    font-size: 16px;
  }
}
.topic2 .right .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topic2 .right .y {
  font-size: 20px;
  margin-top: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  .topic2 .right .y {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic2 .right .y {
    font-size: 18px;
  }
}
.topic3 {
  width: 100vw;
  height: 100%;
  background: url(../image/syb/ban3.jpg) no-repeat center center/cover;
  position: relative;
  padding-top: 11.16vh;
}
.topic3 .s-wrap {
  margin-left: 16.24vh;
  margin-right: 0;
  width: calc(99vw - 16.24vh);
}
.topic3 .kk {
  position: relative;
  overflow: hidden;
  width: 112.28vh;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/syb/bg4.jpg) no-repeat center center/cover;
}
.topic3 .kk::before {
  content: "";
  display: block;
  padding-top: 44.57505%;
}
.topic3 .kk .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic3 .title1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topic3 .title1 .i {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 15px;
}
.topic3 .div {
  width: 156px;
  margin-right: 16.14vh;
}
.topic3 .list_box {
  position: relative;
}
.topic3 .list {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  padding-top: 7.614vh;
}
.topic3 .li {
  width: 61.52vh;
  display: inline-block;
  position: relative;
}
.topic3 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.topic3 .pic::before {
  content: "";
  display: block;
  padding-top: 66.83168%;
}
.topic3 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic3 .pic .i {
  width: 100%;
}
.topic3 .tit_flex {
  height: 76px;
}
.topic3 .li + .li {
  margin-left: 3.857vh;
}
.topic3 .t {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 2.64vh;
  white-space: normal;
}
@media screen and (max-width: 1440px) {
  .topic3 .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic3 .t {
    font-size: 18px;
  }
}
.topic3 .y {
  font-size: 20px;
  font-family: arial;
  margin-top: 3.04vh;
}
@media screen and (max-width: 1440px) {
  .topic3 .y {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic3 .y {
    font-size: 18px;
  }
}
.topic3 .more_box {
  margin-right: 30px;
}
.topic3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: 156px;
  right: 16.14vh;
  position: absolute;
  top: 0;
  left: auto;
  height: 23px;
  margin-top: -42px;
}
.topic3 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 5px;
  margin: 9px 0;
  background-color: #d5c698;
}
.topic3
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(../image/syb/icon_1.png) no-repeat;
  position: relative;
}
.topic3 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 22px !important;
  min-width: 22px;
  position: relative;
  height: 22px !important;
}
.topic3 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger::before {
  width: 156px;
  height: 5px;
  background-color: #931a39;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
}
.topic3 .mCSB_scrollTools .mCSB_draggerContainer {
  overflow: hidden;
}
.topic4 {
  padding-left: 15.22vh;
  height: 100%;
  background: url(../image/syb/ban4.jpg) no-repeat center center/cover;
  padding-right: 97.055vh;
  z-index: 3;
}
.topic4 .year1 {
  position: relative;
  overflow: hidden;
  width: 27.2vh;
  position: absolute;
  left: 20vh;
  top: -4.06vh;
}
.topic4 .year1::before {
  content: "";
  display: block;
  padding-top: 192.53731%;
}
.topic4 .year1 .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic4 .year1 .i {
  width: 100%;
}
.topic4 .year2 {
  position: relative;
  overflow: hidden;
  width: 58.88vh;
  position: absolute;
  right: 6.5vh;
  top: 28.02vh;
}
.topic4 .year2::before {
  content: "";
  display: block;
  padding-top: 23.96552%;
}
.topic4 .year2 .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic4 .year2 .i {
  width: 100%;
}
.topic4 .s-wrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
.topic4 .tit_fix {
  width: 62px;
  margin-top: 12.18vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topic4 .title1 {
  color: #fff;
  line-height: 1;
}
body:not(.lang-en) .topic4 .title1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.topic4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11.1675vh;
  height: 100%;
}
.topic4 .s_more1 {
  display: block;
  text-align: center;
}
.topic4 .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  width: 41.218vh;
}
.topic4 .li::before {
  width: 75vh;
  height: 48.02vh;
  background: url(../image/syb/bg5.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.52s;
  transition: all 0.52s;
}
.topic4 .li + .li {
  margin-left: 15.126vh;
}
.topic4 .pic {
  height: 47.22vh;
  position: relative;
}
.topic4 .pic .i {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.topic4 .bot {
  width: 100%;
  height: 42.14vh;
  background: url(../image/syb/bg6.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -9.84vh;
  padding-top: 22.33vh;
  -webkit-transition: all 0.52s;
  transition: all 0.52s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topic4 .tit {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-family: syst;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 1800px) {
  .topic4 .tit {
    font-size: 56px;
  }
}
@media screen and (max-width: 1680px) {
  .topic4 .tit {
    font-size: 52px;
  }
}
@media screen and (max-width: 1580px) {
  .topic4 .tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .topic4 .tit {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .topic4 .tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .topic4 .tit {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .topic4 .tit {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .topic4 .tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .topic4 .tit {
    font-size: 24px;
  }
}
.topic4 .s_more2 {
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
  background: url(../image/syb/more2.png) no-repeat top center;
  padding-top: 34px;
  margin-top: 7px;
}
@media screen and (max-width: 1440px) {
  .topic4 .s_more2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topic4 .s_more2 {
    font-size: 16px;
  }
}
body:not(.lang-en) .topic4 .s_more2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.topic4 .img {
  position: relative;
  overflow: hidden;
  width: 144.06vh;
  position: absolute;
  bottom: 0;
  right: -56.35vh;
}
.topic4 .img::before {
  content: "";
  display: block;
  padding-top: 51.23326%;
}
.topic4 .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic4 .img .i {
  width: 100%;
}
.topic5 {
  margin-left: 9.543vh;
  width: 100vw;
  z-index: 2;
}
.topic5 .s-wrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic5 .left {
  width: 45.3125%;
  position: relative;
  padding-top: 12.18vh;
}
.topic5 .left::before {
  width: calc(100% + 9.543vh);
  height: 100%;
  content: "";
  display: block;
  background: url(../image/syb/bg8.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.topic5 .left .box {
  width: 320px;
  margin-left: auto;
  margin-right: 5.28vh;
}
.topic5 .left .title1 {
  color: #fff;
}
.topic5 .left .p {
  font-size: 16px;
  color: #fff;
  margin-top: 1.22vh;
}
body:not(.lang-en) .topic5 .left .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.topic5 .left .pic {
  position: relative;
  overflow: hidden;
  width: 33.85vw;
  margin-top: 3.85vh;
  z-index: 1;
  max-width: 650px;
}
.topic5 .left .pic::before {
  content: "";
  display: block;
  padding-top: 66.46154%;
}
.topic5 .left .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic5 .left .pic .i {
  width: 100%;
}
.topic5 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../image/syb/ban5.jpg) no-repeat left center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10vh;
}
.topic5 .right .div {
  width: 65.9%;
  background-color: #be9c59;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5.8vw 5.14% 5.8vw 17.343vw;
}
.topic5 .right .img {
  position: relative;
  overflow: hidden;
  width: 71%;
}
.topic5 .right .img::before {
  content: "";
  display: block;
  padding-top: 25.45455%;
}
.topic5 .right .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic5 .right .img .i {
  width: 100%;
}
.topic5 .right .p {
  font-size: 16px;
  color: #fff;
  margin-top: 2.23vh;
}
body:not(.lang-en) .topic5 .right .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.topic5 .right .icon {
  width: 31px;
  height: 31px;
  position: absolute;
  background: url(../image/syb/kk1.png) no-repeat center center/cover;
}
.topic5 .right .icon1 {
  left: 20px;
  top: 20px;
}
.topic5 .right .icon2 {
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.topic5 .right .icon3 {
  left: 20px;
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.topic5 .right .icon4 {
  right: 20px;
  bottom: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topic5 .right .pic {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}
.topic5 .right .pic::before {
  content: "";
  display: block;
  padding-top: 93.05994%;
}
.topic5 .right .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic5 .right .pic .i {
  width: 100%;
}
.topic4 + .topic6 {
  margin-left: 48.02vh;
}
.topic6 {
  background: url(../image/syb/ban6.jpg) no-repeat left -48.02vh top;
  background-size: auto 100%;
  padding-right: 20.7vh;
  z-index: 1;
}
.topic6 .kk {
  width: 74.72vh;
  position: absolute;
  left: -48.02vh;
  top: 0;
  background: url(../image/syb/kk2.png) no-repeat left top;
  background-size: auto 100%;
  height: 100vh;
  z-index: 7;
}
.topic6 .png1 {
  position: relative;
  overflow: hidden;
  width: 122.0304vh;
  background: url(../image/syb/png1.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 10.152vh;
}
.topic6 .png1::before {
  content: "";
  display: block;
  padding-top: 81.94676%;
}
.topic6 .png1 .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .png2 {
  position: relative;
  overflow: hidden;
  width: 154.6192vh;
  background: url(../image/syb/png2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 75.6348vh;
  background-size: 100% 100%;
  z-index: 1;
}
.topic6 .png2::before {
  content: "";
  display: block;
  padding-top: 31.64806%;
}
.topic6 .png2 .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .kk1 {
  width: 120.71vh;
  position: absolute;
  left: 26.68vh;
  bottom: 0;
  background: url(../image/syb/kk2.png) no-repeat right bottom;
  background-size: auto 100vh;
  height: 30vh;
  z-index: 6;
}
.topic6 .p {
  font-size: 26px;
  margin-top: 7px;
}
@media screen and (max-width: 1800px) {
  .topic6 .p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic6 .p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic6 .p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic6 .p {
    font-size: 20px;
  }
}
.topic6 .more_box {
  margin-top: 7px;
}
.topic6 .div {
  position: relative;
  z-index: 4;
  text-align: center;
}
.topic6 .li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topic6 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.topic6 .li1 {
  width: 91.37vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 6;
}
.topic6 .li1 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.topic6 .li1 .pic::before {
  content: "";
  display: block;
  padding-top: 52.44444%;
}
.topic6 .li1 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .li1 .pic .i {
  width: 100%;
}
.topic6 .li1 .div {
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 10vh;
}
.topic6 .li1 .title1 {
  margin-top: 3.65vh;
}
.topic6 .li1 .s_more {
  color: #fff;
  background: url(../image/syb/more3.png) no-repeat left center;
}
.topic6 .li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42.5vh;
  padding-bottom: 9.1vh;
  position: relative;
  z-index: 0;
  margin-left: 3.2vh;
}
.topic6 .li2 .pic {
  position: relative;
  overflow: hidden;
  width: 102.8vh;
  position: absolute;
  bottom: 0;
  right: 5.3vh;
  z-index: 1;
}
.topic6 .li2 .pic::before {
  content: "";
  display: block;
  padding-top: 49.07136%;
}
.topic6 .li2 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .li2 .pic .i {
  width: 100%;
}
.topic6 .li2 .div {
  color: #584020;
}
.topic6 .li3 {
  width: 84.873vh;
  padding-top: 18.27vh;
  position: relative;
  z-index: 4;
  margin-left: 0;
}
.topic6 .li3 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4.46vh;
  z-index: 3;
}
.topic6 .li3 .pic::before {
  content: "";
  display: block;
  padding-top: 52.51196%;
}
.topic6 .li3 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .li3 .pic .i {
  width: 100%;
}
.topic6 .li3 .div {
  color: #fff;
  margin-right: 18.98vh;
}
.topic6 .li3 .title1 {
  margin-top: 0;
}
.topic6 .li3 .s_more {
  color: #fff;
  background: url(../image/syb/more3.png) no-repeat left center;
}
.topic6 .li3 .img {
  position: relative;
  overflow: hidden;
  width: 108.63vh;
  position: absolute;
  top: 0;
  left: -4vh;
}
.topic6 .li3 .img::before {
  content: "";
  display: block;
  padding-top: 92.05607%;
}
.topic6 .li3 .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic6 .li3 .img .i {
  width: 100%;
}
.topic7 {
  background: url(../image/syb/ban7.jpg) no-repeat left top;
  background-size: 100% 100%;
  width: 107.55vw;
  padding-left: 7.55vw;
}
.topic7 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.topic7 .left {
  width: 67%;
}
.topic7 .left .slick-mod {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  border: 1.725vh solid rgba(255, 255, 255, 0.35);
}
.topic7 .left .slick-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.topic7 .left .slick-item::before {
  content: "";
  display: block;
  padding-top: 57.88656%;
}
.topic7 .left .slick-item .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic7 .left .beer-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.topic7 .left .t {
  font-size: 20px;
  font-family: syst;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .topic7 .left .t {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topic7 .left .t {
    font-size: 18px;
  }
}
.topic7 .right {
  margin-left: 5.07vh;
  text-align: center;
  position: relative;
}
.topic7 .right::before {
  width: 1px;
  height: 400px;
  background-color: #e3cbaa;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 105%;
}
.topic7 .right::after {
  width: 1px;
  height: 600px;
  background-color: #e3cbaa;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% - 3.0456vh);
  margin-top: -61px;
}
.topic7 .right .slick-mod {
  width: 199px;
  font-size: 26px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .topic7 .right .slick-mod {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic7 .right .slick-mod {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic7 .right .slick-mod {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic7 .right .slick-mod {
    font-size: 20px;
  }
}
.topic7 .right .slick-item {
  position: relative;
  margin-top: 3.0456vh;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: url(../image/syb/bg9.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
}
.topic7 .right .slick-item::before {
  width: 1px;
  height: 3.045vh;
  background-color: #e3cbaa;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
}
.topic7 .right .nav {
  height: 61px;
  margin-top: 3.0456vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topic7 .right .nav .prev {
  width: 62px;
  height: 61px;
  background: url(../image/syb/prev.png) no-repeat center center/cover;
  cursor: pointer;
}
.topic7 .right .nav .next {
  width: 62px;
  height: 61px;
  background: url(../image/syb/next.png) no-repeat center center/cover;
  cursor: pointer;
  margin-left: 75px;
}
.topic7 .right .slick-current .slick-item {
  color: #584020;
  background: url(../image/syb/bg9-on.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
}
.topic7 .title1 {
  color: #fff;
}
.topic7 .p {
  font-size: 26px;
  color: #fff;
  margin-top: 4px;
}
@media screen and (max-width: 1800px) {
  .topic7 .p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic7 .p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic7 .p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic7 .p {
    font-size: 20px;
  }
}
.pop-mod[class*="pop-demo"] .pop-dialog {
  padding: 50px;
  width: 70vw;
  height: 300px;
}
.topic8 {
  background: url(../image/syb/ban8.jpg) no-repeat left center/cover;
  width: 100vw;
  padding-top: 11.57vh;
  position: relative;
}
.topic8 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
}
.topic8 .pic::before {
  content: "";
  display: block;
  padding-top: 16.25%;
}
.topic8 .pic .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic8 .pic .i {
  width: 100%;
}
.topic8 .wz {
  position: relative;
  overflow: hidden;
  width: 12.5vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1vw;
}
.topic8 .wz::before {
  content: "";
  display: block;
  padding-top: 244.58333%;
}
.topic8 .wz .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic8 .wz .i {
  width: 100%;
}
.topic8 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topic8 .li + .li {
  margin-left: 14.6025%;
}
.topic8 .li {
  width: 38.385%;
  position: relative;
}
.topic8 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.topic8 .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.topic8 .img .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic8 .img .i {
  width: 100%;
}
.topic8 .div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  cursor: pointer;
}
.topic8 .t {
  font-size: 26px;
  color: #fff;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .topic8 .t {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic8 .t {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic8 .t {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic8 .t {
    font-size: 20px;
  }
}
.topic8 .play {
  width: 17.64%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.topic8 .play::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.topic8 .play .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic8 .play .i {
  width: 100%;
}
.topic8 .more {
  background: url(../image/syb/bg9.png) no-repeat;
  line-height: 60px;
  cursor: pointer;
  background-size: 100% 100%;
  width: 199px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 14vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.topic9 {
  width: 100vw;
  height: 100%;
  background: url(../image/syb/ban9.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.topic9 #wrap {
  width: 90vw;
  left: -45vw;
  margin-left: 50%;
  position: relative;
  height: 100%;
}
.topic9 #showcase {
  width: 100%;
  height: 87.31vh;
  margin-top: 12px;
  visibility: hidden;
}
.topic9 #showcase img {
  cursor: pointer;
}
.topic9 #item-title {
  color: #584020;
  font-size: 24px;
  text-align: center;
  font-family: syst;
}
@media screen and (max-width: 1580px) {
  .topic9 #item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic9 #item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic9 #item-title {
    font-size: 18px;
  }
}
.topic9 .nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
  left: 0;
}
.topic9 .arrow {
  color: #666;
  font: bold 16px arial;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  cursor: pointer;
}
.topic9 #get {
  font-size: 20px;
  text-align: center;
}
.topic9 #download {
  margin: 8px auto;
  margin-top: 12px;
  display: block;
}
.topic9 #license {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.topic9 #share {
  position: absolute;
  left: 4px;
  top: 478px;
}
.topic9 .fb-like {
  vertical-align: top;
}
.topic9 .twitter-share-button {
  width: 84px !important;
  margin-left: 8px;
}
.topic9 #credits {
  color: #c9c9c9;
  padding: 10px;
  border: 2px #999 dashed;
  position: absolute;
  right: 0;
  bottom: 83px;
}
.topic9 #credits ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 2px;
  margin: 2px 0;
}
.topic9 #credits .author {
  color: white;
}
.topic9 .cloud9-item {
  position: relative;
  overflow: hidden;
  width: 61.42vh;
}
.topic9 .cloud9-item::before {
  content: "";
  display: block;
  padding-top: 115.70248%;
}
.topic9 .cloud9-item .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic9 .cloud9-item .i {
  width: 100%;
}
.topic9 .t {
  font-size: 26px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3.045vh;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1800px) {
  .topic9 .t {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic9 .t {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic9 .t {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic9 .t {
    font-size: 20px;
  }
}
.topic9 .div {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../image/syb/bg10.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topic9 .div::before {
  content: "";
  display: block;
  padding-top: 40.99174%;
}
.topic9 .div .i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic9 .slick-arrow.slick-hidden {
  display: block;
}
.topic9 .span {
  color: #584020;
  font-size: 24px;
  text-align: center;
  font-family: syst;
  position: relative;
  padding: 0 3.9vh;
  margin-left: 2px;
}
@media screen and (max-width: 1580px) {
  .topic9 .span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic9 .span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic9 .span {
    font-size: 18px;
  }
}
.topic9 .slick-current .line1 {
  width: 104px;
  height: 2px;
  background-color: #584020;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: block;
}
.topic9 .span::before {
  width: 3.4vh;
  border: 1px dashed #584020;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.topic9 .span::after {
  width: 3.4vh;
  border: 1px dashed #584020;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.topic9 .slick-mod {
  max-width: 60vw;
  margin: 0 16px;
}
.topic9 .cloud-cur .t {
  opacity: 1;
}
.topic10 {
  width: 100vw;
  height: 100%;
  background: url(../image/syb/ban1.jpg) no-repeat center center/cover;
}
.topic10 .img {
  max-height: 38.79%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 68.698%;
}
.topic10 .fh {
  width: 199px;
  height: 61px;
  background: url(../image/syb/bg9.png) no-repeat;
  font-size: 26px;
  color: #d1b07d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17.25vh;
  display: block;
  text-align: center;
  line-height: 61px;
}
@media screen and (max-width: 1800px) {
  .topic10 .fh {
    font-size: 24px;
  }
}
@media screen and (max-width: 1580px) {
  .topic10 .fh {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .topic10 .fh {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic10 .fh {
    font-size: 20px;
  }
}
#jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.jquery-script-center {
  width: 960px;
  margin: 0 auto;
}
.jquery-script-center ul {
  width: 212px;
  float: left;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-script-center a {
  text-decoration: none;
}
.jquery-script-ads {
  width: 728px;
  height: 90px;
  float: right;
}
.jquery-script-clear {
  clear: both;
  height: 0;
}
@media screen and (min-width: 769px) {
  .topic4 .li:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.52s;
    transition: all 0.52s;
  }
  .topic4 .li:hover .bot {
    background: url(../image/syb/bg6.png) no-repeat;
    -webkit-transition: all 0.52s;
    transition: all 0.52s;
    background-size: 100% 100%;
  }
  .topic1 .img {
    margin-top: 80px;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
  }
  .showd.topic1 .img {
    margin-top: 0;
    opacity: 1;
  }
  .topic2 .title1 {
    opacity: 0;
  }
  .topic2 .more_box {
    opacity: 0;
  }
  .topic2 .left .li {
    opacity: 0;
  }
  .topic2 .right .list {
    opacity: 0;
  }
  .topic2 .right .li {
    z-index: 1;
  }
  .topic2 .right .li:hover {
    position: relative;
    z-index: 20;
  }
  .topic2 .right .li:hover .dd {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.52s;
    transition: all 0.52s;
  }
  .showd.topic2 .title1 {
    -webkit-animation: anim-top 1.5s 0.3s ease-out both;
    animation: anim-top 1.5s 0.3s ease-out both;
  }
  .showd.topic2 .more_box {
    -webkit-animation: anim-bottom 1.5s 0.3s ease-out both;
    animation: anim-bottom 1.5s 0.3s ease-out both;
  }
  .showd.topic2 .left .li1 {
    -webkit-animation: anim-bottom 1.5s 0.3s ease-out both;
    animation: anim-bottom 1.5s 0.3s ease-out both;
  }
  .showd.topic2 .left .li2 {
    -webkit-animation: anim-bottom 1.5s 0.6s ease-out both;
    animation: anim-bottom 1.5s 0.6s ease-out both;
  }
  .showd.topic2 .left .li3 {
    -webkit-animation: anim-bottom 1.5s 0.9s ease-out both;
    animation: anim-bottom 1.5s 0.9s ease-out both;
  }
  .showd.topic2 .right .list {
    -webkit-animation: anim-bottom 1.5s 0.3s ease-out both;
    animation: anim-bottom 1.5s 0.3s ease-out both;
  }
  .topic3 .tit_flex {
    opacity: 0;
  }
  .topic3 .list_box {
    opacity: 0;
  }
  .showd.topic3 .tit_flex {
    -webkit-animation: anim-top 1.5s 0.3s ease-out both;
    animation: anim-top 1.5s 0.3s ease-out both;
  }
  .showd.topic3 .list_box {
    -webkit-animation: anim-bottom 1.5s 0.3s ease-out both;
    animation: anim-bottom 1.5s 0.3s ease-out both;
  }
  .topic4 .tit_fix {
    opacity: 0;
  }
  .topic4 .li {
    opacity: 0;
  }
  .showd.topic4 .tit_fix {
    -webkit-animation: anim-left 1.5s 0.3s ease-out both;
    animation: anim-left 1.5s 0.3s ease-out both;
  }
  .showd.topic4 .li1 {
    -webkit-animation: anim-right 1.5s 0.3s ease-out both;
    animation: anim-right 1.5s 0.3s ease-out both;
  }
  .showd.topic4 .li2 {
    -webkit-animation: anim-right 1.5s 0.6s ease-out both;
    animation: anim-right 1.5s 0.6s ease-out both;
  }
  .showd.topic4 .li3 {
    -webkit-animation: anim-right 1.5s 0.9s ease-out both;
    animation: anim-right 1.5s 0.9s ease-out both;
  }
  .topic5 .div {
    opacity: 0;
  }
  .topic5 .pic {
    opacity: 0;
  }
  .showd.topic5 .left .div {
    -webkit-animation: anim-top 1.5s 0.3s ease-out both;
    animation: anim-top 1.5s 0.3s ease-out both;
  }
  .showd.topic5 .left .pic {
    -webkit-animation: anim-bottom 1.5s 0.3s ease-out both;
    animation: anim-bottom 1.5s 0.3s ease-out both;
  }
  .showd.topic5 .right .div {
    -webkit-animation: anim-left 1.5s 0.6s ease-out both;
    animation: anim-left 1.5s 0.6s ease-out both;
  }
  .showd.topic5 .right .pic {
    -webkit-animation: anim-right 1.5s 0.6s ease-out both;
    animation: anim-right 1.5s 0.6s ease-out both;
  }
  .topic6 .li {
    opacity: 0;
  }
  .topic6 .kk1 {
    opacity: 0;
  }
  .showd.topic6 .li1,
  .showd.topic6 .kk1 {
    -webkit-animation: anim-left 1.5s 0.3s ease-out both;
    animation: anim-left 1.5s 0.3s ease-out both;
  }
  .showd.topic6 .li2 {
    -webkit-animation: anim-bottom 1.5s 0.6s ease-out both;
    animation: anim-bottom 1.5s 0.6s ease-out both;
  }
  .showd.topic6 .li3 {
    -webkit-animation: anim-right 1.5s 0.9s ease-out both;
    animation: anim-right 1.5s 0.9s ease-out both;
  }
  .topic7 .left {
    opacity: 0;
  }
  .topic7 .right {
    opacity: 0;
  }
  .showd.topic7 .left {
    -webkit-animation: anim-left 1.5s 0.3s ease-out both;
    animation: anim-left 1.5s 0.3s ease-out both;
  }
  .showd.topic7 .right {
    -webkit-animation: anim-right 1.5s 0.3s ease-out both;
    animation: anim-right 1.5s 0.3s ease-out both;
  }
  .topic8 .li {
    opacity: 0;
  }
  .topic8 .pic {
    opacity: 0;
  }
  .topic8 .wz {
    opacity: 0;
    -webkit-transition: all 1.5s ease-out 0.9s;
    transition: all 1.5s ease-out 0.9s;
  }
  .showd.topic8 .li1 {
    -webkit-animation: anim-left 1.5s 0.3s ease-out both;
    animation: anim-left 1.5s 0.3s ease-out both;
  }
  .showd.topic8 .li2 {
    -webkit-animation: anim-right 1.5s 0.3s ease-out both;
    animation: anim-right 1.5s 0.3s ease-out both;
  }
  .showd.topic8 .pic {
    -webkit-animation: anim-bottom 1.5s 0.9s ease-out both;
    animation: anim-bottom 1.5s 0.9s ease-out both;
  }
  .showd.topic8 .wz {
    opacity: 1;
  }
  .topic10 .img {
    margin-top: 80px;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
  }
  .topic10 .fh {
    opacity: 0;
    -webkit-transition: all 1.5s ease-out 0.9s;
    transition: all 1.5s ease-out 0.9s;
  }
  .showd.topic10 .img {
    margin-top: 0;
    opacity: 1;
  }
  .showd.topic10 .fh {
    opacity: 1;
  }
}
@media screen and (max-width: 1760px) {
  .topic5 .right .div {
    padding-left: 14vw;
  }
}
@media screen and (max-width: 1440px) {
  .topic9 #wrap {
    padding-top: 8vh;
  }
  .topic9 #showcase {
    height: 80vh;
  }
  .topic9 .cloud9-item {
    width: 51.42vh;
  }
}
@media screen and (max-width: 1400px) {
  .topic4 .bot {
    padding-top: 21.33vh;
    height: 46.14vh;
  }
  .topic_nav {
    top: 10px;
  }
  .topic2 {
    padding-top: 11.185vh;
  }
  .topic2 .left .y {
    margin-top: 0;
  }
  .topic2 .left .pic {
    width: 45%;
  }
  .topic2 .left .li + .li .box {
    padding: 1.2vw 20px;
  }
  .topic2 .right .p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .topic5 .left {
    padding-top: 12vh;
  }
  .topic5 .left .pic {
    width: 30vw;
  }
  .topic5 .left .box {
    width: 360px;
  }
  .topic6 .li2 .div {
    top: -30px;
    left: 20px;
  }
  .topic8 .wz {
    width: 10.4vw;
  }
  .topic2 .right .pic {
    width: 42.8%;
  }
  .topic7 .right .slick-mod {
    width: 180px;
  }
  .topic7 .right .slick-item {
    height: 56px;
    background-size: 100% 100%;
    line-height: 56px;
  }
  .topic7 .right .nav .slick-arrow {
    width: 56px;
    height: 56px;
    background-size: 100% 100%;
  }
  .topic7 .right .nav .next {
    margin-left: 68px;
  }
  .s-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .s-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .topic8 .t {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .topic2 {
    padding-top: 13vh;
  }
  .topic3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0px;
  }
  .topic3 .div {
    margin-right: 0;
  }
  .topic3 .more_box {
    margin-right: 15px;
  }
  .topic4 .pic {
    height: 56vh;
  }
  .topic2 .right .li + .li {
    margin-top: -13vw;
  }
  .topic2 .right .t {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .tan1 {
    z-index: 999;
    opacity: 1;
    visibility: visible;
  }
  .tan1 .content {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
  }
  .tan1 .icon-close::before {
    display: block;
    color: #fff;
  }
  .pop-demo1.tan1 .pop-close {
    background: transparent;
    bottom: 0;
    top: -40px;
    right: 0;
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .tan1.x-show {
    opacity: 0;
    visibility: hidden;
  }
  .tan1 .pop-close {
    display: block;
  }
  .s-next {
    display: none;
  }
  .topic {
    height: 100vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pop-mod[class*="pop-demo"] .pop-dialog {
    width: 100%;
  }
  .topic_nav {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    bottom: 52px;
    left: 65vw;
    right: auto;
    width: 200px;
  }
  .topic_nav .s_name {
    white-space: nowrap;
  }
  .pop-demo5 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
    left: 50%;
    width: 100vh;
    height: 100vw;
  }
  .pop-mod.pop-demo5 .pop-panel .pop-dialog {
    width: 70vh;
  }
  .topic1 {
    width: 100vh;
  }
  .topic_nav .list {
    display: none;
  }
  .topic_nav .jum {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topic2 {
    width: auto;
    padding: 5vh;
  }
  .topic2 .right .list {
    height: 65vw;
    overflow: auto;
    padding: 0 30px;
  }
  .topic2 .left .pic {
    width: 20vh;
  }
  .topic2 .left .box {
    width: 30vh;
  }
  .topic2 .left .t {
    font-size: 14px;
  }
  .topic2 .left .y {
    font-size: 14px;
  }
  .topic2 .right .li {
    margin-top: 0;
  }
  .topic2 .right .t {
    font-size: 16px;
  }
  .topic2 .right .p {
    font-size: 14px;
  }
  .topic2 .right .y {
    font-size: 16px;
  }
  .topic2 .right .li + .li {
    margin-top: -26vw;
  }
  .topic3 {
    width: auto;
    padding: 5vh;
  }
  .topic3 .s_more {
    background-size: auto 16px;
    padding-left: 74px;
  }
  .topic3 .list {
    padding-top: 1.614vw;
  }
  .topic3 .tit_flex {
    height: 56px;
    margin-top: 10px;
  }
  .topic3 .li {
    width: 61.52vw;
  }
  .topic3 .kk {
    width: 112.28vw;
  }
  .topic3 .t {
    font-size: 16px;
    margin-top: 2.64vw;
  }
  .topic3 .y {
    font-size: 16px;
    margin-top: 3.045vw;
  }
  .topic3 .s-wrap {
    margin-left: 16.24vw;
    width: auto;
  }
  .topic3 .div {
    display: none;
    margin-right: 0;
  }
  .tit_flex .more_box {
    margin-right: 0;
  }
  .topic4 {
    padding-left: 7.24vw;
    padding-right: 100.27vw;
  }
  .topic4 .title1 {
    margin-right: 0;
  }
  .topic4 .s_more1 {
    margin-top: 10vw;
    background-size: 16px auto;
    padding-top: 74px;
  }
  .topic4 .tit_fix {
    width: 30px;
  }
  .topic4 .year1 {
    width: 27.2vw;
    left: 6vw;
    top: -4.06vw;
  }
  .topic4 .year2 {
    width: 58.88vw;
    right: 6.5vw;
    top: 28.02vw;
  }
  .topic4 .list {
    margin-left: 7.66vw;
  }
  .topic4 .li {
    width: 42.14vw;
  }
  .topic4 .li::before {
    width: 75vw;
    height: 48.02vw;
  }
  .topic4 .pic {
    height: 42.624vw;
  }
  .topic4 .bot {
    width: 100%;
    height: 42.14vw;
    margin-top: -8.82vw;
    padding-top: 22.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topic4 .pic .i {
    width: 100%;
  }
  .topic4 .tit {
    font-size: 24px;
  }
  .topic4 .s_more2 {
    padding-top: 0;
    background-position: left center;
    padding-left: 34px;
  }
  body:not(.lang-en) .topic4 .s_more2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .topic4 .li + .li {
    margin-left: 6.126vw;
  }
  .topic4 .img {
    width: 144.06vw;
    right: -56.35vw;
  }
  .topic4 .s_more2 {
    background-size: 16px;
    padding-left: 24px;
  }
  .topic5 {
    width: auto;
  }
  .topic5 .left {
    padding-left: 40vw;
    width: auto;
    padding-top: 12.18vw;
  }
  .topic5 .left .box {
    margin-left: 5.28vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 640px;
  }
  .topic5 .left .div {
    width: 320px;
  }
  .topic5 .left .pic {
    float: right;
    position: relative;
    width: 280px;
    margin-left: auto;
  }
  .topic5 .right .img {
    width: 100px;
  }
  .topic5 .right .div {
    width: 100vw;
    padding: 38px 40px;
  }
  .topic5 .right .pic {
    width: 200px;
  }
  .topic6 {
    padding-right: 20.7vw;
    background-size: 100% auto;
    background-position: right 0 top 0;
    background-size: auto 100%;
  }
  .topic6 .png1 {
    width: 122.0304vw;
    left: 20.152vw;
  }
  .topic6 .png2 {
    width: 154.6192vw;
    left: 107.6348vw;
  }
  .topic6 .kk {
    width: 74.72vw;
    height: 100vw;
    left: -48.02vw;
  }
  .topic6 .list {
    padding-left: 0;
  }
  .topic4 + .topic6 {
    margin-left: 48.02vw;
  }
  .topic6 .kk1 {
    width: 120.71vw;
    height: 30vw;
    background-size: auto 100vw;
    left: 26.68vw;
  }
  .topic6 .li1 {
    width: 91.167vw;
  }
  .topic6 .li1 .div {
    margin-left: 28.12vw;
  }
  .topic6 .p {
    font-size: 16px;
  }
  .topic6 .li .s_more {
    margin-top: 0;
  }
  .topic6 .li2 .pic {
    width: 102.8vw;
    right: 13.9vw;
  }
  .topic6 .li1 .title1 {
    margin-top: 3.65vw;
  }
  .topic6 .li2 {
    width: 52.5vw;
    padding-bottom: 9.1vw;
    margin-left: 12.2vw;
  }
  .topic6 .li2 .div {
    left: 7vw;
    top: -3vw;
    white-space: nowrap;
  }
  .topic6 .li3 {
    width: 84.873vw;
    padding-top: 18.27vw;
    margin-left: 13vw;
  }
  .topic6 .li3 .img {
    width: 108.63vw;
    left: -1.32vw;
  }
  .topic6 .li3 .pic {
    bottom: 4.46vw;
  }
  .topic6 .li3 .div {
    margin-right: 18.98vw;
  }
  .topic6 .li .s_more {
    background-size: auto 16px;
    padding-left: 74px;
  }
  .topic7 {
    padding: 5vw;
    width: auto;
  }
  .topic7 .left {
    width: 120vw;
  }
  .topic7 .right .slick-item {
    margin-top: 3.0456vw;
  }
  .topic7 .right {
    margin-left: 5.07vw;
  }
  .topic7 .right .slick-item {
    height: 40px;
    width: 160px;
    background-size: 100% 100%;
    line-height: 40px;
  }
  .topic7 .right .nav .prev {
    width: 40px;
    height: 40px;
  }
  .topic7 .right .nav .next {
    width: 40px;
    height: 40px;
  }
  .topic7 .right .nav {
    height: 40px;
  }
  .topic7 .right .slick-mod {
    font-size: 18px;
  }
  .topic7 .right::before {
    display: none;
  }
  .topic7 .p {
    font-size: 18px;
  }
  .topic8 {
    width: auto;
    padding: 5vw 10vw;
  }
  .topic8 .li {
    width: 95vw;
  }
  .topic8 .t {
    font-size: 16px;
    padding: 0 30px;
  }
  .topic8 .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-size: 100% 100%;
    bottom: 35vw;
  }
  .topic8 .wz {
    top: 9.23vw;
  }
  .topic8 .pic {
    bottom: 0;
  }
  .topic10,
  .topic9 {
    width: 100vh;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .topic9 #wrap {
    width: 100vh;
    left: 0;
    margin-left: 0;
  }
  .topic9 #showcase {
    height: 87.31vw;
    margin-top: 0;
  }
  .topic9 .cloud9-item {
    width: 52.42vw;
  }
  .topic9 .nav {
    bottom: 10px;
  }
  .topic9 .t {
    font-size: 14px;
    bottom: 10px;
  }
  .topic10 .fh {
    bottom: 10.25vw;
    font-size: 16px;
    width: 140px;
    height: 44px;
    background-size: 100% auto;
    line-height: 44px;
  }
  .topic_nav .t span {
    margin-left: 0;
  }
  .topic_nav .t .s_name {
    margin: 0 12px;
  }
  .topic9 #wrap {
    padding-top: 0;
  }
  .fix_ts {
    top: 20px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    left: 50%;
    display: none;
  }
  .topic7 .right .t {
    font-size: 14px;
  }
}

.demo1[class*="pop-demo"] .pop-dialog {
  width: 800px;
  background: transparent;
}
.demo1[class*="pop-demo"] .pop-dialog > .pop-close::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .demo1 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    height: 100%;
  }
}
