@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;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 0.625rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #1d9bc9;
}
.c {
  color: #1d9bc9;
}
.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: #1d9bc9;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
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: #1d9bc9;
}
.search_more:hover::before {
  background: #1d9bc9;
}
.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: 15rem;
  left: 0%;
  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);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul a {
  padding-left: 1.875rem;
  white-space: nowrap;
}
header .center > ul > li:nth-child(3) .er-ul {
  width: 25rem;
}
header .center > ul > li:nth-child(4) .er-ul {
  width: 22rem;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1d9bc9;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1);
  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;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@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 .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: #1d9bc9;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #1d9bc9;
  color: #fff;
  background: #1d9bc9;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #1d9bc9;
}
.searchbox {
  border-color: #1d9bc9;
}
@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: #1d9bc9;
}
.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 {
  margin-bottom: 1.875rem;
}
.ss-list > li > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.ss-list > li > div .name {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.875rem;
}
.ss-list > li > div .text {
  margin-bottom: 2rem;
}
.ss-list > li:hover .name {
  color: #1d9bc9;
}
.ss-list > li:hover > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@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: #1d9bc9;
  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);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@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);
  background: #000;
}
.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: #1d9bc9;
  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: #1d9bc9;
}
.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;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
  filter: brightness(0) invert(0.8);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.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: none !important;
  margin-bottom: 30px;
}
.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: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.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: #1d9bc9;
}
.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;
}
@-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;
}
.show_header header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(167, 167, 167, 0.2);
}
.show_header header,
header.active,
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;
  --color: #444;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #1d9bc9;
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #1d9bc9;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 2.6875rem;
  filter: brightness(0) invert(1);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.25rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #1d9bc9;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .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 .center > ul > li:hover > a::before,
header .center > ul > 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;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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 .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .swiper_pag {
  bottom: 2rem;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}
