@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
:root {
  --header_h: 8.125rem;
  --header_h1: 5.625rem;
  --container: 6.25rem;
  --container2: 15rem;
  --phone_img: 20px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  --color: #15499A;
  font-style: italic;
  --mask-x: 50%;
  --mask-y: 106%;
  --mask-radius: 36vmax;
  --vh: 1vh;
}
.bg {
  background: var(--color);
}
.c {
  color: var(--color);
}
.bgf8 {
  background: var(--bgf8);
}
body {
  outline: none;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystem, 'Inter', 'Roboto', 'alph', sans-serif !important;
}
.p_top {
  position: absolute;
  top: calc(-1 * var(--header_h1));
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: var(--color);
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: var(--color);
}
.search_more:hover::before {
  background: var(--color);
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 13.125rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 2.8125rem;
}
.er-ul > li a {
  color: #6D6D6D;
  font-weight: 400;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
.er-ul > li:hover > a {
  color: var(--color);
}
.er-ul-pro {
  position: absolute;
  width: 100%;
  left: 0%;
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
  border-top: 1px solid #CDCDCD;
}
.er-ul-pro .container2 {
  display: flex;
  justify-content: space-between;
}
.er-ul-pro .left {
  width: calc(100% - 24.1875rem);
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.er-ul-pro .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22.25rem;
  width: 1px;
  height: 100%;
  background: #CDCDCD;
}
.er-ul-pro .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #CDCDCD;
}
.er-ul-pro .left .ul {
  position: relative;
}
.er-ul-pro .left .ul > li {
  width: 22.25rem;
  padding-right: 1.875rem;
}
.er-ul-pro .left .ul > li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.er-ul-pro .left .ul > li > a {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.er-ul-pro .left .ul > li > a div:nth-child(1) {
  width: calc(100% - 1.875rem);
  padding-right: 0.625rem;
}
.er-ul-pro .left .ul > li > a .iconfont {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .left .ul > li.active > a,
.er-ul-pro .left .ul > li:hover > a {
  color: var(--color);
}
.er-ul-pro .left .ul > li.active > a .iconfont,
.er-ul-pro .left .ul > li:hover > a .iconfont {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .left .r {
  width: calc(100% - 22.25rem);
  padding: 0 1.875rem 0 3.75rem;
}
.er-ul-pro .left .r > div {
  display: none;
}
.er-ul-pro .left .r > div.active {
  display: block;
}
.er-ul-pro .left .r ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.er-ul-pro .left .r ul li {
  width: 50%;
  position: relative;
  line-height: 2.8125rem;
  margin-bottom: 0.625rem;
  padding: 0 1rem;
}
.er-ul-pro .left .r ul li:hover a {
  color: var(--color);
}
.er-ul-pro .left .r ul li:hover a::before {
  background: var(--color);
}
.er-ul-pro .left .r ul li a {
  color: #6D6D6D;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1rem;
}
.er-ul-pro .left .r ul li a::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #6D6D6D;
}
.er-ul-pro .right {
  width: 24.1875rem;
  padding-left: 3.875rem;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.er-ul-pro .right .swiper_pag {
  line-height: 1;
  bottom: 1rem;
  right: 0;
  padding-right: 1rem;
  text-align: right;
}
.er-ul-pro .right .swiper-pagination-bullet {
  background: var(--color);
  opacity: 0.5;
}
.er-ul-pro .right .swiper-pagination-bullet-active {
  opacity: 1;
}
header .center > ul > li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
@media (max-width: 1280px) {
  body {
    --container: 3.25rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang {
  --fenxiangwidth: 2.5rem;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: var(--color);
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: var(--fenxiangwidth);
  height: var(--fenxiangwidth);
  line-height: calc(var(--fenxiangwidth) - 2px);
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: calc(var(--fenxiangwidth) - 2px);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: var(--color);
}
.searchbox {
  border-color: var(--color);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: var(--color);
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img img {
  max-height: 22rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: var(--color);
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: var(--color);
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .ta {
  text-align: left;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 0 0 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li {
  padding: 0 40px;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 0;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px 20px;
}
.sjj_nav .bot > li.yuyan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjj_nav .bot > li.yuyan > div {
  width: auto;
  padding: 0 30px;
}
.sjj_nav .bot > li > div {
  padding-bottom: 0;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #818181;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #818181;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 94%;
  float: right;
  font-size: 14px;
  color: #818181;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #818181;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 0;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .icon {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > div .icon .iconfont {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav_i_se .icon .iconfont {
  transform: rotate(90deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: var(--color);
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.form-group {
  position: relative;
  height: 3.25rem;
  border-radius: 3.125rem;
  border: 1px solid #D9D9D9;
  margin-bottom: 0;
  overflow: hidden;
}
.form-group.mb15 {
  margin-bottom: 1rem;
}
.form-group label {
  color: #797979;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.form-group label span {
  color: #C6A362;
}
.form-group select {
  background-image: url('../img/jt.svg') !important;
  background-size: 1.25rem 1.25rem !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-position-x: 95% !important;
}
.form-group input:disabled {
  background: #F2F2F2;
  height: 100%;
}
.form-group input,
.form-group select {
  line-height: 1.5rem;
  border: none;
  font-weight: 500;
  color: #797979;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 1.375rem 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  outline: none;
}
.form-group.textarea {
  height: 13.875rem;
  border-radius: 1.25rem;
}
.form-group.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.form-group textarea {
  padding: 1.375rem 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  outline: none;
  width: 100%;
  border: none;
  display: block;
  height: 13.875rem;
  color: #797979;
  line-height: 1.5rem;
}
.form-group label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
  color: #797979;
  font-size: 0.875rem;
  transition: all 0.25s ease;
  pointer-events: none;
}
.form-group.is-focus label,
.form-group.has-value label {
  top: 0.25rem;
  transform: none;
  font-size: 0.75rem;
  color: #404040;
}
.form_btn {
  font-size: 1.125rem;
  color: #fff;
  border: none;
  background: var(--color);
  width: 100%;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.form_btn:hover {
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.danxuan_radio {
  display: flex;
  align-items: center;
}
.danxuan_radio .div {
  color: #797979;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.danxuan_radio .div span {
  color: #C6A362;
}
.danxuan_radio ul {
  display: flex;
  padding-left: 0.875rem;
}
.danxuan_radio ul li {
  /* 隐藏原生 radio */
  /* 自定义圆 */
  /* 选中状态 */
  /* hover（可选） */
}
.danxuan_radio ul li:not(:last-child) {
  margin-right: 0.625rem;
}
.danxuan_radio ul li label {
  color: #404040;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.danxuan_radio ul li .radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
}
.danxuan_radio ul li .radio span {
  position: relative;
  padding-left: 1.5rem;
}
.danxuan_radio ul li .radio input {
  display: none;
}
.danxuan_radio ul li .radio span::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.danxuan_radio ul li .radio input:checked + span::before {
  border-color: var(--color);
  background-color: var(--color);
}
.danxuan_radio ul li .radio input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  background: #fff;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
}
.danxuan_radio ul li .radio:hover span::before {
  border-color: var(--color);
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: var(--color);
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.875rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.active {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
header.active.hide {
  top: -2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color1: #000000;
}
header:hover .logo img,
header.white .logo img,
header:hover .ds1 img,
header.white .ds1 img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: var(--color);
}
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: var(--color);
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color1: #282828;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top {
  line-height: 2.5rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  background: #000000;
}
header .top a {
  color: #fff;
}
header .top .left {
  display: flex;
}
header .top .left ul {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
header .top .left ul li {
  position: relative;
}
header .top .left ul li:not(:last-child) {
  padding-right: 0.375rem;
  margin-right: 0.5rem;
}
header .top .left ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1rem;
  background: #fff;
  right: 0;
  transform: rotate(15deg) translateY(-50%);
}
header .top .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top .right a {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
}
header .top .right ul {
  display: flex;
  align-items: center;
}
header .top .right ul li:not(:first-child) {
  margin-left: 1.5625rem;
}
header .top .right ul li .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .bot {
  line-height: 5.625rem;
  background: #FFFFFF;
}
header .bot .l {
  width: 12.5rem;
}
header .bot .r {
  width: 2.5rem;
}
header .bot .logo img {
  height: 2.3125rem;
}
header .bot .ds1 img,
header .bot .lanuage img {
  height: 1.5rem;
  cursor: pointer;
}
header .bot .center {
  width: calc(100% - 12.5rem - 2.5rem);
  display: flex;
  justify-content: center;
}
header .bot .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .bot .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color1);
  position: relative;
}
header .bot .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .bot .center > ul > li:hover > a,
header .bot .center > ul > li.active > a {
  color: var(--color);
}
header .bot .center > ul > li:hover > a::before,
header .bot .center > ul > li.active > a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner {
  overflow: hidden;
}
.banner .hover {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .container {
  padding: 0 10.375rem 0 var(--container2);
}
.banner .hover .container .left {
  width: 50%;
}
.banner .hover .container .right {
  width: 50%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-slide .img video,
.banner .swiper-slide .img img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .swiper_pag {
  bottom: 2rem;
}
.banner .swiper_pag .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #858386;
  border-radius: 4rem;
  margin: 0 0.3125rem;
  position: relative;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
  border: none;
}
.banner .swiper_pag .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.5s linear;
  border-radius: 4rem;
}
.banner .swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem;
}
.banner .swiper_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 3s linear;
  border-radius: 4rem;
}
.banner .right .pr {
  width: 36.375rem;
  height: 36.375rem;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .right .pr div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.625rem;
  height: 31.625rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .right .pr div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7.5px);
  z-index: -1;
}
.banner .right .pr div img {
  max-height: 80%;
}
.banner .right .pr .img2 {
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner .swiper-slide > img,
.banner .swiper-slide video {
  object-fit: cover;
}
.header_top {
  padding-top: 8.125rem;
}
.nyban.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyban.about .hover .p1 {
  text-align: left;
}
.nyban.about .r {
  width: 40%;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.8125rem;
  position: relative;
  padding-right: 9.0625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyban.about .r::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 9.0625rem - 5.875rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nyban.about .r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9.0625rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nyban.about .r div {
  position: relative;
}
.nyban.about .r div:hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban.about .r div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.nyban.about .r div img {
  width: 5.875rem;
  height: 5.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.nyban .hover2 {
  position: absolute;
  bottom: 10.5rem;
  left: 0;
  width: 100%;
}
.nyban .hover2 .tel {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
.nyban .hover2 .tel p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1.5rem;
}
.nyban .scroll {
  text-align: center;
  position: absolute;
  bottom: 6.125rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 89;
}
.nyban .scroll .iconfont {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.625rem);
  }
  100% {
    transform: translateY(0);
  }
}
.bread {
  font-size: 1rem;
  color: #fff;
  margin-top: 2rem;
}
.bread a {
  color: #fff;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--color);
  margin: 1.875rem 0.25rem 0;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: var(--color);
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: #707070;
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: var(--color);
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: var(--color);
}
.more.borf {
  border-color: #fff;
}
.more.borf .img {
  background: #fff;
}
.more.borf .img .iconfont {
  color: var(--color);
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #fff;
}
.more.borf:hover div {
  color: var(--color);
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #4B4B4B;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.more {
  width: 11.875rem;
  border-radius: 3.125rem;
  border: 1px solid #CFCFCF;
  color: #818181;
  text-align: center;
  font-size: 1rem;
  padding: 0.25rem;
  font-weight: 500;
}
.more.color {
  border-color: var(--color);
}
.more.color div {
  color: var(--color);
}
.more .flex {
  justify-content: flex-start;
}
.more .flex > div {
  line-height: 2.9375rem;
}
.more .flex > div:nth-child(1) {
  width: calc(100% - 2.95rem);
  text-align: center;
}
.more .img {
  width: 2.9375rem;
  line-height: 2.9375rem;
  height: 2.9375rem;
  border-radius: 1.875rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  background: var(--color);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more .img .iconfont {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
}
.more:hover {
  border-color: var(--color);
}
.more:hover .img {
  width: calc(100% - 0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover div {
  color: #fff;
}
.title {
  color: #343434;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.375;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.bread1 {
  padding-top: 1.375rem;
  color: #ADADAD;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.bread1 a,
.bread1 span {
  color: #ADADAD;
}
.bread1 span:last-child {
  display: none;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.25rem;
  color: #343434;
}
.show_news .text {
  line-height: 1.75rem;
  margin-top: 1.375rem;
}
.show_news a.text:hover {
  color: var(--color);
}
.show_news .data {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 5rem 0 1.375rem;
  font-weight: 400;
}
.show_news .data a {
  border-radius: 3.75rem;
  margin-left: 1.25rem;
  width: 10.5rem;
  line-height: 3.4375rem;
  border: 1px solid var(--color);
  display: inline-block;
  color: #15499A;
  text-align: center;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .data a:hover {
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .shangxia {
  text-align: center;
  padding-top: 3.125rem;
  margin-top: 7.6875rem;
  border-top: 1px solid #D7D7D7;
}
.show_news .shangxia > div {
  display: inline-block;
}
.show_news .shangxia > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6D6D6D;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.9375rem;
}
.show_news .shangxia > div a:hover {
  color: var(--color);
}
.show_news .shangxia > div a i {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  margin-right: 1.375rem;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.asjx1 i {
  display: block;
  font-size: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0%;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.asjx1 i img {
  width: 100%;
  -webkit-filter: blur(6rem);
  filter: blur(7rem);
  opacity: 0.25;
}
@media (max-width: 768px) {
  .asjx1 i img {
    opacity: 0.75;
  }
}
.asjx1 i:nth-child(1) {
  width: 25%;
  top: 0;
  left: -5%;
  -webkit-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}
.asjx1 i:nth-child(1) img {
  opacity: 0.1;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.asjx1 i:nth-child(2) {
  width: 30%;
  right: 0;
  left: auto;
  -webkit-animation: gradientMove1 5s infinite alternate;
  animation: gradientMove1 5s infinite alternate;
}
.asjx1 i:nth-child(2) img {
  -webkit-filter: blur(6rem);
  filter: blur(6rem);
  opacity: 0.25;
}
.asjx1 i:nth-child(4) {
  width: 25%;
  top: 0;
  right: -5%;
  top: 20%;
  left: auto;
  -webkit-animation: gradientMove 15s infinite alternate;
  animation: gradientMove 15s infinite alternate;
  animation-direction: reverse;
}
.asjx1 i:nth-child(4) img {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(2) {
    width: 35%;
  }
}
.asjx1 i:nth-child(3) {
  width: 50%;
  right: 13%;
  top: 40%;
  left: auto;
  -webkit-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}
.asjx1 i:nth-child(3) img {
  -webkit-filter: blur(6rem);
  filter: blur(6rem);
  opacity: 0.3;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
}
@keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
}
@-webkit-keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
@keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
.left_right .row {
  margin: 0 -2.25rem;
}
.left_right .row > div {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.left_right li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.left_right li:nth-child(even) .right {
  order: 1;
}
.left_right li:nth-child(even) .left {
  order: 2;
}
.left_right .left {
  height: 100%;
  position: sticky;
  top: 6.25rem;
}
.left_right .right {
  padding-top: 2rem;
}
.left_right .right .title span {
  color: var(--color);
}
.left_right .right .text {
  margin-top: 1.5rem;
}
.list_faq .container {
  padding: 0 var(--container2);
}
.list_faq .ul li .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
.list_faq .ul {
  margin-top: 1.875rem;
}
.list_faq .ul li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
}
.list_faq .ul li .top {
  display: flex;
}
.list_faq .ul li .top .r {
  width: 100%;
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
}
.list_faq .ul li .top .l {
  width: 5rem;
  text-align: right;
}
.list_faq .ul li .top .l .iconfont {
  font-size: 1.25rem;
}
.list_faq .ul li .bot {
  margin-top: 1.125rem;
  width: calc(100% - 5rem);
}
.list_faq .ul li.active .text {
  display: block;
}
footer {
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 8;
}
footer .bg_black {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 0 var(--container2);
  z-index: -1;
}
footer .bg_black div {
  background: #010109;
  width: 100%;
  height: 100%;
}
footer .bg_img {
  padding: 0 var(--container2);
  min-height: 56.25rem;
  object-fit: cover;
}
footer .hover {
  position: absolute;
  top: 12.5rem;
  left: 0;
  width: 100%;
}
footer .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.6875rem;
}
footer .hover .text {
  color: #fff;
  margin: 1.25rem 0 3.125rem;
}
footer .content {
  background: #fff;
  position: relative;
  margin-left: var(--container);
  margin-right: var(--container);
  padding: 4.125rem 4.875rem 3.75rem;
  margin-top: 10rem;
}
footer .content .ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5625rem;
}
footer .content .ul li .name {
  color: #343434;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 0.25rem;
}
footer .content .ul li .text {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
footer .content .ul li .text:hover {
  color: var(--color);
}
footer .content .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
footer .content .center .logo img {
  height: 2.125rem;
}
footer .content .center ul {
  display: flex;
  justify-content: flex-end;
}
footer .content .center ul li:not(:first-child) {
  margin-left: 1.5rem;
}
footer .content .center ul li .iconfont {
  font-size: 1.25rem;
}
footer .content .last {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
footer .content .last a {
  color: #6D6D6D;
}
footer .content .last a:hover {
  color: var(--color);
}
footer .content .last .l {
  padding-right: 3rem;
}
footer .content .last .ce {
  padding-left: 4rem;
}
footer .content .last .ce a:hover {
  color: var(--color);
}
footer .content .last .page_a span {
  margin: 0 0.3125rem;
}
footer .content .last .page_a span:last-child {
  display: none;
}
.list_rd .text.margin {
  margin: 1.25rem 0 3.75rem;
}
.list_rd .container2 {
  padding: 0 var(--container2);
  display: flex;
  justify-content: space-between;
}
.list_rd .container2 .left {
  width: calc(100% - 23.5625rem);
  padding-right: 2.5rem;
}
.list_rd .container2 .left ul {
  margin: 0 -1.25rem;
}
.list_rd .container2 .left ul li {
  padding: 0 1.25rem;
}
.list_rd .container2 .left ul li > div {
  border-radius: 0.9375rem;
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(21, 73, 154, 0.08);
  padding: 2.5rem 1.25rem 2rem;
  text-align: center;
  height: 100%;
}
.list_rd .container2 .left ul li > div .name {
  color: #15499A;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.list_rd .container2 .left ul li > div .text {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  font-weight: 500;
}
.list_rd .container2 .left ul li > div .text div {
  color: #4A4A4A;
  font-size: 1.125rem;
}
.list_rd .container2 .left .list {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #404040;
  box-shadow: 0 0 2.5rem 0 rgba(21, 73, 154, 0.08);
  margin-top: 1.5rem;
}
.list_rd .container2 .right .pr img {
  height: 31.625rem;
  object-fit: contain;
}
.list_rd .container2 .right .pr .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.4375rem;
  padding-right: 4rem;
}
.dian {
  position: relative;
  padding-left: 1.5rem;
}
.dian::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0.375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #6D6D6D;
}
.list_rd_four .text.margin,
.list_rd_three .text.margin,
.list_rd_two .text.margin {
  margin: 2.1875rem 0 3.4375rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.suqera_kuai .pad {
  padding: 1rem;
  border: 1px solid #CACACA;
}
.suqera_kuai .pad img {
  width: 100%;
}
.suqera_kuai .name {
  color: #343434;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  margin-top: 1.5625rem;
}
.hover_pag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hover_pag .swiper_btn {
  border-color: rgba(52, 52, 52, 0.3);
}
.hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color);
}
.hover_pag > div {
  position: static;
  margin-top: 0;
}
.hover_pag .swiper-button-next {
  margin-left: 1.375rem;
}
.hover_pag .swiper-button-prev {
  margin-left: 4.125rem;
}
.hover_pag .swiper_pag {
  width: calc(100% - 3.4375rem * 2 - 4.125rem - 1.375rem);
  height: 1px;
  background: rgba(52, 52, 52, 0.3);
}
.list_rd_four .swiper-slide .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.list_rd_four .swiper-slide .hover .icon img {
  width: 2.8125rem;
  height: 2.8125rem;
}
.list_rd_four .swiper-slide .hover .name {
  color: #3A3A3A;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_rd_five .img {
  margin: 4.6875rem 0 3.375rem;
}
.list_rd_five .img img {
  width: 100%;
}
.list_rd_five .text {
  color: #fff;
}
.list_rd_six .left {
  padding-top: 8.125rem;
  position: absolute;
}
.list_rd_six .left .text {
  margin-top: 2rem;
}
.list_rd_six .right {
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 4rem;
}
.list_rd_six .right ul {
  padding-right: 20rem;
  display: inline-block;
}
.list_rd_six .right ul .img1 {
  margin-left: 3.4375rem;
}
.list_rd_six .right ul li .con {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5625rem 0.75rem 0.75rem;
  background: #fff;
  border-radius: 5rem;
}
.list_rd_six .right ul li .con .icon {
  width: 6.125rem;
  height: 6.125rem;
  align-self: center;
  background: #5698FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_rd_six .right ul li .con .icon img {
  width: 2.8125rem;
  height: 2.8125rem;
}
.list_rd_six .right ul li .con .content {
  padding-left: 1.375rem;
  width: calc(100% - 6.125rem);
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375;
}
.list_rd_six .right ul li .con .content div {
  color: #6D6D6D;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.list_rd_six .right ul .img2,
.list_rd_six .right ul .img1 {
  width: 17.625rem;
}
.list_rd_six .right ul .img2 > img:nth-child(1),
.list_rd_six .right ul .img1 > img:nth-child(1) {
  width: 100%;
}
.list_rd_six .right ul .img1 {
  position: relative;
}
.list_rd_six .right ul .img1 > img:nth-child(1) {
  animation: xuanzhuan 20s linear infinite;
}
.list_rd_six .right ul .img1 .con {
  width: 24.625rem;
  position: absolute;
  top: -1.25rem;
  top: -2.25rem;
  right: -22rem;
}
.list_rd_six .right ul .img1 > img:nth-child(2) {
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  width: 20.625rem;
}
.list_rd_six .right ul .img2 {
  position: absolute;
  top: 7.75rem;
  right: 11rem;
}
.list_rd_six .right ul .img2 > img:nth-child(2) {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  width: 14.5625rem;
}
.list_rd_six .right ul .img2 > img:nth-child(1) {
  animation: xuanzhuan 20s linear infinite;
  animation-direction: reverse;
}
.list_rd_six .right ul .img2 .con {
  width: 27.8125rem;
  position: absolute;
  bottom: -8.5rem;
  right: -15rem;
}
.list_rd_six .right ul .img3 {
  width: 24.8125rem;
}
.list_rd_six .right ul .img3 .con {
  width: 24.625rem;
  position: absolute;
  bottom: -0.5rem;
  left: -22rem;
}
.list_rd_six .right ul .img3 > img:nth-child(1) {
  width: 100%;
  animation: xuanzhuan 20s linear infinite;
}
.list_rd_six .right ul .img3 > img:nth-child(2) {
  position: absolute;
  bottom: -2rem;
  left: -1rem;
  width: 26.375rem;
  height: 26.125rem;
}
.list_rd_seven .text.margin {
  margin: 1.25rem 0 1.875rem;
  padding-right: var(--container);
}
.list_rd_seven .over img {
  width: 100%;
}
.list_rd_seven .bot {
  margin: 0 -1.5625rem;
}
.list_rd_seven .bot > div {
  padding: 0 1.5625rem;
}
.list_rd_seven .name {
  color: #343434;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 1.125rem;
}
.list_rd_seven .text {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_rd_seven .left .hover {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_rd_seven .right .top,
.list_rd_seven .right .top1 {
  height: calc(100% - 13.375rem);
  display: flex;
  align-items: center;
  padding-right: var(--container);
}
.list_rd_seven .right .top > div {
  display: none;
}
.list_rd_seven .right .top > div.active {
  display: block;
}
.list_rd_seven .right .top .name {
  color: #343434;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 1.125rem;
}
.list_rd_seven .right .top .text {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_rd_seven .right .swiper-container {
  padding-right: var(--container2);
}
.list_rd_seven .right .swiper-slide {
  border: 1px solid transparent;
}
.list_rd_seven .right .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--color);
}
.list_rd_seven .right .swiper-slide .over img {
  height: 13.375rem;
  object-fit: cover;
}
.list_rd_eight {
  background: linear-gradient(99deg, rgba(21, 73, 154, 0.15) -65.53%, rgba(21, 73, 154, 0) 102.23%);
}
.list_rd_eight .text {
  margin-top: 1.5625rem;
}
.list_rd_eight .honorsRight .honorsSwiper {
  width: 100%;
  height: 46.25rem;
  margin: 0 auto;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide::after {
  width: 30.5rem;
  height: 24.75rem;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/honorBase.png") no-repeat bottom;
  background-size: 30.5rem 24.75rem;
  content: "";
  display: block;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide img {
  width: auto;
  height: 19.27083vw;
  position: absolute;
  left: 50%;
  bottom: 18.90625vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: 5.20833vw;
  position: relative;
  z-index: 3;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide-prev {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: 2.08333vw;
}
.list_rd_eight .honorsRight .honorsSwiper .swiper-slide-next {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-top: 0px;
}
.list_global .left ul li {
  margin-top: 7.5rem;
}
.list_global .left ul li .p_top {
  top: -10rem;
}
.list_global .left ul li:first-child {
  margin-top: 3rem;
}
.list_global .left ul li .name {
  color: #15499A;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding-top: 1.375rem;
  position: relative;
}
.list_global .left ul li .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.0625rem;
  height: 0.1875rem;
  background: var(--color);
}
.list_global .left ul li .text1 {
  color: #6D6D6D;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 1.375rem 0 1.875rem;
}
.list_global .right {
  position: sticky;
  top: var(--header_h);
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.container2 {
  padding-left: var(--container2);
  padding-right: var(--container2);
}
.list_global_two.ptb {
  padding-top: 3.75rem;
  padding-bottom: 13.125rem;
}
.list_global_two .text {
  margin: 1.5rem 0 2.125rem;
}
.list_global_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.list_global_two ul li {
  width: 25%;
  padding: 1.25rem;
}
.list_global_two ul li > div {
  box-shadow: 0 0 40px 0 rgba(21, 73, 154, 0.08);
  height: 8.125rem;
}
.list_global_two ul li > div img {
  height: 100%;
}
.list_brand .row {
  justify-content: flex-start;
}
.list_brand .right {
  width: 52%;
  padding: 0 0 1rem 3.125rem;
}
.list_brand .right .over img {
  width: 100%;
}
.list_about_two {
  background: #F9F9F9;
  /* 进度条底座（灰色长线） */
  /* 进度条填充（黄色动效线） */
  /* 调整 slide 里的圆点层级，确保在进度条上方 */
}
.list_about_two .mySwiper2 {
  padding: 6.5625rem 0 7.5rem;
}
.list_about_two .mySwiper2 .row {
  justify-content: center;
}
.list_about_two .mySwiper2 .left {
  padding-right: 5rem;
  color: #242424;
  font-size: 11.25rem;
  font-weight: 600;
  line-height: 0.8;
  padding-right: 3rem;
}
.list_about_two .mySwiper2 .left .aa {
  font-size: 6.25rem;
}
.list_about_two .mySwiper2 .left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 8.25rem;
  background: #D3D3D3;
}
.list_about_two .mySwiper2 .right {
  padding-right: 2rem;
  padding-left: 4rem;
}
.list_about_two .mySwiper2 .name {
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
}
.list_about_two .mySwiper {
  padding-right: var(--container);
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
}
.list_about_two .mySwiper .swiper-slide {
  text-align: left;
}
.list_about_two .mySwiper .swiper-slide > div {
  display: inline-block;
  text-align: center;
}
.list_about_two .progress-bar-line {
  position: absolute;
  height: 1px;
  top: 3.375rem;
  width: calc(100% - 1.5rem);
  left: 1.5rem;
  background: #D5D5D5;
  border-radius: 3.125rem;
  z-index: 1;
  /* 这里的宽度应该略窄于容器，或者通过 margin 调整，确保起点在第一个圆点中心 */
  margin: 0;
  overflow: hidden;
  margin: 0 0 2.5rem 0;
}
.list_about_two .progress-bar-fill {
  height: 100%;
  width: 0%;
  /* 初始宽度为 0 */
  background: var(--color);
  /* 关键：添加过渡动画 */
  transition: width 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 0;
  opacity: 0;
}
.list_about_two .mySwiper {
  padding-top: 2rem;
}
.list_about_two .mySwiper .swiper-slide::after {
  z-index: 5;
}
.list_about_two .mySwiper .swiper-slide > div {
  padding-top: 5.5rem;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.list_about_two .mySwiper .swiper-slide > div::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid var(--color);
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .mySwiper .swiper-slide.swiper-slide-thumb-active ~ div > div::before {
  background: #D7D7D7;
  border-color: #D7D7D7;
}
.list_about_two .mySwiper .swiper-slide.swiper-slide-thumb-active {
  font-size: 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: var(--color);
}
.list_about_two .mySwiper .swiper-slide.swiper-slide-thumb-active.aa > div::before {
  font-size: 0.75rem;
}
.list_about_two .mySwiper .swiper-slide.swiper-slide-thumb-active > div::before {
  content: attr(data-text);
  width: 4.6875rem;
  height: 4.6875rem;
  background: var(--color);
  top: -1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
}
.list_about_two .mySwiper .swiper-slide.swiper-slide-thumb-active p {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_brand_two .margin_pro_ul {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.list_brand_two .squera_pro {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.margin_pro_ul {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.squera_pro {
  padding: 0 1.5rem;
}
.squera_pro > a {
  box-shadow: 0 0 0.625rem rgba(77, 77, 77, 0.1);
  padding: 3.625rem 2.125rem 2.5rem 2.5rem;
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  z-index: 8;
  height: 100%;
}
.squera_pro > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: url(../img/12.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.squera_pro > a .img {
  position: absolute;
  bottom: 2.5rem;
  right: 2.25rem;
  color: #6D6D6D;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.squera_pro > a .img p {
  width: 1px;
  height: 12.5rem;
  background: #BDBDBD;
  margin: 0 auto 0.75rem;
}
.squera_pro:hover > a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a .text {
  color: #fff;
}
.squera_pro:hover > a .img {
  color: #fff;
}
.squera_pro:hover > a .img p {
  background: #fff;
}
.squera_pro:hover > a .name {
  color: #fff;
}
.squera_pro:hover > a .name .more_a {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a .name .more_a .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: var(--color);
}
.squera_pro:hover > a .over img {
  transform: scale(1.1);
}
.squera_pro .name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.squera_pro .name > div:nth-child(1) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.squera_pro .name .more_a {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro .name .more_a .iconfont {
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro .over {
  height: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.squera_pro .over img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}
.squera_pro .text {
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.5625rem 0 3.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.75rem;
}
.list_brand_three {
  --brand-three-pin-top: 10rem;
  --brand-three-card-top: 10rem;
  overflow: visible;
}
.list_brand_three .container {
  position: relative;
}
.list_brand_three .swiper_pag {
  display: none;
}
.list_brand_three ul {
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 3.125rem 0 0;
  list-style: none;
}
.list_brand_three ul li {
  position: sticky;
  top: var(--brand-three-card-top);
  margin-bottom: 3.75rem;
  transform-origin: center top;
}
.list_brand_three ul li:last-child {
  top: 0;
}
.list_brand_three ul li .row {
  min-height: 26.25rem;
  margin: 0;
  background: #fff;
  box-shadow: 0 1.875rem 4.5rem rgba(21, 73, 154, 0.09);
  align-items: stretch;
}
.list_brand_three ul li .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4.5625rem 3rem 5rem;
}
.list_brand_three ul li .num {
  color: #727272;
  font-size: 1.375rem;
  position: absolute;
  top: 5rem;
  left: 5rem;
  line-height: 1.875rem;
}
.list_brand_three ul li .name {
  color: #343434;
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
.list_brand_three ul li .name1 {
  color: #343434;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_brand_three ul li .text1 {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.375rem;
}
.list_brand_three ul li .text {
  color: #6D6D6D;
  margin-top: 1.375rem;
  font-size: 1rem;
  line-height: 1.85;
  padding-bottom: 3rem;
}
.list_brand_three ul li .right {
  padding: 0;
}
.list_brand_three ul li .right .swiper_btn {
  border: none;
}
.list_brand_three ul li .right .swiper_btn:hover {
  background: transparent;
}
.list_brand_three ul li .right .swiper_btn .iconfont {
  font-size: 1.5rem;
}
.list_brand_three ul li .right .over {
  height: 100%;
}
.list_brand_three ul li .right .over img {
  height: 39rem;
  object-fit: cover;
}
@media (max-width: 990px) {
  .list_brand_three .title {
    margin-bottom: 1.875rem;
  }
  .list_brand_three ul li {
    margin-bottom: 5px;
  }
  .list_brand_three ul li::before {
    display: none;
  }
  .list_brand_three ul li .row {
    min-height: 0;
  }
  .list_brand_three ul li .left {
    padding: 2rem 1.5rem;
  }
  .list_brand_three ul li .num {
    margin-bottom: 1.5rem;
  }
  .list_brand_three ul li .right .over {
    min-height: 14rem;
  }
}
.channel_join {
  overflow: hidden;
}
.channel_join > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101vh;
  object-fit: cover;
  z-index: 99;
  pointer-events: none;
}
.channel_join .content {
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
.channel_join .content .container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.channel_join .content .text {
  margin: 1.875rem 0;
  font-weight: 400;
  opacity: 0;
}
.channel_join .content .title {
  opacity: 0;
}
.channel_join .content .more {
  opacity: 0;
}
.channel_join .content .row {
  justify-content: flex-end;
}
.channel_join_two .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.channel_join_two .right ul li {
  padding: 1.25rem;
  width: 25%;
  height: auto;
}
.channel_join_two .right ul li:hover > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_join_two .right ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_join_two .right ul li > div {
  padding: 2.375rem 1.75rem 2.8125rem;
  background: #FFF;
  border: 1px solid #D7D7D7;
  height: 100%;
}
.channel_join_two .right ul li > div .name {
  color: #3C3C3C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.channel_join_two .right ul li > div .icon {
  margin-bottom: 2.1875rem;
}
.channel_join_two .right ul li > div .icon img {
  height: 3.125rem;
}
.list_about {
  overflow: hidden;
}
.list_about .left,
.list_about .right {
  width: 31.25rem;
  position: absolute;
}
.list_about .left img,
.list_about .right img {
  height: 30rem;
}
.list_about .right {
  bottom: -30rem;
  right: 0;
}
.list_about .left {
  top: -30rem;
}
.list_about .center {
  width: calc(100% - 31.25rem * 2);
  padding: 0 4.4375rem;
  margin: 18.75rem auto;
  text-align: center;
}
.list_about .center .text {
  margin-top: 2rem;
}
.list_about .content {
  margin: 0 var(--container2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--container2) * 2);
  height: 100vh;
}
.list_about .content .title {
  margin-bottom: 3.75rem;
  opacity: 0;
}
.list_about .content .img {
  height: 100vh;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 var(--container2);
  overflow: hidden;
}
.list_about .content .img img {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
}
.list_about2 {
  background: linear-gradient(0deg, #15499A -63.66%, rgba(21, 73, 154, 0) 73.68%), #0E151A;
}
.list_about2 .container {
  padding: 0 var(--container2);
}
.list_about2 ul {
  margin-top: 6.5625rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.list_about2 ul::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 0.75rem);
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.list_about2 ul li {
  display: flex;
  height: 9rem;
  position: relative;
  margin: 0 -6.25rem;
}
.list_about2 ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #fff;
}
.list_about2 ul li > div {
  width: 50%;
  padding: 0 6.25rem;
}
.list_about2 ul li .left {
  color: #FFF;
  text-align: right;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.list_about2 ul li .right {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_about2 ul li .right div {
  width: 80%;
  margin: 0 auto 0 0;
}
.list_about2 ul li:nth-child(even) .left {
  order: 2;
  text-align: left;
}
.list_about2 ul li:nth-child(even) .right {
  order: 1;
  text-align: right;
}
.list_about2 ul li:nth-child(even) .right div {
  margin: 0 0 0 auto;
}
.list_about3 {
  position: relative;
  z-index: 89;
}
.list_about3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  transform: scaleX(1.1);
  z-index: -1;
}
.list_about3 .left .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-bottom: 2rem;
}
.list_about3 .left ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.list_about3 .left ul li div {
  color: #3C3C3C;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  margin-bottom: 0;
}
.list_about3 .left ul li p {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  display: none;
}
.list_about3 .right {
  text-align: center;
  padding-left: 3.25rem;
  height: 100%;
  position: sticky;
  top: var(--header_h);
}
.list_about3 .right .swiper-slide {
  opacity: 0 !important;
}
.list_about3 .right .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_about3 .right .pr > img {
  position: relative;
  margin-top: -2rem;
}
.list_about3 .swiper_btn {
  position: static;
  margin-top: 0;
  margin-left: 0.6875rem;
  margin-right: 0.6875rem;
  border: 1px solid #B5B5B5;
}
.list_about3 .swiper_btn .iconfont {
  color: #B5B5B5;
}
.list_about3 .swiper_btn:hover {
  border-color: #fff;
}
.list_about3 .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_about3 .swiper_btn_hover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about4 .margin {
  margin: -1.875rem;
}
.list_about4 .swiper-container {
  margin-top: 3.375rem;
}
.list_about4 .swiper-slide {
  width: 33.333333%;
  padding: 1.875rem;
  height: auto;
}
.list_about4 .swiper-slide > a {
  height: 100%;
  background: #fff;
}
.list_about4 .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.list_about4 .swiper-slide:hover .content .name {
  color: var(--color);
}
.list_about4 .swiper-slide:hover > a {
  box-shadow: 0 0 1.5rem 0 rgba(21, 73, 154, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about4 .swiper-slide:hover .content .more_a div {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about4 .swiper-slide:hover .content .more_a div .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about4 .swiper-slide:hover .content .more_a p {
  color: var(--color);
}
.list_about4 .swiper-slide > a {
  box-shadow: 0 0 1.5rem 0 rgba(21, 73, 154, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about4 .swiper-slide .content {
  padding: 1.875rem 2.625rem 3.625rem;
}
.list_about4 .swiper-slide .content ul li {
  display: flex;
}
.list_about4 .swiper-slide .content ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.45rem;
}
.list_about4 .swiper-slide .content ul li .icon img {
  width: 100%;
  height: 100%;
}
.list_about4 .swiper-slide .content ul li .con {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  width: calc(100% - 1.5rem);
  padding-left: 0.75rem;
}
.list_about4 .swiper-slide .content .name {
  color: #343434;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.list_about4 .swiper-slide .content .text {
  color: #6D6D6D;
  font-size: 1.375rem;
  line-height: 2.5rem;
  margin: 0.6875rem 0 0;
}
.list_about4 .swiper-slide .content .more_a {
  display: flex;
  align-items: center;
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 2.625rem;
}
.list_about4 .swiper-slide .content .more_a p {
  margin-right: 1.25rem;
}
.list_about4 .swiper-slide .content .more_a div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.list_about4 .swiper-slide .content .more_a div .iconfont {
  font-size: 1rem;
}
@media (max-width: 990px) {
  .list_about4 .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .list_about4 .swiper-slide {
    width: 100%;
  }
}
.list_about5 .hover {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 16.5625rem;
  text-align: center;
}
.list_about5 .hover .text {
  color: #3C3C3C;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-top: 3.4375rem;
}
.list_news .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.list_news .swiper-slide > div {
  width: 50%;
}
.list_news .swiper-pagination-bullet {
  border-color: #15499a !important;
  background: #15499a;
  opacity: 0.5;
  margin-top: 2.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.list_news .swiper-pagination-bullet-active {
  opacity: 1;
}
.list_news .content {
  background: #F9F9F9;
  margin-top: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .content:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .content:hover .over img {
  transform: scale(1.1);
}
.list_news .content:hover .right .name {
  color: var(--color);
}
.list_news .content .right {
  display: flex;
  align-items: center;
}
.list_news .content .right > div {
  padding: 0 3.75rem 0 3.3125rem;
}
.list_news .content .right .tags {
  border-radius: 2px;
  background: linear-gradient(90deg, #15499A 0%, rgba(21, 73, 154, 0) 86.58%);
  display: inline-block;
  padding: 0 3rem 0 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_news .content .right .pad {
  padding-left: 1.25rem;
}
.list_news .content .right .data {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 2rem 0 1rem;
}
.list_news .content .right .name {
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_news .content .right .more {
  border: 1px solid #E3E3E3;
}
.list_news .content .right .text {
  margin: 0.875rem 0 3.75rem;
}
.list_news_two .nyerji {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 2.625rem;
  margin-bottom: 3.75rem;
}
.list_news_two .nyerji ul {
  display: flex;
  align-items: center;
}
.list_news_two .nyerji ul li:not(:last-child) {
  margin-right: 2.8125rem;
}
.list_news_two .nyerji ul li:hover a {
  color: var(--color);
}
.list_news_two .nyerji ul li a {
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 5rem;
}
.list_news_two .nyerji ul li.active a {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
  padding: 0 1.875rem;
}
.margin_news {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}
.squera_news {
  padding: 0 1.6875rem;
}
.squera_news.mb60 {
  margin-bottom: 3.75rem;
}
.squera_news .content {
  width: calc(100% - 5rem);
  margin: -2.8125rem auto 0;
  padding: 2.0625rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 1.5rem 0 rgba(21, 73, 154, 0.05);
  z-index: 9;
}
.squera_news .content .name {
  color: #343434;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  height: 5rem;
}
.squera_news .content .data {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-bottom: 0.375rem;
}
.squera_news:hover .content {
  box-shadow: 0 0 1.5rem 0 rgba(21, 73, 154, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover .content .name {
  color: var(--color);
}
.squera_news:hover .over img {
  transform: scale(1.1);
}
.list_message .container {
  padding: 0 25.625rem;
}
.list_message .text {
  margin: 1rem 0 2rem;
  color: #6D6D6D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_message .row {
  margin: 0 -2rem;
}
.list_message .row > div {
  padding: 0 2rem;
}
.list_message textarea {
  width: 100%;
  height: 16.875rem;
  border-radius: 0.625rem;
  line-height: 1.875rem;
  border: 1px solid #D7D7D7;
  padding: 1.25rem 1.875rem;
  display: block;
  margin-top: 3.125rem;
  color: #6D6D6D;
  font-size: 1.25rem;
  font-style: italic;
}
.list_message input {
  width: 100%;
  line-height: 5.625rem;
  border-bottom: 1px solid #D7D7D7;
  font-size: 1.25rem;
  color: #6D6D6D;
  background: transparent;
  font-style: italic;
}
.list_message .more .flex .img {
  background: #fff;
}
.list_message .more .flex .img .iconfont {
  color: var(--color);
}
.list_message .more {
  font-style: italic;
}
.list_product .left {
  padding-right: 3.75rem;
  margin-top: 1rem;
  position: sticky;
  top: var(--header_h);
  height: 100%;
}
.list_product .left .ul > li.active ul,
.list_product .left .ul2 > li.active ul {
  display: block;
}
.list_product .left .ul > li ul,
.list_product .left .ul2 > li ul {
  padding-bottom: 2.8125rem;
  display: none;
}
.list_product .left .ul > li ul li,
.list_product .left .ul2 > li ul li {
  position: relative;
}
.list_product .left .ul > li ul li .con,
.list_product .left .ul2 > li ul li .con {
  padding-left: 1rem;
}
.list_product .left .ul > li ul li .con a.active,
.list_product .left .ul2 > li ul li .con a.active,
.list_product .left .ul > li ul li .con a:hover,
.list_product .left .ul2 > li ul li .con a:hover {
  color: var(--color);
}
.list_product .left .ul > li ul li.active > a,
.list_product .left .ul2 > li ul li.active > a,
.list_product .left .ul > li ul li:hover > a,
.list_product .left .ul2 > li ul li:hover > a {
  color: var(--color);
}
.list_product .left .ul > li ul li:not(:last-child),
.list_product .left .ul2 > li ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.list_product .left .ul > li ul li::before,
.list_product .left .ul2 > li ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: var(--color);
  left: 0.375rem;
}
.list_product .left .ul > li ul li a,
.list_product .left .ul2 > li ul li a {
  color: #6D6D6D;
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1.25rem;
}
.list_product .left .ul > li {
  border-bottom: 1px solid #C3C3C3;
  position: relative;
}
.list_product .left .ul > li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left .ul > li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left .ul > li > a {
  height: 4.375rem;
  display: flex;
  align-items: center;
  line-height: 1.25;
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
}
.list_product .left .ul > li.active > a {
  color: var(--color);
}
.list_product .left .ul2 {
  margin-top: 3.75rem;
}
.list_product .left .ul2 li .img {
  box-shadow: 0 0 2.5rem 0 rgba(21, 73, 154, 0.1);
  height: 7.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .left .ul2 li .img img {
  width: 45%;
  max-height: 4.5rem;
}
.list_product .left .ul2 li ul {
  display: none;
}
.list_product .left .ul2 li.active ul {
  display: block;
  padding-top: 1rem;
}
.list_product .left .ul2 li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.list_product .right .squera_pro a {
  border: 1px solid #D7D7D7;
}
.list_product .right .text.margin {
  margin: 1rem 0 2.5rem;
}
.show_product {
  display: flex;
  align-items: center;
  background: #F9F9F9;
}
.show_product .bread {
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.show_product .bread span,
.show_product .bread a {
  font-weight: 400;
}
.show_product .left {
  background: url(../img/13.png) no-repeat;
  background-size: cover;
  width: 50%;
}
.show_product .left .swiper-pagination {
  z-index: 9;
  bottom: 1.875rem;
}
.show_product .left .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border: none;
}
.show_product .left .swiper-pagination-bullet-active {
  opacity: 1;
}
.show_product .left .over {
  height: 47.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .left .over img {
  object-fit: contain;
  max-height: 75%;
}
.show_product .right {
  width: 50%;
  padding: 0 8.875rem 0 5.4375rem;
}
.show_product .right .flex2 {
  justify-content: flex-start;
  margin-top: 3.75rem;
}
.show_product .right .flex2 .more:not(:last-child) {
  margin-right: 4rem;
}
.show_product .right .flex2 .more.bg .img {
  background: #fff;
}
.show_product .right .flex2 .more.bg .img .iconfont {
  color: var(--color);
}
.show_product .right .flex2 .more .iconfont {
  font-size: 1.125rem;
}
.show_product .right .logo {
  padding-left: 7.375rem;
  position: relative;
}
.show_product .right .logo img {
  height: 1.875rem;
}
.show_product .right .logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.25rem;
  height: 1px;
  background: var(--color);
}
.show_product .right .title {
  margin: 1.875rem 0 1rem;
  font-size: 2.75rem;
}
.show_product .right .list {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_product .right .list:not(:last-child) {
  margin-bottom: 1.875rem;
}
.show_product .right .list p {
  color: #2F2F2F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_product_qiehuan {
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
}
.show_product_qiehuan ul {
  display: flex;
  justify-content: center;
}
.show_product_qiehuan ul li {
  line-height: 5rem;
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 1.875rem;
  position: relative;
  cursor: pointer;
}
.show_product_qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_qiehuan ul li:hover {
  color: var(--color);
}
.show_product_qiehuan ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .title {
  margin-bottom: 1.5625rem;
}
.show_product_two table {
  margin-bottom: 0;
  background: #fff;
}
.show_product_two table td {
  padding: 0.75rem 1rem 0.75rem 5.625rem !important;
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  border: 1px solid rgba(21, 73, 154, 0.3);
}
.show_product_two .list {
  margin-bottom: 5rem;
}
.show_product_two .list2 .over {
  border: 1px solid #C5C5C5;
  padding: 2rem;
  background: #FFF;
}
.show_product_two .list2 .swiper-slide:hover .over {
  border-color: var(--color);
}
.show_product_two .list2 .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_product_two .list2 .swiper-slide:hover .name {
  color: var(--color);
}
.show_product_two .list2 .name {
  color: #343434;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.show_product_two .list3 ul li {
  padding: 3.25rem 0;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
}
.show_product_two .list3 ul li.active .l .over,
.show_product_two .list3 ul li:hover .l .over {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .list3 ul li.active .r .text,
.show_product_two .list3 ul li:hover .r .text {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.show_product_two .list3 .r {
  width: 45%;
  padding-left: 5rem;
}
.show_product_two .list3 .r .text {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 2.1875rem;
}
.show_product_two .list3 .l {
  width: 55%;
}
.show_product_two .list3 .l .over {
  width: 60%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .list3 .l .over img {
  width: 100%;
}
.show_product_two .list4 .over img {
  width: 100%;
}
.show_product_two .list4 .text {
  margin-top: 1rem;
}
.show_product_two .list4 .row {
  margin: 2.75rem -1.5625rem 0;
}
.show_product_two .list4 .row > div {
  padding: 0 1.5625rem;
}
.show_product_three {
  background: linear-gradient(180deg, #15499A -23.52%, rgba(21, 73, 154, 0) 80.13%);
}
.show_product_three .bot {
  margin-top: 8.125rem;
}
.show_product_three .bot .row {
  margin: 0 -1.875rem;
}
.show_product_three .bot .row > div {
  padding: 0 1.875rem;
}
.show_product_three .bot form .row {
  margin: 0 -1.5625rem;
}
.show_product_three .bot form .row > div {
  padding: 0 1.5625rem;
}
.show_product_three .bot form select,
.show_product_three .bot form input {
  width: 100%;
  height: 5.9375rem;
  line-height: 5.9375rem;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  color: #6D6D6D;
  font-size: 1.25rem;
  background: transparent;
}
.show_product_three .bot form select::placeholder,
.show_product_three .bot form input::placeholder {
  color: #6D6D6D;
}
.show_product_three .bot form select {
  background-image: url('../img/jt2.svg');
  /* 调整背景图片的位置 */
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 98%;
}
.show_product_three .bot form select option {
  padding: 0 1rem !important;
  height: 2.5rem;
  line-height: 2.5rem;
}
.show_product_three .bot form .more .flex .img {
  background: #fff;
}
.show_product_three .bot form .more .flex .img .iconfont {
  color: var(--color);
}
.show_product_three .bot form .more {
  font-style: italic;
}
.index_one {
  position: relative;
  z-index: 9;
  display: none;
}
.index_one .content {
  width: 50%;
  margin: 0 auto;
}
.index_one .content ul {
  border-radius: 5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
}
.index_one .content ul li {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  padding-right: 1.375rem;
  position: relative;
  cursor: pointer;
}
.index_one .content ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content ul li:hover .con > div {
  color: var(--color);
}
.index_one .content ul li:hover .con > div .iconfont {
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content ul li:not(:first-child) {
  margin-left: 1.875rem;
}
.index_one .content ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.75rem;
  width: 1px;
  height: 2.6875rem;
  background: #EAEAEA;
}
.index_one .content ul li .icon {
  width: 4.3125rem;
  height: 4.3125rem;
  border-radius: 50%;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .content ul li .icon img {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content ul li .con {
  width: calc(100% - 4.3125rem);
  padding-left: 1.625rem;
}
.index_one .content ul li .con p {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.25rem;
}
.index_one .content ul li .con > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.index_one .content ul li .con > div div {
  width: 1.5rem;
  height: 1.5rem;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  align-items: center;
  display: none;
}
.pop_up.active {
  display: flex;
}
.pop_up .close1 {
  position: absolute;
  top: 3.75rem;
  right: 8.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.pop_up .close1:hover {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up .close1:hover .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up .close1 .iconfont {
  color: #333333;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up .container2 {
  width: 100%;
}
.pop_up .container2 .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
.pop_up .container2 > div {
  height: 100%;
  position: relative;
  min-height: 55vh;
}
.pop_up .container2 > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19.125rem;
  width: 1px;
  height: 100%;
  background: #C3C3C3;
}
.pop_up .container2 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(19.125rem + 25.875rem);
  width: 1px;
  height: 100%;
  background: #C3C3C3;
  display: none;
}
.pop_up.has-results .container2 > div::after {
  display: block;
}
.pop_up p.name {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  white-space: nowrap;
}
.pop_up .left {
  width: 19.125rem;
  padding-right: 2.625rem;
}
.pop_up .left ul li {
  cursor: pointer;
  width: 100%;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  background: #F0F0F0;
  padding: 0 2rem;
  color: #343434;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up .left ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pop_up .left ul li:hover,
.pop_up .left ul li.active {
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pop_up .center {
  width: 25.875rem;
  padding: 0 2.625rem;
}
.pop_up .center .ul > li {
  width: 100%;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  background: #F0F0F0;
  position: relative;
  color: #343434;
  font-size: 1.375rem;
  cursor: pointer;
}
.pop_up .center .ul > li:not(:last-child) {
  margin-bottom: 1.1875rem;
}
.pop_up .center .ul > li > div {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #343434;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: space-between;
}
.pop_up .center .ul > li > div .iconfont {
  font-size: 1rem;
  color: #222;
}
.pop_up .center .ul > li .sum {
  position: absolute;
  top: 100%;
  border-radius: var(--bors);
  background: #FFF;
  padding: 0;
  box-shadow: 0 0 40px 0 rgba(21, 73, 154, 0.1);
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  z-index: 9;
  display: block;
  width: 100%;
}
.pop_up .center .ul > li .sum > div {
  width: 100%;
  display: none;
  padding: 1.5rem 2rem;
}
.pop_up .center .ul > li .sum > div.active {
  display: block;
}
.pop_up .center .ul > li ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.pop_up .center .ul > li ul li.active a,
.pop_up .center .ul > li ul li:hover a {
  color: var(--color);
}
.pop_up .center .ul > li:hover .sum {
  transform: scaleY(1);
  opacity: 1;
}
.pop_up .center .div3 {
  width: 170%;
}
.pop_up .center .div3 .tips {
  margin-top: 2.5rem;
}
.pop_up .center .div3 input {
  width: 100%;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  background: #F0F0F0;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #343434;
}
.pop_up .center .div3 button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}
.pop_up .center .div3 button .iconfont {
  color: #353535;
  font-size: 1rem;
}
.pop_up .tips {
  margin-top: 5.625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.pop_up .tips a {
  color: var(--color);
  text-decoration: underline;
}
.pop_up .right {
  width: calc(100% - 19.125rem - 25.875rem);
  padding-left: 2.625rem;
}
.pop_up .right .name1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.pop_up .right .name1 p {
  color: #343434;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}
.pop_up .right .name1 .more_a {
  display: flex;
  align-items: center;
  color: #6D6D6D;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.pop_up .right .name1 .more_a div {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  margin-left: 1rem;
}
.pop_up .right .name1 .more_a div .iconfont {
  font-size: 1rem;
  color: #343434;
}
.pop_up .right .swiper-slide:hover .over {
  border-color: var(--color);
}
.pop_up .right .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.pop_up .right .swiper-slide:hover .name {
  color: var(--color);
}
.pop_up .right .swiper-slide .over {
  border: 1px solid #E2E2E2;
  padding: 1rem;
}
.pop_up .right .swiper-slide .over img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.pop_up .right .swiper-slide .name {
  color: #343434;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5rem 0 0.25rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pop_up .right .swiper-slide .text {
  color: #6D6D6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_three ul {
  display: flex;
  justify-content: space-between;
}
.index_three ul li {
  cursor: pointer;
  background: #fff;
  flex: 1 0 0;
  height: 10.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_three ul li:not(:last-child) {
  border-right: 1px solid #D7D7D7;
}
.index_three ul li img {
  max-height: 60%;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.2;
}
.index_three ul li.active img {
  filter: brightness(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.index_three .hover {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.index_three .hover .text {
  color: #fff;
  margin: 1.25rem 0 3rem;
}
.index_three .swiper_pag {
  bottom: 4.375rem;
}
.index_three .swiper_pag .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #fff;
  opacity: 0.5;
}
.index_three .swiper_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.four_five {
  position: relative;
  z-index: 9;
}
.four_five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  background: #F9F9F9;
  z-index: 1;
}
.four_five::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35rem);
  background: linear-gradient(180deg, #15499A, #ffffff 85%, #ffffff 92%);
  z-index: 2;
}
.index_four {
  position: relative;
  z-index: 8;
}
.index_four .ul {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1.625rem;
}
.index_four .ul li {
  padding: 0 1.25rem;
}
.index_four .ul li a {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .ul li a::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  border: 1px solid #B2B2B2;
}
.index_four .ul li:hover a,
.index_four .ul li.active a {
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: var(--color);
}
.index_four .ul li:hover a::before,
.index_four .ul li.active a::before {
  background: var(--color);
  border-color: var(--color);
}
.index_four .sum > div {
  height: 0;
  overflow: hidden;
}
.index_four .sum > div.active {
  height: 100%;
}
.index_four .squera_pro {
  padding: 1.5rem;
}
.index_five {
  position: relative;
  z-index: 8;
}
.index_five .hover {
  position: absolute;
  top: 2.1875rem;
  left: calc(58% + 2.5rem);
  width: calc(100% - 58% - 2.5rem);
  z-index: 9;
}
.index_five .hover ul {
  display: flex;
}
.index_five .hover ul li {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  position: relative;
}
.index_five .hover ul li::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 1px solid var(--color);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_five .hover ul li.active::before,
.index_five .hover ul li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 3;
}
.index_five .hover ul li:not(:last-child) {
  margin-right: 1.5625rem;
}
.index_five .hover ul li div,
.index_five .hover ul li div img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_five.aa .left {
  height: 100%;
  position: sticky;
  top: var(--header_h);
}
.index_five .row {
  margin: 0 -2.5rem 0;
}
.index_five .row > div {
  padding: 0 2.5rem;
}
.index_five .row > div.right {
  padding-top: 4rem;
}
.index_five .right .name {
  color: #343434;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2;
}
.index_five .right .text {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin: 1.5rem 0 3.75rem;
}
.index_five .more {
  border: 1px solid #E3E3E3;
}
.index_five .more:hover {
  border-color: var(--color);
}
.mask-section {
  height: 240vh;
  position: relative;
  background: #fff;
}
.mask-stage {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.mask-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
  -webkit-mask-image: radial-gradient(circle at var(--mask-x) var(--mask-y), #000 var(--mask-radius), transparent calc(var(--mask-radius) + 1px));
  mask-image: radial-gradient(circle at var(--mask-x) var(--mask-y), #000 var(--mask-radius), transparent calc(var(--mask-radius) + 1px));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  will-change: -webkit-mask-image, mask-image;
}
.mask-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.28);
}
.mask-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  pointer-events: none;
}
.mask-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
.mask-copy .text {
  margin: 1.875rem 0 3.5rem;
}
.mask-copy .more {
  pointer-events: auto !important;
}
@media (max-width: 767px) {
  :root {
    --mask-y: 104%;
    --mask-radius: 42vmax;
  }
  .mask-section {
    height: 280vh;
  }
}
.index_six .left .hover {
  position: absolute;
  top: 5.625rem;
  padding: 0 5.625rem;
  width: 100%;
}
.index_six .row {
  margin: 0 -2.1875rem;
}
.index_six .row > div {
  padding: 0 2.1875rem;
}
.index_six .more {
  margin-top: 7.5rem;
  border: 1px solid #E3E3E3;
}
.index_seven .top {
  margin-bottom: 3.125rem;
}
.index_seven .top .right {
  display: flex;
  justify-content: flex-end;
}
.index_seven .top .right > div {
  position: static;
  margin-top: 0;
  margin-left: 1.25rem;
  border-color: #e3e3e3;
}
.index_seven .top .right > div .iconfont {
  color: #636363;
}
.index_seven .top .right > div:hover .iconfont {
  color: #fff;
}
.index_seven .more {
  border: 1px solid #E3E3E3;
}
.index_two {
  position: relative;
  z-index: 5;
  padding: 7.9375rem 0 8.125rem;
  overflow: hidden;
}
.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/14.png) no-repeat;
  background-size: cover;
  z-index: -1;
  transform-origin: center;
}
@keyframes fangda {
  0% {
    filter: drop-shadow(rgba(21, 73, 154, 0) 0px 0px 1.25rem);
  }
  50% {
    filter: drop-shadow(rgba(21, 73, 154, 0.35) 0px 0px 1.25rem);
  }
  100% {
    filter: drop-shadow(rgba(21, 73, 154, 0) 0px 0px 1.25rem);
  }
}
.index_two .top {
  display: flex;
}
.index_two .top .left {
  width: 45%;
}
.index_two .top .left .text {
  margin: 0.875rem 0 3.75rem;
}
.index_two .top .left .icon {
  width: 5.625rem;
  height: 5.625rem;
}
.index_two .top .left .icon img {
  width: 100%;
  height: 100%;
}
.index_two .top .left .icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.index_two .top .right {
  margin-top: 1.875rem;
  width: 55%;
  text-align: right;
}
.index_two .top .right > div {
  display: inline-block;
  text-align: left;
}
.index_two .content {
  padding: 1.875rem 2.5rem;
  position: relative;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index_two .content:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content::before {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 2.8125rem;
  width: 0;
  height: 0;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .icon {
  width: 3.125rem;
  height: 3.125rem;
}
.index_two .content .icon img {
  width: 100%;
  height: 100%;
}
.index_two .content .con {
  color: #15499A;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  width: calc(100% - 3.125rem);
  padding-left: 1.75rem;
}
.index_two .content .con div span {
  font-size: 3.75rem;
}
.index_two .content .con div sub {
  bottom: 0;
}
.index_two .content .con p {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}
.index_two .center {
  position: relative;
  height: 12.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two .center > div {
  display: inline-block;
  position: relative;
}
.index_two .center > div img {
  max-height: 100%;
  height: 5rem;
  animation: fangda 3s infinite linear;
}
.index_two .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 6.25rem;
}
.index_two .bot .left:nth-child(1) .content::before {
  bottom: auto;
  top: -1.875rem;
  left: auto;
  right: 5rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
}
.index_two .bot .left:nth-child(2) .content::before {
  bottom: auto;
  top: -1.875rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
}
.alanParent {
  -webkit-perspective: 5rem;
  perspective: 5rem;
}
.about .r2 .inner .group,
.about .r2 .inner .topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about .r2 {
  background-color: #fff;
  height: calc(var(--vh, 1vh) * 370);
  overflow: visible;
}
.about .r2 .startStep {
  width: 100%;
  position: absolute;
  top: calc(var(--vh, 1vh) * 200);
  height: calc(var(--vh, 1vh) * 150);
  left: 0;
  pointer-events: none;
}
.about .r2 .inner {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  top: 0;
  overflow: hidden;
}
.about .r2 .inner .img1 {
  position: absolute;
  top: -30rem;
  left: 0;
  height: 30rem;
  z-index: 30;
  width: 30.9375rem;
}
.about .r2 .inner .img1 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about .r2 .inner .img2 {
  position: absolute;
  top: 100%;
  right: 0;
  height: 30rem;
  z-index: 30;
  width: 30.9375rem;
}
.about .r2 .inner .img2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about .r2 .inner .topic {
  width: 48.75rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
  visibility: hidden;
}
.about .r2 .inner .topic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 300%;
  will-change: transform;
  background: -webkit-linear-gradient(bottom, #ffffff 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0) 60%);
}
@-webkit-keyframes photoFill {
  0% {
    -webkit-clip-path: inset(29% 16vw 9% 16vw round 0);
    clip-path: inset(29% 16vw 9% 16vw round 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
}
@keyframes photoFill {
  0% {
    -webkit-clip-path: inset(29% 16vw 9% 16vw round 0);
    clip-path: inset(29% 16vw 9% 16vw round 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
}
@-webkit-keyframes photoFill_app {
  0% {
    -webkit-clip-path: inset(38% 5vw 10% 5vw round 0);
    clip-path: inset(38% 5vw 10% 5vw round 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
}
@keyframes photoFill_app {
  0% {
    -webkit-clip-path: inset(38% 5vw 10% 5vw round 0);
    clip-path: inset(38% 5vw 10% 5vw round 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
}
@-webkit-keyframes imgFill_app {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgFill_app {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes imgFill {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgFill {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.about .r2 .inner .group {
  width: 48.75rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding-top: 5rem;
}
.about .r2 .inner .group .iconBox {
  margin-bottom: 0.4rem;
}
.about .r2 .inner .group .iconBox .icon {
  margin: 0 0.25rem;
  height: 0.7rem;
}
.about .r2 .inner .group .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 300%;
  will-change: transform;
}
.about .r2 .inner .group .mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 31;
  pointer-events: none;
  height: 300%;
  will-change: transform;
}
.about .r2 .inner .part {
  z-index: 25;
  opacity: 0;
}
.about .r2 .inner .part .photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: inset(35% 24vw 15% 24vw round 0);
  clip-path: inset(35% 24vw 15% 24vw round 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-delay: calc(var(--time) * -1s);
  animation-delay: calc(var(--time) * -1s);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about .r2 .inner .part .photo img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media screen and (orientation: landscape) {
  .about .r2 .inner .part .photo {
    -webkit-animation-name: photoFill;
    animation-name: photoFill;
  }
}
@media screen and (orientation: portrait) {
  .about .r2 .inner .part .photo {
    -webkit-animation-name: photoFill_app;
    animation-name: photoFill_app;
  }
}
.about .r2 .inner .part .photo .cg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: var(--time);
  z-index: 10;
}
.about .r2 .inner .part .photo .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-clip-path: inset(calc(100% * var(--go)) 0 0 0 round 0);
  clip-path: inset(calc(100% * var(--go)) 0 0 0 round 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-delay: calc(var(--time) * -1s);
  animation-delay: calc(var(--time) * -1s);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media screen and (orientation: landscape) {
  .about .r2 .inner .part .photo .img {
    -webkit-animation-name: imgFill;
    animation-name: imgFill;
  }
}
@media screen and (orientation: portrait) {
  .about .r2 .inner .part .photo .img {
    -webkit-animation-name: imgFill_app;
    animation-name: imgFill_app;
  }
}
.about .r2 .inner .part .photo .img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .r2 .inner .part .photo .img .layer-ts {
  display: block;
  height: 100%;
  top: 0;
}
.about .r2 .inner .part .photo .img .layer-ts .svgRect {
  display: block;
  height: 100%;
}
.about .r2 .inner .part .photo .img .layer-ts .svgRect rect {
  fill: transparent;
  opacity: 0;
}
.about .r2 .inner .part .clear {
  height: 58%;
  bottom: 13%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about .r2 .inner .part .clear .title {
  position: absolute;
  padding-top: 0vw;
  width: 100%;
  bottom: auto;
  padding-bottom: 0;
  top: -3.125rem;
}
.about .r2 .inner .part .clear .title small {
  display: block;
  position: relative;
  z-index: 5;
  transition: color 0.3s linear;
}
.about .r2 .inner .part .clear .title small.white {
  color: #fff !important;
}
.about .r2 .inner .part .clear .title p {
  z-index: 5;
  position: relative;
}
.about .r2 .inner .part .clear .title .layer-btn {
  position: absolute;
  bottom: 5vw;
  z-index: 5;
  opacity: var(--time);
  width: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #99d2c3;
}
.about .r2 .inner .part .mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  pointer-events: none;
  height: 300%;
  will-change: transform;
  background: -webkit-linear-gradient(top, #ffffff 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0) 60%);
}
.about .r2 .ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--container);
  display: flex;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s linear;
}
.about .r2 .ul.show {
  opacity: 1;
  pointer-events: auto;
}
.about .r2 .ul li {
  height: 23.125rem;
  padding: 9.375rem 3.125rem 0;
  width: 18.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.about .r2 .ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.about .r2 .ul li.active {
  width: calc(100% - 18.75rem * 3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about .r2 .ul li.active .text {
  height: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about .r2 .ul li.active .name {
  text-align: left;
}
.about .r2 .ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.about .r2 .ul li .text {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--color) !important;
  background-color: var(--color) !important;
}
@media screen and (orientation: portrait) {
  .about .r2 .inner .part {
    background-color: #fff;
  }
  .about .r2 .inner .topic {
    width: 90vw;
  }
  .about .r2 .inner .topic h2 {
    margin-bottom: 0.8rem;
  }
  .about .r2 .inner .img1 {
    height: 30vw !important;
    top: 0 !important;
    width: 40vw !important;
    left: 120vw !important;
  }
  .about .r2 .inner .img2 {
    height: 30vw !important;
    width: 40vw !important;
    bottom: 0 !important;
    right: 120vw !important;
    top: auto !important;
  }
  .about .r2 .inner .group {
    width: 90vw;
  }
  .about .r2 .inner .group .iconBox .icon {
    height: 1.2rem;
  }
  .about .r2 .inner .part .clear {
    height: calc(var(--vh, 1vh) * 60);
    bottom: 20%;
  }
  .about .r2 .inner .part .clear .title {
    padding-bottom: 10vw;
    bottom: calc(100% - 25vw);
  }
  .about .r2 .inner .part .clear .title .layer-btn {
    width: 2.4rem;
  }
  .about .r2 .inner .part .clear .title {
    top: 0;
  }
  .about .r2 .ul li {
    width: 100%;
  }
  .about .r2 .inner .topic,
  .about .r2 .inner .group {
    width: calc(100% - 30px) !important;
    margin: 30px auto;
    padding-bottom: 4rem;
  }
  .about .r2 .inner .group {
    padding-top: 0;
  }
  .about .r2 .inner .img2,
  .about .r2 .inner .img1 {
    height: 21rem;
  }
  .about .r2 .ul li {
    height: auto;
  }
  .about .r2 .ul li .name {
    text-align: left;
  }
  .about .r2 .ul {
    flex-wrap: wrap;
    display: block;
  }
  .about .r2 .ul li {
    flex: none;
    width: 100%;
    height: auto !important;
    padding: 15px 20px !important;
  }
  .about .r2 .ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .about .r2 .ul li.active {
    width: 100%;
  }
  .about .r2 .ul li.active .text {
    height: auto !important;
  }
  .about .r2 .ul li .name {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .about .r2 .inner {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .about .r2 .inner .part .photo img {
    width: auto;
  }
  @-webkit-keyframes imgFill_app {
    0% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes imgFill_app {
    0% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .index_five {
    margin-bottom: 15px;
  }
}
.list_rd_one .title {
  margin-bottom: 2.1875rem;
}
.list_rd_one .ul {
  margin: -1rem;
}
.list_rd_one .ul li {
  padding: 1rem;
  height: auto;
}
.list_rd_one .ul li > div {
  border: 1px solid #ddd;
  padding: 2rem;
  height: 100%;
}
.list_rd_one .ul li > div .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.list_rd_one .ul li > div .name {
  font-size: 1.125rem;
  text-align: center;
}
.channel_solution .ul li {
  margin: 0 -2rem;
}
.channel_solution .ul li:not(:last-child) {
  margin-bottom: 5rem;
}
.channel_solution .ul li .more {
  border: 1px solid #E3E3E3;
}
.channel_solution .ul li > div {
  padding: 0 2rem;
}
.channel_solution .ul li > div.right {
  padding-top: 2rem;
}
.channel_solution .ul li .text {
  margin: 1.5em 0 2rem;
}
.channel_solution .ul li:nth-child(even) .right {
  order: 1;
}
.channel_solution .ul li:nth-child(even) .left {
  order: 2;
}
.canvas_jump {
  width: 51.778125rem;
  height: 51.778125rem;
  position: relative;
  z-index: 2;
  margin: 40px auto 0;
  left: 6.25rem;
}
.canvas_jump .canvas {
  width: 56.109375rem;
  height: 56.109375rem;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.canvas_jump .quan {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.canvas_jump .color1 {
  width: 464px;
  height: 600px;
  opacity: 0.15;
  background: #1A4795;
  position: absolute;
  top: 0;
  right: 39px;
  z-index: 3;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}
.canvas_jump .color2 {
  width: 577px;
  height: 530px;
  opacity: 0.05;
  background: #43028C;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}
canvas:focus-visible {
  outline: none !important;
}
