@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Fontke";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
}
@font-face {
  font-family: "shu200";
  src: url("../fonts/SinkinSans-200XLight.otf") format("opentype");
}
@font-face {
  font-family: "shu500";
  src: url("../fonts/SinkinSans-500Medium.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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(100vw / 19.2);
}
@media (min-width: 1921px) {
  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-family: "Fontke", "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI", "SimSun", "SimHei", "Arial";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 89.333333%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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%;
}
.x-header {
  background: #f6fcf5;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 17.18%;
  z-index: 106;
}
@media (max-width: 971px) {
  .x-header {
    width: 100%;
    background: #fff;
    line-height: 60px;
    padding: 0 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .x-header {
    padding: 0 0.4rem;
  }
}
.x-header .x-con {
  padding-top: 0.9rem;
}
@media (max-width: 971px) {
  .x-header .x-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 0;
  }
}
.x-header .x-con .x-he-xg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.x-header .x-con .x-he-xg .x-headi {
  display: block;
  height: calc(100% / 9);
  width: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  animation: xhead 3s;
  animation-fill-mode: linear;
}
.x-header .x-con .x-top a {
  display: block;
  text-align: center;
}
@media (max-width: 971px) {
  .x-header .x-con .x-top a {
    line-height: 1;
  }
}
.x-header .x-con .x-top a img {
  width: 100%;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-header .x-con .x-top a img {
    height: 40px;
  }
}
@media (max-width: 971px) {
  .x-header .x-con .x-top a img {
    width: 100%;
    height: 28px;
  }
}
.x-header .x-con .x-zhong {
  margin-top: 0.25rem;
}
@media (max-width: 971px) {
  .x-header .x-con .x-zhong {
    display: none;
  }
}
.x-header .x-con .x-zhong ul {
  overflow-y: auto;
  max-height: 5.8rem;
}
@media (max-width: 1580px) {
  .x-header .x-con .x-zhong ul {
    max-height: 7rem;
  }
}
.x-header .x-con .x-zhong ul::-webkit-scrollbar {
  width: 3px;
}
.x-header .x-con .x-zhong ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-header .x-con .x-zhong ul::-webkit-scrollbar-thumb {
  background: #405c2d;
  border-radius: 25px;
}
.x-header .x-con .x-zhong ul ::-webkit-scrollbar-corner {
  background: #405c2d;
}
.x-header .x-con .x-zhong ul li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5c5c5c;
  padding: 0.3rem 0;
  border-bottom: 1px solid #dce5d9;
  transition: 0.3s all;
  position: relative;
}
.x-header .x-con .x-zhong ul li .x-ii {
  position: absolute;
  right: 0;
  top: 50%;
  transform: scaleX(100%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-right: 0.1rem solid #ffffff;
  border-bottom: 0.1rem solid transparent;
  opacity: 0;
  transition: 0.3s all;
}
.x-header .x-con .x-zhong ul li:hover > a {
  color: #405c2d;
}
.x-header .x-con .x-zhong ul li:hover > a .x-ii {
  opacity: 1;
}
.x-header .x-con .x-zhong ul li:hover .x-var {
  transform: scaleX(1);
  transition-delay: 0s;
  opacity: 1;
}
.x-header .x-con .x-zhong ul li:hover .x-var .x-var-xia dl dd {
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.x-header .x-con .x-zhong ul li .x-var {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1rem;
  transform: scaleX(0);
  transition: 0.3s all;
  transform-origin: center left;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.3, 1) 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}
.x-header .x-con .x-zhong ul li .x-var::-webkit-scrollbar {
  width: 3px;
}
.x-header .x-con .x-zhong ul li .x-var::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-header .x-con .x-zhong ul li .x-var::-webkit-scrollbar-thumb {
  background: #405c2d;
  border-radius: 25px;
}
.x-header .x-con .x-zhong ul li .x-var ::-webkit-scrollbar-corner {
  background: #405c2d;
}
.x-header .x-con .x-zhong ul li .x-var .x-title2 {
  font-size: 14px;
  color: #3e3939;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd {
  border-bottom: 1px solid rgba(62, 57, 57, 0.04);
  opacity: 0;
  transition: 0.3s all;
  transform: translateX(-100%);
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd.on {
  background-color: #fff;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd.on .x-to i {
  background: url("../images/x-comm3.png") no-repeat center;
  background-size: 100% 100%;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd:hover {
  background-color: #fff;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd:first-child {
  border-top: 1px solid rgba(62, 57, 57, 0.04);
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-to {
  position: relative;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-to a {
  display: block;
  color: #3e3939;
  opacity: 0.7;
  font-size: 14px;
  padding: 0.3rem 0.5rem;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-to a:hover {
  opacity: 1;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-to i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/x-comm2.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-d-xia {
  display: none;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-d-xia a {
  display: block;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  padding: 0.1rem 0.5rem;
  text-align: center;
}
.x-header .x-con .x-zhong ul li .x-var .x-var-xia dl dd .x-d-xia a:hover {
  opacity: 1;
}
.x-header .x-con .x-xia {
  margin-top: 0.6rem;
}
@media (max-width: 971px) {
  .x-header .x-con .x-xia {
    display: none;
  }
}
.x-header .x-con .x-xia .x-xia-img {
  text-align: center;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a:last-child .x-ld a {
  display: block;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a:hover img:nth-of-type(1) {
  display: none;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a:hover .x-ld {
  display: block;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a:last-child {
  margin-right: 0;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.x-header .x-con .x-xia .x-xia-img .x-img-a img:nth-of-type(2) {
  display: none;
}
.x-header .x-con .x-xia .x-xia-img .x-ld {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  z-index: 5;
  padding-top: 10px;
}
.x-header .x-con .x-xia .x-xia-img .x-ld::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  top: calc(0% + 4px);
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  z-index: 5;
}
.x-header .x-con .x-xia .x-xia-img .x-ld a {
  color: #425d2f;
  font-size: 14px;
  padding: 0.05rem;
  text-align: center;
  background-color: #fff;
}
.x-header .x-con .x-xia .x-p1 {
  text-align: center;
  font-size: 14px;
  margin-top: 0.45rem;
  padding: 0 0.3rem;
  color: #282828;
  opacity: 0.4;
}
.x-header .x-con .x-daohan {
  cursor: pointer;
  z-index: 14;
  display: none;
}
@media (max-width: 971px) {
  .x-header .x-con .x-daohan {
    display: block;
  }
}
.x-header .x-con .x-daohan:hover i:nth-of-type(1),
.x-header .x-con .x-daohan:hover i:nth-of-type(3) {
  width: 0.34rem;
}
.x-header .x-con .x-daohan i {
  display: block;
  position: relative;
  height: 2px;
  background-color: #bfc0c1;
  margin: 6px 0 6px auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
.x-header .x-con .x-daohan i:nth-of-type(1),
.x-header .x-con .x-daohan i:nth-of-type(3) {
  width: 0.34rem;
  margin-top: 0;
}
.x-header .x-con .x-daohan i:nth-of-type(2) {
  width: 0.34rem;
}
.x-header .x-con .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
.x-header .x-con .x-nav3 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
.x-header .x-con .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
.x-header .x-con .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  color: #494949;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.x-header .x-con .x-nav3 > li a:hover {
  opacity: 1;
}
.x-header .x-con .x-nav3 > li a:hover i {
  background: url("../images/x-jt4.png") no-repeat center;
  background-size: contain;
}
.x-header .x-con .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../images/x-jt4.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 0.6;
}
.x-header .x-con .x-nav3 > li ul {
  display: none;
}
.x-header .x-con .x-nav3 > li ul li a {
  padding-left: 0.25rem;
}
.x-header .x-con .x-nav3 > li ul li a:hover {
  opacity: 1;
}
.x-header .x-con .x-nav3 .x-xia-a {
  padding: 0.3rem 20px;
  text-align: center;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a:last-child .x-ld a {
  display: block;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a:hover img:nth-of-type(1) {
  display: none;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a:hover .x-ld {
  display: block;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a:last-child {
  margin-right: 0;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.x-header .x-con .x-nav3 .x-xia-a .x-img-a img:nth-of-type(2) {
  display: none;
}
.x-header .x-con .x-nav3 .x-xia-a .x-ld {
  display: none;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  border-radius: 4px;
}
.x-header .x-con .x-nav3 .x-xia-a .x-ld::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  top: calc(0% + -6px);
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  z-index: 5;
}
.x-header .x-con .x-nav3 .x-xia-a .x-ld a {
  color: #425d2f;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  line-height: 30px;
}
body.c-open {
  overflow: hidden;
}
body.c-open .x-header .x-daohan i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open .x-header .x-daohan i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.c-open .x-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open .x-header .x-nav3 {
  height: calc(100% - 60px);
}
#c-placeholder {
  display: none;
}
@media (max-width: 971px) {
  #c-placeholder {
    display: block;
    height: 60px;
  }
}
.x-container-right {
  padding-left: 17.18%;
}
@media (max-width: 971px) {
  .x-container-right {
    padding-left: 0;
  }
}
.x-index1 {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.x-index1 .swiper {
  height: 100%;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .public-img {
  animation: slider-zoomin 5.5s linear;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .public-img {
  height: 100%;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-wrapper .swiper-slide .public-img .x-pc {
    display: none;
  }
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .public-img .x-m {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-wrapper .swiper-slide .public-img .x-m {
    display: block;
  }
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 1.3rem;
}
@media (max-width: 971px) {
  .x-index1 .swiper .swiper-wrapper .swiper-slide .x-text {
    padding: 0 0.9rem;
  }
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.3rem;
  color: #fff;
  margin-left: 0.2rem;
  display: flex;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-text .x-p1 {
  font-size: 0.6rem;
  color: #fff;
  display: flex;
}
/* .x-index1 .swiper .swiper-wrapper .swiper-slide .x-text .x-p1 div:nth-child(1) {
  margin-left: 0.2rem;
} */
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-text .x-p1:nth-child(2) div:nth-child(3) div:nth-child(1) {
  margin-left: 0.12rem;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2 {
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
  font-family: "shu200";
  display: flex;
}
.x-index1 .swiper .swiper-button-prev {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  left: 85.28%;
  bottom: 5%;
  top: initial;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-button-prev {
    display: none;
  }
}
.x-index1 .swiper .swiper-button-prev::after {
  display: none;
}
.x-index1 .swiper .swiper-button-prev:hover ._cursor {
  transform: translate(0%, -50%);
  animation: slide_navi_prev_hover 1s forwards;
}
.x-index1 .swiper .swiper-button-prev:hover ._cursor path {
  stroke: #415c2d;
  fill: #415c2d;
}
.x-index1 .swiper .swiper-button-prev:hover ._circle {
  transform: rotate(360deg);
}
.x-index1 .swiper .swiper-button-prev:hover ._circle circle {
  animation: slideCircle 1.5s forwards;
}
.x-index1 .swiper .swiper-button-prev:hover ._circle .circle1 {
  stroke: #415c2d;
  stroke-dasharray: 0 377;
  animation: slideCircle 1.5s forwards;
}
.x-index1 .swiper .swiper-button-prev:hover ._circle .circle2 {
  stroke: transparent;
  stroke-dasharray: 0 377;
  animation: slideCircle 1.5s forwards;
}
.x-index1 .swiper .swiper-button-prev ._cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
  width: 7px;
  height: 12px;
}
.x-index1 .swiper .swiper-button-prev ._cursor path {
  transition: stroke 1s ease;
  fill: #fff;
}
.x-index1 .swiper .swiper-button-prev ._circle {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1.5s ease;
}
.x-index1 .swiper .swiper-button-prev ._circle .circle1 {
  stroke: #415c2d;
  animation: slideCircleR 1s forwards;
}
.x-index1 .swiper .swiper-button-prev ._circle .circle2 {
  stroke: #fff;
}
.x-index1 .swiper .x-pagination {
  position: absolute;
  left: 0;
  top: 74%;
  z-index: 5;
  display: flex;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.7rem;
  width: 100%;
}
@media (max-width: 767px) {
  .x-index1 .swiper .x-pagination {
    display: none;
  }
}
.x-index1 .swiper .x-pagination .x-p-img {
  margin-right: 20px;
  line-height: 1;
}
.x-index1 .swiper .x-pagination .x-p-img.on img:nth-of-type(1) {
  display: none;
}
.x-index1 .swiper .x-pagination .x-p-img.on img:nth-of-type(2) {
  display: block;
}
.x-index1 .swiper .x-pagination .x-p-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.x-index1 .swiper .x-pagination .x-p-img img:nth-of-type(1) {
  width: 14px;
  height: 14px;
}
.x-index1 .swiper .x-pagination .x-p-img img:nth-of-type(2) {
  width: 14px;
  height: 14px;
  display: none;
}
.x-index1 .swiper .x-pagination .x-num1 {
  line-height: 1;
  font-family: "shu200";
  color: #fff;
  font-size: 12px;
}
.x-index1 .swiper .x-pagination span {
  font-family: "shu200";
  color: #899090;
  margin: 0 6px;
  display: inline-block;
  font-size: 12px;
}
.x-index1 .swiper .x-pagination .x-num2 {
  line-height: 1;
  font-family: "shu200";
  color: #fff;
  font-size: 12px;
}
.x-index1 .swiper .x-pagination .x-line {
  width: 100%;
  height: 1px;
  position: relative;
  bottom: initial;
  background: rgba(255, 255, 255, 0.27) !important;
  margin: 0 0 0 0.6rem;
  border-radius: initial;
}
.x-index1 .swiper .x-pagination .x-line .swiper-pagination-bullet {
  position: absolute;
  left: 0;
  width: 0;
  border-radius: initial;
  height: 1px;
  background-color: #fff;
  margin: 0;
  opacity: 1;
}
.x-index1 .swiper .x-pagination .x-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100%;
  opacity: 1;
  transition: all 5.5s linear;
}
.x-index1 .swiper .swiper-button-next {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  left: 85.28%;
  top: initial;
  bottom: 14%;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-button-next {
    display: none;
  }
}
.x-index1 .swiper .swiper-button-next::after {
  display: none;
}
.x-index1 .swiper .swiper-button-next:hover ._cursor {
  transform: translate(0%, -50%);
  animation: slide_navi_next_hover 1s forwards;
}
.x-index1 .swiper .swiper-button-next:hover ._cursor path {
  stroke: #415c2d;
  fill: #415c2d;
}
.x-index1 .swiper .swiper-button-next:hover ._circle {
  transform: rotate(360deg);
}
.x-index1 .swiper .swiper-button-next:hover ._circle .circle1 {
  stroke: #415c2d;
  stroke-dasharray: 0 377;
  animation: slideCircle 1.5s forwards;
}
.x-index1 .swiper .swiper-button-next:hover ._circle .circle2 {
  stroke: transparent;
  stroke-dasharray: 377 0;
  animation: slideCircleR 1s forwards;
}
.x-index1 .swiper .swiper-button-next ._cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
  width: 7px;
  height: 12px;
}
.x-index1 .swiper .swiper-button-next ._cursor path {
  transition: stroke 1s ease;
  fill: #fff;
}
.x-index1 .swiper .swiper-button-next ._circle {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1.5s ease;
}
.x-index1 .swiper .swiper-button-next ._circle .circle1 {
  stroke: #415c2d;
  animation: slideCircleR 1s forwards;
}
.x-index1 .swiper .swiper-button-next ._circle .circle2 {
  stroke: #fff;
}
@keyframes lin {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideCircle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%,
  to {
    stroke-dasharray: 377 377;
  }
}
@keyframes slideCircleR {
  0% {
    stroke-dasharray: 377 377;
  }
  99.9%,
  to {
    stroke-dasharray: 0 377;
  }
}
@keyframes slide_navi_prev_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes slide_navi_next_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.x-public-a {
  display: inline-block;
  height: 0.54rem;
  padding: 0 0.54rem;
  line-height: 0.54rem;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.27rem;
  transition: 0.3s all;
}
.x-public-a:hover {
  color: #415c2d;
  background-color: rgba(194, 225, 217, 0.3);
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .x-public-a {
    font-size: 12px;
  }
}
.x-index-title {
  font-size: 0.52rem;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.x-index-title span {
  font-size: 0.24rem;
  font-family: "shu200";
  font-weight: initial;
  margin-left: 0.2rem;
}
.x-container {
  margin: 0 1.5rem 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-container {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .x-container {
    width: 89.333333%;
  }
}
.x-index2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 1.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index2 {
    padding-top: 1.2rem;
  }
}
.x-index2 .x-con .x-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.5rem 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-top {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top {
    width: 89.333333%;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-le {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
}
.x-index2 .x-con .x-top .x-le .x-title {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-le .x-title {
    margin-bottom: 0.4rem;
  }
}
.x-index2 .x-con .x-top .x-text {
  width: 72%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-text {
    margin-top: 0;
    width: 100%;
  }
}
.x-index2 .x-con .x-top .x-text .x-title2 {
  font-size: 0.3rem;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-text .x-title2 {
    font-size: 0.36rem;
  }
}
.x-index2 .x-con .x-top .x-text .x-p {
  font-size: 18px;
  color: #555555;
  opacity: 0.8;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-top .x-text .x-p {
    font-size: 16px;
  }
  .x-index2 .x-con .x-top .x-text .x-p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-text .x-p {
    font-size: 0.3rem;
  }
}
.x-index2 .x-con .x-xia {
  height: 5.56rem;
  background-color: #c2e1d9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia {
    margin-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia {
    margin-top: 0.4rem;
  }
}
.x-index2 .x-con .x-xia .x-left {
  padding-left: 1.3rem;
  width: 31.28%;
  position: relative;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left {
    width: 100%;
    padding: 0 0.4rem;
    margin-top: 0;
  }
}
.x-index2 .x-con .x-xia .x-left .x-svg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
  left: 27%;
}
@media (max-width: 971px) {
  .x-index2 .x-con .x-xia .x-left .x-svg {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left .x-svg {
    display: none;
  }
}
.x-index2 .x-con .x-xia .x-left .x-svg .swiper-pagination {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: initial;
  width: auto;
}
.x-index2 .x-con .x-xia .x-left .x-svg .swiper-pagination .swiper-pagination-current {
  font-size: 16px;
  font-family: "shu500";
}
.x-index2 .x-con .x-xia .x-left .x-svg .swiper-pagination .swiper-pagination-total {
  display: none;
}
.x-index2 .x-con .x-xia .x-left .x-svg svg {
  width: 0.74rem;
  height: 0.74rem;
  transform: rotate(-90deg);
  display: none;
}
.x-index2 .x-con .x-xia .x-left .x-svg svg.on {
  display: block;
}
.x-index2 .x-con .x-xia .x-left .x-svg svg.on .x-ba1 {
  opacity: 0.35;
}
.x-index2 .x-con .x-xia .x-left .x-svg svg.on .x-ba2 {
  animation: box1run 6s linear infinite;
}
.x-index2 .x-con .x-xia .x-left .x-span {
  font-size: 0.24rem;
  color: #000000;
  font-family: "shu200";
  position: relative;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left .x-span {
    display: none;
  }
}
.x-index2 .x-con .x-xia .x-left .x-span::before {
  content: "";
  width: 4.17rem;
  height: 0.5px;
  background-color: #415c2d;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.3rem;
  z-index: 5;
}
.x-index2 .x-con .x-xia .x-left .swiper {
  margin-top: 0.55rem;
  height: 140px;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left .swiper {
    height: auto;
  }
}
.x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #000000;
}
.x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p i {
  opacity: 1;
}
.x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide p {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide p i {
  width: 19px;
  height: 10px;
  background: url("../images/x-ri1.png") no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-left .swiper .swiper-wrapper .swiper-slide p i {
    display: none;
  }
}
.x-index2 .x-con .x-xia .x-right {
  width: 68.72%;
  margin-top: -2.7rem;
}
@media (max-width: 971px) {
  .x-index2 .x-con .x-xia .x-right {
    margin-top: -1.7rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index2 .x-con .x-xia .x-right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index2 .x-con .x-xia .x-right .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 1;
  transform: translate(0);
  width: 0;
  left: auto;
  right: -5%;
}
.x-index2 .x-con .x-xia .x-right .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(114deg, rgba(39, 132, 249, 0), #c2e1d9 30%, rgba(194, 225, 217, 0.8) 80%, rgba(194, 225, 217, 0) 110%);
  transform: translateX(-100%);
  opacity: 0;
  transform-origin: left;
  z-index: 10;
  transition: 1.5s all;
  width: 100%;
  height: 100%;
}
.x-index2 .x-con .x-xia .x-right .swiper .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 59.32%;
}
@keyframes box1run {
  0% {
    stroke-dashoffset: 68;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.x-index3 {
  position: relative;
  z-index: 2;
}
.x-index3 .x-con {
  width: 100%;
}
.x-index3 .x-con .swiper {
  width: 100%;
}
.x-index3 .x-con .swiper .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 6.25rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .swiper .swiper-wrapper a {
    height: 8.25rem;
  }
}
@media (max-width: 750px) {
  .x-index3 .x-con .swiper .swiper-wrapper a {
    height: 3rem;
  }
}
.x-index3 .x-con .swiper .swiper-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con .swiper .swiper-wrapper a .x-text {
  position: absolute;
  top: 32%;
  left: 58%;
  padding-right: 0.6rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .swiper .swiper-wrapper a .x-text {
    left: 56%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .swiper .swiper-wrapper a .x-text {
    left: 40%;
    padding-right: 0.4rem;
  }
}
.x-index3 .x-con .swiper .swiper-wrapper a .x-text .x-title {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-index3 .x-con .swiper .swiper-wrapper a .x-text .x-title br {
    display: none;
  }
}
.x-index3 .x-con .swiper .swiper-wrapper a .x-text .x-p {
  font-size: 18px;
  color: #333333;
  margin-top: 0.35rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .swiper .swiper-wrapper a .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .swiper .swiper-wrapper a .x-text .x-p {
    font-size: 0.32rem;
  }
}
.x-index3 .x-con .swiper .swiper-pagination-bullet {
  width: 1.2rem;
  height: 2px;
  border-radius: initial;
  display: inline-flex;
}
@media (max-width: 767px) {
  .x-index3 .x-con .swiper .swiper-pagination-bullet {
    width: 0.6rem;
  }
}
.x-index3 .x-con .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #405c2d;
}
.x-index4 {
  padding: 1.45rem 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-index4 {
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
  }
}
.x-index4 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-index4 .x-con .x-left {
  width: 39.6%;
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-left {
    width: 42.6%;
  }
}
@media (max-width: 971px) {
  .x-index4 .x-con .x-left {
    width: 47.6%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-left {
    width: 100%;
    position: initial;
  }
}
.x-index4 .x-con .x-left .x-p {
  font-size: 18px;
  color: #555;
  opacity: 0.8;
  margin-top: 0.5rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-left .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-left .x-p {
    margin: 0.3rem 0 0.5rem 0;
  }
}
.x-index4 .x-con .x-right {
  width: 49.5%;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index4 .x-con .x-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index4 .x-con .x-right ul li {
  width: 47%;
  margin-bottom: 0.4rem;
}
.x-index4 .x-con .x-right ul li a {
  display: block;
  overflow: hidden;
}
.x-index4 .x-con .x-right ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-index4 .x-con .x-right ul li a:hover .public-img img:nth-of-type(1) {
  opacity: 0;
}
.x-index4 .x-con .x-right ul li a:hover .public-img img:nth-of-type(2) {
  opacity: 1;
}
.x-index4 .x-con .x-right ul li a:hover .x-text {
  transform: translateY(-15px);
}
.x-index4 .x-con .x-right ul li a:hover .x-text::before {
  height: 100%;
  bottom: 0;
}
.x-index4 .x-con .x-right ul li a .public-img {
  background-color: #f3f3f1;
}
.x-index4 .x-con .x-right ul li a .public-img::before {
  padding-top: 126%;
}
.x-index4 .x-con .x-right ul li a .public-img img {
  transition: 0.3s all;
}
.x-index4 .x-con .x-right ul li a .public-img img:nth-of-type(2) {
  opacity: 0;
}
.x-index4 .x-con .x-right ul li a .x-text {
  text-align: center;
  padding: 0.15rem 0.1rem 0.15rem;
  transition: 0.3s all;
  position: relative;
  z-index: 2;
}
.x-index4 .x-con .x-right ul li a .x-text::before {
  content: "";
  width: 100%;
  height: 0;
  transition: 0.3s all;
  background-color: #f3f3f1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
.x-index4 .x-con .x-right ul li a .x-text .x-title {
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-right ul li a .x-text .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-right ul li a .x-text .x-title {
    font-size: 16px;
    margin-bottom: 0.1rem;
  }
}
.x-index4 .x-con .x-right ul li a .x-text p {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.9;
}
.x-index5 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-attachment: fixed;
  height: 6.7rem;
  width: 100%;
  background-size: auto 100%;
  background-position: center center;
}
.x-index5 .x-con {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.x-index5 .x-con .x-img {
  width: 100%;
  height: 6.7rem;
  overflow: hidden;
}
.x-index5 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index5 .x-con .x-text {
  position: absolute;
  left: 8%;
  top: 1.4rem;
}
.x-index5 .x-con .x-text .x-title {
  font-size: 0.36rem;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-text .x-title {
    font-size: 0.4rem;
  }
}
.x-index5 .x-con .x-text .x-p {
  font-size: 18px;
  color: #000000;
  margin: 0.3rem 0 1.7rem 0;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-text .x-p {
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
  }
}
.x-index6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 1.64rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index6 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-index6::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c3e1d9;
  position: absolute;
  left: 49.38%;
  top: 0;
}
@media (max-width: 1260px) {
  .x-index6::before {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .x-index6::before {
    display: none;
  }
}
.x-index6 .x-con .x-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-index6 .x-con ul {
  padding-top: 0.85rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul {
    padding-top: 0.6rem;
  }
}
.x-index6 .x-con ul li {
  width: 100%;
  padding-bottom: 1.55rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li {
    padding-bottom: 0.4rem;
  }
}
.x-index6 .x-con ul li:nth-of-type(2n) a .x-le i::before {
  left: -6px;
}
.x-index6 .x-con ul li:nth-of-type(2n) a .x-le i::after {
  right: initial;
  left: -19px;
}
.x-index6 .x-con ul li:nth-of-type(2n) a .x-text {
  order: -1;
  padding: 0.4rem 1rem 0 0;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li:nth-of-type(2n) a .x-text {
    order: 1;
    padding: 0;
  }
}
.x-index6 .x-con ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index6 .x-con ul li a .x-le {
  width: 50%;
  position: relative;
  padding-bottom: 13px;
  transition: 1s all;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-le {
    width: 100%;
  }
}
.x-index6 .x-con ul li a .x-le i {
  width: 100%;
  height: 4px;
  background-color: #c2e1d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-le i {
    display: none;
  }
}
.x-index6 .x-con ul li a .x-le i::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -6px;
  bottom: -4px;
  background-color: #c2e1d9;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-le i::before {
    display: none;
  }
}
.x-index6 .x-con ul li a .x-le i::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -19px;
  bottom: -17px;
  background-color: #c2e1d9;
  border-radius: 50%;
  z-index: 5;
  opacity: 0.36;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-le i::after {
    display: none;
  }
}
.x-index6 .x-con ul li a .x-le .public-img::before {
  padding-top: 51.06%;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-le .public-img::before {
    padding-top: 68.06%;
  }
}
.x-index6 .x-con ul li a .x-text {
  width: 50%;
  padding: 0.4rem 0 0 1.1rem;
  transition: 1.2s all;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-text {
    width: 100%;
    padding: 0;
  }
}
.x-index6 .x-con ul li a .x-text > span {
  color: #363636;
  opacity: 0.8;
}
.x-index6 .x-con ul li a .x-text .x-title {
  font-size: 0.3rem;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0.2rem 0 0.1rem 0;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-text .x-title {
    font-size: 0.36rem;
    margin-top: 0.15rem;
  }
}
.x-index6 .x-con ul li a .x-text .x-p {
  font-size: 18px;
  color: #555555;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-index6 .x-con ul li a .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-text .x-p {
    font-size: 0.28rem;
  }
}
.x-index6 .x-con ul li a .x-text .bg-2 {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li a .x-text .bg-2 {
    display: none;
  }
}
.x-foot {
  background-color: #c2e1d9;
  padding: 1.2rem 0 0.8rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-foot {
    padding: 1rem 0 0.4rem 0;
  }
}
.x-foot .x-container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .x-foot .x-container .x-top {
    padding-bottom: 0.4rem;
  }
}
.x-foot .x-container .x-top .x-left {
  width: 33%;
}
@media (max-width: 1260px) {
  .x-foot .x-container .x-top .x-left {
    width: 38%;
  }
}
@media (max-width: 971px) {
  .x-foot .x-container .x-top .x-left {
    width: 100%;
  }
}
.x-foot .x-container .x-top .x-left .x-x-img {
  width: 100%;
  height: 2rem;
}
.x-foot .x-container .x-top .x-left .x-x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-container .x-top .x-left .x-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  padding: 0 15px 8px 15px;
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .x-foot .x-container .x-top .x-left .x-form {
    margin-top: 0.4rem;
    padding: 0 0.3rem 0.05rem 0.3rem;
  }
}
.x-foot .x-container .x-top .x-left .x-form input {
  color: #000;
  opacity: 0.5;
  width: 80%;
}
.x-foot .x-container .x-top .x-left .x-form input::placeholder {
  color: #000;
  opacity: 0.5;
}
.x-foot .x-container .x-top .x-left .x-form button {
  width: 18%;
  text-align: right;
}
.x-foot .x-container .x-top .x-left .x-form button:hover img {
  opacity: 0.8;
}
.x-foot .x-container .x-top .x-left .x-form button img {
  width: 0.42rem;
  height: 0.42rem;
  object-fit: contain;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-foot .x-container .x-top .x-left .x-form button img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-container .x-top .x-left .x-form button img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-foot .x-container .x-top .x-left .x-f-fenx {
  margin-top: 0.6rem;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  width: 0.74rem;
  height: 0.74rem;
  position: relative;
  margin-right: 0.25rem;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: scale(1.1);
  box-shadow: inset 0 0 0 1px rgba(151, 151, 151, 0.5);
  transition: box-shadow 0.3s, transform 0.3s;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a:hover::before {
  box-shadow: inset 0 0 0 0.47rem #415c2d;
  transform: scale(1);
}
.x-foot .x-container .x-top .x-left .x-f-fenx a:hover .st0 {
  fill: #fff;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a:hover .x-img {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  .x-foot .x-container .x-top .x-left .x-f-fenx a {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.x-foot .x-container .x-top .x-left .x-f-fenx a:last-child {
  margin-right: 0;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a .x-f-img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-foot .x-container .x-top .x-left .x-f-fenx a .x-f-img {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-foot .x-container .x-top .x-left .x-f-fenx a .x-img {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: 0.3s all;
  padding: 0.1rem;
  background-color: #fff;
}
.x-foot .x-container .x-top .x-left .x-f-fenx a .x-img img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.x-foot .x-container .x-top .x-right {
  width: 100%;
}
@media (max-width: 971px) {
  .x-foot .x-container .x-top .x-right {
    display: none;
  }
}
.x-foot .x-container .x-top .x-right ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .x-container .x-top .x-right ul li {
  margin-right: 1.15rem;
}
@media (max-width: 1580px) {
  .x-foot .x-container .x-top .x-right ul li {
    margin-right: 0.7rem;
  }
}
.x-foot .x-container .x-top .x-right ul li:last-child {
  margin-right: 0;
}
.x-foot .x-container .x-top .x-right ul li .x-title {
  font-size: 20px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
@media (max-width: 1580px) {
  .x-foot .x-container .x-top .x-right ul li .x-title {
    font-size: 18px;
  }
}
.x-foot .x-container .x-top .x-right ul li .x-li-xia a {
  color: #000000;
  display: block;
  margin-bottom: 0.2rem;
  transition: 0.3s all;
}
.x-foot .x-container .x-top .x-right ul li .x-li-xia a:hover {
  color: #415c2d;
}
.x-foot .x-container .x-top .x-right ul li .x-li-xia a:last-child {
  margin-bottom: 0;
}
.x-foot .x-container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-foot .x-container .x-xia p {
  color: #000000;
}
.x-foot .x-container .x-xia .x-ri a {
  color: #000000;
  transition: 0.3s all;
}
.x-foot .x-container .x-xia .x-ri a:hover {
  color: #415c2d;
}
.x-foot .x-container .x-xia .x-ri a:nth-of-type(n + 2) {
  margin-left: 0.15rem;
}
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #eae6e0;
  z-index: 999;
  pointer-events: none;
}
@media (max-width: 1260px) {
  #c-followDot {
    display: none;
  }
}
#c-followDot .c-hover {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #eae6e0;
  border-radius: 50%;
  z-index: 98;
  box-sizing: border-box;
}
#actionTrack .oArrow.fillColor {
  fill: #fff;
}
#actionTrack .oArrow {
  position: absolute;
  top: -3px;
  left: -3px;
  transform: rotateZ(0);
  opacity: 0;
}
.circlePath {
  width: 38px;
  height: 38px;
  transform: scale(0.5);
  opacity: 0;
}
#actionTrack .circlePath {
  opacity: 1;
  fill: transparent;
  top: -18px;
  left: -18px;
  transform: none;
  position: absolute;
}
.show .circlePath {
  transform: scale(1);
  opacity: 1;
}
.show .circlePath {
  transform: scale(1);
  opacity: 1;
}
#actionTrack {
  top: -8px;
  left: 6px;
  position: absolute;
}
#actionTrack circle.fillColor {
  stroke: #fff;
}
#actionTrack circle {
  stroke-dashoffset: 113;
}
#actionTrack.show circle {
  stroke-dashoffset: 0;
}
#actionTrack .oArrow.fillColor {
  fill: #fff;
}
.no_opacity.show,
.show .no_opacity {
  opacity: 1 !important;
  pointer-events: all;
}
.transition_all {
  transition-property: all !important;
}
#actionTrack.show .has_transition_1000 {
  animation: box1run2 0.5s linear normal forwards;
}
@keyframes box1run2 {
  0% {
    stroke-dashoffset: 113;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.transition_all {
  transition-property: all !important;
}
svg * {
  will-change: transform;
}
.oArrow {
  width: 8px;
  transform: rotateZ(45deg);
}
.oSymbol {
  position: absolute;
  right: -12px;
  top: 4px;
}
#bookNow.dark .oSymbol .fillColor {
  fill: #9c998f;
}
.oButton.whiteArrow .oSymbol .fillColor {
  fill: #fff;
}
.oButton.dark .oArrow.fillColor {
  fill: #9c998f;
}
#c-followDot .oSymbol {
  position: absolute;
  right: -12px;
  top: 4px;
  display: none;
}
#c-followDot #actionTrack {
  display: none;
}
#c-followDot.c-active {
  background: transparent;
}
#c-followDot.c-active #actionTrack {
  display: block;
}
#c-followDot.c-active .oSymbol {
  position: absolute;
  right: -12px;
  top: 4px;
  display: none;
}
#actionTrack.show .has_transition_1000 {
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1), opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1), opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.x-pro-sea1 .info-banner .tbox .x-container .title {
  color: #000000;
}
.x-pro-sea1 .info-banner .tbox .x-container .txt {
  color: #000000;
}
.x-pro-sea2 {
  padding: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .x-pro-sea2 {
    padding-top: 1.2rem;
  }
}
.x-pro-sea2 .x-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container {
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
  }
}
.x-pro-sea2 .x-container .x-left {
  display: flex;
  width: 83.08%;
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container .x-left {
    flex-wrap: wrap;
    width: 100%;
  }
}
.x-pro-sea2 .x-container .x-left .x-le-a {
  display: inline-block;
  color: #415c2d;
  font-size: 14px;
  margin-right: 0.4rem;
  flex-shrink: 0;
  padding: 0.05rem 0 0.08rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container .x-left .x-le-b {
    margin: 0.3rem 0;
  }
}
.x-pro-sea2 .x-container .x-left .x-le-b a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  padding: 0.05rem 0.2rem 0.08rem 0.2rem;
  transition: 0.3s all;
  border-radius: 0.38rem;
}
.x-pro-sea2 .x-container .x-left .x-le-b a:hover {
  color: #415c2d;
}
.x-pro-sea2 .x-container .x-left .x-le-b a.on {
  color: #415c2d;
}
.x-pro-sea2 .x-container .x-left .x-le-b a:last-child {
  margin-right: 0;
}
.x-pro-sea2 .x-container .x-right {
  width: 16.92%;
}
@media (max-width: 1580px) {
  .x-pro-sea2 .x-container .x-right {
    width: 20.92%;
  }
}
@media (max-width: 971px) {
  .x-pro-sea2 .x-container .x-right {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container .x-right {
    width: 100%;
  }
}
.x-pro-sea2 .x-container .x-right .x-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 0.38rem;
  padding: 0 0 0 0.18rem;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .x-pro-sea2 .x-container .x-right .x-form {
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container .x-right .x-form {
    height: 34px;
    line-height: 34px;
  }
}
.x-pro-sea2 .x-container .x-right .x-form input {
  font-size: 14px;
  color: #666666;
  width: 80%;
}
@media (max-width: 767px) {
  .x-pro-sea2 .x-container .x-right .x-form input {
    font-size: 12px;
  }
}
.x-pro-sea2 .x-container .x-right .x-form input::placeholder {
  color: #666666;
}
.x-pro-sea2 .x-container .x-right .x-form button {
  width: 20%;
  text-align: center;
}
.x-pro-sea2 .x-container .x-right .x-form button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: baseline;
}
.x-pro-sea3 {
  padding: 0.6rem 0 2.2rem 0;
}
.x-pro-sea3 .x-container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-pro-sea3 .x-container ul li {
  width: 19.23%;
  margin-right: 7.69%;
  margin-bottom: 1.3rem;
}
@media (max-width: 971px) {
  .x-pro-sea3 .x-container ul li {
    width: 22.23%;
    margin-right: 3.69%;
  }
}
@media (max-width: 767px) {
  .x-pro-sea3 .x-container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
}
.x-pro-sea3 .x-container ul li:nth-of-type(4n) {
  margin-right: 0;
}
.x-pro-sea3 .x-container ul li a {
  display: block;
  text-align: center;
}
.x-pro-sea3 .x-container ul li a:hover .public-img img:nth-of-type(1) {
  opacity: 0;
}
.x-pro-sea3 .x-container ul li a:hover .public-img img:nth-of-type(2) {
  opacity: 1;
}
.x-pro-sea3 .x-container ul li a .public-img::before {
  padding-top: 160%;
}
.x-pro-sea3 .x-container ul li a .public-img img {
  transition: 0.3s all;
}
.x-pro-sea3 .x-container ul li a .public-img img:nth-of-type(2) {
  opacity: 0;
}
.x-pro-sea3 .x-container ul li a .x-text {
  margin-top: 0.1rem;
}
.x-pro-sea3 .x-container ul li a .x-text .x-title {
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-pro-sea3 .x-container ul li a .x-text .x-title {
    font-size: 18px;
  }
}
.x-pro-sea3 .x-container ul li a .x-text p {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-pro-sea3 .x-container ul li a .x-text .bg-2 {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .x-pro-sea3 .x-container ul li a .x-text .bg-2 {
    margin-top: 0.3rem;
  }
}
.x-pro-show1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.x-pro-show1 .x-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  padding-top: 1.85rem;
}
@media (max-width: 971px) {
  .x-pro-show1 .x-container {
    padding-top: 3.85rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show1 .x-container {
    height: 100%;
    padding: 0.8rem 0 0.6rem 0;
  }
}
.x-pro-show1 .x-container .x-left {
  width: 47%;
}
@media (max-width: 767px) {
  .x-pro-show1 .x-container .x-left {
    width: 100%;
  }
}
.x-pro-show1 .x-container .x-left .public-img::before {
  padding-top: 100%;
}
.x-pro-show1 .x-container .x-right {
  width: 47%;
  margin-top: 1.9rem;
  padding-right: 0.7rem;
}
@media (max-width: 1260px) {
  .x-pro-show1 .x-container .x-right {
    margin-top: 0.8rem;
  }
}
@media (max-width: 971px) {
  .x-pro-show1 .x-container .x-right {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .x-pro-show1 .x-container .x-right {
    width: 100%;
    margin-top: 0.3rem;
    padding-right: 0;
  }
}
.x-pro-show1 .x-container .x-right .x-sp {
  color: #000000;
}
.x-pro-show1 .x-container .x-right .x-title {
  font-size: 0.4rem;
  color: #000000;
  font-weight: bold;
}
.x-pro-show1 .x-container .x-right .x-p {
  color: #000000;
  line-height: 1.6;
  margin: 0.2rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-pro-show1 .x-container .x-right .x-p {
    margin-bottom: 0.1rem;
  }
}
.x-pro-show1 .x-container .x-right .x-xia {
  display: flex;
  align-items: center;
}
.x-pro-show1 .x-container .x-right .x-xia p {
  font-size: 20px;
  color: #666666;
}
.x-pro-show1 .x-container .x-right .x-xia p i {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #a5a5a5;
  margin: 0 10px;
}
.x-pro-show1 .x-container .x-right .x-xia a {
  margin-top: 5px;
  display: inline-block;
  margin-left: 0.4rem;
}
@media (max-width: 1260px) {
  .x-pro-show2 {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show2 {
    padding-top: 1rem;
  }
}
.x-pro-show2 .x-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-pro-show2 .x-container .x-left {
  width: 50%;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-pro-show2 .x-container .x-left {
    width: 100%;
  }
}
.x-pro-show2 .x-container .x-left .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-pro-show2 .x-container .x-left ul {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-pro-show2 .x-container .x-left ul {
    margin-top: 0.3rem;
  }
}
.x-pro-show2 .x-container .x-left ul li {
  margin-bottom: 0.35rem;
}
.x-pro-show2 .x-container .x-left ul li .x-title2 {
  font-size: 0.24rem;
  color: #000000;
}
@media (max-width: 1580px) {
  .x-pro-show2 .x-container .x-left ul li .x-title2 {
    font-size: 18px;
  }
}
.x-pro-show2 .x-container .x-left ul li p {
  color: #000;
  margin-top: 0.1rem;
}
.x-pro-show2 .x-container .x-left ul .x-li-gx .x-sp {
  padding: 0.06rem 0.18rem;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 38px;
  margin-right: 0.25rem;
  margin-top: 0.18rem;
}
.x-pro-show2 .x-container .x-left ul .x-li-gx .x-sp i {
  font-style: initial;
  display: inline-block;
  margin-right: 10px;
}
.x-pro-show2 .x-container .x-right {
  width: 50%;
}
@media (max-width: 767px) {
  .x-pro-show2 .x-container .x-right {
    width: 100%;
  }
}
.x-pro-show2 .x-container .x-right .x-img {
  height: auto;
  width: 100%;
}
.x-pro-show2 .x-container .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-show3 {
  background-color: #f1f1f1;
  padding: 1.1rem 0 1.3rem 0;
}
.x-pro-show3 .x-container .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-pro-show3 .x-container ul {
  margin-top: 0.5rem;
}
.x-pro-show3 .x-container ul li {
  padding: 0.35rem 0.15rem 0.25rem 0.15rem;
  border-top: 1px solid #434343;
  display: flex;
  justify-content: space-between;
}
.x-pro-show3 .x-container ul li:nth-of-type(n + 4) {
  display: none;
}
.x-pro-show3 .x-container ul li:last-child {
  border-bottom: 1px solid #434343;
}
.x-pro-show3 .x-container ul li .x-title2 {
  font-size: 0.24rem;
  color: #000;
}
@media (max-width: 1580px) {
  .x-pro-show3 .x-container ul li .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-pro-show3 .x-container ul li .x-title2 {
    font-size: 0.32rem;
  }
}
.x-pro-show3 .x-container ul li p {
  width: 100%;
  color: #000;
}
.x-pro-show3 .x-container .x-xia {
  text-align: center;
  margin-top: 0.6rem;
  position: relative;
}
.x-pro-show3 .x-container .x-xia::before {
  content: "";
  width: 100%;
  height: 2.5rem;
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.6rem);
  background: url("../images/x-pro-mb1.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 0.8;
}
.x-pro-show4 {
  position: relative;
}
.x-pro-show4 .x-img {
  width: 100%;
  height: 7.2rem;
}
.x-pro-show4 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-show4 .x-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 39.5%;
}
@media (max-width: 1260px) {
  .x-pro-show4 .x-container {
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .x-container {
    width: 89%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.x-pro-show4 .x-container .x-con-c {
  position: relative;
}
.x-pro-show4 .x-container .x-con-c .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  margin-top: 0.95rem;
}
.x-pro-show4 .x-container .x-con-c .x-but-pr {
  position: absolute;
  right: 0.53rem;
  top: 0.5rem;
}
@media (max-width: 1580px) {
  .x-pro-show4 .x-container .x-con-c .x-but-pr {
    right: 0.7rem;
  }
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-prev {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #fff;
  border-radius: 100%;
  right: 10px;
  left: auto;
}
@media (max-width: 767px) {
  .x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-prev::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-prev::after {
  display: none;
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #fff;
  border-radius: 100%;
  left: 10px;
  right: auto;
}
@media (max-width: 767px) {
  .x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-next::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100%;
}
.x-pro-show4 .x-container .x-con-c .x-but-pr .swiper-button-next::after {
  display: none;
}
.x-pro-show4 .x-container .x-swiper {
  margin-top: 0.6rem;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  background-color: #f3f3f1;
  position: relative;
  padding-bottom: 0.4rem;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a:hover .public-img img:nth-of-type(1) {
  opacity: 0;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a:hover .public-img img:nth-of-type(2) {
  opacity: 1;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a:hover .x-title2 {
  bottom: 0.2rem;
  opacity: 1;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a .public-img::before {
  padding-top: 126%;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a .public-img img {
  transition: 0.3s all;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a .public-img img:nth-of-type(2) {
  opacity: 0;
}
.x-pro-show4 .x-container .x-swiper .swiper .swiper-wrapper .swiper-slide a .x-title2 {
  color: #000000;
  text-align: center;
  margin: 5px 10px 0 0;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-pro-list1 .x-pro-sea2 .x-container {
    position: relative;
    padding-bottom: 0.3rem;
  }
}
.x-pro-list1 .x-pro-sea2 .x-container .x-right {
  text-align: right;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-pro-list1 .x-pro-sea2 .x-container .x-right {
    order: -1;
    position: absolute;
    top: 0;
  }
}
.x-pro-list2 {
  padding: 0.8rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-pro-list2 {
    padding-bottom: 0;
  }
}
.x-pro-list2 .x-con ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.45rem;
  flex-wrap: wrap;
}
.x-pro-list2 .x-con ul li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-con ul li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-pro-list2 .x-con ul li .x-left {
  width: 48.5%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-con ul li .x-left {
    width: 100%;
    position: initial;
  }
}
.x-pro-list2 .x-con ul li .x-left .public-img {
  overflow: hidden;
}
.x-pro-list2 .x-con ul li .x-left .public-img:hover img {
  transform: scale(1.02);
}
.x-pro-list2 .x-con ul li .x-left .public-img img {
  transition: 0.5s all;
}
.x-pro-list2 .x-con ul li .x-left .public-img::before {
  padding-top: 125.5%;
}
@media (max-width: 1260px) {
  .x-pro-list2 .x-con ul li .x-left .public-img::before {
    padding-top: 128.5%;
  }
}
.x-pro-list2 .x-con ul li .x-right {
  width: 51.5%;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-con ul li .x-right {
    width: 100%;
  }
}
.x-pro-list2 .x-con ul li .x-right a {
  display: block;
  text-align: center;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-con ul li .x-right a {
    padding: 0.3rem 0;
  }
}
.x-pro-list2 .x-con ul li .x-right a:hover .x-img img {
  transform: scale(1.1);
}
.x-pro-list2 .x-con ul li .x-right a .x-img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-pro-list2 .x-con ul li .x-right a .x-img {
    height: 5rem;
  }
}
.x-pro-list2 .x-con ul li .x-right a .x-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-pro-list2 .x-con ul li .x-right a .x-text {
  margin-top: 0.2rem;
}
.x-pro-list2 .x-con ul li .x-right a .x-text .x-title {
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-pro-list2 .x-con ul li .x-right a .x-text .x-title {
    font-size: 18px;
  }
}
.x-pro-list2 .x-con ul li .x-right a .x-text p {
  color: #000;
}
.x-pro-list2 .x-con ul li .x-right a .x-text .bg-2 {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-con ul li .x-right a .x-text .bg-2 {
    margin-top: 0.3rem;
  }
}
.x-about1 .x-container {
  padding: 0.6rem 0 0.3rem 0;
  border-bottom: 1px solid #b8b8b8;
}
.x-about1 .x-container a {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-about1 .x-container a {
    margin-bottom: 0.2rem;
  }
}
.x-about1 .x-container a.on {
  color: #415c2d;
}
.x-about2 {
  padding: 1rem 0 1.35rem 0;
}
.x-about2 .x-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-about2 .x-container .x-left {
  width: 45%;
}
@media (max-width: 971px) {
  .x-about2 .x-container .x-left {
    width: 100%;
  }
}
.x-about2 .x-container .x-left .x-img {
  width: 100%;
  height: 6.1rem;
  overflow: hidden;
}
.x-about2 .x-container .x-left .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-about2 .x-container .x-left .x-img {
    height: 8.1rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-container .x-left .x-img {
    height: 7.1rem;
  }
}
.x-about2 .x-container .x-left .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about2 .x-container .x-right {
  width: 44%;
}
@media (max-width: 1580px) {
  .x-about2 .x-container .x-right {
    width: 48%;
  }
}
@media (max-width: 971px) {
  .x-about2 .x-container .x-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-container .x-right {
    margin-top: 0.4rem;
  }
}
.x-about2 .x-container .x-right .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-about2 .x-container .x-right .x-p {
  margin: 0.4rem 0 0.15rem 0;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-about2 .x-container .x-right .x-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-container .x-right .x-p {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
}
.x-about2 .x-container .x-right .x-text {
  height: 4.3rem;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .x-about2 .x-container .x-right .x-text {
    height: 5.6rem;
  }
}
@media (max-width: 971px) {
  .x-about2 .x-container .x-right .x-text {
    height: auto;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-container .x-right .x-text p {
    line-height: 1.8 !important;
  }
}
.x-about2 .x-container .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-about2 .x-container .x-right .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-about2 .x-container .x-right .x-text::-webkit-scrollbar-thumb {
  background: #405c2d;
  border-radius: 25px;
}
.x-about2 .x-container .x-right .x-text ::-webkit-scrollbar-corner {
  background: #405c2d;
}
.x-about3 .x-con {
  position: relative;
}
.x-about3 .x-con .x-img {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}
.x-about3 .x-con .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-img {
    height: 5.2rem;
  }
}
.x-about3 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about3 .x-con .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 1.5rem 0 1.3rem;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-text {
    padding: 0 0.4rem;
  }
}
.x-about3 .x-con .x-text .x-p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0.7rem;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-text .x-p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-text .x-p {
    font-size: 0.32rem;
  }
  .x-about3 .x-con .x-text .x-p p br {
    display: none;
  }
}
.x-about3 .x-con .x-text span {
  color: #fff;
}
.x-about4 {
  padding: 1rem 0 1.45rem 0;
}
@media (max-width: 767px) {
  .x-about4 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-about4 .x-container .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
.x-about4 .x-container .x-xia {
  margin-top: 0.6rem;
}
.x-about4 .x-container .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-about4 .x-container .x-xia ul li {
  width: 30.38%;
  margin-right: 4.43%;
}
.x-about4 .x-container .x-xia ul li:nth-of-type(1):hover .x-img img,
.x-about4 .x-container .x-xia ul li:nth-of-type(3):hover .x-img img {
  transform: scale(1.1);
}
.x-about4 .x-container .x-xia ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-about4 .x-container .x-xia ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-about4 .x-container .x-xia ul li .x-img {
  width: 100%;
  height: 5.95rem;
  overflow: hidden;
}
.x-about4 .x-container .x-xia ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about4 .x-container .x-xia ul li .x-text .x-title2 {
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.15rem 0 0.05rem 0;
}
@media (max-width: 1580px) {
  .x-about4 .x-container .x-xia ul li .x-text .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-container .x-xia ul li .x-text .x-title2 {
    font-size: 0.36rem;
    margin-top: 0.25rem;
  }
}
.x-about4 .x-container .x-xia ul .x-zhong .x-top:hover .x-img img {
  transform: scale(1.1);
}
.x-about4 .x-container .x-xia ul .x-zhong .x-top:first-child {
  margin-bottom: 0.5rem;
}
.x-about4 .x-container .x-xia ul .x-zhong .x-top .x-img {
  width: 100%;
  height: 2.65rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-about4 .x-container .x-xia ul .x-zhong .x-top .x-img {
    height: 4.65rem;
  }
}
.x-about4 .x-container .x-xia ul .x-zhong .x-top .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about4.x-about10 .x-container .x-xia ul li {
  margin-bottom: 0.4rem;
}
.x-about4.x-about10 .x-container .x-xia ul li:hover .x-img img {
  transform: scale(1.1);
}
.x-about4.x-about10 .x-container .x-xia ul li .x-img {
  height: 2.66rem;
}
@media (max-width: 767px) {
  .x-about4.x-about10 .x-container .x-xia ul li .x-img {
    height: 4.6rem;
  }
}
.x-about-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.x-about5 {
  background-color: #c2e1d9;
  padding: 1.1rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-about5 {
    padding: 1.2rem 0;
  }
}
.x-about5 .x-con {
  padding-left: 1.3rem;
}
@media (max-width: 767px) {
  .x-about5 .x-con {
    padding: 0 0.4rem;
  }
}
.x-about5 .x-con .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-about5 .x-con .x-swiper {
  margin-top: 0.25rem;
  position: relative;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left {
  width: 54.63%;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.3rem;
}
@media (max-width: 1260px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text {
    padding-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text {
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text .x-sp {
  font-size: 0.64rem;
  color: #415c2d;
  font-family: "shu300";
  display: inline-block;
  margin-right: 0.15rem;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text .x-te .x-title2 {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-text .x-te p {
  color: #000;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #415c2d;
  border-radius: 50%;
  position: relative;
  margin: 0.1rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left i {
    display: none;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left i::before {
  content: "";
  width: 7.9rem;
  height: 1px;
  background-color: #415c2d;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1921px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left i::before {
    width: 11.9rem;
  }
}
@media (max-width: 1580px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left i::before {
    width: 10rem;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-img {
  height: 2.5rem;
  width: 100%;
  padding-right: 2.44rem;
  overflow: hidden;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-img {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-left .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-right {
  width: 45.37%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
  }
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-right .x-img {
  width: 100%;
  height: 5.1rem;
  overflow: hidden;
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-right .x-img:hover img {
  transform: scale(1.1);
}
.x-about5 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about5 .x-con .x-swiper .x-but-pr {
  position: absolute;
  left: 48%;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .x-but-pr {
    display: none;
  }
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-prev {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  right: 10px;
  left: auto;
  top: -1.8rem;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .x-but-pr .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-prev::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-prev::after {
  display: none;
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  right: auto;
  left: -0.76rem;
  top: -0.9rem;
}
@media (max-width: 767px) {
  .x-about5 .x-con .x-swiper .x-but-pr .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-next::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100%;
}
.x-about5 .x-con .x-swiper .x-but-pr .swiper-button-next::after {
  display: none;
}
.x-about6 {
  padding-top: 1.05rem;
}
.x-about6 .x-container .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
.x-about6 .x-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.x-about6 .x-container ul li {
  width: 34.61%;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-about6 .x-container ul li {
    width: 39.61%;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-container ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-about6 .x-container ul li:nth-of-type(2n) {
  width: 56%;
}
@media (max-width: 767px) {
  .x-about6 .x-container ul li:nth-of-type(2n) {
    width: 100%;
  }
}
.x-about6 .x-container ul li .x-title2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .x-about6 .x-container ul li .x-title2 {
    font-size: 0.32rem;
  }
}
.x-about6 .x-container ul li p {
  color: #000;
}
.x-about6 .x-container .x-img {
  margin-top: 0.6rem;
  width: 100%;
  height: 4.45rem;
  overflow: hidden;
}
.x-about6 .x-container .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-about6 .x-container .x-img {
    height: 5.45rem;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-container .x-img {
    margin-top: 0.4rem;
  }
}
.x-about6 .x-container .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about7 {
  padding: 1.2rem 0 1.7rem 0;
}
.x-about7 .x-container .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.x-about7 .x-container .x-swiper {
  margin-top: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper {
    padding: 0 0.4rem;
    margin-top: 0.3rem;
  }
}
.x-about7 .x-container .x-swiper .x-t {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d2d9e1;
  margin-bottom: 0.4rem;
}
.x-about7 .x-container .x-swiper .x-t .x-p {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  padding: 0 0.5rem 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-t .x-p {
    font-size: 0.34rem;
  }
}
.x-about7 .x-container .x-swiper .x-t .x-p::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #415c2d;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.x-about7 .x-container .x-swiper .x-t .x-p:hover,
.x-about7 .x-container .x-swiper .x-t .x-p.on {
  color: #415c2d;
}
.x-about7 .x-container .x-swiper .x-t .x-p:hover::before,
.x-about7 .x-container .x-swiper .x-t .x-p.on::before {
  width: 100%;
}
.x-about7 .x-container .x-swiper .x-t .x-p:last-child {
  margin-right: 0;
}
.x-about7 .x-container .x-swiper .x-box {
  display: none;
}
.x-about7 .x-container .x-swiper .x-box.on {
  display: block;
}
.x-about7 .x-container .x-swiper .x-box .swiper {
  padding-bottom: 0.4rem;
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #eef5fb, #fff);
  box-shadow: 0 10px 20px rgba(110, 151, 232, 0.1);
  padding: 0.3rem 0.3rem;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img {
    height: 4rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide p {
  text-align: center;
  padding: 0.3rem 0;
}
.x-about7 .x-container .x-swiper .x-box .x-but {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
  width: 90%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 68%;
    height: 2px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar .swiper-scrollbar-drag {
  background: #415c2d;
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 10%;
  }
}
@media (max-width: 1260px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 22%;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #415c2d;
  border-radius: 100%;
  position: initial;
  margin-top: 0;
  transform: initial;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::before {
    width: 5px;
    height: 8px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::after {
  display: none;
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #415c2d;
  border-radius: 100%;
  position: initial;
  margin-top: 0;
  transform: initial;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::before {
    width: 5px;
    height: 8px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::after {
  display: none;
}
.x-about8 .x-con {
  position: relative;
  display: block;
}
.x-about8 .x-con .x-img {
  width: 100%;
  height: 6.3rem;
  overflow: hidden;
}
.x-about8 .x-con .x-img:hover img {
  transform: scale(1.1);
}
.x-about8 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about8 .x-con .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 0 1.5rem 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-about8 .x-con .x-text {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .x-about8 .x-con .x-text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.4rem;
  }
}
.x-about8 .x-con .x-text .x-title {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.x-about8 .x-con .x-text .x-p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-about8 .x-con .x-text .x-p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .x-about8 .x-con .x-text .x-p {
    font-size: 0.32rem;
    line-height: 1.6;
  }
  .x-about8 .x-con .x-text .x-p br {
    display: none;
  }
}
.x-about9 {
  padding: 1.4rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .x-about9 {
    padding: 1.2rem 0;
  }
}
.x-about9 .x-container .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-about9 .x-xia {
  position: relative;
  height: 3.2rem;
  overflow: hidden;
  margin-top: 0.9rem;
}
@media (max-width: 1580px) {
  .x-about9 .x-xia {
    height: 4.2rem;
  }
}
.x-about9 .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
}
.x-about9 .x-xia ul li {
  display: flex;
  position: absolute;
}
.x-about9 .x-xia ul li:nth-of-type(1) {
  transform: translateX(170px);
}
.x-about9 .x-xia ul li:nth-of-type(2) {
  top: 2.1rem;
}
.x-about9 .x-xia ul li .x-li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 4.86rem;
  margin-right: 1.43rem;
}
@media (max-width: 1580px) {
  .x-about9 .x-xia ul li .x-li {
    width: 6.2rem;
  }
}
.x-about9 .x-xia ul li .x-li .x-img {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin-right: 0.55rem;
}
@media (max-width: 1580px) {
  .x-about9 .x-xia ul li .x-li .x-img {
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .x-about9 .x-xia ul li .x-li .x-img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.x-about9 .x-xia ul li .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about9 .x-xia ul li .x-li .x-text .x-title2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-about9 .x-xia ul li .x-li .x-text .x-title2 {
    font-size: 18px;
  }
}
.x-about9 .x-xia ul li .x-li .x-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-about10 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about10 .x-con a {
  display: block;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .x-about10 .x-con a {
    width: 100%;
  }
}
.x-about10 .x-con a:hover .x-img img {
  transform: scale(1.1);
}
.x-about10 .x-con a .x-img {
  width: 100%;
  height: 4.12rem;
  overflow: hidden;
}
.x-about10 .x-con a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-about10 .x-con a .x-text {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  padding: 0 0.3rem 0 1.8rem;
}
@media (max-width: 971px) {
  .x-about10 .x-con a .x-text {
    padding: 0 0.3rem 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-about10 .x-con a .x-text {
    padding: 0 0.4rem;
  }
}
.x-about10 .x-con a .x-text .x-title {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.x-about10 .x-con a .x-text p {
  font-size: 18px;
  color: #fff;
  margin: 0.12rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-about10 .x-con a .x-text p {
    font-size: 0.32rem;
  }
}
.x-join1 {
  padding: 1rem 0 1.4rem 0;
}
.x-join1 .x-container .x-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-join1 .x-container .x-top .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  width: 29.23%;
}
@media (max-width: 1580px) {
  .x-join1 .x-container .x-top .x-title {
    width: 23.23%;
  }
}
@media (max-width: 767px) {
  .x-join1 .x-container .x-top .x-title {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.x-join1 .x-container .x-top .x-p {
  width: 42.3%;
  padding-right: 0.2rem;
}
@media (max-width: 1580px) {
  .x-join1 .x-container .x-top .x-p {
    width: 46.3%;
  }
}
@media (max-width: 767px) {
  .x-join1 .x-container .x-top .x-p {
    width: 100%;
  }
}
.x-join1 .x-container .x-top .x-p p {
  line-height: 36px;
  color: #000;
}
@media (max-width: 1580px) {
  .x-join1 .x-container .x-top .x-p p {
    line-height: 30px;
  }
}
@media (max-width: 1260px) {
  .x-join1 .x-container .x-top .x-p p {
    line-height: 26px;
  }
}
.x-join1 .x-container .x-top .x-p:last-child {
  width: 28.47%;
}
@media (max-width: 1580px) {
  .x-join1 .x-container .x-top .x-p:last-child {
    width: 30.47%;
  }
}
@media (max-width: 767px) {
  .x-join1 .x-container .x-top .x-p:last-child {
    width: 100%;
  }
}
.x-join1 .x-container .x-img {
  width: 100%;
  height: 4.5rem;
  margin-top: 0.7rem;
}
@media (max-width: 1580px) {
  .x-join1 .x-container .x-img {
    height: 5.5rem;
  }
}
.x-join1 .x-container .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join2 .x-con {
  position: relative;
}
.x-join2 .x-con .x-img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-img {
    height: 11rem;
  }
}
.x-join2 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join2 .x-con .x-text {
  position: absolute;
  left: 1.3rem;
  top: 2.4rem;
}
@media (max-width: 1260px) {
  .x-join2 .x-con .x-text {
    left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-text {
    top: 1.2rem;
    left: 0.4rem;
  }
}
.x-join2 .x-con .x-text .x-title {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.x-join2 .x-con .x-text .x-p {
  color: #fff;
  opacity: 0.8;
  line-height: 36px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-join2 .x-con .x-text .x-p {
    line-height: 30px;
  }
}
.x-join2 .x-con .x-x-img {
  position: absolute;
  top: 1.2rem;
  left: 33.5%;
  width: 7.7rem;
  height: 6.3rem;
}
@media (max-width: 1580px) {
  .x-join2 .x-con .x-x-img {
    width: 8.7rem;
    height: 7.3rem;
  }
}
@media (max-width: 1260px) {
  .x-join2 .x-con .x-x-img {
    width: 7.7rem;
    height: 6.3rem;
  }
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-x-img {
    width: 100%;
    left: 0;
    top: 4.2rem;
  }
}
.x-join2 .x-con .x-x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-join2 .x-con .x-x-img .x-tit {
  position: absolute;
  top: 1.2rem;
  left: 0.45rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.2rem 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-join2 .x-con .x-x-img .x-tit {
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-x-img .x-tit {
    padding: 0 1.2rem 0 1.2rem;
    left: 0;
  }
}
.x-join2 .x-con .x-x-img .x-tit .x-te .x-title2 {
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-join2 .x-con .x-x-img .x-tit .x-te .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-x-img .x-tit .x-te .x-title2 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
}
.x-join2 .x-con .x-x-img .x-tit .x-te .x-p {
  line-height: 30px;
}
@media (max-width: 767px) {
  .x-join2 .x-con .x-x-img .x-tit .x-te .x-p {
    line-height: 1.8;
    font-size: 0.24rem;
  }
}
.x-join3 {
  padding: 1.2rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-join3 {
    padding-bottom: 1.2rem;
  }
}
.x-join3 .x-container .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
.x-join3 .x-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.x-join3 .x-container ul li {
  width: 48.84%;
}
@media (max-width: 767px) {
  .x-join3 .x-container ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-join3 .x-container ul li a {
  display: block;
}
.x-join3 .x-container ul li a:hover .x-img img {
  transform: scale(1.1);
}
.x-join3 .x-container ul li a .x-img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.x-join3 .x-container ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-join3 .x-container ul li a .x-text {
  background-color: #f3f3f1;
}
.x-join3 .x-container ul li a .x-text .x-xia {
  width: 92%;
  position: relative;
  top: -30px;
  background-color: #f3f3f1;
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 0.2rem 0.45rem 0.7rem;
}
@media (max-width: 767px) {
  .x-join3 .x-container ul li a .x-text .x-xia {
    padding-left: 0.5rem;
  }
}
.x-join3 .x-container ul li a .x-text .x-xia .x-le .x-title2 {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .x-join3 .x-container ul li a .x-text .x-xia .x-le .x-title2 {
    font-size: 0.36rem;
  }
}
.x-join3 .x-container ul li a .x-text .x-xia .x-le p {
  color: #000;
}
.x-join3 .x-container ul li a .x-text .x-xia .x-ri {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-join3 .x-container ul li a .x-text .x-xia .x-ri {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-join3 .x-container ul li a .x-text .x-xia .x-ri:hover {
  transform: rotate(42deg);
}
.x-join3 .x-container ul li a .x-text .x-xia .x-ri img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.x-join4 {
  background-color: #f3f3f1;
}
@media (max-width: 767px) {
  .x-join4 {
    padding: 1.2rem 0;
  }
}
.x-join4 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-join4 .x-con .x-left {
  width: 87.3%;
  padding-left: 1.3rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-join4 .x-con .x-left {
    width: 83.3%;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left {
    width: 100%;
    padding: 0 0.4rem;
  }
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text {
  width: 36%;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text {
    width: 100%;
    margin-top: 0;
  }
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
  line-height: 30px;
  color: #000;
  margin-top: 0.2rem;
  max-height: 1.8rem;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
    overflow-y: initial;
  }
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p::-webkit-scrollbar {
  width: 3px;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p::-webkit-scrollbar-thumb {
  background: #405c2d;
  border-radius: 25px;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-text .x-p ::-webkit-scrollbar-corner {
  background: #405c2d;
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 51%;
  height: 6.66rem;
}
@media (max-width: 1260px) {
  .x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-join4 .x-con .x-left .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join4 .x-con .x-left .swiper-button-prev {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  left: 1.3rem;
  top: 69%;
}
@media (max-width: 1260px) {
  .x-join4 .x-con .x-left .swiper-button-prev {
    top: 83%;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-join4 .x-con .x-left .swiper-button-prev::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
}
.x-join4 .x-con .x-left .swiper-button-prev::after {
  display: none;
}
.x-join4 .x-con .x-left .swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  left: 2.15rem;
  right: initial;
  top: 69%;
}
@media (max-width: 1260px) {
  .x-join4 .x-con .x-left .swiper-button-next {
    top: 83%;
    left: 1.85rem;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-left .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-join4 .x-con .x-left .swiper-button-next::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100%;
}
.x-join4 .x-con .x-left .swiper-button-next::after {
  display: none;
}
.x-join4 .x-con .x-right {
  width: 12.7%;
  height: 6.66rem;
}
@media (max-width: 1260px) {
  .x-join4 .x-con .x-right {
    width: 16.7%;
  }
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-right {
    width: 100%;
    height: auto;
    order: -1;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
  }
}
.x-join4 .x-con .x-right .swiper {
  height: 100%;
}
.x-join4 .x-con .x-right .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d4d4d2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-join4 .x-con .x-right .swiper .swiper-wrapper .swiper-slide {
    border-bottom: unset;
  }
}
.x-join4 .x-con .x-right .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 1.2rem;
  height: 1.2rem;
}
.x-join4 .x-con .x-right .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-exp1 {
  padding: 0.65rem 0 1.2rem 0;
}
.x-exp1 .x-container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-exp1 .x-container .x-top .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  width: 28.46%;
}
@media (max-width: 767px) {
  .x-exp1 .x-container .x-top .x-title {
    width: 100%;
  }
}
.x-exp1 .x-container .x-top .x-p {
  width: 71.54%;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .x-exp1 .x-container .x-top .x-p {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .x-exp1 .x-container .x-top .x-p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-exp1 .x-container .x-img {
  width: 100%;
  height: 4.5rem;
  margin-top: 0.55rem;
  overflow: hidden;
}
.x-exp1 .x-container .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-exp1 .x-container .x-img {
    height: 5.5rem;
  }
}
.x-exp1 .x-container .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-exp2 .x-title22 {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  padding-left: 1.3rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-exp2 .x-title22 {
    padding-left: 0.4rem;
  }
}
.x-exp2 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-exp2 .x-con .x-left {
  background-color: #c2e1d9;
  width: 56.47%;
  padding: 0.8rem 1.3rem 0 1.3rem;
}
@media (max-width: 767px) {
  .x-exp2 .x-con .x-left {
    width: 100%;
    padding: 0.4rem 0.4rem 0.8rem 0.4rem;
  }
}
.x-exp2 .x-con .x-left .x-title {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-title {
    font-size: 18px;
  }
}
.x-exp2 .x-con .x-left .x-p {
  line-height: 30px;
  color: #000;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-p {
    line-height: 1.8;
  }
}
.x-exp2 .x-con .x-left ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.6rem;
}
.x-exp2 .x-con .x-left ul li {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left ul li {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-exp2 .x-con .x-left ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left ul li p {
    font-size: 12px;
  }
}
.x-exp2 .x-con .x-left .x-xia {
  margin-top: 0.45rem;
}
.x-exp2 .x-con .x-left .x-xia .x-title2 {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-xia .x-title2 {
    font-size: 18px;
  }
}
.x-exp2 .x-con .x-left .x-xia p {
  color: #000;
  margin-top: 0.15rem;
}
.x-exp2 .x-con .x-right {
  width: 43.53%;
}
@media (max-width: 767px) {
  .x-exp2 .x-con .x-right {
    width: 100%;
    order: -1;
  }
}
.x-exp2 .x-con .x-right .x-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.x-exp2 .x-con .x-right .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-right .x-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .x-exp2 .x-con .x-right .x-img {
    height: 6.8rem;
  }
}
.x-exp2 .x-con .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-exp3 {
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .x-exp3 {
    padding-top: 1rem;
  }
}
.x-exp3 .x-con .x-top {
  padding-left: 1.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-top {
    padding-left: 0.4rem;
  }
}
.x-exp3 .x-con .x-top .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-exp3 .x-con .x-top .x-swi {
  position: absolute;
  right: 44%;
  top: 0.25rem;
  z-index: 12;
}
@media (max-width: 1260px) {
  .x-exp3 .x-con .x-top .x-swi {
    right: 50%;
  }
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  left: auto;
  right: 10px;
  transition: 0.3s all;
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-prev:hover {
  background-color: #415c2d;
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-prev:hover::before {
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-top .x-swi .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    display: none;
  }
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-prev::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
  transform: rotate(-180deg);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-top .x-swi .swiper-button-prev::before {
    width: 5px;
    height: 8px;
  }
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-prev::after {
  display: none;
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  right: auto;
  left: 10px;
  transition: 0.3s all;
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-next:hover {
  background-color: #415c2d;
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-next:hover::before {
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-top .x-swi .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    display: none;
  }
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-next::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-top .x-swi .swiper-button-next::before {
    width: 5px;
    height: 8px;
  }
}
.x-exp3 .x-con .x-top .x-swi .swiper-button-next::after {
  display: none;
}
.x-exp3 .x-con .x-xia {
  position: relative;
  margin-top: 1rem;
  padding-right: 2rem;
}
.x-exp3 .x-con .x-xia::before {
  content: "";
  width: 4.8rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia::before {
    display: none;
  }
}
@media (max-width: 1580px) {
  .x-exp3 .x-con .x-xia {
    margin-top: 1.3rem;
  }
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia {
    margin-top: 0.3rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper1 {
    display: none;
  }
}
.x-exp3 .x-con .x-xia .x-swiper1 .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #dbdbdb;
  border-left: none;
  cursor: pointer;
  background-color: #fff;
}
.x-exp3 .x-con .x-xia .x-swiper1 .swiper .swiper-wrapper .swiper-slide:first-child {
  border-left: 1px solid #dbdbdb;
}
.x-exp3 .x-con .x-xia .x-swiper1 .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 4.5rem;
}
.x-exp3 .x-con .x-xia .x-swiper1 .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-exp3 .x-con .x-xia .x-swiper2 {
  position: absolute;
  left: 52.1%;
  bottom: 0;
  width: 42.8%;
  z-index: 5;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1921px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    width: 33.8%;
  }
}
@media (max-width: 1600px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    left: 48.2%;
  }
}
@media (max-width: 1580px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    left: 53.4%;
  }
}
@media (max-width: 1366px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    left: 52.6%;
  }
}
@media (max-width: 1280px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    left: 52.5%;
  }
}
@media (max-width: 1260px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    width: 50.8%;
  }
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper2 {
    width: 100%;
    left: 0;
    position: initial;
  }
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper {
  overflow: visible;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide {
  height: 6.34rem;
  display: flex;
  justify-content: flex-end;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text {
  width: 100%;
  height: 4.52rem;
  background: #c2e1d9;
  position: absolute;
  bottom: 0;
  padding-right: 63%;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1580px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text {
    padding-right: 58%;
  }
}
@media (max-width: 1281px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text {
    padding-right: 63%;
  }
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text {
    padding-right: 57%;
    height: 5rem;
  }
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-title2 {
  font-size: 0.29rem;
  color: #415c2d;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-title2 {
    font-size: 0.36rem;
  }
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #000;
  font-weight: bold;
  margin: 0.05rem 0 0.4rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
    margin: 0.1rem 0 0.2rem 0;
  }
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2 {
  line-height: 28px;
  position: relative;
  z-index: 10;
  overflow-y: auto;
  max-height: 1.8rem;
  padding-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2 {
    line-height: 1.4;
    font-weight: 0.26rem;
    max-height: 2.4rem;
  }
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2::-webkit-scrollbar {
  width: 3px;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2::-webkit-scrollbar-thumb {
  background: #405c2d;
  border-radius: 25px;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-text .x-p2 ::-webkit-scrollbar-corner {
  background: #405c2d;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-img {
  position: relative;
  z-index: 2;
  width: 4.18rem;
  height: 6.34rem;
}
.x-exp3 .x-con .x-xia .x-swiper2 .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-exp4 {
  padding: 1.5rem 0 1.8rem 0;
}
@media (max-width: 767px) {
  .x-exp4 {
    padding: 1.2rem 0;
  }
}
.x-exp4 .x-con .x-container .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.x-exp4 .x-con .x-swiper {
  padding: 0.6rem 0.9rem 0 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper {
    padding: 0.4rem 0.4rem 0 0.4rem;
  }
}
.x-exp4 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3.55rem;
}
.x-exp4 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-exp4 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img img:nth-of-type(1) {
    display: none;
  }
  .x-exp4 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-exp4 .x-con .x-swiper .x-swi {
  position: absolute;
  right: 1.5rem;
  top: -0.4rem;
  width: 1.16rem;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .x-swi {
    display: none;
  }
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  left: 0;
  transition: 0.3s all;
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev:hover {
  background-color: #415c2d;
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev:hover::before {
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev::before {
    width: 5px;
    height: 8px;
  }
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-prev::after {
  display: none;
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #415c2d;
  border-radius: 100%;
  right: 0;
  transition: 0.3s all;
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-next:hover {
  background-color: #415c2d;
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-next:hover::before {
  background: url("../images/x-ri-jt1.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .x-swi .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-next::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-exp4 .x-con .x-swiper .x-swi .swiper-button-next::before {
    width: 5px;
    height: 8px;
  }
}
.x-exp4 .x-con .x-swiper .x-swi .swiper-button-next::after {
  display: none;
}
.x-exp4 .x-con .x-swiper .x-p {
  text-align: center;
  font-size: 18px;
}
@keyframes slider-zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@keyframes huxi2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
}
@keyframes huxdi1 {
  0% {
    background-size: auto 100%;
  }
  50% {
    background-size: auto 110%;
  }
  0% {
    background-size: auto 100%;
  }
}
.button {
  float: left;
  display: block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  height: 0.54rem;
  padding: 0 0.54rem;
  line-height: 0.54rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.27rem;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767px) {
  .button {
    font-size: 12px;
  }
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
.bg-2 .button {
  color: #000;
  display: inline-flex;
}
.bg-2 {
  display: inline-block;
  color: #000;
}
.button--nina {
  color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 100%;
}
.button--nina.button--inverted {
  background: transparent;
  color: #000;
}
.button--nina > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
  background-color: rgba(194, 225, 217, 0.3);
  border: 1px solid transparent;
}
.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #415c2d;
}
.button--nina:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.x-more1 .x-con .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
}
.x-more1 .x-con .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-more1 .x-con .swiper .swiper-wrapper .swiper-slide img:nth-of-type(1) {
    display: none;
  }
}
.x-more1 .x-con .swiper .swiper-wrapper .swiper-slide img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-more1 .x-con .swiper .swiper-wrapper .swiper-slide img:nth-of-type(2) {
    display: block;
  }
}
.x-more1 .x-con .swiper .swiper-button-prev {
  left: 0.66rem;
}
@media (max-width: 767px) {
  .x-more1 .x-con .swiper .swiper-button-prev {
    left: 0.2rem;
  }
}
.x-more1 .x-con .swiper .swiper-button-prev:hover::after {
  opacity: 1;
}
.x-more1 .x-con .swiper .swiper-button-prev::after {
  color: #415c2d;
  font-size: 0.4rem;
  opacity: 0.5;
}
.x-more1 .x-con .swiper .swiper-button-prev.swiper-button-next.swiper-button-disabled,
.x-more1 .x-con .swiper .swiper-button-prev.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.x-more1 .x-con .swiper .swiper-button-next {
  right: 0.66rem;
}
@media (max-width: 767px) {
  .x-more1 .x-con .swiper .swiper-button-next {
    right: 0.2rem;
  }
}
.x-more1 .x-con .swiper .swiper-button-next:hover::after {
  opacity: 1;
}
.x-more1 .x-con .swiper .swiper-button-next::after {
  color: #415c2d;
  font-size: 0.4rem;
  opacity: 0.5;
}
@keyframes xhead {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    display: none;
  }
}
.cursor {
  font-size: 16px;
  line-height: 120px;
  font-family: MontDemo-Heavy;
  position: fixed;
  z-index: 999;
  top: -60px;
  left: -60px;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  transform: scale(0);
  text-align: center;
  pointer-events: none;
  color: #333333;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  will-change: transform;
  box-sizing: border-box;
}
.cursor img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.font18 {
  font-size: 18px;
}
.font40 {
  font-size: 0.4rem;
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.g_title {
  text-align: center;
}
.g_title h2 {
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .g_title h2 {
    font-size: 0.4rem;
  }
}
.qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e8e8e8;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .qie .pub_nav {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.qie .pub_nav:hover {
  background: #415c2d;
  border-color: #415c2d;
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 16%;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #ccc;
  opacity: 1;
}
.qie .pub_prev {
  left: 0.8rem;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 0.8rem;
}
.abotw {
  padding: 1.15rem 0 1.2rem;
}
.abotw .box {
  position: relative;
  margin-top: 0.55rem;
}
.abotw .box .x-ccx {
  padding: 350px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abotw .box .x-ccx {
    padding: 0;
  }
}
.abotw .box .x-ccx .bbx {
  height: 1px;
  position: relative;
}
@media (max-width: 767px) {
  .abotw .box .x-ccx .bbx {
    height: auto;
  }
}
.abotw .box .x-ccx .bbx .x-pdd .line {
  position: absolute;
  bottom: 50%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .abotw .box .x-ccx .bbx .x-pdd .line {
    display: none;
  }
}
.abotw .box .x-ccx .bbx .abo_swi {
  overflow: initial;
}
@media (min-width: 769px) {
  .abotw .box .x-ccx .bbx .abo_swi .swiper-slide:nth-child(2n) {
    transform: translateY(-100%);
  }
  .abotw .box .x-ccx .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box {
    flex-direction: column-reverse;
    transform: translateY(5px);
  }
  .abotw .box .x-ccx .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box i {
    margin: 0.28rem 0 0;
  }
  .abotw .box .x-ccx .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box .num {
    margin: 0.2rem 0 0;
  }
  .abotw .box .x-ccx .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box .g_p {
    margin: 0.2rem 0 0;
  }
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0.06rem;
  transform: translateY(-5px);
}
@media screen and (max-width: 1440px) {
  .abotw .box .x-ccx .bbx .abo_swi .abo_swi_box {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .x-ccx .bbx .abo_swi .abo_swi_box {
    transform: translateY(0px);
    padding-right: 0.5rem;
  }
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box i {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #415c2d;
  margin: 0 0 0.28rem;
}
@media (max-width: 767px) {
  .abotw .box .x-ccx .bbx .abo_swi .abo_swi_box i {
    display: none;
  }
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .num {
  margin-bottom: 0.24rem;
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .num p {
  color: #415c2d;
  font-weight: bold;
  font-family: "font-number";
  line-height: 0.8;
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .g_p {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .g_p {
    font-size: 14px;
  }
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .g_p p {
  line-height: 1.6;
  margin-bottom: 4px;
  display: block;
  position: relative;
  padding-left: 18px;
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .g_p p:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .img {
  width: 100%;
}
.abotw .box .x-ccx .bbx .abo_swi .abo_swi_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  .abotw .box .qie {
    display: none;
  }
}
.abotr {
  padding: 1.16rem 0 1.2rem;
}
@media (max-width: 767px) {
  .abotr {
    padding: 0;
  }
}
.abotr .box {
  margin-top: 0.58rem;
}
.abotr .box .numbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.58rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .abotr .box .numbox {
    flex-wrap: wrap;
  }
}
.abotr .box .numbox .item {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .abotr .box .numbox .item {
    width: 50%;
    justify-content: flex-start;
    border: none;
    margin-bottom: 0.4rem;
    padding-right: 0.2rem;
  }
}
.abotr .box .numbox .item:last-child {
  border: none;
}
.abotr .box .numbox .item .gicon {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.18rem;
}
@media (max-width: 767px) {
  .abotr .box .numbox .item .gicon {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.abotr .box .numbox .item .gicon svg {
  width: 100%;
  height: auto;
}
.abotr .box .numbox .item .txt span {
  font-family: "font-number";
  line-height: 0.8;
  color: #415c2d;
  font-weight: bold;
  display: block;
}
.abotr .box .numbox .item .txt p {
  margin-top: 5px;
  color: #000;
}