@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;
  }
}
.bread {
  color: #848484;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1.875rem 0;
}
.bread a {
  color: #848484;
}
.bread a:hover {
  color: #1d9bc9;
}
.bread span {
  margin: 0 0.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 {
  flex: 1 0 0;
}
.number_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;
}
.number_ul li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 2.8125rem;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  margin: 1.25rem 0 0.75rem;
  font-style: italic;
}
.number_ul li .num span {
  color: #1d9bc9;
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: #1d9bc9;
  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: #1d9bc9;
  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;
  color: #818181;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.cff .swiper-pagination-bullet {
  border-color: #fff;
}
.swiper_pag.cff .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #bdbdbd;
  margin: 0 0.375rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1d9bc9;
  border-color: #1d9bc9;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.swiper_btn {
  background: none;
  width: 3.4375rem;
  height: 3.4375rem;
}
.swiper_btn svg {
  width: 100%;
  height: 100%;
}
.swiper_btn:hover svg path {
  fill: #1d9bc9;
  stroke: #fff;
}
.margin .swiper-button-prev {
  left: -6rem;
}
.margin .swiper-button-next {
  right: -6rem;
}
.more {
  width: 12.5rem;
  line-height: 3.125rem;
  display: inline-block;
  --more_c: #ffffff;
  position: relative;
  z-index: 9;
}
.more svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover svg {
  filter: drop-shadow(1px 2px 0.1875rem #1d9bc9);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  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;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #262626;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}
.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: #1d9bc9;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
.ptb.pt_bread {
  padding-top: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news a.text:hover {
  color: #1d9bc9;
}
.show_news .margin.text {
  border-top: 1px solid #C9C9C9;
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: #818181;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 0 -0.625rem;
  margin: 2.5rem 0 1.5rem;
}
.show_news .data .social-share li {
  margin-right: 0;
  margin-left: 0.625rem;
  line-height: 1;
}
.show_news .data .social-share li a {
  line-height: 1;
}
.show_news .data > div {
  position: relative;
  padding: 0 0.625rem;
}
.show_news .data > div:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  background: #afafaf;
  height: 60%;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .shangxia {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.8125rem;
  border-top: 1px solid #C9C9C9;
  padding-top: 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_news .shangxia span {
  color: #252525;
}
.show_news .shangxia .l {
  width: calc(100% - 15rem);
  padding-right: 5rem;
}
.show_news .shangxia .r {
  width: 15rem;
  text-align: right;
}
.show_news .shangxia .l a {
  color: #7D7D7D;
}
.show_news .shangxia .l a:hover {
  color: #1d9bc9;
}
.show_news .shangxia .more {
  margin: 0 0 0 auto;
}
.show_news .shangxia .more .iconfont {
  margin-left: 1.5rem;
}
@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;
}
footer {
  background: #1d9bc9;
  padding: 4rem 0 0;
}
footer .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.75rem;
  padding-bottom: 2rem;
}
footer .top .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .top .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .top .text:hover {
  color: #fff;
}
footer .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
footer .bot .left {
  width: calc(100% - 6.9378rem);
  padding-right: 2rem;
}
footer .bot .left ul {
  display: flex;
  justify-content: flex-start;
}
footer .bot .left ul li:not(:last-child) {
  margin-right: 3.125rem;
}
footer .bot .left ul li .name {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.375rem;
}
footer .bot .left ul li .name img {
  height: 1.5rem;
}
footer .bot .left ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}
footer .bot .left ul li .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  width: 100%;
}
footer .bot .right {
  width: 6.9375rem;
  height: 6.9375rem;
}
footer .bot .right img {
  width: 100%;
  height: 100%;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.beian .r a {
  color: rgba(255, 255, 255, 0.6);
}
.beian .r a:hover {
  color: #fff;
}
.beian .r span:last-child {
  display: none;
}
.index_one {
  padding: 13.125rem 0;
}
.index_one .name {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
.index_one .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.4375rem;
  height: 1px;
  background: #1d9bc9;
}
.index_one .text {
  margin: 1rem 0 2.1875rem;
}
.index_one .line_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25rem;
  height: 0;
  background: #1d9bc9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .line_right.active {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44.375rem;
}
.index_one .svg_text {
  position: absolute;
  bottom: 5rem;
  left: 0;
  height: 5rem;
  opacity: 0.3;
  width: auto;
}
.index_one .svg_text svg {
  height: 100%;
}
.index_one .svg_text.active > svg .WovoSXuj_0 {
  stroke-dasharray: 349 351;
  stroke-dashoffset: 350;
  animation: WovoSXuj_draw 2000ms linear 0ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_1 {
  stroke-dasharray: 89 91;
  stroke-dashoffset: 90;
  animation: WovoSXuj_draw 2000ms linear 50ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_2 {
  stroke-dasharray: 259 261;
  stroke-dashoffset: 260;
  animation: WovoSXuj_draw 2000ms linear 100ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_3 {
  stroke-dasharray: 432 434;
  stroke-dashoffset: 433;
  animation: WovoSXuj_draw 2000ms linear 150ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_4 {
  stroke-dasharray: 391 393;
  stroke-dashoffset: 392;
  animation: WovoSXuj_draw 2000ms linear 200ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_5 {
  stroke-dasharray: 432 434;
  stroke-dashoffset: 433;
  animation: WovoSXuj_draw 2000ms linear 250ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_6 {
  stroke-dasharray: 414 416;
  stroke-dashoffset: 415;
  animation: WovoSXuj_draw 2000ms linear 300ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_7 {
  stroke-dasharray: 93 95;
  stroke-dashoffset: 94;
  animation: WovoSXuj_draw 2000ms linear 350ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_8 {
  stroke-dasharray: 372 374;
  stroke-dashoffset: 373;
  animation: WovoSXuj_draw 2000ms linear 400ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_9 {
  stroke-dasharray: 80 82;
  stroke-dashoffset: 81;
  animation: WovoSXuj_draw 2000ms linear 450ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_10 {
  stroke-dasharray: 349 351;
  stroke-dashoffset: 350;
  animation: WovoSXuj_draw 2000ms linear 500ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_11 {
  stroke-dasharray: 89 91;
  stroke-dashoffset: 90;
  animation: WovoSXuj_draw 2000ms linear 550ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_12 {
  stroke-dasharray: 414 416;
  stroke-dashoffset: 415;
  animation: WovoSXuj_draw 2000ms linear 600ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_13 {
  stroke-dasharray: 93 95;
  stroke-dashoffset: 94;
  animation: WovoSXuj_draw 2000ms linear 650ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_14 {
  stroke-dasharray: 391 393;
  stroke-dashoffset: 392;
  animation: WovoSXuj_draw 2000ms linear 700ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_15 {
  stroke-dasharray: 136 138;
  stroke-dashoffset: 137;
  animation: WovoSXuj_draw 2000ms linear 750ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_16 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
  animation: WovoSXuj_draw 2000ms linear 800ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_17 {
  stroke-dasharray: 138 140;
  stroke-dashoffset: 139;
  animation: WovoSXuj_draw 2000ms linear 850ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_18 {
  stroke-dasharray: 378 380;
  stroke-dashoffset: 379;
  animation: WovoSXuj_draw 2000ms linear 900ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_19 {
  stroke-dasharray: 343 345;
  stroke-dashoffset: 344;
  animation: WovoSXuj_draw 2000ms linear 950ms forwards;
}
.index_one .svg_text.active > svg .WovoSXuj_20 {
  stroke-dasharray: 286 288;
  stroke-dashoffset: 287;
  animation: WovoSXuj_draw 2000ms linear 1000ms forwards;
}
@keyframes WovoSXuj_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes WovoSXuj_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_one .swiper-slide .row {
  margin: 0;
}
.index_one .swiper-slide .row > div:nth-child(1) {
  padding-left: 0;
}
.index_one .swiper-slide .row > div:nth-child(2) {
  padding-right: 0;
}
.text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_two .container {
  padding: 0 6.25rem;
}
.index_two > img {
  position: absolute;
  right: 0;
  bottom: -10rem;
  width: 22.125rem;
}
.index_two .content {
  border-radius: 1.25rem 0px 0px 1.25rem;
  background: #1D9BC9;
  padding: 7.5rem 8.75rem 8.75rem;
}
.index_two .content .margin {
  margin: 3.75rem -1.125rem 0;
}
.index_two .content .swiper-slide {
  padding: 0 1.125rem;
  height: auto;
}
.index_two .content .swiper-slide a {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 3.125rem 1.25rem 3.125rem;
  height: 100%;
}
.index_two .content .swiper-slide:hover a .name {
  color: #1d9bc9;
}
.index_two .content .swiper-slide:hover a .icon img:nth-child(2) {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .icon {
  width: 6.9375rem;
  height: 6.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
.index_two .content .icon img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.index_two .content .icon img:nth-child(2) {
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .name {
  color: #414141;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1rem 0 0.5rem;
  letter-spacing: -1px;
  height: 5.25rem;
}
.index_two .content .text {
  color: #818181;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three {
  padding: 7.5rem 0 0;
  padding-bottom: 12.5rem;
}
.index_three .name {
  color: #5E5E5E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_three .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_three .left .over img {
  height: 36.5rem;
  object-fit: cover;
}
.index_three .right {
  padding-left: 3rem;
}
.index_three .right ul li {
  padding: 1.94rem 0;
  border-bottom: 1px solid #E0E0E0;
}
.index_three .right ul li .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_three .right ul li .name div:nth-child(1) {
  width: 80%;
}
.index_three .right ul li .name .iconfont {
  width: 1.25rem;
}
.index_three .right ul li .text {
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.index_three .right ul li .svg {
  overflow: hidden;
  height: 0;
}
.index_three .right ul li .svg svg {
  height: 100%;
}
.index_three .right ul li.active .svg {
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li.active .name {
  margin: 2.1875rem 0 1.25rem;
}
.index_three .right ul li.active .name div {
  width: 100%;
}
.index_three .right ul li.active .name .iconfont {
  display: none;
}
.index_three .right ul li.active .text {
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .img1 {
  position: absolute;
  bottom: -8.4375rem;
  left: 0;
  height: 40rem;
}
.index_four .left .name {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.25rem;
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 4rem;
}
.index_four .left .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDD;
}
.index_four .left .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.4375rem;
  height: 1px;
  background: #1d9bc9;
}
.index_four .left .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 3.125rem;
}
.index_four .left .flex {
  justify-content: flex-start;
}
.index_four .left .flex .swiper-button-next {
  margin-left: 1.375rem;
}
.index_four .left .flex .swiper_btn {
  position: static;
  margin-top: 0;
}
.index_four .right .shapeBox {
  position: relative;
  width: 41.875rem;
  height: 36.5625rem;
  padding: 1.25rem;
  margin: 0 auto;
}
.index_four .right .lineBox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index_four .right .lineBox img {
  height: 36.5625rem;
}
.index_four .right .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_four .right .Txt > div {
  cursor: pointer;
}
.index_four .right .Txt > div.active .text {
  color: #1d9bc9;
}
.index_four .right .Txt > div.active .dot {
  background: #1d9bc9;
}
.index_four .right .Txt .text {
  margin-bottom: 0;
}
.index_four .right .Txt .dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #DDD;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.index_four .right .Txt .shapeText {
  position: absolute;
}
.index_four .right .Txt .phase0,
.index_four .right .Txt .phase1,
.index_four .right .Txt .phase2 {
  width: 8.75rem;
  text-align: center;
}
.index_four .right .Txt .phase0 {
  top: -2.25rem;
  left: 15%;
}
.index_four .right .Txt .phase1 {
  top: -2.25rem;
  left: 39%;
}
.index_four .right .Txt .phase2 {
  top: -2.25rem;
  left: 64%;
}
.index_four .right .Txt .phase3,
.index_four .right .Txt .phase4,
.index_four .right .Txt .phase5,
.index_four .right .Txt .phase6 {
  display: flex;
  align-items: center;
}
.index_four .right .Txt .phase3 .dot,
.index_four .right .Txt .phase4 .dot,
.index_four .right .Txt .phase5 .dot,
.index_four .right .Txt .phase6 .dot {
  order: 1;
}
.index_four .right .Txt .phase3 .text,
.index_four .right .Txt .phase4 .text,
.index_four .right .Txt .phase5 .text,
.index_four .right .Txt .phase6 .text {
  width: calc(100% - 0.875rem);
  padding-left: 1.5rem;
  order: 2;
}
.index_four .right .Txt .phase3 {
  top: 24%;
  right: -20.5%;
}
.index_four .right .Txt .phase4 {
  top: 47%;
  right: -30.5%;
}
.index_four .right .Txt .phase5 {
  top: 69%;
  right: -28.4%;
  width: 17.5rem;
}
.index_four .right .Txt .phase6 {
  top: 96%;
  right: -11.5%;
}
.index_four .right .shapeBox .ImgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39.375rem;
  height: 34.375rem;
  background-color: #1d9bc9;
  -webkit-mask-image: url(../img/app2.png);
  mask-image: url(../img/app2.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.index_four .right .shapeBox .ImgBox .Img {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  -webkit-mask-image: url(../img/app2.png);
  mask-image: url(../img/app2.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.index_four .right .shapeBox .ImgBox .Img .bgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.index_four .right .shapeBox .ImgBox .Img .bgMask .mask {
  position: absolute;
  width: calc(100% + 1.25rem);
  height: 50%;
  background-color: rgba(29, 155, 201, 0.6);
  mix-blend-mode: multiply;
  opacity: 0.9;
  -webkit-transform: rotate(60deg) translate(110px, -4.4375rem);
  transform: rotate(60deg) translate(110px, -4.4375rem);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  right: 0;
}
.index_four .right .shapeBox .ImgBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.index_four .right .shapeBox .ImgBox .centerImg {
  position: absolute;
  width: 173px;
  height: 153px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.index_four .right .shapeBox .ImgBox .centerImg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox {
  position: absolute;
  width: calc(100% + 5px);
  height: 100%;
  top: 0;
  left: -2px;
  pointer-events: none;
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase0 {
  -webkit-clip-path: polygon(25% 0%, 25% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 25% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase1 {
  -webkit-clip-path: polygon(25% 0%, 50% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 50% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase2 {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase3 {
  -webkit-clip-path: polygon(25% 0%, 125% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 125% 0, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase4 {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase5 {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 90% 76%, 50% 50%, 50% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 90% 76%, 50% 50%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.phase6 {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 75% 101%, 50% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 75% 101%, 50% 50%);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox.animateGo .phaseMask {
  -webkit-transform: translate(-50%, -19%) rotate(60deg);
  transform: translate(-50%, -19%) rotate(60deg);
}
.index_four .right .shapeBox .ImgBox .phaseMaskBox .phaseMask {
  position: absolute;
  width: 40.625rem;
  height: 20.3125rem;
  top: 0;
  left: 50%;
  background-color: rgba(29, 155, 201, 0.5);
  -webkit-transform: translate(-50%, -19%) rotate(-120deg);
  transform: translate(-50%, -19%) rotate(-120deg);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all 1.5s ease-in-out 0.3s;
  transition: all 1.5s ease-in-out 0.3s;
  z-index: 9;
}
.index_four .right .shapeBox .ImgBox .phaseLine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.index_four .right .shapeBox .ImgBox .phaseLine .line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.index_four .right .shapeBox .ImgBox .phaseLine .line.all {
  width: 1px;
  height: 39.375rem;
  background-color: rgba(255, 255, 255, 0.7);
  top: -3.0625rem;
  left: 50%;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.index_four .right .shapeBox .ImgBox .phaseLine .line.all:nth-of-type(2) {
  height: 60%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  top: 1.5625rem;
  left: unset;
  right: 10.125rem;
}
.index_four .right .shapeBox .ImgBox .phaseLine .line.half {
  width: 50%;
  height: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 0;
  border-right: 0;
  top: 0;
  right: 0;
}
.index_four .right .shapeBox .ImgBox .phaseLine .line.half:nth-of-type(4) {
  height: 100%;
  top: 14%;
  right: 1.25rem;
  -webkit-transform: rotate(30deg) translateY(-50%);
  transform: rotate(30deg) translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.index_five {
  overflow: hidden;
  padding-bottom: 9.0625rem;
}
.index_five .left .over img {
  height: 30.875rem;
  object-fit: cover;
}
.index_five .left .hover {
  position: absolute;
  bottom: 2.5rem;
  padding: 0 2.5rem;
}
.index_five .left .hover .name {
  color: #FFF;
}
.index_five .right .name {
  margin: 1.875rem 0 1.25rem;
}
.index_five .right .over img {
  height: 14.5625rem;
  object-fit: cover;
}
.index_five .row {
  margin: 0 -1.25rem;
}
.index_five .row.mt50 {
  margin-top: 3.125rem;
}
.index_five .row > div {
  padding: 0 1.25rem;
}
.index_five .img1 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  height: 29.625rem;
}
.squera_news .name {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.squera_news .data {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
.squera_news .data .iconfont {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  display: block;
}
.squera_news:hover .over img {
  transform: scale(1.1);
}
.squera_news:hover .name {
  color: #1d9bc9;
}
.list_news {
  position: relative;
  z-index: 8;
}
.list_news .name {
  margin: 1.875rem 0 0.625rem;
}
.list_news .text {
  margin-bottom: 0.75rem;
}
.list_news .ul li {
  margin-bottom: 3.125rem;
}
.list_news .ul li .over img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li .data {
  margin-top: 1rem;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .name {
  color: #1d9bc9;
}
.row20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.row20 > div,
.row20 > li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.about_news {
  background: #F8F7FD;
  z-index: 1;
}
.about_news .margin {
  margin: 2.8125rem -1.125rem 0;
}
.about_news .margin .swiper-slide {
  padding: 0 1.125rem;
}
.about_news .margin .swiper-slide .name {
  margin: 1.875rem 0 0.625rem;
}
.about_news .margin .swiper-slide .data {
  margin-top: 1rem;
}
.about_news .margin .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.about_news .margin .swiper-slide:hover .name {
  color: #1d9bc9;
}
.about_news .img1 {
  position: absolute;
  top: -25rem;
  left: 0;
  height: 42.8125rem;
  z-index: -1;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_about {
  position: relative;
  margin-top: -5.625rem;
}
.list_about .number_ul {
  padding-right: 8rem;
}
.list_about_two {
  background: #F8F7FD;
}
.list_about_two .swiper-container {
  padding: 0 var(--container);
  margin-top: 4rem;
}
.list_about_two .swiper-container .year {
  color: #B1B1B1;
  font-size: 2.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  padding-left: 10%;
  padding-top: 1.5rem;
}
.list_about_two .swiper-container .swiper-slide {
  padding-bottom: 3.4375rem;
}
.list_about_two .swiper-container .xian {
  height: 5.375rem;
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 22%);
}
.list_about_two .swiper-container .xian div {
  width: 1px;
  height: 100%;
}
.list_about_two .swiper-container .top .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.list_about_two .swiper-container .text {
  margin-top: 1.25rem;
  padding-left: 10%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 160%;
}
.list_about_two .swiper-container .swiper-slide.swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #1d9bc9;
}
.list_about_two .swiper-container .swiper-slide.swiper-slide-next .year {
  color: #393939;
}
.list_about_two .swiper-container .swiper-slide.swiper-slide-next .text {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .right {
  display: flex;
  justify-content: flex-end;
}
.list_about_two .right > div {
  position: static;
  margin-top: 0;
}
.list_about_two .right .swiper-button-next {
  margin-left: 1.375rem;
}
.list_about_two .right .swiper_btn svg path {
  fill: #F8F7FD;
}
.list_about_two .right .swiper_btn:hover svg path {
  fill: #1d9bc9;
}
.list_about_three .hover {
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.list_about_three .hover .text {
  width: 25%;
  margin: 1.875rem 0 5rem;
}
.list_support .ul {
  margin: 0 -1.25rem;
}
.list_support .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_support .ul li a {
  padding: 2.1875rem 2.1875rem;
  position: relative;
  border-radius: var(--bors);
  background: #F8F7FD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_support .ul li:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_support .ul li:hover a .more_a {
  background: #1d9bc9;
  border-color: #1d9bc9;
}
.list_support .ul li:hover a .more_a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_support .ul li .name {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_support .ul li .pdf {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 2.5rem;
}
.list_support .ul li .more_a {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_support .ul li .more_a img {
  height: 1.5rem;
}
.list_service > img {
  height: 40rem;
  position: absolute;
  top: 40%;
  left: 0;
}
.list_service .ul {
  margin-top: 6.875rem;
}
.list_service .ul li {
  text-align: center;
}
.list_service .ul li .over,
.list_service .ul li .over img {
  border-radius: var(--bors);
}
.list_service .ul li .name {
  color: #303030;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
  padding: 0 1.875rem;
  margin-bottom: 0.9375rem;
}
.list_service .list3 .swiper-container {
  margin-top: 2.5rem;
}
.list_service .list3 .swiper-slide {
  text-align: center;
  height: auto;
}
.list_service .list3 .swiper-slide: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;
}
.list_service .list3 .swiper-slide > div {
  border-radius: var(--bors);
  background: #1d9bc9;
  padding: 3.125rem 2.5rem 2rem;
  height: 100%;
}
.list_service .list3 .swiper-slide > div .icon img {
  height: 3.75rem;
}
.list_service .list3 .swiper-slide > div .name {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.125rem 0 0.625rem;
}
.list_service .list3 .swiper-slide > div .text {
  color: #fff;
  line-height: 1.625rem;
}
.list_service .list4 .pr .img {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  z-index: 9;
}
.list_service .list4 .pr .img img {
  width: 100%;
  height: 100%;
}
.list_service .list4 .pr .img2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #D9D9D9;
}
.list_service .list4 .tips {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 5.3125rem;
}
.list_service .list4 ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 3.125rem;
  z-index: 9;
}
.list_service .list4 ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DADADA;
  z-index: -1;
}
.list_service .list4 ul li {
  flex: 1;
}
.list_service .list4 .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #DADADA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
.list_service .list4 .icon div {
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  border: 0.375rem solid #313131;
}
.list_service .list4 .text {
  margin-top: 1.125rem;
}
.list_service .list4 .name {
  margin-bottom: 1.125rem;
}
.list_service .list4 .name,
.list_service .list4 .text {
  color: #818181;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  height: 1.875rem;
}
.list_Technologies_two {
  background: #F8F7FD;
}
.list_Technologies_two ul {
  margin: -1.25rem;
}
.list_Technologies_two ul li {
  padding: 1.25rem;
}
.list_Technologies_two ul li:hover a {
  border: 1px solid #1d9bc9;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_Technologies_two ul li a {
  background: #FFF;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  height: 10.625rem;
  display: flex;
  align-items: center;
  padding: 1.25rem 4rem 1.25rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_Technologies_two ul li a .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #1d9bc9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_Technologies_two ul li a .icon img {
  height: 1.5rem;
}
.list_Technologies_two ul li a .font22 {
  width: calc(100% - 4rem);
  padding-left: 1.5rem;
}
.list_contact_two > .img {
  position: absolute;
  bottom: -10rem;
  right: 0;
  height: 43.9375rem;
}
.list_contact_two form {
  margin-top: 2.5rem;
}
.list_contact_two form .row {
  margin: 0 -1.875rem;
}
.list_contact_two form .row > div {
  padding: 0 1.875rem;
}
.list_contact_two form select {
  background-image: url(../img/jt.png);
  /* 调整背景图片的位置 */
  background-size: 0.75rem 0.5rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 95%;
}
.list_contact_two form input,
.list_contact_two form select {
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
  line-height: 3.3125rem;
  height: 3.4375rem;
  width: 100%;
  font-weight: 500;
  padding: 0 1.5rem;
  font-style: italic;
  color: #000;
}
.list_contact_two form input::placeholder,
.list_contact_two form select::placeholder {
  color: #848484;
}
.list_contact_two form textarea {
  width: 100%;
  font-weight: 500;
  height: 10rem;
  line-height: 1.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  display: block;
  font-style: italic;
  color: #000;
}
.list_contact_two form textarea::placeholder {
  color: #848484;
}
.list_contact_two form p {
  color: #252525;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.list_contact_two form p span {
  color: #D20000;
}
.list_contact_two form button {
  width: 11.5rem;
  line-height: 3.4375rem;
  border: none;
  font-weight: 500;
  border-radius: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two form button:hover {
  background: #292929;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two form button div {
  color: #fff;
}
@media (max-width: 990px) {
  .list_contact_two form .row > div {
    padding: 0 0.875rem;
  }
  .list_contact_two form .row {
    margin: 0 -0.875rem;
  }
  .list_contact_two form {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .list_contact_two form {
    margin-top: 20px;
  }
  .list_contact_two form input {
    padding: 0 15px;
  }
  .list_contact_two form textarea {
    padding: 5px 15px;
  }
}
.list_product > .img1,
.list_technology > .img1 {
  height: 40rem;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
}
.list_product > .img2,
.list_technology > .img2 {
  position: absolute;
  bottom: -10rem;
  right: 0;
  height: 43.9375rem;
  z-index: -1;
}
.list_application > .img1 {
  height: 40rem;
  position: absolute;
  top: 20%;
  left: 0;
}
.list_product > .img1 {
  top: 35%;
}
.list_product .margin {
  width: 65%;
  margin: 6.875rem auto;
  text-align: center;
}
.list_product .leftimg_righttext {
  padding-top: 6.875rem;
}
.list_product .leftimg_righttext > li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.list_product .leftimg_righttext > li .over,
.list_product .leftimg_righttext > li .over img {
  border-radius: var(--bors);
}
.list_product .leftimg_righttext > li:nth-child(even) .right {
  order: 2;
}
.list_product .leftimg_righttext > li:nth-child(even) .left {
  order: 1;
}
.list_product .leftimg_righttext .name {
  color: #303030;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-top: 1.875rem;
}
.dian {
  position: relative;
  padding-left: 1rem;
}
.dian::before {
  content: '';
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #5F5F5F;
}
table {
  margin-top: 7.5rem;
  margin-bottom: 0;
  background: #fff;
}
table tr:nth-child(even) {
  background: #EDF7FB;
}
table td {
  border: none;
  vertical-align: middle !important;
  padding: 1rem 2.8125rem;
  font-weight: 400;
}
table td:not(:last-child) {
  border-right: 1px solid #B7EAFA;
}
.list_technology .margin {
  margin: 2.1875rem 0 6.875rem;
}
.list_technology .list:not(:last-child) {
  margin-bottom: 3.4375rem;
}
.list_technology .list .dian {
  color: #3A3A3A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.list_technology .list .dian::before {
  width: 0.25rem;
  height: 0.25rem;
  top: 0.75rem;
}
.list_technology .leftimg_righttext > li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.list_technology .leftimg_righttext > li .over,
.list_technology .leftimg_righttext > li .over img {
  border-radius: var(--bors);
}
.list_technology .leftimg_righttext > li:nth-child(even) .right {
  order: 2;
}
.list_technology .leftimg_righttext > li:nth-child(even) .left {
  order: 1;
}
.list_contact .bread {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.list_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.list_contact #myMap {
  height: calc(100vh - 6.25rem);
  width: 100%;
}
.list_contact .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}
.list_contact .hover .content {
  width: 35rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0.625rem 5px rgba(1, 139, 214, 0.05);
  backdrop-filter: blur(5px);
  padding: 3.625rem 1.25rem 3.625rem 3.75rem;
}
.list_contact .hover .content .text {
  margin: 1.875rem 0 0.625rem;
}
.list_contact .hover .content .ul {
  margin-bottom: 6.25rem;
}
.list_contact .hover .content .ul li {
  display: flex;
  align-items: center;
}
.list_contact .hover .content .ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.list_contact .hover .content .ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.list_contact .hover .content .ul li .con {
  padding-left: 1.125rem;
  width: calc(100% - 1.5rem);
}
.list_contact .hover .content .share {
  display: flex;
  align-items: center;
}
.list_contact .hover .content .share div:nth-child(1) {
  color: #5F5F5F;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-right: 1rem;
}
.list_application .list1 {
  padding-top: 3.75rem;
}
.list_application .list1 .name {
  color: #303030;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_application .list2 {
  text-align: center;
  padding-top: 6.875rem;
}
.list_application .list2 .title {
  margin-bottom: 2.25rem;
}
.list_application .list2 ul {
  margin: -1.6875rem;
}
.list_application .list2 ul li {
  padding: 1.6875rem;
}
.list_application .list2 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;
}
.list_application .list2 .icon {
  margin-bottom: 1.25rem;
}
.list_application .list2 .icon img {
  height: 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application .list2 .name {
  color: #3A3A3A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.list_application .list2 .text {
  color: #5F5F5F;
  padding: 0 1.875rem;
}
.list_application .list3 .row {
  margin-top: 3.125rem;
}
.list_application .list3 .row .right .over {
  border-radius: var(--bors);
  border: 1px solid #DFDFDF;
}
.list_application .list3 .row .left div {
  color: #5F5F5F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_application .list3 .row .left div span {
  font-weight: 700;
}
.list_application .list3 .row .left ul {
  height: 100%;
  border-top: 1px solid #D3D3D3;
}
.list_application .list3 .row .left ul li {
  height: 25%;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
}
.list_application .list4 .subtitle {
  color: #818181;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.875rem 0;
}
