@charset "utf-8";
/*字体*/
@font-face {
  font-family: "shuzi";
  src: url("../font/tt0142m_.ttf") format("woff2");
}
@font-face {
  font-family: "ziti";
  src: url("../font/zt001.OTF");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.x-top-title span {
  color: #999;
  font-size: 0.24rem;
  text-align: center;
  display: block;
}
@media (max-width: 1580px) {
  .x-top-title span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-top-title span {
    font-size: 16px;
  }
}
.x-top-title .x-title {
  font-size: 0.48rem;
  color: #000;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-top-title .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-top-title .x-title {
    font-size: 1.2rem;
  }
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.x-box-a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 48px;
  padding-left: 0.3rem;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-box-a {
    padding-left: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .x-box-a {
    width: 140px;
    height: 45px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .x-box-a {
    width: 128px;
    padding-left: 1rem;
  }
}
.x-box-a:hover i {
  margin-left: 0.35rem;
}
.x-box-a i {
  display: inline-block;
  width: 20px;
  height: 5px;
  background: url("../images/index2.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.25rem;
  transition: 0.5s all;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
.x-gg-title .x-title {
  font-size: 0.48rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-gg-title .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-gg-title .x-title {
    font-size: 1.2rem;
  }
}
.x-gg-title p {
  text-align: center;
  color: #666;
  margin-top: 0.45rem;
  line-height: 2;
}
@media (max-width: 1580px) {
  .x-gg-title p {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .x-gg-title p {
    line-height: 1.6;
  }
}
.x-n-banner .x-con {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.x-n-banner .x-con figure {
  width: 100%;
  height: 6rem;
}
@media (max-width: 1260px) {
  .x-n-banner .x-con figure {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .x-n-banner .x-con figure {
    height: 11.5rem;
  }
}
.x-n-banner .x-con figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-n-banner .x-con .x-text {
  position: absolute;
  left: 1.6rem;
}
@media (max-width: 767px) {
  .x-n-banner .x-con .x-text {
    left: 1rem;
  }
}
.x-n-banner .x-con .x-text .x-title {
  font-size: 0.6rem;
  color: #fff;
}
@media (max-width: 991px) {
  .x-n-banner .x-con .x-text .x-title {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-n-banner .x-con .x-text .x-title {
    font-size: 1.4rem;
  }
}
.x-n-banner .x-con .x-text p {
  color: #fff;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-n-banner .x-con .x-text p {
    margin-top: 0.3rem;
  }
}
.x-n-banner .x-con .x-bread {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-n-banner .x-con .x-bread {
    display: none;
  }
}
.x-n-banner .x-con .x-bread .container {
  color: #fff;
  border-top: 1px solid rgba(249, 249, 249, 0.2);
  padding: 20px 0;
}
.x-n-banner .x-con .x-bread .container .x-con-a a {
  color: #fff;
  margin: 0 0.3rem;
  transition: 0.5s all;
}
.x-n-banner .x-con .x-bread .container .x-con-a a:hover {
  color: #20a395;
}
.x-n-banner .x-con .x-bread .container .x-con-a a.on {
  color: #20a395;
}
.x-n-banner .x-con .x-bread .container .x-con-a a:first-child {
  margin-left: 0;
}
.x-n-banner .x-con .x-bread .container .x-con-a i {
  width: 5px;
  height: 9px;
  background: url('../images/x-b1.png') no-repeat center;
  display: inline-block;
}
.m-x-brea {
  display: none;
}
@media (max-width: 767px) {
  .m-x-brea {
    display: block;
  }
}
.m-x-brea .x-bread {
  width: 100%;
}
.m-x-brea .x-bread .container {
  color: #999;
  padding: 20px 1rem;
}
.m-x-brea .x-bread .container .x-con-a a {
  color: #999;
  margin: 0 0.25rem;
  transition: 0.5s all;
}
.m-x-brea .x-bread .container .x-con-a a:hover {
  color: #20a395;
}
.m-x-brea .x-bread .container .x-con-a a.on {
  color: #20a395;
}
.m-x-brea .x-bread .container .x-con-a a:first-child {
  margin-left: 0;
}
.m-x-brea .x-bread .container .x-con-a i {
  width: 5px;
  height: 9px;
  background: url('../images/x-ri2.png') no-repeat center;
  display: inline-block;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #019dee;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
@keyframes sw_pa2 {
  0% {
    height: 15px;
    top: 0;
    background-color: #fff;
  }
  100% {
    height: 15px;
    top: 15px;
    background-color: #fff;
  }
}
#x-home-header {
  background-color: #20a395;
  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: 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 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 991px) {
  #x-home-header .container {
    height: 60px;
  }
}
#x-home-header .container .x-logo {
  width: 12%;
}
@media (max-width: 1260px) {
  #x-home-header .container .x-logo {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #x-home-header .container .x-logo {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #x-home-header .container .x-logo {
    width: 40%;
  }
}
#x-home-header .container .x-logo .x-img1 {
  width: 100%;
  height: 58px;
}
@media (max-width: 991px) {
  #x-home-header .container .x-logo .x-img1 {
    height: 36px;
  }
}
#x-home-header .container .x-logo .x-img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#x-home-header .container .x-right-box {
  width: 74%;
}
@media (max-width: 991px) {
  #x-home-header .container .x-right-box {
    display: none;
  }
}
#x-home-header .container .x-right-box .x-nav {
  display: flex;
  justify-content: center;
}
#x-home-header .container .x-right-box .x-nav li {
  padding: 0 0.52rem;
  position: relative;
}
#x-home-header .container .x-right-box .x-nav li:hover a::before {
  opacity: 1;
  width: 100%;
}
#x-home-header .container .x-right-box .x-nav li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  position: relative;
}
#x-home-header .container .x-right-box .x-nav li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.5s all;
  opacity: 0;
}
@media (max-width: 1580px) {
  #x-home-header .container .x-right-box .x-nav li > a {
    font-size: 16px;
  }
}
#x-home-header .container .x-right-box .x-nav li dl {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #20a395;
  display: none;
}
#x-home-header .container .x-right-box .x-nav li dl dd {
  padding: 0.15rem 0;
}
#x-home-header .container .x-right-box .x-nav li dl dd a {
  font-size: 18px;
  display: block;
  transition: 0.5s all;
  height: 45px;
  line-height: 45px;
  color: #fff;
}
#x-home-header .container .x-right-box .x-nav li dl dd a:hover span::before {
  opacity: 1;
  width: 100%;
}
#x-home-header .container .x-right-box .x-nav li dl dd a span {
  padding-bottom: 5px;
  position: relative;
}
#x-home-header .container .x-right-box .x-nav li dl dd a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
#x-home-header .container .x-right-box .x-nav li dl dd a::before {
  display: none;
}
#x-home-header .container .x-tel {
  width: 14%;
}
@media (max-width: 1260px) {
  #x-home-header .container .x-tel {
    display: none;
  }
}
#x-home-header .container .x-tel a {
  display: flex;
  align-items: center;
}
#x-home-header .container .x-tel a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#x-home-header .container .x-tel a p {
  font-size: 0.24rem;
  color: #fff;
  margin-left: 10px;
  height: 100px;
}
@media (max-width: 1900px) {
  #x-home-header .container .x-tel a p {
    font-size: 0.22rem;
  }
}
@media (max-width: 1600px) {
  #x-home-header .container .x-tel a p {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  #x-home-header .container .x-tel a p {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  #x-home-header .container .x-tel a p {
    font-size: 14px;
  }
}
#x-home-header .container .x-daohan {
  cursor: pointer;
  z-index: 14;
  display: none;
}
@media (max-width: 991px) {
  #x-home-header .container .x-daohan {
    display: block;
  }
}
#x-home-header .container .x-daohan:hover i:nth-of-type(1),
#x-home-header .container .x-daohan:hover i:nth-of-type(3) {
  width: 30px;
}
#x-home-header .container .x-daohan i {
  display: block;
  position: relative;
  height: 3px;
  background-color: currentColor;
  margin: 6px 0 6px auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
