@charset "utf-8";
/*字体*/
@font-face {
  font-family: 'Dem';
  src: url("../font/MiSans-Demibold.ttf") format("truetype");
}
@font-face {
  font-family: 'Lig';
  src: url("../font/MiSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Monl';
  src: url("../font/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Monr';
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'MiSN';
  src: url("../font/MiSans-Normal.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;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.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: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
.container {
  margin: 0 auto;
  width: 88.54%;
  max-width: 1700px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 73%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: 100px;
  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-color: rgba(0, 0, 0, 0.91);
}
@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: 100px;
  padding: 0 1.1rem;
  position: relative;
}
@media (max-width: 1580px) {
  #x-home-header .x-con {
    height: 80px;
  }
}
@media (max-width: 1260px) {
  #x-home-header .x-con {
    height: 80px;
    padding: 0 0.8rem;
  }
}
@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 0.4rem;
  }
}
#x-home-header .x-con .x-logo {
  width: 13.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: 28.5%;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-logo {
    width: 46.5%;
  }
}
#x-home-header .x-con .x-logo .x-img1 {
  width: 100%;
  height: 28px;
  overflow: hidden;
}
#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 {
  padding-right: 0.9rem;
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-pc-nav {
    display: none !important;
  }
}
#x-home-header .x-con .x-pc-nav ul {
  display: flex;
  justify-content: flex-start;
}
#x-home-header .x-con .x-pc-nav ul li {
  margin-right: 0.8rem;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-pc-nav ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-pc-nav ul li {
    margin-right: 0.4rem;
  }
}
#x-home-header .x-con .x-pc-nav ul li:last-child {
  margin-right: 0;
}
#x-home-header .x-con .x-pc-nav ul li .x-pc-a {
  line-height: initial;
  color: #fff;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.91);
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.1rem 1.9rem 5.67rem;
  border-top: 1px solid #fff;
  display: none;
}
@media (min-width: 1921px) {
  #x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con {
    padding-left: 36.8vw;
  }
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con {
    padding-left: 29.5%;
  }
}
@media (max-width: 1367px) {
  #x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con {
    padding-left: 28.5%;
  }
}
@media (max-width: 1281px) {
  #x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con {
    padding-left: 26.5%;
  }
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-hx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-left {
  width: 19.84%;
  text-align: left;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-left a {
  display: block;
  color: #fff;
  line-height: initial;
  margin-bottom: 0.3rem;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-left a:last-child {
  margin-bottom: 0;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right {
  width: 80.16%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a {
  width: 29.7%;
  margin-right: 5.45%;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a:nth-of-type(3n) {
  margin-right: 0;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a:hover .public-img img {
  transform: scale(1.1);
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a .public-img::before {
  padding-top: 63.33%;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a .public-img img {
  transition: 0.5s all;
}
#x-home-header .x-con .x-pc-nav ul li .x-li-nav .x-li-con .x-right a p {
  line-height: initial;
  color: #fff;
  margin: 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#x-home-header .x-con .x-daohan {
  display: flex;
  align-items: center;
}
#x-home-header .x-con .x-daohan.on i {
  display: none;
}
#x-home-header .x-con .x-daohan .x-dao-a {
  font-size: 14px;
  color: #fff;
  font-family: 'Dem', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#x-home-header .x-con .x-daohan > a {
  color: #aaa;
  transition: 0.4s ease-in-out;
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-daohan > a {
    display: none;
  }
}
#x-home-header .x-con .x-daohan > a:hover {
  color: #fff;
}
#x-home-header .x-con .x-daohan .c-yy {
  margin-left: 0.3rem;
  padding-right: 0.2rem;
  position: relative;
  display: none;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan .c-yy {
    line-height: 80px;
  }
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-daohan .c-yy {
    display: block;
  }
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan .c-yy {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan .c-yy {
    padding-right: 0.2rem;
    margin-right: 0.2rem;
  }
}
#x-home-header .x-con .x-daohan .c-yy .x-yg {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i1 {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  transform: initial;
  top: 0;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i1 svg {
  width: 100%;
  height: 100%;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i1 svg path {
  fill: #fff;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg span {
  display: inline-block;
  color: #fff;
  margin: 0 0.08rem;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i2 {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  transform: initial;
  top: 0;
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i2 svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
#x-home-header .x-con .x-daohan .c-yy .x-yg .x-i2 svg path {
  fill: #fff;
}
#x-home-header .x-con .x-daohan .c-yy .x-yyxl {
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
  background-color: #000;
  line-height: 1.2;
  width: 100%;
  padding: 0.05rem 0;
  display: none;
}
#x-home-header .x-con .x-daohan .c-yy .x-yyxl a {
  color: #aaa;
  display: block;
  padding: 4px 0.1rem;
  transition: 0.4s ease-in-out;
}
#x-home-header .x-con .x-daohan .c-yy .x-yyxl a:hover {
  color: #fff;
}
#x-home-header .x-con .x-daohan .x-sear {
  margin: 0.1rem 0.3rem 0;
}
@media (max-width: 1260px) {
  #x-home-header .x-con .x-daohan .x-sear {
    display: none;
  }
}
#x-home-header .x-con .x-daohan .x-sear.on {
  margin-top: 0;
}
#x-home-header .x-con .x-daohan .x-sear.on .x-s-img svg:nth-of-type(1) {
  display: none;
}
#x-home-header .x-con .x-daohan .x-sear.on .x-s-img svg:nth-of-type(2) {
  display: block;
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan .x-sear {
    display: none;
  }
}
#x-home-header .x-con .x-daohan .x-sear .x-s-img svg {
  cursor: pointer;
}
#x-home-header .x-con .x-daohan .x-sear .x-s-img svg:nth-of-type(2) {
  display: none;
  width: 16px;
  height: 16px;
}
#x-home-header .x-con .x-daohan .x-sear .x-s-img svg path {
  fill: #fff;
  fill-rule: initial;
  opacity: 1;
}
#x-home-header .x-con .x-daohan .x-sear .x-form {
  left: 0;
  top: 100px;
  background-color: #000;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  z-index: 100;
  padding: 0.5rem 0;
  display: none;
  text-align: center;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan .x-sear .x-form {
    top: 80px;
  }
}
#x-home-header .x-con .x-daohan .x-sear .x-form .x-pt {
  width: 7.6rem;
  border-bottom: 1px solid #fff;
  display: flex;
  padding-bottom: 0.1rem;
  margin: 0 auto;
}
#x-home-header .x-con .x-daohan .x-sear .x-form .x-pt input {
  width: 95%;
  color: #fff;
}
#x-home-header .x-con .x-daohan .x-sear .x-form .x-pt input::placeholder {
  color: #fff;
}
#x-home-header .x-con .x-daohan .x-sear .x-form .x-pt button {
  width: 5%;
}
#x-home-header .x-con .x-daohan .x-sear .x-form .x-pt button svg path {
  fill: #fff;
  fill-rule: initial;
  opacity: 1;
}
#x-home-header .x-con .x-daohan .x-daohan-one {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  #x-home-header .x-con .x-daohan .x-daohan-one {
    display: flex;
    margin-left: 0.3rem;
  }
}
#x-home-header .x-con .x-daohan .x-daohan-one:hover i:nth-of-type(2) {
  width: 20px;
}
#x-home-header .x-con .x-daohan .x-daohan-one.on i:nth-of-type(1) {
  top: 4px;
  transform: rotate(45deg);
}
#x-home-header .x-con .x-daohan .x-daohan-one.on i:nth-of-type(2) {
  display: none;
}
#x-home-header .x-con .x-daohan .x-daohan-one.on i:nth-of-type(3) {
  bottom: 2px;
  transform: rotate(-45deg);
}
#x-home-header .x-con .x-daohan i {
  display: table;
  position: relative;
  height: 2px;
  background-color: #fff;
  margin: 4px 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;
}
#x-home-header .x-con .x-daohan i:nth-of-type(1) {
  width: 20px;
  margin-top: 0;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(1) {
    width: 20px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(1) {
    width: 20px;
  }
}
#x-home-header .x-con .x-daohan i:nth-of-type(2) {
  width: 15px;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(2) {
    width: 15px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(2) {
    width: 15px;
  }
}
#x-home-header .x-con .x-daohan i:nth-of-type(3) {
  width: 20px;
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(3) {
    width: 20px;
  }
}
@media (max-width: 767px) {
  #x-home-header .x-con .x-daohan i:nth-of-type(3) {
    width: 20px;
  }
}
#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 a {
  display: block;
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  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/ico-arrow2.svg") 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: 12px;
  height: 12px;
  background: url("../images/ico-arrow2.svg") 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: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(3) {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
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: 1580px) {
  #c-placeholder {
    height: 80px;
  }
}
@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-color: #000000;
}
#x-home-header.c-style2 .x-con .x-logo .x-img1 img:nth-of-type(1) {
  display: none;
}
#x-home-header.c-style2 .x-con .x-logo .x-img1 img:nth-of-type(2) {
  display: block;
}
#x-home-header.c-style2 .x-con .x-daohan .x-dao-a.on {
  opacity: 0;
  pointer-events: none;
}
#x-home-header.c-style2 .x-con .x-daohan .x-sear.on1 {
  opacity: 0;
  pointer-events: none;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #000;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.c-home1 {
  height: 250vh;
}
.c-home1 .c-main {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  height: 100vh;
  background-color: #222121;
  overflow: hidden;
}
.c-home1 .c-main .c-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.c-home1 .c-main .c-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-main .c-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
}
.c-home1 .c-main .c-right .c-wrap {
  position: relative;
  width: 18.229166vw;
  height: 23.958333vw;
}
.c-home1 .c-main .c-right .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-main .c-right .c-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-main .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.c-home1 .c-main .c-text-box .c-wrap {
  transform: scale(1.2);
  transition: all 1s;
}
.c-home1 .c-main .c-text-box .c-wrap.on {
  transform: scale(1);
}
.c-home1 .c-main .c-text-box .c-wrap.on .c-title {
  opacity: 1;
  pointer-events: initial;
}
.c-home1 .c-main .c-text-box .c-wrap.on .c-text {
  opacity: 1;
  pointer-events: initial;
}
.c-home1 .c-main .c-text-box .c-wrap.on .c-text span {
  opacity: 1 !important;
}
.c-home1 .c-main .c-text-box .c-wrap .c-title {
  line-height: 1;
  opacity: 0;
  transition: all 0.5s;
  font-size: 0.7rem;
  pointer-events: none;
}
.c-home1 .c-main .c-text-box .c-wrap .c-text {
  line-height: 1;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.5s;
  font-size: 0.2rem;
  pointer-events: none;
}
.c-home1 .c-main .c-text-box .c-wrap .c-text span:nth-child(2n) {
  opacity: 0;
  transition: all 1s;
}
.x-index1 {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  display: block;
  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: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0 0.4rem;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.6rem;
  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 {
    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 {
  padding: 0.8rem 0 1.6rem 0;
  height: 150vh;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 1.2rem 0 0 0;
  }
}
.x-index2 .container {
  height: 90vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
.x-index2 .container .x-title {
  text-align: center;
  margin-bottom: 0.4rem;
}
.x-index2 .container .x-con {
  position: relative;
  width: 100%;
  height: 100%;
}
.x-index2 .container .x-con .x-video {
  width: 100%;
  height: 100%;
  transform: scale(0.25);
  position: relative;
  transition: 0.1s all;
}
.x-index2 .container .x-con .x-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-index2 .container .x-con .x-video img {
    height: auto;
  }
}
.x-index2 .container .x-con .x-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-index2 .container .x-con .x-video video {
    height: auto;
  }
}
.x-index2 .container .x-con .x-le {
  display: flex;
}
.x-index2 .container .x-con .x-le span {
  font-size: 0.7rem;
  position: absolute;
  left: 0;
  top: 2.3rem;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  transition: 0.4s ease-out;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-con .x-le span {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .x-index2 .container .x-con .x-le span {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-con .x-le span {
    font-size: 0.5rem;
  }
}
.x-index2 .container .x-con .x-le span.x-sp2 {
  left: auto;
  right: 0;
}
.x-index3 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-index3 {
    padding-top: 1.2rem;
  }
}
.x-index3 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index3 .container ul li .x-left {
  width: 47.41%;
}
@media (max-width: 767px) {
  .x-index3 .container ul li .x-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.x-index3 .container ul li .x-left.on .x-xia video {
  z-index: 4;
}
.x-index3 .container ul li .x-left .x-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-index3 .container ul li .x-left .x-top {
    align-items: flex-start;
    margin-top: 0.14rem;
  }
}
.x-index3 .container ul li .x-left .x-top .x-title {
  font-size: 0.3rem;
  color: #222222;
}
@media (max-width: 767px) {
  .x-index3 .container ul li .x-left .x-top .x-title {
    font-size: 0.36rem;
  }
}
.x-index3 .container ul li .x-left .x-top span {
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 14px;
  color: #222222;
}
.x-index3 .container ul li .x-left .x-xia {
  position: relative;
  margin-top: 0.14rem;
}
@media (max-width: 767px) {
  .x-index3 .container ul li .x-left .x-xia {
    margin-top: 0;
  }
}
.x-index3 .container ul li .x-left .x-xia .public-img {
  z-index: 3;
}
.x-index3 .container ul li .x-left .x-xia .public-img::before {
  padding-top: 80.44%;
}
.x-index3 .container ul li .x-left .x-xia video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-index3 .container ul li .x-right {
  width: 47.41%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: -0.5rem;
  position: relative;
  top: -0.65rem;
}
@media (max-width: 767px) {
  .x-index3 .container ul li .x-right {
    width: 100%;
    top: auto;
    margin-top: 0.4rem;
  }
}
.x-index3 .container ul li .x-right .x-top {
  margin-top: 0.14rem;
  align-items: flex-start;
}
.x-index4 {
  background-color: #e7e7e7;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-index4 {
    padding-top: 1.2rem;
  }
}
.x-index4 .x-con {
  position: relative;
}
.x-index4 .x-con .x-c-span {
  font-size: 4.98rem;
  position: absolute;
  left: -1.52rem;
  top: 0;
  z-index: 10;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  letter-spacing: -0.2rem;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-c-span {
    font-size: 3.8rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .x-con .x-c-span {
    left: -1rem;
    font-size: 3rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-c-span {
    display: none;
  }
}
.x-index4 .x-con .x-top {
  display: flex;
  justify-content: space-between;
  padding: 0 2.1rem 0 2.6rem;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .x-con .x-top {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top {
    padding: 0 1rem 0 0.4rem;
  }
}
.x-index4 .x-con .x-top .x-left {
  display: flex;
}
.x-index4 .x-con .x-top .x-left .x-le {
  font-size: 12px;
  margin-top: 0.05rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-left .x-le {
    display: none;
  }
}
.x-index4 .x-con .x-top .x-left .x-le span {
  line-height: 1.9;
}
.x-index4 .x-con .x-top .x-left .x-ri {
  margin-left: 1.05rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-left .x-ri {
    margin-left: 0;
  }
}
.x-index4 .x-con .x-top .x-left .x-ri .x-title {
  line-height: 1.4;
  position: relative;
  z-index: 11;
}
.x-index4 .x-con .x-top .x-left .x-ri .x-title span {
  display: block;
}
.x-index4 .x-con .x-top .swiper-button-next1 {
  margin-top: 0.8rem;
  cursor: pointer;
}
.x-index4 .x-con .x-top .swiper-button-next1 svg {
  width: 30px;
  height: 17px;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-top .swiper-button-next1 svg {
    width: 24px;
    height: 12px;
  }
}
.x-index4 .x-con .x-top .swiper-button-next1 svg path {
  fill: #000000;
}
.x-index4 .x-con .x-xia {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia {
    margin-top: 0.4rem;
  }
}
.x-index4 .x-con .x-xia .swiper-container {
  padding-right: 2.1rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container {
    padding-right: 1rem;
  }
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 42.86%;
}
@media (max-width: 991px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 52.86%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 64.86%;
  }
}
.x-index5 {
  background-color: #31302f;
  padding: 1.4rem 0 0.2rem 0;
}
@media (max-width: 767px) {
  .x-index5 {
    padding: 1.2rem 0;
  }
}
.x-index5 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index5 .container .x-top .x-title {
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .x-title {
    width: 100%;
  }
}
.x-index5 .container .x-top .x-form {
  display: flex;
  width: 5.6rem;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-top .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .x-form {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.4rem;
  }
}
.x-index5 .container .x-top .x-form input {
  width: 69.64%;
  border: 1px solid #989898;
  border-right: none;
  font-size: 13px;
  color: #a9a9a9;
  padding: 0 0.2rem;
}
.x-index5 .container .x-top .x-form button {
  width: 30.36%;
  background-color: #45423f;
  font-size: 14px;
  color: #ffffff;
}
.x-index5 .container .x-xia {
  margin-top: 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia {
    margin-top: 0.8rem;
  }
}
.x-index5 .container .x-xia .x-img {
  height: auto;
}
.x-index5 .container .x-xia .x-img img {
  width: 100%;
  object-fit: contain;
}
.x-index5 .container .x-xia .x-ao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-index5 .container .x-xia .x-ao .x-ap {
  position: absolute;
  cursor: pointer;
}
.x-index5 .container .x-xia .x-ao .x-ap.on .x-p1 {
  display: block;
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .x-ao .x-ap.on .x-p1 {
    display: block !important;
  }
}
.x-index5 .container .x-xia .x-ao .x-ap .x-app .x-app-d {
  width: 15px;
  height: 22px;
  background: url(../images/x-kb1.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-xia .x-ao .x-ap .x-app .x-app-d {
    width: 10px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .x-ao .x-ap .x-app .x-app-d {
    width: 8px;
    height: 8px;
  }
}
.x-index5 .container .x-xia .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: fad;
  animation-name: fad;
  -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-index5 .container .x-xia .x-ao .x-ap .x-p1 {
    display: none !important;
  }
}
.x-index5 .container .x-xia .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-index5 .container .x-xia .x-ao .x-ap.x-a1 {
  top: 28.5%;
  left: 20%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a2 {
  top: 36.5%;
  left: 21%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a3 {
  top: 44.5%;
  left: 21%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a4 {
  top: 49.5%;
  left: 24.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a5 {
  top: 51%;
  left: 25.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a6 {
  top: 51.5%;
  left: 29.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a7 {
  top: 70.6%;
  left: 27.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a8 {
  top: 19.5%;
  left: 40.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a9 {
  top: 21.6%;
  left: 45%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a10 {
  top: 26.5%;
  left: 41%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a11 {
  top: 26.5%;
  left: 42.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a12 {
  top: 26.8%;
  left: 44.1%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a13 {
  top: 28%;
  left: 43.9%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a14 {
  top: 30.5%;
  left: 43.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a15 {
  top: 33.5%;
  left: 42.2%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a16 {
  top: 34%;
  left: 40.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a17 {
  top: 38%;
  left: 41.2%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a18 {
  top: 39.5%;
  left: 43.2%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a19 {
  top: 43.5%;
  left: 47%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a20 {
  top: 66.5%;
  left: 49.2%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a21 {
  top: 30.1%;
  left: 44.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a22 {
  top: 29.4%;
  left: 46.3%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a23 {
  top: 30.8%;
  left: 46.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a24 {
  top: 32.5%;
  left: 46.2%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a25 {
  top: 27.5%;
  left: 45.4%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a26 {
  top: 28.5%;
  left: 47.4%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a27 {
  top: 30.5%;
  left: 48.7%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a28 {
  top: 42.5%;
  left: 55.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a29 {
  top: 38.1%;
  left: 50.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a30 {
  top: 46.5%;
  left: 61%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a31 {
  top: 54.5%;
  left: 66.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a32 {
  top: 68.5%;
  left: 73%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a33 {
  top: 73.5%;
  left: 80%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a34 {
  top: 45%;
  left: 69%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a35 {
  top: 45%;
  left: 70.5%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a36 {
  top: 37.5%;
  left: 69%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a37 {
  top: 39.5%;
  left: 71.8%;
}
.x-index5 .container .x-xia .x-ao .x-ap.x-a38 {
  top: 57.2%;
  left: 70.2%;
}
@-webkit-keyframes fad {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fad {
  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;
  }
}
/* 底部 */
#c-footer {
  color: #fff;
  background-color: #222121;
  padding-top: 0.9rem;
  position: relative;
  z-index: 4;
}
#c-footer .container .x-f-logo img {
  height: 28px;
}
@media (max-width: 767px) {
  #c-footer .container .x-f-logo img {
    height: 22px;
  }
}
#c-footer .c-top-box {
  padding: 0.82rem 0 1.05rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.4rem 0 0.8rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-right: 1.6rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-title-box {
    margin-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
    margin-right: 0;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #999999;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  color: #999;
  transition: 0.3s all;
  font-size: 14px;
  position: relative;
}
#c-footer .c-top-box .container .c-list-box .c-list li a::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  background: currentColor;
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .x-zhong .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.35rem 0 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-le {
    width: 100%;
  }
}
#c-footer .x-zhong .container .x-le p {
  color: #fff;
}
#c-footer .x-zhong .container .x-le .c-text-wrap {
  margin-top: 0.3rem;
  display: flex;
}
#c-footer .x-zhong .container .x-le .c-text-wrap a {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  margin-right: 0.2rem;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  #c-footer .x-zhong .container .x-le .c-text-wrap a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-le .c-text-wrap a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-footer .x-zhong .container .x-le .c-text-wrap a:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
#c-footer .x-zhong .container .x-le .c-text-wrap a:hover svg path {
  fill: rgba(255, 255, 255, 0.8);
}
#c-footer .x-zhong .container .x-le .c-text-wrap a svg {
  width: 16px;
  height: 17px;
  object-fit: contain;
}
#c-footer .x-zhong .container .x-le .c-text-wrap a svg path {
  transition: 0.3s all;
}
#c-footer .x-zhong .container .x-ri {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-ri {
    flex-wrap: wrap;
    width: 100%;
  }
}
#c-footer .x-zhong .container .x-ri p {
  color: #fff;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-ri p {
    width: 100%;
    margin-right: 0;
    margin: 0.3rem 0;
  }
}
#c-footer .x-zhong .container .x-ri .x-form {
  width: 4.9rem;
  height: 0.6rem;
  display: flex;
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-ri .x-form {
    width: 100%;
    height: 0.8rem;
  }
}
#c-footer .x-zhong .container .x-ri .x-form input {
  width: 87.75%;
  border: 1px solid rgba(195, 195, 195, 0.18);
  height: 100%;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-ri .x-form input {
    width: 85%;
  }
}
#c-footer .x-zhong .container .x-ri .x-form input::placeholder {
  color: #ffffff;
}
#c-footer .x-zhong .container .x-ri .x-form button {
  width: 12.25%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #c-footer .x-zhong .container .x-ri .x-form button {
    width: 15%;
  }
}
#c-footer .x-zhong .container .x-ri .x-form button:hover {
  opacity: 0.8;
}
#c-footer .x-zhong .container .x-ri .x-form button svg {
  width: 18px;
}
#c-footer .x-zhong .container .x-ri .x-form button svg path {
  fill: #000;
}
#c-footer .c-bottom-box {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.35rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 0.6rem 0;
    border-top: none;
    padding-top: 0;
  }
}
#c-footer .c-bottom-box .container a {
  color: #888888;
  transition: 0.3s all;
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
}
#c-footer .c-bottom-box .container .x-a a {
  color: #888888;
  font-size: 14px;
  margin-right: 0.25rem;
  transition: 0.3s all;
}
#c-footer .c-bottom-box .container .x-a a:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .container .x-a a:hover {
  color: #fff;
}
.x-banner {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
}
.x-banner .x-con {
  position: relative;
}
.x-banner .x-con::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.x-banner .x-con .x-img {
  width: 100%;
  height: 6.7rem;
}
.x-banner .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-banner .x-con .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-banner .x-con .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-banner .x-con .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-banner .x-con .x-text {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-banner .x-con .x-text .x-title {
  font-size: 0.5rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.x-banner .x-con .x-text p {
  color: #fff;
}
.x-public-news1 {
  padding: 0.6rem 0 0.38rem 0;
}
.x-public-news1 .container2 .x-a {
  display: flex;
  justify-content: center;
}
.x-public-news1 .container2 .x-a a {
  color: #333333;
  display: inline-block;
  transition: 0.3s all;
  margin-right: 0.9rem;
  padding-bottom: 0.1rem;
  position: relative;
}
.x-public-news1 .container2 .x-a a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.x-public-news1 .container2 .x-a a:last-child {
  margin-right: 0;
}
.x-public-news1 .container2 .x-a a.on {
  color: #111111;
  font-weight: bold;
}
.x-public-news1 .container2 .x-a a.on::before {
  opacity: 1;
}
.x-news-list1 {
  background-color: #f7f7f7;
  padding: 0.8rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-news-list1 {
    padding-bottom: 1.2rem;
  }
}
.x-news-list1 .container2 a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.x-news-list1 .container2 a:hover .x-right .public-img img {
  transform: scale(1.1);
}
.x-news-list1 .container2 a .x-left {
  width: 50%;
  padding: 0.5rem 0.9rem 0.6rem 0.7rem;
}
@media (max-width: 991px) {
  .x-news-list1 .container2 a .x-left {
    width: 100%;
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-news-list1 .container2 a .x-left {
    padding: 0.4rem;
  }
}
.x-news-list1 .container2 a .x-left .x-title {
  font-size: 0.3rem;
  color: #222222;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.7em;
}
@media (max-width: 1580px) {
  .x-news-list1 .container2 a .x-left .x-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-news-list1 .container2 a .x-left .x-title {
    font-size: 0.38rem;
  }
}
.x-news-list1 .container2 a .x-left .x-p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.x-news-list1 .container2 a .x-left .x-xia {
  margin-top: 1.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  .x-news-list1 .container2 a .x-left .x-xia {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-news-list1 .container2 a .x-left .x-xia {
    margin-top: 0.5rem;
  }
}
.x-news-list1 .container2 a .x-left .x-xia span {
  color: #666666;
}
.x-news-list1 .container2 a .x-left .x-xia svg {
  width: 14px;
  height: 18px;
}
.x-news-list1 .container2 a .x-left .x-xia svg path {
  fill: #222222;
}
.x-news-list1 .container2 a .x-right {
  width: 50%;
}
@media (max-width: 991px) {
  .x-news-list1 .container2 a .x-right {
    width: 100%;
    order: -1;
  }
}
.x-news-list1 .container2 a .x-right .public-img::before {
  padding-top: 65.71%;
}
.x-news-list1 .container2 a .x-right .public-img img {
  transition: 0.5s all;
}
.x-news-list2 .container2 ul li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #cecece;
}
.x-news-list2 .container2 ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-list2 .container2 ul li a:hover .x-left .public-img img {
  transform: scale(1.1);
}
.x-news-list2 .container2 ul li a .x-left {
  width: 25.71%;
}
@media (max-width: 991px) {
  .x-news-list2 .container2 ul li a .x-left {
    width: 34.71%;
  }
}
@media (max-width: 767px) {
  .x-news-list2 .container2 ul li a .x-left {
    width: 100%;
  }
}
.x-news-list2 .container2 ul li a .x-left .public-img::before {
  padding-top: 62.77%;
}
.x-news-list2 .container2 ul li a .x-left .public-img img {
  transition: 0.5s all;
}
.x-news-list2 .container2 ul li a .x-right {
  width: 74.29%;
  padding: 0.25rem 0.3rem 0.3rem 0.3rem;
}
@media (max-width: 991px) {
  .x-news-list2 .container2 ul li a .x-right {
    width: 65.29%;
  }
}
@media (max-width: 767px) {
  .x-news-list2 .container2 ul li a .x-right {
    width: 100%;
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
}
.x-news-list2 .container2 ul li a .x-right .x-title {
  font-size: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-news-list2 .container2 ul li a .x-right .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-news-list2 .container2 ul li a .x-right .x-title {
    font-size: 0.36rem;
  }
}
.x-news-list2 .container2 ul li a .x-right span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 0.1rem 0 0.25rem 0;
}
.x-news-list2 .container2 ul li a .x-right .x-p {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-page {
  padding: 0.9rem 0 2rem 0;
}
@media (max-width: 767px) {
  .x-page {
    padding-bottom: 1.2rem;
  }
}
.x-page .container2 {
  display: flex;
  justify-content: center;
}
.x-page .container2 a {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #222222;
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: 0.3s all;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .x-page .container2 a {
    width: 0.8rem;
    height: 0.8rem;
    display: none;
    margin-right: 4px;
  }
  .x-page .container2 a:last-child {
    margin-right: 0;
  }
}
.x-page .container2 a:hover {
  background-color: #222121;
  color: #fff;
}
.x-page .container2 a:hover svg path {
  fill: #fff;
}
.x-page .container2 a.on {
  background-color: #222121;
  color: #fff;
}
.x-page .container2 a svg {
  width: 14px;
  height: 18px;
}
.x-page .container2 a svg path {
  fill: #000;
}
@media (max-width: 767px) {
  .x-page .container2 a.x-le {
    display: flex;
  }
}
.x-page .container2 a.x-le svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .x-page .container2 a.x-ri {
    display: flex;
  }
}
.x-album1 {
  padding-top: 0.7rem;
}
.x-album1 .container2 .x-title {
  text-align: center;
  line-height: 1.3;
}
.x-album1 .container2 .x-title span {
  color: #666666;
}
.x-album1 .container2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .x-album1 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-album1 .container2 ul li {
  width: 17.5%;
  margin-right: 23.75%;
  position: relative;
  margin-bottom: 1.45rem;
}
@media (max-width: 991px) {
  .x-album1 .container2 ul li {
    width: 25.5%;
    margin-right: 11.75%;
  }
}
@media (max-width: 767px) {
  .x-album1 .container2 ul li {
    width: 46%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-album1 .container2 ul li:hover .x-xia {
  opacity: 1;
}
.x-album1 .container2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-album1 .container2 ul li .x-top .public-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #3f301d;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-album1 .container2 ul li .x-top .public-img::after {
    width: 12px;
  }
}
.x-album1 .container2 ul li .x-top .public-img::before {
  padding-top: 123%;
}
.x-album1 .container2 ul li .x-top p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .x-album1 .container2 ul li .x-top p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-album1 .container2 ul li .x-top p {
    font-size: 0.32rem;
  }
}
.x-album1 .container2 ul li .x-xia {
  display: flex;
  justify-content: center;
  position: absolute;
  left: calc(50% + 10px);
  top: 1.2rem;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-album1 .container2 ul li .x-xia {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .x-album1 .container2 ul li .x-xia {
    opacity: 1;
    left: calc(50% + 6px);
    top: 38%;
  }
}
.x-album1 .container2 ul li .x-xz {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-album1 .container2 ul li .x-xz {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-album1 .container2 ul li .x-xz:last-child {
  margin-right: 0;
}
.x-album1 .container2 ul li .x-xz svg {
  width: 20px;
  height: 20px;
}
.x-album1 .container2 ul li .x-xz svg path {
  fill: #fff;
}
.x-public-jzgd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  margin: 0.2rem 0 2.5rem 0;
}
@media (max-width: 767px) {
  .x-public-jzgd {
    margin-bottom: 1.2rem;
  }
}
.x-public-jzgd svg {
  width: 0.48rem;
  margin-left: 0.3rem;
}
.x-public-jzgd svg path {
  fill: #222;
  fill-rule: inherit;
}
.x-mbx {
  margin-top: 0.65rem;
}
.x-mbx .container2 a {
  font-size: 14px;
  color: #777777;
}
.x-mbx .container2 span {
  display: inline-block;
  margin: 0 5px;
}
.x-news-info1 {
  padding: 0.5rem 0 3.3rem 0;
}
@media (max-width: 767px) {
  .x-news-info1 {
    padding-bottom: 1.2rem;
  }
}
.x-news-info1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-news-info1 .container2 .x-left {
  width: 65%;
}
@media (max-width: 991px) {
  .x-news-info1 .container2 .x-left {
    width: 100%;
  }
}
.x-news-info1 .container2 .x-left .x-title {
  font-size: 0.3rem;
  color: #000;
}
@media (max-width: 1580px) {
  .x-news-info1 .container2 .x-left .x-title {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-left .x-title {
    font-size: 0.44rem;
  }
}
.x-news-info1 .container2 .x-left .x-span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 0.12rem 0 0.3rem 0;
}
.x-news-info1 .container2 .x-left .x-bjq {
  border-top: 0.02rem solid #ebebeb;
  padding: 0.35rem 0 0.9rem 0;
}
.x-news-info1 .container2 .x-left .x-bjq img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-left .x-bjq p,
  .x-news-info1 .container2 .x-left .x-bjq span {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}
.x-news-info1 .container2 .x-left .x-fenx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
  border-bottom: 0.02rem solid #ebebeb;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le {
  display: flex;
  align-items: center;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le span {
  font-size: 15px;
  color: #555555;
  display: inline-block;
  margin-right: 0.1rem;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a {
  background: transparent;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a {
    padding-left: 0.1rem;
  }
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a:hover {
  opacity: 1;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a:hover svg path {
  fill: #000;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a svg {
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-le .bshare-custom a svg path {
  transition: 0.3s all;
  fill: #b2b2b2;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-ri {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555555;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-ri svg {
  margin-left: 0.15rem;
}
.x-news-info1 .container2 .x-left .x-fenx .x-fe-ri svg path {
  fill: #000;
}
.x-news-info1 .container2 .x-left .x-xia {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-left .x-xia {
    flex-wrap: wrap;
  }
}
.x-news-info1 .container2 .x-left .x-xia a {
  color: #3e3a39;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-left .x-xia a {
    width: 100%;
    margin-bottom: 0.18rem;
  }
}
.x-news-info1 .container2 .x-right {
  width: 28.57%;
  margin-top: 0.58rem;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .x-news-info1 .container2 .x-right {
    width: 100%;
    position: initial;
  }
}
.x-news-info1 .container2 .x-right .x-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-right .x-title {
    font-size: 0.38rem;
  }
}
.x-news-info1 .container2 .x-right .x-a {
  margin-top: 0.2rem;
}
.x-news-info1 .container2 .x-right .x-a a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.28rem 0;
  border-top: 0.02rem solid #ebebeb;
}
.x-news-info1 .container2 .x-right .x-a a:hover .x-le .public-img img {
  transform: scale(1.1);
}
.x-news-info1 .container2 .x-right .x-a a:first-child {
  padding-top: 0.35rem;
}
.x-news-info1 .container2 .x-right .x-a a .x-le {
  width: 32.5%;
}
.x-news-info1 .container2 .x-right .x-a a .x-le .public-img::before {
  padding-top: 69.23%;
}
.x-news-info1 .container2 .x-right .x-a a .x-le .public-img img {
  transition: 0.5s all;
}
.x-news-info1 .container2 .x-right .x-a a .x-ri {
  width: 67.5%;
  padding-left: 0.25rem;
}
.x-news-info1 .container2 .x-right .x-a a .x-ri .x-title2 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-news-info1 .container2 .x-right .x-a a .x-ri span {
  font-size: 14px;
  color: #777777;
}
.bsBox {
  box-sizing: initial;
}
.x-pro-list1 {
  background-color: #fcfcfc;
  padding: 0.4rem 0 0.35rem 0;
}
@media (max-width: 767px) {
  .x-pro-list1 {
    padding-bottom: 0.6rem;
  }
}
.x-pro-list1 .container2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.x-pro-list1 .container2 .x-left {
  width: 70.72%;
}
@media (max-width: 991px) {
  .x-pro-list1 .container2 .x-left {
    width: 100%;
  }
}
.x-pro-list1 .container2 .x-left ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-pro-list1 .container2 .x-left ul li {
  padding: 0.2rem 0.2rem 0.1rem;
  position: relative;
  margin-right: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-list1 .container2 .x-left ul li {
    width: 100%;
  }
}
.x-pro-list1 .container2 .x-left ul li.on {
  background-color: #fff;
  box-shadow: 0 0 95px rgba(0, 0, 0, 0.08);
}
.x-pro-list1 .container2 .x-left ul li.on .x-p {
  font-size: 16px;
  min-width: 1.2rem;
  color: #111111;
}
@media (max-width: 767px) {
  .x-pro-list1 .container2 .x-left ul li.on .x-p {
    font-size: 14px;
  }
}
.x-pro-list1 .container2 .x-left ul li.on .x-p svg {
  transform: translateY(-50%) rotate(90deg);
}
.x-pro-list1 .container2 .x-left ul li.on dl {
  display: block;
}
.x-pro-list1 .container2 .x-left ul li.on2 {
  background-color: #fff;
  box-shadow: 0 0 95px rgba(0, 0, 0, 0.08);
}
.x-pro-list1 .container2 .x-left ul li.on2 .x-p svg {
  transform: translateY(-50%) rotate(90deg);
}
.x-pro-list1 .container2 .x-left ul li .x-p {
  font-size: 14px;
  color: #666666;
  min-width: 0.8rem;
  position: relative;
  transition: 0.3s all;
  height: 24px;
}
.x-pro-list1 .container2 .x-left ul li .x-p.on {
  color: #000;
}
.x-pro-list1 .container2 .x-left ul li .x-p.on svg path {
  fill: #000;
}
.x-pro-list1 .container2 .x-left ul li .x-p span {
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.x-pro-list1 .container2 .x-left ul li .x-p svg {
  width: 6px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-pro-list1 .container2 .x-left ul li dl {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 48px 48px rgba(0, 0, 0, 0.08);
  padding: 0.2rem 0.3rem 0.3rem 0.2rem;
  border-top: 1px solid #e5e5e5;
  display: none;
}
.x-pro-list1 .container2 .x-left ul li dl dd {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.x-pro-list1 .container2 .x-left ul li dl dd p {
  color: #666666;
  transition: 0.3s all;
  white-space: nowrap;
}
.x-pro-list1 .container2 .x-left ul li dl dd p:hover {
  color: #000;
}
.x-pro-list1 .container2 .x-left ul li dl dd i {
  font-style: initial;
  width: 5px;
  height: 5px;
  background-color: #a8a8a8;
  display: inline-block;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.x-pro-list1 .container2 .x-right {
  width: 29.28%;
}
@media (max-width: 991px) {
  .x-pro-list1 .container2 .x-right {
    margin-top: 0.1rem;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .x-pro-list1 .container2 .x-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-pro-list1 .container2 .x-right .x-form {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .x-pro-list1 .container2 .x-right .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-pro-list1 .container2 .x-right .x-form {
    height: 0.8rem;
  }
}
.x-pro-list1 .container2 .x-right .x-form input {
  height: 100%;
  font-size: 14px;
  color: #666666;
  padding: 0 0.2rem;
  width: 85%;
}
.x-pro-list1 .container2 .x-right .x-form button {
  width: 15%;
}
.x-pro-list1 .container2 .x-right .x-form button svg path {
  fill: #000;
  fill-rule: initial;
}
.x-pro-list2 {
  background-color: #f7f7f7;
  padding: 0.8rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-pro-list2 {
    padding-bottom: 0;
  }
}
.x-pro-list2 > .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-pro-list2 > .container2 > .x-le {
  width: 22.37%;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-le {
    width: 100%;
  }
}
.x-pro-list2 > .container2 > .x-le ul li {
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-le ul li {
    padding-bottom: 0.6rem;
  }
}
.x-pro-list2 > .container2 > .x-le ul li .x-title {
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-le ul li .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-pro-list2 > .container2 > .x-le 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 > .container2 > .x-le ul li .x-top-a {
    margin-bottom: 0.3rem;
  }
}
.x-pro-list2 > .container2 > .x-le ul li .x-xia {
  padding-left: 20px;
  margin-top: 10px;
}
.x-pro-list2 > .container2 > .x-le ul li .x-xia a {
  display: block;
  color: #666666;
  position: relative;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-le ul li .x-xia a {
    margin-bottom: 0.2rem;
  }
}
.x-pro-list2 > .container2 > .x-le ul li .x-xia a.on i {
  background-color: #666;
  border: 1px solid #666;
}
.x-pro-list2 > .container2 > .x-le 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;
}
@media (max-width: 1580px) {
  .x-pro-list2 > .container2 > .x-le ul li .x-xia a i {
    top: 4px;
  }
}
.x-pro-list2 > .container2 > .x-ri {
  width: 76%;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-ri {
    width: 100%;
  }
}
.x-pro-list2 > .container2 > .x-ri ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-pro-list2 > .container2 > .x-ri ul li {
  width: 31.07%;
  background-color: #ffffff;
  margin-right: 3.395%;
  margin-bottom: 0.48rem;
}
.x-pro-list2 > .container2 > .x-ri ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-ri ul li {
    width: 100%;
    margin-right: 0;
  }
  .x-pro-list2 > .container2 > .x-ri ul li:last-child {
    margin-bottom: 0;
  }
}
.x-pro-list2 > .container2 > .x-ri ul li a {
  display: block;
}
.x-pro-list2 > .container2 > .x-ri ul li a:hover .public-img img:nth-of-type(1) {
  opacity: 0;
  transform: scale(0.9);
}
.x-pro-list2 > .container2 > .x-ri ul li a:hover .public-img img:nth-of-type(2) {
  opacity: 1;
  transform: scale(1);
}
.x-pro-list2 > .container2 > .x-ri ul li a .public-img::before {
  padding-top: 66.66%;
}
.x-pro-list2 > .container2 > .x-ri ul li a .public-img img:nth-of-type(2) {
  opacity: 0;
  transform: scale(1.3);
}
.x-pro-list2 > .container2 > .x-ri ul li a .x-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.03rem solid #f7f7f7;
  padding: 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-ri ul li a .x-text {
    padding: 0.3rem 0.4rem;
  }
}
.x-pro-list2 > .container2 > .x-ri ul li a .x-text .x-title {
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-pro-list2 > .container2 > .x-ri ul li a .x-text svg {
  width: 0.22rem;
  height: 0.12rem;
  flex-shrink: 0;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-list2 > .container2 > .x-ri ul li a .x-text svg {
    width: 0.32rem;
    height: 0.18rem;
  }
}
.x-pro-list2 > .container2 > .x-ri ul li a .x-text svg path {
  fill: #000000;
}
.x-pro-list2 .x-page {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-pro-list2 .x-page {
    margin-top: 0;
  }
}
.x-pro-list2 .x-page .container2 a {
  background-color: #ffffff;
}
.x-pro-list2 .x-page .container2 a:hover {
  background-color: #000;
}
.x-pro-list2 .x-page .container2 a.on {
  background-color: #000;
}
.x-about1 {
  background-color: #f7f7f7;
  padding: 0.8rem 0 1.3rem 0;
  position: relative;
  z-index: 2;
}
.x-about1.on .container2 .x-xia .public-img {
  transform: scale(1);
}
.x-about1 .container2 .x-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-about1 .container2 .x-top .x-left {
  color: #000;
  width: 50%;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-top .x-left {
    width: 100%;
  }
}
.x-about1 .container2 .x-top .x-left span {
  font-size: 20px;
}
.x-about1 .container2 .x-top .x-left .x-title {
  font-size: 0.44rem;
}
.x-about1 .container2 .x-top .x-p {
  font-size: 14px;
  color: #666666;
  width: 50%;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-top .x-p {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .container2 .x-top .x-p {
    font-size: 0.28rem;
    line-height: 1.6;
  }
}
.x-about1 .container2 .x-xia {
  cursor: pointer;
  margin-top: 1.45rem;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-xia {
    margin-top: 0.45rem;
  }
}
.x-about1 .container2 .x-xia .public-img {
  transform: scale(0.8);
  transition: 0.3s all;
}
.x-about1 .container2 .x-xia .public-img::before {
  padding-top: 56.25%;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-xia .public-img::before {
    padding-top: 56.25%;
  }
}
.x-about1 .container2 .x-xia .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-about1 .container2 .x-xia .public-img .x-img {
  width: 0.7rem;
  height: 0.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}
.x-about2 {
  padding: 0.9rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-about2 {
    padding-bottom: 1.1rem;
  }
}
.x-about2 .container2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-about2 .container2 .x-left {
  width: 24.64%;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-left {
    width: 100%;
  }
}
.x-about2 .container2 .x-left .x-img {
  height: 7.92rem;
  width: 100%;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-left .x-img {
    height: 9.2rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-left .x-img {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-left .x-img {
    height: 4rem;
  }
}
.x-about2 .container2 .x-left .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about2 .container2 .x-zhong {
  width: 49.65%;
  border: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong {
    width: 100%;
    border: none;
  }
}
.x-about2 .container2 .x-zhong .x-title {
  margin: 2.5rem 0 0.8rem 0.6rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-zhong .x-title {
    margin: 3.14rem 0 0.8rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong .x-title {
    margin: 0.4rem 0 0.4rem 0;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong .x-zh-xia {
    border: none;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-le {
  font-size: 14px;
  color: #666666;
  width: 50.71%;
  padding: 0.4rem 0.6rem 0.6rem 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-le {
    width: 100%;
    padding: 0;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-le svg {
  width: 1.45rem;
  height: 17px;
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-le svg {
    width: 2.45rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-le svg {
    width: 2rem;
    position: initial;
    margin-top: 0.2rem;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-le svg path {
  fill: #585858;
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-ri {
  width: 49.29%;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-ri .x-img {
  height: 3.93rem;
  width: 100%;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-ri .x-img {
    height: 4.56rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-zhong .x-zh-xia .x-ri .x-img {
    height: 4rem;
  }
}
.x-about2 .container2 .x-zhong .x-zh-xia .x-ri .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about2 .container2 .x-right {
  width: 25.71%;
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.x-about2 .container2 .x-right ul li {
  padding: 0.5rem 0.4rem 0.65rem 0.9rem;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  height: 1.98rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-right ul li {
    height: 2.3rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-right ul li {
    width: 46%;
    margin-bottom: 0.3rem;
    border: 1px solid #d5d5d5;
    height: auto;
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-right ul li {
    width: 100%;
  }
}
.x-about2 .container2 .x-right ul li:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.x-about2 .container2 .x-right ul li .x-title {
  font-size: 0.3rem;
  color: #222222;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-right ul li .x-title {
    font-size: 0.38rem;
  }
}
.x-about2 .container2 .x-right ul li p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.03rem;
}
.x-about3 {
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .x-about3 {
    padding-bottom: 0;
  }
}
.x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 50%;
  padding: 0 3.45rem 1.25rem 0;
  margin-top: 0.9rem;
}
@media (max-width: 991px) {
  .x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0 0 1.25rem 0;
    margin-top: 0.4rem;
  }
}
.x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-left p {
  font-size: 14px;
  color: #666666;
}
.x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 50%;
}
@media (max-width: 991px) {
  .x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    order: -1;
  }
}
.x-about3 .container2 .swiper-container .swiper-wrapper .swiper-slide .x-right .public-img::before {
  padding-top: 66.666%;
}
.x-about3 .container2 .swiper-container .swiper-pagination {
  left: 0;
  bottom: 1rem;
  width: auto;
}
@media (max-width: 991px) {
  .x-about3 .container2 .swiper-container .swiper-pagination {
    width: 100%;
  }
}
.x-about3 .container2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: initial;
  opacity: 1;
}
.x-about3 .container2 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.6);
}
.x-about4 {
  background-color: #f7f7f7;
  padding: 1.1rem 0 0.7rem 0;
}
.x-about4 .container2 .x-title {
  text-align: center;
}
.x-about4 .container2 .x-top {
  margin-top: 0.5rem;
}
.x-about4 .container2 .x-top ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-top ul {
    flex-wrap: wrap;
  }
}
.x-about4 .container2 .x-top ul li {
  width: 50%;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
  height: 4.2rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .x-about4 .container2 .x-top ul li {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-top ul li {
    width: 100% !important;
    margin-right: 0;
    margin-top: 0.4rem;
  }
}
.x-about4 .container2 .x-top ul li.on {
  width: 6.9rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-top ul li.on {
    width: 4.2rem;
  }
}
.x-about4 .container2 .x-top ul li.on .x-title2 {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .x-about4 .container2 .x-top ul li.on .x-title2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-top ul li.on .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-top ul li.on .x-title2 {
    font-size: 0.38rem;
  }
}
.x-about4 .container2 .x-top ul li .x-title2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  z-index: 4;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-about4 .container2 .x-top ul li .x-title2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-top ul li .x-title2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-top ul li .x-title2 {
    font-size: 0.38rem;
    color: #ffffff;
  }
}
.x-about4 .container2 .x-top ul li .x-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.x-about4 .container2 .x-top ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about4 .container2 .x-xia {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-xia {
    height: 2.5rem;
  }
}
.x-about4 .container2 .x-xia ul {
  height: 100%;
  position: absolute;
}
.x-about4 .container2 .x-xia ul li {
  position: relative;
  top: 10px;
  float: left;
  width: 180px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-xia ul li {
    width: 3.2rem;
  }
}
.x-about4 .container2 .x-xia ul li .x-img {
  width: 100%;
  height: 100%;
}
.x-about4 .container2 .x-xia ul li .x-img img {
  width: 100%;
  height: 100%;
}
.x-about4 .container2 .x-xia ul li p {
  font-size: 14px;
  color: #222222;
  text-align: center;
}
.x-about5 {
  padding: 1rem 0 2.2rem 0;
}
@media (max-width: 767px) {
  .x-about5 {
    padding-bottom: 1.2rem;
  }
}
.x-about5 .x-xia .x-swiper1 {
  padding: 0 5rem;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 0.9rem;
}
@media (max-width: 1260px) {
  .x-about5 .x-xia .x-swiper1 {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .x-xia .x-swiper1 {
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }
}
.x-about5 .x-xia .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  color: #777;
  text-align: center;
  cursor: pointer;
}
.x-about5 .x-xia .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide span {
  padding-bottom: 0.25rem;
  position: relative;
  display: inline-block;
}
.x-about5 .x-xia .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide span::before {
  content: "";
  width: 0;
  height: 0.02rem;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s all;
  z-index: 4;
}
.x-about5 .x-xia .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #000;
}
.x-about5 .x-xia .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active span::before {
  opacity: 1;
  width: 100%;
}
.x-about5 .x-xia .x-swiper2 {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .x-about5 .x-xia .x-swiper2 {
    margin-top: 0.4rem;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 51%;
}
@media (max-width: 991px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left .public-img::before {
  padding-top: 57.74%;
}
@media (max-width: 1580px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-left .public-img::before {
    padding-top: 65.74%;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 49%;
  padding: 0.8rem 0.8rem 0 1.25rem;
}
@media (max-width: 1260px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    padding: 0.8rem 0.8rem 0 0.8rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    padding: 0.4rem 0.4rem 0 0;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-sp {
  font-size: 0.46rem;
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title2 {
  font-size: 20px;
  color: #333;
  margin: 0.18rem 0 0.1rem 0;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p {
  font-size: 14px;
  color: #666666;
  height: 1.2rem;
  overflow: auto;
}
@media (max-width: 1580px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p {
    height: 2.2rem;
  }
}
@media (max-width: 1260px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p {
    height: 1.2rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p {
    height: auto;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p::-webkit-scrollbar {
  width: 3px;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 25px;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-right .x-p::-webkit-scrollbar-corner {
  background: #000;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but {
  position: absolute;
  right: 34%;
  bottom: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80px;
}
@media (max-width: 1580px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but {
    right: 35%;
  }
}
@media (max-width: 991px) {
  .x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but {
    display: none;
  }
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-prev1 {
  cursor: pointer;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-prev1:hover svg path {
  fill: #000;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-prev1 svg {
  transform: rotate(180deg);
  width: 24px;
  height: 12px;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-prev1 svg path {
  fill: #8d8d8d;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-next1 {
  cursor: pointer;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-next1:hover svg path {
  fill: #000;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-next1 svg {
  width: 24px;
  height: 12px;
}
.x-about5 .x-xia .x-swiper2 .swiper-container .x-sw-but .swiper-button-next1 svg path {
  fill: #8d8d8d;
}
.x-show1 .container2 .x-top {
  position: relative;
  cursor: pointer;
}
.x-show1 .container2 .x-top .public-img::before {
  padding-top: 47.14%;
}
.x-show1 .container2 .x-top .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-show1 .container2 .x-top .x-img {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.x-show1 .container2 .x-top .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show1 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.x-show1 .container2 .x-xia .public-img {
  width: 48.57%;
}
@media (max-width: 767px) {
  .x-show1 .container2 .x-xia .public-img {
    width: 47.57%;
  }
}
.x-show1 .container2 .x-xia .public-img::before {
  padding-top: 111%;
}
.x-show2 .container2 .x-text {
  text-align: center;
  padding: 0.7rem 0;
}
.x-show2 .container2 .x-text .x-title {
  font-size: 24px;
  color: #000;
}
@media (max-width: 1580px) {
  .x-show2 .container2 .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .x-show2 .container2 .x-text .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-show2 .container2 .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-show2 .container2 .x-text .x-p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.05rem;
}
@media (max-width: 767px) {
  .x-show2 .container2 .x-text .x-p {
    font-size: 0.28rem;
  }
}
.x-show2 .container2 .public-img::before {
  padding-top: 47.14%;
}
.x-show3 .container2 .x-text {
  text-align: center;
  padding: 0.4rem 3.4rem;
}
@media (max-width: 1260px) {
  .x-show3 .container2 .x-text {
    padding: 0.4rem 0;
  }
}
.x-show3 .container2 .x-text .x-p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.05rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .x-show3 .container2 .x-text .x-p {
    font-size: 0.28rem;
  }
  .x-show3 .container2 .x-text .x-p br {
    display: none;
  }
}
.x-show3 .container2 .public-img::before {
  padding-top: 47.14%;
}
.x-show4 {
  padding-top: 0.3rem;
}
.x-show4 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-show4 .container2 .x-text {
  width: 33.57%;
  background-color: #efefef;
  padding: 1.8rem 0.9rem 0 0.9rem;
}
@media (max-width: 1260px) {
  .x-show4 .container2 .x-text {
    padding: 1.5rem 0.4rem 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-show4 .container2 .x-text {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-show4 .container2 .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-show4 .container2 .x-text .x-title {
  font-size: 24px;
  color: #000;
}
@media (max-width: 1580px) {
  .x-show4 .container2 .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .x-show4 .container2 .x-text .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-show4 .container2 .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-show4 .container2 .x-text .x-p {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-show4 .container2 .x-text .x-p {
    font-size: 0.28rem;
  }
}
.x-show4 .container2 .public-img {
  width: 65.35%;
}
@media (max-width: 767px) {
  .x-show4 .container2 .public-img {
    width: 100%;
    order: -1;
  }
}
.x-show4 .container2 .public-img::before {
  padding-top: 69.78%;
}
.x-show5 {
  padding-top: 0.3rem;
}
.x-show5 .container2 .public-img::before {
  padding-top: 47.14%;
}
.x-show6 {
  padding: 1.1rem 0 2.3rem 0;
}
@media (max-width: 767px) {
  .x-show6 {
    padding: 0.8rem 0 1.2rem 0;
  }
}
.x-show6 .x-public-jzgd {
  margin: 0;
}
.x-spec1 {
  background-color: #f7f7f7;
  padding: 0.7rem 0 2.2rem 0;
}
@media (max-width: 767px) {
  .x-spec1 {
    padding-bottom: 1.2rem;
  }
}
.x-spec1 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-spec1 .container2 .x-top .x-p {
  font-size: 14px;
  color: #555555;
  width: 41%;
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-top .x-p {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .x-spec1 .container2 .x-top .x-right {
    width: 53%;
  }
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-top .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form {
    flex-wrap: wrap;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-le {
  height: 45px;
  width: 2.76rem;
  border: 1px solid #b7b7b7;
  display: flex;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-le {
    width: 3rem;
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-le {
    width: 4.2rem;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-le {
    height: 0.8rem;
    width: 100%;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-le input {
  width: 80%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  padding: 0 0 0 0.25rem;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-le input {
    width: 85%;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-le button {
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-le button {
    width: 15%;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-le button svg path {
  fill: #000;
  fill-rule: initial;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri {
  width: 2.76rem;
  display: flex;
  margin-left: 0.15rem;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri {
    width: 3rem;
  }
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri {
    width: 4.2rem;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul {
  width: 100%;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li {
  width: 100%;
  position: relative;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li.on dl {
  display: block;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li .x-p2 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  color: #666666;
  padding: 0 0.25rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li .x-p2 {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li .x-p2 {
    height: 0.8rem;
    line-height: 0.8rem;
    padding-right: 0.8rem;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li .x-p2 svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li .x-p2 svg {
    right: 0.4rem;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li dl {
  background-color: #fff;
  width: 100%;
  padding: 0.15rem 0;
  display: none;
  position: absolute;
  z-index: 5;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li dl dd {
  padding: 5px 0 0 0.25rem;
  font-size: 14px;
  color: #666666;
  transition: 0.3s all;
  cursor: pointer;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-f-ri ul li dl dd:hover {
  color: #000;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-r-img {
  position: relative;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-r-img {
    display: none;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-r-img:hover .x-m-p {
  display: block;
}
.x-spec1 .container2 .x-top .x-right .x-form .x-r-img svg {
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-r-img svg {
    width: 0.38rem;
    height: 0.38rem;
  }
}
.x-spec1 .container2 .x-top .x-right .x-form .x-r-img .x-m-p {
  position: absolute;
  left: 100%;
  top: 20px;
  background-color: #fff;
  font-size: 12px;
  padding: 0.15rem;
  width: 2.3rem;
  z-index: 5;
  display: none;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-top .x-right .x-form .x-r-img .x-m-p {
    left: 0;
    width: 1.8rem;
    top: 28px;
  }
}
.x-spec1 .container2 .x-xia {
  margin-top: 0.7rem;
}
.x-spec1 .container2 .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-xia ul {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul {
    margin-bottom: 0.2rem;
  }
}
.x-spec1 .container2 .x-xia ul li {
  width: 32.14%;
  margin-right: 1.79%;
  background-color: #ffffff;
  border-bottom-right-radius: 0.15rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-spec1 .container2 .x-xia ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul li {
    width: 100%;
  }
}
.x-spec1 .container2 .x-xia ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-spec1 .container2 .x-xia ul li a {
  display: block;
}
.x-spec1 .container2 .x-xia ul li a:hover img {
  transform: scale(1.1);
}
.x-spec1 .container2 .x-xia ul li a:hover .x-text .x-a {
  background-color: #000;
  color: #fff;
}
.x-spec1 .container2 .x-xia ul li a .public-img::before {
  padding-top: 57.77%;
}
.x-spec1 .container2 .x-xia ul li a .public-img img {
  transition: 0.5s all;
}
.x-spec1 .container2 .x-xia ul li a .x-text {
  padding: 0.35rem 0.6rem 0.5rem 0.6rem;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul li a .x-text {
    padding: 0.4rem;
  }
}
.x-spec1 .container2 .x-xia ul li a .x-text .x-title {
  font-size: 24px;
  color: #111111;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-xia ul li a .x-text .x-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul li a .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-spec1 .container2 .x-xia ul li a .x-text p {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul li a .x-text p {
    font-size: 0.28rem;
  }
}
.x-spec1 .container2 .x-xia ul li a .x-text .x-a {
  color: #222222;
  background-color: #f2f2f2;
  width: 1.3rem;
  text-align: center;
  height: 47px;
  line-height: 47px;
  margin-top: 0.32rem;
  font-size: 14px;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-spec1 .container2 .x-xia ul li a .x-text .x-a {
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-spec1 .container2 .x-xia ul li a .x-text .x-a {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-spec1 .container2 .x-xia .x-public-jzgd {
  margin-bottom: 0;
}
.x-contact1 {
  padding: 1rem 0;
}
.x-contact1 .container2 .x-title {
  font-size: 0.34rem;
  color: #000;
}
@media (max-width: 767px) {
  .x-contact1 .container2 .x-title {
    font-size: 0.44rem;
  }
}
.x-contact1 .container2 .x-p {
  font-size: 14px;
  color: #333333;
  margin-top: 0.1rem;
}
.x-contact1 .container2 .x-a {
  color: #333333;
  text-decoration: underline;
  margin: 0.4rem 0 0.5rem 0;
  display: inline-block;
}
.x-contact1 .container2 ul {
  display: flex;
  flex-wrap: wrap;
}
.x-contact1 .container2 ul li {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .x-contact1 .container2 ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-contact1 .container2 ul li {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container2 ul li {
    width: 100%;
  }
}
.x-contact1 .container2 ul li svg {
  margin-right: 0.15rem;
}
.x-contact1 .container2 ul li svg path {
  fill: #474747;
  opacity: 1;
}
.x-contact1 .container2 ul li span {
  font-size: 14px;
  color: #333333;
}
.x-contact2 {
  padding-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .x-contact2 {
    padding-bottom: 1.2rem;
  }
}
.x-contact2 .container2 .x-title {
  font-size: 0.34rem;
  color: #000;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-title {
    font-size: 0.44rem;
  }
}
.x-contact2 .container2 .x-form {
  margin-top: 0.25rem;
}
.x-contact2 .container2 .x-form .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact2 .container2 .x-form .x-top .x-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 31.42%;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-input {
    width: 100%;
  }
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp {
  width: 100%;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-input .x-inp {
    margin-bottom: 0.3rem;
  }
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp:last-child {
  margin-bottom: 0;
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp span {
  font-size: 14px;
  color: #333;
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp input {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  padding: 0 0.15rem;
  margin-top: 0.05rem;
}
@media (max-width: 991px) {
  .x-contact2 .container2 .x-form .x-top .x-input .x-inp input {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-input .x-inp input {
    height: 0.8rem;
  }
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000000;
  position: relative;
  margin-top: 0.05rem;
}
@media (max-width: 991px) {
  .x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel svg {
  position: absolute;
  font-style: initial;
  transform: translateY(-50%);
  top: 50%;
  right: 0.2rem;
  font-size: 18px;
  pointer-events: none;
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel svg path {
  fill: #000;
}
.x-contact2 .container2 .x-form .x-top .x-input .x-inp .x-sel select {
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
}
.x-contact2 .container2 .x-form .x-top .x-text {
  width: 65.71%;
  margin-top: 0.03rem;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-text {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-contact2 .container2 .x-form .x-top .x-text span {
  font-size: 14px;
  color: #333;
  display: block;
}
.x-contact2 .container2 .x-form .x-top .x-text textarea {
  border: 1px solid #000000;
  width: 100%;
  height: 260px;
  margin-top: 0.05rem;
  padding: 0.15rem;
}
@media (max-width: 1580px) {
  .x-contact2 .container2 .x-form .x-top .x-text textarea {
    height: 228px;
  }
}
@media (max-width: 991px) {
  .x-contact2 .container2 .x-form .x-top .x-text textarea {
    height: 206px;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-top .x-text textarea {
    height: 2.4rem;
  }
}
.x-contact2 .container2 .x-form .x-xp {
  font-size: 14px;
  color: #666666;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-xp {
    margin-top: 0.3rem;
  }
}
.x-contact2 .container2 .x-form .x-ty {
  display: flex;
  justify-content: flex-start;
  margin: 0.1rem 0 0.5rem 0;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-ty {
    margin: 0.3rem 0 0.4rem 0;
  }
}
.x-contact2 .container2 .x-form .x-ty .x-ty-a {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-ty .x-ty-a {
    margin-right: 0.3rem;
  }
}
.x-contact2 .container2 .x-form .x-ty .x-ty-a.on i {
  background-color: #444;
}
.x-contact2 .container2 .x-form .x-ty .x-ty-a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #444444;
  margin-right: 0.1rem;
  transition: 0.3s all;
}
.x-contact2 .container2 .x-form .x-ty .x-ty-a span {
  font-size: 14px;
  color: #333333;
}
.x-contact2 .container2 .x-form .x-but {
  width: 4.6rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0.03rem solid #000000;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1580px) {
  .x-contact2 .container2 .x-form .x-but {
    width: 5.6rem;
  }
}
@media (max-width: 991px) {
  .x-contact2 .container2 .x-form .x-but {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-form .x-but {
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
  }
}
.x-pro-info1 .x-con {
  position: relative;
}
.x-pro-info1 .x-con::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-zba.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-pro-info1 .x-con .x-img {
  width: 100%;
  height: 100vh;
}
.x-pro-info1 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-pro-info1 .x-con .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-pro-info1 .x-con .x-text {
  position: absolute;
  z-index: 2;
  top: 2.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-text {
    top: 30%;
  }
}
.x-pro-info1 .x-con .x-text .x-title {
  color: #fff;
  font-size: 1rem;
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-transform: uppercase;
  letter-spacing: 0.66em;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-pro-info1 .x-con .x-text .x-title {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .x-pro-info1 .x-con .x-text .x-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-text .x-title {
    font-size: 0.6rem;
  }
}
.x-pro-info2 {
  padding: 0.6rem 0 0.9rem 0;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0.3s all;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
  display: none;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .x-xia {
  opacity: 1;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 66.03%;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia {
  position: absolute;
  z-index: 10;
  bottom: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia {
    opacity: 1;
    bottom: 0.2rem;
    padding: 0 0.2rem;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-le {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 16px 0.4rem 16px 0.35rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-le {
    padding: 10px 0.3rem;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-le svg {
  margin-right: 0.16rem;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-le svg path {
  fill: #666666;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-le span {
  font-size: 14px;
  color: #666666;
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri {
    display: none;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri a {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0.05rem;
}
@media (max-width: 1580px) {
  .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1580px) {
  .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri a svg {
    width: 0.24rem;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-xia .x-ri a svg path {
  fill: #3e3e3e;
}
.x-pro-info2 .x-con .swiper-container .swiper-button-prev1 {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-info2 .x-con .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-button-prev1 span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-left: 0.15rem;
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-pro-info2 .x-con .swiper-container .swiper-button-prev1 svg path {
  fill: #fff;
  fill-rule: inherit;
}
.x-pro-info2 .x-con .swiper-container .swiper-button-next1 {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-info2 .x-con .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-pro-info2 .x-con .swiper-container .swiper-button-next1 span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 0.15rem;
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-pro-info2 .x-con .swiper-container .swiper-button-next1 svg path {
  fill: #fff;
  fill-rule: inherit;
}
.x-pro-info3 .container .x-title {
  font-size: 0.5rem;
  color: #000;
  text-align: center;
  font-family: 'Monl', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-pro-info3 .container p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 0.07rem;
}
.x-pro-info3 .container .x-xia {
  position: relative;
  cursor: pointer;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-pro-info3 .container .x-xia {
    margin-top: 0.4rem;
  }
}
.x-pro-info3 .container .x-xia .public-img::before {
  padding-top: 40.71%;
}
@media (max-width: 767px) {
  .x-pro-info3 .container .x-xia .public-img::before {
    padding-top: 62.71%;
  }
}
.x-pro-info3 .container .x-xia .public-img .x-img {
  width: 0.7rem;
  height: 0.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.x-pro-info4 {
  padding: 0.9rem 0 1.05rem 0;
}
.x-pro-info4 .container2 .x-top {
  text-align: center;
  padding: 0 1.4rem;
}
@media (max-width: 1260px) {
  .x-pro-info4 .container2 .x-top {
    padding: 0;
  }
}
.x-pro-info4 .container2 .x-top .x-title {
  font-size: 26px;
}
@media (max-width: 1260px) {
  .x-pro-info4 .container2 .x-top .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-pro-info4 .container2 .x-top .x-title {
    font-size: 0.36rem;
  }
}
.x-pro-info4 .container2 .x-top .x-p {
  font-size: 14px;
  color: #666666;
  margin-top: 0.15rem;
}
.x-pro-info4 .container2 .x-zhong {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-pro-info4 .container2 .x-zhong {
    margin-top: 0.4rem;
  }
}
.x-pro-info4 .container2 .x-zhong a {
  display: inline-flex;
  color: #666666;
  margin-right: 1rem;
  padding: 0 0.05rem 0.1rem 0.05rem;
  position: relative;
  align-items: center;
  transition: 0.3s all;
}
.x-pro-info4 .container2 .x-zhong a:hover {
  color: #222222;
}
.x-pro-info4 .container2 .x-zhong a:hover::before {
  background-color: #222222;
}
.x-pro-info4 .container2 .x-zhong a:hover svg path {
  fill: #222;
}
.x-pro-info4 .container2 .x-zhong a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
.x-pro-info4 .container2 .x-zhong a:last-child {
  margin-right: 0;
}
.x-pro-info4 .container2 .x-zhong a svg {
  width: 20px;
  height: 14px;
  transform: rotate(90deg);
  margin-left: 0.48rem;
}
.x-pro-info4 .container2 .x-zhong a svg path {
  fill: #666666;
}
.x-pro-info4 .container2 .x-xia {
  margin-top: 0.5rem;
}
.x-pro-info4 .container2 .x-xia .swiper-container {
  padding-bottom: 0.4rem;
}
.x-pro-info4 .container2 .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 33.21%;
}
.x-pro-info4 .container2 .x-xia .swiper-container .swiper-pagination-bullet {
  background-color: transparent;
  font-family: 'Monr', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  width: auto;
  height: auto;
  margin: 0 12px;
  position: relative;
  opacity: 1;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-pro-info4 .container2 .x-xia .swiper-container .swiper-pagination-bullet {
    display: none;
  }
}
.x-pro-info4 .container2 .x-xia .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-right: 1.2rem;
}
.x-pro-info4 .container2 .x-xia .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 1rem;
  opacity: 1;
}
.x-pro-info4 .container2 .x-xia .swiper-container .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  transition: 0.5s all;
}
.x-pro-info5 {
  background-color: #f7f7f7;
  padding: 0.8rem 0 0.05rem 0;
}
@media (max-width: 767px) {
  .x-pro-info5 {
    padding: 1.2rem 0 1rem 0;
  }
}
.x-pro-info5 .container2 .x-title {
  text-align: center;
}
.x-pro-info5 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-pro-info5 .container2 ul li {
  width: 32.14%;
  background-color: #ffffff;
  margin-right: 1.79%;
  margin-bottom: 0.48rem;
}
.x-pro-info5 .container2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .x-pro-info5 .container2 ul li:last-child {
    margin-bottom: 0;
  }
}
.x-pro-info5 .container2 ul li a {
  display: block;
}
.x-pro-info5 .container2 ul li a:hover .public-img img:nth-of-type(1) {
  opacity: 0;
  transform: scale(0.9);
}
.x-pro-info5 .container2 ul li a:hover .public-img img:nth-of-type(2) {
  opacity: 1;
  transform: scale(1);
}
.x-pro-info5 .container2 ul li a .public-img::before {
  padding-top: 66.66%;
}
.x-pro-info5 .container2 ul li a .public-img img:nth-of-type(2) {
  opacity: 0;
  transform: scale(1.3);
}
.x-pro-info5 .container2 ul li a .x-text {
  padding: 0.3rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 ul li a .x-text {
    padding: 0.3rem 0.4rem;
  }
}
.x-pro-info5 .container2 ul li a .x-text .x-title {
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-pro-info5 .container2 ul li a .x-text .x-title {
    font-size: 16px;
  }
}
.x-case-list1 {
  padding-top: 0.15rem;
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .x-img img {
  transform: scale(1.1);
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img {
  opacity: 1;
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-title {
  opacity: 1;
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide::before {
  opacity: 0;
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
  opacity: 0.5;
  transition: 0.3s all;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 4rem;
  }
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  transition: 0.5s all;
}
.x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-title {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: 0.3s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-case-list1 .x-pro-info2 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-title {
    font-size: 0.34rem;
    bottom: 0.2rem;
  }
}
.x-case-list2 .container .x-top .x-title {
  text-align: center;
}
.x-case-list2 .container .x-top .x-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0.65rem 0;
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form {
    flex-wrap: wrap;
  }
}
.x-case-list2 .container .x-top .x-form .x-f-le {
  height: 50px;
  width: 4.1rem;
  border: 1px solid #000000;
  display: flex;
}
@media (max-width: 1580px) {
  .x-case-list2 .container .x-top .x-form .x-f-le {
    width: 4.4rem;
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .x-case-list2 .container .x-top .x-form .x-f-le {
    width: 4.2rem;
  }
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form .x-f-le {
    height: 0.8rem;
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-case-list2 .container .x-top .x-form .x-f-le input {
  width: 85%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  padding: 0 0 0 0.25rem;
}
.x-case-list2 .container .x-top .x-form .x-f-le button {
  width: 15%;
  text-align: center;
}
.x-case-list2 .container .x-top .x-form .x-f-le button svg path {
  fill: #000;
  fill-rule: initial;
}
.x-case-list2 .container .x-top .x-form .x-f-ri {
  width: 3rem;
  display: flex;
  margin-right: 0.15rem;
}
@media (max-width: 1580px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri {
    width: 3.8rem;
  }
}
@media (max-width: 991px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri {
    width: 4.2rem;
  }
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri {
    width: 100%;
    margin-right: 0;
  }
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul {
  width: 100%;
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li {
  width: 100%;
  position: relative;
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li.on dl {
  display: block;
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li .x-p2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #000000;
  color: #666666;
  padding: 0 0.25rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri ul li .x-p2 {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri ul li .x-p2 {
    height: 0.8rem;
    line-height: 0.8rem;
    padding-right: 0.8rem;
  }
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li .x-p2 svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form .x-f-ri ul li .x-p2 svg {
    right: 0.4rem;
  }
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li dl {
  background-color: #fff;
  width: 100%;
  padding: 0.15rem 0;
  display: none;
  position: absolute;
  z-index: 5;
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li dl dd {
  padding: 5px 0 0 0.25rem;
  font-size: 14px;
  color: #666666;
  transition: 0.3s all;
  cursor: pointer;
}
.x-case-list2 .container .x-top .x-form .x-f-ri ul li dl dd:hover {
  color: #000;
}
.x-case-list2 .container .x-top .x-form .x-r-img {
  position: relative;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-top .x-form .x-r-img {
    display: none;
  }
}
.x-case-list2 .container .x-top .x-form .x-r-img:hover .x-m-p {
  display: block;
}
.x-case-list2 .container .x-top .x-form .x-r-img svg {
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-case-list2 .container .x-top .x-form .x-r-img svg {
    width: 0.38rem;
    height: 0.38rem;
  }
}
.x-case-list2 .container .x-top .x-form .x-r-img .x-m-p {
  position: absolute;
  left: 100%;
  top: 20px;
  background-color: #fff;
  font-size: 12px;
  padding: 0.15rem;
  width: 2.3rem;
  z-index: 5;
  display: none;
}
@media (max-width: 1580px) {
  .x-case-list2 .container .x-top .x-form .x-r-img .x-m-p {
    left: 0;
    width: 1.8rem;
    top: 28px;
  }
}
.x-case-list2 .container .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-case-list2 .container .x-xia ul li {
  width: 31.17%;
  margin-right: 3.245%;
  margin-bottom: 0.85rem;
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-xia ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.x-case-list2 .container .x-xia ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-case-list2 .container .x-xia ul li a {
  display: block;
}
.x-case-list2 .container .x-xia ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-case-list2 .container .x-xia ul li a .public-img::before {
  padding-top: 66.98%;
}
.x-case-list2 .container .x-xia ul li a .public-img img {
  transition: 0.3s all;
}
.x-case-list2 .container .x-xia ul li a .x-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  padding: 0 0.2rem;
}
@media (max-width: 1260px) {
  .x-case-list2 .container .x-xia ul li a .x-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-xia ul li a .x-title {
    font-size: 0.3rem;
  }
}
.x-case-list2 .container .x-xia .x-public-jzgd {
  margin-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .x-case-list2 .container .x-xia .x-public-jzgd {
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
}
.x-case-info1 .x-con {
  position: relative;
}
.x-case-info1 .x-con .x-img {
  height: 8.7rem;
  width: 100%;
}
.x-case-info1 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-case-info1 .x-con .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-case-info1 .x-con .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-case-info1 .x-con .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-case-info1 .x-con .x-text {
  font-size: 0.4rem;
  letter-spacing: 0.28em;
  position: absolute;
  left: 0;
  top: 3.4rem;
  width: 100%;
}
.x-case-info1 .x-con .x-text .x-title {
  color: #fff;
  text-align: center;
  padding: 0 0.2rem;
}
.x-case-info1 .x-con .x-line {
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  transform: translateX(-50%) rotate(90deg);
  z-index: 10;
  animation-name: line;
  animation-duration: 2000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 100ms;
}
.x-case-info1 .x-con .x-line svg {
  width: 0.3rem;
  height: 0.16rem;
}
.x-case-info1 .x-con .x-line svg path {
  fill: #fff;
}
@keyframes line {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(90deg);
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0.4rem, 0px) rotate(90deg);
    opacity: 0;
  }
}
.x-case-info3 {
  padding-bottom: 1.35rem;
}
.x-case-info3 .container2 {
  padding: 0 1.2rem 0 1.7rem;
}
@media (max-width: 991px) {
  .x-case-info3 .container2 {
    padding: 0;
  }
}
.x-case-info3 .container2 .x-title {
  font-size: 30px;
}
@media (max-width: 1580px) {
  .x-case-info3 .container2 .x-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .x-case-info3 .container2 .x-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-case-info3 .container2 .x-title {
    font-size: 0.38rem;
  }
}
.x-case-info3 .container2 .x-p {
  margin: 0.4rem 0 0.6rem 0;
}
.x-case-info3 .container2 .x-p p {
  font-size: 14px;
  color: #666666;
}
.x-case-info3 .container2 .x-p p span {
  display: inline-block;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .x-case-info3 .container2 .x-p p span {
    display: block;
  }
}
.x-case-info3 .container2 .x-bjq img {
  max-width: 100%;
}
.x-case-info3 .container2 .x-xia {
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
}
.x-case-info3 .container2 .x-xia i {
  display: inline-block;
  width: 0.8rem;
  height: 1px;
  background-color: #000;
}
.x-case-info3 .container2 .x-xia .x-fenx {
  position: relative;
}
.x-case-info3 .container2 .x-xia .x-fenx:hover .x-a {
  display: block;
}
.x-case-info3 .container2 .x-xia .x-fenx span {
  display: inline-block;
  margin: 0 0.1rem;
  font-size: 14px;
  color: #000;
}
.x-case-info3 .container2 .x-xia .x-fenx .x-a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  padding: 0.1rem;
  border-radius: 0.05rem;
  display: none;
}
@media (max-width: 767px) {
  .x-case-info3 .container2 .x-xia .x-fenx .x-a {
    padding: 0.2rem;
  }
}
.x-case-info3 .container2 .x-xia .x-fenx .x-a .bshare-custom {
  display: flex;
}
.x-case-info3 .container2 .x-xia .x-fenx .x-a .bshare-custom a {
  background: transparent;
  padding: 0;
  margin: 0 0.1rem;
}
.x-case-info3 .container2 .x-xia .x-fenx .x-a .bshare-custom a svg {
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}
.x-case-info3 .container2 .x-xia .x-fenx .x-a .bshare-custom a svg path {
  transition: 0.3s all;
  fill: #b2b2b2;
}
.x-case-info3 .container2 .x-xia .x-jxs {
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin: 0 0.1rem;
  transition: 0.3s all;
}
.x-case-info3 .container2 .x-xia .x-jxs:hover {
  opacity: 0.8;
}
.x-case-info4 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 1.9rem 0;
}
@media (max-width: 767px) {
  .x-case-info4 {
    padding: 1.2rem 0;
  }
}
.x-case-info4 .container .x-title2 {
  text-align: center;
}
.x-case-info4 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-case-info4 .container ul {
    margin-top: 0.4rem;
  }
}
.x-case-info4 .container ul li {
  width: 31.17%;
  margin-right: 3.245%;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-case-info4 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.x-case-info4 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-case-info4 .container ul li a {
  display: block;
}
.x-case-info4 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-case-info4 .container ul li a .public-img::before {
  padding-top: 66.98%;
}
.x-case-info4 .container ul li a .public-img img {
  transition: 0.3s all;
}
.x-case-info4 .container ul li a .x-title {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .x-case-info4 .container ul li a .x-title {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .x-case-info4 .container ul li a .x-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-case-info4 .container ul li a .x-title {
    font-size: 0.3rem;
  }
}
.x-case-info4 .container .x-public-jzgd {
  margin-bottom: 0rem;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-case-info4 .container .x-public-jzgd {
    margin-top: 0;
  }
}
.x-video-list1 {
  height: 150vh;
  padding: 0.8rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .x-video-list1 {
    padding-bottom: 0.1rem;
  }
}
.x-video-list1 .container2 {
  height: 90vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
.x-video-list1 .container2 .x-title {
  text-align: center;
  line-height: 1.3;
}
.x-video-list1 .container2 .x-title span {
  color: #666666;
}
.x-video-list1 .container2 .x-con {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-video-list1 .container2 .x-con {
    margin-top: 0;
  }
}
.x-video-list1 .container2 .x-con .x-video {
  width: 100%;
  height: 100%;
  transform: scale(0.25);
  position: relative;
  transition: 0.1s all;
}
.x-video-list1 .container2 .x-con .x-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-video-list1 .container2 .x-con .x-video img {
    height: auto;
  }
}
.x-video-list1 .container2 .x-con .x-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-video-list1 .container2 .x-con .x-video video {
    height: auto;
  }
}
.x-video-list1 .container2 .x-con .x-le {
  display: flex;
}
.x-video-list1 .container2 .x-con .x-le span {
  font-size: 0.7rem;
  position: absolute;
  left: 0;
  top: 2.3rem;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  transition: 0.4s ease-out;
}
@media (max-width: 1580px) {
  .x-video-list1 .container2 .x-con .x-le span {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .x-video-list1 .container2 .x-con .x-le span {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .x-video-list1 .container2 .x-con .x-le span {
    font-size: 0.5rem;
  }
}
.x-video-list1 .container2 .x-con .x-le span.x-sp2 {
  left: auto;
  right: 0;
}
.x-video-list2 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-video-list2 .container2 .x-left {
  width: 47.41%;
  margin-bottom: 1.15rem;
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-left {
    margin-bottom: 0;
    margin-top: 0.4rem;
  }
}
.x-video-list2 .container2 .x-left:hover .x-xia .public-img img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.x-video-list2 .container2 .x-left .x-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-left .x-top {
    align-items: flex-start;
    margin-top: 0.14rem;
  }
}
.x-video-list2 .container2 .x-left .x-top .x-title {
  font-size: 0.3rem;
  color: #222222;
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-left .x-top .x-title {
    font-size: 0.36rem;
  }
}
.x-video-list2 .container2 .x-left .x-top span {
  font-family: 'Lig', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 14px;
  color: #222222;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.x-video-list2 .container2 .x-left .x-xia {
  position: relative;
  margin-top: 0.14rem;
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-left .x-xia {
    margin-top: 0;
  }
}
.x-video-list2 .container2 .x-left .x-xia .public-img {
  z-index: 3;
}
.x-video-list2 .container2 .x-left .x-xia .public-img::before {
  padding-top: 80.44%;
}
.x-video-list2 .container2 .x-left .x-xia .public-img img {
  transition: 0.5s all;
}
.x-video-list2 .container2 .x-left .x-xia .x-img {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.x-video-list2 .container2 .x-right {
  width: 47.41%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: -0.5rem;
  position: relative;
  top: -0.65rem;
}
@media (max-width: 767px) {
  .x-video-list2 .container2 .x-right {
    width: 100%;
    top: auto;
    margin-top: 0.4rem;
  }
}
.x-video-list2 .container2 .x-right .x-top {
  margin-top: 0.14rem;
  align-items: flex-start;
}
.x-video-list2 .x-show6 {
  padding: 0;
}
.x-video-list2 .x-show6 .x-public-jzgd {
  margin: 0.8rem 0 3.9rem 0;
}
@media (max-width: 767px) {
  .x-video-list2 .x-show6 .x-public-jzgd {
    margin-bottom: 1.2rem;
  }
}
.x-sales1 {
  background-color: #f7f7f7;
  padding: 0.8rem 0 2.3rem;
}
@media (max-width: 767px) {
  .x-sales1 {
    padding: 1.2rem 0;
  }
}
.x-sales1 .container .x-top .x-title {
  color: #222222;
}
.x-sales1 .container .x-top p {
  font-size: 14px;
  color: #444444;
  margin-top: 0.1rem;
}
.x-sales1 .container .x-xia {
  position: relative;
  margin-top: 0.36rem;
}
.x-sales1 .container .x-xia .x-x-xia {
  position: relative;
}
.x-sales1 .container .x-xia .x-x-xia .x-img {
  height: auto;
}
.x-sales1 .container .x-xia .x-x-xia .x-img img {
  width: 100%;
  object-fit: contain;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap {
  position: absolute;
  cursor: pointer;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.on .x-p1 {
  display: block;
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.on .x-p1 {
    display: block !important;
  }
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap .x-app .x-app-d {
  width: 15px;
  height: 22px;
  background: url(../images/x-kb1.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 1260px) {
  .x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap .x-app .x-app-d {
    width: 10px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap .x-app .x-app-d {
    width: 8px;
    height: 8px;
  }
}
.x-sales1 .container .x-xia .x-x-xia .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: fad;
  animation-name: fad;
  -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-sales1 .container .x-xia .x-x-xia .x-ao .x-ap .x-p1 {
    display: none !important;
  }
}
.x-sales1 .container .x-xia .x-x-xia .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-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a1 {
  top: 28.5%;
  left: 20%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a2 {
  top: 36.5%;
  left: 21%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a3 {
  top: 44.5%;
  left: 21%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a4 {
  top: 49.5%;
  left: 24.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a5 {
  top: 51%;
  left: 25.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a6 {
  top: 51.5%;
  left: 29.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a7 {
  top: 70.6%;
  left: 27.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a8 {
  top: 19.5%;
  left: 40.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a9 {
  top: 21.6%;
  left: 45%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a10 {
  top: 26.5%;
  left: 41%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a11 {
  top: 26.5%;
  left: 42.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a12 {
  top: 26.8%;
  left: 44.1%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a13 {
  top: 28%;
  left: 43.9%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a14 {
  top: 30.5%;
  left: 43.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a15 {
  top: 33.5%;
  left: 42.2%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a16 {
  top: 34%;
  left: 40.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a17 {
  top: 38%;
  left: 41.2%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a18 {
  top: 39.5%;
  left: 43.2%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a19 {
  top: 43.5%;
  left: 47%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a20 {
  top: 66.5%;
  left: 49.2%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a21 {
  top: 30.1%;
  left: 44.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a22 {
  top: 29.4%;
  left: 46.3%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a23 {
  top: 30.8%;
  left: 46.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a24 {
  top: 32.5%;
  left: 46.2%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a25 {
  top: 27.5%;
  left: 45.4%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a26 {
  top: 28.5%;
  left: 47.4%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a27 {
  top: 30.5%;
  left: 48.7%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a28 {
  top: 42.5%;
  left: 55.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a29 {
  top: 38.1%;
  left: 50.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a30 {
  top: 46.5%;
  left: 61%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a31 {
  top: 54.5%;
  left: 66.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a32 {
  top: 68.5%;
  left: 73%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a33 {
  top: 73.5%;
  left: 80%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a34 {
  top: 45%;
  left: 69%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a35 {
  top: 45%;
  left: 70.5%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a36 {
  top: 37.5%;
  left: 69%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a37 {
  top: 39.5%;
  left: 71.8%;
}
.x-sales1 .container .x-xia .x-x-xia .x-ao .x-ap.x-a38 {
  top: 57.2%;
  left: 70.2%;
}
.x-sales1 .container .x-xia .x-box {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  padding: 0.4rem 0.4rem 0.8rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-sales1 .container .x-xia .x-box {
    right: 0;
  }
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-box {
    position: initial;
    margin-top: 0.4rem;
  }
}
.x-sales1 .container .x-xia .x-box ul {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #7f7f7f;
}
.x-sales1 .container .x-xia .x-box ul li:nth-of-type(1) {
  margin-left: 0.2rem;
  margin-right: 0.7rem;
}
.x-sales1 .container .x-xia .x-box ul li .x-shuzi {
  line-height: 1;
}
.x-sales1 .container .x-xia .x-box ul li .x-shuzi .counter {
  font-family: 'MiSN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.6rem;
}
.x-sales1 .container .x-xia .x-box ul li .x-shuzi i {
  font-style: initial;
  font-family: 'MiSN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.6rem;
}
.x-sales1 .container .x-xia .x-box ul li .x-p {
  color: #111111;
  margin-top: 2px;
}
.x-sales1 .container .x-xia .x-box .x-box-xia {
  padding: 0 0.15rem;
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-title2 {
  color: #111111;
  margin-top: 0.25rem;
  font-size: 16px;
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-p {
  font-size: 14px;
  color: #666;
  margin: 0.05rem 0 0.2rem 0;
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-form {
  width: 2.8rem;
}
@media (max-width: 1580px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form {
    width: 3.55rem;
  }
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form {
    width: 100%;
  }
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-form input {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  color: #a9a9a9;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form input {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form input {
    height: 0.8rem;
  }
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-form input::placeholder {
  color: #a9a9a9;
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-form button {
  background-color: #f2f2f2;
  font-size: 14px;
  color: #555555;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.31rem;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form button {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-sales1 .container .x-xia .x-box .x-box-xia .x-form button {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.66rem;
    margin-top: 0.3rem;
  }
}
.x-sales1 .container .x-xia .x-box .x-box-xia .x-form button:nth-of-type(2) {
  background-color: #000;
  color: #fff;
  margin-left: 0.1rem;
}
.x-outlets1 .x-con {
  position: relative;
}
.x-outlets1 .x-con #map {
  width: 100%;
  height: 8.7rem;
}
@media (max-width: 767px) {
  .x-outlets1 .x-con #map {
    height: 7.7rem;
  }
}
.x-outlets1 .x-con #map .x-title2 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .x-outlets1 .x-con #map .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .x-con #map .x-title2 {
    font-size: 0.34rem;
  }
}
.x-outlets1 .x-con #map .x-p1 {
  font-size: 14px;
  color: #666666;
}
.x-outlets1 .x-con #map .x-a {
  font-size: 14px;
  color: #000;
  margin-top: 0.3rem;
  border: 1px solid #000;
  padding: 0.1rem 0.2rem;
}
.x-outlets1 .x-con .x-wd {
  position: absolute;
  right: 0.9rem;
  top: 0.8rem;
  background-color: #fff;
  width: 5rem;
}
@media (max-width: 1580px) {
  .x-outlets1 .x-con .x-wd {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd {
    position: initial;
    width: 100%;
  }
}
.x-outlets1 .x-con .x-wd .x-title {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  padding: 0.15rem 0.5rem;
}
@media (max-width: 1580px) {
  .x-outlets1 .x-con .x-wd .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd .x-title {
    font-size: 0.44rem;
  }
}
.x-outlets1 .x-con .x-wd .x-form {
  width: 80%;
  height: 0.5rem;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  margin: 0.2rem auto;
}
@media (max-width: 1580px) {
  .x-outlets1 .x-con .x-wd .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd .x-form {
    width: 87%;
    height: 0.8rem;
  }
}
.x-outlets1 .x-con .x-wd .x-form input {
  height: 100%;
  font-size: 14px;
  color: #666666;
  padding: 0 0.2rem;
  width: 85%;
}
.x-outlets1 .x-con .x-wd .x-form button {
  width: 15%;
}
.x-outlets1 .x-con .x-wd .x-form button svg path {
  fill: #000;
  fill-rule: initial;
}
.x-outlets1 .x-con .x-wd .x-xia {
  padding: 0.4rem 0.5rem;
}
.x-outlets1 .x-con .x-wd ul {
  overflow-y: auto;
  min-height: 3.5rem;
  max-height: 3.5rem;
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd ul {
    min-height: 4.7rem;
    max-height: 4.7rem;
  }
}
.x-outlets1 .x-con .x-wd ul::-webkit-scrollbar {
  width: 3px;
}
.x-outlets1 .x-con .x-wd ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-outlets1 .x-con .x-wd ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 25px;
}
.x-outlets1 .x-con .x-wd ul::-webkit-scrollbar-corner {
  background: #000;
}
.x-outlets1 .x-con .x-wd ul li {
  display: flex;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.x-outlets1 .x-con .x-wd ul li svg {
  width: 0.3rem;
  height: 0.36rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd ul li svg {
    width: 0.38rem;
    height: 0.5rem;
  }
}
.x-outlets1 .x-con .x-wd ul li svg path {
  fill: #000000;
  opacity: 1;
}
.x-outlets1 .x-con .x-wd ul li .x-text .x-title2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0.05rem;
}
@media (max-width: 1580px) {
  .x-outlets1 .x-con .x-wd ul li .x-text .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd ul li .x-text .x-title2 {
    font-size: 0.34rem;
  }
}
.x-outlets1 .x-con .x-wd ul li .x-text .x-p1 {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd ul li .x-text .x-p1 {
    font-size: 0.28rem;
  }
}
.x-outlets1 .x-con .x-wd ul li .x-text .x-p2 {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .x-outlets1 .x-con .x-wd ul li .x-text .x-p2 {
    font-size: 0.28rem;
  }
}
.x-outlets1 .x-con .x-wd ul li .x-text a {
  display: none;
}
.x-search1 .x-banner {
  position: initial !important;
  position: initial;
  top: 0;
  z-index: -1;
}
.x-search1 .x-banner .x-con .x-form {
  width: 7.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1.2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-search1 .x-banner .x-con .x-form {
    width: 85%;
  }
}
.x-search1 .x-banner .x-con .x-form input {
  font-size: 0.3rem;
  color: #fff;
  width: 93%;
}
.x-search1 .x-banner .x-con .x-form input::placeholder {
  color: #fff;
}
.x-search1 .x-banner .x-con .x-form button {
  width: 7%;
}
.x-search1 .x-banner .x-con .x-form button svg {
  width: 17px;
  height: 18px;
}
.x-search1 .x-banner .x-con .x-form button svg path {
  fill: #fff;
  opacity: 1;
  fill-rule: initial;
}
.x-search2 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-search2 .container2 .x-top .x-t-le a {
  display: inline-block;
  color: #666666;
  padding: 0.36rem 0 0.2rem 0;
  margin-right: 0.35rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-search2 .container2 .x-top .x-t-le a {
    padding-bottom: 0.3rem;
  }
}
.x-search2 .container2 .x-top .x-t-le a.on {
  color: #000;
}
.x-search2 .container2 .x-top .x-t-le a.on::before {
  opacity: 1;
}
.x-search2 .container2 .x-top .x-t-le a::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all;
}
.x-search2 .container2 .x-top .x-t-ri {
  padding: 0.36rem 0 0.2rem 0;
}
@media (max-width: 1580px) {
  .x-search2 .container2 .x-top .x-t-ri {
    padding-bottom: 0.3rem;
  }
}
.x-search2 .container2 .x-top .x-t-ri p {
  color: #666666;
}
.x-search2 .container2 .x-top .x-t-ri p span {
  color: #000;
}
.x-search3 {
  background-color: #f7f7f7;
  padding-top: 0.6rem;
  margin-top: -0.03rem;
}
.x-search3 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-search3 .container2 .x-xia .x-left {
  width: 77.14%;
}
@media (max-width: 991px) {
  .x-search3 .container2 .x-xia .x-left {
    width: 100%;
  }
}
.x-search3 .container2 .x-xia .x-left ul li a {
  padding-bottom: 0.3rem;
  display: block;
  border-bottom: 1px solid #a0a0a0;
  margin-top: 0.65rem;
}
.x-search3 .container2 .x-xia .x-left ul li a span {
  color: #555555;
}
.x-search3 .container2 .x-xia .x-left ul li a .x-title {
  font-size: 24px;
  color: #222222;
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-search3 .container2 .x-xia .x-left ul li a .x-title {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .x-search3 .container2 .x-xia .x-left ul li a .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-search3 .container2 .x-xia .x-left ul li a .x-title {
    font-size: 0.34rem;
  }
}
.x-search3 .container2 .x-xia .x-left ul li a .x-p {
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-search3 .container2 .x-xia .x-right {
  width: 12.14%;
}
@media (max-width: 991px) {
  .x-search3 .container2 .x-xia .x-right {
    display: none;
  }
}
.x-search3 .container2 .x-xia .x-right .x-title {
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1580px) {
  .x-search3 .container2 .x-xia .x-right .x-title {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .x-search3 .container2 .x-xia .x-right .x-title {
    font-size: 18px;
  }
}
.x-search3 .container2 .x-xia .x-right .x-a {
  margin-top: 0.25rem;
}
.x-search3 .container2 .x-xia .x-right .x-a a {
  color: #555555;
  display: block;
  margin-bottom: 0.25rem;
}
.x-search4 {
  background-color: #f7f7f7;
}
.x-search4 .x-page .container2 {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .x-search4 .x-page .container2 {
    justify-content: center;
  }
}
.x-search4 .x-page .container2 a {
  background-color: #fff;
}
.x-search4 .x-page .container2 a:hover {
  color: #fff;
  background-color: #222121;
}
.x-search4 .x-page .container2 a.on {
  background-color: #222121;
}
.modelTost {
  display: none;
  background: #232323;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modelTost .modelTostChile {
  width: 88.54%;
  max-width: 1700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 3.35rem;
}
@media (max-width: 1260px) {
  .modelTost .modelTostChile {
    padding: 0 2.35rem;
  }
}
@media (max-width: 991px) {
  .modelTost .modelTostChile {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .modelTost .modelTostChile {
    padding: 0;
  }
}
.modelTost .modelTostChile .x-gba {
  position: absolute;
  top: -1.05rem;
  right: 5px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .modelTost .modelTostChile .x-gba {
    top: -1.45rem;
    right: 48px;
  }
}
@media (max-width: 991px) {
  .modelTost .modelTostChile .x-gba {
    top: -3.95rem;
  }
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .x-gba {
    top: -3.78rem;
  }
}
.modelTost .modelTostChile .modelClose {
  position: absolute;
  top: -1.1rem;
  right: -0.55rem;
  cursor: pointer;
}
.modelTost .modelTostChile .modelClose:hover i {
  opacity: 1;
}
@media (max-width: 1260px) {
  .modelTost .modelTostChile .modelClose {
    top: -1.5rem;
    right: 0rem;
  }
}
@media (max-width: 991px) {
  .modelTost .modelTostChile .modelClose {
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .modelClose {
    top: -3.8rem;
  }
}
.modelTost .modelTostChile .modelClose i {
  font-size: 12px;
  color: #ddd;
  font-style: initial;
  position: absolute;
  width: auto;
  transform: translateX(-50%);
  transition: 0.3s all;
  bottom: -16px;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .modelClose i {
    display: none;
  }
}
.modelTost .modelTostChile .modelClose svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .modelClose svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.modelTost .modelTostChile .modelClose svg path {
  opacity: 1;
}
.modelTost .modelTostChile .swiper-container {
  padding-bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .modelTost .modelTostChile .swiper-container {
    padding-bottom: 1rem;
  }
}
.modelTost .modelTostChile .swiper-container .swiper-slide {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.modelTost .modelTostChile .swiper-container .swiper-slide::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 55.6%;
}
.modelTost .modelTostChile .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.modelTost .modelTostChile .swiper-container .swiper-pagination {
  font-family: 'MiSN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .swiper-container .swiper-pagination {
    font-size: 0.34rem;
  }
}
.modelTost .modelTostChile .swiper-container .swiper-pagination-current {
  color: #fff;
}
.modelTost .modelTostChile .swiper-button-next1 {
  position: absolute;
  left: 0.36rem;
  top: 45%;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .swiper-button-next1 {
    display: none;
  }
}
.modelTost .modelTostChile .swiper-button-next1 svg path {
  fill: #fff;
}
.modelTost .modelTostChile .swiper-button-prev1 {
  position: absolute;
  right: 0.36rem;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .modelTost .modelTostChile .swiper-button-prev1 {
    display: none;
  }
}
.x-pro-info6 {
  display: none;
  background: #232323;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.9rem;
  overflow-y: auto;
}
.x-pro-info6.on {
  display: block;
}
.x-pro-info6::-webkit-scrollbar {
  width: 3px;
}
.x-pro-info6::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-pro-info6::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 25px;
}
.x-pro-info6::-webkit-scrollbar-corner {
  background: #004ea2;
}
.x-pro-info6 .container .x-gb svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.7rem;
  top: 0.5rem;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-pro-info6 .container .x-gb svg {
    width: 0.38rem;
    height: 0.38rem;
    right: 0.4rem;
    object-fit: contain;
  }
}
.x-pro-info6 .container .x-gb svg:hover path {
  fill: #fff;
}
.x-pro-info6 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0.4rem;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .x-pro-info6 .container ul {
    justify-content: space-between;
    margin-top: 0.2rem;
  }
}
.x-pro-info6 .container ul li {
  width: 30.81%;
  margin-right: 3.785%;
  margin-bottom: 0.8rem;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .x-pro-info6 .container ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-pro-info6 .container ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-pro-info6 .container ul li:hover {
  opacity: 0.8;
}
.x-pro-info6 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-pro-info6 .container ul li .x-img {
  width: auto;
  height: 2.7rem;
  text-align: center;
}
.x-pro-info6 .container ul li .x-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.x-pro-info6 .container ul li p {
  font-family: 'MiSN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  text-align: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-pro-info6 .container ul li p {
    margin-top: 0.2rem;
  }
}
.x-sitemap1 {
  background-color: #232323;
  padding: 0.8rem;
}
.x-sitemap1 .container2 ul {
  padding-left: 1.9rem;
}
@media (max-width: 1260px) {
  .x-sitemap1 .container2 ul {
    padding-left: 0;
  }
}
.x-sitemap1 .container2 ul li {
  display: flex;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .x-sitemap1 .container2 ul li {
    flex-wrap: wrap;
  }
}
.x-sitemap1 .container2 ul li .x-title {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-sitemap1 .container2 ul li .x-title {
    width: 100%;
  }
}
.x-sitemap1 .container2 ul li .x-title a {
  color: #fff;
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 16px;
}
@media (max-width: 767px) {
  .x-sitemap1 .container2 ul li .x-a {
    width: 100%;
  }
}
.x-sitemap1 .container2 ul li .x-a a {
  display: inline-block;
  font-size: 14px;
  color: #e5e4e4;
  margin-right: 0.3rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-sitemap1 .container2 ul li .x-a a {
    margin-top: 0.2rem;
  }
}
.x-sitemap1 .container2 ul li .x-a a:hover {
  color: #fff;
}
.x-privacy-policy1 {
  display: none;
  background: #232323;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 1rem;
}
.x-privacy-policy1.on {
  display: block;
}
@media (max-width: 767px) {
  .x-privacy-policy1 {
    padding-top: 1.2rem;
  }
}
.x-privacy-policy1 .container .x-img {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-privacy-policy1 .container .x-img {
    right: 0.4rem;
    top: 0.4rem;
  }
}
.x-privacy-policy1 .container .x-img img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-privacy-policy1 .container .x-img img {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.x-privacy-policy1 .container .x-con {
  background-color: #fff;
  padding: 0.6rem 1.3rem 1.1rem 0.85rem;
  overflow-y: auto;
  max-height: 7.9rem;
}
@media (max-width: 1580px) {
  .x-privacy-policy1 .container .x-con {
    max-height: 8.2rem;
  }
}
@media (max-width: 991px) {
  .x-privacy-policy1 .container .x-con {
    max-height: 80vh;
  }
}
@media (max-width: 767px) {
  .x-privacy-policy1 .container .x-con {
    padding: 0.4rem;
  }
}
.x-privacy-policy1 .container .x-con .x-title {
  color: #333;
  margin-bottom: 0.3rem;
}
.x-gg-bj1 {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.x-dealer1 {
  padding: 0.8rem 0;
}
.x-dealer1 .container2 .x-title {
  font-size: 0.34rem;
  color: #000;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-title {
    font-size: 0.44rem;
  }
}
.x-dealer1 .container2 .x-form {
  margin-top: 0.25rem;
}
.x-dealer1 .container2 .x-form .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-dealer1 .container2 .x-form .x-top .x-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp {
  width: 31%;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-top .x-input .x-inp {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp:last-child {
  margin-bottom: 0;
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp span {
  font-size: 14px;
  color: #333;
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp input {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  padding: 0 0.15rem;
  margin-top: 0.05rem;
}
@media (max-width: 991px) {
  .x-dealer1 .container2 .x-form .x-top .x-input .x-inp input {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-top .x-input .x-inp input {
    height: 0.8rem;
  }
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000000;
  position: relative;
  margin-top: 0.05rem;
}
@media (max-width: 991px) {
  .x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel svg {
  position: absolute;
  font-style: initial;
  transform: translateY(-50%);
  top: 50%;
  right: 0.2rem;
  font-size: 18px;
  pointer-events: none;
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel svg path {
  fill: #000;
}
.x-dealer1 .container2 .x-form .x-top .x-input .x-inp .x-sel select {
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
}
.x-dealer1 .container2 .x-form .x-top .x-text {
  width: 100%;
  margin-top: 0.03rem;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-top .x-text {
    margin-top: 0.3rem;
  }
}
.x-dealer1 .container2 .x-form .x-top .x-text span {
  font-size: 14px;
  color: #333;
  display: block;
}
.x-dealer1 .container2 .x-form .x-top .x-text textarea {
  border: 1px solid #000000;
  width: 100%;
  height: 150px;
  margin-top: 0.05rem;
  padding: 0.15rem;
}
@media (max-width: 1580px) {
  .x-dealer1 .container2 .x-form .x-top .x-text textarea {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .x-dealer1 .container2 .x-form .x-top .x-text textarea {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-top .x-text textarea {
    height: 2.4rem;
  }
}
.x-dealer1 .container2 .x-form .x-xp {
  font-size: 14px;
  color: #666666;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-xp {
    margin-top: 0.3rem;
  }
}
.x-dealer1 .container2 .x-form .x-ty {
  display: flex;
  justify-content: flex-start;
  margin: 0.1rem 0 0.5rem 0;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-ty {
    margin: 0.3rem 0 0.4rem 0;
  }
}
.x-dealer1 .container2 .x-form .x-ty .x-ty-a {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-ty .x-ty-a {
    margin-right: 0.3rem;
  }
}
.x-dealer1 .container2 .x-form .x-ty .x-ty-a.on i {
  background-color: #444;
}
.x-dealer1 .container2 .x-form .x-ty .x-ty-a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #444444;
  margin-right: 0.1rem;
  transition: 0.3s all;
}
.x-dealer1 .container2 .x-form .x-ty .x-ty-a span {
  font-size: 14px;
  color: #333333;
}
.x-dealer1 .container2 .x-form .x-but {
  width: 4.6rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0.03rem solid #000000;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1580px) {
  .x-dealer1 .container2 .x-form .x-but {
    width: 5.6rem;
  }
}
@media (max-width: 991px) {
  .x-dealer1 .container2 .x-form .x-but {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .x-dealer1 .container2 .x-form .x-but {
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
  }
}
.BMap_shadow img {
  display: none;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
@media (max-width: 767px) {
  .curtain {
    display: none !important;
  }
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain .curtain_box .x-con .public-img {
  width: 7.5rem;
  height: auto;
}
.curtain .curtain_box .x-con .public-img::before {
  padding-top: 62.77%;
}
.curtain .curtain_box .x-con p {
  font-size: 14px;
  color: #444;
  text-align: right;
  padding: 0.1rem;
  cursor: pointer;
}
