@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "font-dm";
  src: url("../fonts/DINPRO-MEDIUM.OTF") format("opentype");
}
@font-face {
  font-family: "font-db";
  src: url("../fonts/DINPRO-BOLD.OTF") format("opentype");
}
.font-dm {
  font-family: 'font-dm', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-db {
  font-family: 'font-db', '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: #005CE6;
}
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: 86%;
  max-width: 1640px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 63%;
  max-width: 1200px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.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;
}
.font72 {
  font-size: 72px;
}
.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,
  .font72,
  .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,
  .font72,
  .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,
  .font72,
  .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: #005CE6;
}
.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: 1.5rem;
  height: 0.54rem;
  background-color: #add9fb;
  border-radius: 0.04rem 0.24rem 0.04rem 0.24rem;
}
@media (max-width: 1580px) {
  .public-btn {
    min-width: 1.8rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-btn:hover i {
  transform: translateX(0.1rem);
}
.public-btn span {
  color: #fff;
  font-weight: bold;
}
.public-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 0.2rem;
  transition: 0.4s ease-in-out;
  transform: translateX(0);
}
@media (max-width: 1580px) {
  .public-btn i {
    width: 12px;
    height: 12px;
  }
}
.public-btn i svg {
  width: 100%;
  height: 100%;
}
.public-btn i svg path {
  fill: #fff;
}
.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: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
  #c-header:hover {
    background-color: #fff;
  }
  #c-header:hover .container .c-logo {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
  }
  #c-header:hover .c-switch i {
    background: #333;
  }
  #c-header:hover .c-gn .x-yy .x-img span {
    color: #333;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.6rem;
  max-width: initial;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 0.4rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.43rem 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  #c-header .c-right-box {
    padding: 0;
  }
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .container .c-logo {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
}
#c-header.c-style2 .c-right-box {
  padding: 0.24rem 0;
}
#c-header.c-style2 .c-right-box .c-nav > li {
  transition-delay: initial;
  pointer-events: initial;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  opacity: 1;
}
#c-header.c-style2 .c-gn .x-yy .x-img span {
  color: #a298da;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-switch i {
  background-color: #333 !important;
}
#c-header.c-style2 .c-nav > li > .c-title-box a {
  color: #a298da;
}
#c-header .x-ri-con {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  line-height: initial;
  display: none;
}
@media (max-width: 1260px) {
  #c-header .x-ri-con {
    display: none !important;
  }
}
#c-header .x-ri-con .x-tcon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#c-header .x-ri-con .x-tcon .x-con-le {
  width: 50%;
  transform: translateX(-50%);
  transition: 0.6s all;
}
#c-header .x-ri-con .x-tcon .x-con-le.on {
  transform: translateX(0);
}
#c-header .x-ri-con .x-tcon .x-con-le .x-img {
  width: 100%;
  height: 100%;
}
#c-header .x-ri-con .x-tcon .x-con-le .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header .x-ri-con .x-tcon .x-con-ri {
  width: 50%;
  text-align: left;
  padding: 2.5rem 0.9rem 1.1rem 1.5rem;
  position: relative;
  overflow: hidden;
  transform: translateX(50%);
  transition: 0.6s all;
}
#c-header .x-ri-con .x-tcon .x-con-ri.on {
  transform: translateX(0);
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl i:nth-child(1) {
  width: 8.8rem;
  height: 9.36rem;
  background: url(../images/x-dh6.png) no-repeat center;
  background-size: contain;
  animation: xfd 5s linear infinite;
}
@media (max-width: 1580px) {
  #c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl i:nth-child(1) {
    height: 13.36rem;
  }
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl i:nth-child(2) {
  top: 15%;
  right: 9%;
  left: auto;
  width: 4.6rem;
  height: 5.26rem;
  background: url(../images/x-dh7.png) no-repeat center;
  background-size: contain;
  animation: xfd2 5s linear infinite;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-bjtl i:nth-child(3) {
  top: 20%;
  right: 0;
  left: auto;
  width: 3.8rem;
  height: 5.1rem;
  background: url(../images/x-dh8.png) no-repeat center;
  background-size: contain;
  animation: xfd2 5s linear infinite;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-ra {
  position: relative;
  z-index: 5;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-ra a {
  display: block;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.35rem;
  transition: 0.4s ease-in-out;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-ra a:hover {
  color: #68bbfc;
  transform: translateX(0.08rem);
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-l .x-rt-sp {
  color: #222;
  font-weight: bold;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-l .x-logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-l .x-logo a {
  border: 1px solid rgba(173, 228, 255, 0.2);
  border-radius: 100px;
  padding: 0 0.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  height: 0.46rem;
  margin-bottom: 0.1rem;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-l .x-logo a img {
  width: auto;
  height: auto;
  max-height: 0.34rem;
  object-fit: contain;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r {
  display: flex;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a {
  display: inline-flex;
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.3rem;
  margin-bottom: 0.1rem;
  position: relative;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a:hover svg path {
  fill: #68bbfc;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a:hover .x-ewm {
  height: 1.2rem;
}
@media (max-width: 767px) {
  #c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a:hover .x-ewm {
    height: 1.6rem;
  }
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a svg {
  width: 100%;
  height: 100%;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a svg path {
  fill: #c3e4fe;
  transition: 0.4s ease-in-out;
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a .x-ewm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a .x-ewm {
    width: 1.6rem;
  }
}
#c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a .x-ewm img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  #c-header .x-ri-con .x-tcon .x-con-ri .x-rt .x-rt-r a .x-ewm img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@keyframes xfd {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes xfd2 {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(8%) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-logo .c-img-box::before {
  content: "";
  width: 2.5rem;
  height: 1.24rem;
  background: url('../images/x-index15.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 11;
}
#c-header .c-logo .c-img-box img {
  height: 0.72rem;
  position: relative;
  z-index: 11;
  margin: 0.2rem 0 0 0.3rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    position: initial;
    transform: initial;
    padding-left: 2rem;
    width: 85%;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin: 0 0.5rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#c-header .c-nav > li:nth-child(1) {
  transition-delay: 0.1s;
}
#c-header .c-nav > li:nth-child(2) {
  transition-delay: 0.2s;
}
#c-header .c-nav > li:nth-child(3) {
  transition-delay: 0.3s;
}
#c-header .c-nav > li:nth-child(4) {
  transition-delay: 0.4s;
}
#c-header .c-nav > li:nth-child(5) {
  transition-delay: 0.5s;
}
#c-header .c-nav > li:nth-child(6) {
  transition-delay: 0.6s;
}
#c-header .c-nav > li:nth-child(7) {
  transition-delay: 0.7s;
}
#c-header .c-nav > li:nth-child(8) {
  transition-delay: 0.8s;
}
#c-header .c-nav > li:nth-child(9) {
  transition-delay: 0.9s;
}
#c-header .c-nav > li:nth-child(10) {
  transition-delay: 1s;
}
#c-header .c-nav > li:nth-child(11) {
  transition-delay: 1.1s;
}
#c-header .c-nav > li:nth-child(12) {
  transition-delay: 1.2s;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box a {
  position: relative;
  color: #fff;
}
#c-header .c-nav > li > .c-title-box a::before {
  content: "";
  width: 0.58rem;
  height: 0.36rem;
  background: url('../images/x-index16.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li > .c-title-box a::before {
    width: 0.68rem;
    height: 0.46rem;
  }
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1580px) {
  #c-header .c-nav li a {
    font-size: 16px;
  }
}
#c-header .c-nav ul {
  position: absolute;
  top: 80%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1580px) {
  #c-header .c-nav ul {
    min-width: 2rem;
  }
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0.15rem 20px;
  color: #333;
  line-height: initial;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li.on .c-title-box > a::before {
  opacity: 1;
}
#c-header .c-nav li:hover .c-title-box > a:before {
  opacity: 1;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #005CE6 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
#c-header.c-style4 .c-nav > li {
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  opacity: 0;
}
#c-header.c-style4 .c-gn .x-yy .x-img span {
  color: #444444;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2 .x-fo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 0.8rem;
  margin: 0 auto;
  background-color: #e6ebed;
  border-radius: 100px;
  padding-left: 0.28rem;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  #c-header .c-nav2 .x-fo {
    height: 0.8rem;
  }
}
#c-header .c-nav2 .x-fo input {
  display: block;
  width: calc(100% - 1.4rem);
  padding: 0 0.2rem;
}
#c-header .c-nav2 .x-fo button {
  display: block;
  width: 1.4rem;
  height: 100%;
  color: #fff;
  background-color: #68bbfc;
  border-radius: 100px;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #fff;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#c-header .c-gn .x-yy {
  position: absolute;
  right: 2.28rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 0 0.3rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-yy {
    right: 0.4rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn .x-yy {
    right: 1.4rem;
  }
}
#c-header .c-gn .x-yy .x-img {
  line-height: initial;
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-yy .x-img img,
#c-header .c-gn .x-yy .x-img svg {
  width: 0.22rem;
  height: 0.22rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-yy .x-img img,
  #c-header .c-gn .x-yy .x-img svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
#c-header .c-gn .x-yy .x-img img path,
#c-header .c-gn .x-yy .x-img svg path {
  fill: #a298da;
  stroke: initial;
}
#c-header .c-gn .x-yy .x-img span {
  display: inline-block;
  margin-left: 0.08rem;
  color: #a298da;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-yy .x-img span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .x-yy .x-img span {
    font-size: 14px;
  }
}
#c-header .c-gn .x-yy .x-yly {
  display: none;
  position: absolute;
  left: 0;
  top: 120%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
