@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Demibold";
  src: url("../font/MiSans-Demibold.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("../font/MiSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Normal";
  src: url("../font/MiSans-Normal.ttf") format("truetype");
}
@font-face {
  font-family: "Semibold";
  src: url("../font/MiSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Regular";
  src: url("../font/MiSans-Regular.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* font-size: calc(100vw/19.2); */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: "Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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-size: inherit;
  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: 84%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 .5rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#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-home-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #x-home-header {
    line-height: 80px;
  }
}
#x-home-header.on {
  top: -100px;
}
#x-home-header.x-header-a {
  background: #202020;
}
@media (max-width: 991px) {
  #x-home-header {
    line-height: 60px;
  }
}
#x-home-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #x-home-header.c-head-move {
    top: -60px;
  }
}
#x-home-header .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  padding: 0 0.6rem 0  0;
  position: relative;
}
@media (max-width: 1260px) {
  #x-home-header .x-con {
    height: 80px;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con {
    align-items: center;
    padding: 0 .2rem;
  }
}
#x-home-header .x-con .x-logo {
  width: 20.5%;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-logo {
    width: 19.5%;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-logo {
    width: 22.5%;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-logo {
    width: 33.5%;
  }
}
#x-home-header .x-con .x-logo .x-img1 {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
}
#x-home-header .x-con .x-logo .x-img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#x-home-header .x-con .x-logo .x-img1 img:nth-of-type(2) {
  display: none;
}
#x-home-header .x-con .x-pc-nav {
  position: absolute;
  left: 0;
  top: 100px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
  padding: 0.8rem 0;
  display: none;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-pc-nav {
    top: 80px;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-pc-nav {
    display: none !important;
  }
}
#x-home-header .x-con .x-pc-nav .container ul {
  display: flex;
  justify-content: center;
}
#x-home-header .x-con .x-pc-nav .container ul li {
  margin-right: 1.4rem;
  text-align: left;
}
#x-home-header .x-con .x-pc-nav .container ul li:last-child {
  margin-right: 0;
}
#x-home-header .x-con .x-pc-nav .container ul li .x-title {
  line-height: 1.5;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
