@charset "utf-8";
@font-face {
  font-family: 'SF Pro SC';
  font-style: normal;
  font-weight: 500;
  src: url("../font/PingFangSC-Regular.woff2") format("woff2");
  /* (C) 2015 Apple Inc. All rights reserved. */
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #303E48;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 87.5%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb160 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .ptb160 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt160 {
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .pt160 {
    padding-top: 1.2rem;
  }
}
.pb160 {
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .pb160 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font42 {
  font-size: 0.42rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
.font80 {
  font-size: 0.8rem;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font24 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.32rem;
  }
  .font24 {
    font-size: 0.36rem;
  }
  .font30,
  .font36 {
    font-size: 0.42rem;
  }
  .font60 {
    font-size: 0.5rem;
  }
}
@keyframes huxi {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
  0% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes huxi2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes goBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-btn1,
.public-btn2,
.public-btn3,
.public-btn4,
.public-btn5 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  cursor: pointer;
}
.public-btn1::after,
.public-btn2::after,
.public-btn3::after,
.public-btn4::after,
.public-btn5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.47rem #37474f;
  transition: box-shadow 0.3s, transform 0.3s;
}
.public-btn1 img,
.public-btn2 img,
.public-btn3 img,
.public-btn4 img,
.public-btn5 img,
.public-btn1 svg,
.public-btn2 svg,
.public-btn3 svg,
.public-btn4 svg,
.public-btn5 svg {
  position: relative;
  z-index: 5;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .public-btn1 img,
  .public-btn2 img,
  .public-btn3 img,
  .public-btn4 img,
  .public-btn5 img,
  .public-btn1 svg,
  .public-btn2 svg,
  .public-btn3 svg,
  .public-btn4 svg,
  .public-btn5 svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-btn1 img path,
.public-btn2 img path,
.public-btn3 img path,
.public-btn4 img path,
.public-btn5 img path,
.public-btn1 svg path,
.public-btn2 svg path,
.public-btn3 svg path,
.public-btn4 svg path,
.public-btn5 svg path {
  fill: #fff;
}
.public-btn1:hover:after,
.public-btn2:hover:after,
.public-btn3:hover:after,
.public-btn4:hover:after,
.public-btn5:hover:after {
  box-shadow: inset 0 0 0 2px #37474f;
  transform: scale(1.1);
}
.public-btn1:hover svg path,
.public-btn2:hover svg path,
.public-btn3:hover svg path,
.public-btn4:hover svg path,
.public-btn5:hover svg path {
  fill: #303E48;
}
.public-btn2::after {
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
}
.public-btn2:hover:after {
  box-shadow: inset 0 0 0 2px #c2b2a5;
  transform: scale(1.1);
}
.public-btn2:hover svg path {
  fill: #c2b2a5;
}
.public-btn3::after {
  box-shadow: inset 0 0 0 0.47rem #f16777;
}
.public-btn3:hover:after {
  box-shadow: inset 0 0 0 2px #f16777;
  transform: scale(1.1);
}
.public-btn3:hover svg path {
  fill: #f16777;
}
.public-btn4::after {
  box-shadow: inset 0 0 0 0.47rem #349f7e;
}
.public-btn4:hover:after {
  box-shadow: inset 0 0 0 2px #349f7e;
  transform: scale(1.1);
}
.public-btn4:hover svg path {
  fill: #349f7e;
}
.public-btn5::after {
  box-shadow: inset 0 0 0 0.47rem #f2d413;
}
.public-btn5:hover:after {
  box-shadow: inset 0 0 0 2px #f2d413;
  transform: scale(1.1);
}
.public-btn5:hover svg path {
  fill: #f2d413;
}
.public-btn6,
.public-btn7 {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  color: #303E48;
}
.public-btn6 .c-ico,
.public-btn7 .c-ico {
  margin-left: 0.1rem;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn6 .c-ico,
  .public-btn7 .c-ico {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-btn6 .c-ico path,
.public-btn7 .c-ico path {
  fill: #303E48;
  transition: all 0.3s;
}
.public-btn6:hover,
.public-btn7:hover {
  color: #C2B2A5;
}
.public-btn6:hover .c-ico,
.public-btn7:hover .c-ico {
  margin-left: 0.2rem;
}
.public-btn6:hover .c-ico path,
.public-btn7:hover .c-ico path {
  fill: #C2B2A5;
}
.public-btn7 {
  color: #f16777;
}
.public-btn7 .c-ico path {
  fill: #f16777;
}
.public-btn7:hover {
  color: #f16777;
}
.public-btn7:hover .c-ico {
  margin-left: 0.2rem;
}
.public-btn7:hover .c-ico path {
  fill: #f16777;
}
.public-btn8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  height: 0.6rem;
  border: 2px solid #f16777;
  border-radius: 0.3rem;
  color: #f16777;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn8 {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn8:hover {
  color: #fff;
  background-color: #f16777;
}
.public-btn9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  height: 0.6rem;
  border: 2px solid #303E48;
  border-radius: 0.3rem;
  color: #303E48;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .public-btn9 {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn9 img,
.public-btn9 svg {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .public-btn9 img,
  .public-btn9 svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-btn9 img path,
.public-btn9 svg path {
  fill: #303E48;
  transition: all 0.3s;
}
.public-btn9:hover {
  color: #fff;
  background-color: #303E48;
}
.public-btn9:hover svg path {
  fill: #fff;
}
.public-title {
  margin-bottom: 1rem;
  text-align: center;
}
.public-title.c-dt {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .public-title {
    margin-bottom: 0.6rem;
  }
}
.public-title .c-text0 {
  margin-bottom: 0.1rem;
}
.public-title .c-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.public-title .c-text {
  max-width: 720px;
  margin: 0.2rem auto 0;
}
.public-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.public-box1 .public-btn2,
.public-box1 .public-btn3 {
  pointer-events: auto;
}
.public-box1 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: huxi2 20s linear infinite;
}
.public-box1 .c-cm {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  height: 24%;
  object-fit: cover;
  transform: translate(-50%, 100%);
}
.public-box1 .container {
  position: relative;
  z-index: 5;
}
.public-box1 .c-ico {
  margin: 0 auto;
  width: 28px;
  height: 60px;
}
@media (max-width: 991px) {
  .public-box1 .c-ico {
    width: 0.5rem;
    height: 0.8rem;
  }
}
.public-box1 .c-ico img,
.public-box1 .c-ico svg {
  width: 100%;
  height: 100%;
}
.public-box1 .c-ico img path,
.public-box1 .c-ico svg path {
  fill: #fff;
}
.public-box1 .c-title {
  margin: 0.4rem 0 0.6rem;
  font-weight: bold;
}
.public-box1 .c-text {
  margin-bottom: 0.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .public-box1 .c-text br {
    display: none;
  }
}
.public-box1.c-dt2 {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
@media (max-width: 1580px) {
  .public-box1.c-dt2 {
    top: 110%;
  }
}
.public-box1.c-dt2 .c-ico svg path {
  fill: #f16777;
  transition: 0.5s;
}
.public-box1.c-dt2 .c-title {
  color: #f16777;
  transition: 0.5s;
}
.public-box1.c-dt2 .c-img {
  opacity: 0;
  transition: 0s;
}
.public-box1.c-dt2 .c-text,
.public-box1.c-dt2 .public-btn3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s 0.3s;
}
.public-box1.c-dt2 .public-btn3 {
  transition: all 0.5s 0.5s;
}
.public-box1.c-dt2.on .c-ico svg path {
  fill: #fff;
}
.public-box1.c-dt2.on .c-title {
  color: #fff;
}
.public-box1.c-dt2.on .c-img {
  opacity: 1;
  transition: all 0.5s;
}
.public-box1.c-dt2.on .c-text,
.public-box1.c-dt2.on .public-btn3 {
  opacity: 1;
  transform: translateY(0);
}
.public-box2.c-dt1 {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  top: 0;
  height: 100vh;
  margin-bottom: 20vh;
}
@media (max-width: 991px) {
  .public-box2.c-dt1 {
    margin-bottom: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-box2.c-dt1 {
    position: relative;
  }
}
.public-box2.c-dt1 .c-top {
  display: flex;
  align-items: center;
  height: 50vh;
}
@media (max-width: 991px) {
  .public-box2.c-dt1 .c-top {
    padding: 1.6rem 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-box2.c-dt1 .c-top {
    padding: 1.2rem 0;
  }
}
.public-box2.c-dt1 .c-bottom > .public-img::before {
  padding-top: 50vh;
}
@media (max-width: 991px) {
  .public-box2.c-dt1 .c-bottom > .public-img::before {
    padding-top: 22.48%;
  }
}
@media (max-width: 767px) {
  .public-box2.c-dt1 .c-bottom > .public-img::before {
    padding-top: 64%;
  }
}
.public-box2 .c-top {
  background-color: #f7f7ed;
}
.public-box2 .c-top .c-wrap {
  padding-left: 0.7rem;
}
.public-box2 .c-top .c-wrap .c-box1 {
  position: relative;
}
.public-box2 .c-top .c-wrap .c-box1 .c-ico {
  position: absolute;
  top: 0;
  left: -0.7rem;
  width: 28px;
  height: 60px;
}
@media (max-width: 767px) {
  .public-box2 .c-top .c-wrap .c-box1 .c-ico {
    width: 0.5rem;
    height: 0.8rem;
  }
}
.public-box2 .c-top .c-wrap .c-box1 .c-ico img,
.public-box2 .c-top .c-wrap .c-box1 .c-ico svg {
  width: 100%;
  height: 100%;
}
.public-box2 .c-top .c-wrap .c-box1 .c-ico img path,
.public-box2 .c-top .c-wrap .c-box1 .c-ico svg path {
  fill: #349f7e;
}
.public-box2 .c-top .c-wrap .c-box1 .c-title {
  margin-bottom: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #349f7e;
}
.public-box2 .c-top .c-wrap .c-box2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-box2 .c-top .c-wrap .c-box2 {
    flex-wrap: wrap;
  }
}
.public-box2 .c-top .c-wrap .c-box2 .c-text {
  width: 7.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .public-box2 .c-top .c-wrap .c-box2 .c-text {
    margin-bottom: 0.4rem;
  }
}
.public-box2 .c-top .c-wrap .c-box2 .c-btn-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 6.8rem;
}
.public-box2 .c-top .c-wrap .c-box2 .c-btn-box .c-line {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #349f7e;
}
.public-box2 .c-top .c-wrap .c-box2 .c-btn-box .c-btn-wrap {
  position: relative;
  z-index: 5;
  margin-right: 1.8rem;
  padding: 0 0.1rem;
  background-color: #f7f7ed;
}
.public-box2 .c-bottom > .public-img::before {
  padding-top: 24.48%;
}
@media (max-width: 767px) {
  .public-box2 .c-bottom > .public-img::before {
    padding-top: 40%;
  }
}
.public-box2 .c-bottom > .public-img .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -0.375rem 0 0 -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transition: ease-out 0.1s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-box2 .c-bottom > .public-img .c-play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.public-box2 .c-bottom > .public-img .c-play img,
.public-box2 .c-bottom > .public-img .c-play svg {
  position: relative;
  z-index: 5;
  left: 0.04rem;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .public-box2 .c-bottom > .public-img .c-play img,
  .public-box2 .c-bottom > .public-img .c-play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-box2 .c-bottom > .public-img .c-play img path,
.public-box2 .c-bottom > .public-img .c-play svg path {
  fill: #303E48;
  transition: all 0.3s;
}
.public-box2 .c-bottom > .public-img .c-play:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.public-box2 .c-bottom > .public-img .c-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.47rem #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.public-box2 .c-bottom > .public-img .c-play:hover::before {
  box-shadow: inset 0 0 0 2px #fff;
  transform: scale(1.1);
}
.public-box2 .c-bottom > .public-img .c-play:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.public-box2 .c-bottom > .public-img .c-play:hover svg path {
  fill: #fff;
}
.public-box2.c-dt {
  position: relative;
  z-index: 10;
}
.public-box2.c-dt .c-top {
  background-color: #fff;
}
.public-box2.c-dt .c-top .c-wrap .c-ico svg path {
  fill: #f2d413;
}
.public-box2.c-dt .c-top .c-wrap .c-title {
  color: #f2d413;
}
.public-box2.c-dt .c-top .c-wrap .c-box2 .c-btn-box .c-line {
  border-top: 2px solid #f2d413;
}
.public-box2.c-dt .c-top .c-wrap .c-box2 .c-btn-box .c-btn-wrap {
  background-color: #fff;
}
.public-box2.c-dt .c-bottom {
  background-color: #f7f7ed;
}
.public-box2.c-dt .c-bottom .c-list {
  position: relative;
  height: 6rem;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list {
    height: 2.5rem;
  }
}
.public-box2.c-dt .c-bottom .c-list .public-img:hover img {
  transform: scale(1.1);
}
.public-box2.c-dt .c-bottom .c-list > li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: all 1s;
}
.public-box2.c-dt .c-bottom .c-list > li.on {
  z-index: 5;
  opacity: 1;
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(2)::before {
  left: -0.2rem;
  width: 0.4rem;
  transition: all 0.3s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(2)::before {
    left: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(2)::after {
  right: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(2)::after {
    right: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(3) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(3)::before {
  bottom: -0.2rem;
  height: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(3)::before {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(3)::after {
  right: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list1 li:nth-child(3)::after {
    right: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(4)::before {
  left: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(4)::before {
    left: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(4)::after {
  right: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(4)::after {
    right: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(1) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(1)::before {
  bottom: -0.2rem;
  height: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(1)::before {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(1)::after {
  right: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list2 li:nth-child(1)::after {
    right: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(2)::before {
  left: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(2)::before {
    left: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(2)::after {
  right: -0.2rem;
  width: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(2)::after {
    right: -0.1rem;
    width: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(3) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(3)::before {
  bottom: -0.2rem;
  height: 0.4rem;
  transition: all 0.5s 0.5s;
}
@media (max-width: 767px) {
  .public-box2.c-dt .c-bottom .c-list > li.on .c-list3 li:nth-child(3)::before {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1,
.public-box2.c-dt .c-bottom .c-list > li .c-list2,
.public-box2.c-dt .c-bottom .c-list > li .c-list3 {
  overflow: hidden;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li,
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li,
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li {
  float: left;
  width: 25%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li {
  position: relative;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li .public-img::before {
  padding-top: 71.5%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(1) .public-img::before,
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(2) .public-img::before {
  padding-top: 143%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(2) {
  z-index: 20;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(3) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 200%;
  height: 0;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list1 li:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 200%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li {
  position: relative;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li .public-img::before {
  padding-top: 71.5%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(3),
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(4) {
  float: right;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(3) .public-img::before,
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(4) .public-img::before {
  padding-top: 143%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(4) {
  z-index: 20;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(1) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 200%;
  height: 0;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list2 li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 200%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li {
  position: relative;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li .public-img::before {
  padding-top: 71.5%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(1) {
  width: 50%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(1) .public-img::before {
  padding-top: 71.5%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(2) .public-img::before {
  padding-top: 143%;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(2) {
  z-index: 20;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(3) {
  z-index: 10;
}
.public-box2.c-dt .c-bottom .c-list > li .c-list3 li:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 200%;
  height: 0;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
.public-box3 {
  position: relative;
}
@media (max-width: 767px) {
  .public-box3 {
    text-align: center;
  }
}
.public-box3 .public-img {
  background-color: #111416;
}
.public-box3 .public-img img {
  opacity: 0.7;
}
.public-box3 .public-img::before {
  padding-top: calc(100vh - 1rem);
}
@media (max-width: 991px) {
  .public-box3 .public-img::before {
    padding-top: 50%;
  }
}
@media (max-width: 991px) {
  .public-box3 .public-img::before {
    padding-top: 80%;
  }
}
.public-box3 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-box3 .c-text-box .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.public-box3 .c-text-box .container .c-left {
  max-width: 660px;
}
.public-box3 .c-text-box .container .c-left .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.public-box3 .c-text-box .container .c-left .c-text {
  display: none;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .public-box3 .c-text-box .container .c-left .c-text {
    padding-top: 0.4rem;
  }
}
.public-box3 .c-text-box .container .c-left .c-text2 {
  margin: 0.3rem 0 0.7rem;
}
@media (max-width: 767px) {
  .public-box3 .c-text-box .container .c-left .c-text2 {
    font-size: 0.3rem;
  }
}
.public-box3 .c-text-box .container .c-left .public-btn7 {
  margin-top: 0.5rem;
}
.public-box3 .c-text-box .container .c-right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .public-box3 .c-text-box .container .c-right {
    display: none;
  }
}
.public-box3 .c-text-box .container .c-right .public-btn3 {
  margin-left: 0.6rem;
  transform: translateY(0.94rem);
}
@media (max-width: 767px) {
  .public-box3 .c-text-box .container .c-right .public-btn3 {
    margin-left: 0.4rem;
    transform: translateY(0);
  }
}
.public-box3 .c-text-box .container .c-right .public-btn3 svg {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .public-box3.c-dt .public-img::before {
    padding-top: 80%;
  }
}
.public-box3.c-dt .public-btn7 {
  margin-top: 0;
}
.public-box4 {
  position: relative;
}
@media (max-width: 767px) {
  .public-box4 .public-btn7 {
    margin-top: 0.2rem;
  }
}
.public-box4 .public-img {
  background-color: #111416;
}
.public-box4 .public-img img {
  opacity: 0.7;
}
.public-box4 .public-img::before {
  padding-top: calc(100vh - 1rem);
}
@media (max-width: 991px) {
  .public-box4 .public-img::before {
    padding-top: 50%;
  }
}
@media (max-width: 991px) {
  .public-box4 .public-img::before {
    padding-top: 80%;
  }
}
.public-box4 .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 62, 72, 0.2);
}
.public-box4 .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 1.6rem;
  width: 100%;
  color: #fff;
}
@media (max-width: 1260px) {
  .public-box4 .c-text-box {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .public-box4 .c-text-box {
    padding: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.public-box4 .c-text-box .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.public-box4 .c-text-box .container .c-left {
  max-width: 660px;
}
@media (max-width: 767px) {
  .public-box4 .c-text-box .container .c-left {
    max-width: 100%;
    text-align: center;
  }
}
.public-box4 .c-text-box .container .c-left .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.public-box4 .c-text-box .container .c-left .c-text0 {
  margin-bottom: 0.3rem;
}
.public-box4 .c-text-box .container .c-left .c-text {
  padding: 0.7rem 0 0.4rem;
}
@media (max-width: 991px) {
  .public-box4 .c-text-box .container .c-left .c-text {
    padding: 0.2rem 0 0;
    font-size: 0.3rem;
  }
}
.public-box4 .c-text-box .container .c-right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .public-box4 .c-text-box .container .c-right {
    display: none;
  }
}
.public-box4 .c-text-box .container .c-right .public-btn2,
.public-box4 .c-text-box .container .c-right .public-btn3,
.public-box4 .c-text-box .container .c-right .public-btn4,
.public-box4 .c-text-box .container .c-right .public-btn5 {
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .public-box4 .c-text-box .container .c-right .public-btn2,
  .public-box4 .c-text-box .container .c-right .public-btn3,
  .public-box4 .c-text-box .container .c-right .public-btn4,
  .public-box4 .c-text-box .container .c-right .public-btn5 {
    margin-left: 0.4rem;
  }
}
.public-box4 .c-text-box .container .c-right .public-btn2 svg,
.public-box4 .c-text-box .container .c-right .public-btn3 svg,
.public-box4 .c-text-box .container .c-right .public-btn4 svg,
.public-box4 .c-text-box .container .c-right .public-btn5 svg {
  transform: rotate(90deg);
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #f16777;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #f16777;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #f16777;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
  background-color: #f7f7ed;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding-top: 0.4rem;
  width: 100%;
  text-align: center;
  color: #303E48;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  #c-header .container {
    width: 90%;
    padding: 0;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 1.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 1.2rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img {
  display: none;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  transition: 0s 1s;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  #c-header .c-nav .c-list {
    overflow-y: auto;
  }
}
#c-header .c-nav .c-list a:hover {
  text-decoration: underline;
}
#c-header .c-nav .c-list > li {
  position: relative;
  top: -100%;
  padding: 1.8rem 0.6rem 0.9rem;
  width: 20%;
  height: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li {
    padding: 0.5rem;
    width: 100%;
    height: auto;
  }
}
#c-header .c-nav .c-list > li:nth-child(1) {
  background-color: #c2b2a5;
  transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
}
#c-header .c-nav .c-list > li:nth-child(2) {
  background-color: #f16777;
  transition: all 0.5s 0.1s cubic-bezier(0.17, 0.84, 0.44, 1);
}
#c-header .c-nav .c-list > li:nth-child(3) {
  background-color: #349f7e;
  transition: all 0.5s 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
#c-header .c-nav .c-list > li:nth-child(4) {
  background-color: #f2d413;
  transition: all 0.5s 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}
#c-header .c-nav .c-list > li:nth-child(5) {
  background-color: #303e48;
  transition: all 0.5s 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
}
#c-header .c-nav .c-list > li .c-title {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
#c-header .c-nav .c-list > li .c-list2 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li .c-list2 {
    padding-top: 0.3rem;
  }
}
#c-header .c-nav .c-list > li .c-list2 li {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
}
#c-header .c-nav .c-list > li .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav .c-list > li .c-ico {
  position: absolute;
  right: 0.6rem;
  bottom: 0.8rem;
  width: 1.28rem;
  height: 1.28rem;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li .c-ico {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.5rem;
  }
}
#c-header .c-nav .c-list > li .c-list3 {
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li .c-list3 {
    text-align: left;
  }
}
#c-header .c-nav .c-list > li .c-list3 li {
  padding: 0.5rem 0;
  border-bottom: 2px solid #3e4f5a;
}
#c-header .c-nav .c-list > li .c-list3 li:first-child {
  padding-top: 0;
}
#c-header .c-nav .c-list > li .c-ico-link {
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 1.2rem;
  right: 0.6rem;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li .c-ico-link {
    bottom: 1rem;
  }
}
#c-header .c-nav .c-list > li .c-ico-link a {
  margin-left: 0.3rem;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #c-header .c-nav .c-list > li .c-ico-link a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-nav .c-list > li .c-ico-link a img,
#c-header .c-nav .c-list > li .c-ico-link a svg {
  width: 100%;
  height: 100%;
}
#c-header .c-nav .c-list > li .c-ico-link a img path,
#c-header .c-nav .c-list > li .c-ico-link a svg path {
  fill: #989fa4;
  transition: all 0.3s;
}
#c-header .c-nav .c-list > li .c-ico-link a:hover svg path {
  fill: #c2b2a5;
}
.c-open #c-header .c-nav {
  top: 0;
  transition: 0s 0s;
}
.c-open #c-header .c-nav .c-list > li {
  top: 0;
}
/*顶部移动端导航*/
#c-header .c-nav2,
#c-header4 .c-nav2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  line-height: 1.6rem;
  color: #303E48;
  background: #f8f7ee;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
  pointer-events: auto;
}
#c-header .c-nav2 > li:last-child,
#c-header4 .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 > li:first-child,
#c-header4 .c-nav2 > li:first-child {
  border-bottom: 0;
}
#c-header .c-nav2 li,
#c-header4 .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li,
  #c-header4 .c-nav2 li {
    padding: 0 0.4rem;
  }
}
#c-header .c-nav2 li .c-title-box,
#c-header4 .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header4 .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg,
#c-header4 .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header4 .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path,
#c-header4 .c-nav2 li .c-title-box svg path {
  fill: #303E48;
}
#c-header .c-nav2 li a,
#c-header4 .c-nav2 li a {
  color: #303E48;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header4 .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a,
#c-header4 .c-nav2 li.on > a {
  color: #c2b2a5;
}
#c-header .c-nav2 li ul,
#c-header4 .c-nav2 li ul {
  display: none;
}
@media (max-width: 991px) {
  .c-open #c-header .c-nav2,
  .c-open #c-header4 .c-nav2 {
    left: 0;
  }
}
/*顶部导航开关*/
#c-header .c-switch,
#c-header4 .c-switch {
  position: relative;
  width: 22px;
  height: 14px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-switch,
  #c-header4 .c-switch {
    width: 0.4rem;
    height: 0.3rem;
  }
}
#c-header .c-switch i,
#c-header4 .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #303E48;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1),
#c-header4 .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3),
#c-header4 .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2),
#c-header4 .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
body.c-open #c-header .c-switch i:nth-child(2),
body.c-open #c-header4 .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1),
body.c-open #c-header4 .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3),
body.c-open #c-header4 .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn,
#c-header4 .c-gn {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
#c-header .c-gn .c-menu,
#c-header4 .c-gn .c-menu,
#c-header .c-gn .c-time,
#c-header4 .c-gn .c-time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: rgba(204, 204, 204, 0.4);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-menu,
  #c-header4 .c-gn .c-menu,
  #c-header .c-gn .c-time,
  #c-header4 .c-gn .c-time {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
#c-header .c-gn .c-menu p,
#c-header4 .c-gn .c-menu p,
#c-header .c-gn .c-time p,
#c-header4 .c-gn .c-time p {
  margin-right: 0.1rem;
}
#c-header .c-gn .c-menu img,
#c-header4 .c-gn .c-menu img,
#c-header .c-gn .c-time img,
#c-header4 .c-gn .c-time img,
#c-header .c-gn .c-menu svg,
#c-header4 .c-gn .c-menu svg,
#c-header .c-gn .c-time svg,
#c-header4 .c-gn .c-time svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-menu img,
  #c-header4 .c-gn .c-menu img,
  #c-header .c-gn .c-time img,
  #c-header4 .c-gn .c-time img,
  #c-header .c-gn .c-menu svg,
  #c-header4 .c-gn .c-menu svg,
  #c-header .c-gn .c-time svg,
  #c-header4 .c-gn .c-time svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-gn .c-menu img path,
#c-header4 .c-gn .c-menu img path,
#c-header .c-gn .c-time img path,
#c-header4 .c-gn .c-time img path,
#c-header .c-gn .c-menu svg path,
#c-header4 .c-gn .c-menu svg path,
#c-header .c-gn .c-time svg path,
#c-header4 .c-gn .c-time svg path {
  fill: #303E48;
}
#c-header .c-gn .c-time,
#c-header4 .c-gn .c-time {
  margin-left: 0.1rem;
  width: 0.6rem;
  padding: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-time,
  #c-header4 .c-gn .c-time {
    width: 0.8rem;
  }
}
#c-header .c-gn .c-time img,
#c-header4 .c-gn .c-time img,
#c-header .c-gn .c-time svg,
#c-header4 .c-gn .c-time svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-time img,
  #c-header4 .c-gn .c-time img,
  #c-header .c-gn .c-time svg,
  #c-header4 .c-gn .c-time svg {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-header2 {
  background-color: #f7f7ed;
}
#c-header2 .c-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  #c-header2 .c-top {
    display: none;
  }
}
#c-header2 .c-top .c-logo {
  display: block;
  width: 0.8rem;
}
#c-header2 .c-top .c-logo img {
  width: 100%;
  vertical-align: top;
}
#c-header2 .c-top .c-list {
  width: 222px;
  line-height: 40px;
}
@media (max-width: 1900px) {
  #c-header2 .c-top .c-list {
    width: 210px;
  }
}
@media (max-width: 1580px) {
  #c-header2 .c-top .c-list {
    width: 184px;
  }
}
#c-header2 .c-top .c-list a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
}
#c-header2 .c-top .c-list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../images/ico-arrow4.png) no-repeat right bottom / auto 10px;
  transition: all 0.3s;
}
#c-header2 .c-top .c-list li.on a {
  font-size: 24px;
  color: #303E48;
}
#c-header2 .c-top .c-list li.on a::before {
  right: 0;
}
#c-header2 .c-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.15rem 0;
}
@media (max-width: 991px) {
  #c-header2 .c-bottom {
    padding: 0.25rem 0;
  }
}
#c-header2 .c-bottom .c-site {
  line-height: 30px;
  color: #949b9a;
}
#c-header2 .c-bottom .c-site a {
  color: #949b9a;
  transition: all 0.3s;
}
#c-header2 .c-bottom .c-site a:first-child {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-header2 .c-bottom .c-site a:first-child {
    margin: 0.04rem 0;
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header2 .c-bottom .c-site a:first-child img,
#c-header2 .c-bottom .c-site a:first-child svg {
  width: 100%;
  height: 100%;
}
#c-header2 .c-bottom .c-site a:first-child img path,
#c-header2 .c-bottom .c-site a:first-child svg path {
  fill: #303E48;
  transition: all 0.3s;
}
#c-header2 .c-bottom .c-site a.on {
  color: #303E48;
}
#c-header2 .c-bottom .c-site a:hover {
  color: #c2b2a5;
}
#c-header2 .c-bottom .c-site a:hover svg path {
  fill: #c2b2a5;
}
#c-header2 .c-bottom .c-site span {
  margin: 0 0.1rem;
}
#c-header2 .c-bottom .c-site span:last-child {
  display: none;
}
#c-header2 .c-bottom .c-box {
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 991px) {
  #c-header2 .c-bottom .c-box {
    display: none;
  }
}
#c-header2 .c-bottom .c-box .c-btn {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  color: #303E48;
  transition: all 0.3s;
  cursor: pointer;
}
#c-header2 .c-bottom .c-box .c-btn img,
#c-header2 .c-bottom .c-box .c-btn svg {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
}
#c-header2 .c-bottom .c-box .c-btn img path,
#c-header2 .c-bottom .c-box .c-btn svg path {
  fill: #303E48;
  transition: all 0.3s;
}
#c-header2 .c-bottom .c-box .c-btn:hover {
  color: #C2B2A5;
}
#c-header2 .c-bottom .c-box .c-btn:hover svg path {
  fill: #c2b2a5;
}
#c-header3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #c-header3 {
    display: none;
  }
}
@media (max-width: 767px) {
  #c-header3 {
    top: -2.6rem;
  }
}
#c-header3.on {
  top: -1rem;
}
#c-header3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
}
@media (max-width: 991px) {
  #c-header3 .container {
    height: 1.2rem;
  }
}
#c-header3 .container .c-logo {
  display: block;
  height: 0.46rem;
}
#c-header3 .container .c-logo img {
  height: 100%;
}
#c-header3 .container .c-list {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  line-height: 1rem;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  #c-header3 .container .c-list {
    line-height: 1.2rem;
  }
}
#c-header3 .container .c-list > li {
  margin-left: 0.6rem;
  pointer-events: auto;
}
@media (max-width: 991px) {
  #c-header3 .container .c-list > li {
    margin-left: 0.3rem;
  }
}
#c-header3 .container .c-list > li:hover > a::before {
  opacity: 1;
}
#c-header3 .container .c-list > li > a {
  position: relative;
  display: flex;
}
#c-header3 .container .c-list > li > a::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  transition: all 0.3s;
}
#c-header3 .container .c-list > li a {
  color: #303E48;
  transition: all 0.3s;
}
#c-header3 .container .c-list > li a:hover {
  color: #c2b2a5;
}
#c-header3 .container .c-list > li .c-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0.15rem 0;
  width: 100vw;
  line-height: 1.5;
  background-color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
