@charset "utf-8";
:root {
  --color: #88cbd0;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "man-me";
  src: url("../fonts/MANROPE-MEDIUM.OTF") format("opentype");
}
.font-me {
  font-family: 'man-me', '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: #88cbd0;
}
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;
  }
}
a {
  color: #333;
}
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: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.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;
}
.font62 {
  font-size: 62px;
}
.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: 22px;
  }
  .font28 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 24px;
  }
  .font34 {
    font-size: 24px;
  }
  .font36 {
    font-size: 28px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 34px;
  }
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 38px;
  }
  .font52 {
    font-size: 40px;
  }
  .font54 {
    font-size: 42px;
  }
  .font56 {
    font-size: 44px;
  }
  .font60,
  .font62,
  .font80 {
    font-size: 46px;
  }
}
@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: 22px;
  }
  .font28 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 24px;
  }
  .font34 {
    font-size: 24px;
  }
  .font36 {
    font-size: 28px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 34px;
  }
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 38px;
  }
  .font52 {
    font-size: 40px;
  }
  .font54 {
    font-size: 42px;
  }
  .font56 {
    font-size: 44px;
  }
  .font60,
  .font62,
  .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,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .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: #88cbd0;
}
.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.4rem;
  min-width: 2rem;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  height: 0.6rem;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-btn:hover i {
  transform: translate(0.1rem);
}
.public-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .public-btn span {
    font-size: 0.28rem;
  }
}
.public-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 0.26rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .public-btn i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.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: #88cbd0;
}
#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: #88cbd0;
}
#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: #88cbd0;
}
#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: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#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 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  #c-header .c-logo .c-img-box img {
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.8rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  padding-right: 3.2rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.8rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#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 a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #88cbd0;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 14px 20px;
  color: #333;
  line-height: initial;
  white-space: nowrap;
}
#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-nav .onn2 .x-nv-xia .x-tcom .x-tr::before {
  background-image: linear-gradient(45deg, #00afcc 0%, #8dc661 100%);
}
#c-header .c-nav .x-nv-xia {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 4.6rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 0.1rem 0.1rem;
}
#c-header .c-nav .x-nv-xia .x-tcom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl {
  width: 100%;
  text-align: left;
  padding: 0.4rem;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-sp {
  display: block;
  padding: 0.1rem 0.5rem 0.1rem 0.3rem;
  color: #fff;
  background-image: linear-gradient(to right, #12b2be 0%, #7ac36f 100%);
  border-radius: 0.05rem;
  position: relative;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-sp p {
  line-height: 1.4;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-sp i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.82rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a {
  margin-top: 0.25rem;
  padding-left: 0.3rem;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a {
  display: flex;
  line-height: 1.2;
  margin-bottom: 10px;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a:hover span {
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a:hover span::before {
  width: 100%;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a:hover i {
  opacity: 1;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a span {
  color: #222222;
  white-space: nowrap;
  position: relative;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a span::before {
  content: "";
  width: 0;
  height: 0.02rem;
  background-image: linear-gradient(to right, #00afcc 0%, #8dc661 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  flex-shrink: 0;
  margin-left: 0.16rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a i svg {
  width: 8px;
  height: 8px;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tl .x-a a i svg path {
  fill: #fff;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tr {
  min-width: 2.8rem;
  padding-top: 0.6rem;
  padding-right: 0.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tr::before {
  content: "";
  width: 2.4rem;
  height: 100%;
  background-image: linear-gradient(45deg, #8dc661 0%, #00afcc 100%);
  position: absolute;
  right: 0;
  top: 0;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tr .public-img {
  width: 100%;
}
#c-header .c-nav .x-nv-xia .x-tcom .x-tr .public-img::before {
  padding-top: 105.51181102%;
}
#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:hover > a {
  color: #88cbd0;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#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: #88cbd0 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#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: #88cbd0;
}
#c-header .c-nav2 li ul {
  display: none;
}
.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: #333;
}
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;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .x-yy {
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 100px;
  padding: 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#c-header .c-gn .x-yy a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-yy a {
    font-size: 12px;
  }
}
#c-header .c-gn .x-yy a.on {
  background-color: #ffffff;
  color: #9bccd4;
}
#c-header.c-style2 .c-gn .x-yy {
  border-color: #ddd;
}
#c-header.c-style2 .c-gn .x-yy a.on {
  background-color: #eee;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #88cbd0;
}
/*首页轮播图*/
.x-index1 .c-home-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.x-index1 .c-home-banner .swiper-slide .c-pc,
.x-index1 .c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.x-index1 .c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .x-index1 .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .x-index1 .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.x-index1 .c-home-banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.x-index1 .c-home-banner .swiper-slide .container {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.x-index1 .c-home-banner .swiper-slide .container .x-text {
  width: 43.75%;
}
@media (max-width: 1580px) {
  .x-index1 .c-home-banner .swiper-slide .container .x-text {
    width: 52.75%;
  }
}
@media (max-width: 991px) {
  .x-index1 .c-home-banner .swiper-slide .container .x-text {
    width: 100%;
  }
}
.x-index1 .c-home-banner .swiper-slide .container .x-text .x-tit {
  font-weight: bold;
  color: #fff;
  line-height: 1.11;
  visibility: hidden;
  font-size: 0.54rem;
}
@media (max-width: 1580px) {
  .x-index1 .c-home-banner .swiper-slide .container .x-text .x-tit {
    font-size: 0.6rem;
  }
}
.x-index1 .c-home-banner .swiper-slide .container .x-text .x-p {
  color: #fff;
  line-height: 1.3;
  margin-top: 0.5rem;
  visibility: hidden;
}
.x-index1 .c-home-banner .swiper-slide .container .x-text .public-btn {
  margin-top: 0.7rem;
  visibility: hidden;
}
.x-index1 .x-pag {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-index1 .x-pag {
    bottom: 0.4rem;
  }
}
.x-index1 .x-pag .svg-list {
  display: flex;
}
.x-index1 .x-pag .svg-list .x-svg-box {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  margin: 0 0.1rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-index1 .x-pag .svg-list .x-svg-box {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-pag .svg-list .x-svg-box {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-index1 .x-pag .svg-list .x-svg-box.on::before {
  opacity: 1;
}
.x-index1 .x-pag .svg-list .x-svg-box.on svg {
  opacity: 1;
}
.x-index1 .x-pag .svg-list .x-svg-box.on svg .x-ba2 {
  animation: box1run 6s linear 1 forwards;
}
.x-index1 .x-pag .svg-list .x-svg-box.on svg .x-ba1 {
  opacity: 0.6;
}
.x-index1 .x-pag .svg-list .x-svg-box::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.x-index1 .x-pag .svg-list svg {
  transform: rotate(-90deg);
}
.x-index1 .x-pag .svg-list .x-ba1 {
  opacity: 0.25;
}
@keyframes box1run {
  0% {
    stroke-dashoffset: 68;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.x-indxcon {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.x-index2 {
  padding: 1.2rem 0 0 0;
  position: relative;
  z-index: 8;
}
@media (min-width: 1921px) {
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-index2 {
    padding-bottom: 0.8rem;
    background-color: #dff2f7;
  }
}
.x-index2 .x-con {
  overflow: hidden;
}
.x-index2 .x-con .x-top {
  text-align: center;
}
.x-index2 .x-con .x-top .x-tit {
  color: #222222;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-top .x-tit br {
    display: none;
  }
}
.x-index2 .x-con .x-top .x-tit span {
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #8dc661;
  position: relative;
}
.x-index2 .x-con .x-top .x-tit span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
}
.x-index2 .x-con .x-top .x-tit span sup {
  transform: translateY(-8px);
}
.x-index2 .x-con .x-top .x-p {
  color: #959ca6;
  line-height: 1.44;
  margin-top: 0.25rem;
}
.x-index2 .x-con .x-xia {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia {
    margin-top: 0.6rem;
  }
}
.x-index2 .x-con .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index2 .x-con .x-xia ul li {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li {
    width: 100%;
    transform: initial !important;
    margin-bottom: 0.4rem;
  }
}
.x-index2 .x-con .x-xia ul li:hover .x-zm {
  opacity: 0;
}
.x-index2 .x-con .x-xia ul li:hover .x-text {
  bottom: 0;
  opacity: 1;
  z-index: 20;
}
.x-index2 .x-con .x-xia ul li:nth-child(1) {
  transform: translateY(-0.5rem);
}
@media (max-width: 1366px) {
  .x-index2 .x-con .x-xia ul li:nth-child(1) {
    transform: translateY(-1rem);
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li:nth-child(1) {
    transform: translateY(0);
  }
}
.x-index2 .x-con .x-xia ul li:nth-child(2) {
  transform: translateY(-1rem);
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li:nth-child(2) {
    transform: translateY(-1rem);
  }
}
@media (max-width: 1366px) {
  .x-index2 .x-con .x-xia ul li:nth-child(2) {
    transform: translateY(-2rem);
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li:nth-child(2) {
    transform: translateY(-1rem);
  }
}
.x-index2 .x-con .x-xia ul li:nth-child(3) {
  transform: translateY(-1.4rem);
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li:nth-child(3) {
    transform: translateY(-1.5rem);
  }
}
@media (max-width: 1366px) {
  .x-index2 .x-con .x-xia ul li:nth-child(3) {
    transform: translateY(-2.5rem);
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li:nth-child(3) {
    transform: translateY(-1.5rem);
  }
}
.x-index2 .x-con .x-xia ul li:nth-child(4) {
  transform: translateY(-1rem);
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li:nth-child(4) {
    transform: translateY(-1rem);
  }
}
@media (max-width: 1366px) {
  .x-index2 .x-con .x-xia ul li:nth-child(4) {
    transform: translateY(-2rem);
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li:nth-child(4) {
    transform: translateY(-1rem);
  }
}
.x-index2 .x-con .x-xia ul li:nth-child(5) {
  transform: translateY(-0.5rem);
}
@media (max-width: 1366px) {
  .x-index2 .x-con .x-xia ul li:nth-child(5) {
    transform: translateY(-1rem);
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li:nth-child(5) {
    transform: translateY(0);
  }
}
.x-index2 .x-con .x-xia ul li .x-zm {
  width: 100%;
  height: 2.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  position: relative;
}
.x-index2 .x-con .x-xia ul li .x-zm .x-i {
  position: absolute;
  left: 50%;
  top: -0.28rem;
  transform: translateX(-50%);
}
.x-index2 .x-con .x-xia ul li .x-zm .x-i i {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li .x-zm .x-i i {
    width: 8px;
    height: 8px;
  }
}
.x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(1) {
  width: 10px;
  height: 10px;
  background-image: linear-gradient(left, #17b3ba 0%, #76c273 100%);
  background-image: -webkit-linear-gradient(left, #17b3ba 0%, #76c273 100%);
  background-image: -ms-linear-gradient(left, #17b3ba 0%, #76c273 100%);
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(1) {
    width: 8px;
    height: 8px;
  }
}
.x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(2) {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: round1 3s linear infinite;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(2) {
    width: 8px;
    height: 8px;
  }
}
.x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(3) {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: round1 3s 1.5s linear infinite;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li .x-zm .x-i i:nth-child(3) {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-zm {
    display: none;
  }
}
.x-index2 .x-con .x-xia ul li .x-zm img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.x-index2 .x-con .x-xia ul li .x-text {
  height: 2.8rem;
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  width: 3.6rem;
  padding: 0.45rem 0.5rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia ul li .x-text {
    width: 4rem;
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia ul li .x-text {
    width: 3.2rem;
    padding: 0.3rem 0.3rem 0.3rem 0.45rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text {
    width: 100%;
    opacity: 1;
    height: auto;
    position: initial;
    transform: initial;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    padding: 0.5rem 0.4rem 0.3rem;
  }
}
.x-index2 .x-con .x-xia ul li .x-text::before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text::before {
    height: 1px;
  }
}
.x-index2 .x-con .x-xia ul li .x-text::after {
  content: "";
  width: 0.7rem;
  height: 0.94rem;
  background: url('../images/x-index40.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: -0.34rem;
  top: 1.45rem;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text .x-t {
    width: 40%;
    padding-right: 0.4rem;
  }
}
.x-index2 .x-con .x-xia ul li .x-text .x-t span {
  color: #00afcc;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text .x-t span .x-spp {
    font-weight: bold;
    background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
.x-index2 .x-con .x-xia ul li .x-text .x-t .x-title {
  color: #00afcc;
}
.x-index2 .x-con .x-xia ul li .x-text .x-p {
  color: rgba(34, 34, 34, 0.5);
  line-height: 1.33;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.9em;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia ul li .x-text .x-p {
    width: 60%;
    margin-top: 0;
  }
}
@keyframes round1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}
.x-index3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2.1rem;
  position: relative;
  z-index: 10;
  height: 180vh;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-index3 {
    margin-top: -1rem;
    height: auto;
    padding: 0 0 1.2rem 0;
    background-color: #dff2f7;
  }
}
.x-index3::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #dff2f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .x-index3::before {
    display: none;
  }
}
.x-index3 .x-gg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .x-index3 .x-gg {
    display: none;
  }
}
.x-index3 .x-gg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  padding: 0 0 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 10;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con {
    position: initial;
    height: auto;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.x-index3 .x-con .x-title {
  width: 100%;
  margin-top: -1rem;
  position: absolute;
  inset: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-title {
    margin-top: -1.4rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-title {
    margin-top: -1rem;
  }
}
.x-index3 .x-con .x-xia {
  position: relative;
  height: 6.35rem;
  height: 0%;
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia {
    height: 4.35rem !important;
  }
}
.x-index3 .x-con .x-xia .x-ig {
  width: 100%;
  height: 0.48rem;
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-ig {
    display: none;
  }
}
.x-index3 .x-con .x-xia .x-ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con .x-xia .x-vi {
  margin: 0 auto;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-vi {
    width: 90% !important;
  }
}
.x-index3 .x-con .x-xia .x-vi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con .x-xia .x-vi .x-bf {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index3 .x-con .x-xia .x-vi .x-bf::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  animation: bkqq 2s linear infinite;
  border-radius: 100%;
}
.x-index3 .x-con .x-xia .x-vi .x-bf::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: bkqq 2s 1s linear infinite;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-vi .x-bf {
    opacity: 1 !important;
  }
}
.x-index3 .x-con .x-xia .x-vi .x-bf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 .x-con .x-xia .x-vi .x-bf span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: -35px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia .x-vi .x-bf span {
    display: none;
  }
}
@keyframes bkqq {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }
}
.x-index4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 1.1rem;
}
.x-index4 .container .x-top {
  text-align: center;
}
.x-index4 .container .x-top .x-title {
  color: #173e4c;
}
.x-index4 .container .x-top .x-title sup {
  transform: translateY(-8px);
}
.x-index4 .container .x-top .x-p {
  color: rgba(11, 28, 52, 0.5);
  line-height: 1.44;
  margin-top: 0.1rem;
}
.x-index4 .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .x-index4 .container ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul {
    margin-top: 0.4rem;
  }
}
.x-index4 .container ul li {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 0.2rem;
  border-radius: 0.1rem;
  height: 5.6rem;
  overflow: hidden;
  transition: 0.6s all;
}
@media (max-width: 1580px) {
  .x-index4 .container ul li {
    height: 7rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .container ul li {
    width: 100% !important;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li {
    height: auto;
  }
}
@media (min-width: 992px) {
  .x-index4 .container ul li.on {
    width: 48.75%;
    flex-shrink: 0;
  }
  .x-index4 .container ul li.on .x-tit::before {
    background: url('../images/x-index16.jpg') no-repeat center;
    background-size: cover;
  }
  .x-index4 .container ul li.on .x-tit span {
    color: #fff;
  }
  .x-index4 .container ul li.on .x-text .x-txt .x-p {
    color: rgba(51, 73, 52, 0.85);
  }
  .x-index4 .container ul li.on .x-text .x-txt .x-sp p {
    color: #00afcc;
  }
  .x-index4 .container ul li.on .x-text .x-txt .x-sp p::before {
    background-color: #00afcc;
  }
  .x-index4 .container ul li.on .x-text .x-img {
    display: flex;
    opacity: 1;
  }
}
.x-index4 .container ul li:last-child {
  margin-right: 0;
}
.x-index4 .container ul li .x-tit {
  padding: 0.25rem 0.4rem;
  position: relative;
  height: 1rem;
}
.x-index4 .container ul li .x-tit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-index15.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-index4 .container ul li .x-tit::before {
    background: url('../images/x-index16.jpg') no-repeat center;
    background-size: cover;
  }
}
.x-index4 .container ul li .x-tit span {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-index4 .container ul li .x-tit span {
    color: #fff;
  }
}
.x-index4 .container ul li .x-tit span sup {
  transform: translateY(-2px);
}
.x-index4 .container ul li .x-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.25rem 0.3rem 0.35rem 0.3rem;
  height: calc(100% - 1rem);
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text {
    flex-wrap: wrap;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
}
.x-index4 .container ul li .x-text .x-txt {
  width: 3.2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1580px) {
  .x-index4 .container ul li .x-text .x-txt {
    width: 3.8rem;
  }
}
@media (max-width: 1300px) {
  .x-index4 .container ul li .x-text .x-txt {
    width: 3.3rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .container ul li .x-text .x-txt {
    width: 58.43%;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text .x-txt {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.x-index4 .container ul li .x-text .x-txt .x-p {
  color: rgba(41, 89, 102, 0.7);
  line-height: 1.44;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 8.64em;
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text .x-txt .x-p {
    color: rgba(51, 73, 52, 0.85);
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text .x-txt .x-sp {
    margin-top: 0.3rem;
  }
}
.x-index4 .container ul li .x-text .x-txt .x-sp p {
  color: #87a3b0;
  opacity: 0.7;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.08rem;
  transition: 0.4s ease-in-out;
  cursor: default;
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text .x-txt .x-sp p {
    opacity: 1;
  }
}
.x-index4 .container ul li .x-text .x-txt .x-sp p::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0.2em;
  background-color: #87a3b0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-index4 .container ul li .x-text .x-txt .x-sp p::before {
    height: 14px;
  }
}
.x-index4 .container ul li .x-text .x-txt .x-sp a {
  display: block;
  color: #00afcc;
  padding-left: 0.2rem;
}
.x-index4 .container ul li .x-text .x-txt .x-sp a:hover span::before {
  width: 100%;
}
.x-index4 .container ul li .x-text .x-txt .x-sp a span {
  position: relative;
}
.x-index4 .container ul li .x-text .x-txt .x-sp a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00afcc;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-index4 .container ul li .x-text .x-img {
  display: none;
  width: 41.57%;
  height: 3.04rem;
  align-items: center;
  justify-content: center;
  transform: translateY(0.2rem);
}
@media (max-width: 991px) {
  .x-index4 .container ul li .x-text .x-img {
    display: flex;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li .x-text .x-img {
    width: 100%;
    order: -1;
  }
}
.x-index4 .container ul li .x-text .x-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.x-index5 {
  background-color: #f2f6fa;
  padding: 1.4rem 0 0 0;
  overflow: hidden;
}
.x-index5 .x-con .x-top {
  text-align: center;
}
.x-index5 .x-con .x-top .x-tit {
  color: #141433;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-top .x-tit br {
    display: none;
  }
}
.x-index5 .x-con .x-top .x-tit span {
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}
.x-index5 .x-con .x-top .x-tit span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-top .x-tit span::before {
    display: none;
  }
}
.x-index5 .x-con .x-top .x-p {
  color: #666666;
  line-height: 1.44;
  margin-top: 0.25rem;
}
.x-index5 .x-con .x-xia .x-box {
  height: 78vh;
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-xia .x-box {
    height: 72vh;
  }
}
.x-index5 .x-con .x-xia .x-box .x-bjxg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  animation: yunMove 90s infinite linear;
  width: 200%;
  height: 2.06rem;
  pointer-events: none;
}
.x-index5 .x-con .x-xia .x-box .x-bjxg img {
  float: left;
  width: 50%;
  height: 100%;
}
.x-index5 .x-con .x-xia .x-box .x-cn {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-im {
  width: 6.18rem;
  height: 4.64rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  transition: 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 991px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab {
    transform: translate(-50%, -50%) scale(0.55);
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover {
  z-index: 11;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover .x-txt {
  opacity: 1;
  visibility: initial;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover .x-img img:nth-child(1) {
  opacity: 0;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover .x-img img:nth-child(2) {
  opacity: 1;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover .x-wn .x-sz span {
  color: #8dc661;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab:hover .x-wn .x-sz i {
  color: #8dc661;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85%;
  z-index: 10;
  width: 2.4rem;
  background-color: rgba(247, 247, 247, 0.75);
  border-radius: 0.1rem;
  padding: 0.2rem 0.2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.4s ease-in-out;
  visibility: hidden;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-txt {
    width: 3.4rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-txt p {
  color: #484e46;
  position: relative;
  padding-left: 0.15rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-txt p {
    font-size: 14px;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-txt p::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #484e46;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a2 .x-img {
  width: 1.78rem;
  height: 2.18rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a2 .x-img {
    width: 2.78rem;
    height: 3.18rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a2 .x-wn {
  top: 0.7rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a2 .x-wn {
    top: 1.1rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a2 .x-wn .x-sz {
  line-height: 1.1;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a3 .x-img {
  width: 1.92rem;
  height: 1.9rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a3 .x-img {
    width: 2.92rem;
    height: 2.9rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a3 .x-wn {
  top: 0.5rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a3 .x-wn {
    top: 0.9rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a4 .x-img {
  width: 2.28rem;
  height: 2.24rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a4 .x-img {
    width: 3.28rem;
    height: 3.24rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a4 .x-wn {
  top: 0.7rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a4 .x-wn {
    top: 1rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a5 .x-img {
  width: 1.46rem;
  height: 1.44rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a5 .x-img {
    width: 2.46rem;
    height: 2.44rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a5 .x-wn {
  top: 0.35rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a5 .x-wn {
    top: 0.8rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a6 .x-img {
  width: 1.62rem;
  height: 1.62rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a6 .x-img {
    width: 2.62rem;
    height: 2.62rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a6 .x-wn {
  top: 0.55rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a6 .x-wn {
    top: 0.8rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a7 .x-img {
  width: 1.62rem;
  height: 1.62rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a7 .x-img {
    width: 2.62rem;
    height: 2.62rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a7 .x-wn {
  top: 0.45rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a7 .x-wn {
    top: 0.8rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a8 .x-img {
  width: 2.44rem;
  height: 3.24rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a8 .x-img {
    width: 3.44rem;
    height: 4.24rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a8 .x-wn {
  top: 1.4rem;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab.x-a8 .x-wn {
    top: 1.6rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-img {
  width: 2.26rem;
  height: 2.28rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-img {
    width: 3.26rem;
    height: 3.28rem;
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn {
    transform: scale(1.2);
  }
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn .x-sz {
  display: flex;
  justify-content: center;
  line-height: 1.2;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn .x-sz span {
  color: #00afcc;
  transition: 0.4s ease-in-out;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn .x-sz i {
  font-style: initial;
  color: #00afcc;
  transition: 0.4s ease-in-out;
}
.x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn p {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-xia .x-box .x-cn .x-bx .x-ab .x-wn p {
    font-size: 12px;
  }
}
@keyframes yunMove {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.x-index6 {
  background-color: #f2f6fa;
  padding: 0.6rem 0 0 0;
}
@media (max-width: 991px) {
  .x-index6 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .x-index6 {
    padding-bottom: 0.6rem;
  }
}
.x-index6 .x-con {
  padding: 0 0.7rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con {
    padding: 0 0.4rem;
  }
}
.x-index6 .x-con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul {
    flex-wrap: initial;
    overflow-x: auto;
  }
}
.x-index6 .x-con ul::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(../images/r.svg) no-repeat;
  background-size: contain;
  bottom: 2px;
  left: 5px;
  display: none;
  animation: moveq2 1.5s infinite linear;
  -webkit-animation: moveq2 1.5s infinite linear;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul::before {
    display: block;
  }
}
.x-index6 .x-con ul li {
  width: 14.28%;
  display: flex;
}
@media (max-width: 991px) {
  .x-index6 .x-con ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li {
    width: 33.33%;
    padding: 0 0.2rem;
    flex-shrink: 0;
  }
}
.x-index6 .x-con ul li .x-box {
  width: 100%;
  text-align: center;
}
.x-index6 .x-con ul li .x-box:hover .x-img img:nth-child(1) {
  opacity: 0;
}
.x-index6 .x-con ul li .x-box:hover .x-img img:nth-child(2) {
  opacity: 1;
}
.x-index6 .x-con ul li .x-box:hover .x-tit {
  color: #00afcc;
}
.x-index6 .x-con ul li .x-box:hover .x-bj img:nth-child(1) {
  opacity: 0;
}
.x-index6 .x-con ul li .x-box:hover .x-bj img:nth-child(2) {
  opacity: 1;
}
.x-index6 .x-con ul li .x-box .x-img {
  width: 100%;
  height: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .x-index6 .x-con ul li .x-box .x-img {
    height: 1rem;
  }
}
.x-index6 .x-con ul li .x-box .x-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}
.x-index6 .x-con ul li .x-box .x-img img:nth-child(2) {
  position: absolute;
  inset: auto;
  opacity: 0;
}
.x-index6 .x-con ul li .x-box .x-tit {
  color: #a4acb5;
  line-height: 1.44;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.88em;
}
.x-index6 .x-con ul li .x-box .x-bj {
  position: relative;
  width: 100%;
  height: 0.24rem;
  margin: 0 auto 0 -0.06rem;
}
@media (max-width: 991px) {
  .x-index6 .x-con ul li .x-box .x-bj {
    display: none;
  }
}
.x-index6 .x-con ul li .x-box .x-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.x-index6 .x-con ul li .x-box .x-bj img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.x-index7 {
  padding: 1.1rem 0 1rem;
}
.x-index7 .container .x-title {
  text-align: center;
  color: #141433;
}
.x-index7 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia {
    margin-top: 0.4rem;
  }
}
.x-index7 .container .x-xia .x-swiper {
  width: 50%;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-xia .x-swiper {
    width: 100%;
  }
}
.x-index7 .container .x-xia .x-swiper .swiper-container {
  height: 100%;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.1rem;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 75%;
}
@media (max-width: 1580px) {
  .x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 73.8%;
  }
}
@media (max-width: 1367px) {
  .x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 76.8%;
  }
}
@media (max-width: 1280px) {
  .x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 81.8%;
  }
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .public-img::after {
  content: "";
  width: 100%;
  height: 50%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 5;
  cursor: pointer;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf:hover img:nth-child(1) {
  opacity: 0;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-bf img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .x-swiper .swiper-container .swiper-pagination {
    display: block;
  }
}
.x-index7 .container .x-xia .x-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00afcc;
}
.x-index7 .container .x-xia .x-swiper .x-ul {
  position: absolute;
  right: 0.4rem;
  bottom: 0.5rem;
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .x-swiper .x-ul {
    display: none;
  }
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p {
  margin: 0 0.1rem;
  cursor: pointer;
  width: 80px;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p.on p {
  color: #fff;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p.on p::after {
  width: 100%;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p p {
  color: rgba(255, 255, 255, 0.35);
  padding-bottom: 0.08rem;
  position: relative;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p p::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p p::after {
  content: "";
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
.x-index7 .container .x-xia .x-swiper .x-ul .x-p p sup {
  line-height: 0.6;
}
.x-index7 .container .x-xia .x-ri {
  width: 48.125%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-xia .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index7 .container .x-xia .x-ri a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .x-index7 .container .x-xia .x-ri a {
    align-items: center;
  }
}
.x-index7 .container .x-xia .x-ri a:last-child {
  margin-bottom: 0;
}
.x-index7 .container .x-xia .x-ri a:hover::before {
  opacity: 1;
}
.x-index7 .container .x-xia .x-ri a:hover::after {
  opacity: 1;
}
.x-index7 .container .x-xia .x-ri a:hover .public-img img {
  transform: scale(1.08);
}
.x-index7 .container .x-xia .x-ri a:hover .x-text span {
  color: #fff;
}
.x-index7 .container .x-xia .x-ri a:hover .x-text .x-tit {
  color: #fff;
}
.x-index7 .container .x-xia .x-ri a:hover .x-text i {
  background-color: #ffffff;
  border-color: #ffffff;
}
.x-index7 .container .x-xia .x-ri a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.1rem;
  background-image: linear-gradient(75deg, #00afcc 25%, #8dc661 100%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index7 .container .x-xia .x-ri a::after {
  content: "";
  width: 0.52rem;
  height: 1.54rem;
  background: url('../images/x-index12.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.25rem;
  bottom: -0.7rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index7 .container .x-xia .x-ri a .public-img {
  width: 36.36%;
  border-radius: 0.1rem;
  height: 100%;
}
.x-index7 .container .x-xia .x-ri a .public-img::before {
  padding-top: 64.28571429%;
}
@media (max-width: 1281px) {
  .x-index7 .container .x-xia .x-ri a .public-img::before {
    padding-top: 70.285714%;
  }
}
@media (max-width: 1260px) {
  .x-index7 .container .x-xia .x-ri a .public-img::before {
    padding-top: 69.285714%;
  }
}
.x-index7 .container .x-xia .x-ri a .x-text {
  width: 63.64%;
  padding: 0.25rem 0.3rem 0.2rem 0.38rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-xia .x-ri a .x-text {
    padding: 0 0.3rem;
  }
}
.x-index7 .container .x-xia .x-ri a .x-text span {
  color: #999999;
  transition: 0.4s ease-in-out;
}
.x-index7 .container .x-xia .x-ri a .x-text .x-tit {
  color: #222222;
  line-height: 1.27;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.84em;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-index7 .container .x-xia .x-ri a .x-text .x-tit {
    font-size: 14px;
  }
}
.x-index7 .container .x-xia .x-ri a .x-text i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.72rem;
  height: 0.36rem;
  border: 0.02rem solid #00afcc;
  border-radius: 100px;
  margin-top: 0.12rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .x-ri a .x-text i {
    display: none;
  }
}
.x-index7 .container .x-xia .x-ri a .x-text i svg {
  width: 14px;
  height: 14px;
}
.x-index7 .container .x-xia .x-ri a .x-text i svg path {
  fill: #00afcc;
  transition: 0.4s ease-in-out;
}
/* 底部 */
.x-foot a {
  transition: all 0.4s;
}
.x-foot a:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.x-foot .x-con .x-top {
  background-image: linear-gradient(75deg, rgba(0, 175, 204, 0.85) 0%, rgba(141, 198, 97, 0.85) 100%);
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-top {
    padding: 0.5rem 0;
  }
}
.x-foot .x-con .x-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 0.56rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
}
.x-foot .x-con .x-top .container .x-logo {
  display: inline-block;
  width: auto;
  height: 0.48rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container .x-logo {
    margin-bottom: 0.3rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-top .container .x-logo {
    height: 0.7rem;
    margin: 0 auto 0.3rem;
  }
}
.x-foot .x-con .x-top .container .x-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-con .x-top .container .x-a {
  padding-left: 1.3rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container .x-a {
    padding: 0;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-top .container .x-a {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
.x-foot .x-con .x-top .container .x-a a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #fff;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container .x-a a {
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-top .container .x-a a {
    margin: 0 0.3rem 0 0;
  }
  .x-foot .x-con .x-top .container .x-a a:last-child {
    margin-right: 0;
  }
}
.x-foot .x-con .x-top .container .x-a a:hover {
  opacity: 0.5 !important;
}
.x-foot .x-con .x-top .container .x-fx {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-top .container .x-fx {
    justify-content: center;
    width: 100%;
  }
}
.x-foot .x-con .x-top .container .x-fx a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(251, 253, 252, 0.25);
  border-radius: 100%;
  position: relative;
  margin: 0 0.06rem 0.12rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container .x-fx a {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.12rem;
  }
}
.x-foot .x-con .x-top .container .x-fx a:hover .x-ewm {
  height: 1.2rem;
}
.x-foot .x-con .x-top .container .x-fx a svg,
.x-foot .x-con .x-top .container .x-fx a img {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-top .container .x-fx a svg,
  .x-foot .x-con .x-top .container .x-fx a img {
    width: 50%;
    height: 50%;
  }
}
.x-foot .x-con .x-top .container .x-fx a svg path,
.x-foot .x-con .x-top .container .x-fx a img path {
  fill: #fff;
}
.x-foot .x-con .x-top .container .x-fx a .x-ewm {
  width: 1.2rem;
  height: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 110%;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.x-foot .x-con .x-top .container .x-fx a .x-ewm img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}
.x-foot .x-con .x-zhong {
  background-image: linear-gradient(75deg, #00afcc 0%, #8dc661 100%);
  padding: 0.7rem 0 0.4rem;
}
.x-foot .x-con .x-zhong .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .x-con .x-zhong .container .x-zhong-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-zhong-box {
    margin-bottom: 0.3rem;
  }
}
.x-foot .x-con .x-zhong .container .x-l {
  width: 39.3125%;
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-zhong .container .x-l {
    width: 55%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-l {
    width: 100%;
    padding-right: 0;
  }
}
.x-foot .x-con .x-zhong .container .x-l .x-tit {
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-l .x-tit {
    text-align: center;
  }
}
.x-foot .x-con .x-zhong .container .x-l .x-form {
  margin-top: 0.45rem;
  width: 4.2rem;
  height: 0.56rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(223, 228, 235, 0.4);
  border-radius: 100px;
  padding: 3px 3px 3px 0.3rem;
}
@media (max-width: 1580px) {
  .x-foot .x-con .x-zhong .container .x-l .x-form {
    width: 6rem;
  }
}
@media (max-width: 1260px) {
  .x-foot .x-con .x-zhong .container .x-l .x-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-l .x-form {
    height: 0.8rem;
    width: 100%;
  }
}
.x-foot .x-con .x-zhong .container .x-l .x-form input {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  width: calc(100% - 0.6rem);
  font-size: 14px;
}
.x-foot .x-con .x-zhong .container .x-l .x-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.x-foot .x-con .x-zhong .container .x-l .x-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-l .x-form button {
    width: calc(0.8rem - 6px);
    height: calc(0.8rem - 6px);
  }
}
.x-foot .x-con .x-zhong .container .x-l .x-form button svg {
  display: inline-flex;
  width: 12px;
  height: 12px;
}
.x-foot .x-con .x-zhong .container .x-l .x-form button svg path {
  fill: #32b8ac;
}
.x-foot .x-con .x-zhong .container .x-z {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 37.5%;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-zhong .container .x-z {
    width: 40.5%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-z {
    width: 100%;
    justify-content: center;
  }
}
.x-foot .x-con .x-zhong .container .x-z .x-li {
  /* width: 1.4rem; */
  margin-right: 0.7rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-z .x-li {
    width: 40%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 0.4rem;
  }
}
.x-foot .x-con .x-zhong .container .x-z .x-li span {
  color: #fff;
  display: inline-block;
  margin-top: 0.1rem;
  white-space: nowrap;
  font-size: 11px;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-z .x-li span {
    font-size: 8px;
    margin-bottom: 0.2rem;
  }
}
.x-foot .x-con .x-zhong .container .x-z .x-li .x-img {
  overflow: hidden;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.06rem;
  order: -1;
}
@media (max-width: 1580px) {
  .x-foot .x-con .x-zhong .container .x-z .x-li .x-img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-z .x-li .x-img {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto;
  }
}
.x-foot .x-con .x-zhong .container .x-z .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-con .x-zhong .container .x-z .x-li .x-img .img2 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 10;
  animation: mov2 6.2s infinite ease-in-out;
}
.x-foot .x-con .x-zhong .container .x-r {
  width: 22.1875%;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-zhong .container .x-r {
    width: 100%;
  }
}
.x-foot .x-con .x-zhong .container .x-r .x-tit {
  color: #fff;
}
.x-foot .x-con .x-zhong .container .x-r .x-p {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p {
    font-size: 0.24rem;
  }
}
.x-foot .x-con .x-zhong .container .x-r .x-p p {
  display: inline-flex;
  color: #ffffff;
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p p {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p p {
    margin: 0 0.2rem;
  }
}
.x-foot .x-con .x-zhong .container .x-r .x-p p i {
  flex-shrink: 0;
  margin-right: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0.05rem;
}
@media (max-width: 1580px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p p i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 991px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p p i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .x-zhong .container .x-r .x-p p i {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0;
  }
}
.x-foot .x-con .x-zhong .container .x-r .x-p p i svg,
.x-foot .x-con .x-zhong .container .x-r .x-p p i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-con .x-zhong .container .x-r .x-p p i svg path,
.x-foot .x-con .x-zhong .container .x-r .x-p p i img path {
  fill: #fff;
}
.x-foot .x-con .g_b {
  width: 100%;
  padding-right: 1.64rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .x-foot .x-con .g_b {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b {
    text-align: center;
  }
}
.x-foot .x-con .g_b .gl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gl {
    align-items: initial;
    font-size: 0.24rem;
    justify-content: center;
  }
}
.x-foot .x-con .g_b .gl p {
  opacity: 0.7;
  margin-right: 0.36rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .g_b .gl p {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gl p {
    margin-bottom: 0.2rem;
  }
}
.x-foot .x-con .g_b .gl > a {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gl > a {
    margin-bottom: 0.2rem;
  }
}
.x-foot .x-con .g_b .gl .g_link {
  margin-left: 0.36rem;
}
@media (max-width: 991px) {
  .x-foot .x-con .g_b .gl .g_link {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gl .g_link {
    margin-left: 0;
    margin-right: 0;
  }
}
.x-foot .x-con .g_b .gl .g_link a {
  color: #fff;
  opacity: 0.7;
  margin-right: 0.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gl .g_link a {
    margin: 0 0.15rem;
  }
}
@media (max-width: 991px) {
  .x-foot .x-con .g_b .gr {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-con .g_b .gr {
    margin: 0.2rem auto 0;
  }
}
.sot_select_nr2 {
  position: relative;
  min-width: 1.85rem;
}
@media (max-width: 767px) {
  .sot_select_nr2 {
    min-width: 2.85rem;
  }
}
.sot_select_nr2 .sel_text_x {
  width: 100%;
  height: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  padding: 0 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr2 .sel_text_x {
    height: 0.8rem;
    padding: 0 0.3rem;
  }
}
.sot_select_nr2 .sel_text_x svg,
.sot_select_nr2 .sel_text_x img {
  transform: rotate(-90deg);
  width: 6px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr2 .sel_text_x svg path,
.sot_select_nr2 .sel_text_x img path {
  fill: #aeddbb;
}
.sot_select_nr2 .sel_text_x p {
  opacity: 0.7;
}
.sot_select_nr2 .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  bottom: 100%;
  border: 1px solid #e6ecf2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr2 .sel_text_box a {
  color: #959ca6;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr2 .sel_text_box a:hover {
  background: #88cbd0;
  color: #fff;
}
@keyframes mov2 {
  0% {
    transform: translate3d(0px, 1.4rem, 0px);
  }
  50% {
    transform: translate3d(0px, 0, 0px);
  }
  100% {
    transform: translate3d(0px, 1.4rem, 0px);
  }
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  max-width: 114vh;
}
.x-slide {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .x-slide {
    display: none !important;
  }
}
.x-slide .x-a a {
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-slide .x-a a {
    width: 2rem;
    height: 2rem;
  }
}
.x-slide .x-a a:hover .x-txt {
  opacity: 1;
  pointer-events: initial;
}
.x-slide .x-a a .x-txt {
  position: absolute;
  bottom: 103%;
  left: 41%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 1.8rem;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.15rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-slide .x-a a .x-txt {
    left: 52%;
    width: 2.2rem;
  }
}
.x-slide .x-a a .x-txt::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  left: 57%;
  bottom: -16px;
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .x-slide .x-a a .x-txt::before {
    left: 50%;
  }
}
.x-slide .x-a a .x-txt i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.x-slide .x-a a .x-txt i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-slide .x-a a .x-txt span {
  color: #222222;
  line-height: 1.14;
}
@media (max-width: 1580px) {
  .x-slide .x-a a .x-txt span {
    font-size: 12px;
  }
}
#hi-video-pop .hi-close:hover {
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  background-color: transparent;
}