#x-home-header .x-con .x-pc-nav .container ul li .x-title a {
  color: #333333;
}
#x-home-header .x-con .x-pc-nav .container ul li .x-pc-xia a {
  color: #333333;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-family: "Normal";
}
#x-home-header .x-con .x-pc-nav .container ul li .x-pc-xia a:hover span::before {
  opacity: 1;
  width: 100%;
}
#x-home-header .x-con .x-pc-nav .container ul li .x-pc-xia a span {
  position: relative;
}
#x-home-header .x-con .x-pc-nav .container ul li .x-pc-xia a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #666666;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
#x-home-header .x-con .x-daohan {
  z-index: 14;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100px;
}
#x-home-header .x-con .x-daohan.on i {
  display: none;
}
#x-home-header .x-con .x-daohan.on img {
  display: block;
  opacity: 1;
  transition: 0.5s all;
}
#x-home-header .x-con .x-daohan.on img:hover {
  transform: translate(0, -50%) rotate(90deg);
}
#x-home-header .x-con .x-daohan img {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan img {
    width: 40px;
    height: 40px;
  }
}
#x-home-header .x-con .x-daohan .x-daohan-one {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s all;
  height: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
}
#x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(2),
#x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(3) {
  width: 84px;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(2),
  #x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(3) {
    width: 50px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(2),
  #x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(3) {
    width: 36px;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan {
    display: block;
  }
}
#x-home-header .x-con .x-daohan i {
  display: table;
  position: relative;
  height: 2px;
  background-color: currentColor;
  margin: 10px 0 0;
  -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;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i {
    margin: 8px 0 0 auto;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan i {
    margin: 6px 0 0;
  }
}
#x-home-header .x-con .x-daohan i:nth-of-type(1) {
  width: 84px;
  margin-top: 0;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(1) {
    width: 50px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(1) {
    width: 36px;
  }
}
#x-home-header .x-con .x-daohan i:nth-of-type(2) {
  width: 64px;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(2) {
    width: 42px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(2) {
    width: 36px;
  }
}
#x-home-header .x-con .x-daohan i:nth-of-type(3) {
  width: 44px;
  margin-bottom: 0;
}
@media (max-width: 1900px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(3) {
    height: 2px;
  }
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(3) {
    width: 32px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(3) {
    width: 36px;
  }
}
#x-home-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: #202020;
  transition: all 0.5s;
}
#x-home-header .x-con .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#x-home-header .x-con .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  opacity: 0.8;
}
#x-home-header .x-con .x-nav3 > li a:hover {
  opacity: 1;
}
#x-home-header .x-con .x-nav3 > li a:hover i {
  background: url("../images/x-jt2.png") no-repeat center;
  background-size: contain;
}
#x-home-header .x-con .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/x-jt2.png") no-repeat center;
  background-size: contain;
}
#x-home-header .x-con .x-nav3 > li ul {
  display: none;
}
#x-home-header .x-con .x-nav3 > li ul li a:hover {
  opacity: 1;
}
body.c-open {
  overflow: hidden;
}
body.c-open #x-home-header .x-daohan i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.c-open #x-home-header .x-daohan i:nth-child(3) {
    bottom: 7px;
  }
}
body.c-open #x-home-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open #x-home-header .x-nav3 {
  height: calc(100% - 60px);
}
#c-placeholder {
  height: 100px;
}
@media (max-width: 1260px) {
  #c-placeholder {
    height: 80px;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
#x-home-header.on2 {
  background: #fff;
}
#x-home-header.on2 .container .x-logo .x-img1 img:nth-of-type(1) {
  display: none;
}
#x-home-header.on2 .container .x-logo .x-img1 img:nth-of-type(2) {
  display: block;
}
#x-home-header.c-style2 {
  background: #1a1a1a;
}
#x-home-header.c-style2 .container .x-logo .x-img1 img:nth-of-type(1) {
  display: none;
}
#x-home-header.c-style2 .container .x-logo .x-img1 img:nth-of-type(2) {
  display: block;
}
#x-home-header.c-style2 .container .x-daohan i {
  background-color: #333;
}
.x-gg-a {
  font-size: 18px;
  color: #222222;
  font-family: "Medium";
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-gg-a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-gg-a {
    font-size: 14px;
  }
}
.x-gg-a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 100%;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .x-gg-a i {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
}
.x-gg-a i::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #000000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
}
@media (max-width: 1580px) {
  .x-gg-a i::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .x-gg-a i::before {
    width: 20px;
    height: 20px;
  }
}
.x-index1 {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 100vh;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 1.6rem;
  top: 30.368%;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    left: 1rem;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 2rem;
  color: #fff;
  line-height: 0.9;
  font-family: "Demibold";
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.x-index1 .x-line {
  position: absolute;
  left: 2.05rem;
  bottom: 0.8rem;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index1 .x-line {
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-line {
    left: 1.9rem;
    bottom: 2rem;
  }
}
.x-index1 .x-line .x-img {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.x-index1 .x-line .x-img::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
}
@media (max-width: 1580px) {
  .x-index1 .x-line .x-img::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-line .x-img::before {
    width: 40px;
    height: 40px;
  }
}
.x-index1 .x-line .x-img img {
  width: 14px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-index1 .x-line .x-img img {
    width: 12px;
    height: 18px;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.x-index2 {
  position: relative;
  padding: 1.05rem 0 1.15rem 0;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 3rem 0;
  }
}
.x-index2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/x-index5.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.x-index2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.x-index2 .container .x-left {
  width: 32.25%;
  position: relative;
}
@media (max-width: 767px) {
  .x-index2 .container .x-left {
    width: 100%;
  }
}
.x-index2 .container .x-left .x-img:nth-of-type(1) {
  width: 2.74rem;
  margin-left: -0.2rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-left .x-img:nth-of-type(1) {
    width: 9rem;
  }
}
.x-index2 .container .x-left .x-img:nth-of-type(2) {
  width: 3.14rem;
  margin-left: auto;
  margin-top: -0.6rem;
  position: relative;
  right: -0.3rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-left .x-img:nth-of-type(2) {
    position: initial;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-left .x-img:nth-of-type(2) {
    width: 9rem;
  }
}
.x-index2 .container .x-left .x-img:nth-of-type(3) {
  width: 2.26rem;
  position: relative;
  left: 0.4rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-left .x-img:nth-of-type(3) {
    position: initial;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-left .x-img:nth-of-type(3) {
    width: 7.4rem;
  }
}
.x-index2 .container .x-left .x-img img {
  width: 100%;
  height: auto;
}
.x-index2 .container .x-right {
  width: 59.5%;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-right {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.x-index2 .container .x-right .x-top .x-title {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 767px) {
  .x-index2 .container .x-right .x-top .x-title {
    font-size: 1.2rem;
  }
}
.x-index2 .container .x-right .x-top .x-title span {
  color: #222222;
}
.x-index2 .container .x-right .x-top .x-title .ti-cursor {
  font-size: 0.6rem !important;
  font-family: Arial !important;
}
.x-index2 .container .x-right .x-top .x-p {
  margin: 0.8rem 0 1.4rem 0;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .x-index2 .container .x-right .x-top .x-p {
    margin-bottom: 1rem;
  }
}
.x-index2 .container .x-right .x-top .x-p p {
  color: #333333;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Regular";
}
.x-index2 .container .x-right .x-gg-a {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-index3 {
    padding-bottom: 2rem;
  }
}
.x-index3 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index3 .x-con .x-left {
  width: 66.66%;
  padding-top: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-left {
    width: 100%;
    padding-top: 2rem;
  }
}
.x-index3 .x-con .x-left::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/x-index6.png") no-repeat center;
  background-size: cover;
}
.x-index3 .x-con .x-left .x-top {
  padding-left: 1.6rem;
  padding-right: 1rem;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #222222;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p i {
  opacity: 1;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p i::before {
  opacity: 1;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 0.3rem;
  color: rgba(17, 17, 17, 0.3);
  padding: 0.3rem 0 0.3rem 0.3rem;
  letter-spacing: -1px;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide p {
    padding: 0.4rem 0 0.5rem 0.5rem;
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide p i {
  opacity: 0;
  transition: 0.5s all;
}
.x-index3 .x-con .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide p i::before {
  opacity: 0;
  transition: 0.5s all;
}
.x-index3 .x-con .x-left .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 7.74rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-left .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 12.74rem;
  }
}
.x-index3 .x-con .x-left .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 .x-con .x-right {
  width: 33.34%;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right {
    width: 100%;
  }
}
.x-index3 .x-con .x-right ul {
  border-left: 1px solid #f2f2f2;
  display: none;
}
.x-index3 .x-con .x-right ul.on {
  display: block;
}
.x-index3 .x-con .x-right ul.on li.on {
  padding-bottom: 0;
}
.x-index3 .x-con .x-right ul.on li.on::before {
  opacity: 1;
}
.x-index3 .x-con .x-right ul.on li.on .x-li-top {
  padding-bottom: 0.3rem;
}
.x-index3 .x-con .x-right ul.on li.on .x-li-top i {
  background: url("../images/x-jian1.png") no-repeat center;
  background-size: 100% 100%;
}
.x-index3 .x-con .x-right ul.on li.on .x-img {
  opacity: 1;
  height: 2.9rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right ul.on li.on .x-img {
    height: 6.9rem;
  }
}
.x-index3 .x-con .x-right ul.on li.on .x-img img {
  background-color: #fafafa;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(1) {
  opacity: 1;
  transition: 0s 0.8s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(2) {
  opacity: 1;
  transition: 0s 1.55s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(3) {
  opacity: 1;
  transition: 0s 2.3s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(4) {
  opacity: 1;
  transition: 0s 3.05s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(5) {
  opacity: 1;
  transition: 0s 3.8s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(6) {
  opacity: 1;
  transition: 0s 4.55s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(7) {
  opacity: 1;
  transition: 0s 5.3s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(8) {
  opacity: 1;
  transition: 0s 6.05s;
}
.x-index3 .x-con .x-right ul.on li.on .x-img img:nth-of-type(9) {
  opacity: 1;
  transition: 0s 6.8s;
}
.x-index3 .x-con .x-right ul li {
  padding: 0.66rem 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.x-index3 .x-con .x-right ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/x-index6.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.5s all;
  z-index: -1;
}
.x-index3 .x-con .x-right ul li .x-li-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0.8rem 0 0.6rem;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-right ul li .x-li-top {
    align-items: center;
  }
}
.x-index3 .x-con .x-right ul li .x-li-top .x-title {
  color: #666666;
  font-family: "Normal";
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-right ul li .x-li-top .x-title {
    font-size: 16px;
  }
}
.x-index3 .x-con .x-right ul li .x-li-top i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../images/x-jia1.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right ul li .x-li-top i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.x-index3 .x-con .x-right ul li .x-img {
  width: 100%;
  height: 0;
  opacity: 1;
  position: relative;
  transition: 0.5s all;
}
.x-index3 .x-con .x-right ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
body.on {
  overflow: hidden;
}
.x-index4 .container .x-title {
  color: #111111;
  font-size: 0.6rem;
  font-family: "Demibold";
  margin: 0.85rem 0 0.75rem 0;
}
@media (max-width: 767px) {
  .x-index4 .container .x-title {
    font-size: 1rem;
  }
}
.x-index4 .x-xia {
  position: relative;
}
.x-index4 .x-xia .x-img {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-img {
    height: 11.5rem;
  }
}
.x-index4 .x-xia .x-img .x-img-a img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(1) {
  opacity: 1;
  transition: 0s 0.8s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(2) {
  opacity: 1;
  transition: 0s 1.5s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(3) {
  opacity: 1;
  transition: 0s 2.2s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(4) {
  opacity: 1;
  transition: 0s 2.9s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(5) {
  opacity: 1;
  transition: 0s 3.6s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(6) {
  opacity: 1;
  transition: 0s 4.1s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(7) {
  opacity: 1;
  transition: 0s 4.8s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(8) {
  opacity: 1;
  transition: 0s 5.5s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(9) {
  opacity: 1;
  transition: 0s 6.2s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(10) {
  opacity: 1;
  transition: 0s 6.9s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(11) {
  opacity: 1;
  transition: 0s 7.6s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(12) {
  opacity: 1;
  transition: 0s 8.1s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(13) {
  opacity: 1;
  transition: 0s 8.8s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(14) {
  opacity: 1;
  transition: 0s 9.5s;
}
.x-index4 .x-xia .x-img .x-img-a.on img:nth-of-type(15) {
  opacity: 1;
  transition: 0s 10.2s;
}
.x-index4 .x-xia .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index4 .x-xia .x-box .x-a1 {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-box .x-a1 {
    width: 6px;
    height: 6px;
  }
}
.x-index4 .x-xia .x-box .x-a1:nth-of-type(1) {
  top: 46.21%;
  left: 46.66%;
}
.x-index4 .x-xia .x-box .x-a1:nth-of-type(2) {
  top: 52.63%;
  left: 20.11%;
}
@media (max-width: 1580px) {
  .x-index4 .x-xia .x-box .x-a1:nth-of-type(2) {
    left: 15.11%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-box .x-a1:nth-of-type(2) {
    left: 13.11%;
  }
}
.x-index4 .x-xia .x-box .x-a1::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #000000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
}
@media (max-width: 1580px) {
  .x-index4 .x-xia .x-box .x-a1::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-box .x-a1::before {
    width: 20px;
    height: 20px;
  }
}
.x-xia-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.x-xia-box.x-xg-d1.on,
.x-xia-box.x-xg-d2.on,
.x-xia-box.x-xg-d3.on {
  opacity: 1;
  pointer-events: auto;
}
.x-xia-box.x-xg-d1.on .x-le-img img,
.x-xia-box.x-xg-d2.on .x-le-img img,
.x-xia-box.x-xg-d3.on .x-le-img img {
  background: #fff;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(1),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(1),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(1) {
  opacity: 0;
  transition: 0s 0.95s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(2),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(2),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(2) {
  opacity: 1;
  transition: 0s 0.95s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(3),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(3),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(3) {
  opacity: 1;
  transition: 0s 1.05s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(4),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(4),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(4) {
  opacity: 1;
  transition: 0s 1.2s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(5),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(5),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(5) {
  opacity: 1;
  transition: 0s 1.35s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(6),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(6),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(6) {
  opacity: 1;
  transition: 0s 1.5s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(7),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(7),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(7) {
  opacity: 1;
  transition: 0s 1.65s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(8),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(8),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(8) {
  opacity: 1;
  transition: 0s 1.8s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(9),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(9),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(9) {
  opacity: 1;
  transition: 0s 1.95s;
}
.x-xia-box.x-xg-d1.on .x-le-img img:nth-of-type(10),
.x-xia-box.x-xg-d2.on .x-le-img img:nth-of-type(10),
.x-xia-box.x-xg-d3.on .x-le-img img:nth-of-type(10) {
  opacity: 1;
  transition: 0s 2.1s;
}
.x-xia-box .x-xia-bg {
  position: absolute;
  top: 14.73%;
  left: 35.41%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-xia-box .x-xia-bg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .x-xia-box .x-xia-bg {
    width: 26px;
    height: 26px;
  }
}
.x-xia-box .x-xia-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px dashed #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  pointer-events: none;
}
.x-xia-box .x-xia-bg .x-gb {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-xia-box .x-xia-bg .x-gb {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .x-xia-box .x-xia-bg .x-gb {
    width: 16px;
    height: 16px;
  }
}
.x-xia-box .x-le-img {
  width: 51.56%;
  position: relative;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .x-xia-box .x-le-img {
    width: 100%;
  }
}
.x-xia-box .x-le-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.x-xia-box .x-le-img img:nth-of-type(1) {
  opacity: 1;
}
.x-xia-box .x-te-right {
  width: 48.44%;
  background-color: #313131;
  padding: 1.35rem 1.9rem 0 0.8rem;
}
@media (max-width: 767px) {
  .x-xia-box .x-te-right {
    display: none;
  }
}
.x-xia-box .x-te-right .x-title2 {
  color: #fff;
  font-size: 0.4rem;
}
.x-xia-box .x-te-right .x-p {
  color: #fff;
  margin-top: 0.3rem;
  line-height: 1.9;
}
.x-xg-d2 .x-xia-bg {
  top: auto;
  left: 14.58%;
  bottom: 4.94%;
}
.x-index5 {
  padding: 1.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index5 {
    padding-bottom: 2rem;
  }
}
.x-index5 .container .x-top {
  margin-bottom: 0.7rem;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  margin-left: 0.8rem;
  height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
    margin-left: 1.2rem;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 2rem;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide i {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 100%;
  left: -20px;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide i {
    width: 6px;
    height: 6px;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #000000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide i::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide i::before {
    width: 20px;
    height: 20px;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active i {
  opacity: 1;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img img {
  opacity: 1;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.2;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-img img {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-img img {
    height: 1.1rem;
  }
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 1rem;
  position: relative;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 6.25rem;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.25rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 10.5rem;
  }
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
  width: 6rem;
  height: 1.4rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.2rem;
  left: 1.6rem;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0.35rem;
  font-family: "Normal";
  color: #111;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    height: 1.6rem;
  }
}
@media (max-width: 1260px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 7rem;
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 9rem;
    height: 2.8rem;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 100%;
    height: auto;
    position: initial;
    padding: 1rem;
  }
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-index6 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.15rem 0 1.6rem 0;
}
.x-index6 .x-top {
  width: 84%;
  margin: 0 auto;
  padding-left: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .x-index6 .x-top {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-top {
    width: 100%;
    padding: 0 1rem;
  }
}
.x-index6 .x-top .x-title {
  width: 54.86%;
  font-size: 0.8rem;
  font-family: "Medium";
}
@media (max-width: 767px) {
  .x-index6 .x-top .x-title {
    width: 100%;
    font-size: 1rem;
  }
}
.x-index6 .x-top .x-text {
  width: 45.14%;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-index6 .x-top .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index6 .x-top .x-text p {
  line-height: 1.6;
  color: #111;
}
.x-index6 .x-xia {
  padding-left: 3.2rem;
  position: relative;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-index6 .x-xia {
    padding: 0 0 3rem 1rem;
  }
}
.x-index6 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 6.25rem;
}
@media (max-width: 1260px) {
  .x-index6 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.25rem;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 10.5rem;
  }
}
.x-index6 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.x-index6 .x-xia .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  left: 1.6rem;
  bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-index6 .x-xia .swiper-pagination {
    width: 100%;
    left: 50%;
    bottom: 0;
    flex-wrap: initial;
    transform: translateX(-50%);
    justify-content: center;
  }
}
.x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  border-radius: initial;
  background: transparent;
  height: auto;
  margin-bottom: 0.8rem;
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    margin-right: 1rem;
    font-size: 10px;
  }
}
.x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #000000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 20s linear infinite;
  -webkit-animation: rotate1 20s linear infinite;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet::before {
    width: 25px;
    height: 25px;
  }
}
.x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: auto;
  }
}
.x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-family: "Demibold";
}
.x-index6 .x-xia .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.x-index7 .x-img {
  width: 100%;
  height: 5.7rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-index7 .x-img {
    height: 7.7rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .x-img {
    height: 10.7rem;
  }
}
.x-index7 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index7 .x-img .x-title {
  font-size: 0.8rem;
  font-family: "Medium";
  position: absolute;
  top: 1.1rem;
  left: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .x-index7 .x-img .x-title {
    font-size: 1rem;
    left: 1rem;
  }
}
.x-index7 .container {
  padding-bottom: 1.4rem;
}
.x-index7 .container .x-xia {
  margin-top: -0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 3;
  border-radius: 0.1rem;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia {
    margin-top: -2.4rem;
  }
}
.x-index7 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 1.6rem;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-xia ul {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia ul {
    padding: 1rem;
  }
}
.x-index7 .container .x-xia ul li {
  text-align: center;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-xia ul li {
    width: 33.33%;
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .x-index7 .container .x-xia ul li:last-child {
    margin-bottom: 0;
  }
}
.x-index7 .container .x-xia ul li .x-shuzi {
  font-size: 0.4rem;
  font-family: "Semibold";
}
@media (max-width: 1260px) {
  .x-index7 .container .x-xia ul li .x-shuzi {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia ul li .x-shuzi {
    font-size: 0.8rem;
  }
}
.x-index7 .container .x-xia ul li .x-shuzi i {
  font-style: initial;
}
.x-index7 .container .x-xia ul li .x-p {
  margin-top: 0.05rem;
}
.x-index7 .container .x-xia ul li .x-p p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  font-family: "Normal";
}
.x-index8 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 0.95rem 0;
}
@media (max-width: 767px) {
  .x-index8 {
    padding: 3rem 0;
  }
}
.x-index8 .container .x-title {
  font-size: 0.8rem;
  color: #333;
  font-family: "Medium";
}
@media (max-width: 767px) {
  .x-index8 .container .x-title {
    font-size: 1rem;
  }
}
.x-index8 .container .x-con-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index8 .container .x-con-box .x-left {
  width: 37.12%;
}
@media (max-width: 991px) {
  .x-index8 .container .x-con-box .x-left {
    width: 100%;
  }
}
.x-index8 .container .x-con-box .x-left .x-xia {
  width: 4.9rem;
  background-color: #fff;
  padding: 0.5rem 0.4rem 0.9rem 0.4rem;
  border-radius: 0.1rem;
  margin-top: 1rem;
}
@media (max-width: 1260px) {
  .x-index8 .container .x-con-box .x-left .x-xia {
    width: 100%;
    padding: 1rem;
  }
}
.x-index8 .container .x-con-box .x-left .x-xia ul {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-left .x-xia ul {
    padding-bottom: 0.8rem;
    margin-bottom: 0.6rem;
  }
}
.x-index8 .container .x-con-box .x-left .x-xia ul li {
  margin-right: 0.85rem;
}
.x-index8 .container .x-con-box .x-left .x-xia ul li:last-child {
  margin-right: 0;
}
.x-index8 .container .x-con-box .x-left .x-xia ul li .x-shuzi {
  font-size: 0.6rem;
  color: #333;
  font-family: "Semibold";
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-left .x-xia ul li .x-shuzi {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
}
.x-index8 .container .x-con-box .x-left .x-xia ul li .x-shuzi i {
  font-style: initial;
}
.x-index8 .container .x-con-box .x-left .x-xia ul li .x-p {
  font-size: 14px;
  color: #999999;
  font-family: "Normal";
}
.x-index8 .container .x-con-box .x-left .x-xia .x-text {
  color: #333333;
}
.x-index8 .container .x-con-box .x-left .x-xia .x-text p {
  line-height: 1.8;
  font-family: "Normal";
  letter-spacing: 0.4px;
}
.x-index8 .container .x-con-box .x-right {
  width: 62.64%;
  position: relative;
  height: 6rem;
}
@media (min-width:1921px) {
  .x-index8 .container .x-con-box .x-right{height:initial;
    }
  }

@media (max-width: 991px) {
  .x-index8 .container .x-con-box .x-right {
    width: 100%;
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right {
    margin-top: 1rem;
    height: 9.8rem;
  }
}
.x-index8 .container .x-con-box .x-right .x-img {
  height: 100%;
}
@media (max-width: 991px) {
  .x-index8 .container .x-con-box .x-right .x-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right .x-img {
    width: 100%;
    height: 9.8rem;
  }
}
.x-index8 .container .x-con-box .x-right .x-img img {
  width: 100%;
  object-fit: contain;
}
.x-index8 .container .x-con-box .x-right .x-ao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right .x-ao {
    height: 9.8rem;
  }
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap {
  position: absolute;
  cursor: pointer;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.on .x-p1 {
  display: block;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a1 {
  top: 29.5%;
  left: 18.9%;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a1 .x-p1 {
    display: block !important;
  }
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a2 {
  top: 38.5%;
  left: 20%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a3 {
  top: 49.5%;
  left: 19.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a4 {
  top: 52.5%;
  left: 28.1%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a5 {
  top: 56.5%;
  left: 24%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a6 {
  top: 61.5%;
  left: 30%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a7 {
  top: 79.5%;
  left: 28%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a8 {
  top: 22%;
  left: 43%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a9 {
  top: 23.5%;
  left: 51.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a10 {
  top: 30.5%;
  left: 45%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a11 {
  top: 31.5%;
  left: 47.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a12 {
  top: 31.5%;
  left: 50%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a13 {
  top: 31%;
  left: 54%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a14 {
  top: 33.5%;
  left: 49%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a15 {
  top: 33.5%;
  left: 51.2%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a16 {
  top: 34%;
  left: 55%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a17 {
  top: 35.5%;
  left: 47.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a18 {
  top: 35.5%;
  left: 52.2%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a19 {
  top: 37.2%;
  left: 55.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a20 {
  top: 38.5%;
  left: 53%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a21 {
  top: 39.9%;
  left: 46.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a22 {
  top: 41.5%;
  left: 44.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a23 {
  top: 41.5%;
  left: 53.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a24 {
  top: 46.1%;
  left: 44.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a25 {
  top: 44.8%;
  left: 47.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a26 {
  top: 44.5%;
  left: 57.2%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a27 {
  top: 47.5%;
  left: 50.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a28 {
  top: 50.5%;
  left: 60.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a29 {
  top: 74.9%;
  left: 53.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a30 {
  top: 50.5%;
  left: 68.5%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a31 {
  top: 40%;
  left: 78.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a32 {
  top: 41.5%;
  left: 81.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a33 {
  top: 47.5%;
  left: 78%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a34 {
  top: 47.5%;
  left: 79.7%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a35 {
  top: 61%;
  left: 75.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a36 {
  top: 65.5%;
  left: 77.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a37 {
  top: 75%;
  left: 83.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap.x-a38 {
  top: 82.5%;
  left: 94.9%;
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap .x-app .x-app-d {
  width: 12px;
  height: 18px;
  background: url("../images/x-out1.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right .x-ao .x-ap .x-app .x-app-d {
    width: 10px;
    height: 10px;
  }
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap .x-p1 {
  padding: 10px 12px;
  background-color: #ed8b60;
  color: #fff;
  position: absolute;
  top: -56px;
  left: 7px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
  transition: 0.5s all;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index8 .container .x-con-box .x-right .x-ao .x-ap .x-p1 {
    display: none !important;
    top: -52px;
    left: 0px;
  }
}
.x-index8 .container .x-con-box .x-right .x-ao .x-ap .x-p1::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #ed8b60;
  border-right: 10px solid transparent;
}
.x-foot {
  background-color: #1a1a1a;
}
.x-foot .container .x-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .container .x-top .x-top-left {
  width: 65%;
  border-right: 1px solid #343434;
  padding-bottom: 0.45rem;
  padding-top: 0.75rem;
}
@media (max-width: 1580px) {
  .x-foot .container .x-top .x-top-left {
    width: 56.47%;
  }
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-top-left {
    width: 100%;
    border-right: none;
  }
}
.x-foot .container .x-top .x-top-left .x-logo a {
  display: block;
  width: 2.3rem;
  height: 0.4rem;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-top-left .x-logo a {
    width: 3.56rem;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-top-left .x-logo a {
    width: 7.65rem;
  }
}
.x-foot .container .x-top .x-top-left .x-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .container .x-top .x-top-left ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-top-left ul {
    display: none;
  }
}
.x-foot .container .x-top .x-top-left ul li {
  margin-right: 1.4rem;
}
@media (max-width: 1580px) {
  .x-foot .container .x-top .x-top-left ul li {
    margin-right: 1.1rem;
  }
}
@media (max-width: 1260px) {
  .x-foot .container .x-top .x-top-left ul li {
    margin-right: 0.8rem;
  }
}
.x-foot .container .x-top .x-top-left ul li:last-child {
  margin-right: 0;
}
.x-foot .container .x-top .x-top-left ul li .x-title {
  font-size: 16px;
  color: #fff;
}
.x-foot .container .x-top .x-top-left ul li .x-li-a {
  margin-top: 0.3rem;
}
.x-foot .container .x-top .x-top-left ul li .x-li-a a {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  font-family: "Normal";
  margin-bottom: 0.2rem;
  transition: 0.5s all;
}
.x-foot .container .x-top .x-top-left ul li .x-li-a a:hover {
  color: #fff;
}
.x-foot .container .x-top .x-top-left .x-yq1 {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-top-left .x-yq1 {
    display: none;
  }
}
.x-foot .container .x-top .x-top-left .x-yq1 p {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
}
.x-foot .container .x-top .x-top-left .x-yq1 a {
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
}
.x-foot .container .x-top .x-top-right {
  width: 35%;
  padding-left: 1.35rem;
  padding-top: 0.65rem;
}
@media (max-width: 1580px) {
  .x-foot .container .x-top .x-top-right {
    width: 43.53%;
  }
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-top-right {
    padding-top: 0.1rem;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.x-foot .container .x-top .x-top-right .x-title {
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-top-right .x-title {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
.x-foot .container .x-top .x-top-right .x-addr {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-top-right .x-addr {
    margin-bottom: 0.8rem;
  }
}
.x-foot .container .x-top .x-top-right .x-addr .x-a-title {
  font-size: 14px;
  color: #b2b2b2;
  position: relative;
  font-family: "Normal";
  margin-bottom: 0.15rem;
}
.x-foot .container .x-top .x-top-right .x-addr .x-a-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../images/x-dbx1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.x-foot .container .x-top .x-top-right .x-addr p {
  font-size: 14px;
  color: #b2b2b2;
  font-family: "Normal";
  opacity: 0.5;
}
.x-foot .container .x-top .x-top-right .x-top-a a {
  display: inline-block;
  margin-right: 5px;
}
.x-foot .x-xia {
  border-top: 1px solid #343434;
  padding: 20px 0;
}
.x-foot .x-xia .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-foot .x-xia .container {
    flex-wrap: wrap;
  }
}
.x-foot .x-xia .container .x-ca {
  color: #666666;
  font-size: 14px;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-ca {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-con {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-foot .x-xia .container .x-con a {
  color: #666666;
  font-size: 14px;
  margin-left: 0.5rem;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-con a {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.x-ny-banner .x-con {
  position: relative;
}
.x-ny-banner .x-con .x-img {
  width: 100%;
  height: 6rem;
}
@media (max-width: 1580px) {
  .x-ny-banner .x-con .x-img {
    height: 6.5rem;
  }
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-img {
    height: 8.5rem;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-img {
    height: 12.5rem;
  }
}
.x-ny-banner .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.x-ny-banner .x-con .x-img img .x-m {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-img img .x-m {
    display: block;
  }
}
.x-ny-banner .x-con .x-text {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-ny-banner .x-con .x-text .x-title {
  font-size: 0.6rem;
  color: #fff;
  margin-bottom: 0.12rem;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-text .x-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-text .x-title {
    font-size: 1.4rem;
  }
}
.x-ny-banner .x-con .x-text .x-p {
  color: #fff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-text .x-p p br {
    display: none;
  }
}
.x-des1 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-des1 {
    padding-top: 3rem;
  }
}
.x-des1 .container ul {
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-des1 .container ul {
    padding: 0;
  }
}
.x-des1 .container ul li {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-des1 .container ul li {
    flex-wrap: wrap;
    align-items: center;
  }
}
.x-des1 .container ul li:nth-of-type(n+2) {
  margin-top: 1rem;
}
.x-des1 .container ul li .x-img {
  width: 67.6%;
  height: 6.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-des1 .container ul li .x-img {
    width: 100%;
    height: 11.5rem;
  }
}
.x-des1 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  transition: transform 1.5s ease-out 0.5s;
}
.x-des1 .container ul li .x-text {
  width: 57.33%;
  margin-left: -24.66%;
  background-color: #fff;
  padding-left: 1.1rem;
  position: relative;
  z-index: 2;
  min-height: 3.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .x-des1 .container ul li .x-text {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
  }
}
.x-des1 .container ul li .x-text .x-title {
  font-size: 0.5rem;
  color: #222222;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .x-des1 .container ul li .x-text .x-title {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .x-des1 .container ul li .x-text .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.x-des1 .container ul li .x-text .x-p {
  color: #333;
  overflow-y: auto;
  max-height: 72px;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-des1 .container ul li .x-text .x-p {
    overflow: initial;
    max-height: initial;
  }
}
.x-des1 .container ul li .x-text .x-p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-des1 .container ul li .x-text .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-des1 .container ul li .x-text .x-p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-des1 .container ul li .x-text .x-p::-webkit-scrollbar-corner {
  background: #fff;
}
.x-des2 {
  padding-top: 1.1rem;
}
.x-des2 .container ul {
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-des2 .container ul {
    padding: 0;
  }
}
.x-des2 .container ul li {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-des2 .container ul li {
    flex-wrap: wrap;
    align-items: center;
  }
}
.x-des2 .container ul li .x-img {
  width: 67.6%;
  height: 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-des2 .container ul li .x-img {
    width: 100%;
    height: 11.5rem;
    order: -1;
  }
}
.x-des2 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  transition: transform 1.5s ease-out 0.5s;
}
.x-des2 .container ul li .x-text {
  width: 57.33%;
  margin-right: -14.33%;
  background-color: #fff;
  padding-right: 0.3rem;
  position: relative;
  z-index: 2;
  min-height: 3.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .x-des2 .container ul li .x-text {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
  }
}
.x-des2 .container ul li .x-text .x-title {
  font-size: 0.5rem;
  color: #222222;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .x-des2 .container ul li .x-text .x-title {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .x-des2 .container ul li .x-text .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.x-des2 .container ul li .x-text .x-p {
  color: #333;
  overflow-y: auto;
  max-height: 72px;
  font-family: "Regular";
}
@media (max-width: 1580px) {
  .x-des2 .container ul li .x-text .x-p {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .x-des2 .container ul li .x-text .x-p {
    overflow: initial;
    max-height: initial;
  }
}
.x-des2 .container ul li .x-text .x-p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-des2 .container ul li .x-text .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-des2 .container ul li .x-text .x-p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-des2 .container ul li .x-text .x-p::-webkit-scrollbar-corner {
  background: #fff;
}
.x-des3 {
  padding: 1.1rem 2.1rem 1.2rem 0;
}
@media (max-width: 767px) {
  .x-des3 {
    padding: 1rem 1rem 2rem 1rem;
  }
}
.x-des3 ul {
  display: flex;
  flex-wrap: wrap;
}
.x-des3 ul li {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-des3 ul li {
    flex-wrap: wrap;
    align-items: center;
  }
}
.x-des3 ul li:nth-of-type(n+2) {
  margin-top: 1rem;
}
.x-des3 ul li .x-img {
  width: 67.6%;
  height: 6.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-des3 ul li .x-img {
    width: 100%;
    height: 11.5rem;
  }
}
.x-des3 ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  transition: transform 1.5s ease-out 0.5s;
}
.x-des3 ul li .x-text {
  width: 57.33%;
  margin-left: -18.66%;
  background-color: #fff;
  padding-left: 1.1rem;
  position: relative;
  z-index: 2;
  min-height: 3.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .x-des3 ul li .x-text {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
  }
}
.x-des3 ul li .x-text .x-title {
  font-size: 0.5rem;
  color: #222222;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .x-des3 ul li .x-text .x-title {
    margin-bottom: 0.25rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-des3 ul li .x-text .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.x-des3 ul li .x-text .x-p {
  color: #333;
  overflow-y: auto;
  max-height: 72px;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-des3 ul li .x-text .x-p {
    overflow: initial;
    max-height: initial;
  }
}
.x-des3 ul li .x-text .x-p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-des3 ul li .x-text .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-des3 ul li .x-text .x-p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-des3 ul li .x-text .x-p::-webkit-scrollbar-corner {
  background: #fff;
}
.x-news1 {
  padding: 0.7rem 1rem 1.4rem 1rem;
}
@media (max-width: 1260px) {
  .x-news1 {
    padding: 1.4rem 0;
  }
}
@media (max-width: 767px) {
  .x-news1 {
    padding: 3rem 0 2rem 0;
  }
}
.x-news1 .container .x-top1 {
  padding-bottom: 0.7rem;
}
.x-news1 .container .x-top1 a {
  color: #333;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-right: 8px;
  width: 1.8rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.x-news1 .container .x-top1 a.on {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1260px) {
  .x-news1 .container .x-top1 a {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-news1 .container .x-top1 a {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .x-top1 a {
    width: 4.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
  }
}
.x-news1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-news1 .container ul li {
  width: 31.42%;
  margin-right: 2.87%;
}
@media (max-width: 767px) {
  .x-news1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}
.x-news1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-news1 .container ul li:nth-of-type(n+4) {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-news1 .container ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.x-news1 .container ul li a {
  display: block;
}
.x-news1 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-news1 .container ul li a .x-title {
  color: #333333;
  margin-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-news1 .container ul li a .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-news1 .container ul li a .x-p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  font-family: "Normal";
}
@media (max-width: 1580px) {
  .x-news1 .container ul li a .x-p {
    height: 42px;
  }
}
.x-news1 .container ul li a span {
  color: #999999;
  display: inline-block;
  margin: 0.1rem 0 0.2rem 0;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-news1 .container ul li a span {
    margin: 0.4rem 0 0.5rem 0;
  }
}
.x-news1 .container ul li a figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.x-news1 .container ul li a figure:before {
    content: "";
    display: block;
    padding-top: 53%;
}

.x-news1 .container ul li a figure img {
position: absolute;
top: 0;
left: 0;
z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
  transition: transform 1.5s ease-out 0.5s;
}
.x-ny-nav {
  padding: 30px 1rem;
}
@media (max-width: 767px) {
  .x-ny-nav {
    padding: 30px 0;
  }
}
.x-ny-nav .container a {
  display: inline-block;
  color: #999999;
  font-size: 18px;
  font-weight: 100;
  font-family: "Normal";
}
@media (max-width: 1580px) {
  .x-ny-nav .container a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-ny-nav .container a {
    font-size: 12px;
  }
}
.x-ny-nav .container a.on {
  color: #333;
}
.x-ny-nav .container span {
  display: inline-block;
  color: #999999;
  font-size: 18px;
  margin: 0 10px;
  font-weight: 100;
  font-family: "Normal";
}
@media (max-width: 1580px) {
  .x-ny-nav .container span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-ny-nav .container span {
    font-size: 12px;
    margin: 0 5px;
  }
}
.x-new-show1 {
  padding: 0.8rem 1rem;
}
@media (max-width: 767px) {
  .x-new-show1 {
    padding: 1rem 0;
  }
}
.x-new-show1 .container .x-top {
  width: 790px;
  padding-bottom: 0.25rem;
}
@media (max-width: 1260px) {
  .x-new-show1 .container .x-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-top {
    padding-bottom: 0.8rem;
  }
}
.x-new-show1 .container .x-top .x-title {
  font-size: 0.5rem;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .x-new-show1 .container .x-top .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-top .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.x-new-show1 .container .x-top span {
  color: #999999;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-top span {
    font-size: 12px;
  }
}
.x-new-show1 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-start;
  border-top: 1px solid #eeeeee;
}
.x-new-show1 .container .x-xia .x-left {
  width: 45.71%;
}
@media (max-width: 991px) {
  .x-new-show1 .container .x-xia .x-left {
    width: 100%;
  }
}
.x-new-show1 .container .x-xia .x-left .x-con-con {
  padding-top: 0.4rem;
  font-family: "Normal" !important;
}
.x-new-show1 .container .x-xia .x-left .x-con-con p {
  font-family: "Normal" !important;
}
.x-new-show1 .container .x-xia .x-left .x-con-con p span {
  font-family: "Normal" !important;
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-xia .x-left .x-con-con {
    padding-top: 1.2rem;
  }
}
.x-new-show1 .container .x-xia .x-right {
  width: 49.28%;
  margin-top: 0.5rem;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .x-new-show1 .container .x-xia .x-right {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-xia .x-right {
    position: initial;
  }
}
.x-new-show1 .container .x-xia .x-right .x-swiper1 {
  position: relative;
  cursor: pointer;
}
.x-new-show1 .container .x-xia .x-right .x-swiper1:hover::before {
  opacity: 1;
}
.x-new-show1 .container .x-xia .x-right .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3.9rem;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .x-new-show1 .container .x-xia .x-right .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.9rem;
  }
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-xia .x-right .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 9.9rem;
  }
}
.x-new-show1 .container .x-xia .x-right .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-new-show1 .container .x-xia .x-right .x-swiper2 {
  margin-top: 20px;
}
.x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img img {
  border: 1px solid #333;
}
.x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 1rem;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 2.5rem;
  }
}
.x-new-show1 .container .x-xia .x-right .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.bshare-custom .bshare-facebook {
  background: url(../images/facebook.png) no-repeat left !important;
  height: 22px !important;
  padding-left: 92px !important;
  width: auto;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  opacity: 1 !important;
  font-family: "Normal";
}
.bshare-custom .bshare-pinterest {
  background: url(../images/pinterest.png) no-repeat left !important;
  height: 22px !important;
  padding-left: 92px !important;
  width: auto;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  opacity: 1 !important;
  font-family: "Normal";
}
.x-share {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.x-share .bshare-custom {
  display: flex;
  align-items: center;
}
.x-share .bshare-custom .x-di {
  position: relative;
  margin-right: 20px;
}
.x-share .bshare-custom .x-di:last-child {
  margin-right: 0;
}
.x-share .bshare-custom .x-di:hover span {
  border-bottom: 1px solid #999999;
}
.x-share .bshare-custom .x-di span {
  position: absolute;
  left: 31px;
  top: 4px;
  z-index: 1;
  pointer-events: none;
  color: #999999;
}
.x-new-show2 {
  padding: 1.7rem 1rem 0.8rem 1rem;
}
@media (max-width: 767px) {
  .x-new-show2 {
    padding: 1.7rem 0 0.8rem 0;
  }
}
.x-new-show2 .container .x-title2 {
  font-size: 0.4rem;
  color: #222222;
}
@media (max-width: 991px) {
  .x-new-show2 .container .x-title2 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-new-show2 .container .x-title2 {
    font-size: 1.2rem;
  }
}
.x-new-show2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.x-new-show2 .container ul li {
  width: 31.42%;
  margin-right: 2.87%;
}
@media (max-width: 767px) {
  .x-new-show2 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}
.x-new-show2 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-new-show2 .container ul li:nth-of-type(n+4) {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-new-show2 .container ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.x-new-show2 .container ul li a {
  display: block;
}
.x-new-show2 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-new-show2 .container ul li a .x-title {
  color: #333333;
  margin-bottom: 0.05rem;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-new-show2 .container ul li a .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-new-show2 .container ul li a .x-p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media (max-width: 1580px) {
  .x-new-show2 .container ul li a .x-p {
    height: 42px;
  }
}
.x-new-show2 .container ul li a span {
  color: #999999;
  display: inline-block;
  margin: 0.1rem 0 0.2rem 0;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-new-show2 .container ul li a span {
    margin: 0.4rem 0 0.5rem 0;
  }
}
.x-new-show2 .container ul li a figure {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .x-new-show2 .container ul li a figure {
    height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .x-new-show2 .container ul li a figure {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .x-new-show2 .container ul li a figure {
    height: 10.5rem;
  }
}
.x-new-show2 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
  transition: transform 1.5s ease-out 0.5s;
}
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.lg-outer .lg-inner {
  background-color: #f2f2f2;
}
.lg-outer .lg-toogle-thumb:hover {
  color: #000;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  display: none;
}
.lg-outer .lg-thumb-outer {
  background-color: #fff;
}
.lg-outer .lg-toogle-thumb {
  background-color: #fff;
}
.lg-outer .lg-thumb-item {
  border: 1px solid #eeeeee;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #cccccc;
}
.lg-outer .lg-thumb-outer {
  padding-left: 20px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent;
  color: #000 !important;
}
.lg-outer .lg-dropdown li:nth-of-type(2) {
  display: none;
}
.lg-outer .lg-dropdown li:nth-of-type(3) {
  display: none;
}
.x-qua1 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .x-qua1 {
    padding: 3rem 0;
  }
}
.x-qua1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-qua1 .container .x-text {
  width: 43.75%;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .x-qua1 .container .x-text {
    width: 100%;
    padding-right: 0;
  }
}
.x-qua1 .container .x-text .x-title {
  font-size: 0.5rem;
  color: #000;
}
@media (max-width: 991px) {
  .x-qua1 .container .x-text .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-qua1 .container .x-text .x-title {
    font-size: 1.2rem;
  }
}
.x-qua1 .container .x-text .x-p {
  margin-top: 0.3rem;
  line-height: 1.6;
  text-align: justify;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-qua1 .container .x-text .x-p {
    margin-top: 0.6rem;
  }
}
.x-qua1 .container .x-img {
  width: 56.25%;
  height: 5.7rem;
}
@media (max-width: 767px) {
  .x-qua1 .container .x-img {
    width: 100%;
    margin-top: 1rem;
    height: 10.5rem;
  }
}
.x-qua1 .container .x-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-qua1 .container .x-img video {
    display: none;
  }
}
.x-qua1 .container .x-img img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-qua1 .container .x-img img {
    display: block;
  }
}
.x-qua2 {
  background-color: #f3f3f3;
  padding: 0.85rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-qua2 {
    padding: 2rem 0;
  }
}
.x-qua2 .container .x-title {
  font-size: 0.5rem;
  color: #000000;
}
@media (max-width: 991px) {
  .x-qua2 .container .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-qua2 .container .x-title {
    font-size: 1.2rem;
  }
}
.x-qua2 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .x-qua2 .container ul {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-qua2 .container ul {
    margin-top: 1rem;
  }
}
.x-qua2 .container ul li {
  width: 49.375%;
  background-color: #fff;
  margin-bottom: 0.2rem;
  border-radius: 8px;
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-qua2 .container ul li {
    padding: 0.4rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-qua2 .container ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-qua2 .container ul li {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.x-qua2 .container ul li .x-title2 {
  color: #222;
}
.x-qua2 .container ul li .x-p {
  line-height: 1.8;
  margin-top: 0.1rem;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-qua2 .container ul li .x-p {
    margin-top: 0.6rem;
  }
}
.x-qua3 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-qua3 {
    padding: 2rem 0 3rem 0;
  }
}
.x-qua3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-qua3 .container .x-left {
  width: 50%;
}
@media (max-width: 991px) {
  .x-qua3 .container .x-left {
    width: 100%;
  }
}
.x-qua3 .container .x-left .x-title {
  font-size: 0.5rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 991px) {
  .x-qua3 .container .x-left .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-qua3 .container .x-left .x-title {
    font-size: 1.2rem;
  }
}
.x-qua3 .container .x-left ul {
  margin-top: 1.35rem;
}
.x-qua3 .container .x-left ul li {
  display: flex;
}
.x-qua3 .container .x-left ul li:nth-of-type(n+2) {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-qua3 .container .x-left ul li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.x-qua3 .container .x-left ul li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .x-qua3 .container .x-left ul li img {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
  }
}
.x-qua3 .container .x-right {
  width: 50%;
  padding-left: 1.8rem;
}
@media (max-width: 991px) {
  .x-qua3 .container .x-right {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .x-qua3 .container .x-right {
    margin-top: 1.8rem;
  }
}
.x-qua3 .container .x-right .x-p {
  line-height: 1.7;
  text-align: justify;
  font-family: "Regular";
}
.x-qua3 .container .x-right .x-img {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-qua3 .container .x-right .x-img {
    margin-top: 1.2rem;
  }
}
.x-qua3 .container .x-right .x-img img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .x-qua3 .container .x-right .x-img img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-qua3 .container .x-right .x-img img {
    width: 2rem;
    height: 2rem;
  }
}
.x-brand1 ul li {
  padding: 1.2rem 2.1rem;
  background-color: #f5f5f5;
}
@media (max-width: 1580px) {
  .x-brand1 ul li {
    padding: 1.2rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .x-brand1 ul li {
    padding: 3rem 1rem;
  }
}
.x-brand1 ul li:nth-of-type(2n) {
  background-color: #fff;
}
.x-brand1 ul li:nth-of-type(2n) .x-top .x-left .x-deco {
  background-color: #fff;
}
.x-brand1 ul li:nth-of-type(2n) .x-top .x-text {
  order: -1;
  padding-left: 0;
  padding-right: 0.7rem;
}
@media (max-width: 1260px) {
  .x-brand1 ul li:nth-of-type(2n) .x-top .x-text {
    order: 1;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-brand1 ul li:nth-of-type(n+2) {
    padding: 2rem 1rem;
  }
}
.x-brand1 ul li:last-child {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-brand1 ul li:last-child {
    padding-bottom: 3rem;
  }
}
.x-brand1 ul li .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-brand1 ul li .x-top .x-left {
  width: 56.66%;
  position: relative;
}
@media (max-width: 1260px) {
  .x-brand1 ul li .x-top .x-left {
    width: 100%;
  }
}
.x-brand1 ul li .x-top .x-left .x-deco {
  background-color: #f5f5f5;
}
.x-brand1 ul li .x-top .x-left .x-img {
    position: relative;
  width: 100%;
  overflow: hidden;
}
.x-brand1 ul li .x-top .x-left .x-img:before {
    content: "";
    display: block;
    padding-top: 54.7619%;
}
.x-brand1 ul li .x-top .x-left .x-img .deco2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
  transition: transform 1.5s ease-in-out 0.5s;
}
.x-brand1 ul li .x-top .x-left .x-img .deco2 a {
    display: block;
}
.x-brand1 ul li .x-top .x-left .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 1s;
}
.x-brand1 ul li .x-top .x-left .x-img:hover img {
  transform: scale(1.1) !important;
}
.x-brand1 ul li .x-top .x-text {
  width: 42.66%;
  padding-left: 1rem;
}
@media (max-width: 1260px) {
  .x-brand1 ul li .x-top .x-text {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-brand1 ul li .x-top .x-text {
    margin-top: 1rem;
  }
}
.x-brand1 ul li .x-top .x-text .x-img img {
  height: 0.48rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-brand1 ul li .x-top .x-text .x-img img {
    height: 1.2rem;
  }
}
.x-brand1 ul li .x-top .x-text .x-p {
  line-height: 1.8;
  margin-top: 0.5rem;
  text-align: justify;
  max-height: 2.6rem;
  overflow-y: auto;
  padding-right: 24px;
  font-family: "Regular";
}
.x-brand1 ul li .x-top .x-text .x-p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-brand1 ul li .x-top .x-text .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-brand1 ul li .x-top .x-text .x-p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-brand1 ul li .x-top .x-text .x-p::-webkit-scrollbar-corner {
  background: #fff;
}
@media (max-width: 1580px) {
  .x-brand1 ul li .x-top .x-text .x-p {
    margin-top: 0.3rem;
  }
}
@media (max-width: 1260px) {
  .x-brand1 ul li .x-top .x-text .x-p {
    height: auto;
    max-height: initial;
    overflow-y: initial;
  }
}
@media (max-width: 767px) {
  .x-brand1 ul li .x-top .x-text .x-p {
    margin-top: 0.5rem;
  }
}
.x-brand1 ul li .x-xia {
  margin-top: 0.6rem;
}
.x-brand1 ul li .x-xia .x-p {
  line-height: 1.8;
}
.x-lea1 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.75rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-lea1 {
    padding: 3rem 0;
  }
}
.x-lea1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .x-lea1 .container {
    position: relative;
  }
}
@media (max-width: 767px) {
  .x-lea1 .container {
    padding: 0 1rem;
  }
}
.x-lea1 .container .x-text {
  width: 39.83%;
  position: relative;
  margin-top: 1.2rem;
}
@media (max-width: 991px) {
  .x-lea1 .container .x-text {
    width: 100%;
    position: initial;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-lea1 .container .x-text {
    margin-top: 1rem;
  }
}
.x-lea1 .container .x-text .x-title {
  font-size: 0.6rem;
  color: #222222;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-lea1 .container .x-text .x-title {
    font-size: 1.2rem;
  }
}
.x-lea1 .container .x-text .x-p {
  line-height: 1.8;
  padding-right: 1rem;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-lea1 .container .x-text .x-p {
    padding-right: 0;
  }
}
.x-lea1 .container .x-text .x-bf {
  margin-top: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-lea1 .container .x-text .x-bf {
    bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
.x-lea1 .container .x-text .x-bf img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .x-lea1 .container .x-text .x-bf img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .x-lea1 .container .x-text .x-bf img {
    width: 2rem;
    height: 2rem;
  }
}
.x-lea1 .container .x-right {
  width: 59.48%;
  height: 6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-lea1 .container .x-right {
    width: 100%;
    order: -1;
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .x-lea1 .container .x-right {
    height: 10.5rem;
  }
}
.x-lea1 .container .x-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease-out 0.5s;
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #000;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.x-lea2 {
  position: relative;
}
.x-lea2 .x-img {
  width: 100%;
  height: 9rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-lea2 .x-img {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-img {
    height: 10.5rem;
  }
}
.x-lea2 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s all;
  transition: transform 1.5s ease-out 0.5s;
}
.x-lea2 .x-img img.on {
  opacity: 1;
}
.x-lea2 .x-box {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8.8rem;
  height: 5.5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-lea2 .x-box {
    width: 10.8rem;
    height: 6.5rem;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box {
    width: 100%;
    height: auto;
    transform: none;
    position: initial;
    margin-top: 1rem;
  }
}
.x-lea2 .x-box .x-left {
  width: 81.81%;
  padding: 0 0.8rem 0 1.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-left {
    width: 100%;
    padding: 0 1rem;
  }
}
.x-lea2 .x-box .x-left .x-p {
  display: none;
}
.x-lea2 .x-box .x-left .x-p.on {
  display: block;
}
.x-lea2 .x-box .x-left .x-p .x-title {
  font-size: 0.5rem;
  color: #111111;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .x-lea2 .x-box .x-left .x-p .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-left .x-p .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.x-lea2 .x-box .x-left .x-p p {
  text-align: justify;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 8px;
  font-family: "Regular";
}
.x-lea2 .x-box .x-left .x-p p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-lea2 .x-box .x-left .x-p p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-lea2 .x-box .x-left .x-p p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-lea2 .x-box .x-left .x-p p::-webkit-scrollbar-corner {
  background: #fff;
}
.x-lea2 .x-box .x-right {
  width: 16.8%;
  overflow: hidden;
  height: calc(100% + 0.54rem);
  margin-top: -0.54rem;
}
@media (max-width: 991px) {
  .x-lea2 .x-box .x-right {
    width: 16.7%;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-right {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    overflow: initial;
    padding: 0 1rem;
  }
}
.x-lea2 .x-box .x-right .swiper-container {
  height: 100%;
}
.x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide {
  width: 0.94rem;
  height: 0.94rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide {
    width: 3rem;
    height: 3rem;
  }
}
.x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 1.48rem !important;
  height: 1.48rem !important;
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 4rem !important;
    height: 4rem !important;
  }
}
.x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-sl-img {
  width: 1.48rem;
  height: 1.48rem;
  border: 5px solid #fff;
}
@media (max-width: 991px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-sl-img {
    width: 1.8rem;
    height: 1.8rem;
    border: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-sl-img {
    width: 4rem !important;
    height: 4rem !important;
  }
}
.x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sl-img {
  width: 0.94rem;
  height: 0.94rem;
  border: 5px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sl-img {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid transparent;
  }
}
@media (max-width: 767px) {
  .x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sl-img {
    width: 3rem;
    height: 3rem;
  }
}
.x-lea2 .x-box .x-right .swiper-container .swiper-wrapper .swiper-slide .x-sl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-lea3 {
  padding: 1rem 0 0.7rem 0;
}
@media (max-width: 767px) {
  .x-lea3 {
    padding: 3rem 0 2rem;
  }
}
.x-lea3 .container .x-top .x-title {
  font-size: 0.5rem;
  color: #222222;
}
@media (max-width: 1580px) {
  .x-lea3 .container .x-top .x-title {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-lea3 .container .x-top .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-lea3 .container .x-top .x-title {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.x-lea3 .container .x-top p {
  line-height: 1.8;
  text-align: justify;
}
.x-lea3 .container ul {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-lea3 .container ul {
    margin-top: 1.8rem;
  }
}
.x-lea3 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.25rem;
  opacity: 0.5;
}
.x-lea3 .container ul li.on {
  opacity: 1;
}
@media (max-width: 767px) {
  .x-lea3 .container ul li {
    margin-bottom: 1.5rem;
  }
}
.x-lea3 .container ul li .x-title {
  width: 32.5%;
  padding-right: 0.6rem;
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-lea3 .container ul li .x-title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 15px;
    font-size: 1rem;
  }
}
.x-lea3 .container ul li .x-title span {
  position: absolute;
  left: 0;
  height: 1.5em;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.x-lea3 .container ul li .x-title span i {
  width: 14px;
  height: 14px;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .x-lea3 .container ul li .x-title span i {
    width: 10px;
    height: 10px;
  }
}
.x-lea3 .container ul li .x-p {
  width: 67.5%;
  text-align: justify;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-lea3 .container ul li .x-p {
    width: 100%;
  }
}
.x-out1 .x-index8 .container .x-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .x-out1 .x-index8 .container .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-out1 .x-index8 .container .x-title {
    font-size: 1.2rem;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.x-contact1 {
  padding: 1.4rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .x-contact1 {
    padding: 2.5rem 0 3rem 0;
  }
}
.x-contact1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .x-contact1 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container {
    padding: 0 1rem;
  }
}
.x-contact1 .container .x-left {
  width: 28.42%;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left {
    width: 37.42%;
  }
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-left {
    width: 39.43%;
  }
}
@media (max-width: 991px) {
  .x-contact1 .container .x-left {
    width: 100%;
  }
}
.x-contact1 .container .x-left .x-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .x-contact1 .container .x-left .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-title {
    font-size: 1.2rem;
  }
}
.x-contact1 .container .x-left .x-title2 {
  margin: 0.25rem 0 0.2rem 0;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-title2 {
    margin: 0.5rem 0 0.8rem 0;
  }
}
.x-contact1 .container .x-left ul li {
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left ul li {
    margin-bottom: 0.8rem;
  }
}
.x-contact1 .container .x-left ul li .x-title3 {
  position: relative;
  padding-left: 15px;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left ul li .x-title3 {
    padding-left: 0;
  }
}
.x-contact1 .container .x-left ul li .x-title3::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/x-dbx2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left ul li .x-title3::before {
    display: none;
  }
}
.x-contact1 .container .x-left ul li p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.1rem;
  padding-left: 15px;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left ul li p {
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
.x-contact1 .container .x-left .x-xia {
  padding-top: 0.2rem;
}
.x-contact1 .container .x-left .x-xia .x-ul {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-xia .x-ul {
    margin-bottom: 0.8rem;
  }
}
.x-contact1 .container .x-left .x-xia .x-ul p {
  margin-bottom: 0.1rem;
  font-family: "Regular";
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-xia .x-ul p {
    margin-bottom: 0.5rem;
  }
}
.x-contact1 .container .x-right {
  width: 52.14%;
}
@media (max-width: 991px) {
  .x-contact1 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-contact1 .container .x-right .x-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .x-contact1 .container .x-right .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-title {
    font-size: 1.2rem;
  }
}
.x-contact1 .container .x-right .x-form {
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form {
    margin-top: 1rem;
  }
}
.x-contact1 .container .x-right .x-form input {
  width: 100%;
  height: 55px;
  line-height: 1;
  border: 1px solid #666666;
  margin-bottom: 20px;
  color: #333;
  padding: 0 0.2rem;
  transition: 0.5s all;
  font-family: "Normal";
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-right .x-form input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form input {
    padding: 0 0.8rem;
    font-size: 14px;
    height: 2.2rem;
  }
}
.x-contact1 .container .x-right .x-form input:-moz-placeholder {
  color: #cccccc;
}
.x-contact1 .container .x-right .x-form input::placeholder {
  color: #cccccc;
}
.x-contact1 .container .x-right .x-form input:hover {
  border: 1px solid #1b1b1b;
}
.x-contact1 .container .x-right .x-form textarea {
  width: 100%;
  height: 130px;
  line-height: 1;
  border: 1px solid #666666;
  margin-bottom: 20px;
  color: #333;
  padding: 0.2rem;
  transition: 0.5s all;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form textarea {
    padding: 0.8rem;
    font-size: 14px;
    height: 5rem;
  }
}
.x-contact1 .container .x-right .x-form textarea:-moz-placeholder {
  color: #cccccc;
}
.x-contact1 .container .x-right .x-form textarea::placeholder {
  color: #cccccc;
}
.x-contact1 .container .x-right .x-form textarea:hover {
  border: 1px solid #1b1b1b;
}
.x-contact1 .container .x-right .x-form .x-inp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form .x-inp {
    display: block;
  }
}
.x-contact1 .container .x-right .x-form .x-inp input {
  width: 48.5%;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form .x-inp input {
    width: 100%;
  }
}
.x-contact1 .container .x-right .x-form .x-but {
  width: 100%;
  height: 70px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  font-family: "Normal";
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-right .x-form .x-but {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-form .x-but {
    height: 2.5rem;
    font-size: 12px;
  }
}
.x-about1 {
  padding: 0.7rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-about1 {
    padding: 3rem 0;
  }
}
.x-about1 .container .x-con-con {
  font-family: "Regular";
  color: #333;
  line-height: 1.6 !important;
}
@media (max-width: 767px) {
  .x-about1 .container .x-con-con {
    text-align: justify;
  }
}
.x-about2 {
  margin-bottom: 1.5rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .x-about2 {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
}
.x-about2 .x-con {
  padding-left: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .x-about2 .x-con {
    padding: 0 1.6rem;
  }
}
.x-about2 .x-con .x-text {
  width: 27.84%;
}
@media (max-width: 1900px) {
  .x-about2 .x-con .x-text {
    width: 30.84%;
  }
}
@media (max-width: 1260px) {
  .x-about2 .x-con .x-text {
    width: 33.84%;
  }
}
@media (max-width: 991px) {
  .x-about2 .x-con .x-text {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text {
    margin-top: 3rem;
  }
}
.x-about2 .x-con .x-text .x-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .x-about2 .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-title {
    font-size: 1.2rem;
  }
}
.x-about2 .x-con .x-text .x-tex {
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 10px;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-tex {
    padding: 1rem;
  }
}
.x-about2 .x-con .x-text .x-tex .x-li {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-tex .x-li {
    margin-top: 1rem;
  }
}
.x-about2 .x-con .x-text .x-tex .x-li ul {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-tex .x-li ul {
    padding-bottom: 0.8rem;
    margin-bottom: 0.6rem;
  }
}
.x-about2 .x-con .x-text .x-tex .x-li ul li {
  margin-right: 0.2rem;
}
.x-about2 .x-con .x-text .x-tex .x-li ul li:last-child {
  margin-right: 0;
}
.x-about2 .x-con .x-text .x-tex .x-li ul li .x-shuzi {
  font-size: 0.5rem;
  color: #333;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-tex .x-li ul li .x-shuzi {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.x-about2 .x-con .x-text .x-tex .x-li ul li .x-shuzi i {
  font-style: initial;
}
.x-about2 .x-con .x-text .x-tex .x-li ul li .x-p {
  font-size: 14px;
  color: #999999;
  font-family: "Normal";
}
.x-about2 .x-con .x-text .x-tex .x-p {
  line-height: 1.8;
  margin-top: 0.1rem;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
  font-family: "Regular";
  color: #333;
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text .x-tex .x-p {
    text-align: justify;
    max-height: 250px;
    margin-top: 1rem;
  }
}
.x-about2 .x-con .x-text .x-tex .x-p::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-about2 .x-con .x-text .x-tex .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-about2 .x-con .x-text .x-tex .x-p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-about2 .x-con .x-text .x-tex .x-p::-webkit-scrollbar-corner {
  background: #fff;
}
.x-about2 .x-con .x-img {
  width: 66.6%;
  height: 7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-about2 .x-con .x-img {
    height: 8rem;
    width: 62.6%;
  }
}
@media (max-width: 991px) {
  .x-about2 .x-con .x-img {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-img {
    height: 10.5rem;
  }
}
.x-about2 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease-out 0.5s;
}
.x-pro-show1 {
  position: relative;
}
.x-pro-show1 .x-img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 767px) {
  .x-pro-show1 .x-img {
    height: 12rem;
  }
}
.x-pro-show1 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-show1 .x-ship {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  width: 3rem;
  height: 1.4rem;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 8px;
}
@media (max-width: 1580px) {
  .x-pro-show1 .x-ship {
    border: 3px solid #fff;
    border-radius: 6px;
  }
}
@media (max-width: 991px) {
  .x-pro-show1 .x-ship {
    width: 3.5rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show1 .x-ship {
    width: 4rem;
    height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 2px;
    bottom: 1rem;
  }
}
.x-pro-show1 .x-ship .x-box-bm {
  position: relative;
  height: 100%;
}
.x-pro-show1 .x-ship .x-box-bm::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.x-pro-show1 .x-ship .x-box-bm .x-bm {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-show1 .x-ship .x-bfan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 991px) {
  .x-pro-show1 .x-ship .x-bfan {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show1 .x-ship .x-bfan {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-pro-show2 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 0.6rem 0;
}
@media (max-width: 991px) {
  .x-pro-show2 {
    padding: 1.6rem 0;
  }
}
@media (max-width: 767px) {
  .x-pro-show2 {
    padding: 2.5rem 0 3rem 0;
  }
}
.x-pro-show2 .container {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-pro-show2 .container .x-left {
  width: 49.8%;
}
@media (max-width: 991px) {
  .x-pro-show2 .container .x-left {
    width: 100%;
  }
}
.x-pro-show2 .container .x-left .x-swiper1 {
  position: relative;
  cursor: pointer;
}
.x-pro-show2 .container .x-left .x-swiper1:hover::before {
  opacity: 1;
}
.x-pro-show2 .container .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3.9rem;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .x-pro-show2 .container .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.9rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 9.9rem;
  }
}
.x-pro-show2 .container .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-show2 .container .x-left .x-swiper2 {
  margin-top: 20px;
}
.x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img img {
  border: 1px solid #333;
}
.x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 1rem;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 2.5rem;
  }
}
.x-pro-show2 .container .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.x-pro-show2 .container .x-left .x-share {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-left .x-share {
    margin-top: 1rem;
  }
}
.x-pro-show2 .container .x-right {
  width: 42.85%;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .x-pro-show2 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-right {
    margin-top: 1.5rem;
  }
}
.x-pro-show2 .container .x-right .x-title {
  font-size: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-right .x-title {
    font-size: 1.2rem;
    padding-bottom: 0.6rem;
  }
}
.x-pro-show2 .container .x-right .x-p {
  margin-top: 0.4rem;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-pro-show2 .container .x-right .x-p {
    margin-top: 0.6rem;
  }
}
.x-pro-show3 {
  padding: 0.8rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-pro-show3 {
    padding: 3rem 0;
  }
}
.x-pro-show3 .container {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .x-pro-show3 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-pro-show3 .container {
    padding: 0 1rem;
  }
}
.x-pro-show3 .container .x-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .x-pro-show3 .container .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show3 .container .x-title {
    font-size: 1.2rem;
  }
}
.x-pro-show3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-pro-show3 .container ul {
    margin-top: 1rem;
  }
}
.x-pro-show3 .container ul li {
  width: 33.33%;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .x-pro-show3 .container ul li {
    margin-right: 0;
    padding-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-pro-show3 .container ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-pro-show3 .container ul li:nth-of-type(3n) {
  margin-right: 0;
  padding-left: 1rem;
}
@media (max-width: 1580px) {
  .x-pro-show3 .container ul li:nth-of-type(3n) {
    padding-left: 0;
  }
}
.x-pro-show3 .container ul li:nth-of-type(3n-1) {
  padding-left: 0.7rem;
}
@media (max-width: 1580px) {
  .x-pro-show3 .container ul li:nth-of-type(3n-1) {
    padding-left: 0;
  }
}
.x-pro-show3 .container ul li .x-p {
  display: flex;
  font-family: "Normal";
}
.x-pro-show3 .container ul li .x-p:nth-of-type(n+2) {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-pro-show3 .container ul li .x-p:nth-of-type(n+2) {
    margin-top: 0.4rem;
  }
}
.x-pro-show3 .container ul li .x-p p {
  flex-shrink: 0;
  color: #888888;
}
.x-pro-show3 .container .x-pr {
  background-color: #b7babf;
  color: #fff;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  padding: 0 0.4rem;
  border-radius: 6px;
  margin-top: 0.75rem;
}
@media (max-width: 1580px) {
  .x-pro-show3 .container .x-pr {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-pro-show3 .container .x-pr {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}
.x-pro-show3 .container .x-pr img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 15px;
}
@media (max-width: 1580px) {
  .x-pro-show3 .container .x-pr img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .x-pro-show3 .container .x-pr img {
    margin-right: 0.1rem;
  }
}
.x-pro-show4 {
  background-color: #f5f5f5;
  padding: 0.85rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-pro-show4 {
    padding: 3rem 0;
  }
}
.x-pro-show4 .container {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .x-pro-show4 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container {
    padding: 0 1rem;
  }
}
.x-pro-show4 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-pro-show4 .container .x-top .x-title {
  font-size: 0.5rem;
  width: 44%;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-top .x-title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-top .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-top .x-title {
    font-size: 1.2rem;
  }
}
.x-pro-show4 .container .x-top .x-swiper1 {
  width: 55.28%;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-top .x-swiper1 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #222222;
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p i {
  opacity: 1;
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p i::before {
  opacity: 1;
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 0.22rem;
  color: rgba(17, 17, 17, 0.3);
  padding: 0.3rem 0 0.3rem 0.3rem;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p {
    padding: 0.4rem 0 0.5rem 0.5rem;
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p i {
  opacity: 0;
  transition: 0.5s all;
}
.x-pro-show4 .container .x-top .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p i::before {
  opacity: 0;
  transition: 0.5s all;
}
.x-pro-show4 .container .x-swiper2 {
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-swiper2 {
    margin-top: 0.6rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #b3b3b3;
  position: absolute;
  right: 30.3%;
  top: 0;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide::before {
    display: none;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 67.85%;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 1921px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 0.4rem 0.1rem 0.4rem 0.6rem;
  }
}
@media (max-width: 1920px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 0.4rem 0.1rem 0.4rem 0.15rem;
  }
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 1rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 1.84rem;
  overflow-y: auto;
}
@media (max-width: 1900px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul {
    max-height: 184px;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul {
    padding-right: 0.2rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul::-webkit-scrollbar-corner {
  background: #fff;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li {
  width: 33.33%;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li {
    padding-right: 0.1rem;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li:nth-of-type(n+4) {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li:nth-of-type(n+3) {
    margin-top: 0.55rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #e5e5e5;
  border-radius: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img {
    width: 0.84rem;
    height: 0.84rem;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img .x-tb1 {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-img .x-tb1 {
    width: 14px;
    height: 14px;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-p {
  padding-left: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-p {
    padding-left: 1rem;
  }
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left ul li .x-p p br {
    display: none;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 28.57%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.2rem 0.1rem 0.2rem 0.15rem;
}
@media (max-width: 1260px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    margin-top: 1rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 2.17rem;
  overflow-y: auto;
}
@media (max-width: 1900px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul {
    max-height: 217px;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #555353;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul::-webkit-scrollbar-corner {
  background: #fff;
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li {
  width: 33.33%;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li {
    padding-right: 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li {
    width: 50%;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li:nth-of-type(n+4) {
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li:nth-of-type(n+4) {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li .x-img {
  width: 0.52rem;
  height: 0.7rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li .x-img {
    width: 1.56rem;
    height: 1.74rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li .x-img {
    width: 2.56rem;
    height: 2.74rem;
  }
}
.x-pro-show4 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pro-show4 .container .x-zs {
  margin-top: 0.35rem;
}
.x-pro-show5 {
  padding: 0.8rem 0 0.7rem 0;
}
@media (max-width: 767px) {
  .x-pro-show5 {
    padding: 3rem 0;
  }
}
.x-pro-show5 .container {
  padding: 0 0.7rem;
}
.x-pro-show5 .container .x-title {
  font-size: 0.5rem;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .x-pro-show5 .container .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-title {
    font-size: 1.2rem;
  }
}
.x-pro-show5 .container .x-swiper {
  position: relative;
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-swiper {
    margin-top: 1rem;
  }
}
.x-pro-show5 .container .x-swiper .swiper-container {
  overflow: hidden;
  padding: 0.3rem 0.25rem;
}
@media (min-width: 1925px) {
  .x-pro-show5 .container .x-swiper .swiper-container {
    padding: 0.3rem 0.1rem;
  }
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  box-shadow: 0 0 24px rgba(4, 0, 0, 0.06);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    box-shadow: none;
  }
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover::before {
  opacity: 1;
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #fff;
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.72);
  transition: 0.5s all;
  opacity: 0;
  z-index: 6;
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3.25rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 5.25rem;
  }
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 12.25rem;
  }
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: transform 1.5s ease-out 0.5s;
}
.x-pro-show5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #333333;
  transition: 0.5s all;
  padding: 0.05rem 0.1rem 0.4rem 0.1rem;
  position: relative;
  z-index: 6;
}
.x-pro-show5 .container .x-swiper .swiper-button-prev1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dddddd;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-swiper .swiper-button-prev1 {
    display: none;
  }
}
.x-pro-show5 .container .x-swiper .swiper-button-prev1:hover {
  background-color: #333333;
}
.x-pro-show5 .container .x-swiper .swiper-button-prev1:hover::before {
  background: url("../images/x-pro-jt4.png") no-repeat;
  background-size: contain;
}
.x-pro-show5 .container .x-swiper .swiper-button-prev1::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../images/x-pro-jt1.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-pro-show5 .container .x-swiper .swiper-button-next1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dddddd;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-pro-show5 .container .x-swiper .swiper-button-next1 {
    display: none;
  }
}
.x-pro-show5 .container .x-swiper .swiper-button-next1:hover {
  background-color: #333333;
}
.x-pro-show5 .container .x-swiper .swiper-button-next1:hover::before {
  background: url("../images/x-pro-jt3.png") no-repeat;
  background-size: contain;
}
.x-pro-show5 .container .x-swiper .swiper-button-next1::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../images/x-pro-jt2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-pro-list1 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 6rem;
}
@media (max-width: 1260px) {
  .x-pro-list1 .swiper-container .swiper-wrapper .swiper-slide {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-list1 .swiper-container .swiper-wrapper .swiper-slide {
    height: 12rem;
  }
}
.x-pro-list1 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-list1 .swiper-container .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.65rem;
  bottom: 30px;
}
@media (max-width: 767px) {
  .x-pro-list1 .swiper-container .swiper-pagination {
    bottom: 15px;
  }
}
.x-pro-list1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  opacity: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-pro-list1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.x-pro-list1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.x-pro-list2 {
  padding: 1rem 1rem 1.8rem 1rem;
}
@media (max-width: 767px) {
  .x-pro-list2 {
    padding: 1rem 0 3rem 0;
  }
}
.x-pro-list2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-pro-list2 .container .x-left {
  width: 22.37%;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-left {
    width: 100%;
  }
}
.x-pro-list2 .container .x-left ul li {
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-left ul li {
    padding-bottom: 1.2rem;
  }
}
.x-pro-list2 .container .x-left ul li .x-title {
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-left ul li .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-pro-list2 .container .x-left ul li .x-top-a {
  color: #666666;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-left ul li .x-top-a {
    margin-bottom: 0.3rem;
  }
}
.x-pro-list2 .container .x-left ul li .x-xia {
  padding-left: 20px;
}
.x-pro-list2 .container .x-left ul li .x-xia a {
  display: block;
  color: #666666;
  position: relative;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-left ul li .x-xia a {
    margin-bottom: 0.4rem;
  }
}
.x-pro-list2 .container .x-left ul li .x-xia a.on i {
  background-color: #666;
  border: 1px solid #666;
}
.x-pro-list2 .container .x-left ul li .x-xia a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #939393;
  position: absolute;
  left: -20px;
  top: 6px;
  transition: 0.5s all;
}
.x-pro-list2 .container .x-right {
  width: 76%;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-pro-list2 .container .x-right ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-pro-list2 .container .x-right ul li {
  width: 33.33%;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-right ul li {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.x-pro-list2 .container .x-right ul li a {
  display: block;
  position: relative;
  padding-top: 0.2rem;
}
.x-pro-list2 .container .x-right ul li a:hover .x-img img {
  transform: scale(1.1);
}
.x-pro-list2 .container .x-right ul li a .x-sp {
  position: absolute;
  display: inline-block;
  background-color: #d95842;
  color: #fff;
  border-radius: 13px;
  padding: 0 18px;
  height: 26px;
  right: 0.5rem;
  top: 0;
  font-family: "Regular";
  z-index: 5;
  text-transform: capitalize;
}
@media (max-width: 1580px) {
  .x-pro-list2 .container .x-right ul li a .x-sp {
    right: 0;
  }
}
@media (max-width: 1260px) {
  .x-pro-list2 .container .x-right ul li a .x-sp {
    height: 23px;
    padding: 0 14px;
  }
}
.x-pro-list2 .container .x-right ul li a .x-img {
  width: 100%;
  height: 2.06rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-right ul li a .x-img {
    height: 10.5rem;
  }
}
.x-pro-list2 .container .x-right ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-pro-list2 .container .x-right ul li a p {
  text-align: center;
  color: #222222;
  margin-top: 0.35rem;
  font-family: "Regular";
}
.x-pro-list2 .container .x-right .x-fenye {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.x-pro-list2 .container .x-right .x-fenye .x-le a {
  display: inline-block;
  color: #939393;
  font-size: 14px;
  padding: 0 12px;
  border: 1px solid #939393;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-pro-list2 .container .x-right .x-fenye .x-zh {
    display: none;
  }
}
.x-pro-list2 .container .x-right .x-fenye .x-zh a {
  display: inline-block;
  font-size: 14px;
  color: #939393;
  padding: 0 8px;
  border: 1px solid #939393;
  margin: 0 5px;
  font-family: "Normal";
}
.x-pro-list2 .container .x-right .x-fenye .x-zh a.active {
  background: #939393;
  color: #fff;
}
.x-pro-list2 .container .x-right .x-fenye .x-ri a {
  display: inline-block;
  color: #939393;
  font-size: 14px;
  padding: 0 12px;
  border: 1px solid #939393;
  font-family: "Normal";
}
.x-deco {
  position: absolute;
  top: 0;
  right: -1%;
  width: 101%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: -webkit-transform 0.5s ease-in 0.2s;
  transform-origin: top right;
}
@media (max-width: 1260px) {
  .x-deco {
    display: none;
  }
}
@keyframes deco {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.x-deco {
  -webkit-animation-name: deco;
  animation-name: deco;
}
@keyframes deco2 {
  0% {
    transform: translateX(-100%) scale(1);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes tfm1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.1);
  }
}
.deco2 {
  -webkit-animation-name: deco2;
  animation-name: deco2;
  animation-duration: 2s;
}
#c-follow-btn {
  position: fixed;
  top: 0;
  left: -200px;
  z-index: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
}
#c-follow-btn.on {
  display: block;
}
#c-follow-btn.on span:last-child {
  display: block;
}
#c-follow-btn span {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/x-fdj1.png) no-repeat center;
  background-size: contain;
  display: none;
}
#c-follow-btn span:last-child {
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/x-fdj1.png) no-repeat center;
  background-size: contain;
}


.x-yyqh {
  position: absolute;
  right: 180px;
  cursor: pointer;
  font-family: "Normal";
  font-size: 14px !important;
}

.x-yyqh p span{padding: 0 6px;}
@media (max-width: 1580px) {
  .x-yyqh {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .x-yyqh {
    right: 90px;
  }
}
.x-yyqh .x-en {
  font-size: 14px;
  color: #fff;
}
.x-yyqh .x-y-xia {
  position: absolute;
  top: 100%;
  background: #1a1a1a;
  line-height: initial;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.x-yyqh .x-y-xia a {
  color: #fff;
  line-height: 1;
  margin: 12px 0;
  padding: 0 15px;
  display: block;
  transition: 0.3s all;
}
.x-yyqh .x-y-xia a:hover {
  opacity: 0.8;
}


@media (max-width: 1580px){
  #x-home-header .x-con .x-daohan {
    width: 60px;
}
}


.x-clog {
  padding: 0.45rem 0 1.5rem 0;
}
@media (max-width: 767px) {
  .x-clog {
    padding: 1rem 0 2rem 0;
  }
}
.x-clog .container .x-title {
  font-size: 0.72rem;
  font-weight: bold;
  font-family: "Medium";
  text-align: center;
}
@media (max-width: 767px) {
  .x-clog .container .x-title {
    font-size: 1.4rem;
  }
}
.x-clog .container .x-xia {
  margin-top: 0.9rem;
}
.x-clog .container .x-xia .x-title2 {
  font-size: 0.28rem;
  color: #000000;
  position: relative;
  left: -0.5rem;
  font-family: "Medium";
}
@media (max-width: 1580px) {
  .x-clog .container .x-xia .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-clog .container .x-xia .x-title2 {
    left: -0.4rem;
  }
}
.x-clog .container .x-xia ul {
  padding: 0 1.15rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-clog .container .x-xia ul {
    justify-content: space-between;
  }
}
.x-clog .container .x-xia ul li {
  width: 13.45%;
  margin-right: 29.825%;
  margin-bottom: 0.9rem;
}
@media (max-width: 1260px) {
  .x-clog .container .x-xia ul li {
    width: 20.45%;
    margin-right: 19.325%;
  }
}
@media (max-width: 767px) {
  .x-clog .container .x-xia ul li {
    width: 46%;
    margin-right: 0;
  }
}
.x-clog .container .x-xia ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-clog .container .x-xia ul li a {
  display: block;
}
.x-clog .container .x-xia ul li a:hover .x-img img {
  transform: scale(1.1);
}
.x-clog .container .x-xia ul li a .x-img {
    position: relative;
  width: 100%;
  overflow: hidden;
}
.x-clog .container .x-xia ul li a .x-img:before {
    content: "";
    display: block;
    padding-top: 140%;
}
.x-clog .container .x-xia ul li a .x-img img {
position: absolute;
top: 0;
left: 0;
z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-clog .container .x-xia ul li a .x-tit {
  color: #333333;
  margin-top: 0.12rem;
  font-family: "Medium";
}
@media (max-width: 767px) {
  .x-clog .container .x-xia ul li a .x-tit {
    font-size: 14px;
  }
}


.x-yyqh .x-en a{
  font-size: 14px;
  font-family: "Normal";
}


.x-clog .x-fenye {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding: 0 1.15rem;
}
.x-clog .x-fenye .x-le a {
  display: inline-block;
  color: #939393;
  font-size: 14px;
  padding: 0 12px;
  border: 1px solid #939393;
  font-family: "Normal";
}
@media (max-width: 767px) {
  .x-clog .x-fenye .x-zh {
    display: none;
  }
}
.x-clog .x-fenye .x-zh a {
  display: inline-block;
  font-size: 14px;
  color: #939393;
  padding: 0 8px;
  border: 1px solid #939393;
  margin: 0 5px;
  font-family: "Normal";
}
.x-clog .x-fenye .x-zh a.active {
  background: #939393;
  color: #fff;
}
.x-clog .x-fenye .x-ri a {
  display: inline-block;
  color: #939393;
  font-size: 14px;
  padding: 0 12px;
  border: 1px solid #939393;
  font-family: "Normal";
}