#c-header3 .container .c-list > li .c-list2 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.7rem;
}
@media (max-width: 991px) {
  #c-header3 .container .c-list > li .c-list2 li {
    margin-right: 0.3rem;
  }
}
#c-header3 .container .c-list > li .c-list2 li:last-child {
  margin: 0;
}
#c-header3 .container .c-box {
  display: flex;
  align-items: center;
}
#c-header3 .container .c-ico-box {
  display: flex;
  align-items: center;
}
#c-header3 .container .c-ico-box .c-ico {
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
  cursor: pointer;
  color: #303E48;
  transition: all 0.3s;
}
#c-header3 .container .c-ico-box .c-ico svg,
#c-header3 .container .c-ico-box .c-ico img {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
}
#c-header3 .container .c-ico-box .c-ico svg path,
#c-header3 .container .c-ico-box .c-ico img path {
  fill: #303E48;
  transition: all 0.3s;
}
#c-header3 .container .c-ico-box .c-ico:hover {
  color: #c2b2a5;
}
#c-header3 .container .c-ico-box .c-ico:hover svg path {
  fill: #c2b2a5;
}
#c-header4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #f7f7ed;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-header4 {
    display: block;
  }
}
#c-header4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
}
#c-header4 .container .c-logo {
  display: inline-block;
}
#c-header4 .container .c-logo img {
  height: 0.5rem;
}
#c-header4.on {
  top: -1.3rem;
}
#c-header5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding-top: 0.4rem;
  width: 100%;
}
#c-header5 .c-logo {
  display: block;
  width: 0.8rem;
}
#c-header5 .c-logo img {
  width: 100%;
}
.c-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-404 .c-bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
}
.c-404 .container {
  position: relative;
  z-index: 10;
}
.c-404 .c-svg {
  margin-bottom: 0.35rem;
  width: 5.4rem;
  height: 2.2rem;
}
.c-404 .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1.3rem 0 0.15rem;
  padding: 0 0.3rem;
  height: 0.6rem;
  min-width: 1.8rem;
  background-color: #303E48;
  border-radius: 0.3rem;
  color: #fff;
}
.c-404 .c-text {
  color: #999;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #c2b2a5;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 50;
  color: #fff;
  background-color: #303e48;
}
#c-footer a {
  color: #fff;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #c2b2a5;
}
#c-footer .c-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-main .c-left {
  width: 78%;
}
@media (max-width: 1580px) {
  #c-footer .c-main .c-left {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-main .c-left {
    width: 100%;
  }
}
#c-footer .c-main .c-right {
  padding-top: 0.8rem;
  text-align: right;
}
@media (max-width: 767px) {
  #c-footer .c-main .c-right {
    display: none;
  }
}
#c-footer .c-main .c-right .c-logo {
  display: inline-block;
  width: 60px;
}
#c-footer .c-main .c-right .c-logo img {
  width: 100%;
}
#c-footer .c-main .c-right .c-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  opacity: 0.3;
  color: #fff;
}
#c-footer .c-main .c-right .c-text .c-ico {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
}
#c-footer .c-main .c-right .c-text .c-ico path {
  fill: #fff;
}
#c-footer .c-main .c-right .c-phone {
  margin-top: 0.1rem;
  color: #c2b2a5;
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-footer .c-main .c-right .c-phone {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-main .c-right .c-phone {
    font-size: 18px;
  }
}
#c-footer .c-main .c-right .c-text2 {
  margin-top: 0.1rem;
  opacity: 0.5;
}
#c-footer .c-ico-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0.6rem 0 0.8rem;
}
@media (max-width: 1580px) {
  #c-footer .c-ico-link {
    margin: 0.6rem 0 0.9rem;
  }
}
#c-footer .c-ico-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-ico-link a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-ico-link a img,
#c-footer .c-ico-link a svg {
  position: relative;
  z-index: 5;
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-ico-link a img,
  #c-footer .c-ico-link a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-ico-link a img path,