#x-home-header .container .x-daohan i:nth-of-type(1),
#x-home-header .container .x-daohan i:nth-of-type(3) {
  width: 30px;
  margin-top: 0;
}
#x-home-header .container .x-daohan i:nth-of-type(2) {
  width: 30px;
}
#x-home-header .container .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
#x-home-header .container .x-nav3 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
#x-home-header .container .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#x-home-header .container .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#x-home-header .container .x-nav3 > li a:hover {
  color: #20a395;
}
#x-home-header .container .x-nav3 > li a:hover i {
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#x-home-header .container .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#x-home-header .container .x-nav3 > li ul {
  display: none;
}
#x-home-header .container .x-nav3 > li ul li a:hover {
  color: #20a395;
}
body.c-open {
  overflow: hidden;
}
body.c-open #x-home-header .x-daohan i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
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);
}
.x-index1 {
  position: relative;
}
.x-index1 .swiper-container {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 8.85rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide {
    height: 9.85rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide {
    height: 20.85rem;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  display: none;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(1) {
  z-index: 1;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(2) {
  z-index: 2;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(3) {
  z-index: 3;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(4) {
  z-index: 4;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img.m-img {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img.m-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img img.pc-img {
    display: none;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 6;
  width: 100%;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 81%;
  }
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text{
    top: 50%;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top img {
  width: 74px;
  height: 37px;
  object-fit: contain;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top a {
  display: inline-block;
  font-size: 18px;
  color: #20a395;
  /* border-bottom: 2px solid #fff; */
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top a {
    font-size: 16px;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-botton p {
  font-size: 0.8rem;
  color: #fff;
  margin: 0 0 0.15rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-botton p {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-botton .x-box-a {
  margin: 0 auto;
  border: none;
  color: #20a395;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-botton .x-box-a i{
  background: url(../images/index12.png) no-repeat center;
  background-size: contain;
}
.x-index1 .swiper-container .swiper-pagination {
  width: auto;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
.x-index1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: initial;
  background-color: #d1d1d1;
  margin: 10px 0;
  margin-left: auto;
  transition: 0.5s all;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    margin: 6px 0;
    margin-left: auto;
  }
}
.x-index1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
  }
}
.x-index1 .x-lie {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 6;
}
@media (max-width: 767px) {
  .x-index1 .x-lie {
    display: none;
  }
}
.x-index1 .x-lie i {
  width: 2px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  background-color: #adadad;
}
.x-index1 .x-lie i::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #fff;
  -webkit-animation: sw_pa2 3s infinite;
  animation: sw_pa2 3s infinite;
}
.x-index1 .x-lie p {
  color: #fff;
  font-size: 18px;
}
.x-index2 {
  overflow: hidden;
}
.x-index2 ul li {
  padding: 1.3rem 8% 1.6rem 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .x-index2 ul li {
    padding: 1.3rem 1rem;
  }
}
.x-index2 ul li .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-index2 ul li .x-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-index2 ul li .x-left .x-title {
  font-size: 0.48rem;
  position: relative;
  padding-bottom: 0.2rem;
  color: #000;
}
@media (max-width: 1260px) {
  .x-index2 ul li .x-left .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-index2 ul li .x-left .x-title {
    font-size: 20px;
    padding-bottom: 0.5rem;
  }
}
.x-index2 ul li .x-left .x-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #c9c9c9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-index2 ul li .x-left p {
  margin: 0.45rem 0 0.55rem 0;
  color: #000;
}
@media (max-width: 767px) {
  .x-index2 ul li .x-left p {
    font-size: 16px;
  }
}
.x-index2 ul li .x-left .x-box-a {
  background-color: #20a395;
  border: none;
}
.x-index2 ul li .x-right {
  width: 50%;
}
@media (max-width: 767px) {
  .x-index2 ul li .x-right {
    width: 100%;
  }
}
.x-index2 ul li .x-right figure {
  width: 100%;
  height: 6rem;
}
@media (max-width: 767px) {
  .x-index2 ul li .x-right figure {
    height: 10.5rem;
  }
}
.x-index2 ul li .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index3 {
    padding: 2.5rem 0 2.5rem 0;
  }
}
.x-index3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.x-index3 .container .x-left {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 .container .x-left {
    width: 100%;
  }
}
.x-index3 .container .x-left:hover figure img {
  transform: scale(1.1);
}
.x-index3 .container .x-left figure {
  width: 100%;
  height: 6rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-index3 .container .x-left figure {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-left figure {
    height: 10.5rem;
  }
}
.x-index3 .container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-index3 .container .x-left .x-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.x-index3 .container .x-left .x-img .x-img2 {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.x-index3 .container .x-left .x-img p {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.x-index3 .container .x-right {
  width: 45%;
}
@media (max-width: 767px) {
  .x-index3 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index3 .container .x-right .x-top {
  font-size: 0.4rem;
  color: #fff;
  padding-bottom: 0.25rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-index3 .container .x-right .x-top {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-right .x-top {
    font-size: 1.2rem;
  }
}
.x-index3 .container .x-right .x-top::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-index3 .container .x-right .x-text {
  color: #fff;
  margin: 0.55rem 0 0.75rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
@media (max-width: 1900px) {
  .x-index3 .container .x-right .x-text {
    height: 48px;
  }
}
@media (max-width: 1580px) {
  .x-index3 .container .x-right .x-text {
    height: 42px;
  }
}
.x-index3 .container .x-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .x-index3 .container .x-right ul {
    margin-top: 1rem;
  }
}
.x-index3 .container .x-right ul li {
  padding-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-index3 .container .x-right ul li {
    padding-right: 1.5rem;
  }
}
.x-index3 .container .x-right ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .x-index3 .container .x-right ul li:last-child {
    padding-right: 0;
  }
}
.x-index3 .container .x-right ul li .x-p {
  color: #fff;
  font-size: 0.6rem;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-index3 .container .x-right ul li .x-p {
    font-size: 1.2rem;
  }
}
.x-index3 .container .x-right ul li span {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-index3 .container .x-right ul li span {
    font-size: 1.2rem;
  }
}
.x-index3 .container .x-right ul li .x-p2 {
  color: #fff;
  margin-top: 10px;
}
.x-m-case {
  display: none;
}
@media (max-width: 767px) {
  .x-m-case {
    display: block;
    padding: 2.5rem 1rem 1rem 1rem;
  }
}
.x-index4 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 8.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index4 {
    height: 23.8rem;
  }
}
.x-index4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index4 .x-top-title {
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index4 .x-top-title {
    display: none;
  }
}
.x-index4 .x-top-title span {
  color: #fff;
}
.x-index4 .x-top-title .x-title {
  color: #fff;
}
.x-index4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.x-index4 ul li {
  width: 25%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}
@media (max-width: 767px) {
  .x-index4 ul li {
    width: 50%;
  }
  .x-index4 ul li:nth-of-type(3),
  .x-index4 ul li:nth-of-type(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }
}
.x-index4 ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.x-index4 ul li a:hover::before {
  opacity: 1;
}
.x-index4 ul li a:hover .x-text span {
  background-color: #20a395;
  border: 2px solid #20a395;
}
.x-index4 ul li a:hover .x-text p {
  display: block;
}
.x-index4 ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-index4 ul li a .x-text {
  position: absolute;
  left: 50%;
  top: 51.5%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .x-index4 ul li a .x-text {
    top: 30.5%;
  }
}
.x-index4 ul li a .x-text .x-title2 {
  color: #fff;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-index4 ul li a .x-text .x-title2 {
    font-size: 18px;
  }
}
.x-index4 ul li a .x-text span {
  font-size: 40px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index4 ul li a .x-text span {
    font-size: 34px;
    line-height: 26px;
    width: 35px;
    height: 35px;
  }
}
.x-index4 ul li a .x-text p {
  display: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .x-index4 ul li a .x-text p {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
.x-index5 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .x-index5 {
    padding: 3rem 0;
  }
}
.x-index5 .container .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.7rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con {
    margin: 1rem 0;
  }
}
.x-index5 .container .x-con .x-left {
  width: 46%;
}
@media (max-width: 991px) {
  .x-index5 .container .x-con .x-left {
    width: 100%;
  }
}
.x-index5 .container .x-con .x-left a {
  display: block;
}
.x-index5 .container .x-con .x-left a:hover figure img {
  transform: scale(1.1);
}
.x-index5 .container .x-con .x-left a figure {
  width: 100%;
  height: 4.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-con .x-left a figure {
    height: 5.5rem;
  }
}
@media (max-width: 1260px) {
  .x-index5 .container .x-con .x-left a figure {
    height: 6.5rem;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-con .x-left a figure {
    height: 10.5rem;
  }
}
.x-index5 .container .x-con .x-left a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-index5 .container .x-con .x-left a figure .x-sp {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 10px;
  background-color: #20a395;
}
.x-index5 .container .x-con .x-left a figure .x-sp span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.x-index5 .container .x-con .x-left a figure .x-sp span:nth-of-type(1) {
  padding-bottom: 0.08rem;
}
.x-index5 .container .x-con .x-left a figure .x-sp span:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.12rem;
}
.x-index5 .container .x-con .x-left a .x-title2 {
  color: #20a395;
  height: 30px;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-left a .x-title2 {
    margin: 0.5rem 0 0 0;
  }
}
.x-index5 .container .x-con .x-left a p {
  font-size: 16px;
  color: #999;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-con .x-left a p {
    font-size: 14px;
    height: 42px;
  }
}
.x-index5 .container .x-con .x-left a i {
  display: block;
  margin-top: 0.3rem;
  width: 20px;
  height: 5px;
  background: url("../images/index12.png") no-repeat center;
  background-size: contain;
}
.x-index5 .container .x-con .x-right {
  width: 46%;
}
@media (max-width: 991px) {
  .x-index5 .container .x-con .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index5 .container .x-con .x-right ul li:nth-of-type(n+2) a {
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li:nth-of-type(n+2) a {
    padding-top: 1rem;
  }
}
.x-index5 .container .x-con .x-right ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li a {
    padding-bottom: 1rem;
  }
}
.x-index5 .container .x-con .x-right ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-index5 .container .x-con .x-right ul li a:hover .x-time .x-sp {
  border: 1px solid #20a395;
}
.x-index5 .container .x-con .x-right ul li a:hover .x-time .x-sp span:nth-of-type(1) {
  background-color: #20a395;
  color: #fff;
}
.x-index5 .container .x-con .x-right ul li a:hover .x-time .x-sp span:nth-of-type(2) {
  color: #20a395;
}
.x-index5 .container .x-con .x-right ul li a:hover .x-text .x-title {
  color: #20a395;
}
.x-index5 .container .x-con .x-right ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #20a395;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-index5 .container .x-con .x-right ul li a .x-time {
  width: 14%;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-con .x-right ul li a .x-time {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-con .x-right ul li a .x-time {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li a .x-time {
    width: 21%;
  }
}
.x-index5 .container .x-con .x-right ul li a .x-time .x-sp {
  border: 1px solid #e3e3e3;
  transition: 0.5s all;
}
.x-index5 .container .x-con .x-right ul li a .x-time .x-sp span {
  color: #999999;
  display: block;
  text-align: center;
  line-height: 1.4;
  transition: 0.5s all;
}
.x-index5 .container .x-con .x-right ul li a .x-time .x-sp span:nth-of-type(1) {
  padding: 0.08rem 0;
  background-color: #e3e3e3;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li a .x-time .x-sp span:nth-of-type(1) {
    padding: 0.3rem 0;
  }
}
.x-index5 .container .x-con .x-right ul li a .x-time .x-sp span:nth-of-type(2) {
  padding: 0.1rem 0;
  color: #cccccc;
  background-color: #ffffff;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li a .x-time .x-sp span:nth-of-type(2) {
    padding: 0.3rem 0;
  }
}
.x-index5 .container .x-con .x-right ul li a .x-text {
  width: 80%;
}
@media (max-width: 767px) {
  .x-index5 .container .x-con .x-right ul li a .x-text {
    width: 76%;
  }
}
.x-index5 .container .x-con .x-right ul li a .x-text .x-title {
  color: #000;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  transition: 0.5s all;
}
.x-index5 .container .x-con .x-right ul li a .x-text p {
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-con .x-right ul li a .x-text p {
    font-size: 14px;
    height: 42px;
  }
}
.x-index5 .container .x-box-a {
  border: 2px solid #20a395;
  color: #20a395;
  margin: 0 auto;
}
.x-index5 .container .x-box-a i {
  background: url("../images/index12.png") no-repeat center;
  background-size: contain;
}
.x-foot {
  background-color: #20a395;
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-foot {
    padding-top: 2rem;
  }
}
.x-foot .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
.x-foot .container .x-top .x-list {
  width: 69%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-list {
    width: 100%;
  }
}
.x-foot .container .x-top .x-list li {
  width: 25%;
  padding-left: 5%;
  border-right: 1px solid rgba(64, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-list li {
    width: 100%;
    border-right: none;
    padding-left: 0;
  }
  .x-foot .container .x-top .x-list li.on .x-title i {
    transform: rotate(180deg);
  }
}
.x-foot .container .x-top .x-list li:first-child {
  padding-left: 0;
}
.x-foot .container .x-top .x-list li .x-title {
  color: #fff;
  margin-bottom: 0.2rem;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-list li .x-title {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(64, 255, 255, 0.2);
    font-size: 16px;
  }
  .x-foot .container .x-top .x-list li .x-title i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/xia1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all;
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-list li .x-foot-a {
    display: none;
    padding: 0.5rem 0 0.2rem 0;
  }
}
.x-foot .container .x-top .x-list li .x-foot-a a {
  margin-bottom: 0.1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 26px;
}
.x-foot .container .x-top .x-list li .x-foot-a a:hover span {
  color: #fff;
}
.x-foot .container .x-top .x-list li .x-foot-a a:hover span::before {
  background-color: #fff;
}
.x-foot .container .x-top .x-list li .x-foot-a a:hover span::after {
  width: 100%;
  opacity: 1;
}
.x-foot .container .x-top .x-list li .x-foot-a a:last-child {
  margin-bottom: 0;
}
.x-foot .container .x-top .x-list li .x-foot-a a span {
  display: inline-block;
  color: #9ce8e0;
  font-size: 14px;
  padding: 0 0 3px 10px;
  position: relative;
  transition: 0.5s all;
}
.x-foot .container .x-top .x-list li .x-foot-a a span::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #35cec6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.x-foot .container .x-top .x-list li .x-foot-a a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
  z-index: 4;
}
.x-foot .container .x-top .x-right {
  width: 26%;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-foot .container .x-top .x-right a {
  font-size: 0.36rem;
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  .x-foot .container .x-top .x-right a {
    font-size: 20px;
  }
}
.x-foot .container .x-top .x-right img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0.15rem 0 0.2rem 0;
}
.x-foot .container .x-top .x-right p {
  font-size: 16px;
  color: #9ce8e0;
}
.x-foot .x-botton {
  border-top: 1px solid rgba(64, 255, 255, 0.2);
}
.x-foot .x-botton .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .x-foot .x-botton .container {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-botton .container .x-bo-left {
    margin-bottom: 0.4rem;
  }
}
.x-foot .x-botton .container .x-bo-left p {
  font-size: 14px;
  color: #9ce8e0;
  display: inline-block;
}
.x-foot .x-botton .container .x-bo-left a {
  display: inline-block;
  font-size: 14px;
  color: #9ce8e0;
  margin-left: 0.2rem;
  transition: 0.5s all;
}
.x-foot .x-botton .container .x-bo-left a:hover {
  color: #fff;
}
.x-foot .x-botton .container .x-bo-right {
  font-size: 14px;
  color: #9ce8e0;
}
.x-foot .x-botton .container .x-bo-right a {
  font-size: 14px;
  color: #9ce8e0;
  transition: 0.5s all;
}
.x-foot .x-botton .container .x-bo-right a:hover {
  color: #fff;
}
.x-side {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 15;
  display: none;
}
.x-side ul li {
  margin-bottom: 2px;
}
.x-side ul li.on a {
  background-color: #20a395;
}
.x-side ul li.on a figure img {
  display: none;
}
.x-side ul li.on a p {
  display: none;
}
.x-side ul li.on a .x-img {
  display: block;
}
.x-side ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #7f7f7f;
  width: 70px;
  height: 70px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-side ul li a {
    width: 60px;
    height: 60px;
  }
}
.x-side ul li a:hover {
  background-color: #20a395;
}
.x-side ul li a figure {
  margin: 0;
}
.x-side ul li a figure img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.x-side ul li a .x-img {
  display: none;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.x-side ul li a p {
  font-size: 14px;
  color: #fff;
}
.x-side-one {
  position: fixed;
  right: 80px;
  bottom: 20%;
  z-index: 15;
  display: none;
}
@media (max-width: 767px) {
  .x-side-one {
    bottom: 16%;
    right: 70px;
  }
}
.x-side-one .x-con {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  max-width: 300px;
  width: 300px;
}
@media (max-width: 1580px) {
  .x-side-one .x-con {
    width: 280px;
  }
}
@media only screen and (max-height: 700px) {
  .x-side-one .x-con {
    overflow-y: auto;
    max-height: 445px;
  }
}
.x-side-one .x-con .x-title {
  background-color: #20a395;
  color: #fff;
  padding: 0.23rem 0.25rem;
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-title {
    padding: 1rem;
  }
}
.x-side-one .x-con ul {
  padding: 0 0.3rem 0.3rem 0.3rem;
}
@media (max-width: 767px) {
  .x-side-one .x-con ul {
    padding: 0 1rem 1rem 1rem;
  }
}
.x-side-one .x-con ul li {
  padding-top: 0.22rem;
}
@media (max-width: 767px) {
  .x-side-one .x-con ul li {
    padding-top: 0.8rem;
  }
}
.x-side-one .x-con ul li:nth-of-type(1) .x-title2 {
  padding-top: 0;
  border-top: none;
}
.x-side-one .x-con ul li:nth-of-type(1) p {
  cursor: pointer;
}
.x-side-one .x-con ul li:nth-of-type(1) p:nth-of-type(1) a {
  color: #20a395;
}
.x-side-one .x-con ul li .x-title2 {
  color: #000;
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .x-side-one .x-con ul li .x-title2 {
    padding: 0.5rem 0;
  }
}
.x-side-one .x-con ul li p {
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .x-side-one .x-con ul li p {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con ul li p {
    margin-top: 0.8rem;
  }
}
.x-side-one .x-con ul li p a {
  display: inline-block;
  margin-left: 8px;
  color: #666666;
}
.x-side-one .x-con ul li p img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.x-side-one .x-con ul li .x-li-a {
  display: block;
  position: relative;
  padding: 0.3rem 20px 0 0;
  color: #20a395;
  border-top: 1px solid #ccc;
}
@media (max-width: 1260px) {
  .x-side-one .x-con ul li .x-li-a {
    padding: 0.4rem 20px 0 0;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con ul li .x-li-a {
    padding: 0.8rem 20px 0 0;
  }
}
.x-side-one .x-con ul li .x-li-a i {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 73.5%;
  transform: translateY(-50%);
  background: url("../images/index20.png") no-repeat center;
  background-size: contain;
}
.x-mb {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
.x-side-two {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 25;
  background-color: #fff;
  max-width: 10rem;
  width: 100%;
  padding: 0.6rem 0;
  display: none;
}
@media (max-width: 991px) {
  .x-side-two {
    max-width: 15rem;
  }
}
@media (max-width: 767px) {
  .x-side-two {
    padding: 0.6rem 0 2rem 0;
  }
}
@media only screen and (max-height: 800px) {
  .x-side-two {
    overflow-y: auto;
    max-height: 98%;
  }
}
@media only screen and (max-height: 800px) and (max-width: 767px) {
  .x-side-two {
    max-height: 78%;
  }
}
.x-side-two .x-img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-side-two .x-img {
    width: 40px;
    height: 40px;
  }
}
.x-side-two .x-con {
  width: 5.6rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-side-two .x-con {
    width: 6.6rem;
  }
}
@media (max-width: 1260px) {
  .x-side-two .x-con {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .x-side-two .x-con {
    width: 90%;
  }
}
.x-side-two .x-con .x-title {
  text-align: center;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-title {
    padding-top: 1.5rem;
  }
}
.x-side-two .x-con .x-form {
  margin-top: 0.4rem;
}
.x-side-two .x-con .x-form .x-input {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.x-side-two .x-con .x-form .x-input.x-tex span {
  padding-left: 0;
}
.x-side-two .x-con .x-form .x-input.x-tex input {
  width: 43%;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-input.x-tex input {
    width: 35%;
  }
}
.x-side-two .x-con .x-form .x-input.x-tex img {
  width: 43%;
  height: 60px;
  padding-left: 8%;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-side-two .x-con .x-form .x-input.x-tex img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-input.x-tex img {
    padding-left: 3%;
    height: 42px;
  }
}
.x-side-two .x-con .x-form .x-input span {
  width: 14%;
  margin-top: 20px;
  padding-left: 20px;
}
@media (max-width: 1260px) {
  .x-side-two .x-con .x-form .x-input span {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-input span {
    width: 20%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.x-side-two .x-con .x-form .x-input input {
  width: 86%;
  height: 60px;
  border: 1px solid #dbdbdb;
  padding: 0 20px;
}
@media (max-width: 1260px) {
  .x-side-two .x-con .x-form .x-input input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-input input {
    width: 80%;
    padding: 0 15px;
    height: 42px;
  }
}
.x-side-two .x-con .x-form .x-input textarea {
  width: 86%;
  height: 120px;
  padding: 20px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-input textarea {
    width: 80%;
    padding: 15px;
  }
}
.x-side-two .x-con .x-form .x-botton {
  padding-left: 14%;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-botton {
    padding-left: 0;
  }
}
.x-side-two .x-con .x-form .x-botton .x-text {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-botton .x-text {
    margin-bottom: 10px;
  }
}
.x-side-two .x-con .x-form .x-botton .x-text figure {
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-botton .x-text figure {
    width: 30px;
  }
}
.x-side-two .x-con .x-form .x-botton .x-text figure.on {
  border: 1px solid #20a395;
}
.x-side-two .x-con .x-form .x-botton .x-text figure.on img {
  display: block;
}
.x-side-two .x-con .x-form .x-botton .x-text figure img {
  display: none;
  width: 10px;
  height: 8px;
  vertical-align: middle;
}
.x-side-two .x-con .x-form .x-botton .x-text p {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.x-side-two .x-con .x-form .x-botton p {
  font-size: 14px;
  color: #666;
}
.x-side-two .x-con .x-form .x-but {
  padding-left: 14%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-but {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.x-side-two .x-con .x-form .x-but button {
  width: 48%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1260px) {
  .x-side-two .x-con .x-form .x-but button {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-two .x-con .x-form .x-but button {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
.x-side-two .x-con .x-form .x-but button:nth-of-type(2) {
  background-color: #20a395;
  color: #fff;
  border: 1px solid #20a395;
}
.x-n-column {
  padding: 1rem 0 1.4rem 0;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .x-n-column {
    padding-top: 3rem;
  }
}
.x-n-column .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .x-n-column .container .x-left {
    width: 100%;
  }
}
.x-n-column .container .x-left a {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  color: #666;
  text-align: center;
  border: 1px solid #e1e1e1;
  transition: 0.5s all;
  margin-right: 0.35rem;
  margin: 8px 0.35rem 8px 0;
}
@media (max-width: 991px) {
  .x-n-column .container .x-left a {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .x-n-column .container .x-left a {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0.8rem;
    margin-right: 2%;
  }
  .x-n-column .container .x-left a:nth-of-type(2n) {
    margin-right: 0;
  }
}
.x-n-column .container .x-left a.on {
  color: #fff;
  background-color: #20a395;
  border: 1px solid transparent;
}
.x-n-column .container .x-left a:hover {
  color: #fff;
  background-color: #20a395;
  border: 1px solid transparent;
}
@media (max-width: 1260px) {
  .x-n-column .container .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-n-column .container .x-right {
    margin-top: 0;
  }
}
.x-n-column .container .x-right .x-form .x-select {
  display: inline-block;
  position: relative;
  margin-right: 0.35rem;
}
.x-n-column .container .x-right .x-form .x-select:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-n-column .container .x-right .x-form .x-select {
    width: 48%;
  }
}
.x-n-column .container .x-right .x-form .x-select select {
  width: 2.6rem;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
  padding: 0 0.3rem;
  color: #666;
}
@media (max-width: 1580px) {
  .x-n-column .container .x-right .x-form .x-select select {
    width: 2.9rem;
  }
}
@media (max-width: 991px) {
  .x-n-column .container .x-right .x-form .x-select select {
    width: 4.5rem;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .x-n-column .container .x-right .x-form .x-select select {
    width: 100%;
    padding: 0 1rem;
  }
}
.x-n-column .container .x-right .x-form .x-select i {
  width: 10px;
  height: 6px;
  background: url('../images/x-xia1.png') no-repeat center;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-n-column .container .x-right .x-form .x-select i {
    right: 1rem;
  }
}
.x-case1 {
  background-color: #f4f4f4;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .x-case1 {
    padding-bottom: 3rem;
  }
}
.x-case1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-case1 .container ul li {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
  background-color: #fff;
}
.x-case1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .x-case1 .container ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .x-case1 .container ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.6rem;
  }
  .x-case1 .container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-case1 .container ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
}
.x-case1 .container ul li a {
  display: block;
}
.x-case1 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-case1 .container ul li a figure {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-case1 .container ul li a figure {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .x-case1 .container ul li a figure {
    height: 10.5rem;
  }
}
.x-case1 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-case1 .container ul li a .x-text {
  padding: 0.35rem 0.4rem;
}
.x-case1 .container ul li a .x-text .x-title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-case1 .container ul li a .x-text p {
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
}
.show-x-brea .m-x-brea {
  display: block;
}
.show-x-brea .m-x-brea .x-bread .container {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .show-x-brea .m-x-brea .x-bread .container {
    padding: 20px 1rem;
  }
}
.x-show-case1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-show-case1 {
    padding: 2rem 0 3rem 0;
  }
}
.x-show-case1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-show-case1 .container .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-left {
    width: 100%;
  }
}
.x-show-case1 .container .x-left figure {
  width: 100%;
  height: 4.35rem;
}
@media (max-width: 1260px) {
  .x-show-case1 .container .x-left figure {
    height: 5.35rem;
  }
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-left figure {
    height: 10.5rem;
  }
}
.x-show-case1 .container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-case1 .container .x-right {
  width: 46.5%;
  padding-right: 0rem;
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-show-case1 .container .x-right .x-title {
  font-size: 0.48rem;
}
@media (max-width: 1260px) {
  .x-show-case1 .container .x-right .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-right .x-title {
    font-size: 1.2rem;
  }
}
.x-show-case1 .container .x-right .x-top {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  margin: 5px 0 0.3rem 0;
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-right .x-top {
    margin: 0.5rem 0;
  }
}
.x-show-case1 .container .x-right .x-top p:first-child {
  margin-right: 0.48rem;
}
.x-show-case1 .container .x-right .x-text {
  text-transform: uppercase;
  line-height: 1.8;
  max-height: 2rem;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .x-show-case1 .container .x-right .x-text {
    max-height: 2.2rem;
  }
}
@media (max-width: 1260px) {
  .x-show-case1 .container .x-right .x-text {
    max-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .x-show-case1 .container .x-right .x-text {
    max-height: none;
  }
}
.x-show-case1 .container .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-show-case1 .container .x-right .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-show-case1 .container .x-right .x-text::-webkit-scrollbar-thumb {
  background: #20a395;
  border-radius: 25px;
}
.x-show-case1 .container .x-right .x-text::-webkit-scrollbar-corner {
  background: #20a395;
}
@media (max-width: 991px) {
  .x-show-case1 .container .x-right .x-text {
    line-height: 1.5;
  }
}
.x-show-case2 {
  background-color: #f5f5f5;
  padding: 0.9rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-show-case2 {
    padding: 3rem 0;
  }
}
.x-show-case2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-show-case2 .container .x-left {
  width: 64.3%;
}
@media (max-width: 991px) {
  .x-show-case2 .container .x-left {
    width: 100%;
  }
}
.x-show-case2 .container .x-left .x-show-text img {
  width: auto;
  height: auto;
  vertical-align: initial;
  max-width: 100%;
}
.x-show-case2 .container .x-right {
  width: 25.6%;
}
@media (max-width: 991px) {
  .x-show-case2 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-show-case2 .container .x-right .x-title {
  color: #000;
  border-bottom: 1px solid #999;
  padding-bottom: 0.24rem;
}
@media (max-width: 1260px) {
  .x-show-case2 .container .x-right .x-title {
    padding-bottom: 0.3rem;
  }
}
.x-show-case2 .container .x-right .x-right-a a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .x-show-case2 .container .x-right .x-right-a a {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .x-show-case2 .container .x-right .x-right-a a {
    padding: 1rem 0;
  }
}
.x-show-case2 .container .x-right .x-right-a a:hover figure img {
  transform: scale(1.1);
}
.x-show-case2 .container .x-right .x-right-a a figure {
  width: 29.2%;
  height: 0.7rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-show-case2 .container .x-right .x-right-a a figure {
    height: 0.9rem;
  }
}
@media (max-width: 991px) {
  .x-show-case2 .container .x-right .x-right-a a figure {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .x-show-case2 .container .x-right .x-right-a a figure {
    height: 3rem;
  }
}
.x-show-case2 .container .x-right .x-right-a a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-show-case2 .container .x-right .x-right-a a .x-text {
  width: 65.8%;
}
.x-show-case2 .container .x-right .x-right-a a .x-text .x-title2 {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 36px;
}
@media (max-width: 1580px) {
  .x-show-case2 .container .x-right .x-right-a a .x-text .x-title2 {
    height: 27px;
  }
}
.x-show-case2 .container .x-right .x-right-a a .x-text p {
  color: #999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
}
.x-news1 {
  background-color: #f4f4f4;
  padding: 1rem 0 0.75rem 0;
}
@media (max-width: 767px) {
  .x-news1 {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container {
    padding-bottom: 1.5rem;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-left figure img {
  transform: scale(1.1);
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left {
  width: 46.25%;
  position: relative;
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left {
    width: 100%;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left figure {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left figure {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left figure {
    height: 10.5rem;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left .x-sp {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 8px 0.16rem;
  background-color: #20a395;
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left .x-sp {
    padding: 8px 10px;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left .x-sp span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left .x-sp span:nth-of-type(1) {
  padding-bottom: 0.08rem;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-left .x-sp span:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.12rem;
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right {
  width: 48.7%;
  padding: 1.3rem 1rem 0 0;
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right {
    width: 100%;
    padding: 1rem;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-title {
  font-size: 0.36rem;
  color: #000;
}
@media (max-width: 1580px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 991px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-title {
    font-size: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-title {
    font-size: 1.2rem;
  }
}
.x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-text {
  color: #999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 76px;
}
@media (min-width: 1920px) and (max-width: 2565px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-text {
    height: 0.78rem;
  }
}
@media (max-width: 1580px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-text {
    height: 72px;
  }
}
@media (max-width: 1580px) {
  .x-news1 .container .swiper-container .swiper-wrapper .swiper-slide a .x-right .x-text {
    height: 63px;
  }
}
.x-news1 .container .swiper-container .swiper-pagination {
  left: 0.6rem;
  bottom: 1rem;
}
@media (max-width: 991px) {
  .x-news1 .container .swiper-container .swiper-pagination {
    bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .swiper-container .swiper-pagination {
    left: 0;
    bottom: 0;
  }
}
.x-news1 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .x-news1 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.x-news1 .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #20a395;
}
.x-news2 {
  padding: 1rem 0 0.15rem 0;
}
@media (max-width: 767px) {
  .x-news2 {
    padding: 2.5rem 0 0 0;
  }
}
.x-news2 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.x-news2 .container a {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  color: #666;
  text-align: center;
  border: 1px solid #efefef;
  margin-right: 0.4rem;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .x-news2 .container a {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .x-news2 .container a {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 0.8rem;
  }
  .x-news2 .container a:nth-of-type(2n) {
    margin-right: 0;
  }
}
.x-news2 .container a:last-child {
  margin-right: 0;
}
.x-news2 .container a:hover {
  color: #fff;
  background-color: #20a395;
}
.x-news2 .container a.on {
  color: #fff;
  background-color: #20a395;
}
.x-news3 {
  padding-bottom: 0.8rem;
}
.x-news3 .container ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.45rem 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a {
    padding: 0 0 1rem 0;
    margin-top: 1rem;
  }
}
.x-news3 .container ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-news3 .container ul li a:hover .x-left .x-sp span:nth-of-type(1) {
  color: #fff;
  background-color: #20a395;
}
.x-news3 .container ul li a:hover .x-left .x-sp span:nth-of-type(2) {
  color: #20a395;
  background-color: #fff;
}
.x-news3 .container ul li a:hover .x-zhong .x-title {
  color: #20a395;
}
.x-news3 .container ul li a:hover .x-right figure img {
  transform: scale(1.1);
}
.x-news3 .container ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #20a395;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-left {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 5;
  }
}
.x-news3 .container ul li a .x-left .x-sp {
  border: 1px solid #e3e3e3;
}
.x-news3 .container ul li a .x-left .x-sp span {
  padding: 8px 0.16rem;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #999;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-left .x-sp span {
    padding: 8px 10px;
  }
}
.x-news3 .container ul li a .x-left .x-sp span:nth-of-type(1) {
  padding-bottom: 0.08rem;
  background-color: #e3e3e3;
}
.x-news3 .container ul li a .x-left .x-sp span:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.12rem;
  background-color: #fff;
}
.x-news3 .container ul li a .x-zhong {
  width: 76%;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-zhong {
    width: 100%;
    padding: 0.8rem 0 0 0;
  }
}
.x-news3 .container ul li a .x-zhong .x-title {
  color: #000;
  transition: 0.5s all;
}
.x-news3 .container ul li a .x-zhong p {
  color: #999;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
.x-news3 .container ul li a .x-right {
  width: 12.5%;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-right {
    width: 100%;
    order: -1;
  }
}
.x-news3 .container ul li a .x-right figure {
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-news3 .container ul li a .x-right figure {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-right figure {
    height: 10.5rem;
  }
}
.x-news3 .container ul li a .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-page {
  padding-bottom: 1.4rem;
}
.x-page .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 40px;
}
.x-page .container a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 3px;
}
.x-page .container a:hover {
  background-color: #20a395;
  color: #fff;
}
@media (max-width: 767px) {
  .x-page .container a {
    display: none;
  }
}
.x-page .container a.on {
  background-color: #20a395;
  color: #fff;
}
@media (max-width: 767px) {
  .x-page .container a.prev {
    display: block;
  }
}
.x-page .container a.prev:hover {
  background-color: transparent;
}
.x-page .container a.prev:hover i {
  background: url("../images/page3.png") no-repeat center;
  background-size: contain;
}
.x-page .container a.prev i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: url("../images/page1.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 16px;
  line-height: 40px;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-page .container a.next {
    display: block;
  }
}
.x-page .container a.next:hover {
  background-color: transparent;
}
.x-page .container a.next:hover i {
  background: url("../images/page4.png") no-repeat center;
  background-size: contain;
}
.x-page .container a.next i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: url("../images/page2.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 16px;
  line-height: 40px;
  transition: 0.4s all;
}
.x-show-news1 {
  padding: 0.5rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-show-news1 {
    padding: 1rem 0 3rem 0;
  }
}
.x-show-news1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-show-news1 .container .x-left {
  width: 68.1%;
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-left {
    width: 100%;
  }
}
.x-show-news1 .container .x-left .x-title {
  font-size: 0.48rem;
}
@media (max-width: 1260px) {
  .x-show-news1 .container .x-left .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-title {
    font-size: 1.2rem;
  }
}
.x-show-news1 .container .x-left .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.45rem 0 0.3rem 0;
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-left .x-top {
    padding: 0.6rem 0;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-top {
    padding: 1rem 0;
  }
}
.x-show-news1 .container .x-left .x-top span {
  color: #999;
}
.x-show-news1 .container .x-left .x-top .x-fenx {
  display: flex;
}
.x-show-news1 .container .x-left .x-top .x-fenx p {
  color: #20a395;
  margin-right: 0.2rem;
}
.x-show-news1 .container .x-left .x-top .x-fenx .bshare-custom .bshare-twitter {
  background: none !important;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a {
  margin: 0 0.08rem !important;
  padding: 0 !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a {
    margin: 0 0.2rem !important;
  }
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a .bshare-facebook {
  background: none !important;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a .bshare-twitter {
  background: none !important;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a .bshare-linkedin {
  background: none !important;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a img {
  width: 22px;
  height: 23px;
  object-fit: contain;
}
.x-show-news1 .container .x-left .x-top .x-fenx .x-fen-a a img:nth-of-type(2) {
  display: none;
}
.x-show-news1 .container .x-left .x-news-text .x-text-con {
  padding: 0.3rem 0 0.8rem 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-news-text .x-text-con {
    padding: 1rem 0;
  }
}
.x-show-news1 .container .x-left .x-news-text .x-text-con img {
  width: auto;
  height: auto;
  vertical-align: initial;
  max-width: 100%;
}
.x-show-news1 .container .x-left .x-botton {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-left .x-botton {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-botton {
    margin-top: 1rem;
  }
}
.x-show-news1 .container .x-left .x-botton a {
  display: flex;
  align-items: center;
  color: #777;
  transition: 0.5s all;
}
.x-show-news1 .container .x-left .x-botton a:hover {
  color: #333;
}
.x-show-news1 .container .x-left .x-botton a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 26px;
  width: 90%;
}
@media (max-width: 1900px) {
  .x-show-news1 .container .x-left .x-botton a span {
    height: 20px;
  }
}
.x-show-news1 .container .x-left .x-botton a img {
  width: 8px;
  height: 16px;
  vertical-align: middle;
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(1) {
  width: 29%;
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(1) img {
  margin-right: 0.3rem;
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(2) {
  color: #333;
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(2) img {
  width: 12px;
  height: 14px;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-left .x-botton a:nth-of-type(2) img {
    margin-left: 0.3rem;
  }
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(3) {
  width: 29%;
}
.x-show-news1 .container .x-left .x-botton a:nth-of-type(3) img {
  margin-left: 0.3rem;
}
.x-show-news1 .container .x-right2 {
  width: 25.6%;
  margin-top: 1.15rem;
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-right2 {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-right2 {
    margin-top: 2rem;
  }
}
.x-show-news1 .container .x-right2 .x-title {
  color: #000;
  border-bottom: 1px solid #999;
  padding-bottom: 0.24rem;
}
@media (max-width: 1260px) {
  .x-show-news1 .container .x-right2 .x-title {
    padding-bottom: 0.3rem;
  }
}
.x-show-news1 .container .x-right2 .x-right-a a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-right2 .x-right-a a {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-right2 .x-right-a a {
    padding: 1rem 0;
  }
}
.x-show-news1 .container .x-right2 .x-right-a a:hover figure img {
  transform: scale(1.1);
}
.x-show-news1 .container .x-right2 .x-right-a a figure {
  width: 29.2%;
  height: 0.7rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-show-news1 .container .x-right2 .x-right-a a figure {
    height: 0.9rem;
  }
}
@media (max-width: 991px) {
  .x-show-news1 .container .x-right2 .x-right-a a figure {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .x-show-news1 .container .x-right2 .x-right-a a figure {
    height: 3rem;
  }
}
.x-show-news1 .container .x-right2 .x-right-a a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-show-news1 .container .x-right2 .x-right-a a .x-text {
  width: 65.8%;
}
.x-show-news1 .container .x-right2 .x-right-a a .x-text .x-title2 {
  color: #999;
}
.x-show-news1 .container .x-right2 .x-right-a a .x-text p {
  color: #666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
}
.x-quality {
  padding: 0.2rem 0 0 0;
}
@media (max-width: 767px) {
  .x-quality {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con .x-gg-title {
    padding: 0 1rem;
  }
}
.x-quality .x-con ul {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul {
    margin: 1rem 0 2rem 0;
  }
}
.x-quality .x-con ul li {
  padding-right: 0.6rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li {
    padding: 0 1rem;
  }
}
.x-quality .x-con ul li:last-child {
  margin-bottom: 0;
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-of-type(2n) .x-left {
    justify-content: flex-start;
  }
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text {
  left: 0.35rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text {
    left: 0;
  }
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-title {
  text-align: right;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-title {
    text-align: left;
  }
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-p {
  text-align: right;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-p {
    text-align: left;
  }
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-box-a {
  margin-left: auto;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-of-type(2n) .x-left .x-text .x-box-a {
    margin-left: 0;
    margin-right: auto;
  }
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-span {
  left: 0.7rem;
  text-align: left;
}
.x-quality .x-con ul li:nth-of-type(2n) .x-left .x-span::before {
  left: auto;
  right: 0;
}
.x-quality .x-con ul li:nth-last-child(2) {
  background-color: #f4f5f9;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(2) {
    padding-bottom: 1rem;
  }
}
.x-quality .x-con ul li:nth-last-child(2) .x-left {
  width: 90.5%;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(2) .x-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .x-quality .x-con ul li:nth-last-child(2) .x-left figure {
    width: 52.1%;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(2) .x-left figure {
    width: 100%;
  }
}
.x-quality .x-con ul li:nth-last-child(2) .x-left .x-text {
  background-color: #fff;
  padding: 0.6rem 0.7rem 0.9rem 0.7rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(2) .x-left .x-text {
    padding: 1.2rem 0.7rem 0.9rem 0.7rem;
  }
}
.x-quality .x-con ul li:nth-last-child(2) .x-left .x-span {
  bottom: 0.6rem;
}
.x-quality .x-con ul li:nth-last-child(1) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(1) {
    padding-right: 1rem;
  }
}
.x-quality .x-con ul li:nth-last-child(1) .x-left {
  width: 100%;
}
.x-quality .x-con ul li:nth-last-child(1) .x-left .x-text {
  background-color: #fff;
  padding: 0.6rem 0.7rem 0.9rem 0.7rem;
  left: 2.2rem;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li:nth-last-child(1) .x-left .x-text {
    left: 0;
    padding: 1.2rem 0.7rem 0.9rem 0.7rem;
  }
}
.x-quality .x-con ul li:nth-last-child(1) .x-left .x-text .x-title {
  text-align: left;
}
.x-quality .x-con ul li:nth-last-child(1) .x-left .x-text .x-p {
  text-align: left;
}
.x-quality .x-con ul li:nth-last-child(1) .x-left .x-text .x-box-a {
  margin-left: 0;
  margin-right: auto;
}
.x-quality .x-con ul li:nth-last-child(1) .x-left .x-span {
  left: 2.6rem;
  bottom: 0.7rem;
}
.x-quality .x-con ul li:nth-last-child(1) .x-left figure {
  width: 100%;
}
.x-quality .x-con ul li .x-left {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.x-quality .x-con ul li .x-left figure {
  width: 62.5%;
  height: 5.8rem;
}
@media (max-width: 1260px) {
  .x-quality .x-con ul li .x-left figure {
    height: 6.8rem;
  }
}
@media (max-width: 991px) {
  .x-quality .x-con ul li .x-left figure {
    height: 7.5rem;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con ul li .x-left figure {
    width: 100%;
    height: 10.5rem;
  }
}
.x-quality .x-con ul li .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-quality .x-con ul li .x-left .x-text {
  width: 6.4rem;
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f4f4f4;
  padding: 1.2rem 0.7rem 0.9rem 0.7rem;
}
@media (max-width: 1580px) {
  .x-quality .x-con ul li .x-left .x-text {
    width: 7.4rem;
  }
}
@media (max-width: 1260px) {
  .x-quality .x-con ul li .x-left .x-text {
    width: 8.4rem;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con ul li .x-left .x-text {
    width: 100%;
    position: relative;
    transform: translateY(0);
    right: 0;
    top: auto;
  }
}
.x-quality .x-con ul li .x-left .x-text .x-title {
  font-size: 0.36rem;
  color: #000;
}
@media (max-width: 1260px) {
  .x-quality .x-con ul li .x-left .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con ul li .x-left .x-text .x-title {
    font-size: 18px;
  }
}
.x-quality .x-con ul li .x-left .x-text .x-p {
  margin: 0.15rem 0 0.25rem 0;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
@media (max-width: 1900px) {
  .x-quality .x-con ul li .x-left .x-text .x-p {
    height: 48px;
  }
}
@media (max-width: 1580px) {
  .x-quality .x-con ul li .x-left .x-text .x-p {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-quality .x-con ul li .x-left .x-text .x-p {
    margin: 0.5rem 0;
  }
}
.x-quality .x-con ul li .x-left .x-text .x-box-a {
  background-color: #20a395;
  border: 1px solid transparent;
}
.x-quality .x-con ul li .x-left .x-span {
  position: absolute;
  bottom: 0;
  right: 0.7rem;
  font-size: 20px;
  font-weight: bold;
  color: #20a395;
  width: 70px;
  text-align: right;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-quality .x-con ul li .x-left .x-span {
    display: none;
  }
}
.x-quality .x-con ul li .x-left .x-span::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #e6eaed;
  position: absolute;
  left: 0;
  top: 50%;
}
.x-service1 {
  padding: 0.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-service1 {
    padding: 1.5rem 0 3rem 0;
  }
}
.x-service1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-service1 .container ul {
    padding-top: 1rem;
  }
}
.x-service1 .container ul li {
  width: 32.5%;
  margin-right: 1.25%;
  background-color: #f1f1f1;
}
.x-service1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-service1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.x-service1 .container ul li:hover figure img {
  transform: scale(1.1);
}
.x-service1 .container ul li figure {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-service1 .container ul li figure {
    height: 10.5rem;
  }
}
.x-service1 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-service1 .container ul li .x-text {
  padding: 0.4rem 0.3rem 0.45rem 0.3rem;
}
@media (max-width: 767px) {
  .x-service1 .container ul li .x-text {
    padding: 1rem;
  }
}
.x-service1 .container ul li .x-text .x-title {
  font-size: 0.36rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.15rem;
}
@media (max-width: 1260px) {
  .x-service1 .container ul li .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-service1 .container ul li .x-text .x-title {
    font-size: 18px;
    margin-bottom: 0.3rem;
  }
}
.x-service1 .container ul li .x-text p {
  text-align: center;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .x-service1 .container ul li .x-text p {
    line-height: 1.6;
  }
}
.x-service2 {
  padding: 0.9rem 0 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .x-service2 {
    padding: 3rem 0;
  }
}
.x-service2 .container .x-gg-title .x-title {
  color: #fff;
}
.x-service2 .container .x-gg-title p {
  color: #fff;
}
.x-service2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.7rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-service2 .container ul {
    margin-top: 1rem;
  }
}
.x-service2 .container ul li {
  width: 23.1%;
  background-color: #fff;
  margin-right: 2.53%;
  padding: 0.6rem 0.3rem 0.8rem 0.3rem;
  transition: 0.5s all;
  position: relative;
  top: 0;
}
@media (max-width: 1580px) {
  .x-service2 .container ul li {
    padding: 0.6rem 0.3rem 0.5rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .x-service2 .container ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 991px) {
  .x-service2 .container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-service2 .container ul li {
    width: 100%;
    padding: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.x-service2 .container ul li:hover {
  top: -0.15rem;
}
.x-service2 .container ul li:nth-of-type(4n) {
  margin-right: 0;
}
.x-service2 .container ul li figure {
  text-align: center;
  margin: 0 auto;
}
.x-service2 .container ul li figure img {
  width: 80px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .x-service2 .container ul li figure img {
    width: 70px;
    height: 40px;
  }
}
.x-service2 .container ul li .x-text {
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-service2 .container ul li .x-text {
    margin-top: 1rem;
  }
}
.x-service2 .container ul li .x-text p {
  line-height: 1.7;
  text-align: center;
  color: #666;
}
.x-service2 .container .x-tel1 {
  text-align: center;
  margin: 0 auto;
  width: 365px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(12, 255, 255, 0.2);
}
@media (max-width: 1580px) {
  .x-service2 .container .x-tel1 {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .x-service2 .container .x-tel1 {
    width: 100%;
  }
}
.x-service2 .container .x-tel1 img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-service2 .container .x-tel1 img {
    margin-right: 0.5rem;
  }
}
.x-service2 .container .x-tel1 span {
  color: #fff;
  font-size: 14px;
}
.x-service2 .container .x-tel1 span:nth-of-type(2) {
  font-size: 0.22rem;
  font-weight: bold;
  font-family: "ziti";
}
@media (max-width: 1580px) {
  .x-service2 .container .x-tel1 span:nth-of-type(2) {
    font-size: 16px;
  }
}
.x-service3 {
  background-color: #f4f4f4;
  padding: 0.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-service3 {
    padding: 3rem 0;
  }
}
.x-service3 .container .x-gg-title .x-title {
  color: #000;
}
.x-service3 .container .x-gg-title p {
  color: #000;
}
.x-service3 .container .x-con-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.7rem;
}
.x-service3 .container .x-con-text .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-service3 .container .x-con-text .x-left {
    width: 100%;
  }
}
.x-service3 .container .x-con-text .x-left figure {
  width: 100%;
  height: 4.6rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-service3 .container .x-con-text .x-left figure {
    height: 5.6rem;
  }
}
@media (max-width: 991px) {
  .x-service3 .container .x-con-text .x-left figure {
    height: 6.6rem;
  }
}
@media (max-width: 767px) {
  .x-service3 .container .x-con-text .x-left figure {
    height: 10.5rem;
  }
}
.x-service3 .container .x-con-text .x-left figure:hover img {
  transform: scale(1.1);
}
.x-service3 .container .x-con-text .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-service3 .container .x-con-text .x-right {
  width: 50%;
}
@media (max-width: 767px) {
  .x-service3 .container .x-con-text .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-service3 .container .x-con-text .x-right .x-text {
  padding: 0 0.5rem 0 0.6rem;
}
@media (max-width: 991px) {
  .x-service3 .container .x-con-text .x-right .x-text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-service3 .container .x-con-text .x-right .x-text {
    padding-left: 0;
  }
}
.x-service3 .container .x-con-text .x-right .x-text p {
  color: #333;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-service3 .container .x-con-text .x-right .x-text p {
    padding-left: 15px;
    margin-bottom: 0.4rem;
  }
}
.x-service3 .container .x-con-text .x-right .x-text p:last-child {
  margin-bottom: 0;
}
.x-service3 .container .x-con-text .x-right .x-text p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e05d5d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 1580px) {
  .x-service3 .container .x-con-text .x-right .x-text p::before {
    width: 6px;
    height: 6px;
  }
}
.x-down1 {
  padding: 0.2rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-down1 {
    padding: 1.5rem 0 3rem 0;
  }
}
.x-down1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-down1 .container ul {
    margin-top: 1rem;
  }
}
.x-down1 .container ul li {
  width: 46%;
  border-top: 1px solid #e5e5e5;
}
.x-down1 .container ul li:nth-last-child(2) {
  border-bottom: 1px solid #e5e5e5;
}
.x-down1 .container ul li:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .x-down1 .container ul li {
    width: 100%;
  }
}
.x-down1 .container ul li a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.5rem 0 0.5rem 0;
}
@media (max-width: 767px) {
  .x-down1 .container ul li a {
    padding: 1rem 0;
  }
}
.x-down1 .container ul li a:hover figure img:nth-of-type(1) {
  display: none;
}
.x-down1 .container ul li a:hover figure img:nth-of-type(2) {
  display: inline-block;
}
.x-down1 .container ul li a:hover .x-text p {
  color: #20a395;
}
.x-down1 .container ul li a:hover .x-text span {
  color: #20a395;
}
.x-down1 .container ul li a:hover .x-right span {
  color: #20a395;
}
.x-down1 .container ul li a figure {
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .x-down1 .container ul li a figure {
    width: 46px;
    height: 46px;
  }
}
.x-down1 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s all;
}
.x-down1 .container ul li a figure img:nth-of-type(2) {
  display: none;
}
.x-down1 .container ul li a .x-text {
  width: 76%;
}
@media (max-width: 1580px) {
  .x-down1 .container ul li a .x-text {
    width: 71%;
  }
}
@media (max-width: 991px) {
  .x-down1 .container ul li a .x-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .x-down1 .container ul li a .x-text {
    width: 65%;
  }
}
.x-down1 .container ul li a .x-text p {
  color: #000;
  margin-bottom: 5px;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-down1 .container ul li a .x-text p {
    margin-bottom: 0.15rem;
  }
}
@media (max-width: 767px) {
  .x-down1 .container ul li a .x-text p {
    font-size: 14px;
  }
}
.x-down1 .container ul li a .x-text span {
  color: #999;
  transition: 0.5s all;
}
.x-down1 .container ul li a .x-right span {
  color: #000;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-down1 .container ul li a .x-right span {
    font-size: 14px;
  }
}
.x-connect1 {
  padding: 0.8rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-connect1 {
    padding: 2rem 0 2rem 0;
  }
}
.x-connect1 .container .x-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 0 0.25rem 0;
  border-bottom: 3px solid #20a395;
}
.x-connect1 .container .x-top .x-title {
  font-size: 0.36rem;
  color: #333;
}
@media (max-width: 991px) {
  .x-connect1 .container .x-top .x-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-connect1 .container .x-top .x-title {
    font-size: 18px;
  }
}
.x-connect1 .container .x-top .x-p {
  display: flex;
  align-items: end;
}
.x-connect1 .container .x-top .x-p p {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #000;
}
.x-connect1 .container .x-top .x-p figure img {
  width: 60px;
  height: 62px;
  object-fit: contain;
}
.x-connect1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-connect1 .container ul {
    margin-top: 1rem;
  }
}
.x-connect1 .container ul li {
  width: 27%;
  margin-right: 9.5%;
}
@media (max-width: 767px) {
  .x-connect1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.x-connect1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-connect1 .container ul li span {
  color: #666;
}
.x-connect1 .container ul li p {
  color: #010101;
  line-height: 1.7;
}
.x-connect2 {
  padding: 0 0 1rem 0;
}
@media (max-width: 767px) {
  .x-connect2 {
    padding-bottom: 3rem;
  }
}
.x-connect2 .container ul {
  margin-top: 0;
}
.x-connect2 .container ul li {
  border-bottom: 1px solid #ccc;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-connect2 .container ul li {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.x-connect2 .container ul li .x-title2 {
  color: #000;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-connect2 .container ul li .x-title2 {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
}
.x-connect2 .container ul li p {
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-connect2 .container ul li p {
    margin-bottom: 0.3rem;
  }
}
.x-connect3 {
  background-color: #f4f4f4;
  padding: 0.9rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-connect3 {
    padding: 3rem 0;
  }
}
.x-connect3 .container .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form {
    margin-top: 0;
  }
}
.x-connect3 .container .x-form .x-form-inp {
  width: 49.68%;
  position: relative;
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form .x-form-inp {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-connect3 .container .x-form .x-form-inp i {
  color: #da251d;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
.x-connect3 .container .x-form .x-form-inp input {
  margin-top: 0;
}
.x-connect3 .container .x-form input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 0 30px 0 20px;
  color: #999;
}
@media (max-width: 1580px) {
  .x-connect3 .container .x-form input {
    height: 46px;
    padding: 0 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form input {
    height: 40px;
    width: 100%;
    margin-top: 1rem;
    padding: 0 30px 0 10px;
  }
}
.x-connect3 .container .x-form input:-ms-input-placeholder {
  color: #999;
}
.x-connect3 .container .x-form input::-webkit-input-placeholder {
  color: #999;
}
.x-connect3 .container .x-form textarea {
  width: 100%;
  height: 2rem;
  margin: 10px 0;
  background-color: #fff;
  padding: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form textarea {
    height: 4rem;
    padding: 10px;
    margin: 1rem 0 0 0;
  }
}
.x-connect3 .container .x-form textarea:-ms-input-placeholder {
  color: #999;
}
.x-connect3 .container .x-form textarea::-webkit-input-placeholder {
  color: #999;
}
.x-connect3 .container .x-form .x-input {
  width: 100%;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form .x-input {
    width: 100%;
  }
}
.x-connect3 .container .x-form .x-input input {
  width: 38%;
}
.x-connect3 .container .x-form .x-input img {
  width: 140px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-connect3 .container .x-form .x-input img {
    height: 46px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form .x-input img {
    width: 90px;
    height: 40px;
  }
}
.x-connect3 .container .x-form .x-input span {
  border-bottom: 1px solid #999;
  color: #999;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form .x-input span {
    font-size: 12px;
  }
}
.x-connect3 .container .x-form button {
  width: 49.8%;
  height: 60px;
  background-color: #20a395;
  color: #fff;
  margin-top: 0.4rem;
}
@media (max-width: 1580px) {
  .x-connect3 .container .x-form button {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .x-connect3 .container .x-form button {
    height: 40px;
    width: 48.5%;
    margin-top: 1rem;
  }
}
.x-connect3 .container .x-form button:nth-of-type(2) {
  background-color: #c2c2c2;
}
.x-consult-banner .x-n-banner .x-con figure {
  height: 4.6rem;
}
@media (max-width: 1260px) {
  .x-consult-banner .x-n-banner .x-con figure {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .x-consult-banner .x-n-banner .x-con figure {
    height: 11.5rem;
  }
}
.x-consult-banner .x-n-banner .x-con .x-text .x-title {
  font-size: 0.48rem;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .x-consult-banner .x-n-banner .x-con .x-text .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-consult-banner .x-n-banner .x-con .x-text .x-title {
    font-size: 1.2rem;
  }
}
.x-consult-banner .x-n-banner .x-con .x-text p {
  color: #666;
}
.x-consult-banner .x-n-banner .x-con .x-text p a {
  color: #e05d5d;
  border-bottom: 1px solid #e05d5d;
}
.x-consult-banner .x-n-banner .x-con .x-text .x-consult-a {
  margin-top: 0.2rem;
}
.x-consult-banner .x-n-banner .x-con .x-text .x-consult-a a {
  color: #20a395;
  border-bottom: 1px solid #20a395;
}
.x-consult-banner .x-n-banner .x-con .x-text .x-consult-a a i {
  width: 16px;
  height: 17px;
  background: url('../images/index20.png') no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.x-consult1 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-consult1 {
    padding: 3rem 0;
  }
}
.x-consult1 .container .x-gg-title p {
  margin-top: 5px;
}
.x-consult1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.x-consult1 .container ul li {
  width: 49.6%;
  position: relative;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li {
    width: 100%;
  }
}
.x-consult1 .container ul li.x-hy {
  width: 100%;
}
.x-consult1 .container ul li.x-textarea {
  width: 100%;
  height: 2.15rem;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-textarea {
    height: 5rem;
    margin: 0 0 1rem 0;
  }
}
.x-consult1 .container ul li.x-sele {
  position: relative;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-sele {
    margin-bottom: 1rem;
  }
}
.x-consult1 .container ul li.x-sele img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.x-consult1 .container ul li.x-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-consult1 .container ul li.x-yzm {
  width: 100%;
  position: relative;
}
.x-consult1 .container ul li.x-yzm input {
  padding-right: 30%;
}
@media (max-width: 991px) {
  .x-consult1 .container ul li.x-yzm input {
    padding-right: 40%;
  }
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-yzm input {
    padding-right: 60%;
  }
}
.x-consult1 .container ul li.x-yzm .x-img {
  position: absolute;
  right: 20px;
  top: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-yzm .x-img {
    top: 5px;
  }
}
.x-consult1 .container ul li.x-yzm .x-img img:nth-of-type(1) {
  width: 145px;
  height: 46px;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-yzm .x-img img:nth-of-type(1) {
    width: 100px;
    height: 38px;
  }
}
.x-consult1 .container ul li.x-yzm .x-img img:nth-of-type(2) {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-yzm .x-img img:nth-of-type(2) {
    margin-left: 0.5rem;
  }
}
.x-consult1 .container ul li i {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #da251d;
  font-size: 22px;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li i {
    top: 10px;
    right: 15px;
  }
}
.x-consult1 .container ul li input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #999;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li input {
    font-size: 14px;
    padding: 0 30px 0 10px;
    margin-bottom: 1rem;
    height: 46px;
  }
}
.x-consult1 .container ul li input:-ms-input-placeholder {
  color: #999;
}
.x-consult1 .container ul li input::-webkit-input-placeholder {
  color: #999;
}
.x-consult1 .container ul li select {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  padding: 0 20px;
  color: #999;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li select {
    padding: 0 10px;
    height: 46px;
  }
}
.x-consult1 .container ul li textarea {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  color: #999;
  padding: 20px;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li textarea {
    padding: 10px;
  }
}
.x-consult1 .container ul li textarea:-ms-input-placeholder {
  color: #999;
}
.x-consult1 .container ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.x-consult1 .container ul li button {
  width: 49.6%;
  height: 80px;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-consult1 .container ul li button {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .x-consult1 .container ul li button {
    width: 48%;
    height: 46px;
    font-size: 14px;
  }
}
.x-consult1 .container ul li button:nth-of-type(1) {
  background-color: #20a395;
}
.x-consult1 .container ul li button:nth-of-type(2) {
  background-color: #dadde3;
  color: #555;
}
.x-consult1 .container ul li.x-text {
  width: 100%;
  display: flex;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-text {
    margin-top: 0.8rem;
  }
}
.x-consult1 .container ul li.x-text figure {
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-text figure {
    width: 36px;
  }
}
.x-consult1 .container ul li.x-text figure.on {
  border: 1px solid #20a395;
}
.x-consult1 .container ul li.x-text figure.on img {
  display: block;
}
.x-consult1 .container ul li.x-text figure img {
  display: none;
  width: 10px;
  height: 8px;
  vertical-align: middle;
}
.x-consult1 .container ul li.x-text p {
  color: #999;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .x-consult1 .container ul li.x-text p {
    font-size: 12px;
  }
}
.x-join1 {
  padding: 0.9rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-join1 {
    padding-top: 1.5rem;
  }
}
.x-join1 .container .x-top {
  margin-top: 0.7rem;
}
.x-join1 .container .x-top .x-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-join1 .container .x-top .x-form .x-sele {
  width: 24%;
  height: 60px;
  line-height: 60px;
  margin-right: 1.3%;
  border: 1px solid #ddd;
  color: #000;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1580px) {
  .x-join1 .container .x-top .x-form .x-sele {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .x-join1 .container .x-top .x-form .x-sele {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-join1 .container .x-top .x-form .x-sele {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
}
.x-join1 .container .x-top .x-form .x-sele:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-join1 .container .x-top .x-form .x-sele:nth-of-type(2n) {
    margin-right: 0;
  }
}
.x-join1 .container .x-top .x-form .x-sele select {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.x-join1 .container .x-top .x-form .x-sele img {
  width: 15px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-join1 .container .x-top .x-form .x-sele img {
    width: 12px;
    height: 8px;
  }
}
.x-join2 {
  padding-bottom: 0.7rem;
}
.x-join2 .container ul li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .x-join2 .container ul li {
    margin-bottom: 1rem;
  }
}
.x-join2 .container ul li.on .x-top {
  background-color: #20a395;
}
.x-join2 .container ul li.on .x-top .x-title {
  color: #fff;
}
.x-join2 .container ul li.on .x-top .x-zhong {
  color: #fff;
}
.x-join2 .container ul li.on .x-top .x-zhong span {
  color: #fff;
}
.x-join2 .container ul li.on .x-top .x-right {
  cursor: pointer;
}
.x-join2 .container ul li.on .x-top .x-right i::before {
  background-color: #fff;
}
.x-join2 .container ul li.on .x-top .x-right i::after {
  display: none;
}
.x-join2 .container ul li .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 0 0.5rem;
  height: 0.9rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-join2 .container ul li .x-top {
    height: 50px;
  }
}
.x-join2 .container ul li .x-top .x-title {
  color: #333;
}
@media (max-width: 767px) {
  .x-join2 .container ul li .x-top .x-title {
    font-size: 16px;
  }
}
.x-join2 .container ul li .x-top .x-zhong {
  color: #666;
}
@media (max-width: 767px) {
  .x-join2 .container ul li .x-top .x-zhong {
    display: none;
  }
}
.x-join2 .container ul li .x-top .x-zhong span {
  display: inline-block;
  margin: 0 0.5rem;
  color: #666;
}
.x-join2 .container ul li .x-top .x-right {
  line-height: 1;
}
.x-join2 .container ul li .x-top .x-right i {
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
}
.x-join2 .container ul li .x-top .x-right i::before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-join2 .container ul li .x-top .x-right i::after {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-join2 .container ul li dl {
  display: none;
  background-color: #f7f7f7;
  padding: 0.7rem 0.8rem 0.85rem 0.8rem;
}
@media (max-width: 767px) {
  .x-join2 .container ul li dl {
    padding: 1rem;
  }
}
.x-join2 .container ul li dl dd .x-title {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.x-join2 .container ul li dl dd p {
  color: #666;
  line-height: 1.8;
}
.x-join2 .container ul li dl dd a {
  display: block;
  width: 160px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #20a395;
  margin-top: 1.2rem;
}
@media (max-width: 1580px) {
  .x-join2 .container ul li dl dd a {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1260px) {
  .x-join2 .container ul li dl dd a {
    width: 110px;
    height: 46px;
    line-height: 46px;
  }
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #20a395;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#hi-resume-pop button {
  width: 100%;
  height: 50px;
  background: #20a395;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #20a395;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
.x-explore1 {
  padding: 0.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-explore1 {
    padding: 1.4rem 0 3rem 0;
  }
}
.x-exp-text span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #666;
  margin: 0.4rem 0 0.2rem 0;
}
.x-exp-text .x-p {
  text-align: center;
  color: #666;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .x-exp-text .x-p {
    line-height: 1.8;
  }
}
.x-exp-text .x-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.x-exp-text .x-img .x-left {
  width: 48.4%;
  position: relative;
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-exp-text .x-img .x-left figure {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-left figure {
    height: 10.5rem;
  }
}
.x-exp-text .x-img .x-left figure:hover img {
  transform: scale(1.1);
}
.x-exp-text .x-img .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-exp-text .x-img .x-left p {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-left p {
    font-size: 16px;
  }
}
.x-exp-text .x-img .x-right {
  width: 48.4%;
  position: relative;
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-exp-text .x-img .x-right figure {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-right figure {
    height: 10.5rem;
  }
}
.x-exp-text .x-img .x-right figure:hover img {
  transform: scale(1.1);
}
.x-exp-text .x-img .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-exp-text .x-img .x-right p {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-exp-text .x-img .x-right p {
    font-size: 16px;
  }
}
.x-explore2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-explore2 {
    padding: 2.4rem 0 3rem 0;
  }
}
.x-explore3 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-explore3 {
    padding: 3rem 0;
  }
}
.x-explore3 .container .x-explore-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con {
    margin-top: 1rem;
  }
}
.x-explore3 .container .x-explore-con .x-left {
  width: 49.7%;
  position: relative;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-left {
    width: 100%;
  }
}
.x-explore3 .container .x-explore-con .x-left figure {
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-left figure {
    height: auto;
  }
}
.x-explore3 .container .x-explore-con .x-left figure:hover img {
  transform: scale(1.1);
}
.x-explore3 .container .x-explore-con .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-explore3 .container .x-explore-con .x-left .x-text {
  position: absolute;
  top: 2.7rem;
  padding: 0 0.2rem 0 0.5rem;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-left .x-text {
    top: 3rem;
    padding: 0 1rem;
  }
}
.x-explore3 .container .x-explore-con .x-left .x-text .x-title2 {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 0.28rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-explore3 .container .x-explore-con .x-left .x-text .x-title2 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-left .x-text .x-title2 {
    font-size: 16px;
    padding-bottom: 0.5rem;
    line-height: 1.5;
  }
}
.x-explore3 .container .x-explore-con .x-left .x-text .x-title2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-explore3 .container .x-explore-con .x-left .x-text p {
  color: #fff;
  line-height: 1.8;
  margin: 0.55rem 0 0.7rem 0;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-left .x-text p {
    margin: 0.6rem 0 1rem 0;
  }
}
.x-explore3 .container .x-explore-con .x-right {
  width: 49.7%;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-explore3 .container .x-explore-con .x-right .x-top {
  position: relative;
  margin-bottom: 0.1rem;
  cursor: pointer;
  overflow: hidden;
}
.x-explore3 .container .x-explore-con .x-right .x-top:hover img {
  transform: scale(1.1);
}
.x-explore3 .container .x-explore-con .x-right .x-top img {
  width: 100%;
  height: 4.7rem;
  object-fit: cover;
  transition: 1s all;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-right .x-top img {
    height: 10.5rem;
  }
}
.x-explore3 .container .x-explore-con .x-right .x-top .x-paly {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-explore3 .container .x-explore-con .x-right .x-top .x-paly img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.x-explore3 .container .x-explore-con .x-right .x-top .x-paly span {
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 5px;
}
.x-explore3 .container .x-explore-con .x-right figure {
  width: 100%;
  height: 4.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-explore3 .container .x-explore-con .x-right figure {
    height: 10.5rem;
    margin-top: 1rem;
  }
}
.x-explore3 .container .x-explore-con .x-right figure:hover img {
  transform: scale(1.1);
}
.x-explore3 .container .x-explore-con .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-about1 {
  padding: 0.9rem 0;
}
@media (max-width: 767px) {
  .x-about1 {
    padding: 1.8rem 0 1rem 0;
  }
}
.x-about1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about1 .container .x-left {
  width: 46%;
}
@media (max-width: 767px) {
  .x-about1 .container .x-left {
    width: 100%;
  }
}
.x-about1 .container .x-left p {
  color: #666;
}
.x-about1 .container .x-left .x-title {
  font-size: 0.48rem;
  color: #000;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .x-about1 .container .x-left .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .container .x-left .x-title {
    font-size: 1.2rem;
  }
}
.x-about1 .container .x-text {
  width: 50%;
  color: #666;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .x-about1 .container .x-text {
    width: 100%;
    line-height: 1.8;
    margin-top: 0.5rem;
  }
}
.x-about1 .container .x-text p {
  margin-bottom: 0.35rem;
}
.x-about1 .container .x-text p:last-child {
  margin-bottom: 0;
}
.x-about2 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .x-about2 {
    padding-bottom: 3rem;
  }
}
.x-about2 .container .x-img {
  position: relative;
}
.x-about2 .container .x-img:hover figure img {
  transform: scale(1.1);
}
.x-about2 .container .x-img figure {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-about2 .container .x-img figure {
    height: 10.5rem;
  }
}
.x-about2 .container .x-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-about2 .container .x-img .x-bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}
.x-about2 .container .x-img .x-bf img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-about2 .container .x-img .x-bf img {
    width: 42px;
    height: 42px;
  }
}
.x-about2 .container .x-img .x-bf p {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.x-about2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-about2 .container ul li {
  width: 33.33%;
  border: 1px solid #e0e0e0;
  border-right: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 0.7rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-about2 .container ul li {
    padding: 1.1rem 0.5rem;
  }
}
.x-about2 .container ul li:nth-of-type(3n) {
  border-right: 1px solid #e0e0e0;
}
.x-about2 .container ul li .x-top span {
  font-size: 0.72rem;
  font-family: "ziti";
}
@media (max-width: 767px) {
  .x-about2 .container ul li .x-top span {
    font-size: 1rem;
  }
}
.x-about2 .container ul li p {
  color: #000;
}
.x-about2 .container ul li .x-sz {
  font-size: 1rem;
  font-family: "ziti";
  color: rgba(102, 102, 102, 0.1);
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-about2 .container ul li .x-sz {
    font-size: 1.5rem;
    bottom: -22%;
  }
}
.x-about3 {
  background-color: #20a496;
  padding: 0.9rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 3rem 0;
  }
}
.x-about3 .x-xz {
  background: url('../images/x-xz1.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.x-about3 .container1 .x-top {
  color: #fff;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-top {
    margin-bottom: 0.5rem;
  }
}
.x-about3 .container1 .x-top .x-title {
  font-size: 0.48rem;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .x-about3 .container1 .x-top .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-top .x-title {
    font-size: 1.2rem;
  }
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active figure img {
  -webkit-animation-name: fade1;
  animation-name: fade1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .x-text {
  opacity: 0.5;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev figure {
  display: none;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .x-text {
  opacity: 0.5;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next figure {
  display: none;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
  text-align: center;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide .x-text span {
  font-size: 0.48rem;
  font-family: "ziti";
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1260px) {
  .x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide .x-text span {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide .x-text span {
    font-size: 1.1rem;
  }
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  color: #fff;
  line-height: 1.6;
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  margin-top: 0.35rem;
  height: 2.4rem;
  display: none;
}
@media (max-width: 1370px) {
  .x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4rem;
  }
}
@media (max-width: 1260px) {
  .x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.5rem;
    margin-top: 0.5rem;
  }
}
.x-about3 .container1 .x-swiper-top .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about3 .container1 .x-swiper-botton {
  width: 88.5%;
  margin: 0 auto;
  padding: 0.4rem 50px 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-swiper-botton {
    padding: 1.2rem 20px 0 20px;
  }
}
.x-about3 .container1 .x-swiper-botton .history-progress {
  background-color: #fff;
  height: 1px;
}
.x-about3 .container1 .x-swiper-botton .swiper-container {
  position: relative;
}
.x-about3 .container1 .x-swiper-botton .swiper-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: rgba(12, 255, 255, 0.3);
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  padding-top: 20px;
  cursor: pointer;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.on::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #fff;
  opacity: 1;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.on::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #fff;
  opacity: 1;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i::before {
  opacity: 1;
  background-color: rgba(12, 255, 255, 0.3);
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.x-about3 .container1 .x-swiper-botton .swiper-container .swiper-wrapper .swiper-slide p {
  font-family: 'ziti';
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin-top: 25px;
}
.x-about3 .container1 .x-swiper-botton .swiper-button-prev1 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-prev1 {
    top: 0.55rem;
  }
}
@media (max-width: 1260px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-prev1 {
    top: 0.58rem;
  }
}
@media (max-width: 991px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-prev1 {
    top: 0.65rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-prev1 {
    top: 1.8rem;
  }
}
.x-about3 .container1 .x-swiper-botton .swiper-button-prev1 i {
  display: block;
  width: 10px;
  height: 17px;
  background: url('../images/x-le-jt1.png') no-repeat center;
  background-size: contain;
}
.x-about3 .container1 .x-swiper-botton .swiper-button-next1 {
  position: absolute;
  right: 0;
  top: 0.5rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-next1 {
    top: 0.55rem;
  }
}
@media (max-width: 1260px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-next1 {
    top: 0.58rem;
  }
}
@media (max-width: 991px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-next1 {
    top: 0.65rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container1 .x-swiper-botton .swiper-button-next1 {
    top: 1.8rem;
  }
}
.x-about3 .container1 .x-swiper-botton .swiper-button-next1 i {
  display: block;
  width: 10px;
  height: 17px;
  background: url('../images/x-ri-jt.png') no-repeat center;
  background-size: contain;
}
.x-about4 {
  padding: 0.9rem 0;
}
@media (max-width: 767px) {
  .x-about4 {
    padding: 3rem 0;
  }
}
.x-about4 .container1 ul {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 7rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about4 .container1 ul {
    height: 21rem;
    margin-top: 1rem;
  }
}
.x-about4 .container1 ul li {
  text-align: center;
  width: 20%;
  padding: 2.1rem 0.1rem 0 0.1rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-about4 .container1 ul li {
    padding: 1rem 0.5rem 0 0.5rem;
    width: 33.33%;
  }
}
.x-about4 .container1 ul li .x-text {
  position: relative;
  z-index: 5;
}
.x-about4 .container1 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.x-about4 .container1 ul li:nth-of-type(2n)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 164, 150, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.x-about4 .container1 ul li figure {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .x-about4 .container1 ul li figure {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container1 ul li figure {
    width: 3rem;
    height: 3rem;
  }
}
.x-about4 .container1 ul li figure img {
  width: 100%;
  height: 100%;
  background-size: contain;
  border-radius: 50%;
}
.x-about4 .container1 ul li i {
  width: 20px;
  height: 4px;
  display: block;
  background-color: #fff;
  margin: 0.4rem auto 0.3rem auto;
}
@media (max-width: 1580px) {
  .x-about4 .container1 ul li i {
    height: 3px;
  }
}
@media (max-width: 1260px) {
  .x-about4 .container1 ul li i {
    height: 2px;
  }
}
.x-about4 .container1 ul li .x-title2 {
  font-size: 0.36rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 1260px) {
  .x-about4 .container1 ul li .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-about4 .container1 ul li .x-title2 {
    font-size: 16px;
  }
}
.x-about4 .container1 ul li p {
  color: #fff;
}
@media (max-width: 767px) {
  .x-about4 .container1 ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
  }
}
.x-about5 {
  padding-bottom: 0.8rem;
}
.x-about5 .container .x-gg-title p {
  text-align: left;
  margin-top: 0;
}
.x-about5 .container .x-gg-title .x-title {
  text-align: left;
}
.x-about5 .container .x-swiper {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper {
    margin-top: 1rem;
  }
}
.x-about5 .container .x-swiper .swiper-container {
  padding-bottom: 1rem;
}
@media (max-width: 1580px) {
  .x-about5 .container .x-swiper .swiper-container {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 1260px) {
  .x-about5 .container .x-swiper .swiper-container {
    padding-bottom: 1.7rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .container .x-swiper .swiper-container {
    padding-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container {
    padding-bottom: 5rem;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #e0e0e0;
  padding: 0.5rem 0.1rem 0.4rem 0.1rem;
  border-right: none;
  transition: 0.5s all;
  cursor: pointer;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4n) {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 1rem 0.6rem;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #20a496;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #20a496;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-a-img {
  opacity: 1;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a-img {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a-img img {
    width: 40px;
    height: 40px;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
  height: 2.9rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 6.9rem;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img figure {
  text-align: center;
  width: 100%;
  max-height: 2.9rem;
  height: 100%;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img figure {
    max-height: 6.9rem;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about5 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide p {
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
  transition: 0.5s all;
}
.x-about5 .container .x-swiper .swiper-container .swiper-scrollbar {
  position: relative;
  height: 10px;
  background-color: transparent;
  bottom: -50px;
  width: 100%;
  margin: 0;
  left: 0;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-scrollbar {
    bottom: -20px;
    height: 6px;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-scrollbar::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-about5 .container .x-swiper .swiper-container .swiper-scrollbar p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-scrollbar p {
    top: 10px;
  }
}
.x-about5 .container .x-swiper .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #20a496;
  top: 4px;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    top: 2px;
  }
}
.x-about6 {
  position: relative;
}
.x-about6 figure {
  width: 100%;
  height: 7rem;
}
@media (max-width: 991px) {
  .x-about6 figure {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .x-about6 figure {
    height: 11.5rem;
  }
}
.x-about6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about6 .x-text {
  position: absolute;
  left: 50%;
  top: 1.3rem;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .x-about6 .x-text {
    top: 2rem;
  }
}
.x-about6 .x-text p {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-about6 .x-text p {
    font-size: 18px;
  }
}
.x-about6 .x-text .x-box-a {
  margin: 0 auto;
}
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #019dee;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.x-outlets1 {
  background-color: #f4f4f4;
}
.x-outlets1 .x-gg-title {
  background-color: #fff;
  padding: 0.1rem 0 0.5rem 0;
}
@media (max-width: 767px) {
  .x-outlets1 .x-gg-title {
    padding: 1.5rem 0 1rem 0;
  }
}
.x-outlets1 .container .x-map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8rem 0 0.4rem 0;
}
@media (max-width: 991px) {
  .x-outlets1 .container .x-map {
    padding: 1rem 0 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map {
    padding-bottom: 3rem;
  }
}
.x-outlets1 .container .x-map .mapbox {
  width: 58.3%;
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .mapbox {
    width: 100%;
  }
}
.x-outlets1 .container .x-map .city {
  width: 40%;
  background-color: #fff;
  padding: 0.5rem 0.7rem 0.4rem 0.7rem;
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .city {
    width: 100%;
    padding: 1rem;
  }
}
.x-outlets1 .container .x-map .city .city-box {
  max-height: 4.6rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-outlets1 .container .x-map .city .city-box {
    max-height: 5.6rem;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .city .city-box {
    max-height: 12.6rem;
  }
}
.x-outlets1 .container .x-map .city .city-box::-webkit-scrollbar {
  width: 3px;
}
.x-outlets1 .container .x-map .city .city-box::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-outlets1 .container .x-map .city .city-box::-webkit-scrollbar-thumb {
  background: #20a395;
  border-radius: 25px;
}
.x-outlets1 .container .x-map .city .city-box::-webkit-scrollbar-corner {
  background: #ddd;
}
.x-outlets1 .container .x-map .city .city-box .x-title {
  font-size: 0.36rem;
  color: #20a395;
  margin-bottom: 0.15rem;
}
@media (max-width: 1260px) {
  .x-outlets1 .container .x-map .city .city-box .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .city .city-box .x-title {
    font-size: 18px;
  }
}
.x-outlets1 .container .x-map .city .city-box .item {
  color: #000;
  padding: 0.35rem 0 0.4rem 0;
  border-top: 1px solid #f0f0f0;
}
.x-outlets1 .container .x-map .city .city-box .item:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .city .city-box .item {
    padding: 1rem 0 1rem 0;
  }
}
.x-outlets1 .container .x-map .city .city-box .item .name {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-outlets1 .container .x-map .city .city-box .item .name {
    font-size: 16px;
  }
}
.x-outlets2 {
  padding: 0 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-outlets2 {
    padding: 1rem 0 3rem 0;
  }
}
.x-outlets2 .container .x-title {
  font-size: 0.36rem;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .x-outlets2 .container .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-outlets2 .container .x-title {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.x-outlets2 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: center; */
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .x-outlets2 .container ul li {
    margin-bottom: 2.2rem;
  }
}
.x-outlets2 .container ul li:last-child {
  margin-bottom: 0;
}
.x-outlets2 .container ul li .x-left {
  width: 32.5%;
}
@media (max-width: 991px) {
  .x-outlets2 .container ul li .x-left {
    width: 100%;
  }
}
.x-outlets2 .container ul li .x-left figure {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-outlets2 .container ul li .x-left figure {
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .x-outlets2 .container ul li .x-left figure {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .x-outlets2 .container ul li .x-left figure {
    height: 10.5rem;
  }
}
.x-outlets2 .container ul li .x-left figure:hover img {
  transform: scale(1.1);
}
.x-outlets2 .container ul li .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-outlets2 .container ul li .x-right {
  width: 63.75%;
  padding-right: 0.7rem;
}
@media (max-width: 1260px) {
  .x-outlets2 .container ul li .x-right {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .x-outlets2 .container ul li .x-right {
    margin-top: 1rem;
    width: 100%;
  }
}
.x-outlets2 .container ul li .x-right .x-title2 {
  color: #000;
  margin-bottom: 0.2rem;
}
.x-outlets2 .container ul li .x-right .x-text {
  color: #666;
  line-height: 1.8;
}
.x-problem1 {
  padding: 0.1rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-problem1 {
    padding: 1.5rem 0 3rem 0;
  }
}
.x-problem1 .container .x-top {
  width: 6.8rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
@media (max-width: 1260px) {
  .x-problem1 .container .x-top {
    width: 8rem;
  }
}
@media (max-width: 991px) {
  .x-problem1 .container .x-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-problem1 .container .x-top {
    margin-top: 1rem;
  }
}
.x-problem1 .container .x-top .x-form {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .x-problem1 .container .x-top .x-form {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  .x-problem1 .container .x-top .x-form {
    height: 45px;
  }
}
.x-problem1 .container .x-top .x-form input {
  width: 80.8%;
  padding: 0 20px;
  color: #666;
}
.x-problem1 .container .x-top .x-form button {
  width: 19.2%;
  text-align: center;
  position: relative;
}
.x-problem1 .container .x-top .x-form button::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-problem1 .container .x-top .x-form button img {
  width: 25px;
  height: 27px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-top .x-form button img {
    width: 22px;
    height: 22px;
  }
}
.x-problem1 .container .x-top p {
  color: #9b9a9a;
  margin-top: 5px;
}
.x-problem1 .container .x-top p a {
  color: #9b9a9a;
  display: inline-block;
  margin: 0 5px;
}
.x-problem1 .container .x-botton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.x-problem1 .container .x-botton .x-left {
  width: 18.7%;
}
@media (max-width: 1260px) {
  .x-problem1 .container .x-botton .x-left {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .x-problem1 .container .x-botton .x-left {
    width: 100%;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-a a {
  display: block;
  color: #000;
  transition: 0.5s all;
  padding: 0.12rem 0.3rem;
}
@media (max-width: 991px) {
  .x-problem1 .container .x-botton .x-left .x-left-a a {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-left .x-left-a a {
    padding: 0.5rem;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-a a.on {
  background-color: #20a395;
  color: #fff;
}
.x-problem1 .container .x-botton .x-left .x-left-a a:hover {
  background-color: #20a395;
  color: #fff;
}
.x-problem1 .container .x-botton .x-left .x-left-b {
  margin-top: 0.45rem;
}
.x-problem1 .container .x-botton .x-left .x-left-b figure {
  width: 100%;
  height: 1.45rem;
}
@media (max-width: 991px) {
  .x-problem1 .container .x-botton .x-left .x-left-b figure {
    height: 7.45rem;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-b figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-problem1 .container .x-botton .x-left .x-left-b .x-text {
  background-color: #f6f6f6;
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-left .x-left-b .x-text {
    padding: 1rem;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-b .x-text p {
  color: #999;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-left .x-left-b .x-text p {
    margin-bottom: 0.3rem;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-b .x-text span {
  font-family: 'ziti';
  color: #000;
}
@media (max-width: 1260px) {
  .x-problem1 .container .x-botton .x-left .x-left-b .x-text span {
    font-size: 14px;
  }
}
.x-problem1 .container .x-botton .x-left .x-left-b .x-text span img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-left .x-left-b .x-text span img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
.x-problem1 .container .x-botton .x-right {
  width: 76.25%;
}
@media (max-width: 1260px) {
  .x-problem1 .container .x-botton .x-right {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .x-problem1 .container .x-botton .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-problem1 .container .x-botton .x-right ul li {
  background-color: #f6f6f6;
}
.x-problem1 .container .x-botton .x-right ul li.on .x-ri-top .x-ri-right i::after {
  display: none;
}
.x-problem1 .container .x-botton .x-right ul li:nth-of-type(2n) {
  background-color: #fff;
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-right ul li .x-ri-top {
    padding: 0.8rem;
  }
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top p {
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-right ul li .x-ri-top p {
    align-items: initial;
  }
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top p img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-right ul li .x-ri-top p img {
    margin-right: 0.4rem;
  }
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top .x-ri-right i {
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top .x-ri-right i::before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-problem1 .container .x-botton .x-right ul li .x-ri-top .x-ri-right i::after {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-problem1 .container .x-botton .x-right ul li dl {
  border-top: 1px solid #e8e8e8;
  display: none;
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-right ul li dl {
    padding: 0.8rem;
  }
}
.x-problem1 .container .x-botton .x-right ul li dl dd {
  display: flex;
}
.x-problem1 .container .x-botton .x-right ul li dl dd >img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-problem1 .container .x-botton .x-right ul li dl dd >img {
    margin-right: 0.4rem;
  }
}
.x-problem1 .container .x-botton .x-right ul li dl dd p {
  color: #666;
}
.x-color {
  background-color: #f4f6f5;
}
.x-show-por1 {
  padding: 0.2rem 0 1.4rem 0;
  background-color: #f4f6f5;
}
@media (max-width: 767px) {
  .x-show-por1 {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.x-show-por1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-show-por1 .container .x-left {
  width: 46.2%;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left {
    width: 100%;
  }
}
.x-show-por1 .container .x-left .x-gg-title {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left .x-gg-title {
    margin-bottom: 0.6rem;
  }
}
.x-show-por1 .container .x-left .x-gg-title .x-title {
  text-align: left;
}
.x-show-por1 .container .x-left .x-span {
  display: inline-block;
  color: #e05d5d;
  border: 1px solid #e05d5d;
  min-width: 106px;
  text-align: center;
  padding: 6px 15px;
  margin-right: 12px;
  margin-top: 5px;
}
.x-show-por1 .container .x-left .x-text {
  text-transform: uppercase;
  color: #999;
  margin-top: 0.6rem;
  border-top: 1px solid #dce2e0;
  padding: 0.6rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left .x-text {
    margin-top: 1rem;
    padding: 0.8rem 0;
  }
}
.x-show-por1 .container .x-left .x-botton .x-tel {
  display: inline-flex;
  align-items: center;
  background-color: #19aa99;
  padding: 0.14rem 0.3rem;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left .x-botton .x-tel {
    padding: 0.4rem 0.5rem;
  }
}
.x-show-por1 .container .x-left .x-botton .x-tel img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.x-show-por1 .container .x-left .x-botton .x-tel span {
  font-size: 25px;
  font-family: 'ziti';
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-show-por1 .container .x-left .x-botton .x-tel span {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .x-show-por1 .container .x-left .x-botton .x-tel span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left .x-botton .x-tel span {
    font-size: 16px;
  }
}
.x-show-por1 .container .x-left .x-a {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-left .x-a {
    margin-top: 0.6rem;
  }
}
.x-show-por1 .container .x-left .x-a a {
  display: inline-block;
  color: #666;
  margin-right: 0.4rem;
}
.x-show-por1 .container .x-left .x-a a img {
  width: 16px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.x-show-por1 .container .x-right {
  width: 50%;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-show-por1 .container .x-right figure {
  width: 100%;
  height: 6rem;
}
@media (max-width: 767px) {
  .x-show-por1 .container .x-right figure {
    height: 12.5rem;
  }
}
.x-show-por1 .container .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-por2 .container1 ul li {
  position: relative;
}
.x-show-por2 .container1 ul li:nth-of-type(2n) .x-text {
  left: 2rem;
  right: auto;
}
@media (max-width: 767px) {
  .x-show-por2 .container1 ul li:nth-of-type(2n) .x-text {
    left: auto;
  }
}
.x-show-por2 .container1 ul li:first-child .x-text .x-title {
  color: #fff;
}
.x-show-por2 .container1 ul li:first-child .x-text p {
  color: #fff;
  opacity: 0.6;
}
.x-show-por2 .container1 ul li figure {
  width: 100%;
  height: 7rem;
}
@media (max-width: 991px) {
  .x-show-por2 .container1 ul li figure {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .x-show-por2 .container1 ul li figure {
    height: 11rem;
  }
}
.x-show-por2 .container1 ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-por2 .container1 ul li .x-text {
  max-width: 6.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-show-por2 .container1 ul li .x-text {
    max-width: none;
    padding: 0 1rem;
    left: 0;
    right: auto;
  }
}
.x-show-por2 .container1 ul li .x-text .x-title {
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
  color: #212121;
}
@media (max-width: 1260px) {
  .x-show-por2 .container1 ul li .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-show-por2 .container1 ul li .x-text .x-title {
    font-size: 18px;
  }
}
.x-show-por2 .container1 ul li .x-text p {
  color: #1c1c1c;
  opacity: 1;
}
.x-show-por3 {
  padding: 0.9rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-show-por3 {
    padding: 3rem 0;
  }
}
.x-show-por3 .container .x-title {
  font-size: 0.36rem;
  color: #000;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-show-por3 .container .x-title {
    font-size: 22px;
  }
}
.x-show-por3 .container ul {
  border: 1px solid #ddd;
  width: 11.5rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
@media (max-width: 1260px) {
  .x-show-por3 .container ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-show-por3 .container ul {
    margin-top: 1rem;
  }
}
.x-show-por3 .container ul li {
  display: flex;
}
.x-show-por3 .container ul li:nth-of-type(2n) {
  background-color: #eaeaea;
}
.x-show-por3 .container ul li p {
  color: #666;
}
@media (max-width: 1260px) {
  .x-show-por3 .container ul li p {
    text-align: center;
  }
}
.x-show-por3 .container ul li .x-title2 {
  color: #000;
}
@media (max-width: 1580px) {
  .x-show-por3 .container ul li .x-title2 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-show-por3 .container ul li .x-title2 {
    text-align: center;
  }
}
.x-show-por3 .container ul li .x-left {
  width: 30%;
  border-right: 1px solid #ddd;
  padding-left: 2.4rem;
  padding: 0.13rem 0 0.13rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-show-por3 .container ul li .x-left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .x-show-por3 .container ul li .x-left {
    padding: 0.4rem 0.2rem;
  }
}
.x-show-por3 .container ul li .x-right {
  width: 70%;
  padding-left: 2.4rem;
  padding: 0.13rem 0 0.13rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-show-por3 .container ul li .x-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .x-show-por3 .container ul li .x-right {
    padding: 0.4rem 0.2rem;
  }
}
.x-show-por4 {
  background-color: #20a395;
  padding: 0.9rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-show-por4 {
    padding: 3rem 0;
  }
}
.x-show-por4 .container .x-title {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .x-show-por4 .container .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-show-por4 .container .x-title {
    margin-bottom: 1rem;
  }
}
.x-show-por4 .container figure {
  width: 11.5rem;
  height: 7rem;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-show-por4 .container figure {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-show-por4 .container figure {
    height: 11rem;
  }
}
.x-show-por4 .container figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-por5 {
  position: relative;
}
.x-show-por5 .x-gg-title {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-show-por5 .x-gg-title {
    top: 3rem;
  }
}
.x-show-por5 ul li {
  padding: 2.6rem 8% 1.6rem 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .x-show-por5 ul li {
    padding: 5.5rem 1rem 2rem 1rem;
  }
}
.x-show-por5 ul li:nth-of-type(n+2) {
  padding: 1.3rem 8% 1.6rem 8%;
}
.x-show-por5 ul li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .x-show-por5 ul li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-show-por5 ul li .x-left {
  width: 38%;
}
@media (max-width: 767px) {
  .x-show-por5 ul li .x-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-show-por5 ul li .x-left .x-title {
  font-size: 0.48rem;
  position: relative;
  padding-bottom: 0.2rem;
  color: #000;
}
@media (max-width: 1260px) {
  .x-show-por5 ul li .x-left .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 767px) {
  .x-show-por5 ul li .x-left .x-title {
    font-size: 20px;
    padding-bottom: 0.5rem;
  }
}
.x-show-por5 ul li .x-left .x-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #c9c9c9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-show-por5 ul li .x-left p {
  margin: 0.45rem 0 0.55rem 0;
  color: #000;
}
@media (max-width: 767px) {
  .x-show-por5 ul li .x-left p {
    font-size: 16px;
  }
}
.x-show-por5 ul li .x-left .x-box-a {
  background-color: #20a395;
  border: none;
}
.x-show-por5 ul li .x-right {
  width: 50%;
}
@media (max-width: 767px) {
  .x-show-por5 ul li .x-right {
    width: 100%;
  }
}
.x-show-por5 ul li .x-right figure {
  width: 100%;
  height: 6rem;
}
@media (max-width: 767px) {
  .x-show-por5 ul li .x-right figure {
    height: 10.5rem;
  }
}
.x-show-por5 ul li .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-list-por1 {
  padding: 0.2rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-list-por1 {
    padding: 1.5rem 0 2rem 0;
  }
}
.x-list-por1 .container .x-top {
  display: flex;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ebebeb;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-list-por1 .container .x-top {
    padding-bottom: 0.5rem;
  }
}
.x-list-por1 .container .x-top span {
  color: #333;
  display: inline-block;
  margin-top: 5px;
}
.x-list-por1 .container .x-top .x-right {
  width: 90%;
}
@media (max-width: 767px) {
  .x-list-por1 .container .x-top .x-right {
    width: 80%;
  }
}
.x-list-por1 .container .x-top .x-right a {
  display: inline-flex;
  color: #666;
  align-items: center;
  margin-left: 0.6rem;
  margin-top: 5px;
}
.x-list-por1 .container .x-top .x-right a:first-child {
  margin-left: 0.5rem;
}
.x-list-por1 .container .x-top .x-right a.on i::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #e05d5d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .x-list-por1 .container .x-top .x-right a.on i::before {
    width: 8px;
    height: 8px;
  }
}
.x-list-por1 .container .x-top .x-right a i {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .x-list-por1 .container .x-top .x-right a i {
    width: 15px;
    height: 15px;
  }
}
.x-list-por1 .container .x-botton {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-list-por1 .container .x-botton {
    margin-top: 0.5rem;
  }
}
.x-list-por1 .container .x-botton p {
  color: #e05d5d;
  cursor: pointer;
  display: inline-block;
}
.x-list-por1 .container .x-botton p img {
  width: 14px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.x-list-por2 ul li .x-left {
  width: 38%;
}
@media (max-width: 767px) {
  .x-list-por2 ul li .x-left {
    width: 100%;
  }
}
.x-list-por2 ul li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .x-list-por2 ul li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-stat1 {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-stat1 {
    padding-top: 1.5rem;
  }
}
.x-stat1 .container .x-text {
  padding: 0.7rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-stat1 .container .x-text {
    padding-bottom: 3rem;
  }
}
.x-map1 {
  padding: 0.7rem 0 1.3rem 0;
}
.x-map1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #b2b2b2;
  padding-top: 0.6rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-map1 .container ul {
    justify-content: flex-start;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-map1 .container ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.x-map1 .container ul li .x-title2 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .x-map1 .container ul li .x-title2 {
    font-size: 16px;
  }
}
.x-map1 .container ul li .x-li-a {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .x-map1 .container ul li .x-li-a {
    margin-top: 10px;
  }
}
.x-map1 .container ul li .x-li-a a {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-map1 .container ul li .x-li-a a {
    font-size: 14px;
  }
}
.x-map1 .container ul li .x-li-a a:hover {
  color: #000;
}
@keyframes fade1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.x-index-xz {
  position: fixed;
  top: 100vh;
  z-index: 999;
  transition: 0.5s all;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .x-index-xz {
    display: none !important;
  }
}
.x-index-xz.on {
  top: 100px;
}
.x-index-xz .x-index-con {
  position: relative;
}
.x-index-xz .x-index-con .x-left {
  position: absolute;
  z-index: 555;
  left: 0.4rem;
  top: 40px;
}
.x-index-xz .x-index-con .x-left .x-top {
  display: flex;
}
.x-index-xz .x-index-con .x-left .x-top p {
  color: #20a395;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #20a395;
  cursor: pointer;
}
.x-index-xz .x-index-con .x-left .x-top p img {
  width: 0.14rem;
  height: 0.24rem;
  object-fit: contain;
  margin-right: 0.2rem;
}
.x-index-xz .x-index-con .x-left .x-top .x-title {
  font-size: 0.36rem;
  color: #000000;
  padding-left: 1.2rem;
}
.x-index-xz .x-index-con .x-left .x-botton {
  position: relative;
  margin-top: 0.5rem;
  margin-left: 0.3rem;
}
.x-index-xz .x-index-con .x-left .x-botton figure {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #20a395;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -0.3rem;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: 0.5s all;
}
.x-index-xz .x-index-con .x-left .x-botton figure.on img {
  transform: rotate(180deg);
}
.x-index-xz .x-index-con .x-left .x-botton figure img {
  width: 0.14rem;
  height: 0.24rem;
  object-fit: contain;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text {
  width: 5rem;
  border: 1px solid rgba(233, 233, 233, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s all;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text.on {
  opacity: 0;
  pointer-events: none;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text .x-title {
  text-align: center;
  color: #20a395;
  padding: 0.17rem 0;
  border-bottom: 1px solid rgba(233, 233, 233, 0.8);
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul {
  padding: 0.2rem 0.3rem 0 0.3rem;
  max-height: 5.7rem;
  overflow-y: auto;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul::-webkit-scrollbar {
  width: 3px;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul::-webkit-scrollbar-thumb {
  background: #20a395;
  border-radius: 25px;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul::-webkit-scrollbar-corner {
  background: #ddd;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul li .x-title2 {
  color: #000;
  text-align: center;
  width: 30%;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul li .x-title2:nth-of-type(2) {
  width: 60%;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul li p {
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 30%;
}
.x-index-xz .x-index-con .x-left .x-botton .x-text ul li p:nth-of-type(2) {
  width: 60%;
}
#x-home-header.x-head-xz {
  top: 0;
}
.x-show-por1 .container .x-right{
  position: relative;
}
.x-show-por1 .container .x-right .x-img{
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.x-show-por1 .container .x-right .x-img img{
  width: 98px;
  height: 52px;
  object-fit: contain;
}
@media (max-width: 1200px){
  #x-home-header .container .x-right-box .x-nav li > a {
    font-size: 12px;
}
}

.x-show-por2 .container1 ul li .x-pro-video{
  width: 100%;
  height: 7rem;
}
.x-show-por2 .container1 ul li .x-pro-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-por2 .container1 ul li .x-img{
  display: none;
}

.x-show-por2 .container1 ul .m-video{
  display: none;
}

@media (max-width: 767px){
  .x-show-por2 .container1 ul .pc-video{
    display: none;
  }
  .x-show-por1 .container .x-left .x-span{
    margin-top: 5px;
  }
  .x-show-por2 .container1 ul .m-video{
    display: block;
  }
  .x-show-por2 .container1 ul .m-video figure{
    height: 15rem;
  }
  .x-show-por2 .container1 ul .m-video figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .x-show-por2 .container1 ul .m-video .x-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    cursor: pointer;
    display: block;
  }
  .x-show-por2 .container1 ul .m-video .x-img img{
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  .x-show-por2 .container1 ul li .x-text{
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 1rem;
    background-color: #f1f1f1;
  }
  .x-show-por2 .container1 ul li .x-text p br{
    display: none;
  }
}

.x-show-por2 .container1 ul li figure .mb{
  display: none;
}

@media (max-width: 767px){
  .x-show-por2 .container1 ul li figure .mb{
    display: block;
  }
  .x-show-por2 .container1 ul li figure .pc{
    display: none;
  }
}

.x-case1 .x-page{
  padding-bottom: 0;
}

/* 11.3 */
.x-show-por1 .container .x-right .x-pro-c{
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.x-show-por1 .container .x-right .x-pro-c.on{
  opacity: 1;
  z-index: 1;
  position: initial;
}
.x-show-por1 .container .x-right{
  overflow: hidden;
}

.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top{
  margin-top: 0.6rem;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top a{
  border-bottom: none;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-botton p{
  padding: 0 1rem;
}
.x-show-por1 .container .x-right .x-pro-c{
  height: 6rem;
}
.x-show-por1 .container .x-right .x-pro-c #KeyShotXR{
  height: 100% !important;
}
.x-show-por1 .container .x-right .x-pro-c #turntable{
  width: 100% !important;
  height: 100% !important;
  overflow: initial !important;
  background-color: transparent !important;
}
.x-show-por1 .container .x-right .x-pro-c #viewwindow{
  height: 100% !important;
}
.x-show-por1 .container .x-right .x-pro-c #backbuffer{
  height: 100% !important;
  object-fit: contain;
}
.x-foot .container .x-top .x-list li{
  width: 20%;
}
@media (max-width: 767px){
  .x-show-por1 .container .x-right .x-pro-c{
    height: 12.5rem;
  }

  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-top{
    margin-top: 1rem;
  }
  .x-index5 .container .x-con .x-right ul li a .x-text .x-title{
    height: 24px;
  }
  .x-foot .container .x-top .x-list li{
    width: 100%;
  }
}


.x-pro-page .x-page{
  padding: 1rem 0;
}

.x-show-por1 .container .x-right .x-pro-b .x-img{
  pointer-events: auto;
}

.x-down1 .x-n-column{
  padding: 30px 0 0 0;
  background-color: #fff;
}

/* 11.8 */
.x-list-por1{
  display: none;
}

.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-box-a{
  position: absolute;
  left: 1.6rem;
  bottom: 70px;
  z-index: 20;
  border: none;
  color: #20a395;
  padding-left: 0;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-box-a i{
  background: url(../images/index12.png) no-repeat center;
  background-size: contain;
}

.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-top{
  position: absolute;
    bottom: 120px;
    left: 1.6rem;
    z-index: 20;
    text-align: center;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-top a{
  display: block;
  color: #20a395;
  margin-top: 15px;
}
@media (max-width: 767px){
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-top{
    bottom: 58px;
    left: 1rem;
  }
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-box-a{
    bottom: 10px;
    left: 1rem;
  }
}

.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img .x-pc-img{
  display: none !important;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-img .x-m-img{
  display: none !important;
}

.x-outlets1 .x-gg-title .x-img{
  width: 51%;
  height: 100%;
}
.x-outlets1 .x-gg-title .x-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px){
  .x-outlets1 .x-gg-title .x-img{
    margin: 2rem 0;
  }
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-top{
    display: none;
  }
  .x-show-por1 .container .x-right .x-pro-d .x-img img{
    display: none;
  }
}

.x-problem1 .container .x-botton .x-right ul li dl dd.x-p{
  overflow-x: auto;
}

.x-index-xz.on{
  top: 100px;
}

.x-outlets1 .x-gg-title .x-img .x-m{
  display: none;
}

@media (max-width: 767px){
  .x-outlets1 .x-gg-title .x-img .x-pc{
    display: none;
  }
  .x-outlets1 .x-gg-title .x-img .x-m{
    display: block;
  }
}

.x-outlets1 .x-gg-title .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem auto;
}
.x-outlets1 .x-gg-title .container .x-img{
  width: 40%;
}
.x-outlets1 .x-gg-title .container .x-con-right{
  width: 50%;
}

.x-outlets1 .x-gg-title .container .x-con-right .x-text p{
  text-align: left;
}
.x-outlets1 .x-gg-title .container .x-con-right .x-con-title{
  color: #000;
  margin-bottom: 0.2rem;
}
.x-outlets1 .x-gg-title .container .x-con-right .x-text{
  color: #666;
line-height: 1.8;
}
@media (max-width: 991px){
  .x-outlets1 .x-gg-title .container .x-img{
    width: 100%;
  }
  .x-outlets1 .x-gg-title .container .x-con-right{
    width: 100%;
  }
}

.x-outlets2 .container ul li .x-right .x-text p .title{
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 1580px){
  .x-outlets2 .container ul li .x-right .x-text p .title{
    font-size: 16px;
  }
}