#c-header .c-gn .x-yy .x-yly a {
  display: block;
  padding: 0.03rem 0.1rem;
  color: #333;
  line-height: initial;
  font-size: 14px;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-yy .x-yly a:hover {
  color: #add9fb;
}
#c-header .c-gn .x-ss {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #a298da;
  background-color: #ffffff;
  border-radius: 1000px;
  position: relative;
  z-index: 4;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-ss {
    display: none;
  }
}
#c-header .c-gn .x-ss:hover {
  width: 2.6rem;
}
#c-header .c-gn .x-ss:hover form input {
  opacity: 1;
}
#c-header .c-gn .x-ss form {
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-ss form button {
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-gn .x-ss form button svg {
  width: 0.22rem;
  height: 0.22rem;
}
#c-header .c-gn .x-ss form button svg path {
  fill: #a298da;
}
#c-header .c-gn .x-ss form input {
  color: #333;
  position: absolute;
  left: 0.5rem;
  opacity: 0;
}
#c-header .c-gn .x-dhl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #a298da;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 0.3rem;
  cursor: pointer;
  z-index: 12;
}
#c-header .c-gn .x-dhl.on .x-img svg:nth-child(1),
#c-header .c-gn .x-dhl.on .x-img img:nth-child(1) {
  opacity: 0;
}
#c-header .c-gn .x-dhl.on .x-img svg:nth-child(2),
#c-header .c-gn .x-dhl.on .x-img img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-dhl {
    display: none;
  }
}
#c-header .c-gn .x-dhl .x-img {
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#c-header .c-gn .x-dhl .x-img svg,
#c-header .c-gn .x-dhl .x-img img {
  width: 100%;
  height: 100%;
}
#c-header .c-gn .x-dhl .x-img svg:nth-child(2),
#c-header .c-gn .x-dhl .x-img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-dhl .x-img svg path,
#c-header .c-gn .x-dhl .x-img img path {
  fill: #a298da;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .x-yy {
  border: 1px solid #a298da;
}
.x-pub-prev,
.x-pub-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(211, 211, 211, 0.5);
  border-radius: 100%;
  border: 0.03rem solid #fff;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.x-pub-prev:hover,
