@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.sub_banner_txt .x-p {
  color: #fff;
  margin-top: 0.05rem;
}
.x-mot1 {
  background-color: #161522;
  padding: 1.4rem 0 1.45rem;
}
@media (max-width: 767px) {
  .x-mot1 {
    padding: 1.2rem 0;
  }
}
.x-mot1 .container .x-top {
  text-align: center;
}
.x-mot1 .container .x-top .x-title {
  font-size: 0.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .x-mot1 .container .x-top .x-title {
    font-size: 0.48rem;
  }
}
.x-mot1 .container .x-top .x-p {
  margin-top: 0.1rem;
}
.x-mot1 .container .x-top .x-p p {
  color: #999;
}
@media (max-width: 767px) {
  .x-mot1 .container .x-top .x-p p {
    padding: 0 0.14rem;
  }
  .x-mot1 .container .x-top .x-p p br {
    display: none;
  }
}
.x-mot1 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.x-mot1 .container .x-xia .x-le {
  width: 12.85%;
  background: #1f1e2b;
}
@media (max-width: 971px) {
  .x-mot1 .container .x-xia .x-le {
    width: 21.85%;
  }
}
@media (max-width: 767px) {
  .x-mot1 .container .x-xia .x-le {
    width: 100%;
  }
}
.x-mot1 .container .x-xia .x-le ul {
  border-radius: 0.05rem;
  overflow: hidden;
}
.x-mot1 .container .x-xia .x-le ul li {
  padding: 0.18rem 0.3rem;
  border-bottom: 1px solid #363541;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.x-mot1 .container .x-xia .x-le ul li:last-child {
  border-bottom: none;
}
.x-mot1 .container .x-xia .x-le ul li p {
  color: #999;
}
@media (max-width: 767px) {
  .x-mot1 .container .x-xia .x-le ul li p {
    text-align: center;
  }
}
.x-mot1 .container .x-xia .x-le ul li.on {
  background-color: #226cff;
}
.x-mot1 .container .x-xia .x-le ul li.on p {
  color: #fff;
}
.x-mot1 .container .x-xia .x-ri {
  width: 85%;
}
@media (max-width: 971px) {
  .x-mot1 .container .x-xia .x-ri {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .x-mot1 .container .x-xia .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-mot1 .container .x-xia .x-ri .x-box {
  background-color: #1f1e2b;
  padding: 0.3rem;
  border-radius: 0.05rem;
  height: 100%;
  display: none;
}
.x-mot1 .container .x-xia .x-ri .x-box.on {
  display: block;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-t {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #4c4b55;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-t .x-title2 {
  color: #fff;
  font-weight: bold;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-t .x-p {
  margin-top: 0.1rem;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-t .x-p p {
  color: #999999;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x {
  padding-top: 0.6rem;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x .x-title2 {
  color: #fff;
  font-weight: bold;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x .x-p {
  margin-top: 0.15rem;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x .x-p .x-title3 {
  color: #999999;
  font-weight: initial;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x .x-p .x-sp {
  margin-top: 0.05rem;
}
.x-mot1 .container .x-xia .x-ri .x-box .x-x .x-p .x-sp p {
  color: #999999;
}
.x-why4 {
  height: 250vh;
}
@media (max-width: 767px) {
  .x-why4 {
    height: auto;
    padding: 1.2rem 0 0.6rem;
  }
}
.x-why4 .c-main {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 971px) {
  .x-why4 .c-main {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .x-why4 .c-main {
    position: initial;
    height: auto;
  }
}
.x-why4 .c-main .container {
  position: relative;
}
.x-why4 .c-main .container .x-title {
  position: absolute;
  top: -1.2rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .x-why4 .c-main .container .x-title {
    font-size: 0.48rem;
  }
}
.x-why4 .c-main .c-list1 {
  position: relative;
  z-index: 5;
  width: 36%;
  margin-top: 0.15rem;
}
@media (max-width: 971px) {
  .x-why4 .c-main .c-list1 {
    padding: 1.2rem 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list1 {
    display: none;
  }
}
.x-why4 .c-main .c-list1 li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.9rem;
  margin-top: -0.2rem;
  background: url(../img/x-mo2.png) repeat-y left 15px top 48px;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list1 li {
    padding-bottom: 0.7rem;
    background: url(../img/x-mo2.png) left 0.3rem top 4.25rem auto;
  }
}
.x-why4 .c-main .c-list1 li:last-child {
  padding: 0;
  background: transparent !important;
}
.x-why4 .c-main .c-list1 li .c-round {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 0.3rem;
  background-color: #f8f8f8;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-why4 .c-main .c-list1 li .c-round svg {
  width: 24px;
  height: 24px;
}
.x-why4 .c-main .c-list1 li .c-round svg path {
  fill: #e1e1e1;
}
.x-why4 .c-main .c-list1 li .c-box {
  position: relative;
}
.x-why4 .c-main .c-list1 li .c-box .c-title {
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  font-size: 0.38rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list1 li .c-box .c-title {
    line-height: 0.8rem;
  }
}
.x-why4 .c-main .c-list1 li .c-box .c-wrap {
  display: none;
  margin-top: 0.3rem;
}
.x-why4 .c-main .c-list1 li .c-box .c-wrap .x-title2 {
  font-weight: bold;
}
.x-why4 .c-main .c-list1 li .c-box .c-text {
  margin-top: 0.1rem;
  color: #333333;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list1 li .c-box .c-text {
    margin: 0 0 0.2rem;
    font-size: 0.3rem;
  }
}
.x-why4 .c-main .c-list1 li .c-box .c-text p {
  color: #666;
}
.x-why4 .c-main .c-list1 li.on {
  background: url(../img/x-mo5.png) repeat-y left 15px top 48px;
}
.x-why4 .c-main .c-list1 li.on .c-round {
  background-color: #226cff;
  box-shadow: 0px 4px 8px 0px rgba(34, 108, 255, 0.48), inset 0px 0px 24px 0px rgba(189, 211, 255, 0.69);
  border: solid 2px #226cff;
}
.x-why4 .c-main .c-list1 li.on .c-round svg path {
  fill: #fff;
}
.x-why4 .c-main .c-list1 li.on .c-box .c-title {
  color: #000;
}
.x-why4 .c-main .c-list1 li.on2 {
  background: url(../img/x-mo5.png) repeat-y left 15px top 48px;
}
.x-why4 .c-main .c-list1 li.on2 .c-round {
  background-color: #226cff;
  box-shadow: 0px 4px 8px 0px rgba(34, 108, 255, 0.48), inset 0px 0px 24px 0px rgba(189, 211, 255, 0.69);
  border: solid 2px #226cff;
}
.x-why4 .c-main .c-list1 li.on2 .c-round svg path {
  fill: #fff;
}
.x-why4 .c-main .c-list2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 62.5%;
  height: 100%;
}
@media (max-width: 971px) {
  .x-why4 .c-main .c-list2 {
    top: 85%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    height: 50vh;
    right: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list2 {
    position: initial;
    height: auto;
    width: 100%;
  }
}
.x-why4 .c-main .c-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list2 li {
    opacity: 1;
    margin-bottom: 0.6rem;
    position: initial;
    height: auto;
  }
}
.x-why4 .c-main .c-list2 li img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list2 li img {
    height: 4.72rem;
    position: initial;
  }
}
.x-why4 .c-main .c-list2 li .c-box {
  display: none;
}
@media (max-width: 767px) {
  .x-why4 .c-main .c-list2 li .c-box {
    display: block;
    margin-top: 0.2rem;
  }
}
.x-why4 .c-main .c-list2 li .c-box .c-title {
  font-size: 0.36rem;
}
.x-why4 .c-main .c-list2 li .c-box .c-wrap {
  margin-top: 0.1rem;
}
.x-why4 .c-main .c-list2 li.on {
  opacity: 1;
}
.x-mot2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.25rem 0 3.26rem;
}
@media (max-width: 767px) {
  .x-mot2 {
    padding: 1.2rem 0 3.26rem;
  }
}
.x-mot2 .container .x-title {
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
  padding: 0 1rem;
}
@media (max-width: 971px) {
  .x-mot2 .container .x-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-mot2 .container .x-title {
    font-size: 0.48rem;
  }
}
.x-mot2 .container .x-p {
  margin-top: 0.4rem;
  padding: 0 1rem;
}
@media (max-width: 971px) {
  .x-mot2 .container .x-p {
    padding: 0;
  }
}
.x-mot2 .container .x-p p {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.x-mot2 .container .x-lo {
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
}
.x-mot2 .container .x-lo .x-img {
  width: 0.82rem;
  height: 0.82rem;
  margin: 0 0.35rem;
}
.x-mot2 .container .x-lo .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mot3 {
  margin-top: -2.85rem;
  position: relative;
}
.x-mot3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.x-mot3 .container {
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 971px) {
  .x-mot3 .container {
    padding: 0;
  }
}
.x-mot3 .container .x-vid {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: -6px 6px 49px 0px rgba(31, 51, 92, 0.47);
  height: 6.8rem;
}
@media (max-width: 1580px) {
  .x-mot3 .container .x-vid {
    height: 7.8rem;
  }
}
@media (max-width: 767px) {
  .x-mot3 .container .x-vid {
    height: 4.2rem;
  }
}
.x-mot3 .container .x-vid.on .x-bm {
  opacity: 0;
  pointer-events: none;
}
.x-mot3 .container .x-vid.on .x-an {
  opacity: 0;
}
.x-mot3 .container .x-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-mot3 .container .x-vid .x-bm {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  transition: 0.4s ease-in-out;
}
.x-mot3 .container .x-vid .x-bm::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.x-mot3 .container .x-vid .x-bm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-mot3 .container .x-vid .x-an {
  width: 1.04rem;
  height: 1.04rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-mot3 .container .x-vid .x-an {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.x-mot3 .container .x-vid .x-an img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mot4 {
  background-color: #f8f8f8;
  padding: 1.3rem 0 1.5rem;
}
@media (max-width: 767px) {
  .x-mot4 {
    padding: 1.2rem 0;
  }
}
.x-mot4 .container .x-title {
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-title {
    font-size: 0.48rem;
  }
}
.x-mot4 .container .x-title span {
  color: #226cff;
}
.x-mot4 .container .x-swiper {
  margin-top: 0.5rem;
  position: relative;
}
.x-mot4 .container .x-swiper .swiper {
  padding-bottom: 0.7rem;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide:hover .x-yc,
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide.on .x-yc {
  bottom: 0;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-box .public-img::before {
  padding-top: 106%;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-box .x-title2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0.45rem;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-box .x-title2 {
    font-size: 0.38rem;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -101%;
  left: 0;
  transition: 0.4s ease-in-out;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.4rem;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t .x-ic {
  width: 0.4rem;
  height: 0.4rem;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t .x-ic svg,
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t .x-title2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-t .x-title2 {
    font-size: 0.38rem;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x {
  margin-top: 0.45rem;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 3.1rem;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul {
    max-height: 5.1rem;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul li {
  width: 48%;
  margin-bottom: 0.14rem;
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul li p {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 0.16rem;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul li p {
    padding-left: 0.24rem;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul li p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 100%;
}
@media (max-width: 1580px) {
  .x-mot4 .container .x-swiper .swiper .swiper-wrapper .swiper-slide .x-yc .x-x ul li p::before {
    width: 4px;
    height: 4px;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  width: 58.57%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
  height: 2px;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .swiper .swiper-pagination {
    width: 100%;
  }
}
.x-mot4 .container .x-swiper .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #226cff;
}
.x-mot4 .container .x-swiper .x-prev,
.x-mot4 .container .x-swiper .x-next {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #87868d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: -0.9rem;
  top: 43.5%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-mot4 .container .x-swiper .x-prev,
  .x-mot4 .container .x-swiper .x-next {
    display: none;
  }
}
.x-mot4 .container .x-swiper .x-prev:hover,
.x-mot4 .container .x-swiper .x-next:hover {
  background-color: #226cff;
}
.x-mot4 .container .x-swiper .x-next {
  right: -0.9rem;
  left: auto;
}
.x-mot4 .container .x-swiper .x-next svg {
  transform: rotate(180deg);
}
.x-mot5 {
  background-color: #161522;
  padding: 1.4rem 0 1.35rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-mot5 {
    padding: 1.2rem 0;
  }
}
.x-mot5 .h_round6 {
  top: 70%;
}
.x-mot5 .container .x-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.5rem;
}
@media (max-width: 767px) {
  .x-mot5 .container .x-title {
    font-size: 0.48rem;
  }
}
.x-mot5 .container .x-xia {
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;
}
.x-mot5 .container .x-xia .x-t {
  display: flex;
  justify-content: center;
}
.x-mot5 .container .x-xia .x-t p {
  color: #999999;
  font-weight: bold;
  margin-right: 0.8rem;
  padding-bottom: 0.14rem;
  position: relative;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.x-mot5 .container .x-xia .x-t p.on,
.x-mot5 .container .x-xia .x-t p:hover {
  color: #226cff;
}
.x-mot5 .container .x-xia .x-t p.on::before,
.x-mot5 .container .x-xia .x-t p:hover::before {
  width: 100%;
}
.x-mot5 .container .x-xia .x-t p::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #226cff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-mot5 .container .x-xia .x-t p:last-child {
  margin-right: 0;
}
.x-mot5 .container .x-xia .x-a {
  background-color: #1f1e2b;
  margin-top: 0.4rem;
}
.x-mot5 .container .x-xia .x-a .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}
.x-mot5 .container .x-xia .x-a .x-box.on {
  display: flex;
}
.x-mot5 .container .x-xia .x-a .x-box .public-img {
  width: 46.42%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-mot5 .container .x-xia .x-a .x-box .public-img {
    width: 100%;
  }
}
.x-mot5 .container .x-xia .x-a .x-box .public-img::before {
  padding-top: 71.875%;
}
.x-mot5 .container .x-xia .x-a .x-box .x-text {
  width: 53.58%;
  padding: 0.2rem 0.75rem;
}
@media (max-width: 971px) {
  .x-mot5 .container .x-xia .x-a .x-box .x-text {
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-mot5 .container .x-xia .x-a .x-box .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-mot5 .container .x-xia .x-a .x-box .x-text .x-title2 {
  font-weight: bold;
  color: #fff;
  font-size: 0.32rem;
}
.x-mot5 .container .x-xia .x-a .x-box .x-text .x-p {
  margin-top: 0.35rem;
}
.x-mot5 .container .x-xia .x-a .x-box .x-text .x-p p {
  color: #999999;
}