#c-footer .c-ico-link a svg path {
  fill: #303E48;
  transition: all 0.3s;
}
#c-footer .c-ico-link a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  transition: box-shadow 0.3s, transform 0.3s;
}
#c-footer .c-ico-link a:hover:after {
  box-shadow: inset 0 0 0 2px #c2b2a5;
  transform: scale(1.1);
}
#c-footer .c-ico-link a:hover svg path {
  fill: #c2b2a5;
}
#c-footer .c-top-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.8rem 0;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 0.6rem;
  }
}
#c-footer .c-top-box .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #4f5a62;
  line-height: 1;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box {
    padding: 0.3rem 0;
  }
}
#c-footer .c-top-box .c-title-box.c-dt {
  padding-top: 0.3rem;
}
#c-footer .c-top-box .c-title-box .c-title {
  color: #c2b2a5;
}
#c-footer .c-top-box .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .c-title-box a:hover {
  color: #c2b2a5;
}
#c-footer .c-top-box .c-title-box img,
#c-footer .c-top-box .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .c-title-box img path,
#c-footer .c-top-box .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box img,
  #c-footer .c-top-box .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .c-list-box {
  padding: 0 0.2rem;
  width: 20%;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box {
    width: 100%;
  }
}
#c-footer .c-top-box .c-list-box .c-list {
  line-height: 1.7;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list {
    display: none;
    line-height: 2.5;
    font-size: 0.3rem;
  }
}
#c-footer .c-top-box .c-list-box .c-list li:first-child {
  padding-top: 0.2rem;
}
#c-footer .c-top-box .c-list-box.on .c-title-box img,
#c-footer .c-top-box .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-bottom-box .c-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.4rem;
    text-align: center;
  }
}
#c-footer .c-bottom-box .c-box .c-map {
  flex-shrink: 0;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 42px;
  border-radius: 21px;
  border: 2px solid #45525b;
  color: #c2b2a5;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-box .c-map {
    margin-bottom: 0.4rem;
  }
}
#c-footer .c-bottom-box .c-box .c-map .c-ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#c-footer .c-bottom-box .c-box .c-map .c-ico path {
  fill: #c2b2a5;
  transition: all 0.3s;
}
#c-footer .c-bottom-box .c-box .c-map:hover {
  color: #fff;
  border-color: #c2b2a5;
  background-color: #c2b2a5;
}
#c-footer .c-bottom-box .c-box .c-map:hover .c-ico path {
  fill: #fff;
}
#c-footer .c-bottom-box .c-box > p {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-box > p {
    width: 100%;
  }
}
#c-footer .c-bottom-box .c-copyright-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0 0.5rem;
  border-top: 2px solid #404c55;
  color: #6b7175;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-copyright-box {
    width: 100%;
    font-size: 0.24rem;
    padding: 0.6rem 0;
    text-align: center;
  }
  #c-footer .c-bottom-box .c-copyright-box p,
  #c-footer .c-bottom-box .c-copyright-box .c-copyright {
    width: 100%;
  }
}
#c-footer .c-bottom-box .c-copyright-box a {
  color: #6b7175;
}
#c-footer .c-bottom-box .c-copyright-box a:hover {
  color: #c2b2a5;
}
#c-footer .c-bottom-box .c-copyright-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
.c-home1 {
  height: 350vh;
}
@media (max-width: 767px) {
  .c-home1 {
    height: auto;
  }
}
.c-home1 .c-main {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  height: 100vh;
  background-color: #f8f7ee;
  overflow: hidden;
}
.c-home1 .c-main .c-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-left {
    display: none;
  }
}
.c-home1 .c-main .c-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-main .c-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-right {
    width: 100%;
    height: 100%;
  }
}
.c-home1 .c-main .c-right .c-wrap {
  position: relative;
  width: 18.229166vw;
  height: 23.958333vw;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-right .c-wrap {
    width: 100%;
    height: 100%;
  }
}
.c-home1 .c-main .c-right .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-main .c-right .c-wrap video {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-right .c-wrap .c-v1 {
    display: none;
  }
}
.c-home1 .c-main .c-right .c-wrap .c-v2 {
  display: none;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-right .c-wrap .c-v2 {
    display: block;
  }
}
.c-home1 .c-main .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.c-home1 .c-main .c-text-box .c-wrap {
  transform: scale(1.2);
  transition: all 1s;
}
.c-home1 .c-main .c-text-box .c-wrap.on {
  transform: scale(1);
}
.c-home1 .c-main .c-text-box .c-wrap.on .c-title,
.c-home1 .c-main .c-text-box .c-wrap.on .c-text,
.c-home1 .c-main .c-text-box .c-wrap.on .c-text span {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .c-home1 .c-main .c-text-box .c-wrap {
    transform: scale(1);
  }
  .c-home1 .c-main .c-text-box .c-wrap .c-title,
  .c-home1 .c-main .c-text-box .c-wrap .c-text,
  .c-home1 .c-main .c-text-box .c-wrap .c-text span {
    opacity: 1 !important;
  }
}
.c-home1 .c-main .c-text-box .c-wrap .c-title {
  line-height: 1;
  opacity: 0;
  transition: all 0.5s;
}
.c-home1 .c-main .c-text-box .c-wrap .c-text {
  line-height: 1;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.5s;
}
.c-home1 .c-main .c-text-box .c-wrap .c-text span:nth-child(2n) {
  opacity: 0;
  transition: all 1s;
}
.c-home2 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.c-home2 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: huxi 3s linear infinite;
}
.c-home2 .container {
  position: relative;
  z-index: 5;
}
.c-home2 .c-title {
  opacity: 0;
  margin-bottom: 0.55rem;
  color: #6d655f;
  transition: all 1s;
  transform: scale(1.2);
}
.c-home2 .c-text {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.4;
  max-width: 8.7rem;
  opacity: 0;
  transition: all 1s;
  transform: scale(1.2);
}
.c-home2 .c-text span:nth-child(2n) {
  opacity: 0;
  transition: all 1s;
}
.c-home2 .c-line {
  opacity: 0;
  margin: 0.2rem auto 0.4rem;
  width: 2px;
  height: 0.46rem;
  background-color: #eaebec;
  transition: all 1s 0.3s;
  overflow: hidden;
}
.c-home2 .c-line:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #c2b2a5;
  animation: goBottom 1s linear infinite;
}
.c-home2 .c-btn-box {
  opacity: 0;
  transition: all 1s 0.3s;
}
.c-home2 .c-text2 {
  opacity: 0;
  margin-top: 0.15rem;
  transition: all 1s 0.3s;
}
.c-home2.on .c-title,
.c-home2.on .c-text,
.c-home2.on .c-text span {
  transform: scale(1);
  opacity: 1 !important;
}
.c-home2.on .c-line,
.c-home2.on .c-text2,
.c-home2.on .c-btn-box {
  opacity: 1;
}
.c-home3 {
  height: 300vh;
}
.c-home3 .c-main {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
.c-home4 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-home4 .c-list {
    display: block;
    overflow: hidden;
  }
}
.c-home4 .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 20%;
}
@media (max-width: 767px) {
  .c-home4 .c-list li {
    float: left;
    width: 50%;
  }
}
.c-home4 .c-list li .c-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-home4 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-home4 .c-list li .c-wrap::before {
    height: 0.6rem;
  }
}
.c-home4 .c-list li .c-wrap img {
  width: 100%;
  transition: all 0.5s;
  filter: grayscale(100);
}
.c-home4 .c-list li .c-wrap .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 0 0.2rem;
  width: 100%;
  font-weight: bold;
  color: #303E48;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-home4 .c-list li .c-wrap:hover::before {
  transform: translateY(100%);
}
.c-home4 .c-list li .c-wrap:hover .c-title {
  color: #fff;
  bottom: 0.2rem;
}
.c-home4 .c-list li .c-wrap:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.c-home7 .c-main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-home7 .c-main {
    margin: 0;
  }
}
.c-home7 .c-main .c-left {
  padding: 0 0.2rem 0 0.4rem;
  width: 25%;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0.6rem 0;
    width: 100%;
  }
}
.c-home7 .c-main .c-left .c-title {
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-left .c-title {
    margin-bottom: 0;
  }
}
.c-home7 .c-main .c-right {
  width: 75%;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-right {
    width: auto;
  }
}
.c-home7 .c-main .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-right .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
.c-home7 .c-main .c-right .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-right .c-list li {
    width: 50%;
  }
  .c-home7 .c-main .c-right .c-list li:last-child {
    display: none;
  }
}
.c-home7 .c-main .c-right .c-list li .c-wrap {
  display: block;
  color: #303E48;
}
.c-home7 .c-main .c-right .c-list li .c-wrap .public-img::before {
  padding-top: 128%;
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.3rem 0 0.05rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-title {
    margin: 0.2rem 0 0;
  }
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-text {
  margin-bottom: 0.2rem;
  color: #999;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-text {
    margin-bottom: 0.1rem;
    height: 0.8rem;
    line-height: 0.4rem;
  }
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-time-box {
  display: flex;
  align-items: center;
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-time-box .c-time {
  flex-shrink: 0;
  color: #7A92A0;
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-time-box .c-line {
  position: relative;
  margin-left: 0.4rem;
  width: 100%;
  height: 1px;
  background-color: #eaebec;
}
.c-home7 .c-main .c-right .c-list li .c-wrap .c-text-box .c-time-box .c-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c2b2a5;
  transition: all 0.3s;
}
.c-home7 .c-main .c-right .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-home7 .c-main .c-right .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #c2b2a5;
}
.c-home7 .c-main .c-right .c-list li .c-wrap:hover .c-text-box .c-time-box .c-line::before {
  width: 100%;
}
.c-story2 {
  margin-bottom: 0.4rem;
  text-align: center;
}
.c-story2 .c-top .c-ico {
  margin: 0 auto;
  width: 28px;
  height: 60px;
}
@media (max-width: 991px) {
  .c-story2 .c-top .c-ico {
    width: 0.5rem;
    height: 0.8rem;
  }
}
.c-story2 .c-top .c-ico path {
  fill: #c2b2a5;
}
.c-story2 .c-top .c-title {
  margin: 0.5rem auto 0.6rem;
  color: #6d655f;
}
.c-story2 .c-top .c-text1 {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.3;
}
.c-story2 .c-top .c-text2 {
  margin: 0.5rem auto 0;
  max-width: 820px;
}
.c-story2 .c-bottom {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-story2 .c-bottom .public-img {
  height: 100%;
  background-color: #111416;
}
.c-story2 .c-bottom .public-img img {
  opacity: 0.6;
  animation: huxi2 20s linear infinite;
}
.c-story2 .c-bottom .public-img::before {
  padding-top: 50%;
}
.c-story2 .c-bottom .c-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 75%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 767px) {
  .c-story2 .c-bottom .c-list {
    width: 90%;
  }
}
.c-story2 .c-bottom .c-list li {
  opacity: 0;
  padding: 0 0.2rem;
}
.c-story2 .c-bottom .c-list li:nth-child(1) {
  transition: all 0.3s 0.7s;
}
.c-story2 .c-bottom .c-list li:nth-child(2) {
  transition: all 0.3s 0.8s;
}
.c-story2 .c-bottom .c-list li:nth-child(3) {
  transition: all 0.3s 0.9s;
}
.c-story2 .c-bottom .c-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s 0.4s;
}
.c-story2 .c-bottom .c-list .c-dot {
  margin: 0.05rem auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.c-story2 .c-bottom .c-btn-box {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transition: all 0.3s 1s;
}
.c-story2 .c-bottom .c-btn-box .c-text {
  margin-top: 0.05rem;
  color: #c2b2a5;
}
.c-story2.c-dt {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
}
.c-story2.c-dt::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  border-width: 0.9rem 1.6rem;
  border-style: solid;
  border-color: #fff;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-story2.c-dt::before {
    border-width: 0.9rem;
  }
}
.c-story-wrap.on .c-story2.c-dt::before {
  border-width: 0;
}
.c-story-wrap.on .c-story2.c-dt .c-bottom .c-list::before {
  width: 100%;
}
.c-story-wrap.on .c-story2.c-dt .c-bottom .c-list li {
  opacity: 1;
}
.c-story-wrap.on .c-story2.c-dt .c-bottom .c-btn-box {
  opacity: 1;
}
.c-story3 {
  margin-top: 100vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
}
.c-story3 .c-story3-banner {
  padding-bottom: 0.6rem;
  margin: 0 -0.2rem;
  overflow: visible;
}
.c-story3 .c-story3-banner .swiper-slide {
  padding: 0 0.2rem;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.6rem 0.6rem 0;
  background-color: #F8F8F8;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-top {
  width: 100%;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-top .c-ico {
  margin-bottom: -0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  display: none;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-top .c-title {
  font-weight: bold;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-top .c-text {
  margin: 0.25rem 0 0.6rem;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom {
  width: 100%;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
  color: #c2b2a5;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play img,
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play img,
  .c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play img path,
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play svg path {
  fill: #c2b2a5;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-play:hover svg {
  margin-right: 0.2rem;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-user {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-top: 1px solid #ddd;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-user .public-img {
  margin-right: 0.18rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-user .c-name {
  font-weight: bold;
}
.c-story3 .c-story3-banner .swiper-slide .c-wrap .c-bottom .c-user .c-text {
  color: #999;
}
.c-story3 .c-story3-banner .swiper-pagination {
  bottom: 0;
}
.c-story3 .c-story3-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: #ddd;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-story3 .c-story3-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-story3 .c-story3-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
  background-color: #303E48;
  transition: all 0s linear;
}
.c-story3 .c-story3-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 4.5s linear;
}
.c-story4 {
  position: relative;
  text-align: center;
}
.c-story4 .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-story4 .c-list li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.c-story4 .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-story4 .c-list li.on {
  opacity: 1;
  animation: huxi2 20s linear infinite;
}
.c-story4 .c-main {
  position: relative;
  z-index: 2;
  color: #fff;
}
.c-story4 .c-main .container {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  z-index: 50;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-story4 .c-main .container {
    top: 1.2rem;
  }
}
.c-story4 .c-main .container .public-title {
  margin-bottom: 0;
}
.c-story4 .c-main .c-story4-banner .swiper-slide {
  opacity: 0.4;
  display: flex;
  align-items: center;
  min-height: 100vh;
  transition: all 0.3s;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .c-story4 .c-main .c-story4-banner .swiper-slide {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .c-story4 .c-main .c-story4-banner .swiper-slide {
    padding: 2rem 0 3rem;
  }
}
.c-story4 .c-main .c-story4-banner .swiper-slide > div {
  padding: 0 0.7rem;
}
.c-story4 .c-main .c-story4-banner .swiper-slide .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-story4 .c-main .c-story4-banner .swiper-slide .c-time {
  margin: 0.1rem 0 0.3rem;
  color: #c2b2a5;
}
.c-story4 .c-main .c-story4-banner .swiper-slide .c-text {
  max-height: 30px;
  line-height: 26px;
  color: #ddd;
  transition: all 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 10;
}
.c-story4 .c-main .c-story4-banner .swiper-slide.swiper-slide-active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-story4 .c-main .c-story4-banner .swiper-slide.swiper-slide-active .c-text {
  max-height: 208px;
}
.c-story4 .c-main .c-btn-box {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  z-index: 50;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-story4 .c-main .c-btn-box {
    bottom: 1.2rem;
  }
}
.c-story4 .c-main .c-btn-box .public-btn2 {
  pointer-events: auto;
}
.c-story4 .c-main .c-btn-box .c-text {
  margin-top: 0.05rem;
  color: #c2b2a5;
}
.c-story5 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-story5 .c-list {
    width: 100%;
  }
}
.c-story5 .c-list li {
  padding: 0 0.35rem;
}
.c-story5 .c-list li:nth-child(2) {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .c-story5 .c-list li:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-story5 .c-list li {
    margin-bottom: 0.4rem;
    padding: 0;
    width: 100%;
  }
}
.c-story5 .c-list li .c-wrap {
  position: relative;
  display: block;
  width: 6rem;
}
@media (max-width: 991px) {
  .c-story5 .c-list li .c-wrap {
    width: 4.5rem;
  }
}
@media (max-width: 767px) {
  .c-story5 .c-list li .c-wrap {
    width: 100%;
  }
}
.c-story5 .c-list li .c-wrap .public-img::before {
  padding-top: 116.666666%;
}
.c-story5 .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 1.35rem 0.6rem;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 991px) {
  .c-story5 .c-list li .c-wrap .c-text-box {
    padding: 0.6rem;
  }
}
.c-story5 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-story5 .c-list li .c-wrap .c-text-box .c-text {
  margin: 0.2rem 0 0.5rem;
  line-height: 30px;
}
@media (max-width: 767px) {
  .c-story5 .c-list li .c-wrap .c-text-box .c-text {
    line-height: 1.5;
  }
}
.c-story5 .c-list li .c-wrap .c-text-box .c-more {
  display: flex;
  align-items: center;
  color: #c2b2a5;
}
.c-story5 .c-list li .c-wrap .c-text-box .c-more img,
.c-story5 .c-list li .c-wrap .c-text-box .c-more svg {
  margin-left: 0.1rem;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-story5 .c-list li .c-wrap .c-text-box .c-more img,
  .c-story5 .c-list li .c-wrap .c-text-box .c-more svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-story5 .c-list li .c-wrap .c-text-box .c-more img path,
.c-story5 .c-list li .c-wrap .c-text-box .c-more svg path {
  fill: #c2b2a5;
}
.c-story5 .c-list li .c-wrap .c-text-box .c-more:hover svg {
  margin-left: 0.2rem;
}
.c-story5 .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-story6 .c-story6-banner .swiper-slide-active .c-wrap .public-img {
  animation: huxi2 20s linear infinite;
}
.c-story6 .c-story6-banner .c-wrap {
  position: relative;
  text-align: center;
}
.c-story6 .c-story6-banner .c-wrap .public-img::before {
  padding-top: 50%;
}
@media (max-width: 991px) {
  .c-story6 .c-story6-banner .c-wrap .public-img::before {
    padding-top: 65%;
  }
}
@media (max-width: 767px) {
  .c-story6 .c-story6-banner .c-wrap .public-img::before {
    padding-top: 100%;
  }
}
.c-story6 .c-story6-banner .c-wrap .c-box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.c-story6 .c-story6-banner .c-wrap .c-box-wrap .container {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.c-story6 .c-story6-banner .c-wrap .c-box-wrap .public-title {
  width: 100%;
}
.c-story6 .c-story6-banner .c-wrap .c-box-wrap .c-btn-box {
  width: 100%;
}
.c-story6 .c-story6-banner .c-wrap .c-box-wrap .c-btn-box .c-text {
  margin-top: 0.05rem;
  color: #c2b2a5;
}
.c-story6 .c-story6-banner .swiper-pagination {
  bottom: 0.6rem;
}
.c-story6 .c-story6-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(221, 221, 221, 0.2);
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-story6 .c-story6-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-story6 .c-story6-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
  background-color: #c2b2a5;
  transition: all 0s linear;
}
.c-story6 .c-story6-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 4.5s linear;
}
.c-statement .c-wrap {
  margin: 0 auto;
  max-width: 980px;
}
.c-statement .c-wrap .c-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.c-statement .c-wrap .c-text {
  line-height: 1.8;
  color: #666;
}
.c-statement .c-wrap .c-text img {
  max-width: 100%;
  height: auto !important;
}
.c-sitemap .c-wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.c-sitemap .c-wrap .c-list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.45rem 0;
  border-bottom: 1px solid #eee;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .c-sitemap .c-wrap .c-list > li {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .c-sitemap .c-wrap .c-list > li {
    flex-wrap: wrap;
  }
}
.c-sitemap .c-wrap .c-list > li:first-child {
  padding-top: 0;
}
.c-sitemap .c-wrap .c-list > li > a {
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
}
.c-sitemap .c-wrap .c-list > li > a:hover {
  color: #c2b2a5;
}
.c-sitemap .c-wrap .c-list > li ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 85%;
  margin: -0.1rem -0.2rem;
}
@media (max-width: 991px) {
  .c-sitemap .c-wrap .c-list > li ul {
    margin: 0.1rem -0.2rem -0.1rem;
    width: 100%;
  }
}
.c-sitemap .c-wrap .c-list > li ul li {
  padding: 0.1rem 0.2rem;
  width: 20%;
}
@media (max-width: 991px) {
  .c-sitemap .c-wrap .c-list > li ul li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-sitemap .c-wrap .c-list > li ul li {
    width: 50%;
  }
}
.c-sitemap .c-wrap .c-list > li ul li a {
  color: #303E48;
  transition: all 0.5s;
}
.c-sitemap .c-wrap .c-list > li ul li a:hover {
  color: #c2b2a5;
}
.c-exhibition1 {
  padding-top: 0.8rem;
}
.c-exhibition1 .c-menu {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  padding: 0.2rem 0;
  background-color: #fff;
}
.c-exhibition1 .c-menu .c-list-box {
  position: relative;
  overflow-x: auto;
  text-align: left;
  transition: all 0.3s;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 {
  display: inline-flex;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.2rem;
  margin-right: 0.3rem;
  cursor: pointer;
  line-height: 1;
  color: #999;
  transition: all 0.3s;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-exhibition1 .c-menu .c-list-box .c-list1 li {
    font-weight: bold;
    font-size: 0.3rem;
  }
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li::before,
.c-exhibition1 .c-menu .c-list-box .c-list1 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #ddd;
  transition: all 0.3s;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li::before {
  z-index: 4;
  border-color: #c2b2a5;
  width: 0;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li .c-ico {
  margin-left: 0.6rem;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media (max-width: 1900px) {
  .c-exhibition1 .c-menu .c-list-box .c-list1 li .c-ico {
    margin-left: 0.2rem;
  }
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li.on {
  color: #c2b2a5;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li.on::before {
  width: 100%;
}
.c-exhibition1 .c-menu .c-list-box .c-list1 li.on .c-ico path {
  fill: #c2b2a5;
}
.c-exhibition1 .c-list2 {
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
.c-exhibition1 .c-list2 > li {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-exhibition1 .c-list2 > li {
    position: relative;
  }
}
.c-exhibition1 .c-list2 > li:nth-child(2n) .c-wrap .container {
  justify-content: flex-end;
}
.c-exhibition1 .c-list2 > li .public-img::before {
  padding-top: 100vh;
}
@media (max-width: 991px) {
  .c-exhibition1 .c-list2 > li .public-img::before {
    padding-top: 70%;
  }
}
@media (max-width: 767px) {
  .c-exhibition1 .c-list2 > li .public-img::before {
    padding-top: 50%;
  }
}
.c-exhibition1 .c-list2 > li .c-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-exhibition1 .c-list2 > li .c-wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.c-exhibition1 .c-list2 > li .c-wrap .container {
  display: flex;
  align-items: flex-start;
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box {
  width: 5rem;
  padding: 2.3rem 0.6rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (max-width: 1260px) {
  .c-exhibition1 .c-list2 > li .c-wrap .c-box {
    padding: 1rem 0.6rem 0.4rem;
    border-top-left-radius: 2.5rem 2rem;
    border-top-right-radius: 2.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .c-exhibition1 .c-list2 > li .c-wrap .c-box {
    width: 100%;
    padding: 0.4rem 0 0.6rem;
    background-color: transparent;
  }
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-text-box .c-text {
  margin: 0.2rem 0 0.55rem;
  color: #666;
}
@media (max-width: 1260px) {
  .c-exhibition1 .c-list2 > li .c-wrap .c-box .c-text-box .c-text {
    margin-bottom: 0.3rem;
  }
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 {
  padding-top: 0.3rem;
  border-top: 1px solid #ddd;
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li {
  padding: 0 0 0.3rem 30px;
}
@media (max-width: 767px) {
  .c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li {
    padding-left: 0.6rem;
  }
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li .c-title-box {
  position: relative;
  line-height: 1.8;
  color: #c2b2a5;
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li .c-title-box .c-ico {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li .c-title-box .c-ico {
    width: 0.4rem;
    height: 0.4rem;
    left: -0.6rem;
  }
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li .c-title-box .c-ico path {
  fill: #c2b2a5;
}
.c-exhibition1 .c-list2 > li .c-wrap .c-box .c-list3 li .c-text {
  line-height: 1.8;
}
.c-news-banner {
  position: relative;
}
.c-news-banner.on::after {
  opacity: 0;
}
.c-news-banner::before {
  content: "";
  display: block;
  padding-top: calc(100vh - 1rem);
}
@media (max-width: 991px) {
  .c-news-banner::before {
    padding-top: 60%;
  }
}
.c-news-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.c-news-banner > img,
.c-news-banner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-news-banner > img.c-pc,
  .c-news-banner video.c-pc {
    display: none;
  }
}
.c-news-banner > img.c-mb,
.c-news-banner video.c-mb {
  display: none;
}
@media (max-width: 767px) {
  .c-news-banner > img.c-mb,
  .c-news-banner video.c-mb {
    display: block;
  }
}
.c-news-banner video {
  z-index: 5;
}
.c-news-banner .c-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.c-news-banner .c-wrap .c-title {
  font-weight: bold;
  line-height: 1;
}
.c-news-banner .c-play {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transition: ease-out 0.1s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-news-banner .c-play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-news-banner .c-play img,
.c-news-banner .c-play svg {
  position: relative;
  z-index: 5;
  left: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-news-banner .c-play img,
  .c-news-banner .c-play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-news-banner .c-play img path,
.c-news-banner .c-play svg path {
  fill: #303E48;
  transition: all 0.3s;
}
.c-news-banner .c-play .c-ico2 {
  display: none;
}
.c-news-banner .c-play.on .c-ico1 {
  display: none;
}
.c-news-banner .c-play.on .c-ico2 {
  display: inline-block;
}
.c-news-banner .c-play:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.c-news-banner .c-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.47rem #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.c-news-banner .c-play:hover::before {
  box-shadow: inset 0 0 0 2px #fff;
  transform: scale(1.1);
}
.c-news-banner .c-play:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.c-news-banner .c-play:hover svg path {
  fill: #fff;
}
.c-news-list .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.c-news-list .c-top .c-list {
  display: inline-flex;
}
@media (max-width: 767px) {
  .c-news-list .c-top .c-list {
    margin-bottom: 0;
  }
}
.c-news-list .c-top .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.2rem;
  margin-right: 0.3rem;
  cursor: pointer;
  line-height: 1;
  color: #999;
  transition: all 0.3s;
}
.c-news-list .c-top .c-list li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-news-list .c-top .c-list li {
    font-size: 0.3rem;
  }
}
.c-news-list .c-top .c-list li::before,
.c-news-list .c-top .c-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #ddd;
  transition: all 0.3s;
}
.c-news-list .c-top .c-list li::before {
  z-index: 4;
  border-color: #c2b2a5;
  width: 0;
}
.c-news-list .c-top .c-list li .c-ico {
  margin-left: 0.6rem;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media (max-width: 1900px) {
  .c-news-list .c-top .c-list li .c-ico {
    margin-left: 0.2rem;
  }
}
.c-news-list .c-top .c-list li .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
.c-news-list .c-top .c-list li.on {
  color: #c2b2a5;
}
.c-news-list .c-top .c-list li.on::before {
  width: 100%;
}
.c-news-list .c-top .c-list li.on .c-ico path {
  fill: #c2b2a5;
}
.c-news-list .c-top .c-form {
  display: flex;
  align-items: flex-start;
  width: 33.75%;
  height: 0.6rem;
  border: 1px solid #dddddd;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .c-news-list .c-top .c-form {
    height: 0.8rem;
    width: 47%;
    border-radius: 0.4rem;
  }
}
.c-news-list .c-top .c-form input {
  padding: 0 0.2rem;
  width: 100%;
  height: 100%;
  line-height: 0.6rem;
}
.c-news-list .c-top .c-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
  width: 1rem;
  transition: all 0.3s;
  border-radius: 0.3rem;
}
.c-news-list .c-top .c-form button img,
.c-news-list .c-top .c-form button svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-news-list .c-top .c-form button img,
  .c-news-list .c-top .c-form button svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-news-list .c-top .c-form button img path,
.c-news-list .c-top .c-form button svg path {
  fill: #303E48;
  transition: all 0.3s;
}
.c-news-list .c-top .c-form button:hover {
  width: 1.4rem;
  background-color: #303E48;
}
.c-news-list .c-top .c-form button:hover svg path {
  fill: #fff;
}
.c-news-list .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
.c-news-list .c-bottom .c-list.on li {
  width: 50%;
}
.c-news-list .c-bottom .c-list.on li .c-wrap {
  display: block;
  color: #303E48;
}
.c-news-list .c-bottom .c-list.on li .c-wrap .public-img::before {
  padding-top: 60%;
}
.c-news-list .c-bottom .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 25%;
}
@media (max-width: 991px) {
  .c-news-list .c-bottom .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-news-list .c-bottom .c-list li {
    padding: 0 0.2rem 0.6rem;
    width: 50%;
  }
}
.c-news-list .c-bottom .c-list li .c-wrap {
  display: block;
  color: #303E48;
}
.c-news-list .c-bottom .c-list li .c-wrap .public-img::before {
  padding-top: 128%;
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.3rem 0 0.05rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    margin: 0.2rem 0 0;
  }
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  margin-bottom: 0.2rem;
  color: #999;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin-bottom: 0.1rem;
    height: 0.8rem;
    line-height: 0.4rem;
  }
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-time-box {
  display: flex;
  align-items: center;
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-time-box .c-time {
  flex-shrink: 0;
  color: #7A92A0;
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-time-box .c-line {
  position: relative;
  margin-left: 0.4rem;
  width: 100%;
  height: 1px;
  background-color: #eaebec;
}
.c-news-list .c-bottom .c-list li .c-wrap .c-text-box .c-time-box .c-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c2b2a5;
  transition: all 0.3s;
}
.c-news-list .c-bottom .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-news-list .c-bottom .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #c2b2a5;
}
.c-news-list .c-bottom .c-list li .c-wrap:hover .c-text-box .c-time-box .c-line::before {
  width: 100%;
}
.c-news-info1 {
  padding-top: 1rem;
  overflow: hidden;
}
.c-news-info1 .c-main {
  margin: 0 auto;
  max-width: 980px;
}
.c-news-info1 .c-top {
  border-bottom: 1px solid #ddd;
}
.c-news-info1 .c-top .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-news-info1 .c-top .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.3rem 0 0.25rem;
}
.c-news-info1 .c-top .c-box .c-left {
  color: #999;
}
.c-news-info1 .c-top .c-box .c-left span {
  margin-right: 10px;
  color: #303E48;
}
.c-news-info1 .c-center {
  padding: 0.35rem 0 1rem;
}
.c-news-info1 .c-center .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
.c-news-info1 .c-bottom {
  padding-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.c-news-info1 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-news-info1 .c-bottom .c-list li a {
  display: inline-flex;
  align-items: center;
  color: #666;
  transition: all 0.3s;
}
.c-news-info1 .c-bottom .c-list li a img,
.c-news-info1 .c-bottom .c-list li a svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .c-news-info1 .c-bottom .c-list li a img,
  .c-news-info1 .c-bottom .c-list li a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-news-info1 .c-bottom .c-list li a img path,
.c-news-info1 .c-bottom .c-list li a svg path {
  fill: #666;
  transition: all 0.3s;
}
.c-news-info1 .c-bottom .c-list li a:hover {
  color: #f16777;
}
.c-news-info1 .c-bottom .c-list li a:hover svg path {
  fill: #f16777;
}
.c-news-info1 .c-bottom .c-list li:first-child a img,
.c-news-info1 .c-bottom .c-list li:first-child a svg {
  transform: rotate(180deg);
}
.c-news-info1 .c-bottom .c-list li:last-child a img,
.c-news-info1 .c-bottom .c-list li:last-child a svg {
  margin: 0 0 0 0.1rem;
}
.c-news-info2 {
  background-color: #F8F8F8;
  overflow: hidden;
}
.c-news-info2 .public-title {
  margin-bottom: 0.6rem;
}
.c-news-info2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
.c-news-info2 .c-list li {
  width: 25%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .c-news-info2 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-news-info2 .c-list li {
    width: 100%;
  }
}
.c-news-info2 .c-list li .c-wrap {
  position: relative;
  display: block;
  color: #999;
  border-top: 1px solid #ddd;
}
.c-news-info2 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 1px solid #f16777;
  width: 0;
  transition: all 0.3s;
}
.c-news-info2 .c-list li .c-wrap .c-title {
  padding-top: 0.35rem;
  font-weight: bold;
  color: #303E48;
  transition: all 0.3s;
}
.c-news-info2 .c-list li .c-wrap .c-text {
  margin: 0.2rem 0 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.c-news-info2 .c-list li .c-wrap:hover .c-title {
  color: #f16777;
}
.c-news-info2 .c-list li .c-wrap:hover::before {
  width: 100%;
}
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
.bshare-custom > a {
  display: inline-block;
  margin: 0 0 0 0.2rem !important;
  width: 20px !important;
  height: 20px !important;
  padding-left: 0 !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  .bshare-custom > a {
    width: 0.4rem !important;
    height: 0.4rem !important;
  }
}
.bshare-custom > a.bshare-linkedin {
  padding: 2px 0 !important;
}
@media (max-width: 767px) {
  .bshare-custom > a.bshare-linkedin {
    padding: 0.04rem 0 !important;
  }
}
.bshare-custom > a img,
.bshare-custom > a svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bshare-custom > a img path,
.bshare-custom > a svg path {
  fill: #999;
  transition: all 0.3s;
}
.bshare-custom > a:hover {
  opacity: 1;
}
.bshare-custom > a:hover svg path {
  fill: #c2b2a5;
}
.c-yav-list {
  padding-top: 1rem;
}
.c-yav-list .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-yav-list .c-list li {
  padding: 0 0.1rem 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-yav-list .c-list li {
    width: 100%;
  }
}
.c-yav-list .c-list li .c-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-yav-list .c-list li .c-wrap .public-img::before {
  padding-top: 70.886075%;
}
.c-yav-list .c-list li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 0.35rem 0.4rem;
  width: 100%;
  color: #303E48;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-yav-list .c-list li .c-wrap .c-text-box {
    background: linear-gradient(to bottom, transparent, #000000);
  }
}
.c-yav-list .c-list li .c-wrap .c-text-box .c-title {
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
.c-yav-list .c-list li .c-wrap .c-text-box .c-text {
  height: 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .c-yav-list .c-list li .c-wrap .c-text-box .c-text {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .c-yav-list .c-list li .c-wrap .c-text-box .c-text {
    line-height: 0.4rem;
  }
}
.c-yav-list .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-yav-list .c-list li .c-wrap:hover .c-text-box {
  background-color: #f8f8f8;
}
.c-yav-list .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #303E48;
  margin-bottom: 0.15rem;
}
.c-yav-list .c-list li .c-wrap:hover .c-text-box .c-text {
  height: 60px;
}
@media (max-width: 1580px) {
  .c-yav-list .c-list li .c-wrap:hover .c-text-box .c-text {
    height: 48px;
  }
}
@media (max-width: 1580px) {
  .c-yav-list .c-list li .c-wrap:hover .c-text-box .c-text {
    height: 0.8rem;
  }
}
.c-activity-list {
  padding-top: 1rem;
}
.c-activity-list .c-list1 {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: 0.55rem;
}
.c-activity-list .c-list1 li {
  flex-shrink: 0;
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .c-activity-list .c-list1 li {
    margin-right: 0.4rem;
  }
}
.c-activity-list .c-list1 li:last-child {
  margin: 0;
}
.c-activity-list .c-list1 li a {
  color: #999;
  transition: all 0.3s;
}
.c-activity-list .c-list1 li.on a,
.c-activity-list .c-list1 li a:hover {
  color: #f16777;
}
.c-activity-list .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.8rem;
}
.c-activity-list .c-list2 li {
  padding: 0 0.1rem 0.8rem;
  width: 25%;
}
@media (max-width: 991px) {
  .c-activity-list .c-list2 li {
    width: 50%;
  }
}
.c-activity-list .c-list2 li .c-wrap {
  position: relative;
  display: block;
  padding-bottom: 150px;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 1580px) {
  .c-activity-list .c-list2 li .c-wrap {
    padding-bottom: 120px;
  }
}
@media (max-width: 1580px) {
  .c-activity-list .c-list2 li .c-wrap {
    padding-bottom: 2.1rem;
  }
}
.c-activity-list .c-list2 li .c-wrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -2px;
  left: 0;
  width: 0;
  border-top: 2px solid #f16777;
  transition: all 0.3s;
}
.c-activity-list .c-list2 li .c-wrap .public-img::before {
  padding-top: 129.8701%;
}
.c-activity-list .c-list2 li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 0.25rem 0 0.15rem;
  width: 100%;
  background-color: #fff;
}
.c-activity-list .c-list2 li .c-wrap .c-text-box .c-text1 {
  color: #f16777;
}
.c-activity-list .c-list2 li .c-wrap .c-text-box .c-title {
  margin-top: 0.1rem;
  font-weight: bold;
  color: #303E48;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-activity-list .c-list2 li .c-wrap .c-text-box .c-text {
  height: 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .c-activity-list .c-list2 li .c-wrap .c-text-box .c-text {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .c-activity-list .c-list2 li .c-wrap .c-text-box .c-text {
    line-height: 0.4rem;
  }
}
.c-activity-list .c-list2 li .c-wrap .c-text-box .c-time {
  margin-top: 0.3rem;
  color: #999;
}
.c-activity-list .c-list2 li .c-wrap:hover::before {
  width: 100%;
}
.c-activity-list .c-list2 li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-activity-list .c-list2 li .c-wrap:hover .c-text-box .c-text {
  margin-top: 0.2rem;
  height: 90px;
}
@media (max-width: 1580px) {
  .c-activity-list .c-list2 li .c-wrap:hover .c-text-box .c-text {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .c-activity-list .c-list2 li .c-wrap:hover .c-text-box .c-text {
    height: 1.2rem;
  }
}
.c-life-list .c-list > li {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-life-list .c-list > li {
    position: relative;
  }
}
@media (max-width: 991px) {
  .c-life-list .c-list > li {
    position: relative;
    position: sticky;
    position: -webkit-sticky;
  }
}
.c-life-list .c-list > li .public-img::before {
  padding-top: 100vh;
}
@media (max-width: 991px) {
  .c-life-list .c-list > li .public-img::before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .c-life-list .c-list > li .public-img::before {
    padding-top: 100vh;
  }
}
.c-life-list .c-list > li .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 62, 72, 0.8);
}
@media (max-width: 767px) {
  .c-life-list .c-list > li .public-img .c-pc {
    display: none;
  }
}
.c-life-list .c-list > li .public-img .c-mb {
  display: none;
}
@media (max-width: 767px) {
  .c-life-list .c-list > li .public-img .c-mb {
    display: block;
  }
}
.c-life-list .c-list > li .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
.c-life-list .c-list > li .c-text-box .c-wrap {
  position: relative;
  max-width: 680px;
  padding-left: 0.7rem;
  color: #fff;
}
.c-life-list .c-list > li .c-text-box .c-wrap .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-life-list .c-list > li .c-text-box .c-wrap .c-text {
  margin: 0.3rem 0 1.1rem;
}
@media (max-width: 991px) {
  .c-life-list .c-list > li .c-text-box .c-wrap .c-text {
    margin: 0.3rem 0 0.5rem;
  }
}
.c-life-list .c-list > li .c-text-box .c-wrap > .c-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 60px;
}
@media (max-width: 767px) {
  .c-life-list .c-list > li .c-text-box .c-wrap > .c-ico {
    width: 0.5rem;
    height: 0.8rem;
  }
}
.c-life-list .c-list > li .c-text-box .c-wrap > .c-ico svg,
.c-life-list .c-list > li .c-text-box .c-wrap > .c-ico img {
  width: 100%;
  height: 100%;
}
.c-life-list .c-list > li .c-text-box .c-wrap > .c-ico svg path,
.c-life-list .c-list > li .c-text-box .c-wrap > .c-ico img path {
  fill: #349f7e;
}
.c-work1 {
  padding-top: 0.8rem;
}
.c-work1 .c-menu {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  margin-bottom: -0.6rem;
  padding: 0.2rem 0;
  background-color: #fff;
}
.c-work1 .c-menu .c-list-box {
  position: relative;
  overflow-x: auto;
  text-align: left;
  transition: all 0.3s;
}
.c-work1 .c-menu .c-list-box .c-list1 {
  display: inline-flex;
}
.c-work1 .c-menu .c-list-box .c-list1 li {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.1rem;
  margin-right: 0.3rem;
  cursor: pointer;
  line-height: 1;
  color: #999;
  transition: all 0.3s;
}
.c-work1 .c-menu .c-list-box .c-list1 li:last-child {
  margin-right: 0;
}
.c-work1 .c-menu .c-list-box .c-list1 li::before,
.c-work1 .c-menu .c-list-box .c-list1 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #ddd;
  transition: all 0.3s;
}
.c-work1 .c-menu .c-list-box .c-list1 li::before {
  z-index: 4;
  border-color: #349f7e;
  width: 0;
}
.c-work1 .c-menu .c-list-box .c-list1 li .c-ico {
  margin-left: 0.6rem;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media (max-width: 1900px) {
  .c-work1 .c-menu .c-list-box .c-list1 li .c-ico {
    margin-left: 0.2rem;
  }
}
.c-work1 .c-menu .c-list-box .c-list1 li .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
.c-work1 .c-menu .c-list-box .c-list1 li.on {
  color: #349f7e;
}
.c-work1 .c-menu .c-list-box .c-list1 li.on::before {
  width: 100%;
}
.c-work1 .c-menu .c-list-box .c-list1 li.on .c-ico path {
  fill: #349f7e;
}
.c-work1 .c-list2 {
  position: relative;
  z-index: 1;
}
.c-work1 .c-list2 > li:nth-child(2n) {
  background-color: #f7f7ed;
}
.c-work1 .c-list2 > li:nth-child(2n) .c-top {
  flex-direction: row-reverse;
}
.c-work1 .c-list2 > li:nth-child(2n) .c-top .c-left {
  padding: 0 0 0 280px;
}
@media (max-width: 1580px) {
  .c-work1 .c-list2 > li:nth-child(2n) .c-top .c-left {
    padding: 0 0 0 150px;
  }
}
.c-work1 .c-list2 > li:nth-child(2n) .c-top .c-right .c-work1-banner2 {
  left: 100%;
}
.c-work1 .c-list2 > li .c-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-work1 .c-list2 > li .c-top .c-left {
  padding-right: 100px;
  width: 50%;
}
@media (max-width: 1580px) {
  .c-work1 .c-list2 > li .c-top .c-left {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .c-work1 .c-list2 > li .c-top .c-left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-left {
    width: 100%;
    padding: 0 0 0.4rem !important;
  }
}
.c-work1 .c-list2 > li .c-top .c-left .c-title {
  line-height: 1.2;
}
.c-work1 .c-list2 > li .c-top .c-left .c-text {
  margin: 0.2rem 0 0.5rem;
  max-width: 400px;
}
.c-work1 .c-list2 > li .c-top .c-left .public-btn6 {
  color: #349f7e !important;
}
.c-work1 .c-list2 > li .c-top .c-left .public-btn6 svg path {
  fill: #349f7e !important;
}
.c-work1 .c-list2 > li .c-top .c-right {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .c-work1 .c-list2 > li .c-top .c-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-right {
    width: 100%;
  }
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner1 .public-img::before {
  padding-top: 70%;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translateX(-50%);
  width: 320px;
  background-color: #349f7e;
}
@media (max-width: 1580px) {
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 {
    position: relative;
    width: 100%;
    left: 0 !important;
    transform: translate(0) !important;
  }
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-slide {
  padding: 0.5rem 0.5rem 1.3rem;
  font-weight: bold;
  color: #fff;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 0.5rem;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .c-box .c-btn-box {
  display: flex;
  align-items: center;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev,
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-next {
  opacity: 0.5;
  position: relative;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev,
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev .c-ico,
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-next .c-ico {
  width: 100%;
  height: 100%;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev .c-ico path,
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-next .c-ico path {
  fill: #fff;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev:hover,
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-next:hover {
  opacity: 1;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev {
  margin-right: 0.2rem;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-button-prev .c-ico {
  transform: rotate(180deg);
  pointer-events: none;
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-pagination {
    font-size: 0.5rem;
  }
}
.c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #87c6b3;
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-top .c-right .c-work1-banner2 .swiper-pagination .swiper-pagination-total {
    font-size: 0.3rem;
  }
}
.c-work1 .c-list2 > li .c-bottom .c-text {
  padding: 0.55rem 0 0.15rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.c-work1 .c-list2 > li .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-work1 .c-list2 > li .c-bottom .c-list li {
  display: none;
  position: relative;
  width: 12.5%;
}
@media (max-width: 991px) {
  .c-work1 .c-list2 > li .c-bottom .c-list li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-bottom .c-list li {
    width: 33.333333%;
  }
}
.c-work1 .c-list2 > li .c-bottom .c-list li .public-img::before {
  padding-top: 50%;
}
.c-work1 .c-list2 > li .c-bottom .c-list li .public-img img {
  object-fit: contain;
}
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(1),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(2),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(3),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(4),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(5),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(6),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(7),
.c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(8) {
  display: block;
}
@media (max-width: 991px) {
  .c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(6),
  .c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(7),
  .c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(4),
  .c-work1 .c-list2 > li .c-bottom .c-list li:nth-child(5) {
    display: none;
  }
}
.c-work1 .c-list2 > li .c-bottom .c-more {
  display: block;
  margin: 0.3rem auto 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
  color: #349f7e;
}
.c-work1 .c-list2 > li .c-bottom .c-more p:nth-child(2) {
  display: none;
}
.c-work1 .c-list2 > li.on .c-bottom .c-list li {
  display: block ;
}
.c-work1 .c-list2 > li.on .c-bottom .c-more p:nth-child(1) {
  display: none;
}
.c-work1 .c-list2 > li.on .c-bottom .c-more p:nth-child(2) {
  display: block;
}
.c-project1 {
  text-align: center;
}
.c-project1 .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 500px;
}
@media (max-width: 1580px) {
  .c-project1 .c-list {
    min-height: 370px;
  }
}
@media (max-width: 991px) {
  .c-project1 .c-list {
    min-height: auto;
    margin-bottom: 0 -0.15rem -0.6rem;
  }
}
.c-project1 .c-list li {
  width: 25%;
}
@media (max-width: 991px) {
  .c-project1 .c-list li {
    margin-bottom: 0.6rem;
    width: 50%;
  }
}
.c-project1 .c-list li .public-img {
  margin: 0 auto;
  width: 70%;
  transition: all 0.3s;
  border-radius: 50%;
}
.c-project1 .c-list li.on .public-img {
  width: 90%;
}
@media (max-width: 991px) {
  .c-project1 .c-list li.on .public-img {
    width: 70%;
  }
}
.c-project1 .c-list li.on .c-text-box .c-title {
  color: #349f7e;
}
@media (max-width: 991px) {
  .c-project1 .c-list li.on .c-text-box .c-title {
    color: #303E48;
  }
}
.c-project1 .c-list li.on .c-text-box .c-text {
  opacity: 1;
}
.c-project1 .c-list li .c-text-box {
  padding: 0 0.7rem;
}
@media (max-width: 1580px) {
  .c-project1 .c-list li .c-text-box {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .c-project1 .c-list li .c-text-box {
    padding: 0 0.15rem;
  }
}
.c-project1 .c-list li .c-text-box .c-title {
  font-weight: bold;
  margin: 0.15rem 0;
  transition: all 0.3s;
}
.c-project1 .c-list li .c-text-box .c-text {
  opacity: 0;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-project1 .c-list li .c-text-box .c-text {
    opacity: 1;
  }
}
.c-project2 {
  background-color: #f7f7ed;
}
.c-project2 .c-list {
  display: flex;
}
@media (max-width: 991px) {
  .c-project2 .c-list {
    flex-wrap: wrap;
  }
}
.c-project2 .c-list li {
  position: relative;
  flex: 1;
  transition: all 0.3s;
  border-right: 1px solid #f7f7ed;
}
@media (max-width: 991px) {
  .c-project2 .c-list li {
    flex: auto;
    width: 50%;
    border-bottom: 1px solid #f7f7ed;
  }
}
@media (max-width: 767px) {
  .c-project2 .c-list li {
    width: 100%;
  }
}
.c-project2 .c-list li.on {
  flex: 3;
}
@media (max-width: 1260px) {
  .c-project2 .c-list li.on {
    flex: 2;
  }
}
@media (max-width: 991px) {
  .c-project2 .c-list li.on {
    flex: auto;
  }
}
.c-project2 .c-list li.on .c-text-box .c-text {
  margin-top: 0.1rem;
  opacity: 1;
}
.c-project2 .c-list li .public-img {
  height: 4.6rem;
}
@media (max-width: 991px) {
  .c-project2 .c-list li .public-img {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .c-project2 .c-list li .public-img {
    height: 4rem;
  }
}
.c-project2 .c-list li .public-img::before {
  display: none;
}
.c-project2 .c-list li .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 62, 72, 0.5);
}
.c-project2 .c-list li .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.3rem;
  width: 100%;
  color: #fff;
}
.c-project2 .c-list li .c-text-box .c-title {
  font-weight: bold;
}
.c-project2 .c-list li .c-text-box .c-text {
  margin-top: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-project2 .c-list li .c-text-box .c-text {
    opacity: 1;
    margin-top: 0.1rem;
  }
}
.c-project3 {
  position: relative;
}
.c-project3 .public-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
}
.c-project3 .public-img::before {
  padding-top: 50%;
}
@media (max-width: 767px) {
  .c-project3 .public-img::before {
    padding-top: 70%;
  }
}
.c-project3 .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 62, 72, 0.4);
}
.c-project4 {
  text-align: center;
}
.c-project4 .c-ico {
  width: 94px;
  height: 94px;
}
@media (max-width: 767px) {
  .c-project4 .c-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-project4 .c-ico path {
  fill: #349f7e;
}
.c-project4 .c-text {
  margin-top: 0.35rem;
  font-weight: bold;
  color: #999;
}
.c-market1 .c-banner-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .c-market1 .c-banner-wrap {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap {
    flex-wrap: wrap;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner1 {
  z-index: 100;
  margin-right: -5%;
  width: 37.5%;
  min-height: 4.5rem;
  background-color: #fff;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .c-market1 .c-banner-wrap .c-market1-banner1 {
    margin-right: -8.5%;
    width: 41%;
  }
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap .c-market1-banner1 {
    margin-right: 0;
    width: 100%;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide {
  padding: 0.8rem 0.8rem 1.6rem 0;
  opacity: 0!important;
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide {
    padding: 0 0 0.6rem;
    min-height: auto;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide:nth-child(1) {
  opacity: 1 !important;
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide .c-title {
  font-weight: bold;
  color: #f16777;
  line-height: 1.2;
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide .c-text {
  font-weight: bold;
  margin: 0.1rem 0 0.5rem;
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-slide .c-text2 {
  color: #666;
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination {
  bottom: 0.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination {
    bottom: 0.4rem;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: #ddd;
  overflow: hidden;
  opacity: 1;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #303E48;
}
.c-market1 .c-banner-wrap .c-market1-banner1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-market1 .c-banner-wrap .c-market1-banner2 {
  width: 67.5%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-market1 .c-banner-wrap .c-market1-banner2 {
    width: 100%;
  }
}
.c-market1 .c-banner-wrap .c-market1-banner2 .public-img::before {
  padding-top: 60%;
}
@media (max-width: 1260px) {
  .c-market1 .c-banner-wrap .c-market1-banner2 .public-img::before {
    padding-top: 70%;
  }
}
.c-market2 .c-title-box {
  margin-bottom: 0.5rem;
}
.c-market2 .c-title-box .c-title {
  font-weight: bold;
  color: #f16777;
  line-height: 1.2;
}
.c-market2 .c-title-box .c-text {
  font-weight: bold;
  margin-top: 0.1rem;
}
.c-market2 .c-banner-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 {
  position: absolute;
  top: -215px;
  right: 50px;
  z-index: 10;
  width: 420px;
  background: url(../images/market2-bj.png) no-repeat center / contain;
}
@media (max-width: 1580px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 {
    position: relative;
    top: 0;
    right: 0;
    width: 35%;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 {
    margin-top: 0.4rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide {
  padding: 90px 60px 180px;
  color: #fff;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide {
    padding: 0 40px 0 0;
    color: #303E48;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide {
    padding: 0;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide .c-title {
  font-weight: bold;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide .c-text {
  margin-top: 0.2rem;
  opacity: 0.7;
  min-height: 100px;
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-slide .c-text {
    min-height: auto;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .c-box {
    padding: 0 40px 0 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .c-box {
    padding: 0;
    bottom: 0.2rem;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .c-box .c-btn-box {
  display: flex;
  align-items: center;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev,
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next {
  opacity: 0.5;
  position: relative;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev,
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev .c-ico,
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next .c-ico {
  width: 100%;
  height: 100%;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev .c-ico path,
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next .c-ico path {
  fill: #fff;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev .c-ico path,
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next .c-ico path {
    fill: #303E48;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev:hover,
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-next:hover {
  opacity: 1;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev {
  margin-right: 0.2rem;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-button-prev .c-ico {
  transform: rotate(180deg);
  pointer-events: none;
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-pagination {
    color: #303E48;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-pagination {
    font-size: 0.5rem;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner1 .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner1 .swiper-pagination .swiper-pagination-total {
    font-size: 0.3rem;
  }
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner2 {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner2 {
    width: 100%;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner2 .public-img::before {
  padding-top: 42.5%;
}
@media (max-width: 991px) {
  .c-market2 .c-banner-wrap .c-market2-banner2 .public-img::before {
    padding-top: 50%;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination {
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination {
    bottom: 0.2rem;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  opacity: 1;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #fff;
}
.c-market2 .c-banner-wrap .c-market2-banner2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-market3 {
  background-color: #f8f8f8;
}
.c-market3 .c-main {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-market3 .c-main {
    flex-wrap: wrap;
  }
}
.c-market3 .c-main .c-left {
  padding: 0.6rem 0.6rem 0.6rem 0;
  width: 50%;
}
@media (max-width: 767px) {
  .c-market3 .c-main .c-left {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
.c-market3 .c-main .c-left .c-title-box {
  margin-bottom: 0.5rem;
}
.c-market3 .c-main .c-left .c-title-box .c-title {
  font-weight: bold;
  color: #f16777;
  line-height: 1.2;
}
.c-market3 .c-main .c-left .c-title-box .c-text {
  font-weight: bold;
  margin-top: 0.1rem;
}
.c-market3 .c-main .c-left .c-list li {
  color: #999;
  margin-bottom: 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-market3 .c-main .c-left .c-list li {
    margin-bottom: 0.2rem;
  }
}
.c-market3 .c-main .c-left .c-list li:last-child {
  margin: 0;
}
.c-market3 .c-main .c-left .c-list li.on {
  color: #f16777;
}
.c-market3 .c-main .c-right {
  width: 50%;
}
@media (max-width: 767px) {
  .c-market3 .c-main .c-right {
    width: 100%;
  }
}
.c-market3 .c-main .c-market3-banner1 {
  background-color: #fff;
}
.c-market3 .c-main .c-market3-banner1 .public-img::before {
  padding-top: 52.5%;
}
.c-market3 .c-main .c-market3-banner1 .c-text-box {
  padding: 0.6rem;
}
.c-market3 .c-main .c-market3-banner1 .c-text-box .c-title {
  font-weight: bold;
}
.c-market3 .c-main .c-market3-banner1 .c-text-box .c-name {
  margin: 0.2rem 0 0.1rem;
}
.c-market3 .c-main .c-market3-banner1 .c-text-box .c-text {
  color: #999;
}
.c-market4 {
  overflow: hidden;
}
.c-market4 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-market4 .c-top .c-left {
  max-width: 70%;
}
@media (max-width: 767px) {
  .c-market4 .c-top .c-left {
    max-width: 100%;
  }
}
.c-market4 .c-top .c-left .c-title-box .c-title {
  font-weight: bold;
  color: #f16777;
  line-height: 1.2;
}
.c-market4 .c-top .c-left .c-title-box .c-text {
  font-weight: bold;
  margin-top: 0.1rem;
}
.c-market4 .c-top .c-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 44px;
}
@media (max-width: 767px) {
  .c-market4 .c-top .c-right {
    height: 0.6rem;
  }
}
.c-market4 .c-top .c-right div {
  margin-left: 0.2rem;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-market4 .c-top .c-right div {
    display: none;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-market4 .c-top .c-right div .c-ico {
  width: 100%;
  height: 100%;
}
.c-market4 .c-top .c-right div .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
.c-market4 .c-top .c-right div:hover .c-ico path {
  fill: #f16777;
}
.c-market4 .c-top .c-right .c-prev .c-ico {
  transform: rotate(180deg);
}
.c-market4 .c-center {
  padding: 0.5rem 0 1.4rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .c-market4 .c-center {
    padding-bottom: 1.2rem;
  }
}
.c-market4 .c-center .c-market4-banner1 {
  padding-bottom: 0.6rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .c-market4 .c-center .c-market4-banner1 {
    padding-bottom: 1rem;
  }
}
.c-market4 .c-center .c-market4-banner1 .swiper-slide {
  display: flex;
  align-content: flex-start;
  background-color: #f16777;
}
@media (max-width: 767px) {
  .c-market4 .c-center .c-market4-banner1 .swiper-slide {
    flex-wrap: wrap;
  }
}
.c-market4 .c-center .c-market4-banner1 .swiper-slide .c-text-box {
  padding: 0.7rem 0.4rem;
  width: 33.333333%;
  color: #fff;
}
@media (max-width: 767px) {
  .c-market4 .c-center .c-market4-banner1 .swiper-slide .c-text-box {
    width: 100%;
  }
}
.c-market4 .c-center .c-market4-banner1 .swiper-slide .public-img {
  width: 66.666666%;
}
@media (max-width: 767px) {
  .c-market4 .c-center .c-market4-banner1 .swiper-slide .public-img {
    width: 100%;
  }
}
.c-market4 .c-center .c-market4-banner1 .swiper-slide .public-img::before {
  padding-top: 67.647%;
}
.c-market4 .c-center .c-market4-banner1 .swiper-pagination {
  bottom: 0;
}
.c-market4 .c-center .c-market4-banner1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: #ddd;
  overflow: hidden;
  opacity: 1;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .c-market4 .c-center .c-market4-banner1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-market4 .c-center .c-market4-banner1 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.c-market4 .c-center .c-market4-banner1 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #303E48;
}
.c-market4 .c-center .c-market4-banner1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-market4 .c-bottom {
  text-align: center;
}
.c-market4 .c-bottom .c-btn {
  display: inline-flex;
  align-items: center;
  color: #666;
  transition: all 0.3s;
}
.c-market4 .c-bottom .c-btn .c-ico {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .c-market4 .c-bottom .c-btn .c-ico {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-market4 .c-bottom .c-btn .c-ico path {
  fill: #666;
  transition: all 0.3s;
}
.c-market4 .c-bottom .c-btn:hover {
  color: #f16777;
}
.c-market4 .c-bottom .c-btn:hover .c-ico path {
  fill: #f16777;
}
.about-pb3 .c-text-box .container .c-left {
  max-width: 700px;
}
.about-pb3 .c-text-box .container .c-right .public-btn3::after {
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
}
.about-pb3 .c-text-box .container .c-right .public-btn3:hover::after {
  box-shadow: inset 0 0 0 2px #c2b2a5;
}
.about-pb3 .c-text-box .container .c-right .public-btn3:hover svg path {
  fill: #c2b2a5;
}
.about .about-box1 {
  width: 100%;
  padding: 1.6rem 0;
}
.about .about-box1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .about-box1 .container .img {
  width: 54.56%;
  position: relative;
}
@media (max-width: 991px) {
  .about .about-box1 .container .img {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .about .about-box1 .container .img {
    width: 100%;
  }
}
.about .about-box1 .container .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 88.89%;
}
.about .about-box1 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
}
.about .about-box1 .container .tbox {
  width: 40%;
  padding-top: 0.4rem;
  margin-bottom: 0.2rem;
  background: url(../images/about-box1-bg1.png) right bottom no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .about .about-box1 .container .tbox {
    width: 100%;
    background-size: 20.75%;
    padding-top: 0.6rem;
  }
}
@media (max-width: 991px) {
  .about .about-box1 .container .tbox {
    background-size: 43.75%;
  }
}
.about .about-box1 .container .tbox .title {
  color: #303e48;
  font-weight: bold;
  line-height: 0.6rem;
}
.about .about-box1 .container .tbox .t1 {
  color: #303e48;
  font-weight: bold;
  line-height: 32px;
  margin-top: 6px;
}
.about .about-box1 .container .tbox .t2 {
  max-width: 535px;
  line-height: 30px;
  color: #666;
  margin-top: 0.2rem;
}
.about .about-box1 .container .tbox .iboxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.94rem;
}
.about .about-box1 .container .tbox .iboxs .item {
  width: 50%;
  padding: 0.33rem 0 0.36rem;
  border-bottom: 1px solid #ddd;
}
.about .about-box1 .container .tbox .iboxs .item:nth-last-child(2),
.about .about-box1 .container .tbox .iboxs .item:last-child {
  border-bottom: none;
}
.about .about-box1 .container .tbox .iboxs .item .nums {
  color: #c2b2a4;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
.about .about-box1 .container .tbox .iboxs .item .nums i {
  font-style: normal;
  margin-right: 0.05rem;
  display: inline-block;
}
.about .about-box1 .container .tbox .iboxs .item .nums span {
  display: inline-block;
  font-weight: initial;
  line-height: 1.7;
}
.about .about-box1 .container .tbox .iboxs .item .ts {
  color: #666;
  margin-top: 6px;
}
.about .about-box2 {
  width: 100%;
  background: #f7f7ed;
  padding: 1.53rem 0 1.4rem;
}
.about .about-box2 .container .title {
  color: #303e48;
  font-weight: bold;
  line-height: 0.64rem;
  text-align: center;
}
.about .about-box2 .container .list {
  width: 100%;
  display: flex;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .about .about-box2 .container .list {
    flex-wrap: wrap;
  }
}
.about .about-box2 .container .list .item {
  flex: 1;
  height: 5.53rem;
  position: relative;
  margin: 0 1px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .about .about-box2 .container .list .item {
    width: calc(50% - 2px);
    margin-bottom: 2px;
    height: 4rem;
    flex: none;
  }
}
@media (max-width: 767px) {
  .about .about-box2 .container .list .item {
    height: 3rem;
  }
}
.about .about-box2 .container .list .item::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.about .about-box2 .container .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-box2 .container .list .item.on {
  flex: 3;
}
@media (max-width: 991px) {
  .about .about-box2 .container .list .item.on {
    flex: none;
    width: calc(50% - 2px);
  }
}
.about .about-box2 .container .list .item .t1 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  left: 0.3rem;
  top: 0.4rem;
  z-index: 2;
  line-height: 0.64rem;
}
.about .about-box3 {
  width: 100%;
  padding: 1.57rem 0 0.56rem;
}
@media (max-width: 767px) {
  .about .about-box3 {
    text-align: center;
  }
}
.about .about-box3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about .about-box3 .container {
    flex-direction: column-reverse;
  }
}
.about .about-box3 .container .tbox {
  width: 37.18%;
}
@media (max-width: 991px) {
  .about .about-box3 .container .tbox {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.about .about-box3 .container .tbox .title {
  color: #303e48;
  font-weight: bold;
  line-height: 0.64rem;
}
.about .about-box3 .container .tbox .t1 {
  color: #333;
  line-height: 30px;
  margin-top: 0.48rem;
}
@media (max-width: 767px) {
  .about .about-box3 .container .tbox .t1 {
    margin-top: 0.1rem;
  }
}
.about .about-box3 .container .tbox .t2 {
  color: #999;
  line-height: 24px;
  margin-top: 0.22rem;
}
.about .about-box3 .container .img {
  width: 42.31%;
  position: relative;
}
@media (max-width: 991px) {
  .about .about-box3 .container .img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .about .about-box3 .container .img {
    width: 100%;
  }
}
.about .about-box3 .container .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 100%;
}
.about .about-box3 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
}
.about .about-box3 .container .img .c-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(194, 178, 165, 0.2);
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .about .about-box3 .container .img .c-dot {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (max-width: 991px) {
  .about .about-box3 .container .img .c-dot {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .about .about-box3 .container .img .c-dot {
    width: 4rem;
    height: 4rem;
  }
}
.about .about-box3 .container .img .c-dot::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 178, 165, 0.6);
}
.about .about-box3 .container .img .c-dot span {
  position: relative;
  z-index: 5;
}
.about .about-box3 .container .img .c-dot:nth-child(1) {
  z-index: 2;
  top: 5%;
  left: 50%;
  margin-left: -2rem;
}
@media (max-width: 1260px) {
  .about .about-box3 .container .img .c-dot:nth-child(1) {
    margin-left: -1.7rem;
  }
}
@media (max-width: 991px) {
  .about .about-box3 .container .img .c-dot:nth-child(1) {
    margin-left: -2.25rem;
  }
}
@media (max-width: 767px) {
  .about .about-box3 .container .img .c-dot:nth-child(1) {
    margin-left: -2rem;
  }
}
.about .about-box3 .container .img .c-dot:nth-child(2) {
  z-index: 3;
  bottom: 5%;
  left: 2.5%;
}
.about .about-box3 .container .img .c-dot:nth-child(3) {
  z-index: 4;
  bottom: 5%;
  right: 2.5%;
}
.about .about-box4 {
  width: 100%;
  padding: 1rem 0 1.05rem;
}
.about .about-box4 .container .title {
  text-align: center;
  color: #333;
  line-height: 0.64rem;
  font-weight: bold;
}
.about .about-box4 .container .list {
  width: 100%;
  margin-top: 0.53rem;
}
.about .about-box4 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .about-box4 .container .list ul li {
  width: 30.81%;
  margin-right: 3.785%;
  margin-bottom: 0.5rem;
}
.about .about-box4 .container .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .about .about-box4 .container .list ul li {
    width: 100%;
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
}
.about .about-box4 .container .list ul li > div {
  display: block;
  text-align: center;
}
.about .about-box4 .container .list ul li > div .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about .about-box4 .container .list ul li > div .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 67.14%;
}
.about .about-box4 .container .list ul li > div .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.about .about-box4 .container .list ul li > div .tit {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .about .about-box4 .container .list ul li > div .tit {
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
}
.about .about-box4 .container .list ul li > div .txt {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about .about-box4 .container .list ul li > div:hover .img img {
  transform: scale(1.05);
}
.ywty-pb3 .c-text-box .container .c-left {
  max-width: 530px;
}
.ywty .ywty-box1 {
  width: 100%;
  background-color: #fafafa;
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .ywty .ywty-box1 {
    padding: 1.2rem 0;
  }
}
.ywty .ywty-box1 .swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.64rem;
  position: relative;
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper {
    padding-bottom: 1rem;
  }
}
.ywty .ywty-box1 .swiper .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
}
.ywty .ywty-box1 .swiper .swiper-slide a .img {
  width: 100%;
  position: relative;
}
.ywty .ywty-box1 .swiper .swiper-slide a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 63.95%;
}
.ywty .ywty-box1 .swiper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.ywty .ywty-box1 .swiper .swiper-slide a .tbox {
  width: 100%;
  padding: 0 0.4rem 0.39rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox {
    position: relative;
    left: initial;
    bottom: initial;
    height: initial;
    background: none;
    padding: 0.3rem 0 0;
  }
}
.ywty .ywty-box1 .swiper .swiper-slide a .tbox .t1 {
  display: inline;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t1 {
    color: #111;
    font-size: 18px;
    line-height: 24px;
  }
}
.ywty .ywty-box1 .swiper .swiper-slide a .tbox .t2 {
  max-width: 520px;
  line-height: 30px;
  color: #fff;
  display: none;
  margin-top: 0.16rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t2 {
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t2 {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper .swiper-slide a .tbox .t2 {
    display: none;
    color: #666;
  }
}
.ywty .ywty-box1 .swiper .swiper-slide a:hover .tbox .t1 {
  background-size: 100% 100%;
}
.ywty .ywty-box1 .swiper .swiper-slide.swiper-slide-active a .tbox .t1 {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  .ywty .ywty-box1 .swiper .swiper-slide.swiper-slide-active a .tbox .t1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1260px) {
  .ywty .ywty-box1 .swiper .swiper-slide.swiper-slide-active a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper .swiper-slide.swiper-slide-active a .tbox .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.ywty .ywty-box1 .swiper .swiper-slide.swiper-slide-active a .tbox .t2 {
  display: none;
}
.ywty .ywty-box1 .swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.ywty .ywty-box1 .swiper .swiper-pagination span {
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  margin: 0 0.1rem;
  background: #ddd;
  display: block;
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .ywty .ywty-box1 .swiper .swiper-pagination span {
    width: 0.4rem;
  }
}
.ywty .ywty-box1 .swiper .swiper-pagination span::after {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #303e48;
}
.ywty .ywty-box1 .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 3s;
}
.ywty .ywty-box2 {
  width: 100%;
  padding: 0.83rem 0 1.6rem;
}
.ywty .ywty-box2 .container .box2-menu {
  width: 100%;
  display: flex;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  overflow-x: auto;
  padding: 0.2rem 0;
}
.ywty .ywty-box2 .container .box2-menu a {
  color: #999;
  line-height: 26px;
  display: inline-flex;
  border-bottom: 2px solid #ddd;
  margin-right: 0.3rem;
  padding-bottom: 0.1rem;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-menu a {
    font-weight: bold;
    font-size: 0.3rem;
  }
}
.ywty .ywty-box2 .container .box2-menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  transition: all 0.3s;
  background-color: #f16777;
}
.ywty .ywty-box2 .container .box2-menu a:last-child {
  margin-right: 0;
}
.ywty .ywty-box2 .container .box2-menu a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  width: 16px;
  height: 12px;
  display: flex;
}
.ywty .ywty-box2 .container .box2-menu a span svg path {
  fill: #999;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-menu a.on {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-menu a.on::before {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-menu a.on span svg path {
  fill: #f16777;
}
.ywty .ywty-box2 .container .box2-list {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 {
  width: 100%;
  padding: 0.66rem 0 0;
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .c-title-wrap {
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .title {
  line-height: 0.64rem;
  color: #303e48;
  font-weight: bold;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .txt {
  line-height: 22px;
  color: #666;
  margin-top: 0.17rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.58rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item {
  width: 24.06%;
  position: relative;
  display: block;
  margin-right: 1.25%;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .img {
  width: 100%;
  height: 5.6rem;
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox {
  width: 100%;
  position: absolute;
  padding: 0 0.4rem 0.4rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox {
    padding: 0.8rem 0.4rem 0.4rem;
    background: linear-gradient(to bottom, transparent, #000000);
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox .t1 {
  display: inline;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox .t2 {
  line-height: 22px;
  color: #999;
  margin-top: 0.2rem;
  display: none;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox .t2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item .tbox .t2 {
    display: none !important;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item.on {
  width: 49.37%;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item.on {
    width: 100%;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item.on .tbox .t1 {
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item.on .tbox .t1 {
    background-size: 0;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .list .item.on .tbox .t2 {
  display: block;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #303e48;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more {
    margin-top: 0.3rem;
    position: relative;
    color: #f16777;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more span svg {
  width: 100%;
  height: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more span svg path {
  fill: #303e48;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more span svg path {
    fill: #f16777;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more:hover {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more:hover span {
  margin-left: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box1 .more:hover svg path {
  fill: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 {
  width: 100%;
  padding-top: 1.28rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .title {
  color: #303e48;
  line-height: 0.64rem;
  font-weight: bold;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .img {
  position: relative;
  width: 100%;
  height: 6.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  z-index: 3;
  padding: 1rem 0.7rem 1rem 0.6rem;
  width: 4.89rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox {
    padding: 0.8rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .bg {
    display: none;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .bg img {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .t1 {
  color: #fff;
  line-height: 1;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .t1 {
    color: #303E48;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .t2 {
  line-height: 30px;
  color: #fff;
  margin-top: 0.25rem;
  line-height: 1;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .t2 {
    color: #666;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more {
  display: inline-flex;
  align-items: center;
  color: #f16777;
  line-height: 24px;
  margin-top: 0.8rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more {
    margin-top: 0.2rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more span svg {
  width: 100%;
  height: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more span svg path {
  fill: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box2 .img-box .tbox .more:hover span {
  margin-left: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 {
  width: 100%;
  padding-top: 1.93rem;
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .c-title-wrap {
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .title {
  line-height: 0.64rem;
  color: #303e48;
  font-weight: bold;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .txt {
  color: #666;
  line-height: 22px;
  margin-top: 0.16rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu {
    position: relative;
    right: initial;
  }
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu {
    margin-top: 0.3rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu a {
  color: #999;
  line-height: 1;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu a:last-child {
  margin-right: 0;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu a:hover,
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .menu a.on {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list {
  width: 100%;
  margin-top: 0.56rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f16777;
  display: none;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .img {
  width: 61.25%;
  position: relative;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .img {
    width: 100%;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 63.26%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox {
  width: 32.5%;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox {
    width: 100%;
    padding: 0.5rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .t1 {
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .t1 {
    font-size: 0.36rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .t2 {
  padding-right: 0.85rem;
  line-height: 30px;
  color: #fff;
  margin-top: 0.25rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .t2 {
    padding-right: 0;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 24px;
  margin-top: 0.49rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more span svg {
  width: 100%;
  height: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more span svg path {
  fill: #fff;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li .tbox .more:hover span {
  margin-left: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box3 .list ul li.on {
  display: flex;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 {
  width: 100%;
  padding-top: 1.32rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .c-title-wrap {
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .title {
  color: #303e48;
  line-height: 0.64rem;
  font-weight: bold;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .txt {
  color: #666;
  line-height: 22px;
  margin-top: 0.16rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  padding-bottom: 0.64rem;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner {
    padding-bottom: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .swiper-pagination span {
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  margin: 0 0.1rem;
  background: #ddd;
  display: block;
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .swiper-pagination span {
    width: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .swiper-pagination span::after {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #303e48;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item {
  width: 100%;
  display: block;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 63.29%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .tbox {
  width: 100%;
  margin-top: 0.24rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .tbox .t1 {
  color: #333;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item .tbox .t2 {
  line-height: 22px;
  color: #999;
  margin-top: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item:hover .img img {
  transform: scale(1.1);
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box4 .ywty-b2-box4-banner .item:hover .tbox .t1 {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 {
  width: 100%;
  margin-top: 1.34rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .title {
  color: #303e48;
  font-weight: bold;
  line-height: 0.64rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .txt {
  color: #666;
  line-height: 22px;
  margin-top: 0.16rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box {
  width: 100%;
  position: relative;
  margin-top: 0.56rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .img {
  position: relative;
  width: 100%;
  height: 6.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  z-index: 3;
  padding: 1rem 0.7rem 1rem 0.6rem;
  width: 4.89rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox {
    padding: 0.8rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox {
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .bg {
    display: none;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .bg img {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .t1 {
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .t1 {
    color: #303E48;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .t2 {
  line-height: 30px;
  color: #fff;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .t2 {
    color: #666;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more {
  display: inline-flex;
  align-items: center;
  color: #f16777;
  line-height: 24px;
  margin-top: 0.8rem;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more {
    margin-top: 0.3rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more span svg {
  width: 100%;
  height: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more span svg path {
  fill: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box5 .img-box .tbox .more:hover span {
  margin-left: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 {
  width: 100%;
  position: relative;
  padding-top: 1.51rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .c-title-wrap {
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .title {
  font-weight: bold;
  line-height: 0.64rem;
  color: #303e48;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .menu {
  width: 100%;
  display: flex;
  margin-top: 0.49rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .menu a {
  line-height: 30px;
  display: inline-flex;
  color: #999999;
  transition: all 0.3s;
  margin-right: 0.96rem;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .menu a {
    line-height: 1;
    margin-right: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .menu a:last-child {
  margin-right: 0;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .menu a.on {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list {
  width: 100%;
  margin-top: 0.56rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li {
  width: 24.06%;
  margin-right: 1.25%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li {
    width: 50%;
    margin-right: 0;
    padding: 0 0.1rem 0.8rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 1.95rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 129.87%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox {
  width: 100%;
  padding-top: 0.27rem;
  padding-bottom: 0.14rem;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox .tp {
  color: #f16777;
  line-height: 22px;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox .t1 {
  color: #333;
  margin-top: 5px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox .t2 {
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox .t2 {
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .tbox .time {
  color: #999;
  line-height: 22px;
  margin-top: 0.28rem;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .line {
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a .line span {
  width: 0;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #f16777;
  transition: all 0.3s;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a:hover .img img {
  transform: scale(1.05);
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a:hover .tbox .t2 {
  height: 105px;
  padding-top: 15px;
}
@media (max-width: 1580px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a:hover .tbox .t2 {
    height: 59px;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a:hover .tbox .time {
  margin-top: 0.4rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .list ul li a:hover .line span {
  width: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #303e48;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more {
    color: #f16777;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more span svg {
  width: 100%;
  height: 100%;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more span svg path {
  fill: #303e48;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more span svg path {
    fill: #f16777;
  }
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more:hover {
  color: #f16777;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more:hover span {
  margin-left: 0.2rem;
}
.ywty .ywty-box2 .container .box2-list .ywty-b2-box6 .more:hover span svg path {
  fill: #f16777;
}
.c-history {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .c-history {
    padding-top: 0.8rem;
  }
}
.c-history .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-history .container {
    flex-wrap: wrap;
  }
}
.c-history .container .c-left {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  z-index: 50;
  padding-right: 20px;
  width: 400px;
  flex-shrink: 0;
  background-color: #fff;
}
@media (max-width: 1900px) {
  .c-history .container .c-left {
    width: 350px;
  }
}
@media (max-width: 1580px) {
  .c-history .container .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .c-history .container .c-left {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .c-history .container .c-left {
    top: 0;
    width: 100%;
    padding: 0.4rem 0;
    margin-bottom: 0.6rem;
  }
}
.c-history .container .c-left .c-list {
  margin-left: 20px;
  border-left: 1px solid #c2b2a4;
}
@media (max-width: 767px) {
  .c-history .container .c-left .c-list {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    border: 0;
    margin-left: 0;
  }
}
.c-history .container .c-left .c-list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 20px;
  font-weight: bold;
  cursor: pointer;
}
.c-history .container .c-left .c-list li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #c2b2a4;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-history .container .c-left .c-list li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-history .container .c-left .c-list li {
    flex-shrink: 0;
    margin: 0 0.4rem 0 0;
    padding: 0.1rem 0;
    font-size: 0.3rem;
    border-bottom: 2px solid  transparent;
  }
}
.c-history .container .c-left .c-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-history .container .c-left .c-list li:last-child {
    margin: 0;
  }
}
.c-history .container .c-left .c-list li.on {
  color: #c2b2a4;
}
@media (max-width: 767px) {
  .c-history .container .c-left .c-list li.on {
    border-color: #c2b2a4;
  }
}
.c-history .container .c-left .c-list li.on::before {
  background-color: #c2b2a4;
  transform: scale(1.5);
}
.c-history .container .c-right {
  width: 100%;
}
.c-history .container .c-right .c-item {
  padding: 0.4rem 0;
  border-top: 1px solid #ddd;
}
.c-history .container .c-right .c-item:last-child {
  padding-bottom: 0;
}
.c-history .container .c-right .c-item:last-child .c-list li:last-child {
  padding-bottom: 0;
}
.c-history .container .c-right .c-item .c-main-title {
  font-weight: bold;
  color: #c2b2a4;
  line-height: 1.2;
}
.c-history .container .c-right .c-list {
  padding: 0 2.1rem 0 0.5rem;
}
@media (max-width: 1580px) {
  .c-history .container .c-right .c-list {
    padding: 0 0.5rem;
  }
}
.c-history .container .c-right .c-list li {
  z-index: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #999;
}
@media (max-width: 991px) {
  .c-history .container .c-right .c-list li {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-history .container .c-right .c-list li {
    line-height: 0.4rem;
  }
}
.c-history .container .c-right .c-list li:last-child {
  border: 0;
}
.c-history .container .c-right .c-list li .c-text1 {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  font-weight: bold;
}
.c-history .container .c-right .c-list li .c-text2 {
  margin-top: 0.1rem;
  padding-right: 20px;
  width: 240px;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .c-history .container .c-right .c-list li .c-text2 {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .c-history .container .c-right .c-list li .c-text2 {
    width: 100%;
  }
}
.c-history .container .c-right .c-list li .c-text3 {
  width: calc(100% - 240px);
  color: #666;
}
@media (max-width: 1260px) {
  .c-history .container .c-right .c-list li .c-text3 {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .c-history .container .c-right .c-list li .c-text3 {
    margin-top: 0.2rem;
    width: 100%;
  }
}
.c-history .container .c-right .c-list li .c-box {
  margin-top: 0.4rem;
  width: 100%;
}
.c-history .container .c-right .c-list li .c-box img {
  max-width: 100%;
}
.c-contact .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-contact .container .c-title {
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.c-contact .container .c-left {
  padding-right: 0.8rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact .container .c-left {
    margin-bottom: 1.2rem;
    width: 100%;
  }
}
.c-contact .container .c-left .c-text p {
  margin-bottom: 0.2rem;
}
.c-contact .container .c-left .c-text p:last-child {
  margin: 0;
}
.c-contact .container .c-left .public-btn9 {
  margin: 0.35rem 0 0.65rem;
}
.c-contact .container .c-left .c-text2 {
  color: #999;
  margin-bottom: 0.25rem;
}
.c-contact .container .c-left .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
  text-align: center;
}
.c-contact .container .c-left .c-list li {
  padding: 0 0.1rem 0.2rem;
}
.c-contact .container .c-left .c-list li img {
  width: 140px;
}
@media (max-width: 991px) {
  .c-contact .container .c-left .c-list li img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .c-contact .container .c-left .c-list li img {
    width: 2rem;
  }
}
.c-contact .container .c-left .c-list li p {
  margin-top: 0.15rem;
  color: #666;
}
.c-contact .container .c-right {
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact .container .c-right {
    width: 100%;
  }
}
.c-contact .container .c-right .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -0.4rem;
}
.c-contact .container .c-right .c-list li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 0.4rem;
}
.c-contact .container .c-right .c-list li:nth-child(1),
.c-contact .container .c-right .c-list li:nth-child(2) {
  width: 49%;
}
@media (max-width: 767px) {
  .c-contact .container .c-right .c-list li:nth-child(1),
  .c-contact .container .c-right .c-list li:nth-child(2) {
    width: 100%;
  }
}
.c-contact .container .c-right .c-list li:nth-child(3) {
  padding-bottom: 0.4rem;
}
.c-contact .container .c-right .c-list li:last-child {
  border: 0;
}
.c-contact .container .c-right .c-list li.on .c-text {
  transform: translateY(-50%);
}
.c-contact .container .c-right .c-list li .c-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 54px;
  display: flex;
  align-items: center;
  color: #999;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-contact .container .c-right .c-list li .c-text {
    height: 0.8rem;
  }
}
.c-contact .container .c-right .c-list li input[type=text] {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media (max-width: 767px) {
  .c-contact .container .c-right .c-list li input[type=text] {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.c-contact .container .c-right .c-list li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.15rem 0 -0.1rem;
}
.c-contact .container .c-right .c-list li label {
  display: inline-flex;
  align-items: center;
  margin: 0 0.38rem 0.1rem 0;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .c-contact .container .c-right .c-list li label {
    margin-right: 0.2rem;
  }
}
.c-contact .container .c-right .c-list li label:last-child {
  margin-right: 0;
}
.c-contact .container .c-right .c-list li input[type=radio] {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-contact .container .c-right .c-list li input[type=radio] {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-contact .container .c-right .c-list li input[type=radio]:checked {
  background: #303E48 url(../images/checcked.png) no-repeat center / 10px;
  border-color: #303E48;
}
.c-contact .container .c-right .c-list li textarea {
  padding: 14px 0;
  width: 100%;
  height: 54px;
  line-height: 26px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-contact .container .c-right .c-list li textarea {
    padding: 0.2rem 0;
    height: 0.8rem;
    line-height: 0.4rem;
  }
}
.c-live1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 991px) {
  .c-live1 {
    padding: 1.2rem 0;
    position: relative;
    height: auto;
  }
}
.c-live1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .c-live1 .container {
    align-items: center;
  }
}
.c-live1 .container .c-left {
  padding: 1.3rem 1.3rem 1.3rem 0;
  width: 50%;
  max-width: 670px;
}
@media (max-width: 1260px) {
  .c-live1 .container .c-left {
    padding: 0 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-live1 .container .c-left {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
.c-live1 .container .c-left .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-live1 .container .c-left .c-text {
  margin-top: 0.7rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-live1 .container .c-left .c-text {
    margin-top: 0.4rem;
  }
}
.c-live1 .container .c-right {
  width: 50%;
}
@media (max-width: 767px) {
  .c-live1 .container .c-right {
    width: 100%;
  }
}
.c-live1 .container .c-right .public-img::before {
  padding-top: 93.75%;
}
.c-live2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-live2 .c-list {
  position: relative;
  padding-top: 50.52%;
}
@media (max-width: 991px) {
  .c-live2 .c-list {
    padding-top: 60%;
  }
}
.c-live2 .c-list li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.c-live2 .c-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-live2 .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-live2 .c-list li.on {
  opacity: 1;
}
.c-live2 .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
@media (max-width: 991px) {
  .c-live2 .c-text-box {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .c-live2 .c-text-box {
    padding: 0.4rem 0 0;
    color: #303E48;
    position: relative;
  }
}
.c-live2 .c-text-box .c-wrap {
  width: 50%;
  max-width: 670px;
}
@media (max-width: 991px) {
  .c-live2 .c-text-box .c-wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .c-live2 .c-text-box .c-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.c-live2 .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-live2 .c-text-box .c-text {
  margin-top: 0.3rem;
  max-width: 550px;
  line-height: 1.8;
}
.c-live2 .c-live2-banner {
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 20;
  width: 30%;
}
@media (max-width: 767px) {
  .c-live2 .c-live2-banner {
    bottom: auto;
    top: 3rem;
  }
}
.c-live2 .c-live2-banner .swiper-slide {
  cursor: pointer;
}
.c-live2 .c-live2-banner .swiper-slide .public-img {
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.c-live2 .c-live2-banner .swiper-slide .public-img::before {
  padding-top: 50%;
}
@media (max-width: 1260px) {
  .c-live2 .c-live2-banner .swiper-slide .public-img::before {
    padding-top: 60%;
  }
}
.c-live2 .c-live2-banner .swiper-slide .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.c-live2 .c-live2-banner .swiper-slide.swiper-slide-active .public-img {
  border-color: #fff;
}
.c-live2 .c-live2-banner .swiper-slide.swiper-slide-active .public-img::after {
  background: transparent;
}
.c-live3 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .c-live3 .c-list li {
    padding-bottom: 0;
  }
  .c-live3 .c-list li:last-child {
    padding-bottom: 1.6rem;
  }
}
.c-live3 .c-list li .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .c-live3 .c-list li .container {
    align-items: center;
  }
}
.c-live3 .c-list li .container .c-live3-banner {
  width: 50%;
}
@media (max-width: 767px) {
  .c-live3 .c-list li .container .c-live3-banner {
    width: 100%;
  }
}
.c-live3 .c-list li .container .c-live3-banner .public-img::before {
  padding-top: 81.25%;
}
.c-live3 .c-list li .container .c-live3-banner .swiper-pagination {
  bottom: 0.3rem;
}
@media (max-width: 767px) {
  .c-live3 .c-list li .container .c-live3-banner .swiper-pagination {
    bottom: 0.4rem;
  }
}
.c-live3 .c-list li .container .c-live3-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  opacity: 1;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .c-live3 .c-list li .container .c-live3-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-live3 .c-list li .container .c-live3-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0s;
  background-color: #fff;
}
.c-live3 .c-list li .container .c-live3-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transition: all 5s linear;
  width: 100%;
}
.c-live3 .c-list li .container .c-text-box {
  width: 50%;
  padding: 1.4rem 1.6rem 1.4rem 0.9rem;
}
@media (max-width: 1260px) {
  .c-live3 .c-list li .container .c-text-box {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-live3 .c-list li .container .c-text-box {
    width: 100%;
    padding: 0.4rem 0 0 0;
  }
}
.c-live3 .c-list li .container .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-live3 .c-list li .container .c-text-box .c-text {
  margin-top: 0.3rem;
  color: #666;
  line-height: 1.8;
}
.c-live3 .c-list li .container > .public-img {
  position: absolute;
  bottom: -1.6rem;
  right: 0;
  width: 25.9375%;
}
@media (max-width: 1260px) {
  .c-live3 .c-list li .container > .public-img {
    display: none;
  }
}
.c-live3 .c-list li .container > .public-img::before {
  padding-top: 78.125%;
}
.c-live3 .c-list li:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.c-live3 .c-list li:nth-child(2n) .container .c-text-box {
  padding: 1.4rem 2.6rem 1.4rem 0;
}
@media (max-width: 1260px) {
  .c-live3 .c-list li:nth-child(2n) .container .c-text-box {
    padding: 0 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-live3 .c-list li:nth-child(2n) .container .c-text-box {
    padding: 0.4rem 0 0;
  }
}
.c-live3 .c-btn-box {
  text-align: center;
}
.c-live3 .c-btn-box p {
  margin-top: 0.15rem;
  color: #349f7e;
}
.c-live4 {
  position: relative;
  z-index: 50;
  background-color: #f7f7ed;
}
.c-live4 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.8rem;
}
.c-live4 .c-list li {
  padding: 0 0.2rem 0.8rem;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  .c-live4 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-live4 .c-list li {
    width: 100%;
  }
}
.c-live4 .c-list li .c-wrap {
  position: relative;
  color: #fff;
}
.c-live4 .c-list li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 72%;
  padding: 0.4rem;
  background-color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .c-live4 .c-list li .c-wrap .c-text-box {
    width: 80%;
  }
}
.c-live4 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  color: #303E48;
  transition: all 0.3s;
}
.c-live4 .c-list li .c-wrap .c-text-box .c-text {
  transition: all 0.3s;
  height: 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.c-live4 .c-list li .c-wrap .c-text-box .c-btn-box {
  opacity: 0;
  margin-top: -26px;
  transition: all 0.3s;
}
.c-live4 .c-list li .c-wrap .c-text-box .public-btn6 {
  color: #fff;
  line-height: 24px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-live4 .c-list li .c-wrap .c-text-box .public-btn6 {
    line-height: 1.5;
  }
}
.c-live4 .c-list li .c-wrap .c-text-box .public-btn6 svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .c-live4 .c-list li .c-wrap .c-text-box {
    background-color: rgba(52, 159, 126, 0.95);
  }
  .c-live4 .c-list li .c-wrap .c-text-box .c-title {
    color: #fff;
  }
  .c-live4 .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.1rem;
    height: 104px;
  }
  .c-live4 .c-list li .c-wrap .c-text-box .c-btn-box {
    opacity: 1;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-live4 .c-list li .c-wrap .c-text-box .c-text {
    height: 1.2rem;
    line-height: 0.4rem;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 768px) {
  .c-live4 .c-list li .c-wrap:hover .c-text-box {
    background-color: rgba(52, 159, 126, 0.95);
  }
  .c-live4 .c-list li .c-wrap:hover .c-text-box .c-title {
    color: #fff;
  }
  .c-live4 .c-list li .c-wrap:hover .c-text-box .c-text {
    margin-top: 0.1rem;
    height: 104px;
  }
  .c-live4 .c-list li .c-wrap:hover .c-text-box .c-btn-box {
    opacity: 1;
    margin-top: 0.2rem;
  }
}
#c-activity-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#c-activity-pop .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.5rem;
  width: 90%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-activity-pop .c-wrap {
    max-width: 700px;
  }
}
#c-activity-pop .c-wrap .c-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#c-activity-pop .c-wrap .c-close img,
#c-activity-pop .c-wrap .c-close svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-activity-pop .c-wrap .c-close img path,
#c-activity-pop .c-wrap .c-close svg path {
  fill: #303E48;
  transition: all 0.3s;
}
#c-activity-pop .c-wrap .c-close:hover svg path {
  fill: #c2b2a4;
}
#c-activity-pop .c-wrap .c-title {
  font-weight: bold;
  line-height: 1;
}
#c-activity-pop .c-wrap .c-time {
  margin: 0.2rem 0 0.3rem;
  line-height: 1;
}
#c-activity-pop .c-wrap .c-title2 {
  font-weight: bold;
  line-height: 1;
}
#c-activity-pop .c-wrap .c-list1 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0.1rem;
}
@media (max-width: 767px) {
  #c-activity-pop .c-wrap .c-list1 {
    display: none;
  }
}
#c-activity-pop .c-wrap .c-list1 li {
  padding: 0.1rem;
  width: 20%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #999;
}
#c-activity-pop .c-wrap .c-list1 li:nth-child(3) {
  width: 40%;
}
#c-activity-pop .c-wrap .c-list2-box {
  height: 2.6rem;
}
@media (max-width: 1580px) {
  #c-activity-pop .c-wrap .c-list2-box {
    height: 210px;
  }
}
@media (max-width: 767px) {
  #c-activity-pop .c-wrap .c-list2-box {
    height: 5.8rem;
    margin-top: 0.2rem;
  }
}
#c-activity-pop .c-wrap .c-list2-box .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e3e3e3;
}
#c-activity-pop .c-wrap .c-list2-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}
#c-activity-pop .c-wrap .c-list2-box .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#c-activity-pop .c-wrap .c-list2-box .mCSB_scrollTools {
  width: 6px;
  background-color: #fff;
}
#c-activity-pop .c-wrap .c-list2 li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #c-activity-pop .c-wrap .c-list2 li {
    padding: 0.2rem 20px 0.2rem 0;
  }
}
#c-activity-pop .c-wrap .c-list2 li .c-item {
  padding: 0.1rem;
  width: 20%;
}
#c-activity-pop .c-wrap .c-list2 li .c-item:nth-child(3) {
  width: 40%;
}
@media (max-width: 767px) {
  #c-activity-pop .c-wrap .c-list2 li .c-item {
    padding: 0.06rem 0 !important;
    display: flex;
    align-items: flex-start;
    width: 100% !important;
  }
}
#c-activity-pop .c-wrap .c-list2 li .c-item:last-child {
  padding-right: 20px;
}
#c-activity-pop .c-wrap .c-list2 li .c-item p:nth-child(1) {
  flex-shrink: 0;
  display: none;
}
@media (max-width: 767px) {
  #c-activity-pop .c-wrap .c-list2 li .c-item p:nth-child(1) {
    width: 1.5rem;
    display: block;
  }
}
@media (min-width: 768px) {
  #c-activity-pop .c-wrap .c-list2 li:hover {
    color: #303E48;
    background-color: #f7f7f7;
  }
}
#c-activity-pop .c-wrap .c-wx {
  margin-top: 0.2rem;
}
.c-guide3 .c-menu {
  margin-bottom: 1rem;
}
.c-guide3 .c-menu .c-list-box {
  position: relative;
  overflow-x: auto;
  text-align: center;
  transition: all 0.3s;
}
.c-guide3 .c-menu .c-list-box .c-list1 {
  display: inline-flex;
}
.c-guide3 .c-menu .c-list-box .c-list1 li {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
  padding-bottom: 0.1rem;
  cursor: pointer;
  line-height: 1;
  color: #999;
  transition: all 0.3s;
}
.c-guide3 .c-menu .c-list-box .c-list1 li::before,
.c-guide3 .c-menu .c-list-box .c-list1 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #ddd;
  transition: all 0.3s;
}
.c-guide3 .c-menu .c-list-box .c-list1 li::before {
  z-index: 4;
  border-color: #f2d413;
  width: 0;
}
.c-guide3 .c-menu .c-list-box .c-list1 li:last-child {
  margin-right: 0;
}
.c-guide3 .c-menu .c-list-box .c-list1 li .c-ico {
  margin-left: 0.6rem;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media (max-width: 1900px) {
  .c-guide3 .c-menu .c-list-box .c-list1 li .c-ico {
    margin-left: 0.2rem;
  }
}
.c-guide3 .c-menu .c-list-box .c-list1 li .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
.c-guide3 .c-menu .c-list-box .c-list1 li.on {
  color: #f2d413;
}
.c-guide3 .c-menu .c-list-box .c-list1 li.on::before {
  width: 100%;
}
.c-guide3 .c-menu .c-list-box .c-list1 li.on .c-ico path {
  fill: #349f7e;
}
.c-guide3 .c-list2 {
  position: relative;
}
.c-guide3 .c-list2 li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
  display: none;
}
.c-guide3 .c-list2 li.on {
  display: flex;
}
.c-guide3 .c-list2 li .c-item {
  position: relative;
  z-index: 1;
  padding: 0 0.1rem 0.2rem;
  width: 12.5%;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-guide3 .c-list2 li .c-item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .c-guide3 .c-list2 li .c-item {
    width: 33.333333%;
  }
}
.c-guide3 .c-list2 li .public-img {
  transition: all 0.3s;
}
.c-guide3 .c-list2 li .public-img::before {
  padding-top: 55%;
}
.c-guide3 .c-list2 li .public-img img {
  object-fit: contain;
}
.c-guide2 .public-btn6:hover {
  color: #f2d413;
}
.c-guide2 .public-btn6:hover svg path {
  fill: #f2d413;
}
.c-guide2 .c-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .c-guide2 .c-top {
    flex-wrap: wrap;
  }
}
.c-guide2 .c-top .c-title {
  flex-shrink: 0;
  padding-right: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-guide2 .c-top .c-title {
    margin-bottom: 0.1rem;
    padding: 0;
  }
}
.c-guide2 .c-top .c-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  line-height: 1.8;
  color: #666;
}
.c-guide2 .c-top .c-text p {
  width: 100%;
}
.c-guide2 .c-bottom .c-m-text {
  display: none;
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-m-text {
    margin-bottom: 0.2rem;
    display: block;
  }
}
.c-guide2 .c-bottom .c-top2 {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
}
.c-guide2 .c-bottom .c-top2 .c-box {
  position: relative;
  width: 65%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-top2 .c-box {
    width: 100%;
    height: 5rem;
    overflow: auto;
  }
}
.c-guide2 .c-bottom .c-top2 .c-box::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media (max-width: 1260px) {
  .c-guide2 .c-bottom .c-top2 .c-box::before {
    padding-top: 70%;
  }
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-top2 .c-box::before {
    display: none;
  }
}
.c-guide2 .c-bottom .c-top2 .c-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-top2 .c-box img {
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-guide2 .c-bottom .c-top2 .c-box img {
    width: 400%;
  }
}
.c-guide2 .c-bottom .c-top2 .c-box2 {
  padding: 0.4rem;
  width: 35%;
  text-align: center;
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-top2 .c-box2 {
    display: none;
  }
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-title {
  font-weight: bold;
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-img {
  position: relative;
  display: inline-block;
  margin: 0.1rem 0.3rem;
  width: 3rem;
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-img img {
  width: 100%;
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-img .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50%;
  background-color: #f16777;
  opacity: 0.5;
  cursor: all-scroll;
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-img .c-mask::before {
  display: block;
  padding-top: 60%;
  content: "";
}
@media (max-width: 1260px) {
  .c-guide2 .c-bottom .c-top2 .c-box2 .c-img .c-mask::before {
    padding-top: 70%;
  }
}
.c-guide2 .c-bottom .c-top2 .c-box2 .c-text {
  color: #999;
}
.c-guide2 .c-bottom .c-bottom2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.4rem;
  background-color: #f8f8f8;
  font-weight: bold;
}
.c-guide2 .c-bottom .c-bottom2 .c-left {
  padding-bottom: 0.4rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-bottom2 .c-left {
    width: 100%;
  }
}
.c-guide2 .c-bottom .c-bottom2 .c-left .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-guide2 .c-bottom .c-bottom2 .c-left .c-list li {
  display: flex;
  align-items: center;
  width: 20%;
  line-height: 1.2;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1260px) {
  .c-guide2 .c-bottom .c-bottom2 .c-left .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-bottom2 .c-left .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-guide2 .c-bottom .c-bottom2 .c-left .c-list li {
    width: 50%;
    flex-wrap: wrap;
  }
  .c-guide2 .c-bottom .c-bottom2 .c-left .c-list li > div {
    margin-top: 0.1rem;
    width: 100%;
  }
}
.c-guide2 .c-bottom .c-bottom2 .c-left .c-list li img {
  margin-right: 0.2rem;
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .c-guide2 .c-bottom .c-bottom2 .c-left .c-list li img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-guide2 .c-bottom .c-bottom2 .c-right {
  width: 100%;
}
.c-guide2 .c-bottom .c-bottom2 .c-right .c-text {
  margin-bottom: 0.1rem;
}
.c-guide2 .c-bottom .c-bottom2 .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.1rem;
}
.c-guide2 .c-bottom .c-bottom2 .c-right .c-list li {
  padding: 0 0.1rem 0.1rem;
  width: 20%;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .c-guide2 .c-bottom .c-bottom2 .c-right .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .c-guide2 .c-bottom .c-bottom2 .c-right .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-guide2 .c-bottom .c-bottom2 .c-right .c-list li {
    padding: 0 0.1rem 0.3rem;
    width: 50%;
  }
}
.c-guide2 .c-bottom .c-bottom2 .c-right .c-list li img {
  margin-right: 0.06rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .c-guide2 .c-bottom .c-bottom2 .c-right .c-list li img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.building {
  width: 100%;
  padding: 0.85rem 0 1rem;
}
.building .container .menu {
  display: flex;
}
.building .container .menu a {
  line-height: 1;
  display: inline-flex;
  color: #999;
  padding: 0.2rem 0;
  border-bottom: 2px solid #ddd;
  transition: all 0.3s;
  position: relative;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .building .container .menu a {
    font-weight: bold;
    font-size: 0.3rem;
    padding: 0.15rem 0;
  }
}
.building .container .menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  transition: all 0.3s;
  background-color: #c2b2a4;
}
.building .container .menu a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  display: flex;
}
.building .container .menu a span svg path {
  fill: #999;
  transition: all 0.3s;
}
.building .container .menu a:hover,
.building .container .menu a.on {
  color: #c2b2a4;
}
.building .container .menu a:hover::before,
.building .container .menu a.on::before {
  width: 100%;
}
.building .container .menu a:hover span svg path,
.building .container .menu a.on span svg path {
  fill: #c2b2a4;
}
.building .container .box1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  background: #f8f8f8;
}
.building .container .box1 .left {
  width: 61.25%;
}
@media (max-width: 1260px) {
  .building .container .box1 .left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .building .container .box1 .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .building .container .box1 .left {
    width: 100%;
  }
}
.building .container .box1 .left .item {
  width: 100%;
  display: none;
}
.building .container .box1 .left .item.on {
  display: block;
}
.building .container .box1 .left .item .img {
  width: 100%;
  position: relative;
}
.building .container .box1 .left .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 55.1%;
}
.building .container .box1 .left .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.building .container .box1 .left .item .tbox {
  width: 100%;
  padding: 0.43rem 0.97rem 0.45rem 0.45rem;
}
@media (max-width: 991px) {
  .building .container .box1 .left .item .tbox {
    padding: 0.43rem 0.45rem 0.45rem 0.45rem;
  }
}
.building .container .box1 .left .item .tbox .t1 {
  color: #333;
}
.building .container .box1 .left .item .tbox .t2 {
  width: 100%;
  padding-right: 0.4rem;
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.16rem;
  height: 0.9rem;
}
@media (max-width: 991px) {
  .building .container .box1 .left .item .tbox .t2 {
    height: 2.1rem;
  }
}
@media (max-width: 767px) {
  .building .container .box1 .left .item .tbox .t2 {
    padding-right: 0;
    height: 2.3rem;
    line-height: 0.46rem;
  }
}
.building .container .box1 .left .item .tbox .t2 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e3e3e3;
}
.building .container .box1 .left .item .tbox .t2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}
.building .container .box1 .right {
  width: 38.75%;
  position: relative;
}
@media (max-width: 1260px) {
  .building .container .box1 .right {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .building .container .box1 .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .building .container .box1 .right {
    width: 100%;
  }
}
.building .container .box1 .right .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.building .container .box1 .right .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 129.03%;
}
.building .container .box1 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.building .container .box1 .right .dbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.building .container .box1 .right .dbox .ditem {
  position: absolute;
  width: 0;
  display: flex;
  cursor: pointer;
}
.building .container .box1 .right .dbox .ditem img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.29rem;
  opacity: 0.5;
}
.building .container .box1 .right .dbox .ditem.on img,
.building .container .box1 .right .dbox .ditem:hover img {
  opacity: 1;
}
.building .container .box2 {
  width: 100%;
  margin-top: 0.68rem;
}
.building .container .box2 .title {
  color: #999;
  line-height: 26px;
}
.building .container .box2 .list {
  width: 100%;
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
}
.building .container .box2 .list .item {
  width: 48.75%;
  margin-right: 2.5%;
  display: flex;
  justify-content: space-between;
  padding: 0.32rem 0.4rem 0.3rem 0.3rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 0.4rem;
  position: relative;
  transition: all 0.3s;
}
.building .container .box2 .list .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.building .container .box2 .list .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .building .container .box2 .list .item {
    width: 100%;
    margin-right: 0;
  }
}
.building .container .box2 .list .item .bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.building .container .box2 .list .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building .container .box2 .list .item .tbox .t1 {
  line-height: 1;
  color: #999;
}
.building .container .box2 .list .item .tbox .t2 {
  line-height: 1;
  margin-top: 0.17rem;
  color: #333;
}
.building .container .box2 .list .item .tbox .a {
  display: flex;
  margin-top: 0.6rem;
}
.building .container .box2 .list .item .tbox .a p {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.3s;
  line-height: 1;
  margin-right: 0.3rem;
}
.building .container .box2 .list .item .tbox .a p img {
  width: 20px;
  margin-right: 0.1rem;
}
.building .container .box2 .list .item .tbox .a p:hover {
  color: #c2b2a4;
}
.building .container .box2 .list .item .img {
  margin-top: -0.62rem;
  width: 1.53rem;
  height: 2rem;
  box-shadow: 5px 5px 0 2px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .building .container .box2 .list .item .img {
    margin-top: -0.3rem;
  }
}
.building .container .box2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building .container .box2 .list .item:hover .bg {
  opacity: 1;
  box-shadow: none;
}
.c-community {
  position: relative;
  z-index: 10;
  background-color: #404c55;
  min-height: 50vw;
}
@media (max-width: 991px) {
  .c-community {
    padding: 1.2rem 0;
    overflow: hidden;
  }
}
.c-community .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .c-community .c-list {
    padding: 0 0.2rem;
    margin: 0 0 -0.2rem;
  }
}
.c-community .c-list li {
  position: relative;
  z-index: 1;
  width: 12.5%;
  opacity: 0.5;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-community .c-list li {
    opacity: 1;
    padding: 0 0.1rem 0.2rem;
    width: 50%;
  }
}
.c-community .c-list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 991px) {
  .c-community .c-list li::before {
    display: none;
  }
}
.c-community .c-list li .c-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0s;
}
@media (max-width: 991px) {
  .c-community .c-list li .c-wrap {
    position: relative;
    width: 100% !important;
    height: 4rem !important;
  }
  .c-community .c-list li .c-wrap:hover .c-title {
    opacity: 1;
  }
}
.c-community .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-community .c-list li .c-wrap .c-title {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0.25rem 0.3rem;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);
  transition: 0s;
}
.c-community .c-list li.on {
  opacity: 1;
  z-index: 10;
}
.c-community .c-list li.on .c-wrap {
  width: 400%;
  height: 300%;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .c-community .c-list li.on:nth-child(8n) .c-wrap,
  .c-community .c-list li.on:nth-child(8n-1) .c-wrap,
  .c-community .c-list li.on:nth-child(8n-2) .c-wrap,
  .c-community .c-list li.on:nth-child(8n-3) .c-wrap {
    left: -300%;
  }
  .c-community .c-list li.on:nth-child(1) .c-wrap,
  .c-community .c-list li.on:nth-child(2) .c-wrap,
  .c-community .c-list li.on:nth-child(3) .c-wrap,
  .c-community .c-list li.on:nth-child(4) .c-wrap,
  .c-community .c-list li.on:nth-child(5) .c-wrap,
  .c-community .c-list li.on:nth-child(6) .c-wrap,
  .c-community .c-list li.on:nth-child(7) .c-wrap,
  .c-community .c-list li.on:nth-child(8) .c-wrap,
  .c-community .c-list li.on:nth-child(9) .c-wrap,
  .c-community .c-list li.on:nth-child(10) .c-wrap,
  .c-community .c-list li.on:nth-child(11) .c-wrap,
  .c-community .c-list li.on:nth-child(12) .c-wrap,
  .c-community .c-list li.on:nth-child(13) .c-wrap,
  .c-community .c-list li.on:nth-child(14) .c-wrap,
  .c-community .c-list li.on:nth-child(15) .c-wrap,
  .c-community .c-list li.on:nth-child(16) .c-wrap {
    bottom: -200%;
  }
}
#c-go-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #C2B2A5;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
#c-go-top .c-ico {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.3s;
}
#c-go-top .c-ico path {
  fill: #fff;
}
#c-go-top:hover {
  background-color: #f16777;
}
.c-cloud {
  position: relative;
}
.c-cloud > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cloud::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-cloud .container {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 900px;
  text-align: center;
}
.c-cloud .container .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-cloud .container .c-text {
  margin: 0.15rem 0 0.3rem;
}
.c-cloud .container .c-code {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-cloud .container .c-code {
    width: 2rem;
  }
}
.c-cloud .container .c-code img {
  width: 100%;
}