.x-pub-next:hover {
  background-color: #add9fb;
}
.x-pub-prev:hover svg path,
.x-pub-next:hover svg path {
  fill: #fff;
}
.x-pub-prev svg,
.x-pub-next svg,
.x-pub-prev img,
.x-pub-next img {
  width: 0.18rem;
  height: 0.18rem;
}
.x-pub-prev svg path,
.x-pub-next svg path,
.x-pub-prev img path,
.x-pub-next img path {
  fill: #add9fb;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.x-pub-next svg,
.x-pub-next img {
  transform: rotate(180deg);
}
/*首页轮播图*/
.x-index1 {
  background-color: #f0f8ff;
  position: relative;
}
.x-index1 .c-home-banner {
  z-index: 5;
}
.x-index1 .c-home-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.x-index1 .c-home-banner .swiper-slide .x-img {
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: cover;
  mask-image: url(../images/x-index12.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: cover;
  -webkit-mask-image: url(../images/x-index12.svg);
}
.x-index1 .c-home-banner .swiper-slide .x-img .c-pc,
.x-index1 .c-home-banner .swiper-slide .x-img .c-mb {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .x-index1 .c-home-banner .swiper-slide .x-img .c-pc,
  .x-index1 .c-home-banner .swiper-slide .x-img .c-mb {
    height: 15.5rem;
  }
}
.x-index1 .c-home-banner .swiper-slide .x-img .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .x-index1 .c-home-banner .swiper-slide .x-img .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .x-index1 .c-home-banner .swiper-slide .x-img .c-pc {
    display: none;
  }
}
.x-index1 .c-home-banner .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .c-home-banner .swiper-slide .container {
    top: 75%;
  }
}
.x-index1 .c-home-banner .swiper-slide .x-ic {
  max-width: 7.06rem;
  max-height: 0.84rem;
  margin-left: auto;
}
.x-index1 .c-home-banner .swiper-slide .x-ic img {
  width: auto;
  height: 0.84rem;
  object-fit: contain;
}
.x-index1 .x-box {
  text-align: right;
  position: absolute;
  left: 50%;
  top: 8.4rem;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .x-box {
    top: 89%;
  }
}
.x-index1 .x-box .x-but {
  display: inline-flex;
}
.x-index1 .x-box .x-but .x-pub-prev {
  margin-right: 0.1rem;
}
.x-index1 .x-box .x-lb {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.x-index1 .x-box .x-lb .swiper-pagination {
  width: 60px;
  margin-left: auto;
  position: initial;
  color: #878787;
}
.x-index1 .x-box .x-lb .swiper-pagination .swiper-pagination-current {
  color: #219eff;
}
.x-index1 .x-box .x-lb .swiper-pagination .swiper-pagination-total {
  color: #000000;
}
.x-index1 .x-box .x-lb .x-i {
  position: relative;
  width: 3.6rem;
}
.x-index1 .x-box .x-lb .x-i i {
  display: inline-flex;
  width: 100%;
  height: 0.03rem;
  background-color: #cbdfef;
  border-radius: 0.02rem;
  position: absolute;
  left: 0;
  top: 0;
}
.x-index1 .x-box .x-lb .x-i i.on::before {
  animation: xwid 4.8s linear forwards;
  z-index: 5;
}
.x-index1 .x-box .x-lb .x-i i::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #add9fb;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.02rem;
}
@keyframes xwid {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.x-bj-dh {
  position: relative;
  overflow: hidden;
}
.x-bj-dh::before {
  content: "";
  width: 10.42rem;
  height: 16.8rem;
  background: url('../images/x-index19.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 48%;
  pointer-events: none;
  z-index: 1;
  animation: ttx 10s linear infinite;
}
@media (max-width: 991px) {
  .x-bj-dh::before {
    display: none;
  }
}
.x-bj-dh::after {
  content: "";
  width: 11.76rem;
  height: 16.8rem;
  background: url('../images/x-index20.png') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  animation: ttx2 10s linear infinite;
}
@media (max-width: 991px) {
  .x-bj-dh::after {
    display: none;
  }
}
@keyframes ttx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ttx2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
.x-index2 {
  background-color: #f0f8ff;
  padding: 2.25rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 1.8rem 0 0.7rem;
  }
}
.x-index2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.x-index2 .container .x-le {
  width: 50%;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le {
    margin-top: 0.4rem;
  }
}
.x-index2 .container .x-le .x-title {
  font-weight: bold;
  color: #000000;
  line-height: 1.25;
  padding-right: 2rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le .x-title {
    padding-right: 0;
  }
}
.x-index2 .container .x-le .x-p {
  color: #666666;
  margin-top: 0.3rem;
  padding-right: 2rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le .x-p {
    padding-right: 0;
  }
}
.x-index2 .container .x-le .public-btn {
  margin-top: 0.6rem;
}
.x-index2 .container .x-le ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le ul {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le ul {
    justify-content: space-between;
  }
}
.x-index2 .container .x-le ul li {
  position: relative;
  margin-right: 1.3rem;
  display: block;
  text-align: center;
  width: 1.4rem;
  height: 1.54rem;
  z-index: 5;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le ul li {
    width: 1.8rem;
    margin-right: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .x-index2 .container .x-le ul li {
    margin-right: 0.9rem;
  }
}
@media (max-width: 1260px) {
  .x-index2 .container .x-le ul li {
    margin-right: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le ul li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
.x-index2 .container .x-le ul li::before {
  content: "";
  width: 2.42rem;
  height: 1.54rem;
  background: url('../images/x-index10.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: -0.3rem;
  top: -0.25rem;
  z-index: -1;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le ul li::before {
    width: 2.6rem;
    height: 1.8rem;
    left: -0.2rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le ul li::before {
    width: 3rem;
    height: 2.2rem;
    left: 13px;
    top: -0.4rem;
  }
}
.x-index2 .container .x-le ul li .x-t {
  width: 100%;
  text-align: center;
}
.x-index2 .container .x-le ul li .x-t span {
  font-size: 0.6rem;
  color: #7ebff1;
  line-height: 1.08;
}
.x-index2 .container .x-le ul li .x-t i {
  font-style: initial;
  color: #7ebff1;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le ul li .x-t i {
    font-size: 12px;
  }
}
.x-index2 .container .x-le ul li p {
  color: #666666;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-le ul li p {
    font-size: 14px;
  }
}
.x-index2 .container .x-ri {
  width: 50%;
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-ri {
    order: -1;
  }
}
.x-index2 .container .x-ri .public-img {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  mask-image: url(../images/ceshi2.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto;
  -webkit-mask-image: url(../images/ceshi2.svg);
  overflow: initial;
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-ri .public-img {
    padding: 0;
  }
}
.x-index2 .container .x-ri .public-img::before {
  padding-top: 93.209877%;
}
.x-index3 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0f8ff;
  padding-bottom: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 {
    padding-bottom: 1.4rem;
  }
}
.x-index3 .x-con {
  width: 86%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con {
    border-radius: 0.1rem !important;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-con-box {
    position: relative;
    border-radius: 0.1rem !important;
    overflow: hidden;
  }
}
.x-index3 .x-con .x-top {
  position: relative;
  height: 7.8rem;
}
.x-index3 .x-con .x-top .x-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.x-index3 .x-con .x-top .x-box.on {
  opacity: 1;
}
.x-index3 .x-con .x-top .x-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con .x-top .x-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-index3 .x-con .x-top .x-box .x-bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  display: none;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-top .x-box .x-bf {
    display: inline-flex;
  }
}
.x-index3 .x-con .x-top .x-box .x-bf img,
.x-index3 .x-con .x-top .x-box .x-bf svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-top .x-box .x-bf img,
  .x-index3 .x-con .x-top .x-box .x-bf svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-top .x-box .x-bf img,
  .x-index3 .x-con .x-top .x-box .x-bf svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-index3 .x-con .x-top .x-box .x-bf img path,
.x-index3 .x-con .x-top .x-box .x-bf svg path {
  fill: #fff;
}
.x-index3 .x-con .x-xia {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
.x-index3 .x-con .x-xia .x-l {
  display: flex;
  justify-content: flex-start;
  pointer-events: initial;
}
.x-index3 .x-con .x-xia .x-l .public-img {
  width: 2.1rem;
  border: 0.04rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  margin: 0 0.1rem;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-xia .x-l .public-img {
    width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-l .public-img {
    width: 1.2rem;
  }
}
.x-index3 .x-con .x-xia .x-l .public-img.on {
  border-color: #fff;
}
.x-index3 .x-con .x-xia .x-l .public-img.on::after {
  background-color: rgba(0, 0, 0, 0);
}
.x-index3 .x-con .x-xia .x-l .public-img::before {
  padding-top: 55%;
}
.x-index3 .x-con .x-xia .x-l .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.x-index3 .x-con .x-xia .x-r {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-r {
    display: none;
  }
}
.x-index3 .x-con .x-xia .x-r a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: calc(100% - 0.08rem);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  border: 0.04rem solid transparent;
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-xia .x-r a {
    width: 1.6rem;
    font-size: 14px;
  }
}
.x-index3 .x-con .x-aa {
  display: none;
  text-align: center;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-aa {
    display: block;
    margin-top: 0.4rem;
  }
}
.x-index3 .x-con .x-aa a {
  display: inline-block;
  color: #37bef0;
  text-decoration: underline;
}
.x-index4 {
  padding: 1.5rem 0;
  background-color: #f0f8ff;
  margin-top: -1.8rem;
}
.x-index4 .container {
  position: relative;
  z-index: 5;
}
.x-index4 .container .x-title {
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.x-index4 .container .x-top {
  margin-top: 0.3rem;
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper {
  justify-content: center;
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  margin: 0 0.35rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 0.2rem;
  }
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #3da3f2;
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p::before {
  opacity: 1;
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding: 0.1rem 0 0.3rem;
  transition: 0.4s ease-in-out;
}
.x-index4 .container .x-top .swiper-container .swiper-wrapper .swiper-slide p::before {
  content: '';
  width: 1rem;
  height: 0.64rem;
  background: url('../images/x-index5.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index4 .container .x-xia {
  margin-top: 0.25rem;
  position: relative;
}
.x-index4 .container .x-xia .swiper-container {
  border-radius: 1000px;
}
.x-index4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 39.63414634%;
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 50.634146%;
  }
}
.x-index4 .container .x-xia .x-pub-prev {
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.x-index4 .container .x-xia .x-pub-next {
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.x-index5 {
  background-color: #f0f8ff;
  position: relative;
  overflow: hidden;
}
.x-index5::before {
  content: "";
  width: 100%;
  height: 11.22rem;
  background: url(../images/x-index4.png) repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  background-position-y: 0;
  background-size: auto 100%;
  width: 400%;
  animation: wave 17.5s linear infinite;
  display: none;
}
.x-index5 .x-con .x-title {
  text-align: center;
  font-weight: bold;
  color: #222222;
  line-height: 1;
}
.x-index5 .x-con .x-img {
  width: 100%;
  height: 87vh;
  margin-top: 1.6rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.x-index5 .x-con .x-img .swiper-container {
  width: 100%;
  height: 100%;
}
.x-index5 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img .x-pc {
    display: none;
  }
}
.x-index5 .x-con .x-img .x-yd {
  display: none;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img .x-yd {
    display: block;
  }
}
.x-index5 .x-con .x-img .x-pub-prev {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img .x-pub-prev {
    left: 2%;
  }
}
.x-index5 .x-con .x-img .x-pub-next {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img .x-pub-next {
    right: 2%;
  }
}
@keyframes wave {
  0% {
    background-position-x: 0%;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(100%);
  }
  100% {
    background-position-x: 112%;
    transform: scaleX(100%);
  }
}
.x-index6 {
  background-color: #f0f8ff;
  padding: 1.5rem 0 2.6rem;
}
@media (max-width: 767px) {
  .x-index6 {
    padding: 1.2rem 0 2.1rem;
  }
}
.x-index6 .container .x-title {
  text-align: center;
  font-weight: bold;
}
.x-index6 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.4rem -0.25rem 0;
}
.x-index6 .container ul li {
  width: 33.33%;
  padding: 0 0.25rem 0.5rem;
}
@media (max-width: 767px) {
  .x-index6 .container ul li {
    width: 100%;
  }
}
.x-index6 .container ul li a {
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
.x-index6 .container ul li a:hover {
  margin-top: -0.25rem;
}
.x-index6 .container ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-index6 .container ul li a:hover .x-text .x-tit {
  color: #37bef0;
}
.x-index6 .container ul li a .public-img {
  border-radius: 0.2rem;
}
.x-index6 .container ul li a .public-img::before {
  padding-top: 62.74509804%;
}
.x-index6 .container ul li a .x-text {
  margin-top: 0.25rem;
}
.x-index6 .container ul li a .x-text .x-tit {
  color: #000000;
  font-weight: bold;
  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-index6 .container ul li a .x-text .x-sp {
  color: #999999;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-index6 .container ul li a .x-text .x-sp {
    margin-top: 0.1rem;
  }
}
.x-index6 .container .x-aa {
  display: block;
  text-align: center;
}
.x-index6 .container .x-aa a {
  display: inline-block;
  color: #37bef0;
  text-decoration: underline;
}
/* 底部 */
#c-footer {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1rem;
  transition: 0.4s ease-in-out;
}
#c-footer.on {
  border-radius: 0;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #005CE6;
}
#c-footer .c-top-box {
  padding: 1.2rem 0 1.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 0rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #0a2a39;
  font-weight: bold;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #949da1;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #37bef0;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-list-box:last-child {
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  font-weight: bold;
  color: #949da1;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover {
  color: #37bef0;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-wrap {
  width: 31.7%;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-text-wrap .x-a a {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .x-a a {
    height: 0.8rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .x-a a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#c-footer .c-top-box .container .c-text-wrap .x-xgpp {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .x-xgpp {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .x-xgpp .x-tit {
  font-weight: bold;
  color: #222222;
}
#c-footer .c-top-box .container .c-text-wrap .x-xgpp .x-logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
#c-footer .c-top-box .container .c-text-wrap .x-xgpp .x-logo a {
  background-color: #fff;
  border-radius: 100px;
  padding: 0 0.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  height: 0.46rem;
  margin-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-text-wrap .x-xgpp .x-logo a img {
  width: auto;
  height: auto;
  max-height: 0.34rem;
  object-fit: contain;
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.4rem 0 0.2rem;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .x-le {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-le {
    margin-bottom: 0;
  }
}
#c-footer .c-bottom-box .container .x-le .x-a {
  display: flex;
  flex-wrap: wrap;
}
#c-footer .c-bottom-box .container .x-le .x-a a {
  display: inline-block;
  color: #949da1;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-le .x-a a {
    font-size: 12px;
  }
}
#c-footer .c-bottom-box .container .x-le .x-a i {
  display: inline-block;
  font-style: initial;
  color: #949da1;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-le .x-a i {
    font-size: 12px;
  }
}
#c-footer .c-bottom-box .container .x-le .x-a i:last-child {
  display: none;
}
#c-footer .c-bottom-box .container .x-le .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  color: #949da1;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-le .c-copyright {
    font-size: 12px;
  }
}
#c-footer .c-bottom-box .container .x-le .c-copyright a {
  display: inline-block;
  margin-left: 0.2rem;
}
#c-footer .c-bottom-box .container .x-ri {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri {
    align-items: initial;
    order: -1;
  }
}
#c-footer .c-bottom-box .container .x-ri span {
  display: inline-block;
  font-weight: bold;
  color: #0a2a39;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri span {
    font-size: 12px;
    margin-top: 0.2rem;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx {
    justify-content: flex-start;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #f3fafe;
  margin-left: 0.18rem;
  flex-shrink: 0;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx a:first-child {
  margin-left: 0;
}
#c-footer .c-bottom-box .container .x-ri .x-fx a:hover {
  background-color: #37bef0;
}
#c-footer .c-bottom-box .container .x-ri .x-fx a:hover i svg path {
  fill: #fff;
}
#c-footer .c-bottom-box .container .x-ri .x-fx a:hover .x-ewm {
  height: 1.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a:hover .x-ewm {
    height: 1.6rem;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 1580px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx a i svg {
  width: 100%;
  height: 100%;
}
#c-footer .c-bottom-box .container .x-ri .x-fx a i svg path {
  fill: #afc0cc;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#c-footer .c-bottom-box .container .x-ri .x-fx a .x-ewm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a .x-ewm {
    width: 1.6rem;
  }
}
#c-footer .c-bottom-box .container .x-ri .x-fx a .x-ewm img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .x-ri .x-fx a .x-ewm img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.x-ny-banner .x-con {
  position: relative;
}
.x-ny-banner .x-con .public-img {
  border-bottom-right-radius: 1.8rem;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img {
    border-bottom-right-radius: 0.8rem;
  }
}
.x-ny-banner .x-con .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.x-ny-banner .x-con .public-img::before {
  padding-top: 39.0625%;
}
@media (max-width: 991px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 63.0625%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 90.0625%;
  }
}
@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 .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img video {
    display: none;
  }
}
.x-ny-banner .x-con .x-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.x-ny-banner .x-con .x-text .x-title {
  line-height: 1.1;
  color: #fff;
}
.x-ny-banner .x-con .x-text .x-p {
  color: #fff;
  margin-top: 0.2rem;
}
.x-put-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-put-list {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.x-put-list a {
  display: inline-block;
  font-weight: bold;
  color: #000000;
  margin: 0 0.35rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-put-list a {
    flex-shrink: 0;
    margin: 0 0.3rem;
  }
}
.x-put-list a.on,
.x-put-list a:hover {
  color: #37bef0;
}
.x-put-list a.on::before,
.x-put-list a:hover::before {
  opacity: 1;
}
.x-put-list a::before {
  content: "";
  width: 1rem;
  height: 0.62rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
  background: url('../images/x-news2.png') no-repeat center;
  background-size: contain;
  z-index: -1;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-put-list a::before {
    display: none;
  }
}
.x-news1 {
  padding: 1.4rem 0 0.55rem;
}
@media (max-width: 767px) {
  .x-news1 {
    padding: 1.2rem 0 0.55rem;
  }
}
.x-news1 .container .x-xia {
  margin-top: 0.55rem;
}
.x-news1 .container .x-xia a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 1px solid #edf3f7;
}
.x-news1 .container .x-xia a:hover .public-img img {
  transform: scale(1.05);
}
.x-news1 .container .x-xia a:hover .x-text .x-tit {
  color: #3da3f2;
}
.x-news1 .container .x-xia a .public-img {
  width: 58.53%;
}
@media (max-width: 991px) {
  .x-news1 .container .x-xia a .public-img {
    width: 100%;
  }
}
.x-news1 .container .x-xia a .public-img::before {
  padding-top: 57.29166667%;
}
.x-news1 .container .x-xia a .x-text {
  width: 35.97%;
  padding-right: 1.2rem;
}
@media (max-width: 991px) {
  .x-news1 .container .x-xia a .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-news1 .container .x-xia a .x-text .x-tit {
  color: #000;
  line-height: 1.33;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.99em;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news1 .container .x-xia a .x-text .x-tit {
    -webkit-line-clamp: 2;
    height: 2.66em;
  }
}
.x-news1 .container .x-xia a .x-text .x-p {
  color: #999999;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.x-news1 .container .x-xia a .x-text .x-sp {
  color: #3da3f2;
  margin-top: 1.2rem;
}
@media (max-width: 1260px) {
  .x-news1 .container .x-xia a .x-text .x-sp {
    margin-top: 0.4rem;
  }
}
.x-news2 {
  padding: 0 0 1.9rem 0;
}
@media (max-width: 767px) {
  .x-news2 {
    padding: 0 0 2.2rem 0;
  }
}
.x-news2 .container ul li {
  position: relative;
}
.x-news2 .container ul li:hover {
  z-index: 5;
}
.x-news2 .container ul li:hover::before {
  opacity: 1;
}
.x-news2 .container ul li::before {
  content: "";
  width: 15.74rem;
  height: 2.94rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  background: url(../images/x-news5.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .x-news2 .container ul li::before {
    width: 90%;
    bottom: -0.6rem;
  }
}
.x-news2 .container ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.34rem 0 0.45rem;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a {
    padding: 0.2rem 0 0;
  }
}
.x-news2 .container ul li a:hover {
  border-color: #eaf6ff;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a:hover {
    border-color: transparent;
  }
}
.x-news2 .container ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-news2 .container ul li a:hover .x-text .x-tit {
  color: #59aff4;
}
.x-news2 .container ul li a:hover .x-text .x-morm span {
  color: #5aaff4;
}
.x-news2 .container ul li a:hover .x-text .x-morm span::before {
  width: 100%;
}
.x-news2 .container ul li a .x-l {
  width: 12.8%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .x-news2 .container ul li a .x-l {
    display: none;
  }
}
.x-news2 .container ul li a .x-l .x-sp1 {
  font-weight: bold;
  color: #3da3f2;
  line-height: 1.3;
}
.x-news2 .container ul li a .x-l .x-sp2 {
  font-weight: bold;
  color: #999999;
}
.x-news2 .container ul li a .public-img {
  width: 21.34%;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .x-news2 .container ul li a .public-img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .public-img {
    width: 100%;
  }
}
.x-news2 .container ul li a .public-img::before {
  padding-top: 62.85714286%;
}
.x-news2 .container ul li a .x-text {
  width: 65.86%;
  padding: 0.25rem 2rem 0 0.6rem;
}
@media (max-width: 1260px) {
  .x-news2 .container ul li a .x-text {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-text {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.x-news2 .container ul li a .x-text .x-tit {
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease-in-out;
}
.x-news2 .container ul li a .x-text .x-p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-top: 0.2rem;
}
.x-news2 .container ul li a .x-text .x-morm {
  color: #999999;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-text .x-morm {
    margin-top: 0.1rem;
  }
}
.x-news2 .container ul li a .x-text .x-morm span {
  position: relative;
}
.x-news2 .container ul li a .x-text .x-morm span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #5aaff4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-news2 .container .x-page {
  margin-top: 0.45rem;
}
.x-page .x-con {
  display: flex;
  justify-content: center;
}
.x-page .x-con .x-page-l svg,
.x-page .x-con .x-page-r svg {
  width: 12px;
  height: 12px;
}
.x-page .x-con .x-page-l svg path,
.x-page .x-con .x-page-r svg path {
  fill: #e7eef4;
  transition: 0.4s ease-in-out;
}
.x-page .x-con .x-page-r svg {
  transform: rotate(180deg);
}
.x-page .x-con a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  color: #999999;
  margin: 0 0.05rem;
}
.x-page .x-con a.on,
.x-page .x-con a:hover {
  color: #3da3f2;
}
.x-page .x-con a.on svg path,
.x-page .x-con a:hover svg path {
  fill: #add9fb;
}
.x-mbx {
  padding: 0.6rem 0;
}
.x-mbx .container2 a {
  display: inline-block;
  color: #444444;
  transition: 0.4s ease-in-out;
}
.x-mbx .container2 a.on,
.x-mbx .container2 a:hover {
  color: #3da3f2;
}
.x-mbx .container2 i {
  display: inline-block;
  font-style: initial;
  margin: 0 0.02rem 0 0.08rem;
}
.x-mbx .container2 i:last-child {
  display: none;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 24px;
  height: 24px;
  padding: 0;
  background: #add9fb;
  border-radius: 50%;
  margin: 0 0.12rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #add9fb;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 55%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1260px) {
  .social-share .icon-wechat .wechat-qrcode {
    top: 120% !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.x-news-info1 {
  padding: 0 0 2rem 0;
}
.x-news-info1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-info1 .container2 .x-le {
  width: 65.83%;
}
@media (max-width: 991px) {
  .x-news-info1 .container2 .x-le {
    width: 100%;
  }
}
.x-news-info1 .container2 .x-le .x-tit {
  font-weight: bold;
  line-height: 1.36;
}
.x-news-info1 .container2 .x-le .x-tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.x-news-info1 .container2 .x-le .x-tl .x-cn1 span:nth-child(1) {
  color: #3da3f2;
  display: inline-block;
  margin-right: 0.1rem;
}
.x-news-info1 .container2 .x-le .x-tl .x-cn1 span:nth-child(2) {
  color: #444444;
}
.x-news-info1 .container2 .x-le .public-content {
  margin: 0.6rem 0;
}
.x-news-info1 .container2 .x-le .public-content h1,
.x-news-info1 .container2 .x-le .public-content h2,
.x-news-info1 .container2 .x-le .public-content h3,
.x-news-info1 .container2 .x-le .public-content h4,
.x-news-info1 .container2 .x-le .public-content h5,
.x-news-info1 .container2 .x-le .public-content h6 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .public-content * {
    font-size: 0.28rem !important;
  }
  .x-news-info1 .container2 .x-le .public-content h1,
  .x-news-info1 .container2 .x-le .public-content h2,
  .x-news-info1 .container2 .x-le .public-content h3,
  .x-news-info1 .container2 .x-le .public-content h4,
  .x-news-info1 .container2 .x-le .public-content h5,
  .x-news-info1 .container2 .x-le .public-content h6 {
    font-size: 0.32rem !important;
  }
}
@media (max-width: 1260px) {
  .x-news-info1 .container2 .x-le .x-xfx {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.x-news-info1 .container2 .x-le .x-xfx .x-sp {
  color: #000;
  margin-bottom: 0.15rem;
}
@media (max-width: 1260px) {
  .x-news-info1 .container2 .x-le .x-xfx .x-sp {
    width: 100%;
    text-align: right;
  }
}
.x-news-info1 .container2 .x-le .x-xia-a {
  padding: 0.4rem 0.6rem 0.5rem 0.4rem;
  border: 1px solid #e7eef4;
  border-radius: 0.1rem;
  margin-top: 0.6rem;
}
.x-news-info1 .container2 .x-le .x-xia-a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container2 .x-le .x-xia-a a:hover {
  color: #3da3f2;
  text-decoration: underline;
}
.x-news-info1 .container2 .x-le .x-xia-a a:hover i {
  opacity: 1;
}
.x-news-info1 .container2 .x-le .x-xia-a a:nth-child(1) {
  margin-top: 0;
}
.x-news-info1 .container2 .x-le .x-xia-a a span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(90% - 12px);
}
.x-news-info1 .container2 .x-le .x-xia-a a i {
  display: inline-flex;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container2 .x-le .x-xia-a a i svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.x-news-info1 .container2 .x-le .x-xia-a a i svg path {
  fill: #add9fb;
}
.x-news-info1 .container2 .x-ri {
  width: 25%;
}
@media (max-width: 991px) {
  .x-news-info1 .container2 .x-ri {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.x-news-info1 .container2 .x-ri .x-tit {
  font-weight: bold;
  color: #000;
}
.x-news-info1 .container2 .x-ri .x-a {
  margin-top: 0.3rem;
}
.x-news-info1 .container2 .x-ri .x-a a {
  display: block;
  margin-bottom: 0.4rem;
}
.x-news-info1 .container2 .x-ri .x-a a:hover .public-img img {
  transform: scale(1.08);
}
.x-news-info1 .container2 .x-ri .x-a a:hover .x-text .x-title {
  color: #3da3f2;
}
.x-news-info1 .container2 .x-ri .x-a a .public-img {
  border-radius: 0.1rem;
}
.x-news-info1 .container2 .x-ri .x-a a .public-img::before {
  padding-top: 62.74509804%;
}
.x-news-info1 .container2 .x-ri .x-a a .x-text {
  margin-top: 0.15rem;
}
.x-news-info1 .container2 .x-ri .x-a a .x-text .x-title {
  font-weight: bold;
  color: #000000;
  line-height: 1.625;
  transition: 0.4s ease-in-out;
}
.x-news-info1 .container2 .x-ri .x-a a .x-text p {
  color: #999999;
  margin-top: 0.1rem;
}
.x-pub-text {
  text-align: center;
}
.x-pub-text .x-title {
  color: #000;
  font-weight: bold;
}
.x-pub-text .x-p {
  color: #666666;
  margin-top: 0.1rem;
}
.x-ecx1 {
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .x-ecx1 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-ecx1 .x-con .swiper-container {
  margin-top: 0.65rem;
  padding-bottom: 0.85rem;
}
@media (max-width: 767px) {
  .x-ecx1 .x-con .swiper-container {
    margin-top: 0.4rem;
  }
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.4rem;
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.22222222%;
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf img,
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 991px) {
  .x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf img,
  .x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf img,
  .x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf img path,
.x-ecx1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-bf svg path {
  fill: #fff;
}
.x-ecx1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e1f1fd;
  opacity: 1;
  transition: 0.4s ease-in-out;
  margin: 0 0.1rem;
}
.x-ecx1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.6);
  background-color: #b4dcfb;
}
.x-ecx2 {
  padding-bottom: 2rem;
}
.x-ecx2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.6rem -0.25rem 0;
}
@media (max-width: 991px) {
  .x-ecx2 .container ul {
    margin: 0.6rem -0.2rem 0;
  }
}
@media (max-width: 767px) {
  .x-ecx2 .container ul {
    margin-top: 0.4rem;
  }
}
.x-ecx2 .container ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.25rem 0.6rem;
}
@media (max-width: 991px) {
  .x-ecx2 .container ul li {
    padding: 0 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-ecx2 .container ul li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-ecx2 .container ul li a {
  display: block;
  width: 100%;
}
.x-ecx2 .container ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-ecx2 .container ul li a:hover .x-text .x-tit {
  color: #3da3f2;
}
.x-ecx2 .container ul li a .public-img {
  border-radius: 0.2rem;
}
.x-ecx2 .container ul li a .public-img::before {
  padding-top: 55.88235294%;
}
.x-ecx2 .container ul li a .x-text {
  margin-top: 0.25rem;
}
.x-ecx2 .container ul li a .x-text .x-tit {
  font-weight: bold;
  color: #000;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.x-ecx2 .container ul li a .x-text span {
  color: #999999;
  display: block;
  margin-top: 0.1rem;
  display: none;
}
.x-ecx2 .container .x-aa {
  text-align: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-ecx2 .container .x-aa {
    margin-top: 0;
  }
}
.x-ecx2 .container .x-aa a {
  color: #3da3f2;
  text-decoration: underline;
}
.x-hon1 {
  padding: 1.3rem 0 1.7rem;
}
@media (max-width: 767px) {
  .x-hon1 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-hon1 .container .x-swiper {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-hon1 .container .x-swiper {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-hon1 .container .x-swiper .swiper-container {
    padding-bottom: 0.2rem;
  }
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #eaeff4;
  background-color: #fff;
  height: auto;
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 78.43137255%;
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text {
  padding: 0.2rem 0.3rem 0.25rem;
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-tit {
  font-weight: bold;
  color: #3da3f2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #000;
  margin-top: 0.15rem;
}
.x-hon1 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-hon1 .container .x-swiper .swiper-container .x-but {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .x-hon1 .container .x-swiper .swiper-container .x-but {
    display: flex;
    margin-top: 0.4rem;
  }
}
.x-hon1 .container .x-swiper .swiper-container .x-but .x-tt {
  display: flex;
}
.x-hon1 .container .x-swiper .swiper-container .x-but .x-tt .x-pub-prev {
  margin-right: 0.2rem;
}
.x-hon1 .container .x-swiper .swiper-container .x-but .swiper-pagination {
  position: relative;
  width: calc(100% - 2.2rem);
  height: 0.03rem;
  background-color: #eff3f6;
}
.x-hon1 .container .x-swiper .swiper-container .x-but .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #add9fb;
}
.x-hon2 {
  padding: 0 0 2.4rem 0;
}
.x-hon2 .container .x-put-list {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-hon2 .container .x-put-list {
    margin-top: 0.4rem;
  }
}
.x-hon2 .container .x-swiper {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-hon2 .container .x-swiper {
    margin-top: 0.4rem;
  }
}
.x-hon2 .container .x-swiper .swiper-container {
  display: none;
  padding-bottom: 0.2rem;
}
.x-hon2 .container .x-swiper .swiper-container.on {
  display: block;
}
.x-hon2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.x-hon2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 123.07692308%;
}
.x-hon2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-p {
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin-top: 0.25rem;
}
.x-hon2 .container .x-swiper .swiper-container .x-but {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .x-hon2 .container .x-swiper .swiper-container .x-but {
    margin-top: 0.4rem;
  }
}
.x-hon2 .container .x-swiper .swiper-container .x-but .x-tt {
  display: flex;
}
.x-hon2 .container .x-swiper .swiper-container .x-but .x-tt .x-pub-prev {
  margin-right: 0.2rem;
}
.x-hon2 .container .x-swiper .swiper-container .x-but .swiper-pagination {
  position: relative;
  width: calc(100% - 2.2rem);
  height: 0.03rem;
  background-color: #eff3f6;
}
.x-hon2 .container .x-swiper .swiper-container .x-but .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #add9fb;
}
.x-glo1 {
  padding: 1.7rem 0 2.9rem;
}
@media (max-width: 767px) {
  .x-glo1 {
    padding: 1.2rem 0 2.4rem;
  }
}
.x-glo1 .container .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-glo1 .container .x-box {
    margin-bottom: 0.8rem;
  }
}
.x-glo1 .container .x-box:last-child {
  margin-bottom: 0;
}
.x-glo1 .container .x-box:nth-child(2n) .x-le {
  width: 42.07%;
  padding: 0.2rem 1.2rem 0 0;
}
@media (max-width: 1580px) {
  .x-glo1 .container .x-box:nth-child(2n) .x-le {
    width: 42.19%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .x-glo1 .container .x-box:nth-child(2n) .x-le {
    width: 100%;
  }
}
.x-glo1 .container .x-box:nth-child(2n) .public-img {
  order: -1;
}
.x-glo1 .container .x-box .x-le {
  width: 37.19%;
  padding-left: 0.8rem;
  padding-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-glo1 .container .x-box .x-le {
    width: 42.19%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .x-glo1 .container .x-box .x-le {
    width: 100%;
  }
}
.x-glo1 .container .x-box .x-le .x-sp {
  color: #000;
}
.x-glo1 .container .x-box .x-le .x-tit {
  color: #89bff5;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.x-glo1 .container .x-box .x-le .x-p {
  color: #444444;
  margin-top: 0.3rem;
}
.x-glo1 .container .x-box .x-le .x-aa {
  display: flex;
  margin-top: 0.7rem;
}
@media (max-width: 1580px) {
  .x-glo1 .container .x-box .x-le .x-aa {
    margin-top: 0.4rem;
  }
}
.x-glo1 .container .x-box .x-le .x-aa a {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 0.1rem;
  margin-right: 0.4rem;
}
.x-glo1 .container .x-box .x-le .x-aa a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-glo1 .container .x-box .public-img {
  width: 49.69%;
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .x-glo1 .container .x-box .public-img {
    width: 100%;
    order: -1;
  }
}
.x-glo1 .container .x-box .public-img::before {
  padding-top: 57.17791411%;
}
.x-his1 {
  padding: 1.3rem 0 2.6rem;
}
@media (max-width: 767px) {
  .x-his1 {
    padding: 1.2rem 0 2.2rem;
  }
}
.x-his1 .x-con .x-zh {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-his1 .x-con .x-zh {
    margin-top: 0.4rem;
  }
}
.x-his1 .x-con .x-zh .x-i {
  width: 100%;
  height: 2px;
  background-color: #eaf6ff;
  position: relative;
}
@media (max-width: 767px) {
  .x-his1 .x-con .x-zh .x-i {
    display: none;
  }
}
.x-his1 .x-con .x-zh .x-i i {
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #add9fb;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  max-width: 100%;
}
.x-his1 .x-con .x-zh ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.x-his1 .x-con .x-zh ul li {
  width: 20%;
  cursor: pointer;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-his1 .x-con .x-zh ul li {
    width: 50%;
    margin-bottom: 0.2rem;
  }
}
.x-his1 .x-con .x-zh ul li.on p {
  color: #3da3f2;
}
.x-his1 .x-con .x-zh ul li p {
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-his1 .x-con .x-zh ul li p {
    font-size: 14px;
  }
}
.x-his1 .x-con .x-zh .x-but {
  margin-top: 0.3rem;
  display: flex;
}
.x-his1 .x-con .x-zh .x-but .x-pub-prev {
  margin-right: 0.15rem;
}
.x-his1 .x-con .x-xia {
  padding-left: 1.4rem;
  margin-top: 0.4rem;
}
@media (min-width: 1922px) {
  .x-his1 .x-con .x-xia {
    padding-left: 4.6rem;
  }
}
@media (max-width: 1260px) {
  .x-his1 .x-con .x-xia {
    padding-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .x-his1 .x-con .x-xia {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-his1 .x-con .x-xia {
    padding-left: 0.4rem;
  }
}
.x-his1 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.2rem;
}
.x-his1 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56%;
}
.x-his1 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p {
  color: #000000;
  font-weight: bold;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
}
.x-cont1 {
  padding: 1.4rem 0 2.2rem;
}
@media (max-width: 767px) {
  .x-cont1 {
    padding: 1.2rem 0 1.8rem;
  }
}
.x-cont1 .container {
  padding: 0 0.7rem;
}
@media (max-width: 991px) {
  .x-cont1 .container {
    padding: 0;
  }
}
.x-cont1 .container .x-tit {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.x-cont1 .container ul {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-cont1 .container ul {
    margin-top: 0.4rem;
  }
}
.x-cont1 .container ul li .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0.2rem 0.3rem 0;
  border-top: 1px solid #eff3f6;
}
@media (max-width: 767px) {
  .x-cont1 .container ul li .x-box {
    padding: 0.4rem 0;
  }
}
.x-cont1 .container ul li .x-box .public-img {
  width: 18.86%;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  .x-cont1 .container ul li .x-box .public-img {
    width: 23.86%;
  }
}
@media (max-width: 991px) {
  .x-cont1 .container ul li .x-box .public-img {
    width: 36.86%;
  }
}
@media (max-width: 767px) {
  .x-cont1 .container ul li .x-box .public-img {
    width: 100%;
  }
}
.x-cont1 .container ul li .x-box .public-img::before {
  padding-top: 66.42857143%;
}
.x-cont1 .container ul li .x-box .x-text {
  width: 72%;
  padding: 0.2rem 0.2rem 0 2.8rem;
  display: flex;
}
@media (max-width: 1580px) {
  .x-cont1 .container ul li .x-box .x-text {
    width: 65%;
    padding: 0.2rem 0.2rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .x-cont1 .container ul li .x-box .x-text {
    width: 62%;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-cont1 .container ul li .x-box .x-text {
    width: 100%;
    padding: 0.2rem 0 0;
  }
}
.x-cont1 .container ul li .x-box .x-text .x-sp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0.02rem solid #add9fb;
  border-radius: 100%;
  color: #add9fb;
  font-weight: bold;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-cont1 .container ul li .x-box .x-text .x-sp {
    width: 28px;
    height: 28px;
    font-size: 0.24rem;
    margin-right: 0.2rem;
  }
}
.x-cont1 .container ul li .x-box .x-text .x-r .x-title {
  font-weight: bold;
  color: #222222;
}
.x-cont1 .container ul li .x-box .x-text .x-r .x-p {
  margin-top: 0.15rem;
}
.x-cont1 .container ul li .x-box .x-text .x-r .x-p p {
  color: #666666;
  display: flex;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .x-cont1 .container ul li .x-box .x-text .x-r .x-p p {
    line-height: 1.5;
  }
}
.x-cont1 .container ul li .x-box .x-text .x-r .x-p p span:nth-child(1) {
  flex-shrink: 0;
}
.x-cont1 .container ul li .x-box .x-im {
  width: 1.06rem;
  height: 0.8rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .x-cont1 .container ul li .x-box .x-im {
    display: none;
  }
}
.x-cont1 .container ul li .x-box .x-im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-vid-list1 {
  padding: 1.2rem 0 2rem;
}
.x-vid-list1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.55rem -0.28rem 0;
}
.x-vid-list1 .container ul li {
  width: 33.33%;
  padding: 0 0.28rem 0.8rem;
}
@media (max-width: 991px) {
  .x-vid-list1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-vid-list1 .container ul li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-vid-list1 .container ul li a {
  display: block;
  width: 100%;
}
.x-vid-list1 .container ul li a:hover .public-img img {
  transform: scale(1.05);
}
.x-vid-list1 .container ul li a:hover .x-p span {
  color: #3da3f2;
}
.x-vid-list1 .container ul li a .public-img {
  border-radius: 0.4rem;
}
.x-vid-list1 .container ul li a .public-img::before {
  padding-top: 62.74509804%;
}
.x-vid-list1 .container ul li a .public-img .x-bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.x-vid-list1 .container ul li a .public-img .x-bf img,
.x-vid-list1 .container ul li a .public-img .x-bf svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 991px) {
  .x-vid-list1 .container ul li a .public-img .x-bf img,
  .x-vid-list1 .container ul li a .public-img .x-bf svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-vid-list1 .container ul li a .public-img .x-bf img,
  .x-vid-list1 .container ul li a .public-img .x-bf svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-vid-list1 .container ul li a .public-img .x-bf img path,
.x-vid-list1 .container ul li a .public-img .x-bf svg path {
  fill: #fff;
}
.x-vid-list1 .container ul li a .x-p {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-vid-list1 .container ul li a .x-p {
    margin-top: 0.2rem;
  }
}
.x-vid-list1 .container ul li a .x-p i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
@media (max-width: 1580px) {
  .x-vid-list1 .container ul li a .x-p i {
    transform: translateY(0.05rem);
  }
}
@media (max-width: 767px) {
  .x-vid-list1 .container ul li a .x-p i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.x-vid-list1 .container ul li a .x-p i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-vid-list1 .container ul li a .x-p span {
  color: #000000;
  transition: 0.4s ease-in-out;
}
.x-tips1 {
  padding: 1.2rem 0 2rem;
}
.x-tips1 .container > ul {
  margin: 0.55rem 0 0.75rem 0;
}
.x-tips1 .container > ul > li {
  border: 1px solid #e7eef4;
  border-radius: 0.5rem;
  margin-bottom: 14px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li {
    border-radius: 0.2rem;
  }
}
.x-tips1 .container > ul > li.on {
  background-color: #f6fbff;
  border-color: #f6fbff;
}
.x-tips1 .container > ul > li.on .x-t .x-tit {
  color: #3da3f2;
}
.x-tips1 .container > ul > li.on .x-t .x-i .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.x-tips1 .container > ul > li .x-t {
  display: flex;
  justify-content: space-between;
  padding: 0.26rem 0.4rem 0.26rem 0.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-t {
    padding: 0.26rem 0.2rem 0.26rem 0.2rem;
  }
}
.x-tips1 .container > ul > li .x-t .x-tit {
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 0.26rem;
  margin-top: 0.1rem;
  width: calc(100% - 1rem);
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-t .x-tit {
    width: calc(100% - 0.8rem);
  }
}
.x-tips1 .container > ul > li .x-t .x-tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #add9fb;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-t .x-tit::before {
    top: 0.5em;
  }
}
.x-tips1 .container > ul > li .x-t .x-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #d2e7f7;
  position: relative;
}
@media (max-width: 1580px) {
  .x-tips1 .container > ul > li .x-t .x-i {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1580px) {
  .x-tips1 .container > ul > li .x-t .x-i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-tips1 .container > ul > li .x-t .x-i i {
  width: 14px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-t .x-i i {
    width: 10px;
    height: 1px;
  }
}
.x-tips1 .container > ul > li .x-t .x-i .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.x-tips1 .container > ul > li .x-x {
  padding: 0 0.8rem 0.3rem 0.8rem;
  display: none;
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-x {
    padding: 0 0.4rem 0.3rem 0.4rem;
  }
}
.x-tips1 .container > ul > li .x-x p {
  color: #666666;
  line-height: 1.66;
}
.x-tips1 .container > ul > li .x-x .x-im {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.15rem -0.25rem 0;
}
.x-tips1 .container > ul > li .x-x .x-im .x-ic {
  width: 25%;
  padding: 0 0.15rem 0.3rem;
  display: flex;
}
@media (max-width: 991px) {
  .x-tips1 .container > ul > li .x-x .x-im .x-ic {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .x-tips1 .container > ul > li .x-x .x-im .x-ic {
    width: 100%;
  }
}
.x-tips1 .container > ul > li .x-x .x-im .x-ic .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.x-tips1 .container > ul > li .x-x .x-im .x-ic .public-img::before {
  padding-top: 62.28571429%;
}
.x-qua1 {
  padding: 2.16rem 0 8.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .x-qua1 {
    padding: 1.2rem 0 10rem;
  }
}
.x-qua1::before {
  content: "";
  width: 13.28rem;
  height: 12.9rem;
  background: url('../images/x-qua2.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -1.2rem;
  transform: translateX(-50%);
}
.x-qua1 .x-con .x-pub-text {
  width: 40%;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .x-qua1 .x-con .x-pub-text {
    width: 60%;
  }
}
@media (max-width: 1260px) {
  .x-qua1 .x-con .x-pub-text {
    width: 100%;
  }
}
.x-qua1 .x-con .x-pub-text .x-title {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-qua1 .x-con .x-pub-text .x-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
  }
}
.x-qua1 .x-con .x-im .public-img {
  border-radius: 100%;
  position: absolute;
}
.x-qua1 .x-con .x-im .public-img:nth-child(1) {
  width: 4.84rem;
  height: 4.84rem;
  left: -9%;
  top: 24%;
}
@media (max-width: 991px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(1) {
    width: 3.84rem;
    height: 3.84rem;
    left: -9%;
    top: 34%;
  }
}
@media (max-width: 767px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(1) {
    top: 24%;
  }
}
.x-qua1 .x-con .x-im .public-img:nth-child(2) {
  width: 3.52rem;
  height: 3.52rem;
  left: 25%;
  top: 32%;
}
@media (max-width: 1580px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(2) {
    top: 36%;
  }
}
@media (max-width: 991px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(2) {
    width: 2.52rem;
    height: 2.52rem;
  }
}
@media (max-width: 767px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(2) {
    top: 31%;
    left: 46%;
  }
}
.x-qua1 .x-con .x-im .public-img:nth-child(3) {
  width: 4.46rem;
  height: 4.46rem;
  left: 50%;
  top: 40%;
}
@media (max-width: 991px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(3) {
    left: 45%;
    top: 49%;
  }
}
@media (max-width: 767px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(3) {
    left: 5%;
    top: 56%;
  }
}
.x-qua1 .x-con .x-im .public-img:nth-child(4) {
  width: 6.88rem;
  height: 6.88rem;
  left: 81%;
  top: 7%;
}
@media (max-width: 991px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(4) {
    width: 4.88rem;
    height: 4.88rem;
    left: 81%;
    top: 29%;
  }
}
@media (max-width: 767px) {
  .x-qua1 .x-con .x-im .public-img:nth-child(4) {
    left: 66%;
    top: 43%;
  }
}
.x-qua2 .x-con .x-title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.x-qua2 .x-con .x-put-list {
  margin-top: 0.4rem;
}
.x-qua2 .x-con .x-put-list a {
  margin: 0 0.57rem;
}
@media (max-width: 767px) {
  .x-qua2 .x-con .x-put-list a {
    margin: 0 0.3rem;
  }
}
.x-qua2 .x-con .x-put-list a::before {
  left: 72%;
}
.x-qua2 .x-con .x-swiper1 {
  margin-top: 0.55rem;
  position: relative;
}
.x-qua2 .x-con .x-swiper1 .swiper-container {
  opacity: 0;
}
.x-qua2 .x-con .x-swiper1 .swiper-container:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.x-qua2 .x-con .x-swiper1 .swiper-container.on {
  opacity: 1;
  z-index: 5;
  pointer-events: initial;
}
.x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  position: relative;
  transition: 0.4s ease-in-out;
}
.x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0.1;
}
.x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.4rem;
}
.x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 54.5%;
}
@media (max-width: 767px) {
  .x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 65.5%;
  }
}
.x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-btn {
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-qua2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-btn {
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.x-qua2 .x-con .x-swiper1 .swiper-container .x-pub-prev {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.x-qua2 .x-con .x-swiper1 .swiper-container .x-pub-next {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.x-qua3 {
  padding: 1.8rem 0 3.22rem;
}
@media (max-width: 767px) {
  .x-qua3 {
    padding: 1.2rem 0 2.24rem;
  }
}
.x-qua3 .container .x-title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.x-qua3 .container .x-a {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .x-qua3 .container .x-a {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
}
.x-qua3 .container .x-a a {
  display: inline-flex;
  align-items: center;
  background-color: #f5fbff;
  border-radius: 0.7rem;
  padding: 0.38rem 1rem 0.38rem 0.9rem;
  margin: 0 0.4rem 0.2rem;
}
@media (max-width: 767px) {
  .x-qua3 .container .x-a a {
    width: 70%;
    padding: 0.3rem 0.4rem 0.3rem 0.8rem;
  }
}
.x-qua3 .container .x-a a:hover span {
  color: #3da3f2;
}
@media (max-width: 767px) {
  .x-qua3 .container .x-a a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-qua3 .container .x-a a .x-ic {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.14rem;
  overflow: hidden;
  flex-shrink: 0;
}
.x-qua3 .container .x-a a .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-qua3 .container .x-a a span {
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.18rem;
  transition: 0.4s ease-in-out;
}
.x-search1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 2.1rem;
}
@media (max-width: 767px) {
  .x-search1 {
    padding: 1.2rem 0;
  }
}
.x-search1 .container2 .x-top {
  text-align: center;
}
.x-search1 .container2 .x-top .x-title {
  text-align: center;
  font-weight: bold;
}
.x-search1 .container2 .x-top .x-form {
  width: 6rem;
  margin: 0.2rem auto 0;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 0.2rem;
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-top .x-form {
    width: 100%;
    height: 0.8rem;
  }
}
.x-search1 .container2 .x-top .x-form input {
  color: #999999;
  width: calc(100% - 1.2rem);
}
.x-search1 .container2 .x-top .x-form input::placeholder {
  color: #999999;
}
.x-search1 .container2 .x-top .x-form button {
  background-color: #92d0ff;
  color: #fff;
  padding: 0.15rem 0;
  width: 0.8rem;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  .x-search1 .container2 .x-top .x-form button {
    width: 0.9rem;
    padding: 0.1rem 0;
  }
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-top .x-form button {
    width: 1.2rem;
    padding: 0.14rem 0;
  }
}
.x-search1 .container2 .x-t-a {
  display: flex;
  border-bottom: 1px solid #dae7e9;
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-t-a {
    overflow-x: auto;
  }
}
.x-search1 .container2 .x-t-a a {
  display: inline-block;
  margin-right: 0.65rem;
  color: #222222;
  transition: 0.4s ease-in-out;
  padding-bottom: 0.15rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-search1 .container2 .x-t-a a {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-t-a a {
    white-space: nowrap;
  }
}
.x-search1 .container2 .x-t-a a::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #68bbfc;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-t-a a::before {
    display: none;
  }
}
.x-search1 .container2 .x-t-a a.on {
  font-weight: bold;
  color: #68bbfc;
}
.x-search1 .container2 .x-t-a a.on::before {
  opacity: 1;
}
.x-search1 .container2 .x-no-wjg {
  padding: 0.9rem 0;
  text-align: center;
}
.x-search1 .container2 .x-no-wjg .x-img {
  width: 144px;
  height: 88px;
  margin: 0 auto;
}
.x-search1 .container2 .x-no-wjg .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-search1 .container2 .x-no-wjg .x-p {
  margin-top: 0.25rem;
  color: #231815;
}
.x-search1 .container2 .x-x-box {
  padding-top: 0.6rem;
}
.x-search1 .container2 .x-x-box .x-news2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .x-search1 .container2 .x-x-box .x-news2 {
    padding-bottom: 0.8rem;
  }
}
.x-search1 .container2 .x-x-box .x-news2 .container {
  width: 100%;
}
.x-search1 .container2 .x-x-box .x-news2 .container ul li::before {
  width: 90%;
  bottom: -0.8rem;
}
.x-search1 .container2 .x-x-box .x-news2 .container ul li a .x-text {
  padding-right: 0.4rem;
}
.x-about1 {
  padding: 3.2rem 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .x-about1 {
    padding: 1.2rem 0 0 0;
  }
}
.x-about1 .x-dt {
  width: 13.52rem;
  height: 9.74rem;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-about1 .x-dt {
    width: 95%;
  }
}
.x-about1 .x-dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about1 .x-con .x-top .x-tit {
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-top .x-tit {
    font-size: 0.42rem;
  }
}
.x-about1 .x-con .x-top .x-ic {
  position: relative;
}
.x-about1 .x-con .x-top .x-ic .x-im {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.7rem auto 0;
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-top .x-ic .x-im {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-about1 .x-con .x-top .x-ic .x-im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about1 .x-con .x-top .x-ic i {
  display: inline-block;
  background: url(../images/x-about10.png) center;
  background-size: cover;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
}
.x-about1 .x-con .x-con-xia {
  height: 280vh;
}
.x-about1 .x-con .x-xia {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
}
.x-about1 .x-con .x-xia .x-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.x-about1 .x-con .x-xia .x-img img {
  width: 102%;
  height: 102%;
  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-about1 .x-con .x-xia .x-box {
  width: 100%;
  height: 100%;
}
.x-about1 .x-con .x-xia .x-box .x-im {
  width: 100%;
  height: 100%;
}
.x-about1 .x-con .x-xia .x-box .x-im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about1 .x-con .x-xia .x-box .x-box-text {
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 5;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 0.4rem;
  padding: 0.8rem 1rem 0.8rem 0.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 0.16rem 0.13rem rgba(112, 157, 192, 0.05);
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .x-xia .x-box .x-box-text {
    bottom: -125%;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-xia .x-box .x-box-text {
    padding: 0.6rem 0.4rem;
  }
}
.x-about1 .x-con .x-xia .x-box .x-box-text::before {
  content: "";
  width: 8.9rem;
  height: 9.16rem;
  background: url('../images/x-about9.png') no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -2.2rem;
  left: -1.3rem;
}
.x-about1 .x-con .x-xia .x-box .x-box-text .x-text {
  width: 53.1%;
  padding-right: 0.3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-about1 .x-con .x-xia .x-box .x-box-text .x-text {
    width: 100%;
  }
}
.x-about1 .x-con .x-xia .x-box .x-box-text .x-text .x-tit {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.x-about1 .x-con .x-xia .x-box .x-box-text .x-p {
  width: 46.9%;
  color: #000;
  line-height: 2;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-about1 .x-con .x-xia .x-box .x-box-text .x-p {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-xia .x-box .x-box-text .x-p {
    line-height: 1.8;
  }
}
.x-about2 {
  padding: 2.3rem 0 1.5rem;
}
@media (max-width: 767px) {
  .x-about2 {
    padding: 1.2rem 0;
  }
}
.x-about2 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-about2 .container .x-swiper {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-about2 .container .x-swiper {
    margin-top: 0.4rem;
  }
}
.x-about2 .container .x-swiper .swiper-container {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-about2 .container .x-swiper .swiper-container {
    padding-bottom: 0.8rem;
  }
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 0.2rem;
  padding: 1.2rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  position: relative;
  overflow: hidden;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n+1)::before {
  background: url('../images/x-about1.jpg') no-repeat center;
  background-size: cover;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n+2)::before {
  background: url('../images/x-about13.jpg') no-repeat center;
  background-size: cover;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n+3)::before {
  background: url('../images/x-about14.jpg') no-repeat center;
  background-size: cover;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/x-about1.jpg') no-repeat center;
  background-size: cover;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-t {
  text-align: center;
  position: relative;
  z-index: 5;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-t .x-sp {
  color: #68bbfc;
  display: inline-flex;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-t .x-sp span {
  font-size: 1.3rem;
  line-height: 1.1;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-t .x-sp i {
  font-style: initial;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-t p {
  font-weight: bold;
  color: #000;
  margin-top: 0.05rem;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a {
  text-align: center;
  margin-top: 0.2rem;
  position: relative;
  z-index: 5;
}
.x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #93d0ff;
  color: #68bbfc;
  height: 44px;
  min-width: 2rem;
  padding: 0 0.2rem;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .x-about2 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-a span {
    height: 0.8rem;
    min-width: 2.6rem;
  }
}
.x-about2 .container .x-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e1f1fd;
  opacity: 1;
  transition: 0.4s ease-in-out;
  margin: 0 0.1rem;
}
.x-about2 .container .x-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.6);
  background-color: #b4dcfb;
}
.x-about3 {
  background-color: #eff8ff;
  padding: 0.5rem 0 2.9rem 0;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 0 0 2.4rem 0;
  }
}
.x-about3 .x-con {
  padding: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .x-about3 .x-con {
    padding: 1.2rem 0 0;
  }
}
.x-about3 .x-con .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.x-about3 .x-con .x-xia {
  overflow: hidden;
}
.x-about3 .x-con .x-xia ul {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  max-width: initial;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul {
    margin-top: 0.4rem;
  }
}
.x-about3 .x-con .x-xia ul li {
  width: 8.6rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.4rem 0.3rem 0.35rem 0.4rem;
  flex-shrink: 0;
  margin-right: 0;
  border-radius: 0.2rem;
  min-height: 5.7rem;
  height: auto;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia ul li {
    width: 9.6rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul li {
    width: 98%;
  }
}
.x-about3 .x-con .x-xia ul li .public-img {
  width: 50%;
  border-radius: 0.14rem;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul li .public-img {
    width: 100%;
  }
}
.x-about3 .x-con .x-xia ul li .public-img::before {
  padding-top: 125.64102564%;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul li .public-img::before {
    padding-top: 90.641026%;
  }
}
.x-about3 .x-con .x-xia ul li .x-text {
  width: 50%;
  padding: 0.3rem 0 0 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul li .x-text {
    width: 100%;
    padding: 0.3rem 0 0 0;
  }
}
.x-about3 .x-con .x-xia ul li .x-text .x-t .x-sp {
  color: #68bbfc;
  font-weight: bold;
}
.x-about3 .x-con .x-xia ul li .x-text .x-t .x-tit {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia ul li .x-text .x-t .x-tit {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia ul li .x-text .x-t .x-tit {
    font-size: 0.44rem;
  }
}
.x-about3 .x-con .x-xia ul li .x-text .x-ic {
  width: auto;
  height: 1.02rem;
  margin-top: 0.3rem;
}
.x-about3 .x-con .x-xia ul li .x-text .x-ic img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-disc1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 2.3rem;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 767px) {
  .x-disc1 {
    padding: 1.2rem 0;
  }
}
.x-disc1 .container {
  padding: 0 1.8rem;
}
@media (max-width: 991px) {
  .x-disc1 .container {
    padding: 0;
  }
}
.x-disc1 .container .x-t {
  text-align: center;
}
.x-disc1 .container .x-t .x-tit {
  font-weight: bold;
  color: #000000;
}
.x-disc1 .container .x-t p {
  margin-top: 0.2rem;
  color: #999999;
}
.x-disc1 .container .public-content {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-disc1 .container .public-content h1,
  .x-disc1 .container .public-content h2,
  .x-disc1 .container .public-content h3,
  .x-disc1 .container .public-content h4,
  .x-disc1 .container .public-content h5,
  .x-disc1 .container .public-content h6 {
    font-size: 0.32rem !important;
  }
}
.x-disc1 .container .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.x-disc1 .container .public-content .p1:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .x-disc1 .container .public-content .p1:after {
    top: 9px;
  }
}
@media (max-width: 767px) {
  .x-disc1 .container .public-content .p1:after {
    top: 8px;
  }
}
.x-web-map1 {
  padding: 1.1rem 0 2.7rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 767px) {
  .x-web-map1 {
    padding: 1.1rem 0 2.2rem;
  }
}
.x-web-map1 .container {
  padding: 0 0.2rem;
}
@media (max-width: 1260px) {
  .x-web-map1 .container {
    padding: 0;
  }
}
.x-web-map1 .container .x-tit {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.x-web-map1 .container ul {
  margin-top: 0.65rem;
  border: 1px solid #e7eef4;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem 0.4rem;
}
@media (max-width: 767px) {
  .x-web-map1 .container ul {
    margin-top: 0.4rem;
    padding: 0.5rem 0.4rem 0.4rem;
  }
}
.x-web-map1 .container ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.32rem 0 0.2rem;
  border-bottom: 1px solid #ebeff0;
}
.x-web-map1 .container ul li:last-child {
  border-bottom: none;
}
.x-web-map1 .container ul li .x-l {
  width: 19.33%;
}
@media (max-width: 1260px) {
  .x-web-map1 .container ul li .x-l {
    width: 24%;
    padding-right: 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-web-map1 .container ul li .x-l {
    width: 100%;
  }
}
.x-web-map1 .container ul li .x-l a {
  font-weight: bold;
  color: #231815;
  line-height: 1.3;
  transition: 0.4s ease-in-out;
}
.x-web-map1 .container ul li .x-l a:hover {
  color: #68bbfc;
}
.x-web-map1 .container ul li .x-r {
  width: 80.67%;
}
@media (max-width: 1260px) {
  .x-web-map1 .container ul li .x-r {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .x-web-map1 .container ul li .x-r {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-web-map1 .container ul li .x-r a {
  color: #333333;
  display: inline-block;
  margin-right: 0.8rem;
  margin-bottom: 0.12rem;
}
@media (max-width: 1260px) {
  .x-web-map1 .container ul li .x-r a {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-web-map1 .container ul li .x-r a {
    margin-right: 0.6rem;
  }
}
.x-web-map1 .container ul li .x-r a:hover {
  color: #68bbfc;
  text-decoration: underline;
}
