@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "oppo-s";
  src: url("../fonts/OPPOSans-B.ttf") format("truetype");
}
.font-s {
  font-family: 'oppo-s', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005dff;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 74%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005dff;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005dff;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005dff;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005dff;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.x-ny-banner .x-con {
  position: relative;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img {
    height: 68vh;
  }
}
.x-ny-banner .x-con .public-img::before {
  padding-top: 31.25%;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 48.25%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 76.25%;
  }
}
@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 .container {
  position: absolute;
  left: 50%;
  top: 37.5%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .container {
    top: 19.5%;
  }
}
.x-ny-banner .x-con .container .x-title {
  color: #010101;
  font-weight: bold;
}
.x-ny-banner .x-con .container .x-title span {
  color: #005dff;
}
.x-ny-banner .x-con .container .x-p {
  color: #666666;
  margin-top: 5px;
}
.x-ny-banner2 {
  position: relative;
}
@media (max-width: 767px) {
  .x-ny-banner2 {
    padding: 1.4rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-img-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.x-ny-banner2 .x-img-bj::before {
  padding-top: 31.25%;
}
@media (max-width: 1260px) {
  .x-ny-banner2 .x-img-bj::before {
    padding-top: 39.25%;
  }
}
@media (max-width: 991px) {
  .x-ny-banner2 .x-img-bj::before {
    padding-top: 44.25%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-img-bj::before {
    padding-top: 118.25%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-img-bj img:nth-child(1) {
    display: none;
  }
}
.x-ny-banner2 .x-img-bj img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner2 .x-img-bj img:nth-child(2) {
    display: block;
  }
}
.x-ny-banner2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 1.34rem;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-ny-banner2 .container {
    position: relative;
    transform: initial;
    left: auto;
    top: auto;
  }
}
.x-ny-banner2 .container .x-le {
  width: 42.85%;
  margin-top: 1.3rem;
}
@media (max-width: 1260px) {
  .x-ny-banner2 .container .x-le {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-ny-banner2 .container .x-le {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.x-ny-banner2 .container .x-le .x-title {
  color: #010101;
  font-weight: bold;
}
.x-ny-banner2 .container .x-le .x-p {
  color: #333333;
  margin-top: 0.05rem;
  line-height: 1.66666667;
}
@media (max-width: 1580px) {
  .x-ny-banner2 .container .x-le .x-p br {
    display: none;
  }
}
.x-ny-banner2 .container .x-ri {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 51.42%;
  padding: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 73, 147, 0.1);
}
@media (max-width: 767px) {
  .x-ny-banner2 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-ny-banner2 .container .x-ri .public-img {
  border-radius: 0.1rem;
}
.x-ny-banner2 .container .x-ri .public-img::before {
  padding-top: 50.88235294%;
}
.x-mag1 {
  padding: 1.3rem 0 1rem;
}
@media (max-width: 767px) {
  .x-mag1 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-mag1 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-mag1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-mag1 .container ul {
    margin-top: 0.3rem;
  }
}
.x-mag1 .container ul li {
  width: 48.57%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.58rem rgba(150, 159, 174, 0.15);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-mag1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-mag1 .container ul li {
    flex-wrap: wrap;
  }
}
.x-mag1 .container ul li:hover {
  box-shadow: 0 0 0.38rem rgba(0, 94, 255, 0.32);
}
.x-mag1 .container ul li:hover::before {
  background: url('../images/x-qq9.png') no-repeat center;
  background-size: cover;
}
.x-mag1 .container ul li:hover .x-img::before {
  background: url('../images/x-qq7.png') no-repeat center;
  background-size: cover;
}
.x-mag1 .container ul li:hover .x-text .x-title2 {
  color: #fff;
}
.x-mag1 .container ul li:hover .x-text .x-p {
  color: rgba(255, 255, 255, 0.5);
}
.x-mag1 .container ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-qq8.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.x-mag1 .container ul li .x-img {
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-mag1 .container ul li .x-img {
    margin: 0 auto;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.x-mag1 .container ul li .x-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-qq6.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.x-mag1 .container ul li .x-img img {
  width: 0.84rem;
  height: 0.84rem;
  object-fit: contain;
}
.x-mag1 .container ul li .x-text {
  width: calc(100% - 1.22rem);
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .x-mag1 .container ul li .x-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 0.2rem;
  }
}
.x-mag1 .container ul li .x-text .x-title2 {
  font-weight: bold;
  color: #333333;
  transition: 0.4s ease-in-out;
}
.x-mag1 .container ul li .x-text .x-p {
  line-height: 1.625;
  margin-top: 5px;
  color: #666666;
  transition: 0.4s ease-in-out;
}
.x-magbj {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.x-mag2 {
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-mag2 {
    padding-top: 1.2rem;
  }
}
.x-mag2 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-mag2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.45rem -0.2rem 0 0;
}
@media (max-width: 767px) {
  .x-mag2 .container ul {
    margin-top: 0.3rem;
  }
}
.x-mag2 .container ul li {
  width: 25%;
  display: flex;
  padding: 0 0.2rem 0.2rem 0;
}
@media (max-width: 991px) {
  .x-mag2 .container ul li {
    width: 50%;
  }
}
.x-mag2 .container ul li .x-box {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.59rem rgba(159, 159, 174, 0.15);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.4rem 0.2rem 0.55rem 0.2rem;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .x-mag2 .container ul li .x-box {
    padding-bottom: 0.2rem;
  }
}
.x-mag2 .container ul li .x-box .x-img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.x-mag2 .container ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mag2 .container ul li .x-box .x-title2 {
  text-align: center;
  margin-top: 0.12rem;
  color: #333333;
  font-weight: bold;
}
.x-mag3 {
  padding: 1.1rem 0 1.4rem;
}
@media (max-width: 767px) {
  .x-mag3 {
    padding: 0.8rem 0 1.1rem;
  }
}
.x-mag3 .container .x-title {
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.x-mag3 .container .x-img {
  width: 100%;
  height: auto;
  padding: 0 1rem;
  margin: 0.5rem auto 0;
}
@media (max-width: 767px) {
  .x-mag3 .container .x-img {
    padding: 0;
    margin-top: 0.3rem;
  }
}
.x-mag3 .container .x-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.x-mag4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.55rem 0 0.4rem;
}
@media (max-width: 767px) {
  .x-mag4 {
    padding: 0.6rem 0;
  }
}
.x-mag4 .container .x-t {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .x-mag4 .container .x-t {
    flex-wrap: wrap;
  }
}
.x-mag4 .container .x-t .x-l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .x-mag4 .container .x-t .x-l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-mag4 .container .x-t .x-l {
    margin-bottom: 0.1rem;
  }
}
.x-mag4 .container .x-t .x-l .x-ic {
  width: auto;
  height: 0.44rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.x-mag4 .container .x-t .x-l .x-ic img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-mag4 .container .x-t .x-l .x-sp {
  padding-right: 0.1rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.x-mag4 .container .x-t .x-l .x-sp::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .x-mag4 .container .x-t .x-l .x-sp::before {
    display: none;
  }
}
.x-mag4 .container .x-t span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .x-mag4 .container .x-t span {
    text-align: center;
    line-height: 1.4;
  }
}
.x-mag4 .container .x-a {
  text-align: center;
  margin-top: 0.14rem;
}
.x-mag4 .container .x-a a {
  display: inline-block;
  min-width: 1.24rem;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  text-align: center;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-mag4 .container .x-a a {
    min-width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .x-mag4 .container .x-a a {
    min-width: 2.2rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }
}
.x-mag4 .container .x-a a:hover {
  opacity: 0.8;
}
.x-mag4 .container .x-a a span {
  color: #80a8f4;
}
.x-news1 {
  box-shadow: 0 0 0.32rem rgba(22, 119, 255, 0.05);
}
@media (max-width: 767px) {
  .x-news1 {
    padding: 0.2rem 0 0.4rem;
  }
}
.x-news1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.x-news1 .container .x-le {
  width: 86.42%;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.x-news1 .container .x-le::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
@media (max-width: 767px) {
  .x-news1 .container .x-le {
    width: 100%;
    overflow-x: auto;
  }
}
.x-news1 .container .x-le a {
  display: block;
  color: #999999;
  margin-right: 0.6rem;
  padding: 0.26rem 0;
  position: relative;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x-news1 .container .x-le a {
    flex-shrink: 0;
    margin-right: 0.4rem;
  }
}
.x-news1 .container .x-le a.on,
.x-news1 .container .x-le a:hover {
  color: #005dff;
}
.x-news1 .container .x-le a.on::before,
.x-news1 .container .x-le a:hover::before {
  width: 100%;
}
.x-news1 .container .x-le a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #005dff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news1 .container .x-le a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .x-ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-news1 .container .x-ri .x-xiala {
  width: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-news1 .container .x-ri .x-xiala {
    width: 100%;
  }
}
.x-news1 .container .x-ri .x-xiala .x-sp {
  display: block;
  border: 1px solid #005dff;
  height: 100%;
  padding: 0.06rem 0.2rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.04rem;
}
@media (max-width: 767px) {
  .x-news1 .container .x-ri .x-xiala .x-sp {
    padding: 0.12rem 0.2rem;
  }
}
.x-news1 .container .x-ri .x-xiala .x-sp.on i svg {
  transform: rotate(360deg);
}
.x-news1 .container .x-ri .x-xiala .x-sp span {
  color: #333;
}
.x-news1 .container .x-ri .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-news1 .container .x-ri .x-xiala .x-sp i svg {
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.4s ease-in-out;
  transform: rotate(180deg);
}
.x-news1 .container .x-ri .x-xiala ul {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0);
  padding: 0.05rem;
  border-radius: 0.04rem;
  display: none;
  max-height: 3rem;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
}
.x-news1 .container .x-ri .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
  border-radius: 0.04rem;
}
.x-news1 .container .x-ri .x-xiala ul li:hover {
  background-color: #edeeee;
}
.x-news2 {
  background-color: #f5fafe;
  padding: 1rem 0 0;
}
.x-news2 .container a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.x-news2 .container a:hover .x-text .x-title {
  color: #005dff;
}
.x-news2 .container a:hover .x-text .x-spp i {
  transform: translateX(0.05rem) rotate(90deg);
}
.x-news2 .container a .public-img {
  width: 50.71%;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .x-news2 .container a .public-img {
    width: 100%;
  }
}
.x-news2 .container a .public-img::before {
  padding-top: 61.69014085%;
}
.x-news2 .container a .x-text {
  width: 49.29%;
  border: 1px solid #fff;
  border-radius: 0.16rem;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translateX(-0.3rem);
  position: relative;
  z-index: 5;
  padding: 0.7rem 0.7rem 0.2rem 0.6rem;
  backdrop-filter: saturate(180%) blur(15px);
}
@media (max-width: 767px) {
  .x-news2 .container a .x-text {
    width: 100%;
    padding: 0.4rem 0.4rem;
    transform: initial;
  }
}
.x-news2 .container a .x-text .x-sp {
  color: #333;
}
.x-news2 .container a .x-text .x-title {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-news2 .container a .x-text .x-p {
  color: #999999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 0.25rem;
}
.x-news2 .container a .x-text .x-spp {
  margin-top: 0.6rem;
}
.x-news2 .container a .x-text .x-spp span {
  color: #005dff;
}
.x-news2 .container a .x-text .x-spp i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}
.x-news2 .container a .x-text .x-spp i svg {
  width: 100%;
  height: 100%;
}
.x-news2 .container a .x-text .x-spp i svg path {
  fill: #005dff;
}
.x-news3 {
  background-color: #f5fafe;
  padding-bottom: 1.4rem;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-news3 {
    padding-bottom: 1.2rem;
  }
}
.x-news3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem 0.5rem 0;
}
@media (max-width: 767px) {
  .x-news3 .container ul {
    margin-bottom: 0.4rem;
  }
}
.x-news3 .container ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.3rem 0.3rem 0;
}
@media (max-width: 991px) {
  .x-news3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-news3 .container ul li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-news3 .container ul li a {
  display: block;
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  box-shadow: 0 0 0.4rem rgba(72, 127, 181, 0.1);
  background-color: rgba(255, 255, 255, 0.85);
}
.x-news3 .container ul li a:hover .x-text .x-title {
  color: #005dff;
}
.x-news3 .container ul li a:hover .x-text .x-spp i {
  transform: translateX(0.05rem) rotate(90deg);
}
.x-news3 .container ul li a .public-img::before {
  padding-top: 49.32735426%;
}
.x-news3 .container ul li a .x-text {
  padding: 0.3rem 0.35rem 0.25rem 0.35rem;
  border-radius: 0.16rem 0.16rem 0 0;
  position: relative;
  z-index: 5;
  transform: translateY(-0.2rem);
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(15px);
}
.x-news3 .container ul li a .x-text .x-sp {
  color: #333333;
}
.x-news3 .container ul li a .x-text .x-title {
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  transition: 0.4s ease-in-out;
}
.x-news3 .container ul li a .x-text .x-p {
  color: #999999;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-news3 .container ul li a .x-text .x-spp {
  margin-top: 0.55rem;
}
.x-news3 .container ul li a .x-text .x-spp span {
  color: #005dff;
}
.x-news3 .container ul li a .x-text .x-spp i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}
.x-news3 .container ul li a .x-text .x-spp i svg {
  width: 100%;
  height: 100%;
}
.x-news3 .container ul li a .x-text .x-spp i svg path {
  fill: #005dff;
}
.x-page .x-con {
  display: flex;
  justify-content: center;
}
.x-page .x-con a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e0e0e0;
  transition: 0.4s ease-in-out;
  border-radius: 0.04rem;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .x-page .x-con a {
    width: 0.58rem;
    height: 0.58rem;
  }
}
.x-page .x-con a svg {
  width: 10px;
  height: 10px;
}
.x-page .x-con a svg path {
  fill: #999999;
  transition: 0.4s ease-in-out;
}
.x-page .x-con a.x-r svg {
  transform: rotate(180deg);
}
.x-page .x-con a:hover {
  background-color: #e5edf9;
  border-color: #005dff;
}
.x-page .x-con a:hover span {
  color: #005dff;
  font-weight: bold;
}
.x-page .x-con a:hover svg path {
  fill: #005dff;
}
.x-page .x-con a span {
  color: #333333;
}
@media (max-width: 767px) {
  .x-page .x-con a span {
    font-size: 0.24rem;
  }
}
.x-mbx {
  padding: 0.4rem 0;
}
.x-mbx .container a {
  color: #999999;
  transition: 0.4s ease-in-out;
}
.x-mbx .container a.on,
.x-mbx .container a:hover {
  color: #333333;
}
.x-mbx .container span {
  color: #999999;
  display: inline-block;
  margin: 0 0.05rem;
}
.x-mbx .container span:last-child {
  display: none;
}
.x-news-info1 {
  padding: 0.7rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-news-info1 {
    padding: 0.4rem 0 1rem;
  }
}
.x-news-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-info1 .container .x-le {
  width: 57.14%;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le {
    width: 100%;
  }
}
.x-news-info1 .container .x-le .x-title {
  font-weight: bold;
  color: #222;
  line-height: 1.25;
}
.x-news-info1 .container .x-le .x-text {
  display: flex;
  margin-top: 0.25rem;
}
.x-news-info1 .container .x-le .x-text .x-sp {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-text .x-sp {
    font-size: 0.24rem;
  }
}
.x-news-info1 .container .x-le .x-text .x-sp .x-sp1 {
  color: #333333;
  background-color: #f5f5f5;
  height: 24px;
  line-height: 24px;
  padding: 0 0.18rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.x-news-info1 .container .x-le .public-content {
  padding-top: 0.45rem;
  margin-top: 0.3rem;
  border-top: 1px solid #f2f2f2;
}
.x-news-info1 .container .x-le .x-fx {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}
.x-news-info1 .container .x-le .x-fx span {
  display: inline-block;
  margin-right: 0.15rem;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom {
  display: flex;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  background: #dde5f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0 0;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a:hover {
  background: #005dff;
  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.6rem;
    height: 0.6rem;
    margin: 0 0 0 0.2rem;
  }
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a svg {
  width: 60%;
  height: auto;
  pointer-events: none;
}
.x-news-info1 .container .x-le .x-fx .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.x-news-info1 .container .x-le .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.x-news-info1 .container .x-le .x-xia .x-l {
  width: 80%;
}
.x-news-info1 .container .x-le .x-xia .x-l a {
  display: flex;
  color: #999999;
  transition: 0.4s ease-in-out;
  margin-bottom: 0.1rem;
}
.x-news-info1 .container .x-le .x-xia .x-l a:hover {
  color: #333333;
}
.x-news-info1 .container .x-le .x-xia .x-l a span {
  flex-shrink: 0;
}
.x-news-info1 .container .x-le .x-xia .x-l a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-news-info1 .container .x-le .x-xia .x-r a {
  display: inline-flex;
  align-items: center;
  color: #333333;
}
.x-news-info1 .container .x-le .x-xia .x-r a:hover {
  color: #005dff;
}
.x-news-info1 .container .x-le .x-xia .x-r a:hover i svg path {
  fill: #005dff;
}
.x-news-info1 .container .x-le .x-xia .x-r a i {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-xia .x-r a i {
    width: 14px;
    height: 14px;
  }
}
.x-news-info1 .container .x-le .x-xia .x-r a i svg,
.x-news-info1 .container .x-le .x-xia .x-r a i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-news-info1 .container .x-le .x-xia .x-r a i svg path,
.x-news-info1 .container .x-le .x-xia .x-r a i img path {
  fill: #101010;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container .x-ri {
  width: 20.71%;
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-ri {
    width: 27.71%;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-ri {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.x-news-info1 .container .x-ri .x-title {
  color: #222222;
  font-weight: bold;
  padding-left: 0.15rem;
  position: relative;
}
.x-news-info1 .container .x-ri .x-title::before {
  content: "";
  width: 0.03rem;
  height: 0.2rem;
  background-color: #005dff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.5rem;
}
.x-news-info1 .container .x-ri .x-a {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-ri .x-a {
    margin-top: 0.2rem;
  }
}
.x-news-info1 .container .x-ri .x-a a {
  display: block;
  margin-bottom: 0.3rem;
}
.x-news-info1 .container .x-ri .x-a a:hover .x-text .x-title2 {
  color: #005dff;
}
.x-news-info1 .container .x-ri .x-a a .public-img {
  border-radius: 0.16rem;
}
.x-news-info1 .container .x-ri .x-a a .public-img::before {
  padding-top: 59.31034483%;
}
.x-news-info1 .container .x-ri .x-a a .x-text {
  margin-top: 0.08rem;
}
.x-news-info1 .container .x-ri .x-a a .x-text .x-title2 {
  color: #222222;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-news-info1 .container .x-ri .x-a a .x-text span {
  color: #999999;
  display: block;
  margin-top: 5px;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.x-public-prev,
.x-public-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 100%;
  background-color: #005dff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0.2;
}
.x-public-prev:hover,
.x-public-next:hover {
  opacity: 1;
}
.x-public-prev svg,
.x-public-next svg {
  width: 0.2rem;
  height: 0.2rem;
}
.x-public-prev svg path,
.x-public-next svg path {
  fill: #fff;
}
.x-public-prev svg {
  transform: rotate(180deg);
}
.x-solu1 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-solu1 {
    padding: 1.2rem 0;
  }
}
.x-solu1 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.x-solu1 .container .x-swiper1 {
  position: relative;
}
.x-solu1 .container .x-swiper1 .swiper-container {
  padding: 0.4rem 0.15rem 0.85rem;
  margin: 0.1rem -0.15rem 0;
}
@media (max-width: 767px) {
  .x-solu1 .container .x-swiper1 .swiper-container {
    margin: 0;
    padding: 0.3rem 0.15rem 0.6rem;
  }
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  padding: 0.75rem 0.25rem 1.2rem;
  box-shadow: 0 0 0.12rem rgba(72, 127, 181, 0.1);
  height: auto;
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-ic {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  margin-top: 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    margin-top: 0.3rem;
  }
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
  font-weight: bold;
  color: #333;
}
@media (max-width: 1580px) {
  .x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
    font-size: 18px;
  }
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #999999;
  margin-top: 8px;
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-pagination {
  bottom: 0;
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #000000;
  border-radius: 2px;
  opacity: 0.1;
  transition: 0.4s ease-in-out;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .x-solu1 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
}
.x-solu1 .container .x-swiper1 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.6rem;
  background: transparent;
  background-image: linear-gradient(90deg, #1591fe 0%, #21e1ff 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
                                normal;
  box-shadow: 0px 5px 20px 0px rgba(22, 151, 254, 0.3);
  border-radius: 2px;
  opacity: 1;
}
.x-solu1 .container .x-swiper1 .x-public-prev,
.x-solu1 .container .x-swiper1 .x-public-next {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-solu1 .container .x-swiper1 .x-public-prev,
  .x-solu1 .container .x-swiper1 .x-public-next {
    display: none;
  }
}
.x-solu1 .container .x-swiper1 .x-public-prev {
  left: -0.9rem;
}
@media (max-width: 1260px) {
  .x-solu1 .container .x-swiper1 .x-public-prev {
    left: -0.7rem;
  }
}
.x-solu1 .container .x-swiper1 .x-public-next {
  right: -0.9rem;
}
@media (max-width: 1260px) {
  .x-solu1 .container .x-swiper1 .x-public-next {
    right: -0.7rem;
  }
}
.x-solu2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1rem;
}
@media (max-width: 767px) {
  .x-solu2 {
    padding: 1.2rem 0;
  }
}
.x-solu2 .container .x-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.x-solu2 .container .swiper-container {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-solu2 .container .swiper-container {
    margin-top: 0.3rem;
  }
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li {
  background-color: #1f2329;
  width: 49.28%;
  margin-bottom: 0.2rem;
  border: 1px solid #2d343b;
  border-radius: 0.05rem;
  padding: 0.35rem 0.4rem 0.5rem;
}
@media (max-width: 767px) {
  .x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li {
    width: 100%;
  }
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-ic {
  width: 0.7rem;
  height: 0.7rem;
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text {
    margin-top: 0.2rem;
  }
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text .x-title2 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text .x-title2 {
    font-size: 0.32rem;
  }
}
.x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text .x-p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.08rem;
}
@media (max-width: 1580px) {
  .x-solu2 .container .swiper-container .swiper-wrapper .swiper-slide .x-li .x-text .x-p br {
    display: none;
  }
}
.x-solu2 .container .swiper-container .swiper-pagination {
  bottom: 0;
}
.x-solu2 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.03rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  opacity: 1;
  transition: 0.4s ease-in-out;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .x-solu2 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
}
.x-solu2 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.6rem;
  background: transparent;
  background-image: linear-gradient(90deg, #1591fe 0%, #21e1ff 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
                            normal;
  box-shadow: 0px 5px 20px 0px rgba(22, 151, 254, 0.3);
  border-radius: 2px;
  opacity: 1;
}
.x-solu3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-solu3 {
    padding: 1.2rem 0;
  }
}
.x-solu3 .x-con .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-solu3 .x-con .x-top {
  margin-top: 0.65rem;
  border-bottom: 1px solid #fff;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-top {
    margin-top: 0.4rem;
    padding: 0 0.6rem;
  }
}
.x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  margin: 0 0.55rem;
  width: auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0;
    text-align: center;
  }
}
.x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #005dff;
}
.x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p::before {
  width: 100%;
}
.x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide p {
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 0.15rem;
}
.x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide p::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #005dff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide p::before {
    height: 2px;
  }
}
.x-solu3 .x-con .x-xia {
  margin-top: 0.8rem;
  position: relative;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .x-solu3 .x-con .x-xia {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia .swiper-container {
    padding: 1px;
  }
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.12rem;
  box-shadow: 0 0 0.4rem rgba(72, 127, 181, 0.1);
  border: 1px solid #eff4fc;
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
    border-color: #fff;
  }
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
  width: 53.84%;
  padding: 1.3rem 0.2rem 0.4rem 1rem;
}
@media (max-width: 1260px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 100%;
  }
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
  font-weight: bold;
  color: #333333;
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  margin-top: 0.12rem;
  color: #666666;
  letter-spacing: 0.2em;
  line-height: 1.36;
}
@media (max-width: 1260px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
    font-size: 18px;
  }
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
    font-size: 0.3rem;
  }
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ri {
  width: 46.16%;
}
@media (max-width: 1260px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    padding: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 100%;
  }
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ri .public-img {
  width: 100%;
}
.x-solu3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ri .public-img::before {
  padding-top: 82.5%;
}
.x-solu3 .x-con .x-xia .x-public-prev {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-solu3 .x-con .x-xia .x-public-prev {
    display: none;
  }
}
.x-solu3 .x-con .x-xia .x-public-next {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-solu3 .x-con .x-xia .x-public-next {
    display: none;
  }
}
.x-solu4 {
  padding: 1.1rem 0 1rem;
}
.x-solu4 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-solu4 .container .x-swiper1 {
  padding: 0 0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-solu4 .container .x-swiper1 {
    padding: 0;
  }
}
.x-solu4 .container .x-swiper1 .swiper-container {
  padding: 0.4rem 0;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #fff;
  box-shadow: 0 0 0.2rem rgba(72, 127, 181, 0.1);
  position: relative;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide:hover .x-text .x-sp i {
  transform: translateX(0.08rem) rotate(180deg);
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.05rem;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 74.14634146%;
}
@media (max-width: 1281px) {
  .x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 76.146341%;
  }
}
@media (max-width: 767px) {
  .x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 74.14634146%;
  }
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 0.6rem 1.8rem 0.2rem 0.4rem;
}
@media (max-width: 1580px) {
  .x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding-right: 1.4rem;
  }
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
  color: #333;
  font-weight: bold;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #666666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
