@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "opps-m";
  src: url("../fonts/OPPOSans-B.ttf") format("truetype");
}
.font-om {
  font-family: 'opps-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-mbx {
  padding: 0.15rem 0;
}
.x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
}
.x-mbx .container a:hover,
.x-mbx .container a.on {
  color: #fff;
  color: #000;
}
.x-mbx .container i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
}
.x-mbx .container i svg {
  width: 100%;
  height: 100%;
}
.x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
  fill: #929292;
}
.x-ny-banner {
  position: relative;
}
.x-ny-banner::before {
  content: "";
  width: 100%;
  height: 245px;
  background: url('../images/x-comp2.png') no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-ny-banner .x-con {
  position: relative;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con {
    padding: 2.4rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .public-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.x-ny-banner .x-con .public-img::before {
  padding-top: 34.375%;
}
@media (max-width: 1260px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 40.375%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img img:nth-child(1) {
    display: none;
  }
}
.x-ny-banner .x-con .public-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img img:nth-child(2) {
    display: block;
  }
}
.x-ny-banner .x-con .x-mbx {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-mbx {
    top: 1.2rem;
  }
}
.x-ny-banner .x-con .x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
}
.x-ny-banner .x-con .x-mbx .container a:hover,
.x-ny-banner .x-con .x-mbx .container a.on {
  color: #fff;
}
.x-ny-banner .x-con .x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.x-ny-banner .x-con .x-zh {
  position: absolute;
  left: 50%;
  top: 42.42%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-zh {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
  }
}
.x-ny-banner .x-con .x-zh .x-le {
  width: 31.25%;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-zh .x-le {
    width: 100%;
  }
}
.x-ny-banner .x-con .x-zh .x-le .x-sp {
  color: #fff;
  font-weight: bold;
}
.x-ny-banner .x-con .x-zh .x-le .x-sp2 {
  color: #fff;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-zh .x-le .x-sp2 {
    padding: 0.2rem 0 0.1rem;
  }
}
.x-ny-banner .x-con .x-zh .x-le .x-sp2 span:nth-child(2) {
  font-weight: bold;
}
.x-ny-banner .x-con .x-zh .x-le .x-p {
  color: #fff;
  margin-top: 0.65rem;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-zh .x-le .x-p {
    margin-top: 0;
  }
}
.x-ny-banner .x-con .x-zh .x-ri {
  width: 62.5%;
}
@media (max-width: 1580px) {
  .x-ny-banner .x-con .x-zh .x-ri {
    width: 65.5%;
  }
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .x-zh .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-zh .x-ri {
    margin-top: 0.6rem;
  }
}
.x-ny-banner .x-con .x-zh .x-ri ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-ny-banner .x-con .x-zh .x-ri ul li {
  width: 14.28%;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-zh .x-ri ul li {
    width: 33.333%;
    margin-bottom: 0.3rem;
  }
  .x-ny-banner .x-con .x-zh .x-ri ul li:last-child .x-sp:nth-child(1) {
    border-bottom: none;
  }
}
.x-ny-banner .x-con .x-zh .x-ri ul li .x-sp {
  color: #fff;
  padding-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-zh .x-ri ul li .x-sp {
    padding-bottom: 0.2rem;
  }
}
.x-ny-banner .x-con .x-zh .x-ri ul li .x-sp:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.x-ny-banner .x-con .x-zh .x-ri ul li .x-sp:nth-child(2) {
  padding-top: 0.38rem;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-zh .x-ri ul li .x-sp:nth-child(2) {
    padding-top: 0.2rem;
  }
}
@media (max-width: 1260px) {
  .x-ny-banner .x-con .x-zh .x-ri ul li .x-sp p {
    font-size: 14px;
  }
}
.x-ny-banner .x-con .x-zh .x-ri ul li .x-sp p:nth-child(2) {
  font-weight: bold;
  margin-top: 0.08rem;
}
.x-ny-banner2 {
  position: relative;
}
.x-ny-banner2::before {
  content: "";
  width: 100%;
  height: 245px;
  background: url('../images/x-comp2.png') no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-ny-banner2 .x-con {
  position: relative;
}
.x-ny-banner2 .x-con .public-img::before {
  padding-top: 34.375%;
}
@media (max-width: 1260px) {
  .x-ny-banner2 .x-con .public-img::before {
    padding-top: 40.375%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-con .public-img::before {
    padding-top: 76.375%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-con .public-img img:nth-child(1) {
    display: none;
  }
}
.x-ny-banner2 .x-con .public-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-con .public-img img:nth-child(2) {
    display: block;
  }
}
.x-ny-banner2 .x-con .x-mbx {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .x-ny-banner2 .x-con .x-mbx {
    top: 1.2rem;
  }
}
.x-ny-banner2 .x-con .x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
}
.x-ny-banner2 .x-con .x-mbx .container a:hover,
.x-ny-banner2 .x-con .x-mbx .container a.on {
  color: #fff;
}
.x-ny-banner2 .x-con .x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.x-ny-banner2 .x-con .x-tit {
  position: absolute;
  left: 50%;
  top: 53.03%;
  transform: translateX(-50%);
  z-index: 8;
}
.x-ny-banner2 .x-con .x-tit .x-title {
  color: #fff;
  font-weight: bold;
}
.x-comp1 {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-comp1 .container {
    display: flex;
    overflow-x: auto;
  }
}
.x-comp1 .container a {
  color: #000000;
  font-weight: bold;
  padding: 0.26rem 0;
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-comp1 .container a {
    white-space: nowrap;
    padding: 0.4rem 0;
  }
}
.x-comp1 .container a:hover,
.x-comp1 .container a.on {
  color: #192065;
}
.x-comp1 .container a:hover::before,
.x-comp1 .container a.on::before {
  width: 100%;
}
.x-comp1 .container a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #192065;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-comp1 .container a::before {
    display: none;
  }
}
.x-comp2 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-comp2 {
    padding-top: 1.1rem;
  }
}
.x-comp2 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-comp2 .container .x-top .x-title {
  width: 34.375%;
  padding-right: 0.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-comp2 .container .x-top .x-title {
    width: 100%;
  }
}
.x-comp2 .container .x-top .x-p {
  width: 65.625%;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .x-comp2 .container .x-top .x-p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-comp2 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-comp2 .container .x-xia .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-comp2 .container .x-xia .x-le {
    width: 100%;
  }
}
.x-comp2 .container .x-xia .x-le .public-img::before {
  padding-top: 56.25%;
}
.x-comp2 .container .x-xia .x-ri {
  width: 50%;
  padding: 0.2rem 1rem;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1260px) {
  .x-comp2 .container .x-xia .x-ri {
    padding: 0.2rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-comp2 .container .x-xia .x-ri {
    width: 100%;
    padding: 0.2rem 0.4rem;
  }
}
.x-comp2 .container .x-xia .x-ri .x-title {
  font-weight: bold;
  color: #000;
}
.x-comp2 .container .x-xia .x-ri .x-p {
  color: #666666;
  line-height: 1.7;
  margin-top: 0.15rem;
}
.x-comp3 {
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-comp3 {
    padding-top: 0.8rem;
  }
}
.x-comp3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.5rem 0 0;
}
@media (max-width: 767px) {
  .x-comp3 .container ul {
    margin: 0;
  }
}
.x-comp3 .container ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.5rem 0.5rem 0;
}
@media (max-width: 991px) {
  .x-comp3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-comp3 .container ul li {
    width: 100%;
    padding: 0 0 0.5rem 0;
  }
}
.x-comp3 .container ul li .x-box {
  width: 100%;
  padding: 0.6rem 0 0 0;
  border-top: 1px solid #eeeeee;
}
.x-comp3 .container ul li .x-box:hover .x-img img:nth-child(1) {
  transform: translate(-50%, -50%) rotate(360deg);
}
.x-comp3 .container ul li .x-box .x-img {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-comp3 .container ul li .x-box .x-img {
    width: 1rem;
    height: 1rem;
  }
}
.x-comp3 .container ul li .x-box .x-img img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.8s;
}
.x-comp3 .container ul li .x-box .x-img img:nth-child(2) {
  width: 0.32rem;
  height: 0.32rem;
}
@media (max-width: 767px) {
  .x-comp3 .container ul li .x-box .x-img img:nth-child(2) {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.x-comp3 .container ul li .x-box .x-text .x-title {
  color: #000000;
  font-weight: bold;
}
.x-comp3 .container ul li .x-box .x-text .x-p {
  color: #666666;
  line-height: 1.6;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 8em;
}
@media (max-width: 1580px) {
  .x-comp3 .container ul li .x-box .x-text .x-p {
    -webkit-line-clamp: 7;
    height: 11.2em;
  }
}
@media (max-width: 767px) {
  .x-comp3 .container ul li .x-box .x-text .x-p {
    -webkit-line-clamp: initial;
    height: auto;
  }
}
.x-comp3 .container ul li .x-box .x-text a {
  display: inline-flex;
  align-items: center;
  margin-top: 0.25rem;
  color: #192065;
}
@media (max-width: 767px) {
  .x-comp3 .container ul li .x-box .x-text a {
    margin-top: 0.35rem;
  }
}
.x-comp3 .container ul li .x-box .x-text a i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.x-comp3 .container ul li .x-box .x-text a i svg {
  width: 100%;
  height: 100%;
}
.x-comp3 .container ul li .x-box .x-text a i svg path {
  fill: #192065;
  opacity: 1;
}
.x-comp3 .container ul li .x-box .x-text a span {
  position: relative;
}
.x-comp3 .container ul li .x-box .x-text a span::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #192065;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.x-comp4 {
  padding: 0.65rem 0 1.2rem;
}
.x-comp4 .container {
  position: relative;
}
@media (max-width: 991px) {
  .x-comp4 .container {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .x-comp4 .container {
    padding: 1.2rem 0 0.8rem;
  }
}
@media (max-width: 991px) {
  .x-comp4 .container .public-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.x-comp4 .container .public-img::before {
  padding-top: 37.5%;
}
.x-comp4 .container .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-comp4 .container .x-zh {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh {
    position: relative;
    top: 0;
    padding: 0 0.4rem;
  }
}
.x-comp4 .container .x-zh .x-title {
  color: #fff;
  font-weight: bold;
  width: 31.78%;
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh .x-title {
    width: 100%;
  }
}
.x-comp4 .container .x-zh .x-ri {
  width: 68.22%;
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh .x-ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-comp4 .container .x-zh .x-ri .x-p {
  color: #fff;
}
.x-comp4 .container .x-zh .x-ri .x-ul {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh .x-ri .x-ul {
    margin-top: 0.3rem;
  }
}
.x-comp4 .container .x-zh .x-ri .x-ul .x-li {
  width: 47.36%;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh .x-ri .x-ul .x-li {
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-comp4 .container .x-zh .x-ri .x-ul .x-li {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.x-comp4 .container .x-zh .x-ri .x-ul .x-li .x-img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-comp4 .container .x-zh .x-ri .x-ul .x-li .x-img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-comp4 .container .x-zh .x-ri .x-ul .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-comp4 .container .x-zh .x-ri .x-ul .x-li .x-sp {
  margin-top: 0.35rem;
  color: #fff;
}
@media (max-width: 991px) {
  .x-comp4 .container .x-zh .x-ri .x-ul .x-li .x-sp {
    margin-top: 0.2rem;
  }
}
.x-noti1 {
  padding: 1.1rem 0 1.2rem;
}
.x-noti1 .container .x-title {
  font-weight: bold;
  color: #000;
}
.x-noti1 .container ul {
  margin-top: 0.5rem;
}
.x-noti1 .container ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.x-noti1 .container ul li .x-le {
  width: 31.25%;
  padding-top: 0.25rem;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-noti1 .container ul li .x-le {
    width: 26%;
  }
}
.x-noti1 .container ul li .x-le .x-p {
  color: #000;
}
.x-noti1 .container ul li .x-ri {
  width: 62.5%;
  padding-top: 0.25rem;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-noti1 .container ul li .x-ri {
    width: 68%;
  }
}
.x-noti1 .container ul li .x-ri a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.x-noti1 .container ul li .x-ri a:hover span {
  color: #192065;
}
.x-noti1 .container ul li .x-ri a:hover i {
  border-color: transparent;
}
.x-noti1 .container ul li .x-ri a:hover i::before {
  opacity: 1;
}
.x-noti1 .container ul li .x-ri a:hover i svg path {
  fill: #fff;
}
.x-noti1 .container ul li .x-ri a span {
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 60px);
}
.x-noti1 .container ul li .x-ri a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-noti1 .container ul li .x-ri a i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-noti1 .container ul li .x-ri a i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-noti1 .container ul li .x-ri a i::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#3c9b3e, #3c9b3e);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100%;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.x-noti1 .container ul li .x-ri a i svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .x-noti1 .container ul li .x-ri a i svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-noti1 .container ul li .x-ri a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-noti1 .container ul li .x-ri a i svg path {
  fill: #999999;
  transition: 0.4s ease-in-ou;
}
.x-page .x-con {
  display: flex;
  justify-content: center;
}
.x-page .x-con a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  margin: 0 0.1rem;
  color: #999999;
  font-weight: bold;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-page .x-con a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-page .x-con a {
    font-weight: initial;
    width: 0.66rem;
    height: 0.66rem;
    margin: 0 0.08rem;
  }
}
.x-page .x-con a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#ffffff, #ffffff);
  transition: 0.4s ease-in-out;
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
}
.x-page .x-con a.x-r svg {
  transform: rotate(180deg);
}
.x-page .x-con a:hover,
.x-page .x-con a.on {
  color: #fff;
  border-color: transparent;
}
.x-page .x-con a:hover::before,
.x-page .x-con a.on::before {
  opacity: 1;
}
.x-page .x-con a:hover svg path,
.x-page .x-con a.on svg path {
  fill: #fff;
}
.x-page .x-con a svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-page .x-con a svg {
    width: 0.22rem;
    height: 0.22rem;
  }
}
.x-page .x-con a svg path {
  fill: #999;
}
.x-case1 {
  padding-top: 0.6rem;
}
.x-case1 .container .x-top {
  display: flex;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-case1 .container .x-top {
    flex-wrap: wrap;
  }
}
.x-case1 .container .x-top span {
  font-weight: bold;
  color: #666666;
  display: block;
  flex-shrink: 0;
  margin-top: 0.07rem;
  margin-right: 0.1rem;
}
.x-case1 .container .x-top .x-a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-case1 .container .x-top .x-a {
    margin-top: 0.1rem;
  }
}
.x-case1 .container .x-top .x-a a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  height: 40px;
  min-width: 1.2rem;
  padding: 0 0.2rem;
  border-radius: 100px;
  border: 1px solid #eeeeee;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.x-case1 .container .x-top .x-a a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192065, #192065);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-case1 .container .x-top .x-a a {
    min-width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .x-case1 .container .x-top .x-a a {
    height: 0.8rem;
    min-width: 2rem;
  }
}
.x-case1 .container .x-top .x-a a:hover,
.x-case1 .container .x-top .x-a a.on {
  color: #fff;
  border-color: transparent;
}
.x-case1 .container .x-top .x-a a:hover::after,
.x-case1 .container .x-top .x-a a.on::after {
  opacity: 1;
}
.x-case1 .container .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}
.x-case1 .container .x-xia a {
  display: block;
  text-align: center;
  width: 7.14%;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-case1 .container .x-xia a {
    width: 14.28%;
  }
}
@media (max-width: 767px) {
  .x-case1 .container .x-xia a {
    width: 25%;
  }
}
.x-case1 .container .x-xia a:hover .x-ic svg path,
.x-case1 .container .x-xia a.on .x-ic svg path {
  fill: #192065;
}
.x-case1 .container .x-xia a:hover p,
.x-case1 .container .x-xia a.on p {
  color: #192065;
}
.x-case1 .container .x-xia a .x-ic {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-case1 .container .x-xia a .x-ic {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .x-case1 .container .x-xia a .x-ic {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-case1 .container .x-xia a .x-ic svg {
  width: 100%;
  height: 100%;
}
.x-case1 .container .x-xia a .x-ic svg path {
  fill: #999999;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-case1 .container .x-xia a p {
  font-weight: bold;
  color: #666666;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .x-case1 .container .x-xia a p {
    font-size: 12px;
    margin-top: 0.1rem;
  }
}
.x-case2 {
  padding: 0.15rem 0 1.2rem;
}
.x-case2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.5rem 0.1rem 0;
}
@media (max-width: 767px) {
  .x-case2 .container ul {
    margin-right: 0;
  }
}
.x-case2 .container ul li {
  width: 33.33%;
  padding: 0 0.5rem 0.5rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-case2 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-case2 .container ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }
}
.x-case2 .container ul li a {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-case2 .container ul li a:hover {
  background-color: #192065;
}
.x-case2 .container ul li a:hover .public-img img {
  transform: scale(1.05);
}
.x-case2 .container ul li a:hover .x-text .x-title {
  color: #fff;
}
.x-case2 .container ul li a:hover .x-text .x-p {
  color: #c2c8ff;
}
.x-case2 .container ul li a:hover .x-text .x-sp span {
  color: #fff;
}
.x-case2 .container ul li a:hover .x-text .x-sp i {
  transform: translateX(0.08rem);
}
.x-case2 .container ul li a:hover .x-text .x-sp i svg path {
  fill: #fff;
}
.x-case2 .container ul li a .public-img::before {
  padding-top: 56%;
}
.x-case2 .container ul li a .x-img {
  width: auto;
  height: 100%;
  max-height: 2.8rem;
  text-align: center;
  padding: 18px 0 0 0;
}
.x-case2 .container ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-case2 .container ul li a .x-text {
  padding: 0.35rem 0.4rem;
}
.x-case2 .container ul li a .x-text .x-title {
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
  transition: 0.4s ease-in-out;
}
.x-case2 .container ul li a .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-case2 .container ul li a .x-text .x-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-case2 .container ul li a .x-text .x-sp {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #cccccc;
  transition: 0.4s ease-in-out;
}
.x-case2 .container ul li a .x-text .x-sp span {
  color: #192065;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
}
.x-case2 .container ul li a .x-text .x-sp i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  transition: 0.4s ease-in-out;
}
.x-case2 .container ul li a .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.x-case2 .container ul li a .x-text .x-sp i svg path {
  fill: #192065;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-cour1 .x-con {
  position: relative;
}
.x-cour1 .x-con::before {
  content: "";
  width: 100%;
  height: 245px;
  background: url('../images/x-cou8.png') no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-cour1 .x-con .x-img {
  width: 100%;
  height: 100vh;
}
.x-cour1 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-cour1 .x-con .x-img img:nth-child(1) {
    display: none;
  }
}
.x-cour1 .x-con .x-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-cour1 .x-con .x-img img:nth-child(2) {
    display: block;
  }
}
.x-cour1 .x-con .x-mbx {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .x-cour1 .x-con .x-mbx {
    top: 1.2rem;
  }
}
.x-cour1 .x-con .x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
}
.x-cour1 .x-con .x-mbx .container a:hover,
.x-cour1 .x-con .x-mbx .container a.on {
  color: #fff;
}
.x-cour1 .x-con .x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.x-cour1 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 46.5%;
  transform: translateX(-50%);
  z-index: 5;
}
.x-cour1 .x-con .x-text .x-title {
  color: #fff;
  font-weight: bold;
}
.x-cour1 .x-con .x-text .x-sp {
  color: #fff;
  margin-top: 0.2rem;
  max-width: 50%;
}
@media (max-width: 1580px) {
  .x-cour1 .x-con .x-text .x-sp {
    max-width: 60%;
  }
}
@media (max-width: 1260px) {
  .x-cour1 .x-con .x-text .x-sp {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .x-cour1 .x-con .x-text .x-sp br {
    display: none;
  }
}
.x-cour1 .x-con .x-text .public-btn {
  margin-top: 0.36rem;
}
.x-cour2 {
  padding-top: 1.2rem;
}
.x-cour2 .container {
  position: relative;
}
.x-cour2 .container .x-ii {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-left: 3rem solid #fff;
  border-right: 3rem solid #fff;
  pointer-events: none;
}
@media (max-width: 991px) {
  .x-cour2 .container .x-ii {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-cour2 .container .swiper-container {
    padding: 1px;
  }
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
@media (max-width: 767px) {
  .x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide {
    border: 1px solid #eee;
  }
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 210px;
  background: url('../images/x-cou3.png') no-repeat bottom;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide::before {
    display: none;
  }
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 45%;
}
@media (max-width: 991px) {
  .x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 67%;
  }
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: 0 0 0.3rem 0.4rem;
  width: 68.75%;
}
@media (max-width: 1580px) {
  .x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 83%;
  }
}
@media (max-width: 767px) {
  .x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text {
    position: initial;
    color: #333;
    padding: 0.4rem;
    width: 100%;
  }
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-weight: bold;
}
.x-cour2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  line-height: 1.875;
  margin-top: 0.15rem;
}
.x-cour2 .container .swiper-container .x-but {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 5;
  display: flex;
}
.x-cour2 .container .swiper-container .x-but .x-prev,
.x-cour2 .container .swiper-container .x-but .x-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.x-cour2 .container .swiper-container .x-but .x-prev:hover,
.x-cour2 .container .swiper-container .x-but .x-next:hover {
  background-color: #fff;
}
.x-cour2 .container .swiper-container .x-but .x-prev:hover svg path,
.x-cour2 .container .swiper-container .x-but .x-next:hover svg path {
  fill: #000;
}
.x-cour2 .container .swiper-container .x-but .x-prev svg,
.x-cour2 .container .swiper-container .x-but .x-next svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-cour2 .container .swiper-container .x-but .x-prev svg,
  .x-cour2 .container .swiper-container .x-but .x-next svg {
    width: 12px;
    height: 12px;
  }
}
.x-cour2 .container .swiper-container .x-but .x-prev svg path,
.x-cour2 .container .swiper-container .x-but .x-next svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}
.x-cour2 .container .swiper-container .x-but .x-next {
  margin-left: 0.2rem;
}
.x-cour2 .container .swiper-container .x-but .x-next svg {
  transform: rotate(180deg);
}
.x-cour3 {
  padding: 1.1rem 0 1.2rem;
}
.x-cour3 .container .x-title {
  font-weight: bold;
  color: #000;
}
.x-cour3 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.x-cour3 .container .x-xia .x-le {
  width: 18.75%;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .x-cour3 .container .x-xia .x-le {
    width: 100%;
  }
}
.x-cour3 .container .x-xia .x-le ul li {
  border-bottom: 1px solid #eeeeee;
}
.x-cour3 .container .x-xia .x-le ul li:nth-child(1) .x-xx .x-box:nth-child(1) .x-tl {
  border-top: none;
}
.x-cour3 .container .x-xia .x-le ul li:last-child {
  border-bottom: none;
}
.x-cour3 .container .x-xia .x-le ul li .x-tit {
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0.3rem;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-cour3 .container .x-xia .x-le ul li .x-tit {
    padding: 0.24rem 0.3rem;
  }
}
.x-cour3 .container .x-xia .x-le ul li .x-tit.on .x-title2 {
  color: #192065;
}
.x-cour3 .container .x-xia .x-le ul li .x-tit.on i svg {
  transform: rotate(180deg);
}
.x-cour3 .container .x-xia .x-le ul li .x-tit.on i svg path {
  fill: #192065;
}
.x-cour3 .container .x-xia .x-le ul li .x-tit .x-title2 {
  width: calc(100% - 26px);
  font-weight: bold;
}
.x-cour3 .container .x-xia .x-le ul li .x-tit i {
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  font-style: initial;
}
@media (max-width: 767px) {
  .x-cour3 .container .x-xia .x-le ul li .x-tit i {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.x-cour3 .container .x-xia .x-le ul li .x-tit i svg {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-cour3 .container .x-xia .x-le ul li .x-tit i svg path {
  fill: #999999;
  transition: 0.4s ease-in-out;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx {
  border-top: 1px solid #eeeeee;
  display: none;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box:nth-child(1) .x-tl {
  border-top: none;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0;
  margin: 0 0.3rem;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl {
    padding: 0.24rem 0;
  }
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl.on .x-title3 {
  color: #000;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl.on i svg:nth-child(1) {
  opacity: 0;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl.on i svg:nth-child(2) {
  opacity: 1;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl.on i svg .cls-12rs {
  fill: #192065;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl .x-title3 {
  width: calc(100% - 26px);
  font-weight: bold;
  color: #666666;
  transition: 0.4s ease-in-out;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl i {
  display: inline-flex;
  align-items: center;
  width: 12px;
  height: 12px;
  position: relative;
  font-style: initial;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl i svg {
  width: 100%;
  height: 100%;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl i svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-tl i svg path {
  fill: #999999;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-a {
  padding: 0.18rem 0;
  margin: 0 0.3rem;
  border-top: 1px solid #eeeeee;
  display: none;
}
@media (max-width: 767px) {
  .x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-a {
    padding: 0.3rem 0;
  }
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-a a {
  display: block;
  color: #666666;
  margin-bottom: 0.15rem;
  transition: 0.4s ease-in-out;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-a a:hover {
  color: #192065;
}
.x-cour3 .container .x-xia .x-le ul li .x-xx .x-box .x-a a:last-child {
  margin-bottom: 0;
}
.x-cour3 .container .x-xia .xk {
  width: 78.125%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-cour3 .container .x-xia .xk {
    width: 100%;
  }
}
.x-cour3 .container .x-xia .xk .x-zh {
  width: 48%;
}
@media (max-width: 991px) {
  .x-cour3 .container .x-xia .xk .x-zh {
    width: 100%;
    padding: 0.6rem 0;
  }
}
.x-cour3 .container .x-xia .xk .x-zh .swiper-container {
  padding-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .x-cour3 .container .x-xia .xk .x-zh .swiper-container {
    padding-bottom: 0.6rem;
  }
}
.x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 75%;
}
.x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1.5px solid #cccccc;
  opacity: 1;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192165, #192165);
  border: none;
}
@media (max-width: 1580px) {
  .x-cour3 .container .x-xia .xk .x-zh .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
.x-cour3 .container .x-xia .xk .x-ri {
  width: 48%;
  max-height: 7rem;
  overflow-y: auto;
  margin-right: -0.1rem;
  padding-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-cour3 .container .x-xia .xk .x-ri {
    max-height: 8rem;
  }
}
@media (max-width: 991px) {
  .x-cour3 .container .x-xia .xk .x-ri {
    max-height: initial;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}
.x-cour3 .container .x-xia .xk .x-ri .x-text {
  overflow: hidden;
}
.x-cour3 .container .x-xia .xk .x-ri .x-text ul,
.x-cour3 .container .x-xia .xk .x-ri .x-text ol,
.x-cour3 .container .x-xia .xk .x-ri .x-text li {
  list-style-type: disc !important;
  list-style: disc !important;
  margin-left: 10px;
}
.x-cour3 .container .x-xia .xk .x-ri > ul {
  border: 1px solid #eeeeee;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li:last-child {
  border-bottom: none;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li:nth-child(1) {
  background-color: #f8f8f8;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li .x-title2 {
  width: 41.66%;
  color: #000000;
  font-weight: bold;
  padding: 0.165rem 0.3rem;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li .x-title2:nth-child(2) {
  width: 58.34%;
  border-left: 1px solid #eeeeee;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li .x-p {
  width: 41.66%;
  color: #666;
  padding: 0.1rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.875;
}
.x-cour3 .container .x-xia .xk .x-ri > ul > li .x-p:nth-child(2) {
  width: 58.34%;
  border-left: 1px solid #eeeeee;
}
.x-smart1 {
  position: relative;
  height: 180vh;
}
.x-smart1 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.x-smart1 .x-con::before {
  content: "";
  width: 100%;
  height: 245px;
  background: url(../images/x-cou8.png) no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-smart1 .x-con .x-i {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.x-smart1 .x-con .x-img {
  width: 100%;
  height: 100%;
}
.x-smart1 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-smart1 .x-con .x-img img:nth-child(1) {
    display: none;
  }
}
.x-smart1 .x-con .x-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-smart1 .x-con .x-img img:nth-child(2) {
    display: block;
  }
}
.x-smart1 .x-con .x-mbx {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .x-smart1 .x-con .x-mbx {
    top: 1.2rem;
  }
}
.x-smart1 .x-con .x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
}
.x-smart1 .x-con .x-mbx .container a:hover,
.x-smart1 .x-con .x-mbx .container a.on {
  color: #fff;
}
.x-smart1 .x-con .x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.x-smart1 .x-con .x-text .x-title {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
  width: 100%;
  padding: 0 1rem;
  line-height: 1;
}
.x-smart1 .x-con .x-text .x-sp {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .x-smart1 .x-con .x-text .x-sp {
    padding: 0 0.4rem;
  }
}
.x-smart1 .x-con .x-text .x-sp .x-p {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-smart1 .x-con .x-text .x-sp .x-p {
    font-size: 0.34rem !important;
  }
}
.x-smart1 .x-con .x-text .x-sp .public-btn {
  margin-top: 0.55rem;
}
.x-smart2 {
  padding: 1.1rem 0;
}
@media (max-width: 767px) {
  .x-smart2 {
    padding: 1.2rem 0;
  }
}
.x-smart2 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-smart2 .container .x-top .x-title {
  width: 34.375%;
  padding-right: 0.4rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 991px) {
  .x-smart2 .container .x-top .x-title {
    width: 100%;
  }
}
.x-smart2 .container .x-top .x-p {
  width: 65.625%;
  color: #666666;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .x-smart2 .container .x-top .x-p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-smart2 .container .x-top .x-p {
    margin-top: 0.1rem;
  }
}
.x-smart2 .container .public-img {
  margin-top: 0.6rem;
}
.x-smart2 .container .public-img .x-ii {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-left: 3rem solid #fff;
  border-right: 3rem solid #fff;
  pointer-events: none;
}
@media (max-width: 991px) {
  .x-smart2 .container .public-img .x-ii {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-smart2 .container .public-img {
    margin-top: 0.3rem;
  }
}
.x-smart2 .container .public-img::before {
  padding-top: 45%;
}
.x-smart3 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-smart3 {
    padding-bottom: 0.8rem;
  }
}
.x-smart3 .container .x-title {
  text-align: center;
  font-weight: bold;
}
.x-smart3 .container .x-ul {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-smart3 .container .x-ul {
    margin-top: 0.3rem;
  }
}
.x-smart3 .container .x-ul .x-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .x-smart3 .container .x-ul .x-li {
    padding-bottom: 0.4rem;
  }
}
.x-smart3 .container .x-ul .x-li:nth-child(2n) .x-ri {
  order: -1;
}
@media (max-width: 767px) {
  .x-smart3 .container .x-ul .x-li:nth-child(2n) .x-ri {
    order: 1;
  }
}
.x-smart3 .container .x-ul .x-li:last-child {
  padding-bottom: 0;
}
.x-smart3 .container .x-ul .x-li .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-smart3 .container .x-ul .x-li .x-le {
    width: 100%;
  }
}
.x-smart3 .container .x-ul .x-li .x-le:hover .public-img img {
  transform: scale(1.08);
}
.x-smart3 .container .x-ul .x-li .x-le .public-img {
  width: 100%;
}
.x-smart3 .container .x-ul .x-li .x-le .public-img::before {
  padding-top: 60%;
}
.x-smart3 .container .x-ul .x-li .x-ri {
  width: 43.75%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .x-smart3 .container .x-ul .x-li .x-ri {
    width: 100%;
    padding: 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .x-smart3 .container .x-ul .x-li .x-ri {
    padding: 0.3rem 0;
  }
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t {
  display: block;
  width: 100%;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .x-title2 {
  font-weight: bold;
  color: #000;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-content1 {
  margin-top: 0.1rem;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-content1 .x-title3 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.05rem;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-content1 ul li {
  color: #ccc;
  list-style: disc;
  margin-left: 20px;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-content1 ul li p {
  color: #666666;
  line-height: 2;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-content1 p {
  color: #666666;
  line-height: 1.7;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-t .public-btn {
  margin-top: 0.2rem;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-swiper1 {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.1);
}
.x-smart3 .container .x-ul .x-li .x-ri .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 75%;
}
.x-smart3 .container .x-ul .x-li .x-ri .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #666666;
  margin-top: 0.15rem;
}
.x-smart4 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0.6rem;
}
.x-smart4 .container .x-title {
  text-align: center;
  font-weight: bold;
}
.x-smart4 .container .x-top {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-smart4 .container .x-top {
    margin-top: 0.3rem;
  }
}
.x-smart4 .container .x-top ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.x-smart4 .container .x-top ul li:hover .x-le .public-img img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .x-smart4 .container .x-top ul li {
    margin-bottom: 0.8rem;
  }
}
.x-smart4 .container .x-top ul li:last-child {
  margin-bottom: 0;
}
.x-smart4 .container .x-top ul li:nth-child(2n) .x-ri {
  order: -1;
}
@media (max-width: 991px) {
  .x-smart4 .container .x-top ul li:nth-child(2n) .x-ri {
    order: 1;
  }
}
.x-smart4 .container .x-top ul li .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-smart4 .container .x-top ul li .x-le {
    width: 100%;
  }
}
.x-smart4 .container .x-top ul li .x-le .public-img::before {
  padding-top: 56.25%;
}
.x-smart4 .container .x-top ul li .x-ri {
  width: 43.75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .x-smart4 .container .x-top ul li .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-smart4 .container .x-top ul li .x-ri .x-tit .x-lo {
  width: 1.94rem;
  height: 0.8rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-smart4 .container .x-top ul li .x-ri .x-tit .x-lo {
    width: 2.2rem;
  }
}
.x-smart4 .container .x-top ul li .x-ri .x-tit .x-lo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-smart4 .container .x-top ul li .x-ri .x-tit .x-p {
  color: #666666;
  line-height: 1.7;
  margin-top: 0.35rem;
  overflow-y: auto;
  max-height: 2.5rem;
  padding-right: 5px;
}
@media (max-width: 1260px) {
  .x-smart4 .container .x-top ul li .x-ri .x-tit .x-p {
    max-height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .x-smart4 .container .x-top ul li .x-ri .x-tit .x-p {
    overflow-y: initial;
    max-height: initial;
  }
}
.x-smart4 .container .x-top ul li .x-ri .x-a {
  margin-top: 0.3rem;
}
.x-smart4 .container .x-xia {
  margin-top: 1rem;
}
.x-smart4 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-smart4 .container .x-xia ul li {
  width: 43.75%;
  padding: 0.6rem 0 0.55rem;
  border-top: 1px solid #dbe6eb;
}
@media (max-width: 767px) {
  .x-smart4 .container .x-xia ul li {
    width: 100%;
  }
}
.x-smart4 .container .x-xia ul li .x-lo {
  width: 1.94rem;
  height: 0.8rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-smart4 .container .x-xia ul li .x-lo {
    width: 2.2rem;
  }
}
.x-smart4 .container .x-xia ul li .x-lo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-smart4 .container .x-xia ul li .x-text {
  margin-top: 0.25rem;
}
.x-smart4 .container .x-xia ul li .x-text .x-title2 {
  font-weight: bold;
  color: #000000;
}
.x-smart4 .container .x-xia ul li .x-text .x-p {
  color: #666666;
  margin-top: 0.14rem;
  line-height: 1.66;
}
.x-smart5 {
  padding: 1.1rem 0 0.7rem;
}
@media (max-width: 767px) {
  .x-smart5 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-smart5 .container .x-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-smart5 .container .x-t .x-title {
  font-weight: bold;
  color: #000;
}
.x-smart5 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.6rem -0.5rem 0 0;
}
@media (max-width: 767px) {
  .x-smart5 .container ul {
    margin-right: 0;
    margin-top: 0.3rem;
  }
}
.x-smart5 .container ul li {
  width: 33.33%;
  padding: 0 0.5rem 0.5rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-smart5 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-smart5 .container ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }
}
.x-smart5 .container ul li a {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-smart5 .container ul li a:hover {
  background-color: #192065;
}
.x-smart5 .container ul li a:hover .public-img img {
  transform: scale(1.05);
}
.x-smart5 .container ul li a:hover .x-text .x-title {
  color: #fff;
}
.x-smart5 .container ul li a:hover .x-text .x-p {
  color: #c2c8ff;
}
.x-smart5 .container ul li a:hover .x-text .x-sp span {
  color: #fff;
}
.x-smart5 .container ul li a:hover .x-text .x-sp i {
  transform: translateX(0.06rem);
}
.x-smart5 .container ul li a:hover .x-text .x-sp i svg path {
  fill: #fff;
}
.x-smart5 .container ul li a .public-img::before {
  padding-top: 56%;
}
.x-smart5 .container ul li a .x-text {
  padding: 0.35rem 0.4rem;
}
.x-smart5 .container ul li a .x-text .x-title {
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-smart5 .container ul li a .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-smart5 .container ul li a .x-text .x-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-smart5 .container ul li a .x-text .x-sp {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #cccccc;
}
.x-smart5 .container ul li a .x-text .x-sp span {
  color: #192065;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
  transition: 0.4s ease-in-out;
}
.x-smart5 .container ul li a .x-text .x-sp i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  transition: 0.4s ease-in-out;
}
.x-smart5 .container ul li a .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.x-smart5 .container ul li a .x-text .x-sp i svg path {
  fill: #192065;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-news1 {
  padding: 0.2rem 0 1.2rem;
}
.x-news1 .container ul {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-news1 .container ul {
    padding-bottom: 0.2rem;
  }
}
.x-news1 .container ul li {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-news1 .container ul li {
    padding-bottom: 0.4rem;
  }
}
.x-news1 .container ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-news1 .container ul li a:hover {
  background-color: #edf3f6;
}
.x-news1 .container ul li a:hover .public-img img {
  transform: scale(1.05);
}
.x-news1 .container ul li a .public-img {
  width: 31.25%;
}
@media (max-width: 991px) {
  .x-news1 .container ul li a .public-img {
    width: 38.25%;
  }
}
@media (max-width: 767px) {
  .x-news1 .container ul li a .public-img {
    width: 100%;
  }
}
.x-news1 .container ul li a .public-img::before {
  padding-top: 56%;
}
.x-news1 .container ul li a .x-text {
  width: 68.75%;
  padding: 0.35rem 0.4rem;
}
@media (max-width: 991px) {
  .x-news1 .container ul li a .x-text {
    width: 61.75%;
  }
}
@media (max-width: 767px) {
  .x-news1 .container ul li a .x-text {
    width: 100%;
  }
}
.x-news1 .container ul li a .x-text .x-sp {
  color: #666666;
  transition: 0.4s ease-in-out;
}
.x-news1 .container ul li a .x-text .x-title {
  color: #000000;
  font-weight: bold;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease-in-out;
}
.x-news1 .container ul li a .x-text .x-p {
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  transition: 0.4s ease-in-out;
}
.x-news1 .container ul li a .x-text .x-p2 {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #cccccc;
}
.x-news1 .container ul li a .x-text .x-p2 span {
  color: #192065;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
  transition: 0.4s ease-in-out;
}
.x-news1 .container ul li a .x-text .x-p2 i {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.x-news1 .container ul li a .x-text .x-p2 i svg {
  width: 100%;
  height: 100%;
}
.x-news1 .container ul li a .x-text .x-p2 i svg path {
  fill: #192065;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-news-info1 {
  padding: 0.5rem 0 1.2rem;
}
.x-news-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-news-info1 .container .x-le {
  width: 62.5%;
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-le {
    width: 100%;
  }
}
.x-news-info1 .container .x-le .x-title {
  font-weight: bold;
  color: #000;
}
.x-news-info1 .container .x-le .x-tit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
.x-news-info1 .container .x-le .public-content {
  padding: 0.55rem 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .public-content h1,
  .x-news-info1 .container .x-le .public-content h2,
  .x-news-info1 .container .x-le .public-content h3,
  .x-news-info1 .container .x-le .public-content h4,
  .x-news-info1 .container .x-le .public-content h5,
  .x-news-info1 .container .x-le .public-content h6 {
    font-size: 0.36rem !important;
  }
  .x-news-info1 .container .x-le .public-content p,
  .x-news-info1 .container .x-le .public-content span,
  .x-news-info1 .container .x-le .public-content a,
  .x-news-info1 .container .x-le .public-content strong {
    font-size: 14px !important;
  }
}
.x-news-info1 .container .x-le .x-fx {
  margin-top: 0.55rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.x-news-info1 .container .x-le .x-fx span {
  display: inline-block;
  color: #666666;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0 0.1rem;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#e0e0e0, #e0e0e0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a:hover {
  border-color: #fff;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a:hover::after {
  opacity: 1;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a:hover svg path {
  fill: #fff;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-fx .bshare-custom a {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a svg {
  width: 60%;
  height: auto;
  pointer-events: none;
  position: relative;
  z-index: 5;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a svg path {
  fill: #999999;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container .x-le .x-but {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-but {
    margin-top: 0.4rem;
  }
}
.x-news-info1 .container .x-le .x-but a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  text-align: center;
  position: relative;
  padding: 0 0.1rem;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-but a {
    height: 0.6rem;
    line-height: 0.6rem;
    min-width: 1.6rem;
  }
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-le .x-but a {
    min-width: 1.9rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-but a {
    height: 0.74rem;
    line-height: 0.74rem;
    min-width: 2rem;
  }
}
.x-news-info1 .container .x-le .x-but a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#e0e0e0, #e0e0e0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  border-radius: 100px;
}
.x-news-info1 .container .x-le .x-but a:hover::after {
  opacity: 1;
}
.x-news-info1 .container .x-le .x-but a:hover i svg path {
  fill: #fff !important;
}
.x-news-info1 .container .x-le .x-but a:hover span {
  color: #fff;
}
.x-news-info1 .container .x-le .x-but a.x-l i {
  display: inline-flex;
  align-items: center;
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-but a.x-l i {
    width: 10px;
    height: 10px;
  }
}
.x-news-info1 .container .x-le .x-but a.x-l i svg {
  width: 100%;
  height: 100%;
}
.x-news-info1 .container .x-le .x-but a.x-l i svg path {
  fill: #999999;
}
.x-news-info1 .container .x-le .x-but a.x-z i {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-but a.x-z i {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-le .x-but a.x-z i {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-news-info1 .container .x-le .x-but a.x-z i svg {
  width: 100%;
  height: 100%;
}
.x-news-info1 .container .x-le .x-but a.x-z i svg path {
  fill: #999999;
  opacity: 1;
}
.x-news-info1 .container .x-le .x-but a.x-r i {
  margin-right: 0;
  margin-left: 0.1rem;
  transform: rotate(180deg);
}
.x-news-info1 .container .x-le .x-but a span {
  color: #666;
  position: relative;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container .x-le .x-but a i {
  margin-right: 0.1rem;
}
.x-news-info1 .container .x-le .x-but a i svg path {
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container .x-ri {
  width: 31.25%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-ri {
    top: 100px;
  }
}
@media (max-width: 1260px) {
  .x-news-info1 .container .x-ri {
    top: 80px;
  }
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-ri {
    width: 100%;
    position: initial;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-ri {
    margin-top: 1rem;
  }
}
.x-news-info1 .container .x-ri .x-title {
  color: #000;
  font-weight: bold;
}
.x-news-info1 .container .x-ri .x-a {
  margin-top: 0.24rem;
}
.x-news-info1 .container .x-ri .x-a a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.24rem 0.35rem 0.24rem 0;
  border-top: 1px solid #eeeeee;
}
.x-news-info1 .container .x-ri .x-a a:hover .x-title2 {
  color: #192065;
}
.x-news-info1 .container .x-ri .x-a a .public-img {
  width: 30%;
}
.x-news-info1 .container .x-ri .x-a a .public-img::before {
  padding-top: 60%;
}
.x-news-info1 .container .x-ri .x-a a .x-text {
  width: 70%;
  padding-left: 0.2rem;
}
.x-news-info1 .container .x-ri .x-a a .x-text .x-sp {
  color: #666666;
}
.x-news-info1 .container .x-ri .x-a a .x-text .x-title2 {
  color: #000000;
  font-weight: bold;
  margin-top: 5px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.x-contact1 {
  padding: 1.1rem 0 0.6rem;
}
.x-contact1 .container .x-title {
  color: #000;
  font-weight: bold;
}
.x-contact1 .container .x-a {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-a {
    display: flex;
    overflow-x: auto;
    margin-top: 0.1rem;
  }
}
.x-contact1 .container .x-a a {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  padding: 0.15rem 0 0.25rem;
  margin-right: 0.5rem;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-a a {
    white-space: nowrap;
  }
}
.x-contact1 .container .x-a a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #192065;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-a a::before {
    display: none;
  }
}
.x-contact1 .container .x-a a.on {
  color: #192065;
}
.x-contact1 .container .x-a a.on::before {
  width: 100%;
}
.x-contact2 {
  padding-bottom: 1.2rem;
}
.x-contact2 .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-contact2 .container .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-contact2 .container .x-le {
    width: 100%;
  }
}
.x-contact2 .container .x-le .public-img {
  width: 100%;
}
.x-contact2 .container .x-le .public-img::before {
  padding-top: 62.5%;
}
.x-contact2 .container .x-ri {
  width: 50%;
  background-color: #192065;
  padding: 0.9rem 1rem 0.2rem 1rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-contact2 .container .x-ri {
    padding-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-contact2 .container .x-ri {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container .x-ri {
    padding: 0.4rem;
  }
}
.x-contact2 .container .x-ri::before {
  content: "";
  width: 4.76rem;
  height: 1.12rem;
  background: url('../images/x-cont7.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.x-contact2 .container .x-ri .x-title {
  color: #fff;
  font-weight: bold;
}
.x-contact2 .container .x-ri .x-tit {
  padding-top: 0.55rem;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1260px) {
  .x-contact2 .container .x-ri .x-tit {
    padding-top: 0.3rem;
  }
}
.x-contact2 .container .x-ri .x-tit .x-p {
  color: #fff;
  display: flex;
  margin-bottom: 0.15rem;
}
.x-contact2 .container .x-ri .x-tit .x-p span:nth-child(1) {
  display: flex;
  flex-shrink: 0;
}
.x-contact2 .container .x-ri .x-tit .x-p span i {
  display: inline-flex;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact2 .container .x-ri .x-tit .x-p span i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-contact2 .container .x-ri .x-tit .x-p span i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-contact3 {
  padding-bottom: 0.8rem;
}
.x-contact3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact3 .container ul li {
  width: 48.75%;
  border: 1px solid #eeeeee;
  margin-bottom: 0.4rem;
  padding: 0.45rem 0.5rem;
}
@media (max-width: 991px) {
  .x-contact3 .container ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container ul li {
    padding: 0.4rem;
  }
}
.x-contact3 .container ul li .x-title {
  font-weight: bold;
  color: #000;
}
.x-contact3 .container ul li .x-tit {
  margin-top: 0.2rem;
}
.x-contact3 .container ul li .x-tit .x-p {
  margin-bottom: 0.12rem;
  display: flex;
}
.x-contact3 .container ul li .x-tit .x-p span {
  color: #666666;
}
.x-contact3 .container ul li .x-tit .x-p span:nth-child(1) {
  display: flex;
  flex-shrink: 0;
}
.x-contact3 .container ul li .x-tit .x-p span:nth-child(1) i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact3 .container ul li .x-tit .x-p span:nth-child(1) i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-contact3 .container ul li .x-tit .x-p span:nth-child(1) i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-contact4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
}
.x-contact4 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact4 .container .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-contact4 .container .x-le {
    width: 100%;
  }
}
.x-contact4 .container .x-le .x-title {
  font-weight: bold;
  color: #010101;
  line-height: 1.4;
}
.x-contact4 .container .x-le .x-p {
  color: #666666;
  margin-top: 0.15rem;
}
.x-contact4 .container .x-ri {
  width: 50%;
}
@media (max-width: 991px) {
  .x-contact4 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-contact4 .container .x-ri .x-form .x-inp {
  width: 100%;
  margin-bottom: 0.2rem;
}
.x-contact4 .container .x-ri .x-form .x-inp input {
  width: 100%;
  background-color: #fff;
  height: 0.6rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .x-contact4 .container .x-ri .x-form .x-inp input {
    height: 0.8rem;
  }
}
.x-contact4 .container .x-ri .x-form .x-inp input::placeholder {
  color: #666666;
}
.x-contact4 .container .x-ri .x-form .x-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact4 .container .x-ri .x-form .x-in .x-inp {
  width: 48.75%;
}
.x-contact4 .container .x-ri .x-form .x-sp {
  background-color: #fff;
  padding: 0.18rem 0.2rem;
}
.x-contact4 .container .x-ri .x-form .x-sp .x-p {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.x-contact4 .container .x-ri .x-form .x-sp .x-p p {
  color: #666666;
}
.x-contact4 .container .x-ri .x-form .x-sp .x-p span {
  display: inline-block;
  margin-top: 0.1rem;
  color: #192065;
}
.x-contact4 .container .x-ri .x-form .x-sp .hi-input-box {
  position: relative;
  display: block;
  padding: 0.18rem 0 0;
  text-align: right;
}
.x-contact4 .container .x-ri .x-form .x-sp .hi-input-box .hi-text {
  color: #192065;
}
.x-contact4 .container .x-ri .x-form .x-sp .hi-input-box .hi-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-contact4 .container .x-ri .x-form .x-pp {
  color: #666666;
  margin-top: 0.18rem;
}
.x-contact4 .container .x-ri .x-form .public-btn {
  margin-top: 0.4rem;
}
.x-priv1 {
  padding: 1.1rem 0;
}
.x-priv1 .container {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .x-priv1 .container {
    width: 90%;
  }
}
.x-priv1 .container .x-t {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #eeeeee;
}
.x-priv1 .container .x-t .x-title {
  font-weight: bold;
  color: #000;
}
.x-priv1 .container .x-t .x-sp {
  color: #666666;
  margin-top: 0.12rem;
}
.x-priv1 .container .public-content {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-priv1 .container .public-content h1,
  .x-priv1 .container .public-content h2,
  .x-priv1 .container .public-content h3,
  .x-priv1 .container .public-content h4,
  .x-priv1 .container .public-content h5,
  .x-priv1 .container .public-content h6 {
    font-size: 0.34rem !important;
  }
  .x-priv1 .container .public-content p,
  .x-priv1 .container .public-content span,
  .x-priv1 .container .public-content strong {
    font-size: 0.28rem !important;
  }
}
.x-webmap1 {
  padding: 1.1rem 0;
}
.x-webmap1 .container {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .x-webmap1 .container {
    width: 90%;
  }
}
.x-webmap1 .container .x-title {
  font-weight: bold;
  color: #000;
}
.x-webmap1 .container ul li {
  padding: 0.4rem 0 0.35rem;
  border-bottom: 1px solid #eaeaea;
}
.x-webmap1 .container ul li .x-title2 a {
  display: inline-block;
  font-weight: bold;
  color: #000;
  transition: 0.4s ease-in-out;
}
.x-webmap1 .container ul li .x-title2 a:hover {
  color: #192065;
}
.x-webmap1 .container ul li .x-a {
  margin-top: 0.15rem;
}
.x-webmap1 .container ul li .x-a a {
  display: inline-block;
  color: #666666;
  margin-right: 0.6rem;
  margin-bottom: 0.15rem;
  transition: 0.4s ease-in-out;
}
.x-webmap1 .container ul li .x-a a:hover {
  color: #192065;
}
.x-search1 {
  padding: 1.1rem 0 0.26rem;
}
.x-search1 .container {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .x-search1 .container {
    width: 90%;
  }
}
.x-search1 .container .x-title {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.x-search1 .container .x-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-t {
    margin-top: 0.3rem;
  }
}
.x-search1 .container .x-t .x-le {
  width: 70%;
  display: flex;
}
@media (max-width: 767px) {
  .x-search1 .container .x-t .x-le {
    width: 100%;
    overflow-x: auto;
  }
}
.x-search1 .container .x-t .x-le a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 0.5rem;
  border-radius: 100px;
  border: 1px solid #eeeeee;
  padding: 0 0.1rem;
  margin-right: 0.2rem;
  color: #666666;
  position: relative;
  transition: 0.4s ease-in-out;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-t .x-le a {
    height: 0.64rem;
    min-width: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-t .x-le a {
    height: 0.8rem;
    min-width: 2.2rem;
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-t .x-le a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#ffffff, #ffffff);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-search1 .container .x-t .x-le a:hover,
.x-search1 .container .x-t .x-le a.on {
  color: #fff;
  border-color: transparent;
}
.x-search1 .container .x-t .x-le a:hover::before,
.x-search1 .container .x-t .x-le a.on::before {
  opacity: 1;
}
.x-search1 .container .x-t .x-ri {
  width: 25%;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-t .x-ri {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.x-search1 .container .x-t .x-ri .x-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0 0.12rem 0 0;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-t .x-ri .x-form {
    height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-t .x-ri .x-form {
    height: 0.8rem;
  }
}
.x-search1 .container .x-t .x-ri .x-form input {
  width: calc(100% - 40px);
  padding: 0 0.3rem;
  color: #666666;
}
.x-search1 .container .x-t .x-ri .x-form input::placeholder {
  color: #666666;
}
.x-search1 .container .x-t .x-ri .x-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.x-search1 .container .x-t .x-ri .x-form button svg {
  width: 14px;
  height: 14px;
}
.x-search1 .container .x-t .x-ri .x-form button svg path {
  fill: #aaaaaa;
}
.x-search2 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-search2 {
    padding-bottom: 0.7rem;
  }
}
.x-search2 .container {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .x-search2 .container {
    width: 90%;
  }
}
.x-search2 .container .x-box .x-title {
  font-weight: bold;
  color: #000;
}
.x-search2 .container .x-box ul {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-search2 .container .x-box ul {
    padding-bottom: 0.2rem;
  }
}
.x-search2 .container .x-box ul li {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-search2 .container .x-box ul li {
    padding-bottom: 0.4rem;
  }
}
.x-search2 .container .x-box ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-search2 .container .x-box ul li a:hover {
  background-color: #192065;
}
.x-search2 .container .x-box ul li a:hover .public-img img {
  transform: scale(1.05);
}
.x-search2 .container .x-box ul li a:hover .x-text .x-sp {
  color: #fff;
}
.x-search2 .container .x-box ul li a:hover .x-text .x-title2 {
  color: #fff;
}
.x-search2 .container .x-box ul li a:hover .x-text .x-p {
  color: #c2c8ff;
}
.x-search2 .container .x-box ul li a:hover .x-text .x-p2 {
  border-color: #474d84;
}
.x-search2 .container .x-box ul li a:hover .x-text .x-p2 span {
  color: #fff;
}
.x-search2 .container .x-box ul li a:hover .x-text .x-p2 i svg path {
  fill: #fff;
}
.x-search2 .container .x-box ul li a .public-img {
  width: 41.66%;
}
@media (max-width: 991px) {
  .x-search2 .container .x-box ul li a .public-img {
    width: 38.25%;
  }
}
@media (max-width: 767px) {
  .x-search2 .container .x-box ul li a .public-img {
    width: 100%;
  }
}
.x-search2 .container .x-box ul li a .public-img::before {
  padding-top: 56%;
}
.x-search2 .container .x-box ul li a .x-text {
  width: 58.34%;
  padding: 0.35rem 0.6rem;
}
@media (max-width: 991px) {
  .x-search2 .container .x-box ul li a .x-text {
    width: 61.75%;
  }
}
@media (max-width: 767px) {
  .x-search2 .container .x-box ul li a .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-search2 .container .x-box ul li a .x-text .x-sp {
  color: #666666;
  transition: 0.4s ease-in-out;
}
.x-search2 .container .x-box ul li a .x-text .x-title2 {
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease-in-out;
}
.x-search2 .container .x-box ul li a .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  transition: 0.4s ease-in-out;
}
.x-search2 .container .x-box ul li a .x-text .x-p2 {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  margin-top: 0.45rem;
  border-top: 1px dashed #cccccc;
}
.x-search2 .container .x-box ul li a .x-text .x-p2 span {
  color: #192065;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
  transition: 0.4s ease-in-out;
}
.x-search2 .container .x-box ul li a .x-text .x-p2 i {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.x-search2 .container .x-box ul li a .x-text .x-p2 i svg {
  width: 100%;
  height: 100%;
}
.x-search2 .container .x-box ul li a .x-text .x-p2 i svg path {
  fill: #192065;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-noser1 {
  padding: 0.8rem 0 1.2rem;
}
.x-noser1 .container {
  text-align: center;
}
.x-noser1 .container p {
  margin-top: 0.7rem;
  color: #000;
}
@media (max-width: 767px) {
  .x-noser1 .container p {
    font-size: 0.28rem;
  }
}
.x-tend1 {
  padding: 0.2rem 0 1.2rem;
}
.x-tend1 .container .x-xia {
  margin-bottom: 0.6rem;
}
@media (max-width: 1260px) {
  .x-tend1 .container .x-xia {
    overflow-x: auto;
  }
}
@media (max-width: 1260px) {
  .x-tend1 .container .x-xia ul {
    width: 1080px;
  }
}
@media (max-width: 991px) {
  .x-tend1 .container .x-xia ul {
    width: 1400px;
  }
}
@media (max-width: 767px) {
  .x-tend1 .container .x-xia ul {
    width: 1400px;
  }
}
.x-tend1 .container .x-xia ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
}
.x-tend1 .container .x-xia ul li:nth-child(1) {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
}
.x-tend1 .container .x-xia ul li:last-child {
  border-bottom: none;
}
.x-tend1 .container .x-xia ul li:nth-child(n+2) {
  transition: 0.4s ease-in-out;
}
.x-tend1 .container .x-xia ul li:nth-child(n+2):hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.x-tend1 .container .x-xia ul li .x-title {
  font-weight: bold;
  color: #000000;
  padding: 0.17rem 0.1rem 0.17rem 0;
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(1) {
  width: 6.25%;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(1) {
    width: 6.25%;
  }
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(2) {
  width: 34.5%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(2) {
    width: 38.5%;
  }
}
@media (max-width: 767px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(2) {
    width: 32.5%;
  }
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(3) {
  width: 23.125%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(3) {
    width: 21.125%;
  }
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(4) {
  width: 11.25%;
  text-align: center;
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(5) {
  width: 9.375%;
  text-align: center;
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(6) {
  width: 14.375%;
  padding-left: 0.6rem;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(6) {
    width: 14.375%;
  }
}
.x-tend1 .container .x-xia ul li .x-title:nth-child(7) {
  width: 8.125%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-title:nth-child(7) {
    width: 9.125%;
  }
}
.x-tend1 .container .x-xia ul li .x-p {
  color: #666666;
  padding: 0.17rem 0.1rem 0.17rem 0;
}
.x-tend1 .container .x-xia ul li .x-p a {
  color: #666666;
  transition: 0.4s ease-in-out;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-tend1 .container .x-xia ul li .x-p a:hover {
  color: #192065;
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(1) {
  width: 6.25%;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(1) {
    width: 6.25%;
  }
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(2) {
  width: 34.5%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(2) {
    width: 38.5%;
  }
}
@media (max-width: 767px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(2) {
    width: 32.5%;
  }
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(3) {
  width: 23.125%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(3) {
    width: 21.125%;
  }
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(4) {
  width: 11.25%;
  text-align: center;
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(5) {
  width: 9.375%;
  text-align: center;
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(6) {
  width: 14.375%;
  padding-left: 0.6rem;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(6) {
    width: 14.375%;
  }
}
.x-tend1 .container .x-xia ul li .x-p:nth-child(7) {
  width: 8.125%;
}
@media (max-width: 1580px) {
  .x-tend1 .container .x-xia ul li .x-p:nth-child(7) {
    width: 9.125%;
  }
}
.x-join1 {
  background-color: #edf3f6;
  padding: 1.1rem 0 1.3rem;
}
.x-join1 .container .x-top {
  text-align: center;
}
.x-join1 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-join1 .container .x-top .x-p {
  color: #666666;
  margin-top: 0.1rem;
}
.x-join1 .container .swiper-container {
  margin-top: 0.35rem;
}
.x-join1 .container .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.x-join1 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.x-join1 .container .swiper-container .swiper-wrapper .swiper-slide .zz-imgbox {
  width: 100%;
}
.x-join1 .container .swiper-container .swiper-wrapper .swiper-slide .zz-imgbox .public-img::before {
  padding-top: 56.11510791%;
}
@media (max-width: 767px) {
  .x-join1 .container .swiper-container .swiper-wrapper .swiper-slide .zz-imgbox .public-img::before {
    padding-top: 62.115108%;
  }
}
.x-join1 .container .swiper-container .swiper-button-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 25.5%;
  transform: translateY(-50%);
  background-color: rgba(238, 238, 238, 0.51);
  border: none;
}
@media (max-width: 1260px) {
  .x-join1 .container .swiper-container .swiper-button-prev {
    left: 23.5%;
  }
}
@media (max-width: 991px) {
  .x-join1 .container .swiper-container .swiper-button-prev {
    left: 7.5%;
  }
}
@media (max-width: 767px) {
  .x-join1 .container .swiper-container .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    min-width: initial;
    min-height: initial;
  }
}
.x-join1 .container .swiper-container .swiper-button-prev:hover svg path {
  fill: #fff;
}
.x-join1 .container .swiper-container .swiper-button-prev svg path {
  fill: #cccccc;
}
.x-join1 .container .swiper-container .swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 25.5%;
  transform: translateY(-50%);
  background-color: rgba(238, 238, 238, 0.51);
  border: none;
}
@media (max-width: 1260px) {
  .x-join1 .container .swiper-container .swiper-button-next {
    right: 23.5%;
  }
}
@media (max-width: 991px) {
  .x-join1 .container .swiper-container .swiper-button-next {
    right: 7.5%;
  }
}
@media (max-width: 767px) {
  .x-join1 .container .swiper-container .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    min-width: initial;
    min-height: initial;
  }
}
.x-join1 .container .swiper-container .swiper-button-next:hover svg path {
  fill: #fff;
}
.x-join1 .container .swiper-container .swiper-button-next svg path {
  fill: #cccccc;
}
.x-join2 {
  padding: 1.1rem 0 0.5rem;
}
.x-join2 .container .x-top {
  text-align: center;
}
.x-join2 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-join2 .container .x-top .x-p {
  color: #666666;
  margin-top: 0.1rem;
}
.x-join2 .container .x-xia {
  margin-top: 0.6rem;
}
.x-join2 .container .x-xia .x-swiper1 {
  padding: 0 1.5rem;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper1 {
    padding: 0 0.7rem;
  }
}
.x-join2 .container .x-xia .x-swiper1 .x-sw1 {
  padding-bottom: 1px;
}
.x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide {
  text-align: center;
}
@media (min-width: 768px) {
  .x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide.on p {
    color: #192065;
  }
  .x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide.on p::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide.swiper-slide-active p {
    color: #192065;
  }
  .x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide.swiper-slide-active p::before {
    width: 100%;
  }
}
.x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide p {
  color: #cccccc;
  transition: 0.4s ease-in-out;
  display: inline-block;
  position: relative;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.x-join2 .container .x-xia .x-swiper1 .x-sw1 .swiper-wrapper .swiper-slide p::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #192165;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}
.x-join2 .container .x-xia .x-swiper1 .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  top: -16%;
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper1 .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    min-width: initial;
    min-height: initial;
  }
}
.x-join2 .container .x-xia .x-swiper1 .swiper-button-next {
  position: absolute;
  right: 0;
  top: -16%;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper1 .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    min-width: initial;
    min-height: initial;
  }
}
.x-join2 .container .x-xia .x-swiper2 {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper2 {
    margin-top: 0.4rem;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 {
  display: none;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2.on {
  display: block;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide {
  width: 5rem;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 10.5rem;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box {
  height: 7.7rem;
}
@media (max-width: 1580px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box {
    height: 8.7rem;
  }
}
@media (max-width: 991px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box {
    height: 9.7rem;
  }
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box {
    height: 6.2rem;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box .x-img {
  height: 5.9rem;
}
@media (max-width: 1580px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box .x-img {
    height: 6.9rem;
  }
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box .x-img {
    height: 3.9rem;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide.swiper-slide-active .x-box .x-text .x-p {
  display: block;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box {
  width: 100%;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-img {
  width: 100%;
  height: 2.8rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-img {
    height: 3.9rem;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-text {
  margin-top: 0.35rem;
  padding-right: 1.7rem;
}
@media (max-width: 991px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-text {
    padding-right: 0;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-text .x-title2 {
  font-weight: bold;
  color: #000;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-text .x-p {
  display: none;
  color: #666666;
  margin-top: 0.15rem;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .swiper-wrapper .swiper-slide .x-box .x-text .x-p p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .x-but {
  display: flex;
  position: absolute;
  left: 58%;
  top: 6.3rem;
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .x-but {
    left: 56.5%;
    top: 7.3rem;
  }
}
@media (max-width: 991px) {
  .x-join2 .container .x-xia .x-swiper2 .x-sw2 .x-but {
    display: none;
  }
}
.x-join2 .container .x-xia .x-swiper2 .x-sw2 .x-but .swiper-button-prev {
  margin-right: 0.2rem;
}
.x-join3 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0.9rem;
}
.x-join3 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-join3 .container .x-title {
    font-size: 0.48rem;
  }
}
.x-join3 .container .x-a {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-join3 .container .x-a {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
}
.x-join3 .container .x-a a {
  display: block;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  margin: 0 0.1rem;
  padding: 0.36rem 0.2rem 0.25rem;
  border-radius: 0.1rem;
  border: 1px solid #dbe6eb;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-join3 .container .x-a a {
    width: 48%;
    margin: 0 0 0.3rem;
  }
}
.x-join3 .container .x-a a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#edf3f6, #edf3f6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.x-join3 .container .x-a a:hover::before {
  opacity: 1;
}
.x-join3 .container .x-a a:hover .x-ic img:nth-child(1) {
  display: none;
}
.x-join3 .container .x-a a:hover .x-ic img:nth-child(2) {
  display: inline-block;
}
.x-join3 .container .x-a a:hover .x-p p {
  color: #fff;
}
.x-join3 .container .x-a a:hover .x-p i svg path {
  fill: #fff;
}
.x-join3 .container .x-a a .x-ic {
  width: auto;
  height: 24px;
  position: relative;
  z-index: 5;
}
.x-join3 .container .x-a a .x-ic img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-join3 .container .x-a a .x-ic img:nth-child(2) {
  display: none;
}
.x-join3 .container .x-a a .x-p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-join3 .container .x-a a .x-p {
    margin-top: 0.15rem;
  }
}
.x-join3 .container .x-a a .x-p p {
  color: #333333;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.x-join3 .container .x-a a .x-p i {
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.x-join3 .container .x-a a .x-p i svg {
  width: 100%;
  height: 100%;
}
.x-join3 .container .x-a a .x-p i svg path {
  fill: #999999;
  transition: 0.4s ease-in-out;
}
.x-about1 {
  position: relative;
}
.x-about1::before {
  content: "";
  width: 100%;
  height: 245px;
  background: url(../images/x-cou8.png) no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-about1 .x-con {
  position: relative;
}
.x-about1 .x-con .x-mbx {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .x-about1 .x-con .x-mbx {
    top: 1.2rem;
  }
}
.x-about1 .x-con .x-mbx .container a {
  color: rgba(255, 255, 255, 0.5);
}
.x-about1 .x-con .x-mbx .container a:hover,
.x-about1 .x-con .x-mbx .container a.on {
  color: #fff;
}
.x-about1 .x-con .x-mbx .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.x-about1 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 46.5%;
  transform: translateX(-50%);
  z-index: 5;
}
.x-about1 .x-con .x-text .x-title {
  color: #fff;
  font-weight: bold;
}
.x-about1 .x-con .x-text .x-p {
  font-weight: bold;
  color: #fff;
  margin-top: 0.1rem;
}
.x-about1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 100vh;
}
.x-about1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-about1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-child(1) {
    display: none;
  }
}
.x-about1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-about1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-child(2) {
    display: block;
  }
}
.x-about1 .x-con .swiper-container .swiper-pagination {
  bottom: 0.6rem;
  display: flex;
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
}
.x-about1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.x-about1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 100px;
  background-color: #fff;
  border: none;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
.x-about2 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.3rem 0 1.9rem;
}
@media (max-width: 767px) {
  .x-about2 {
    padding: 1.1rem 0 0.5rem;
  }
}
.x-about2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about2 .container .x-le {
  width: 34.375%;
}
@media (max-width: 767px) {
  .x-about2 .container .x-le {
    width: 100%;
  }
}
.x-about2 .container .x-le .x-title {
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-about2 .container .x-le .x-title {
    text-align: center;
  }
}
.x-about2 .container .x-ri {
  width: 65.625%;
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-about2 .container .x-ri .x-p {
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri .x-p {
    text-align: center;
  }
}
.x-about2 .container .x-ri ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.05rem;
}
@media (max-width: 991px) {
  .x-about2 .container .x-ri ul {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri ul {
    justify-content: space-between;
    margin-top: 0.4rem;
  }
}
.x-about2 .container .x-ri ul li {
  margin-right: 1.4rem;
}
@media (max-width: 1260px) {
  .x-about2 .container .x-ri ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container .x-ri ul li {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri ul li {
    margin-right: 0;
    width: 48%;
  }
}
.x-about2 .container .x-ri ul li .x-ic {
  width: 0.4rem;
  height: 0.4rem;
}
@media (max-width: 1260px) {
  .x-about2 .container .x-ri ul li .x-ic {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri ul li .x-ic {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-about2 .container .x-ri ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about2 .container .x-ri ul li .x-sp {
  display: inline-flex;
  margin-top: 0.25rem;
  background: linear-gradient(90deg, #192065 0%, #3c9b3e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .x-about2 .container .x-ri ul li .x-sp {
    margin-top: 0.1rem;
  }
}
.x-about2 .container .x-ri ul li .x-sp2 {
  color: #666666;
  margin-top: 0.04rem;
}
.x-about3 {
  position: relative;
  height: 260vh;
}
.x-about3 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 14;
  overflow: hidden;
}
.x-about3 .x-con .x-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.x-about3 .x-con .x-top .x-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.x-about3 .x-con .x-top .x-img img {
  width: 102%;
  height: 100%;
  margin-left: -4px;
  margin-top: -1px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  transform-origin: 50% 40%;
}
.x-about3 .x-con .x-top .x-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-top .x-img img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-top .x-img img {
    height: 102%;
  }
  .x-about3 .x-con .x-top .x-img img:nth-child(1) {
    display: none;
  }
}
.x-about3 .x-con .x-top .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}
.x-about3 .x-con .x-top .icons .x-pp {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.x-about3 .x-con .x-top .icons .x-pp::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #f5f7f9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scale2 2s linear infinite;
  z-index: -1;
}
.x-about3 .x-con .x-top .icons .x-pp::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #f5f7f9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scale2 2s 1s linear infinite;
  z-index: -1;
}
.x-about3 .x-con .x-top .icons .x-pp span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #192065, #3c9b3e);
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.x-about3 .x-con .x-top .icons .x-pp span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
}
.x-about3 .x-con .x-top .icons .x-pp span svg {
  width: 12px;
  height: 12px;
  animation: scroll2 2s forwards linear infinite;
}
.x-about3 .x-con .x-top .icons .x-pp span svg path {
  fill: #192065;
}
.x-about3 .x-con .x-top .icons .x-sp {
  width: 100%;
  text-align: center;
  margin-top: 0.35rem;
  color: rgba(51, 51, 51, 0.52);
}
.x-about3 .x-con .x-video {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.x-about3 .x-con .x-video.on .x-im img {
  opacity: 0;
  z-index: 1;
}
.x-about3 .x-con .x-video .x-im {
  width: 100%;
  height: 100%;
}
.x-about3 .x-con .x-video .x-im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 6;
}
.x-about3 .x-con .x-video .x-im video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-video .x-im video.x-pcv {
    display: none;
  }
}
.x-about3 .x-con .x-video .x-im video.x-mmv {
  display: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-video .x-im video.x-mmv {
    display: block;
  }
}
.x-about3 .x-con .x-video .x-bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-about3 .x-con .x-video .x-bf.x-bf3 {
  display: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-video .x-bf.x-bf3 {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-video .x-bf.x-bf2 {
    display: none;
  }
}
.x-about3 .x-con .x-video .x-bf.on {
  opacity: 0 !important;
}
.x-about3 .x-con .x-video .x-bf img {
  width: 0.84rem;
  height: 0.84rem;
  object-fit: contain;
  margin: 0 auto;
}
.x-about3 .x-con .x-video .x-bf p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 0.25rem;
}
@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes scroll2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.x-about4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.15rem 0 3.8rem;
  overflow: hidden;
}
.x-about4 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-about4 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-about4 .container .x-top .x-but {
  display: flex;
}
.x-about4 .container .x-top .x-but .swiper-button-prev {
  margin-right: 0.2rem;
  background-color: transparent;
}
.x-about4 .container .x-top .x-but .swiper-button-next {
  background-color: transparent;
}
.x-about4 .container .swiper-container {
  margin-top: 1.45rem;
  overflow: visible;
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 0.2rem;
  position: relative;
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 1.2rem;
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n)::before {
  height: 178%;
  max-height: 178%;
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 2px;
  height: 300%;
  max-height: 300%;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 0;
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide span {
  line-height: 0.9;
  color: #192165;
}
@media (max-width: 767px) {
  .x-about4 .container .swiper-container .swiper-wrapper .swiper-slide span {
    font-size: 0.34rem;
  }
}
.x-about4 .container .swiper-container .swiper-wrapper .swiper-slide .x-p {
  color: #666666;
  line-height: 1.4;
  margin-top: 0.15rem;
}
.x-about5 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0.8rem;
}
.x-about5 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-about5 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.x-about5 .container ul {
  width: 43.75%;
}
@media (max-width: 1260px) {
  .x-about5 .container ul {
    width: 47.75%;
  }
}
@media (max-width: 991px) {
  .x-about5 .container ul {
    width: 100%;
  }
}
.x-about5 .container ul li {
  border-top: 1px solid #dbe6eb;
  width: 100%;
  position: relative;
}
.x-about5 .container ul li.on {
  background-color: #192165;
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
.x-about5 .container ul li.on .x-ic {
  pointer-events: initial;
  cursor: pointer;
}
.x-about5 .container ul li.on .x-ic svg {
  transform: rotate(180deg);
}
.x-about5 .container ul li.on .x-ic svg path {
  fill: #fff;
}
.x-about5 .container ul li.on .x-box {
  padding: 0;
}
.x-about5 .container ul li .x-ic {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  pointer-events: none;
}
.x-about5 .container ul li .x-ic svg {
  transition: 0.4s ease-in-out;
}
.x-about5 .container ul li .x-ic svg path {
  fill: #999999;
}
.x-about5 .container ul li .x-box {
  cursor: pointer;
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
.x-about5 .container ul li .x-box .x-tit {
  font-weight: bold;
  color: #000;
}
.x-about5 .container ul li .x-box .x-p {
  color: #666666;
  margin-top: 0.08rem;
}
.x-about5 .container ul li .x-box2 {
  display: none;
}
.x-about5 .container ul li .x-box2 .x-box-wn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-img {
  width: 1.34rem;
  height: 1.34rem;
  border-radius: 100%;
  flex-shrink: 0;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-text {
  width: calc(100% - 1.34rem);
  padding: 0.1rem 0 0 0.3rem;
  color: #fff;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-text .x-tit {
  font-weight: bold;
  padding-right: 0.3rem;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-text .x-p {
  margin-top: 0.08rem;
  padding-right: 0.3rem;
}
.x-about5 .container ul li .x-box2 .x-box-wn .x-text .x-sp {
  line-height: 1.8;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
}
.x-about6 {
  padding: 1.1rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-about6 {
    padding-bottom: 0.8rem;
  }
}
.x-about6 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-about6 .container ul {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about6 .container ul {
    margin-top: 0.3rem;
  }
}
.x-about6 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about6 .container ul li:hover .x-le .public-img img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .x-about6 .container ul li {
    margin-bottom: 0.4rem;
  }
}
.x-about6 .container ul li:nth-child(2) .x-le {
  background-color: #192165;
  padding: 0.8rem 1rem 0.3rem;
}
.x-about6 .container ul li:nth-child(2) .x-le .x-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about6 .container ul li:nth-child(2) .x-le .x-ul .x-li {
  width: 41.66%;
  padding: 0.25rem 0 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.x-about6 .container ul li:nth-child(2) .x-le .x-ul .x-li .x-p {
  color: #fff;
  display: flex;
}
.x-about6 .container ul li:nth-child(2) .x-le .x-ul .x-li .x-sp {
  color: #fff;
  margin-top: 0.1rem;
}
.x-about6 .container ul li:nth-child(2) .x-ri {
  order: -1;
}
@media (max-width: 991px) {
  .x-about6 .container ul li:nth-child(2) .x-ri {
    order: 1;
  }
}
.x-about6 .container ul li .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-about6 .container ul li .x-le {
    width: 100%;
  }
}
.x-about6 .container ul li .x-le .public-img::before {
  padding-top: 56.25%;
}
.x-about6 .container ul li .x-ri {
  width: 50%;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .x-about6 .container ul li .x-ri {
    width: 100%;
  }
}
.x-about6 .container ul li .x-ri .x-box {
  padding: 0.2rem 1rem;
}
@media (max-width: 991px) {
  .x-about6 .container ul li .x-ri .x-box {
    padding: 0.4rem;
  }
}
.x-about6 .container ul li .x-ri .x-box .x-title2 {
  font-weight: bold;
  color: #000;
}
.x-about6 .container ul li .x-ri .x-box .x-p {
  color: #666666;
  line-height: 1.8;
  margin-top: 0.1rem;
}
.x-about7 {
  background-color: #edf3f6;
  padding: 1.1rem 0 1.2rem;
}
.x-about7 .container .x-top {
  text-align: center;
}
.x-about7 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-about7 .container .x-top .x-p {
  color: #666666;
  margin-top: 0.15rem;
}
.x-about7 .container .x-top .x-a {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.x-about7 .container .x-top .x-a p {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  min-width: 1rem;
  padding: 0.085rem 0.2rem;
  border: 1px solid #dbe6eb;
  text-align: center;
  border-radius: 100px;
  margin: 0 0.1rem;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about7 .container .x-top .x-a p {
    padding: 0.1rem 0.35rem;
  }
}
.x-about7 .container .x-top .x-a p:hover,
.x-about7 .container .x-top .x-a p.on {
  color: #fff;
}
.x-about7 .container .x-top .x-a p:hover::before,
.x-about7 .container .x-top .x-a p.on::before {
  opacity: 1;
}
.x-about7 .container .x-top .x-a p::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192065, #192065);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-about7 .container .x-top .x-a p span {
  position: relative;
  z-index: 2;
}
.x-about7 .container .x-swiper1 .swiper-container {
  margin-top: 0.6rem;
  display: none;
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .x-about7 .container .x-swiper1 .swiper-container {
    padding-right: 1px;
  }
}
.x-about7 .container .x-swiper1 .swiper-container.on {
  display: block;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #dbe6eb;
  border-left: none;
  text-align: center;
  height: auto;
  padding: 0.6rem 0.6rem 0.35rem;
  cursor: pointer;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #192065;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
  border-left: 1px solid #dbe6eb;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  margin: 0 auto;
  height: 2.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide p {
  padding: 0.55rem 0.1rem 0;
  transition: 0.4s ease-in-out;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1.5px solid #cccccc;
  opacity: 1;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-about7 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.x-about7 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192165, #192165);
  border: none;
}
@media (max-width: 1580px) {
  .x-about7 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
.x-about8 {
  padding: 1.1rem 0 0.75rem;
}
@media (max-width: 767px) {
  .x-about8 {
    padding: 1rem 0 0.7rem;
  }
}
.x-about8 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-about8 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.45rem;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .x-about8 .container ul {
    margin-right: -0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about8 .container ul {
    margin-top: 0.2rem;
  }
}
.x-about8 .container ul li {
  width: 16.66%;
  padding: 0 0.45rem 0.45rem 0;
}
@media (max-width: 1580px) {
  .x-about8 .container ul li {
    padding: 0 0.3rem 0.35rem 0;
  }
}
@media (max-width: 1260px) {
  .x-about8 .container ul li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .x-about8 .container ul li {
    width: 25%;
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-about8 .container ul li {
    width: 33.33%;
    padding-bottom: 0.1rem;
  }
}
.x-about8 .container ul li .x-img {
  width: 100%;
  height: 1rem;
}
.x-about8 .container ul li .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-about8 .container ul li .x-img {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-about8 .container ul li .x-img {
    height: 1.4rem;
  }
}
.x-about8 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.8s ease-in-out;
}
.x-djdw {
  position: relative;
  height: 0;
  top: -100px;
}
.x-resp1 {
  padding: 1.1rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-resp1 {
    padding: 1.1rem 0 0.8rem;
  }
}
.x-resp1 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-resp1 .container .x-xia {
  margin-top: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia .x-impc {
    display: none;
  }
}
.x-resp1 .container .x-xia .x-impc::before {
  padding-top: 45%;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia .x-impc::before {
    padding-top: 146%;
  }
}
.x-resp1 .container .x-xia .x-impc img {
  opacity: 0;
}
.x-resp1 .container .x-xia .x-impc img.on {
  opacity: 1;
}
.x-resp1 .container .x-xia ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.x-resp1 .container .x-xia ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul {
    flex-wrap: wrap;
    position: relative;
  }
}
.x-resp1 .container .x-xia ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s ease-in-out;
  cursor: pointer;
  width: 25%;
  position: relative;
  z-index: 5;
}
.x-resp1 .container .x-xia ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: none;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-resp1 .container .x-xia ul li.on {
  flex-shrink: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li.on {
    width: 100%;
  }
}
.x-resp1 .container .x-xia ul li.on .x-box .x-text .x-p {
  display: block;
  margin-top: 0.18rem;
}
.x-resp1 .container .x-xia ul li .x-box {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2.95rem;
}
@media (max-width: 991px) {
  .x-resp1 .container .x-xia ul li .x-box {
    padding-top: 0.9rem;
  }
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li .x-box {
    position: relative;
    padding: 0.6rem 0;
  }
}
.x-resp1 .container .x-xia ul li .x-box .x-img {
  display: none;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li .x-box .x-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.x-resp1 .container .x-xia ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-resp1 .container .x-xia ul li .x-box .x-imgbox {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li .x-box .x-imgbox {
    margin-bottom: 0.1rem;
  }
}
.x-resp1 .container .x-xia ul li .x-box .x-imgbox .x-img2 {
  width: 0.4rem;
  height: 0.4rem;
}
.x-resp1 .container .x-xia ul li .x-box .x-imgbox .x-img2 path {
  fill: #fff;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li .x-box .x-imgbox .x-img2 path {
    fill: #666;
  }
}
.x-resp1 .container .x-xia ul li .x-box .x-imgbox .x-img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.4s;
}
.x-resp1 .container .x-xia ul li .x-box .x-text {
  padding: 0 0.2rem;
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
}
.x-resp1 .container .x-xia ul li .x-box .x-text .x-tit {
  color: #fff;
}
.x-resp1 .container .x-xia ul li .x-box .x-text .x-p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.3rem;
  display: none;
}
@media (max-width: 767px) {
  .x-resp1 .container .x-xia ul li .x-box .x-text .x-p {
    display: block;
    margin-top: 0.18rem;
  }
}
.x-resp2 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0.55rem;
}
.x-resp2 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-resp2 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-resp2 .container ul {
    margin-top: 0.3rem;
  }
}
.x-resp2 .container ul li {
  width: 48.75%;
  margin-bottom: 0.55rem;
}
.x-resp2 .container ul li:hover .public-img img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .x-resp2 .container ul li {
    width: 100%;
  }
}
.x-resp2 .container ul li .public-img::before {
  padding-top: 56.41025641%;
}
.x-resp2 .container ul li .x-text {
  margin-top: 0.35rem;
}
.x-resp2 .container ul li .x-text .x-tit {
  font-weight: bold;
  color: #000000;
}
.x-resp2 .container ul li .x-text .x-p {
  color: #666666;
  line-height: 1.66;
  margin-top: 0.15rem;
}
.x-resp3 .sy-sec4 {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-resp3 .sy-sec4 {
    padding-bottom: 0.8rem;
  }
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia {
    position: initial;
    transform: initial;
  }
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-sp {
  color: #fff;
  display: flex;
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-sp p {
  line-height: 1;
}
@media (max-width: 991px) {
  .x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-sp p {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-sp p {
    font-size: 0.4rem;
  }
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-sp span {
  margin-left: 0.1rem;
}
.x-resp3 .sy-sec4 .zz-box .zz-boxs .x-xia ul li .x-p {
  color: #fff;
  margin-top: 0.1rem;
}
.x-resp4 {
  padding: 1.1rem 0 1.3rem;
}
@media (max-width: 767px) {
  .x-resp4 {
    padding: 0 0 0.6rem;
  }
}
.x-resp4 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-resp4 .container .x-xia {
  width: 78.75%;
  margin: 0.8rem auto 0;
  position: relative;
}
@media (max-width: 1580px) {
  .x-resp4 .container .x-xia {
    width: 88.75%;
  }
}
@media (max-width: 1260px) {
  .x-resp4 .container .x-xia {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-resp4 .container .x-xia {
    margin-top: 0.3rem;
  }
}
@media (max-width: 991px) {
  .x-resp4 .container .x-xia .public-img {
    display: none;
  }
}
.x-resp4 .container .x-xia .public-img::before {
  padding-top: 34.44444444%;
}
.x-resp4 .container .x-xia .x-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media (max-width: 1580px) {
  .x-resp4 .container .x-xia .x-box {
    top: 1.6rem;
  }
}
@media (max-width: 1367px) {
  .x-resp4 .container .x-xia .x-box {
    top: 1.3rem;
  }
}
@media (max-width: 1260px) {
  .x-resp4 .container .x-xia .x-box {
    top: 1.2rem;
  }
}
@media (max-width: 991px) {
  .x-resp4 .container .x-xia .x-box {
    position: initial;
  }
}
.x-resp4 .container .x-xia .x-box .x-text {
  width: 33.33%;
  text-align: center;
  padding: 0 0.65rem;
}
@media (max-width: 991px) {
  .x-resp4 .container .x-xia .x-box .x-text {
    width: 50%;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-resp4 .container .x-xia .x-box .x-text {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.x-resp4 .container .x-xia .x-box .x-text:nth-child(2) .x-tit {
  color: #3c9b3e;
}
.x-resp4 .container .x-xia .x-box .x-text:nth-child(3) .x-tit {
  color: #192065;
}
.x-resp4 .container .x-xia .x-box .x-text .x-tit {
  font-weight: bold;
  color: #41c6e2;
  line-height: 1.33;
}
@media (max-width: 1580px) {
  .x-resp4 .container .x-xia .x-box .x-text .x-tit {
    font-size: 0.34rem;
  }
}
@media (max-width: 991px) {
  .x-resp4 .container .x-xia .x-box .x-text .x-tit {
    font-size: 0.4rem;
  }
}
.x-resp4 .container .x-xia .x-box .x-text .x-p {
  margin-top: 0.2rem;
  color: #666666;
}
@media (max-width: 767px) {
  .x-resp4 .container .x-xia .x-box .x-text .x-p {
    margin-top: 0.1rem;
  }
}
.x-resp5 {
  background-color: #edf3f6;
  padding: 1.2rem 0;
}
.x-resp5 .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-resp5 .x-top .x-title {
  font-weight: bold;
}
.x-resp5 .x-top .x-but {
  display: flex;
}
.x-resp5 .x-top .x-but .public-swpBtn {
  background-color: transparent;
  margin-left: 0.2rem;
}
.x-resp5 .x-xia {
  overflow: hidden;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-resp5 .x-xia {
    margin-top: 0.3rem;
  }
}
.x-resp5 .swiper-container {
  overflow: visible;
}
.x-resp5 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-resp5 .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.x-resp5 .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/x-resp14.png) no-repeat center;
  background-size: cover;
}
.x-resp5 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.41025641%;
}
.x-resp5 .swiper-container .swiper-wrapper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  font-weight: bold;
  padding: 0 0.3rem 0.25rem;
}
.x-ene1 {
  padding: 1.5rem 0 1.4rem;
}
@media (max-width: 767px) {
  .x-ene1 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-ene1 .container .x-top {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-ene1 .container .x-top {
    width: 100%;
  }
}
.x-ene1 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-ene1 .container .x-top .x-p {
  color: #666;
  line-height: 1.6;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-ene1 .container .x-top .x-p {
    margin-top: 0.3rem;
  }
}
.x-ene1 .container ul {
  margin: 1.1rem auto 0;
  margin-top: 1.1rem;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 1580px) {
  .x-ene1 .container ul {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 991px) {
  .x-ene1 .container ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-right: -0.3rem;
  }
}
@media (max-width: 991px) {
  .x-ene1 .container ul {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-ene1 .container ul {
    margin-top: 0.3rem;
  }
}
.x-ene1 .container ul.on li:nth-child(1) {
  left: -127%;
}
.x-ene1 .container ul.on li:nth-child(2) {
  left: -38%;
}
.x-ene1 .container ul.on li:nth-child(3) {
  left: 53%;
}
.x-ene1 .container ul.on li:nth-child(4) {
  left: 143%;
}
.x-ene1 .container ul li {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #192065;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
  position: relative;
  z-index: 5;
  margin-left: -0.3rem;
  position: absolute;
  left: 0;
  transition: all 0.6s;
}
@media (max-width: 1580px) {
  .x-ene1 .container ul li {
    width: 3.8rem;
    height: 3.8rem;
    padding-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .x-ene1 .container ul li {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.4rem;
    position: initial;
  }
}
@media (max-width: 767px) {
  .x-ene1 .container ul li {
    width: 3.2rem;
    height: 3.2rem;
    padding-top: 0.4rem;
  }
}
.x-ene1 .container ul li:nth-child(2n) {
  background-color: transparent;
  border: 4px solid #3c9b3e;
  z-index: 4;
}
@media (max-width: 767px) {
  .x-ene1 .container ul li:nth-child(2n) {
    border: 0.04rem solid #3c9b3e;
  }
}
.x-ene1 .container ul li:nth-child(2n) .x-p {
  color: #3c9b3e;
}
.x-ene1 .container ul li:nth-child(2n) .x-sp {
  color: #3c9b3e;
}
.x-ene1 .container ul li .x-ic {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-ene1 .container ul li .x-ic {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-ene1 .container ul li .x-ic {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-ene1 .container ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-ene1 .container ul li .x-p {
  display: flex;
  margin-top: 0.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .x-ene1 .container ul li .x-p {
    margin-top: 0.1rem;
  }
}
.x-ene1 .container ul li .x-sp {
  color: #fff;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-ene1 .container ul li .x-sp {
    margin-top: 0.05rem;
  }
}
.x-ene2 {
  background-color: #edf3f6;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .x-ene2 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-ene2 .container .x-top {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-ene2 .container .x-top {
    width: 100%;
  }
}
.x-ene2 .container .x-top .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-ene2 .container .x-top .x-p {
  text-align: center;
  color: #666666;
  line-height: 1.7;
  margin-top: 0.1rem;
}
.x-ene2 .container .x-xia {
  position: relative;
}
.x-ene2 .container .x-xia.on .xx-img svg path {
  animation: yimuproduct2stroke 5s linear infinite;
}
.x-ene2 .container .x-xia .xx-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11%;
  width: 16rem;
  height: 1.22rem;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia .xx-img {
    width: 13rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia .xx-img {
    display: none;
  }
}
.x-ene2 .container .x-xia .xx-img img,
.x-ene2 .container .x-xia .xx-img svg {
  width: 100%;
  height: 1.6rem;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia .xx-img img,
  .x-ene2 .container .x-xia .xx-img svg {
    height: 1.2rem;
  }
}
.x-ene2 .container .x-xia .xx-img img path,
.x-ene2 .container .x-xia .xx-img svg path {
  fill: none;
  stroke-dashoffset: 200%;
  stroke-dasharray: 200%;
  stroke: #99dedd;
  opacity: 0.8;
  stroke-width: 2px;
}
.x-ene2 .container .x-xia .xx-img img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1.6rem;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia .xx-img img {
    height: 1.2rem;
  }
}
.x-ene2 .container .x-xia ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.1rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul {
    justify-content: center;
    margin-top: 0.4rem;
  }
}
.x-ene2 .container .x-xia ul li {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #192065;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 0.3rem 0.3rem;
}
@media (max-width: 1580px) {
  .x-ene2 .container .x-xia ul li {
    padding-top: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia ul li {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li {
    width: 4rem;
    height: 4rem;
    padding-top: 0.8rem;
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li {
    width: 100%;
    height: auto;
    border-radius: initial;
    padding-top: 0.3rem;
  }
}
.x-ene2 .container .x-xia ul li:nth-child(2n) {
  background-color: #fff;
  margin-top: -2.35rem;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia ul li:nth-child(2n) {
    margin-top: -2rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li:nth-child(2n) {
    margin-top: 0;
  }
}
.x-ene2 .container .x-xia ul li:nth-child(2n) .x-text {
  order: -1;
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li:nth-child(2n) .x-text {
    order: 1;
  }
}
.x-ene2 .container .x-xia ul li:nth-child(2n) .x-text .x-tit {
  color: #000000;
}
.x-ene2 .container .x-xia ul li:nth-child(2n) .x-text .x-p {
  color: #666666;
  margin-bottom: 0.2rem;
}
.x-ene2 .container .x-xia ul li:nth-child(3) {
  background-color: #3c9b3e;
}
.x-ene2 .container .x-xia ul li .x-ic {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li .x-ic {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-ene2 .container .x-xia ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-ene2 .container .x-xia ul li .x-text {
  text-align: center;
}
.x-ene2 .container .x-xia ul li .x-text .x-tit {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia ul li .x-text .x-tit {
    font-size: 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li .x-text .x-tit {
    font-size: 0.3rem;
  }
}
.x-ene2 .container .x-xia ul li .x-text .x-p {
  color: #fff;
  line-height: 1.7;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.1em;
}
@media (max-width: 1260px) {
  .x-ene2 .container .x-xia ul li .x-text .x-p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
}
@media (max-width: 991px) {
  .x-ene2 .container .x-xia ul li .x-text .x-p {
    font-size: 14px;
  }
}
@keyframes yimuproduct2stroke {
  0% {
    stroke-dashoffset: 200%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.x-ene3 {
  padding: 1.1rem 0 0.9rem;
}
@media (max-width: 767px) {
  .x-ene3 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-ene3 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-ene3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-ene3 .container ul {
    margin-top: 0.3rem;
  }
}
.x-ene3 .container ul li {
  width: 48.75%;
  background-color: #edf3f6;
  margin-bottom: 0.4rem;
  padding: 0.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-ene3 .container ul li {
    width: 100%;
  }
}
.x-ene3 .container ul li .x-ic {
  width: 0.6rem;
  height: 0.6rem;
}
.x-ene3 .container ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-ene3 .container ul li .x-text {
  margin-top: 0.35rem;
  position: relative;
  z-index: 5;
}
.x-ene3 .container ul li .x-text .x-tit {
  font-weight: bold;
  color: #000;
}
.x-ene3 .container ul li .x-text .x-p {
  color: #666666;
  margin-top: 0.15rem;
}
@media (max-width: 1367px) {
  .x-ene3 .container ul li .x-text .x-p {
    font-size: 12px;
  }
}
.x-ene3 .container ul li .x-sp {
  position: absolute;
  right: 0.3rem;
  bottom: -0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  line-height: 1;
}
.x-ene4 {
  background-color: #edf3f6;
  padding: 1.1rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-ene4 {
    padding: 1.1rem 0 0.8rem;
  }
}
.x-ene4 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-ene4 .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-ene4 .container ul {
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
}
.x-ene4 .container ul li {
  width: 18.75%;
  margin-right: 1.875%;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-ene4 .container ul li:last-child {
  margin-right: 0;
}
.x-ene4 .container ul li.on {
  flex-shrink: 0;
  width: 58.125% !important;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li.on {
    width: 100% !important;
  }
}
.x-ene4 .container ul li.on a .x-tit2 {
  opacity: 0;
}
.x-ene4 .container ul li.on a .x-text {
  opacity: 1;
  transition: all 0.4s 0.2s;
  -webkit-transition: all 0.4s 0.2s;
}
.x-ene4 .container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.x-ene4 .container ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-ene18.png') no-repeat bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.x-ene4 .container ul li a .x-img {
  width: 100%;
  height: 6.8rem;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li a .x-img {
    height: 4.8rem;
  }
}
.x-ene4 .container ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-ene4 .container ul li a .x-tit2 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 0.3rem 0.35rem;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li a .x-tit2 {
    display: none;
  }
}
.x-ene4 .container ul li a .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: 0 0.3rem 0.3rem 0.3rem;
  width: 100%;
  opacity: 0;
  max-width: 8rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li a .x-text {
    opacity: 1;
    max-width: initial;
  }
}
.x-ene4 .container ul li a .x-text .x-tit {
  font-weight: bold;
}
.x-ene4 .container ul li a .x-text .x-p {
  margin-top: 0.1rem;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .x-ene4 .container ul li a .x-text .x-p {
    margin-top: 0.15rem;
  }
}
.x-ene4 .container ul li a .x-text .x-p p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.x-ene4 .container ul li a .x-text .x-sp {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}
.x-ene4 .container ul li a .x-text .x-sp span {
  font-weight: bold;
  color: #fff;
}
.x-ene4 .container ul li a .x-text .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.x-ene4 .container ul li a .x-text .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-cent1 {
  padding: 1.1rem 0 0.6rem;
}
.x-cent1 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-cent1 .container .x-top .x-title {
  width: 25.625%;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-cent1 .container .x-top .x-title {
    width: 100%;
    text-align: center;
  }
}
.x-cent1 .container .x-top .x-p {
  width: 74.375%;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .x-cent1 .container .x-top .x-p {
    width: 100%;
    line-height: 1.6;
    margin-top: 0.3rem;
  }
}
.x-cent1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-cent1 .container ul {
    margin-right: -0.3rem;
    margin-top: 0.6rem;
  }
}
.x-cent1 .container ul li {
  width: 25%;
  display: flex;
  padding: 0 0.4rem 0 0;
}
@media (max-width: 767px) {
  .x-cent1 .container ul li {
    width: 50%;
    padding-right: 0.3rem;
  }
}
.x-cent1 .container ul li .x-box {
  width: 100%;
  border-top: 1px solid #eeeeee;
  display: flex;
  padding: 0.4rem 0 0.6rem;
}
@media (max-width: 767px) {
  .x-cent1 .container ul li .x-box {
    padding: 0.4rem 0;
  }
}
.x-cent1 .container ul li .x-box i {
  display: inline-flex;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin-top: 0.02rem;
}
@media (max-width: 1580px) {
  .x-cent1 .container ul li .x-box i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .x-cent1 .container ul li .x-box i {
    margin-top: 0;
  }
}
.x-cent1 .container ul li .x-box i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-cent1 .container ul li .x-box p {
  font-weight: bold;
  color: #000;
  margin-left: 0.2rem;
}
@media (max-width: 1580px) {
  .x-cent1 .container ul li .x-box p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .x-cent1 .container ul li .x-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-cent1 .container ul li .x-box p {
    font-size: 0.28rem;
  }
}
.x-cent2 .x-con {
  position: relative;
}
.x-cent2 .x-con::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-cont4.png') no-repeat bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.x-cent2 .x-con .x-img {
  width: 100%;
  height: 100vh;
}
.x-cent2 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-cent2 .x-con .x-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.1rem 0.4rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.x-cent2 .x-con ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.4rem;
}
.x-cent2 .x-con ul li {
  width: 25%;
  padding: 0 0.4rem 0 0;
  display: flex;
}
@media (max-width: 767px) {
  .x-cent2 .x-con ul li {
    width: 50%;
  }
}
.x-cent2 .x-con ul li .x-box {
  width: 100%;
  text-align: center;
  padding: 0.25rem 0 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.x-cent2 .x-con ul li .x-box .x-sp {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.x-cent2 .x-con ul li .x-box .x-p {
  color: #fff;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .x-cent2 .x-con ul li .x-box .x-p {
    font-size: 0.26rem;
  }
}
.x-cent3 {
  padding: 1.1rem 0 1.2rem;
}
.x-cent3 .container .x-top {
  text-align: center;
  padding: 0 2.6rem;
}
@media (max-width: 1260px) {
  .x-cent3 .container .x-top {
    padding: 0;
  }
}
.x-cent3 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
}
.x-cent3 .container .x-top .x-p {
  color: #666666;
  line-height: 1.66;
  margin-top: 0.1rem;
}
.x-cent3 .container .x-xia {
  margin-top: 0.55rem;
}
.x-cent3 .container .x-xia .public-img::before {
  padding-top: 31.25%;
}
.x-cent4 {
  background-color: #edf3f6;
}
.x-cent4 .x-smart5 .container ul li a {
  background-color: #fff;
}
.x-cent4 .x-smart5 .container ul li a:hover {
  background-color: #192065;
}
.x-cent4 .x-smart5 .container ul li a .x-text .x-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
  white-space: initial;
  transition: 0.4s ease-in-out;
}
.x-hous1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .x-hous1 {
    padding-bottom: 0.9rem;
  }
}
.x-hous1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-hous1 .container .x-le {
  width: 41.875%;
  margin-top: 2.6rem;
}
@media (max-width: 1580px) {
  .x-hous1 .container .x-le {
    margin-top: 2.4rem;
  }
}
@media (max-width: 991px) {
  .x-hous1 .container .x-le {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-hous1 .container .x-le {
    margin-top: 1.1rem;
  }
}
.x-hous1 .container .x-le .x-title {
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-le .x-title {
    text-align: center;
  }
}
.x-hous1 .container .x-le .x-p {
  color: #666666;
  line-height: 1.9;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-le .x-p {
    text-align: center;
    line-height: 1.7;
  }
}
.x-hous1 .container .x-ri {
  width: 48.75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .x-hous1 .container .x-ri {
    width: 55.75%;
  }
}
@media (max-width: 991px) {
  .x-hous1 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri {
    margin-top: 0.2rem;
  }
}
.x-hous1 .container .x-ri .x-li {
  width: 48.46%;
  position: relative;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li {
    width: 100%;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(1) {
  padding: 1.15rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(1) {
    padding: 0.4rem 0 0;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 0.85rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(1)::before {
    display: none;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 1.65rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(1)::after {
    display: none;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(2) {
  padding: 1.95rem 0 0.8rem;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(2) {
    padding: 0;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 1.65rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(2)::before {
    display: none;
  }
}
.x-hous1 .container .x-ri .x-li:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-hous1 .container .x-ri .x-li:nth-child(2)::after {
    display: none;
  }
}
.x-hous1 .container .x-ri .x-li .x-box {
  margin-bottom: 0.3rem;
  background-color: #fff;
  display: flex;
  transition: 0.4s ease-in-out;
  padding: 0.4rem 0.4rem 0.3rem 0.3rem;
  min-height: 2.2rem;
}
@media (max-width: 1260px) {
  .x-hous1 .container .x-ri .x-li .x-box {
    padding: 0.4rem 0.3rem;
  }
}
.x-hous1 .container .x-ri .x-li .x-box:hover {
  background-color: #192065;
}
.x-hous1 .container .x-ri .x-li .x-box:hover .x-ic img:nth-child(1) {
  opacity: 0;
}
.x-hous1 .container .x-ri .x-li .x-box:hover .x-ic img:nth-child(2) {
  opacity: 1;
}
.x-hous1 .container .x-ri .x-li .x-box:hover .x-text .x-title {
  color: #fff;
}
.x-hous1 .container .x-ri .x-li .x-box:hover .x-text .x-p {
  color: #fff;
}
.x-hous1 .container .x-ri .x-li .x-box .x-ic {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}
.x-hous1 .container .x-ri .x-li .x-box .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}
.x-hous1 .container .x-ri .x-li .x-box .x-ic img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.x-hous1 .container .x-ri .x-li .x-box .x-text {
  width: calc(100% - 0.6rem);
  padding-left: 0.4rem;
}
.x-hous1 .container .x-ri .x-li .x-box .x-text .x-title {
  font-weight: bold;
  color: #192065;
  line-height: 1;
  transition: 0.4s ease-in-out;
}
.x-hous1 .container .x-ri .x-li .x-box .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-hous2 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0.5rem;
}
@media (max-width: 767px) {
  .x-hous2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.x-hous2 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-hous2 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-hous2 .container .x-xia .x-le {
  width: 31.25%;
  margin-top: 1.85rem;
}
@media (max-width: 991px) {
  .x-hous2 .container .x-xia .x-le {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-hous2 .container .x-xia .x-le .x-box {
  width: 100%;
  background-color: #192065;
  padding: 0.4rem 0.4rem 0.6rem;
  position: relative;
  display: none;
}
.x-hous2 .container .x-xia .x-le .x-box.on {
  display: block;
}
.x-hous2 .container .x-xia .x-le .x-box.on2 {
  opacity: 0;
}
.x-hous2 .container .x-xia .x-le .x-box::before {
  content: "";
  width: 2.28rem;
  height: 2.08rem;
  position: absolute;
  right: 0.08rem;
  bottom: 0;
  background: url('../images/x-hous13.png') no-repeat center;
  background-size: contain;
}
.x-hous2 .container .x-xia .x-le .x-box .x-tit {
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.x-hous2 .container .x-xia .x-le .x-box .x-p {
  color: #fff;
  margin-top: 0.35rem;
  position: relative;
  z-index: 5;
}
.x-hous2 .container .x-xia .x-le .x-box .x-p p {
  margin-bottom: 0.2rem;
}
.x-hous2 .container .x-xia .x-ri {
  width: 67.5%;
  position: relative;
}
@media (max-width: 991px) {
  .x-hous2 .container .x-xia .x-ri {
    width: 100%;
    order: -1;
  }
}
.x-hous2 .container .x-xia .x-ri .public-img::before {
  padding-top: 95.55555556%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10;
  cursor: pointer;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(1) {
  top: 48.1%;
  left: 58.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(2) {
  top: 54.79%;
  left: 59.05%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(3) {
  top: 63.41%;
  left: 59.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(4) {
  top: 50.85%;
  left: 64.57%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(5) {
  top: 58.94%;
  left: 41.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(6) {
  top: 58.86%;
  left: 66.96%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(7) {
  top: 69.72%;
  left: 55.25%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(8) {
  top: 63.5%;
  left: 53.55%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(9) {
  top: 30.56%;
  left: 47.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(10) {
  top: 54.56%;
  left: 44.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(11) {
  top: 34.56%;
  left: 57.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(12) {
  top: 56.56%;
  left: 68.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(13) {
  top: 58.56%;
  left: 45.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a:nth-child(14) {
  top: 44.56%;
  left: 54.74%;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a.on .x-i .x-i2 i::before,
.x-hous2 .container .x-xia .x-ri .x-box .x-a:hover .x-i .x-i2 i::before {
  display: none;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a.on .x-i .x-i2 i::after,
.x-hous2 .container .x-xia .x-ri .x-box .x-a:hover .x-i .x-i2 i::after {
  opacity: 1;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a.on .x-i .x-img,
.x-hous2 .container .x-xia .x-ri .x-box .x-a:hover .x-i .x-img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i {
  position: absolute;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-i2 i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #192065;
  border-radius: 100%;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-i2 i {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-i2 i {
    width: 6px;
    height: 6px;
  }
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-i2 i::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(3);
  border-radius: 100%;
  background-color: #192065;
  position: absolute;
  left: 50%;
  top: 50%;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  transition: 0.4s ease-in-out;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-i2 i::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #192065;
  transform: translate(-50%, -50%) scale(4);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-img {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-img {
    width: 16px;
    height: 16px;
    top: 52%;
  }
}
@media (max-width: 767px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-img {
    width: 12px;
    height: 12px;
    top: 57%;
  }
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a .x-i .x-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-hous2 .container .x-xia .x-ri .x-box .x-a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -0.3rem;
}
@media (max-width: 1580px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a span {
    bottom: -0.35rem;
  }
}
@media (max-width: 767px) {
  .x-hous2 .container .x-xia .x-ri .x-box .x-a span {
    display: none;
    font-size: 0.24rem;
  }
}
@keyframes scalemap {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.x-hous3 {
  padding: 1.1rem 0 0.75rem;
}
@media (max-width: 767px) {
  .x-hous3 {
    padding-bottom: 0.55rem;
  }
}
.x-hous3 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-hous3 .container .x-title {
    font-size: 0.46rem;
  }
}
.x-hous3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.5rem 0 0;
}
@media (max-width: 767px) {
  .x-hous3 .container ul {
    margin-top: 0.3rem;
    margin-right: 0;
  }
}
.x-hous3 .container ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.5rem 0.5rem 0;
}
@media (max-width: 991px) {
  .x-hous3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-hous3 .container ul li {
    width: 100%;
    padding-right: 0;
  }
}
.x-hous3 .container ul li .x-box {
  width: 100%;
}
.x-hous3 .container ul li .x-box:hover .public-img img {
  transform: scale(1.08);
}
.x-hous3 .container ul li .x-box .public-img::before {
  padding-top: 60%;
}
.x-hous3 .container ul li .x-box .x-tit {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .x-hous3 .container ul li .x-box .x-tit {
    margin-top: 0.15rem;
  }
}
.x-hous4 {
  background-color: #edf3f6;
}
.x-hous5 .x-cent4 {
  background-color: #fff;
}
.x-lith1 {
  padding: 1.1rem 0 0.7rem;
}
.x-lith1 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-lith1 .container .x-top .x-title {
  width: 34.375%;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-lith1 .container .x-top .x-title {
    width: 100%;
    text-align: center;
  }
}
.x-lith1 .container .x-top .x-p {
  width: 65.625%;
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .x-lith1 .container .x-top .x-p {
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
  }
}
.x-lith1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-lith1 .container ul {
    margin-right: 0;
  }
}
.x-lith1 .container ul li {
  width: 33.33%;
  padding: 0 0.5rem 0.5rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-lith1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-lith1 .container ul li {
    width: 100%;
    padding-right: 0;
  }
}
.x-lith1 .container ul li .x-box {
  width: 100%;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-lith1 .container ul li .x-box:hover {
  background-color: #192065;
}
.x-lith1 .container ul li .x-box:hover .public-img img {
  transform: scale(1.05);
}
.x-lith1 .container ul li .x-box:hover .x-text .x-tit {
  color: #fff;
}
.x-lith1 .container ul li .x-box:hover .x-text .x-p {
  color: #fff;
}
.x-lith1 .container ul li .x-box .public-img::before {
  padding-top: 56%;
}
.x-lith1 .container ul li .x-box .x-text {
  padding: 0.35rem 0.4rem;
}
.x-lith1 .container ul li .x-box .x-text .x-tit {
  font-weight: bold;
  color: #000;
  transition: 0.4s ease-in-out;
}
.x-lith1 .container ul li .x-box .x-text .x-p {
  color: #666666;
  line-height: 1.66;
  margin-top: 0.15rem;
  transition: 0.4s ease-in-out;
}
.x-lith2 {
  background-color: #edf3f6;
}
.x-lith2 .x-ene3 .container ul li {
  background-color: #fff;
}
.x-lith2 .x-ene3 .container ul li .x-sp {
  color: rgba(0, 0, 0, 0.05);
}
.x-lith3 {
  padding: 1.1rem 0 1.2rem;
}
.x-lith3 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-lith3 .container .swiper-container {
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-lith3 .container .swiper-container {
    margin-top: 0.3rem;
  }
}
.x-lith3 .container .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.x-lith3 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.41025641%;
}
.x-lith3 .container .swiper-container .swiper-wrapper .swiper-slide .x-text {
  margin-top: 0.35rem;
}
.x-lith3 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-tit {
  font-weight: bold;
  color: #000000;
}
.x-lith3 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #666666;
  line-height: 1.66;
  margin-top: 0.15rem;
}
.x-lith3 .container .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.x-lith3 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1.5px solid #cccccc;
  opacity: 1;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-lith3 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.x-lith3 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192165, #192165);
  border: none;
}
@media (max-width: 1580px) {
  .x-lith3 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
.x-lith4 {
  background-color: #edf3f6;
  padding: 1.1rem 0 1.2rem;
}
.x-lith4 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-lith4 .container .swiper-container {
  margin-top: 0.5rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .x-lith4 .container .swiper-container {
    margin-top: 0.3rem;
  }
}
.x-lith4 .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-lith4 .container .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.x-lith4 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.41025641%;
}
.x-lith4 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-lith14.png') no-repeat bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.x-lith4 .container .swiper-container .swiper-wrapper .swiper-slide .x-tit {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  font-weight: bold;
  padding: 0 0.4rem 0.3rem;
}
.x-lith4 .container .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.x-lith4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1.5px solid #cccccc;
  opacity: 1;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-lith4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.x-lith4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#192165, #192165);
  border: none;
}
@media (max-width: 1580px) {
  .x-lith4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
.x-stor1 {
  background-color: #edf3f6;
  padding: 1.1rem 0 0;
}
.x-stor1 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-stor1 .container .x-xia {
  margin-top: 0.4rem;
}
.x-stor1 .container .x-xia .x-tit {
  font-weight: bold;
  color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container {
  margin-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 1rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) i {
  background-color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) i::before,
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) i::after {
  background-color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .x-top {
  border-color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .x-top span {
  color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .x-top p {
  color: #1b2763;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide i {
  display: inline-block;
  width: 2px;
  height: 75%;
  background-color: #3b983f;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
@media (max-width: 1580px) {
  .x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide i {
    top: 0.9rem;
  }
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 8px;
  height: 5px;
  background-color: #3b983f;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide i::after {
  content: "";
  width: 8px;
  height: 5px;
  background-color: #3b983f;
  position: absolute;
  left: 0;
  bottom: -0.14rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-top {
  border: 2px solid #3b983f;
  border-radius: 100%;
  width: 1.44rem;
  height: 1.44rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-top {
    width: 2rem;
    height: 2rem;
  }
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-top span {
  color: #3b983f;
  font-weight: bold;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-top p {
  color: #3b983f;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.05rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
  padding: 0.25rem 0 0.7rem 0.2rem;
}
.x-stor1 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  color: #666666;
  line-height: 1.7;
}
.x-stor2 {
  background-color: #edf3f6;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .x-stor2 {
    padding-bottom: 0.8rem;
  }
}
.x-stor2 .container .x-title {
  font-weight: bold;
  color: #1b2763;
}
.x-stor2 .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .x-stor2 .container ul {
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
}
.x-stor2 .container ul li {
  width: 18.75%;
  margin-right: 1.875%;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-stor2 .container ul li:last-child {
  margin-right: 0;
}
.x-stor2 .container ul li.on {
  flex-shrink: 0;
  width: 58.125% !important;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li.on {
    width: 100% !important;
  }
}
.x-stor2 .container ul li.on a .x-tit2 {
  opacity: 0;
}
.x-stor2 .container ul li.on a .x-text {
  opacity: 1;
  transition: all 0.4s 0.2s;
  -webkit-transition: all 0.4s 0.2s;
}
.x-stor2 .container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.x-stor2 .container ul li a::before {
  content: "";
  width: 100%;
  height: 2rem;
  background: url('../images/x-stor3.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.x-stor2 .container ul li a .x-img {
  width: 100%;
  height: 5rem;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li a .x-img {
    height: 4.8rem;
  }
}
.x-stor2 .container ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-stor2 .container ul li a .x-tit2 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 0.3rem 0.35rem;
  transition: 0.2s all;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li a .x-tit2 {
    display: none;
  }
}
.x-stor2 .container ul li a .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: 0 0.3rem 0.3rem 0.3rem;
  width: 100%;
  opacity: 0;
  max-width: 8rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li a .x-text {
    opacity: 1;
    max-width: initial;
  }
}
.x-stor2 .container ul li a .x-text .x-tit {
  font-weight: bold;
}
.x-stor2 .container ul li a .x-text .x-p {
  margin-top: 0.05rem;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .x-stor2 .container ul li a .x-text .x-p {
    margin-top: 0.15rem;
  }
}
.x-stor2 .container ul li a .x-text .x-p p {
  color: #fff;
}
.x-stor3 {
  background-color: #edf3f6;
  padding: 0.9rem 0 1.2rem;
}
.x-stor3 .container .x-title {
  font-weight: bold;
  color: #1b2763;
}
.x-stor3 .container .x-xia {
  width: 100%;
  height: 6.1rem;
  position: relative;
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia {
    height: 10rem;
    margin-top: 0.3rem;
  }
}
.x-stor3 .container .x-xia .x-box {
  position: absolute;
}
.x-stor3 .container .x-xia .x-box.x-bot1 {
  top: 0.66rem;
  left: 1.875%;
  animation: xyy 5s ease-out infinite;
}
.x-stor3 .container .x-xia .x-box.x-bot2 {
  top: 2.2rem;
  left: 14.375%;
  animation: xyy 8s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot2 {
    top: 1.2rem;
    left: 72.375%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot2 .public-img {
  width: 2.46rem;
  height: 2.46rem;
}
@media (max-width: 1580px) {
  .x-stor3 .container .x-xia .x-box.x-bot2 .public-img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 1260px) {
  .x-stor3 .container .x-xia .x-box.x-bot2 .public-img {
    width: 2rem;
    height: 2rem;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot3 {
  top: 4.4rem;
  left: 1.875%;
  animation: xyy 5.5s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot3 {
    top: 0.6rem;
    left: 38.875%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot3 .public-img {
  width: 1.68rem;
  height: 1.68rem;
}
@media (max-width: 1580px) {
  .x-stor3 .container .x-xia .x-box.x-bot3 .public-img {
    width: 2rem;
    height: 2rem;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot4 {
  top: 0.65rem;
  left: 34.375%;
  animation: xyy 10s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot4 {
    top: 3rem;
    left: 20%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot4 .public-img {
  width: 4.68rem;
  height: 4.68rem;
}
.x-stor3 .container .x-xia .x-box.x-bot5 {
  top: 1.2rem;
  left: 71.25%;
  animation: xyy 6s ease-out infinite;
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box.x-bot5 {
    left: 80.25%;
  }
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot5 {
    top: 8.5rem;
    left: 35.25%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot5 .public-img {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 1580px) {
  .x-stor3 .container .x-xia .x-box.x-bot5 .public-img {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box.x-bot5 .public-img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot6 {
  top: 4.4rem;
  left: 65.3125%;
  animation: xyy 7s ease-out infinite;
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box.x-bot6 {
    top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot6 {
    top: 7.5rem;
    left: 3.3125%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot6 .public-img {
  width: 1.44rem;
  height: 1.44rem;
}
.x-stor3 .container .x-xia .x-box.x-bot7 {
  top: 3rem;
  left: 81.5%;
  animation: xyy 8s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot7 {
    top: 8rem;
    left: 70.5%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot7 .public-img {
  width: 2.38rem;
  height: 2.38rem;
}
@media (max-width: 1580px) {
  .x-stor3 .container .x-xia .x-box.x-bot7 .public-img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box.x-bot7 .public-img {
    width: 2rem;
    height: 2rem;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot8 {
  width: 1rem;
  height: 1rem;
  background-color: #1b2763;
  top: 0.4rem;
  left: 25.625%;
  border-radius: 100%;
  animation: xyy 6s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot8 {
    top: 3.4rem;
    left: 6.625%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot9 {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #3b983f;
  top: 4.75rem;
  left: 31.25%;
  border-radius: 100%;
  animation: xyy 5s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot9 {
    top: 7.9rem;
    left: 31.25%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot10 {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #3b983f;
  top: 0.6rem;
  left: 62.1875%;
  border-radius: 100%;
  animation: xyy 5s ease-out infinite;
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box.x-bot10 {
    top: 0rem;
  }
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot10 {
    top: 7rem;
    left: 86.1875%;
  }
}
.x-stor3 .container .x-xia .x-box.x-bot11 {
  width: 1rem;
  height: 1rem;
  background-color: #1b2763;
  top: 0;
  left: 87.1875%;
  border-radius: 100%;
  animation: xyy 5s 0.4s ease-out infinite;
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box.x-bot11 {
    top: 6rem;
    left: 0.1875%;
  }
}
.x-stor3 .container .x-xia .x-box .public-img {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 100%;
}
@media (max-width: 1580px) {
  .x-stor3 .container .x-xia .x-box .public-img {
    width: 2rem;
    height: 2rem;
  }
}
.x-stor3 .container .x-xia .x-box .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: bold;
  z-index: 5;
  text-align: center;
  padding: 0 0.1rem;
}
.x-stor3 .container .x-xia .x-box .x-text .x-title {
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box .x-text .x-title {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box .x-text .x-title {
    font-size: 0.28rem;
  }
}
.x-stor3 .container .x-xia .x-box .x-text .x-p {
  color: #fff;
  margin-top: 0.3rem;
  padding: 0 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
@media (max-width: 991px) {
  .x-stor3 .container .x-xia .x-box .x-text .x-p {
    font-size: 0.2rem;
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-stor3 .container .x-xia .x-box .x-text .x-p {
    font-size: 0.24rem;
  }
}
@keyframes xyy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.x-stor4 {
  background-color: #edf3f6;
  padding: 1.9rem 0 2rem;
}
@media (max-width: 767px) {
  .x-stor4 {
    padding-top: 1.4rem;
  }
}
.x-stor4 .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.x-stor4 .container .x-le {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0.98rem rgba(113, 118, 160, 0.09);
  position: relative;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-le {
    width: 100%;
    height: auto;
    text-align: center;
    background: none;
    box-shadow: initial;
  }
}
.x-stor4 .container .x-le::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: xbd 2s linear infinite;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-le::before {
    display: none;
  }
}
.x-stor4 .container .x-le::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: xbd 2s 1s linear infinite;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-le::after {
    display: none;
  }
}
.x-stor4 .container .x-le .x-title {
  font-weight: bold;
  color: #1b2763;
  position: relative;
  z-index: 5;
}
.x-stor4 .container .x-zh {
  width: 43.75%;
  padding: 0 0.35rem 0 3rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-stor4 .container .x-zh {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .x-stor4 .container .x-zh {
    display: none;
  }
}
.x-stor4 .container .x-zh::before {
  content: "";
  width: 1.6rem;
  height: 2.98rem;
  background: url('../images/x-stor11.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.98rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .x-stor4 .container .x-zh::before {
    left: 0.2rem;
  }
}
.x-stor4 .container .x-zh .x-p {
  background-color: #3b983f;
  width: 2.25rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.1rem 0.1rem;
  margin-bottom: 0.34rem;
  height: 1.14rem;
  position: relative;
}
.x-stor4 .container .x-zh .x-p:last-child {
  margin-bottom: 0;
}
.x-stor4 .container .x-zh .x-p:nth-child(2) {
  background-color: #30704b;
}
.x-stor4 .container .x-zh .x-p:nth-child(2) i svg path {
  fill: #30704b;
}
.x-stor4 .container .x-zh .x-p:nth-child(3) {
  background-color: #1b2763;
}
.x-stor4 .container .x-zh .x-p:nth-child(3) i svg path {
  fill: #30704b;
}
.x-stor4 .container .x-zh .x-p P {
  line-height: 1.2;
}
.x-stor4 .container .x-zh .x-p i {
  display: flex;
  align-items: center;
  width: 1.04rem;
  height: 0.16rem;
  position: absolute;
  right: -60%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-stor4 .container .x-zh .x-p i {
    right: -89%;
  }
}
@media (max-width: 1367px) {
  .x-stor4 .container .x-zh .x-p i {
    right: -79%;
  }
}
@media (max-width: 1281px) {
  .x-stor4 .container .x-zh .x-p i {
    right: -68%;
  }
}
@media (max-width: 1260px) {
  .x-stor4 .container .x-zh .x-p i {
    right: -66%;
  }
}
.x-stor4 .container .x-zh .x-p i svg {
  width: 100%;
  height: 100%;
}
.x-stor4 .container .x-zh .x-p i svg path {
  fill: #3b983f;
}
.x-stor4 .container .x-ri {
  width: calc(100% - 43.75% - 3rem);
}
@media (max-width: 991px) {
  .x-stor4 .container .x-ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-stor4 .container .x-ri .x-text {
  background-color: #fff;
  border: 1px solid #dee5e8;
  padding: 0.25rem 0.8rem 0.35rem 0.5rem;
  margin-bottom: 0.34rem;
  height: 1.14rem;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-ri .x-text {
    height: auto;
  }
}
.x-stor4 .container .x-ri .x-text:last-child {
  margin-bottom: 0;
}
.x-stor4 .container .x-ri .x-text .x-tit {
  display: none;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-ri .x-text .x-tit {
    display: block;
  }
}
.x-stor4 .container .x-ri .x-text .x-p {
  color: #666666;
  line-height: 1.85;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.7em;
}
@media (max-width: 991px) {
  .x-stor4 .container .x-ri .x-text .x-p {
    line-height: 1.6;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 0.1rem;
  }
}
@keyframes xbd {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.x-stor5 .x-cour3 {
  padding-bottom: 0.55rem;
}
.x-stor5 .x-cour3 .container .x-title {
  text-align: center;
}
.x-stor5 .x-cour3 .container .x-xia {
  margin-top: 0.5rem;
}
.x-stor5 .x-cour3 .container .x-xia .x-zh .swiper-container {
  padding-bottom: 0.25rem;
}
.x-stor5 .x-cour3 .container .x-xia .x-zh .x-text .x-tit {
  font-weight: bold;
  color: #000;
}
.x-stor5 .x-cour3 .container .x-xia .x-zh .x-text .x-p {
  color: #666666;
  line-height: 1.85;
  margin-top: 0.1rem;
}
.x-case-info1 {
  padding: 0.5rem 0 1.1rem;
}
.x-case-info1 .container .x-title {
  font-weight: bold;
  color: #000;
}
.x-case-info1 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-case-info1 .container .x-xia .x-le {
  width: 78.75%;
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-le {
    width: 100%;
  }
}
.x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 7.1rem;
  max-height: 7.1rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 8.1rem;
    max-height: 8.1rem;
  }
}
@media (max-width: 1281px) {
  .x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.6rem;
    max-height: 7.6rem;
  }
}
@media (max-width: 1260px) {
  .x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 6.5rem;
    max-height: 6.5rem;
  }
}
@media (max-width: 991px) {
  .x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 5.2rem;
  }
}
.x-case-info1 .container .x-xia .x-le .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-case-info1 .container .x-xia .x-ri {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri {
    width: 80%;
    margin: 0.3rem auto 0;
    display: block;
  }
}
.x-case-info1 .container .x-xia .x-ri .swiper-container {
  width: 100%;
  height: 5.8rem;
}
@media (max-width: 1580px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: 6.8rem;
  }
}
@media (max-width: 1367px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: 6.4rem;
  }
}
@media (max-width: 1281px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: 6rem;
  }
}
@media (max-width: 1260px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: 4.8rem;
  }
}
@media (max-width: 991px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri .swiper-container {
    height: auto;
    width: 100%;
  }
}
.x-case-info1 .container .x-xia .x-ri .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-case-info1 .container .x-xia .x-ri .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .public-img::after {
  opacity: 0;
}
.x-case-info1 .container .x-xia .x-ri .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.25%;
}
.x-case-info1 .container .x-xia .x-ri .swiper-container .swiper-wrapper .swiper-slide .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.x-case-info1 .container .x-xia .x-ri .x-prev,
.x-case-info1 .container .x-xia .x-ri .x-next {
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 0.1rem 0;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri .x-prev,
  .x-case-info1 .container .x-xia .x-ri .x-next {
    top: 50%;
    transform: translateY(-50%);
    left: -0.8rem;
    width: 0.6rem;
    height: 0.6rem;
    padding: 0.2rem 0;
    border-radius: 100%;
  }
}
.x-case-info1 .container .x-xia .x-ri .x-prev:hover,
.x-case-info1 .container .x-xia .x-ri .x-next:hover {
  background-color: #192065;
}
.x-case-info1 .container .x-xia .x-ri .x-prev:hover svg path,
.x-case-info1 .container .x-xia .x-ri .x-next:hover svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri .x-prev svg,
  .x-case-info1 .container .x-xia .x-ri .x-next svg {
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
  }
}
.x-case-info1 .container .x-xia .x-ri .x-prev svg path,
.x-case-info1 .container .x-xia .x-ri .x-next svg path {
  fill: #999999;
}
.x-case-info1 .container .x-xia .x-ri .x-next {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri .x-next {
    top: 50%;
    left: auto;
    right: -0.8rem;
    width: 0.6rem;
    bottom: auto;
  }
}
.x-case-info1 .container .x-xia .x-ri .x-next svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .x-case-info1 .container .x-xia .x-ri .x-next svg {
    transform: rotate(90deg);
  }
}
.x-case-info2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #eeeeee;
}
.x-case-info2 .container .x-title {
  font-weight: bold;
  color: #000;
  width: 25%;
}
@media (max-width: 767px) {
  .x-case-info2 .container .x-title {
    width: 100%;
  }
}
.x-case-info2 .container .x-ri {
  width: 65.625%;
}
@media (max-width: 767px) {
  .x-case-info2 .container .x-ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-case-info2 .container .x-ri ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-case-info2 .container .x-ri ul li {
  width: 47.61%;
  padding: 0.25rem 0;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .x-case-info2 .container .x-ri ul li {
    width: 100%;
  }
}
.x-case-info2 .container .x-ri ul li.on {
  width: 100%;
}
.x-case-info2 .container .x-ri ul li .x-tit {
  color: #999999;
}
.x-case-info2 .container .x-ri ul li .x-p {
  color: #000000;
  font-weight: bold;
  margin-top: 0.04rem;
}
@media (max-width: 767px) {
  .x-case-info2 .container .x-ri ul li .x-p {
    margin-top: 0.1rem;
  }
}
.x-case-info3 {
  padding: 1.1rem 0 1.2rem;
}
.x-case-info3 .container .x-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-case-info3 .container .x-t .x-title {
  font-weight: bold;
  color: #000;
}
.x-case-info3 .container .x-t .x-but {
  display: flex;
}
.x-case-info3 .container .x-t .x-but .public-swp-prev {
  margin-right: 0.18rem;
}
.x-case-info3 .container .swiper-container {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-case-info3 .container .swiper-container {
    padding: 0 1px;
    margin-top: 0.4rem;
  }
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  transition: 0.4s ease-in-out;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover {
  background-color: #192065;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-title {
  color: #fff;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-p {
  color: #c2c8ff;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp span {
  color: #fff;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp i svg path {
  fill: #fff;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .public-img::before {
  padding-top: 56%;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text {
  padding: 0.35rem 0.4rem;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title {
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #cccccc;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp span {
  color: #192065;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
  transition: 0.4s ease-in-out;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.x-case-info3 .container .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg path {
  fill: #192065;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-side {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 9999;
  display: none;
}
@media (max-width: 767px) {
  .x-side {
    display: none !important;
  }
}
.x-side ul li {
  margin-bottom: 2px;
}
.x-side ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #cccccc;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-side ul li a {
    width: 60px;
    height: 60px;
  }
}
.x-side ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#0043a8, #0043a8);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
}
.x-side ul li a:hover::before {
  opacity: 1;
}
.x-side ul li a:hover span {
  opacity: 1;
  height: 22px;
}
.x-side ul li a:hover .x-ewm {
  opacity: 1;
  pointer-events: initial;
}
.x-side ul li a .x-ic {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-side ul li a .x-ic {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-side ul li a .x-ic svg {
  width: 100%;
  height: 100%;
}
.x-side ul li a .x-ic svg svg path {
  fill: #fff;
}
.x-side ul li a span {
  display: block;
  color: #fff;
  margin-top: 0.04rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 5;
}
.x-side ul li a .x-ewm {
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.x-side ul li a .x-ewm::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.x-side ul li a .x-ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 83px;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 1580px) {
  .curtain .curtain_box .curtain_title .close_tc {
    width: 68px;
    height: 63px;
  }
}
@media (max-width: 767px) {
  .curtain .curtain_box .curtain_title .close_tc {
    width: 44px;
    height: 43px;
  }
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box {
  border-radius: 0.1rem;
  overflow: hidden;
  background: transparent;
}
.curtain2 .x-con {
  width: 6.8rem;
}
.curtain2 .x-con .x-title {
  background-image: linear-gradient(90deg, #192065 0%, #3c9b3e 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.4rem;
}
.curtain2 .x-con .x-form {
  background-color: #edf3f6;
  padding: 0.4rem;
}
.curtain2 .x-con .x-form .x-inp {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.curtain2 .x-con .x-form .x-inp input {
  color: #666666;
  height: 50px;
  line-height: 50px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-form .x-inp input {
    height: 40px;
    line-height: 40px;
  }
}
.curtain2 .x-con .x-form .x-inp textarea {
  width: 100%;
  height: 1.5rem;
  padding: 0.18rem 0.2rem;
}
.curtain2 .x-con .x-form .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.curtain2 .x-con .x-form .x-box .x-inp {
  width: 48.5%;
}
.curtain2 .x-con .x-form button {
  margin-top: 0.1rem;
}
.x-zbgg .container .x-le {
  width: 100%;
}
.x-zbgg .container .x-fjxz {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-zbgg .container .x-fjxz a {
  background-color: #fff;
  color: #000;
  min-width: 1.8rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  transition: 0.4s ease-in-out;
  text-align: center;
  border-radius: 0.08rem;
}
.x-zbgg .container .x-fjxz a:hover {
  opacity: 0.8;
}
.x-stor-xj1 {
  background-color: #edf3f6;
}
.x-stor-xj1 .container .x-title {
  font-weight: bold;
  color: #1b2763;
}
.x-stor-xj1 .container .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .x-stor-xj1 .container .x-xia {
    margin-top: 0.3rem;
  }
}
.x-stor-xj1 .container .x-xia .x-le {
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  .x-stor-xj1 .container .x-xia .x-le {
    width: 100%;
  }
}
.x-stor-xj1 .container .x-xia .x-le:hover .public-img img {
  transform: scale(1.08);
}
.x-stor-xj1 .container .x-xia .x-le .public-img::before {
  padding-top: 135.08442777%;
}
@media (max-width: 1580px) {
  .x-stor-xj1 .container .x-xia .x-le .public-img::before {
    padding-top: 145.084428%;
  }
}
.x-stor-xj1 .container .x-xia .x-le .x-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  z-index: 5;
}
.x-stor-xj1 .container .x-xia .x-ri {
  width: 66.67%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-stor-xj1 .container .x-xia .x-ri {
    width: 100%;
  }
}
.x-stor-xj1 .container .x-xia .x-ri .x-box {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .x-stor-xj1 .container .x-xia .x-ri .x-box {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-stor-xj1 .container .x-xia .x-ri .x-box:hover .public-img img {
  transform: scale(1.08);
}
.x-stor-xj1 .container .x-xia .x-ri .x-box .public-img::before {
  padding-top: 67.54221388%;
}
@media (max-width: 1580px) {
  .x-stor-xj1 .container .x-xia .x-ri .x-box .public-img::before {
    padding-top: 72.542214%;
  }
}
.x-stor-xj1 .container .x-xia .x-ri .x-box .x-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  z-index: 5;
  width: 100%;
}