@media (max-width: 1580px) {
  .x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
    -webkit-line-clamp: 4;
    height: 6em;
  }
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp {
    margin-top: 0.7rem;
  }
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp span {
  color: #005dff;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.x-solu4 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp i svg path {
  fill: #005dff;
}
.x-solu4 .container .x-swiper1 .x-public-prev {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-solu4 .container .x-swiper1 .x-public-prev {
    display: none;
  }
}
.x-solu4 .container .x-swiper1 .x-public-next {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-solu4 .container .x-swiper1 .x-public-next {
    display: none;
  }
}
.x-about1 .x-con {
  position: relative;
}
.x-about1 .x-con .public-img::before {
  padding-top: 31.25%;
}
@media (max-width: 991px) {
  .x-about1 .x-con .public-img::before {
    padding-top: 50.88235294%;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .public-img::before {
    padding-top: 76.25%;
  }
}
.x-about1 .x-con .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-about2.png') no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.x-about1 .x-con .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-about1 .x-con .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 0.4rem;
  z-index: 10;
}
.x-about1 .x-con .x-text .x-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.x-about2 .x-con {
  position: relative;
}
@media (max-width: 1260px) {
  .x-about2 .x-con {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con {
    padding: 1.2rem 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1260px) {
  .x-about2 .x-con .public-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .public-img {
    position: relative;
    margin-top: 0.4rem;
  }
}
.x-about2 .x-con .public-img::before {
  padding-top: 40.625%;
}
@media (max-width: 767px) {
  .x-about2 .x-con .public-img::before {
    padding-top: 90.625%;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .public-img img:nth-child(1) {
    display: none;
  }
}
.x-about2 .x-con .public-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-about2 .x-con .public-img img:nth-child(2) {
    display: block;
  }
}
.x-about2 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 1.85rem;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-about2 .x-con .x-text {
    top: 1.4rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .x-con .x-text {
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
  }
}
@media (max-width: 767px) {
  .x-about2 .x-con .x-text {
    order: -1;
  }
}
.x-about2 .x-con .x-text .x-tit {
  max-width: 6.5rem;
}
.x-about2 .x-con .x-text .x-tit .x-title {
  color: #000000;
  font-weight: bold;
}
.x-about2 .x-con .x-text .x-tit .x-p {
  color: #333;
  margin-top: 0.2rem;
  text-align: justify;
}
.x-about3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1rem;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 1.2rem 0;
  }
}
.x-about3 .container .x-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.x-about3 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia {
    margin-top: 0.3rem;
  }
}
.x-about3 .container .x-xia .x-le {
  width: 34.28%;
  position: relative;
}
@media (max-width: 991px) {
  .x-about3 .container .x-xia .x-le {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-le {
    margin-bottom: 0.4rem;
  }
}
.x-about3 .container .x-xia .x-le .public-img {
  border-radius: 0.1rem;
}
.x-about3 .container .x-xia .x-le .public-img::before {
  padding-top: 129.16666667%;
}
@media (max-width: 991px) {
  .x-about3 .container .x-xia .x-le .public-img::before {
    padding-top: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-le .public-img::before {
    padding-top: 47.333333%;
  }
}
.x-about3 .container .x-xia .x-le .x-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.95rem 0.2rem 0.2rem 1rem;
}
@media (max-width: 1300px) {
  .x-about3 .container .x-xia .x-le .x-text {
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-le .x-text {
    padding: 0.6rem 0.6rem;
  }
}
.x-about3 .container .x-xia .x-le .x-text .x-sp {
  opacity: 0.8;
}
.x-about3 .container .x-xia .x-le .x-text .x-p {
  margin-top: 0.1rem;
  font-weight: bold;
}
.x-about3 .container .x-xia .x-ri {
  width: 64.28%;
}
@media (max-width: 991px) {
  .x-about3 .container .x-xia .x-ri {
    width: 100%;
  }
}
.x-about3 .container .x-xia .x-ri .x-li {
  position: relative;
}
.x-about3 .container .x-xia .x-ri .x-li:nth-child(2) {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-ri .x-li:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.x-about3 .container .x-xia .x-ri .x-li:nth-child(2) .x-text {
  padding-top: 0.6rem;
}
@media (max-width: 1300px) {
  .x-about3 .container .x-xia .x-ri .x-li:nth-child(2) .x-text {
    padding-top: 0.3rem;
  }
}
.x-about3 .container .x-xia .x-ri .x-li .public-img {
  border-radius: 0.1rem;
}
.x-about3 .container .x-xia .x-ri .x-li .public-img::before {
  padding-top: 33.33333333%;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-ri .x-li .public-img::before {
    padding-top: 47.333333%;
  }
}
.x-about3 .container .x-xia .x-ri .x-li .x-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.95rem 0.2rem 0.2rem 1rem;
}
@media (max-width: 1300px) {
  .x-about3 .container .x-xia .x-ri .x-li .x-text {
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-ri .x-li .x-text {
    padding: 0.6rem 0.6rem;
  }
}
.x-about3 .container .x-xia .x-ri .x-li .x-text .x-sp {
  opacity: 0.8;
}
.x-about3 .container .x-xia .x-ri .x-li .x-text .x-p {
  margin-top: 0.1rem;
  font-weight: bold;
  line-height: 1.3;
}
.x-about4 {
  padding: 1.4rem 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .x-about4 {
    padding: 1.2rem 0;
  }
}
.x-about4 .container {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .x-about4 .container {
    flex-wrap: wrap;
  }
}
.x-about4 .container .x-le {
  width: 24.28%;
}
@media (max-width: 991px) {
  .x-about4 .container .x-le {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-le {
    width: 100%;
  }
}
.x-about4 .container .x-le .x-title {
  color: #000;
  font-weight: bold;
}
.x-about4 .container .x-le .x-ps {
  margin-top: 0.2rem;
}
.x-about4 .container .x-le .x-ps p {
  margin-bottom: 0.1rem;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.x-about4 .container .x-le .x-ps p.on {
  color: #005dff;
}
.x-about4 .container .x-le .x-but {
  display: flex;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-about4 .container .x-le .x-but {
    display: none;
  }
}
.x-about4 .container .x-le .x-but .x-public-prev {
  margin-right: 0.2rem;
}
.x-about4 .container .x-ri {
  width: 86.71%;
  margin-right: -1.6rem;
}
@media (max-width: 1260px) {
  .x-about4 .container .x-ri {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .x-about4 .container .x-ri {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-ri {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-about4 .container .x-ri .swiper-container {
  display: none;
}
.x-about4 .container .x-ri .swiper-container.on {
  display: block;
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide {
  border-left: 1px solid #dfe8ec;
  padding: 0.1rem 0.5rem 0 0.5rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 0.2rem 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 0.4rem 0 0.4rem;
  }
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide:hover .x-text .x-sp {
  color: #005dff;
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp {
  color: #333;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp {
    font-size: 0.3rem;
  }
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #333333;
  margin-top: 0.25rem;
  line-height: 1.66;
}
@media (max-width: 767px) {
  .x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p br {
    display: none;
  }
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.x-about4 .container .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.16rem;
}
.x-about5 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 1.3rem;
}
@media (max-width: 767px) {
  .x-about5 {
    padding: 1.2rem 0;
  }
}
.x-about5 .container .x-box1 .x-title {
  font-weight: bold;
  color: #000;
}
.x-about5 .container .x-box1 ul {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #f2f9ff;
  border-radius: 0.2rem;
  padding: 0.4rem 1.05rem 0;
  margin-top: 0.3rem;
  box-shadow: 0px 0.3rem 0.2rem 0px rgba(0, 73, 147, 0.1);
}
@media (max-width: 991px) {
  .x-about5 .container .x-box1 ul {
    justify-content: flex-start;
    padding: 0.4rem;
  }
}
.x-about5 .container .x-box1 ul li {
  margin-right: 0.8rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .x-about5 .container .x-box1 ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 1260px) {
  .x-about5 .container .x-box1 ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .container .x-box1 ul li {
    margin-right: 0;
    width: 33.33%;
    padding: 0 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .container .x-box1 ul li {
    width: 50%;
  }
  .x-about5 .container .x-box1 ul li:nth-child(1) {
    width: 100%;
  }
}
.x-about5 .container .x-box1 ul li:nth-child(5n) {
  margin-right: 0;
}
.x-about5 .container .x-box1 ul li .x-tit {
  text-align: center;
}
.x-about5 .container .x-box1 ul li .x-tit .x-img {
  width: 1.7rem;
  height: 1.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box1 ul li .x-tit .x-img {
    width: 1.9rem;
    height: 1.8rem;
  }
}
.x-about5 .container .x-box1 ul li .x-tit .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about5 .container .x-box1 ul li .x-tit .x-text {
  margin-top: 0.2rem;
}
.x-about5 .container .x-box1 ul li .x-tit .x-text .x-title2 {
  color: #333333;
}
.x-about5 .container .x-box1 ul li .x-tit .x-text .x-p {
  color: #999999;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box1 ul li .x-tit .x-text .x-p {
    font-size: 0.24rem;
  }
}
.x-about5 .container .x-box2 {
  margin-top: 1.1rem;
}
.x-about5 .container .x-box2 .x-title {
  font-weight: bold;
  color: #000;
}
.x-about5 .container .x-box2 ul {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #f2f9ff;
  border-radius: 0.2rem;
  padding: 0.5rem 1.05rem 0;
  margin-top: 0.3rem;
  box-shadow: 0px 0.3rem 0.2rem 0px rgba(0, 73, 147, 0.1);
}
@media (max-width: 767px) {
  .x-about5 .container .x-box2 ul {
    padding: 0.4rem 0.2rem;
  }
}
.x-about5 .container .x-box2 ul li {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box2 ul li {
    width: 50%;
  }
  .x-about5 .container .x-box2 ul li:nth-child(1) {
    width: 100%;
  }
}
.x-about5 .container .x-box2 ul li .x-tit {
  text-align: center;
}
.x-about5 .container .x-box2 ul li .x-tit .public-img {
  width: 1.42rem;
  height: 1.42rem;
  margin: 0 auto;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box2 ul li .x-tit .public-img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.x-about5 .container .x-box2 ul li .x-tit .x-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box2 ul li .x-tit .x-text {
    margin-top: 0.2rem;
  }
}
.x-about5 .container .x-box2 ul li .x-tit .x-text .x-title2 {
  color: #333333;
}
.x-about5 .container .x-box2 ul li .x-tit .x-text .x-p {
  color: #999999;
}
@media (max-width: 767px) {
  .x-about5 .container .x-box2 ul li .x-tit .x-text .x-p {
    font-size: 0.24rem;
  }
}
.x-about6 {
  padding: 1.2rem 0 0.4rem;
}
@media (max-width: 767px) {
  .x-about6 {
    padding: 1.2rem 0 1rem;
  }
}
.x-about6 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about6 .container .x-top .x-title {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  width: 30%;
}
.x-about6 .container .x-top .x-p {
  color: #333333;
  line-height: 1.2;
}
.x-about6 .container .x-swiper1 {
  position: relative;
}
.x-about6 .container .x-swiper1 .swiper-container {
  padding: 0.7rem 0.01rem 0.6rem;
}
@media (max-width: 767px) {
  .x-about6 .container .x-swiper1 .swiper-container {
    padding-bottom: 0.2rem;
  }
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: auto;
  padding-bottom: 0.4rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0.2rem rgba(150, 159, 174, 0.15);
  border-radius: 0.05rem;
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: auto;
  margin: 0.4rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 2.6rem;
  }
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  margin-top: 0.2rem;
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp {
  height: 24px;
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp span {
  color: #005dff;
  position: relative;
  display: inline-block;
  padding: 0 0.34rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 68%;
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url('../images/x-about29.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-sp span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('../images/x-about30.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-about6 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #333333;
  margin-top: 0.15rem;
  padding: 0 0.1rem;
}
.x-about6 .container .x-swiper1 .x-public-prev {
  position: absolute;
  left: -0.95rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1260px) {
  .x-about6 .container .x-swiper1 .x-public-prev {
    left: -0.6rem;
  }
}
@media (max-width: 991px) {
  .x-about6 .container .x-swiper1 .x-public-prev {
    display: none;
  }
}
.x-about6 .container .x-swiper1 .x-public-next {
  position: absolute;
  right: -0.95rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1260px) {
  .x-about6 .container .x-swiper1 .x-public-next {
    right: -0.6rem;
  }
}
@media (max-width: 991px) {
  .x-about6 .container .x-swiper1 .x-public-next {
    display: none;
  }
}
.x-djdw {
  position: relative;
  height: 0;
  top: -120px;
}
.x-yun1 {
  padding-top: 1.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-yun1 {
    padding-top: 1.2rem;
  }
}
.x-yun1 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-yun1 .container .x-xia {
  position: relative;
  padding-top: 3.6rem;
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia {
    padding-top: 6.2rem;
  }
}
.x-yun1 .container .x-xia .x-im {
  position: relative;
  width: 63.85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-im {
    width: 100%;
  }
}
.x-yun1 .container .x-xia .x-im .public-img {
  width: 100%;
  z-index: 5;
}
.x-yun1 .container .x-xia .x-im .public-img::before {
  padding-top: 46.97986577%;
}
.x-yun1 .container .x-xia .x-im .x-i {
  position: relative;
  z-index: 2;
}
.x-yun1 .container .x-xia .x-im .x-i i {
  display: block;
  position: absolute;
  left: 50%;
  width: 8.94rem;
  height: 8.94rem;
  bottom: -4.47rem;
  transform: translateX(-50%) scale(0);
  border-radius: 100%;
  z-index: 1;
  background-color: rgba(0, 151, 234, 0.3);
  border: 1px solid #008fed;
}
.x-yun1 .container .x-xia .x-im .x-i i:nth-child(1) {
  animation: xround1 6s linear infinite;
}
.x-yun1 .container .x-xia .x-im .x-i i:nth-child(2) {
  animation: xround1 6s 1.2s linear infinite;
}
.x-yun1 .container .x-xia .x-im .x-i i:nth-child(3) {
  animation: xround1 6s 2.4s linear infinite;
}
.x-yun1 .container .x-xia .x-im .x-i i:nth-child(4) {
  animation: xround1 6s 3.6s linear infinite;
}
.x-yun1 .container .x-xia .x-im .x-i i:nth-child(5) {
  animation: xround1 6s 4.8s linear infinite;
}
.x-yun1 .container .x-xia .x-ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-yun1 .container .x-xia .x-ul .x-li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 4.4rem;
  position: absolute;
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-yun1 .container .x-xia .x-ul .x-li {
    width: 5.4rem;
  }
}
@media (max-width: 1260px) {
  .x-yun1 .container .x-xia .x-ul .x-li {
    width: 4.4rem;
  }
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li {
    width: 100%;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(1) {
  left: -12%;
  bottom: 25.31%;
  animation: jump 4s ease-out infinite;
  -webkit-animation: jump 4s ease-out infinite;
}
@media (max-width: 1260px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(1) {
    left: -3%;
  }
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(1) {
    top: 2%;
    left: 0;
    bottom: auto;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(1) .x-text {
  padding-right: 0.2rem;
  padding-left: 0;
  text-align: right;
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(2) {
  left: 45%;
  top: 20.25%;
  animation: jump 4.5s ease-out infinite;
  -webkit-animation: jump 4.5s ease-out infinite;
}
@media (max-width: 991px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(2) {
    top: 24.25%;
  }
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(2) {
    left: 0;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(2) .public-img {
  order: -1;
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) {
  right: -12%;
  bottom: 25.31%;
  animation: jump 3.5s ease-out infinite;
  -webkit-animation: jump 3.5s ease-out infinite;
}
@media (max-width: 1260px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) {
    right: -3%;
  }
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) {
    left: 0;
    right: auto;
    bottom: 0;
    top: 8%;
  }
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) .x-text {
    text-align: right;
    padding-left: 0;
    padding-right: 0.2rem;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) .public-img {
  order: -1;
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li:nth-child(3) .public-img {
    order: 1;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li .x-text {
  width: calc(100% - 1.4rem);
  padding-left: 0.2rem;
}
.x-yun1 .container .x-xia .x-ul .x-li .x-text .x-title2 {
  color: #222222;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li .x-text .x-title2 {
    font-size: 0.3rem;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li .x-text .x-p {
  color: rgba(102, 102, 102, 0.7);
}
@media (max-width: 767px) {
  .x-yun1 .container .x-xia .x-ul .x-li .x-text .x-p {
    font-size: 0.24rem;
  }
}
.x-yun1 .container .x-xia .x-ul .x-li .public-img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
}
@keyframes xround1 {
  0% {
    opacity: 0.1;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(3);
  }
}
.x-yun2 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-yun2 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-yun2 .container .x-title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.x-yun2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.2rem 0 0;
}
@media (max-width: 767px) {
  .x-yun2 .container ul {
    margin-top: 0.3rem;
  }
}
.x-yun2 .container ul li {
  width: 33.33%;
  padding: 0 0.2rem 0.2rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-yun2 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-yun2 .container ul li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-yun2 .container ul li .x-box {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.7rem 0.2rem;
  border: 1px solid #fff;
  width: 100%;
}
.x-yun2 .container ul li .x-box:hover {
  border-color: transparent;
}
.x-yun2 .container ul li .x-box:hover::before {
  background: url('../images/x-yun27.png') no-repeat center;
  background-size: cover;
}
.x-yun2 .container ul li .x-box:hover .x-tit {
  opacity: 0;
}
.x-yun2 .container ul li .x-box:hover .x-text {
  opacity: 1;
}
.x-yun2 .container ul li .x-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-yun26.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-yun2 .container ul li .x-box::before {
    background: url('../images/x-yun27.png') no-repeat center;
    background-size: cover;
  }
}
.x-yun2 .container ul li .x-box .x-tit {
  position: relative;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-yun2 .container ul li .x-box .x-tit {
    opacity: 0;
  }
}
.x-yun2 .container ul li .x-box .x-tit .x-ic {
  width: 1.04rem;
  height: 1.04rem;
  margin: 0 auto;
}
.x-yun2 .container ul li .x-box .x-tit .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-yun2 .container ul li .x-box .x-tit .x-title2 {
  color: #333333;
  text-align: center;
  margin-top: 0.1rem;
}
.x-yun2 .container ul li .x-box .x-text {
  opacity: 0;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 0.4rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-yun2 .container ul li .x-box .x-text {
    opacity: 1;
  }
}
.x-yun2 .container ul li .x-box .x-text .x-title2 {
  position: relative;
  z-index: 5;
}
.x-yun2 .container ul li .x-box .x-text .x-p {
  margin-top: 0.1rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
@media (max-width: 767px) {
  .x-yun2 .container ul li .x-box .x-text .x-p {
    -webkit-line-clamp: 4;
    height: 6em;
  }
}
.x-yun2 .container ul li .x-box .x-text .x-icd {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  opacity: 0.2;
}
.x-yun2 .container ul li .x-box .x-text .x-icd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-yun3 .x-mag2 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.2rem;
}
.x-mark1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-mark1 {
    padding: 1.2rem 0 0;
  }
}
.x-mark1 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.x-mark1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1.4rem -0.3rem 0 0;
}
@media (max-width: 767px) {
  .x-mark1 .container ul {
    margin-top: 1.2rem;
  }
}
.x-mark1 .container ul li {
  width: 33.33%;
  padding: 0 0.3rem 0.3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-mark1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-mark1 .container ul li {
    width: 100%;
    padding-bottom: 1.2rem;
  }
}
.x-mark1 .container ul li .x-box {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 0.65rem rgba(171, 196, 236, 0.24);
}
.x-mark1 .container ul li .x-box .x-img {
  width: 2.14rem;
  height: auto;
  margin: 0 auto;
  transform: translateY(-0.74rem);
}
.x-mark1 .container ul li .x-box .x-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.x-mark1 .container ul li .x-box .x-text {
  text-align: center;
  padding: 0 0.6rem 0.8rem;
  margin-top: -0.74rem;
}
@media (max-width: 767px) {
  .x-mark1 .container ul li .x-box .x-text {
    padding: 0 0.4rem 0.6rem;
  }
}
.x-mark1 .container ul li .x-box .x-text .x-title2 {
  color: #333;
}
.x-mark1 .container ul li .x-box .x-text .x-p {
  color: #666666;
  margin-top: 0.15rem;
}
.User-xieyi {
  width: 100%;
  background: #f8f8f8;
  padding-top: 1rem;
}
.User-xieyi .xieyi {
  width: 100%;
}
.User-xieyi .xieyi .container .title {
  width: 100%;
  font-size: 0.34rem;
  font-weight: bold;
  color: #222;
  line-height: 0.44rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.User-xieyi .xieyi .container .title .time {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.User-xieyi .xieyi .container .txt {
  width: 100%;
  margin-top: 0.24rem;
  color: #666;
  line-height: 26px;
  border-top: 1px solid #e5e5e5;
  padding: 0.32rem 0 1.73rem;
}
.setmap {
  width: 100%;
  background: #f8f8f8;
  padding: 0.72rem 0 1.88rem;
}
.setmap .box {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.setmap .box .title {
  font-size: 0.34rem;
  color: #222;
  line-height: 0.44rem;
  font-weight: bold;
}
.setmap .box .list {
  width: 100%;
  margin-top: 0.32rem;
}
.setmap .box .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.22rem;
  border-bottom: 1px solid #dedede;
}
.setmap .box .list ul li:nth-child(1) {
  border-top: 1px solid #dedede;
}
.setmap .box .list ul li .t1 {
  width: 1.4rem;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .setmap .box .list ul li .t1 {
    width: 1.8rem;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .setmap .box .list ul li .t1 {
    width: 100%;
  }
}
.setmap .box .list ul li .abox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .setmap .box .list ul li .abox {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.setmap .box .list ul li .abox > a {
  color: #666;
  line-height: 26px;
  margin-right: 0.4rem;
  transition: all ease-out 0.3s;
}
.setmap .box .list ul li .abox > a:hover {
  color: #005CE6;
}
