@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;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #1F2A83;
}
.c {
  color: #1F2A83;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}
.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;
}
.pagination > li.active,
.pagination > li:hover {
  background: #1F2A83;
  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图片缩放失真*/
}
.more {
  padding: 0 1.875rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  display: inline-block;
  z-index: 4;
  position: relative;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  color: #1F2A83;
}
.more:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #1F2A83;
}
.search_more:hover::before {
  background: #1F2A83;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.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: 100%;
  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 > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1F2A83;
}
.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: none;
  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;
  }
}
.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 .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #1F2A83;
}
.searchbox {
  border-color: #1F2A83;
}
@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: 40px;
  width: 120px;
}
.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: #1F2A83;
}
.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%;
}
@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: 500 1.25rem/1.35em "sourcehansans";
  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: #1F2A83;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  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: 40px;
}
.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: #1F2A83;
  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: #1F2A83;
}
.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: 40px;
  filter: brightness(0) invert(1);
}
.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: #1F2A83;
}
.rightfix li:hover .iconfont {
  background: #000;
  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%);
  }
}
.show_header {
  padding-top: 6.25rem;
}
header:hover,
header.active,
.show_header header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #282828;
}
header:hover .logo img,
header.active .logo img,
.show_header header .logo img {
  filter: brightness(1) invert(0);
}
header:hover .lanuage .c,
header.active .lanuage .c,
.show_header header .lanuage .c {
  color: #1F2A83;
}
header:hover .getservice .more,
header.active .getservice .more,
.show_header header .getservice .more {
  border-color: #595959;
  color: #595959;
}
header:hover .getservice .more::before,
header.active .getservice .more::before,
.show_header header .getservice .more::before {
  background: #1F2A83;
}
header:hover .getservice .more:hover,
header.active .getservice .more:hover,
.show_header header .getservice .more:hover {
  border-color: #1F2A83;
  color: #fff;
}
header:hover .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a,
header:hover .center > ul > li.active > a,
header.active .center > ul > li.active > a,
.show_header header .center > ul > li.active > a {
  color: #1F2A83;
}
header:hover .center > ul > li > a::before,
header.active .center > ul > li > a::before,
.show_header header .center > ul > li > a::before {
  background: #1F2A83;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .more {
  border: 1px solid #fff;
  color: #fff;
}
header .logo img {
  height: 4.375rem;
  filter: brightness(0) invert(1);
}
header .ds1 {
  margin: 0 2.5rem;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: var(--color);
}
header .lanuage {
  margin-right: 3.125rem;
  color: var(--color);
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  font-weight: 600;
}
header .center > ul > li {
  float: left;
  padding: 0 1.375rem;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.75rem;
}
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;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover2 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
}
.nyban .hover2 ul {
  display: flex;
  align-items: center;
  margin: 0 -1.5625rem;
}
.nyban .hover2 ul li {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0 1.5625rem;
}
.nyban .hover2 ul li a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.nyban .hover2 ul li a img {
  height: 1.125rem;
  filter: brightness(0) invert(1);
  margin-right: 0.375rem;
  display: none;
}
.nyban .hover2 ul li.active a img {
  display: block;
}
.bread {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.bread img {
  height: 1rem;
  margin-right: 0.625rem;
  filter: brightness(0) invert(1);
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.375rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #1F2A83;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}
.subtitle {
  font-size: 1.25rem;
  color: #1F2A83;
  display: inline-block;
  position: relative;
  margin-bottom: 0.25rem;
}
.subtitle.cf img {
  filter: brightness(0) invert(1);
}
.subtitle img {
  height: 1.125rem;
  position: relative;
  top: -0.375rem;
  margin-left: 0.5rem;
}
@-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);
  }
}
.banner video,.banner .swiper-slide  img {
  height: 100vh;
  object-fit: cover;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 4rem;
  color: #fff;
}
.banner .hover .p2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fff;
  margin-top: 1.25rem;
  width: 55%;
  margin: 1.25rem auto 0;
}
.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-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  margin-top: 0;
}
.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  height: 2.8125rem;
}
.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #2D2D2D;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #8E8E8E;
}
.list_about_one {
  position: relative;
  z-index: 9;  padding-bottom: 4rem;
}
.list_about_one.list_join::before {
  display: none;
}
.list_about_one.list_join .top .right .font18 {
  color: #8E8E8E;
}
.list_about_one .top .left {
  padding-right: 4rem;
  position: relative;
}
.list_about_one .top .left::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.25rem;
  height: 16.125rem;
  background: #1F2A83;
}
.list_about_one .top .right {
  padding-left: 2.5rem;
}
.list_about_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31.25rem;
  background: #F7F7F7;
  z-index: -1;
}
.list_about_one .font18 {
  margin-top: 1rem;
}
.list_about_one .bot {
  padding-top: 2.25rem;

}
.list_about_one .bot .text {
  text-align: justify;
}
.list_about_one .bot .row {
  margin: 0 -1.875rem;
}
.list_about_one .bot .row > div {
  padding: 0 1.875rem;
}
.list_about_one .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #1F2A83;
  margin-bottom: 0.5rem;
}
.list_about_two .padding {
  padding: 0 26.875rem;
  margin-top: 1.25rem;
}
.list_about_two .padding img {
  height: 32.5rem;
  object-fit: cover;
}
.list_about_two .hover {
  position: absolute;
  top: 3.125rem;
  left: 0;
  padding: 0 3.3125rem;
}
.list_about_two .hover .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.375rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1F2A83;
}
a:focus-visible {
  outline: none;
}
.squera_video {
  height: auto;
  background: #F7F7F7;
}
.squera_video:hover {
  border-color: #1F2A83;
}
.squera_video:hover .name {
  color: #1F2A83;
}
.squera_video:hover img {
  transform: scale(1.1);
}
.squera_video .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  padding: 1.4375rem 1.875rem;
}
.icon_video {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_video::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.icon_video::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
.icon_video .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #1F2A83;
}
.list_about_four .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.more {
  border: 1px solid #1F2A83;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #1F2A83;
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #1F2A83;
  z-index: -1;
  opacity: 0;
}
.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
}
.more.borg {
  border-color: #8E8E8E;
  color: #8E8E8E;
}
.more.borg:hover {
  border-color: #1F2A83;
  color: #fff;
}
.more.borf {
  border-color: #fff;
  color: #fff;
}
.more.borf:hover {
  color: #1F2A83;
}
.more.borf:hover::before {
  background: #fff;
}
.more .iconfont {
  font-size: 1rem;
  margin-left: 1rem;
}
.list_about_five {
  background: url(../img/5.png) no-repeat;
  background-size: cover;
  padding: 6.25rem 0 10.625rem;
}
.list_about_five .text {
  margin: 0.5rem 0 1.875rem;
}
.felx_ul {
  display: flex;
  margin: 0 -0.9375rem;
  flex-wrap: wrap;
}
.felx_ul li {
  width: 33.3%;
  padding: 0 0.9375rem;
}
.felx_ul li.w20 {
  width: 20%;
}
.felx_ul li div {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  height: 5.625rem;
  color: #1F2A83;
  padding: 0 1rem;
  font-size: 1.25rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.margin {
  margin: 0 -1.25rem;
}
.squera_news {
  padding: 0 1.25rem;
}
.squera_news: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;
}
.squera_news:hover .div .con .name {
  color: #1F2A83;
}
.squera_news:hover .div .over img {
  transform: scale(1.1);
}
.squera_news .div {
  background: #F7F7F7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.squera_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B7B7B7;
}
.squera_news .con {
  padding: 1.625rem 2rem 2rem;
}
.squera_news .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #383838;
  margin: 0.25rem 0 1.25rem;
  height: 3.75rem;
}
.squera_news .more_a {
  color: #8E8E8E;
}
.squera_news .more_a .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.squera_news .more_a:hover {
  color: #1F2A83;
}
.squera_news .more_a:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fenxiang_hover {
  display: flex;
  align-items: center;
}
.fenxiang_hover ul {
  display: none;
}
.fenxiang_hover:hover ul {
  display: block;
}
.fenxiang_hover .social-share li {
  height: 1.625rem;
  width: 1.625rem;
  line-height: 1.625rem;
  margin-right: 0.625rem;
}
.fenxiang_hover .social-share li a {
  line-height: 1.625rem;
}
.fenxiang_hover .social-share li:hover,
.fenxiang_hover .social-share li:hover a {
  background: transparent;
}
.fenxiang_hover .social-share li:hover a {
  color: #1F2A83 !important;
}
.fenxiang_hover > img {
  height: 1.625rem;
  margin-left: 0.625rem;
}
.xian {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.xian div {
  width: 1px;
  height: 100vh;
  background: rgba(96, 96, 96, 0.1);
  position: absolute;
  top: 0;
}
.xian div:nth-child(1) {
  left: var(--container);
}
.xian div:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
.xian div:nth-child(3) {
  right: var(--container);
}
.alignc {
  align-items: center;
}
.list_news .squera_news .over img {
  height: 20rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .list_news .squera_news .over img {
    height: auto;
  }
}
.list_join_two .join_box .join_item {
  margin: 0.9375rem 0;
}
.list_join_two .join_box .join_item .box {
  background-color: #f5f4f4;
  padding: 1.25rem;
}
.list_join_two .join_box .join_item .box .img img {
  height: 19.375rem;
  object-fit: contain;
}
.list_join_two .join_box .join_item .box .txt {
  color: #424242;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.list_join_two .join_box .join_item .box .txt2 {
  color: #8f8d8d;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.list_join_two ul {
  flex-wrap: wrap;
  margin: 2.5rem -0.625rem 0;
}
.list_join_two ul li {
  width: 20%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.list_join_two ul li > div {
  height: 100%;
}
.list_join_two 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;
}
.list_join_two ul li > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.5rem 0.625rem;
  text-align: center;
}
.list_join_two ul li > div .icon img {
  height: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two ul li > div .name {
  font-size: 1rem;
  margin-top: 0.25rem;
  line-height: 2.1875rem;
  color: #565656;
}
.list_join_four ul li {
  width: 25%;
}
.list_join_four ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.39);
}
.list_join_three .margin {
  color: #424242;
  margin: 1.25rem 0 2.5rem;
}
.list_join_three .job_list2a li,
.list_join_three .job_as1 > div {
  width: 12.5%;
}
.list_join_three .job_list2a li:nth-child(1),
.list_join_three .job_as1 > div:nth-child(1) {
  width: 40%;
}
.job-cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}
.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}
.job-cont2 .wehdxc {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}
.job-cont2 .wehdxc dl + dl {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl + dl {
    margin-left: 1.5em;
  }
}
.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}
.job-cont2 .wehdxc dl dt img {
  width: 100%;
}
.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}
.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}
.job-cont2 .job_list2a {
  background-color: #1F2A83;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}
.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 1.25rem;
}
.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 {
  text-align: center;
}
.job-cont2 .job_list1 .more {
  color: #fff;
}
.job-cont2 .job_list1 .more::before {
  background: #fff;
}
.job-cont2 .job_list1 .more:hover {
  color: #1F2A83;
}
.job-cont2 .job_list1 strong {
  display: block;
}
.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}
.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #424242;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 1.125rem;
}
.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job {
  padding: 2rem 3.75rem 3rem 5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #1F2A83;
  margin-bottom: 0.25rem;
}
.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}
.job_list1 li .wehha-job {
  display: none;
}
.job_list1 li:nth-child(1) .wehha-job {
  display: block;
}
.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}
.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}
.job_list1 li .pead-cont ul li > div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}
.job_list1 li .pead-cont ul li a:hover {
  color: #1F2A83;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #1F2A83;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}
.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}
.job_list1 li.active {
  background: rgba(0, 76, 158, 0.05);
}
@media (max-width: 767px) {
  .list_join .right {
    margin-top: 15px;
  }
  .list_join .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_join_two .swiper-container {
    margin-top: 15px;
  }
  .list_join_two .hover div {
    font-size: 16px;
    line-height: 24px;
  }
  .list_join_three .subtitle {
    width: 100%;
  }
  .job-cont2 .job_list1 li .wehha-job .wehgs-as li {
    width: 33.3%;
    font-size: 1rem;
  }
  .list_join .text {
    margin-top: 5px;
  }
  .list_join_three .margin {
    margin: 5px 0 15px;
  }
}
footer {
  background: #1C2029;
  padding: 4.125rem 0 4.375rem;
}
footer .name {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: block;
}
footer .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
}
footer .right {
  width: calc(100% - 28.125rem);
}
footer .right ul {
  display: flex;
  justify-content: space-between;
}
footer .left {
  width: 28.125rem;
  padding-right: 5rem;
}
footer .left .text {
  margin: 0.25rem 0 1.25rem;
}
footer .left ul {
  display: flex;
}
footer .left ul li {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .left ul li a {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  color: #fff !important;
  background: transparent !important;
}
footer .left ul li:hover {
  background: #1F2A83;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .left ul li:not(:last-child) {
  margin-right: 0.9375rem;
}
footer .left ul li .iconfont {
  color: #fff;
  display: block;
  font-size: 1.125rem;
}
footer .tel {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  color: #F7F7F7;
}
.beian {
  background: #1C2029;
  padding: 1rem 0;
  border-top: 1px solid rgba(114, 114, 114, 0.3);
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.6);
}
.shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
  margin-top: 3.4375rem;
}
.shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.shangxia a:hover {
  color: #1F2A83;
}
.bgf7 {
  background: #F7F7F7;
}
.content_show .more .more_pro {
  border: 1px solid #8E8E8E;
  color: #8E8E8E;
  background: transparent;
  margin-top: 2.5rem;
  border-radius: 0;
  padding: 0 1.6875rem;
}
.content_show .more .more_pro:hover {
  color: #fff;
}
.more_pro {
  border: 1px solid #8E8E8E;
  color: #fff;
  background: transparent;
  margin-top: 2.5rem;
  border-radius: 0;
  padding: 0 1.6875rem;
}
.more_pro:hover {
  color: #8E8E8E;
}
.content_show .name,
.font34 {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #000000;
  padding: 0.625rem 0 1rem;
}
.content_show {
  padding: 3.125rem 2.5rem 4.6875rem;
  background: #fff;
}
.content_show .left img {
  height: 25rem;
  object-fit: contain;
}
.content_show .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B7B7B7;
  display: flex;
  align-items: center;
}
.content_show .data .fenxiang > img {
  height: 1.625rem;
  margin: 0 1rem;
}
.content_show .text {
  color: #8E8E8E;
}
.show_bread {
  padding: 1.875rem 0;
}
.show_bread .bread {
  color: #707070;
}
.show_bread .bread img {
  filter: brightness(1) invert(1);
  opacity: 0.5;
}
.show_bread .bread a {
  color: #707070;
}
.show_bread .bread a:hover {
  color: #1F2A83;
}
.about_news .mt25 {
  margin-top: 1.5625rem;
}
.about_news .swiper-slide {
  padding-bottom: 0.625rem;
}
.about_news .swiper-slide .div {
  background: #fff;
}
.about_news .swiper-slide .div .over img {
  height: 18.75rem;
  object-fit: contain;
}
.list_contact ul {
  border: 1px solid rgba(96, 96, 96, 0.1);
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
.list_contact ul li {
  width: 33.3%;
  background: #fff;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #383838;
  padding: 2.5rem 2.8125rem 2.5rem 3.125rem;
  position: relative;
}
.list_contact ul li::before {
  content: "";
  width: 0;
  height: 0.1875rem;
  background: #1F2A83;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.list_contact 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;
}
.list_contact ul li:hover div {
  color: #1F2A83;
}
.list_contact ul li:not(:last-child) {
  border-right: 1px solid rgba(96, 96, 96, 0.1);
}
.list_contact ul li .left {
  width: calc(100% - 3.75rem);
}
.list_contact ul li .left .text {
  height: 4.375rem;
}
.list_contact ul li .right {
  width: 3.75rem;
}
.list_contact ul li .right img {
  width: 100%;
}
.list_message input,
.list_message textarea {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #C9C9C9;
  padding: 0 1.6875rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  border-radius: 0.375rem;
}
.list_message input::placeholder,
.list_message textarea::placeholder {
  color: #5B5B5B;
}
.list_message input {
  line-height: 3.75rem;
}
.list_message textarea {
  height: 12.5rem;
  padding-top: 0.625rem;
}
.list_message .more {
  width: 12.5rem;
  background: #1F2A83;
  font-size: 1rem;
  border-radius: 0;
  color: #fff;
}
.list_message .more::before {
  background: #fff;
}
.list_message .more:hover {
  color: #1F2A83;
}
.list_service .text {
  color: #8E8E8E;
  margin: 1rem 0 1.875rem;
}
.list_service .ul {
  margin: 3.4375rem -1.25rem 0;
}
.list_service .ul li {
  margin-bottom: 2.0625rem;
}
.list_service .ul li img {
  height: 18.125rem;
  object-fit: contain;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 1000;
}
.squera_service {
  padding: 0 1.25rem;
}
.squera_service .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #262626;
  margin-top: 1.5625rem;
}
.squera_service:hover .over img {
  transform: scale(1.1);
}
.squera_service:hover .name {
  color: #1F2A83;
}
.font30 {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 3.4375rem;
  margin-bottom: 1.5625rem;
  color: #000000;
}
.show_service {
  margin-top: 4rem;
}
.show_service ul {
  margin: 0 -3.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.show_service ul li {
  padding: 0 3.125rem;
  width: 50%;
}
.show_service ul li > div {
  border-bottom: 1px solid rgba(96, 96, 96, 0.15);
  display: flex;
  padding: 1.625rem 0;
  height: 100%;
}
.show_service ul li:nth-child(1) > div,
.show_service ul li:nth-child(2) > div {
  border-top: 1px solid rgba(96, 96, 96, 0.15);
}
.show_service ul li .name2 {
  font-size: 1.125rem;
  color: #1F2A83;
  line-height: 1.875rem;
}
.show_service ul li .icon {
  margin-top: 0.3125rem;
}
.show_service ul li .icon img {
  height: 4rem;
}
.show_service ul li .con {
  width: calc(100% - 4rem);
  padding-left: 2.5rem;
}
.show_service ul li .text {
  color: #8E8E8E;
}
.suqera_pro:hover > a {
  border-color: #1F2A83;
}
.suqera_pro:hover > a .name {
  color: #1F2A83;
}
.suqera_pro:hover > a .over img {
  transform: scale(1.1);
}
.suqera_pro .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
  margin-top: 3.4375rem;
  color: #262626;
}
.suqera_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 2px;
  background: #1F2A83;
}
.suqera_pro .text {
  text-align: center;
  margin: 0.625rem 0 0 0 !important;
}
.suqera_pro > a {
  padding: 1.25rem 1.25rem 2.8125rem;
  border: 1px solid #CCCCCC;
  background: #fff;
}
.show_product .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_product .name .fenxiang a {
  font-weight: normal !important;
}
.show_product .top .more {
  margin-top: 2.0625rem;
}
.show_product .top ul {
  margin-top: 1.5625rem;
}
.show_product .top ul li {
  line-height: 1.5625rem;
}
.show_product .top ul li a {
  display: flex;
}
.show_product .top ul li span {
  width: auto;
  border-radius: 2px;
  border: 1px solid #1F2A83;
  font-size: 0.75rem;
  color: #1F2A83;
  padding: 0 0.125rem;
  font-weight: bolder;
  text-align: center;
  display: inline-block;
}
.show_product .top ul li div {
  width: calc(100% - 1.375rem);
  font-size: 1rem;
  color: #000000;
  padding-left: 0.75rem;
}
.show_product .top ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.show_product .text {
  text-align: justify;
}
.show_pro_two {
  padding: 4.375rem 0 2.8125rem;
}
.show_pro_two ul {
  margin-top: 1.5625rem;
}
.show_pro_two ul li {
  text-align: center;
}
.show_pro_two 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;
}
.show_pro_two ul li .icon {
  margin-bottom: 1.375rem;
}
.show_pro_two ul li .icon img {
  height: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_two ul li .text.c {
  color: #1F2A83;
}
.table {
  margin-bottom: 0;
}
.show_pro_three table {
  margin-top: 1.875rem;
}
.show_pro_three tr td {
  border: 1px solid #C9C9C9;
  padding: 1.125rem 1.25rem 1.125rem 3.75rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #232323;
  width: 25%;
}
.show_pro_three tr td:nth-child(odd) {
  background: #EEF3F6;
}
.index_one {
  font-weight: bold;
}
.index_one > img {
  position: absolute;
  right: 4.6875rem;
  bottom: -5.3125rem;
  z-index: -1;
}
.index_one .left li:nth-child(2) {
  margin-top: 6.25rem;
}
.index_one .img {
  margin-top: 5.9375rem;
  opacity: 0.5;
  padding: 0 4.6875rem 4.375rem;
  z-index: 9;
  position: relative;
}
.index_one.active svg .YszQMFAd_0 {
  stroke-dasharray: 275 277;
  stroke-dashoffset: 276;
  animation: YszQMFAd_draw 2000ms linear 0ms forwards;
}
.index_one.active svg .YszQMFAd_1 {
  stroke-dasharray: 156 158;
  stroke-dashoffset: 157;
  animation: YszQMFAd_draw 2000ms linear 26ms forwards;
}
.index_one.active svg .YszQMFAd_2 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 52ms forwards;
}
.index_one.active svg .YszQMFAd_3 {
  stroke-dasharray: 276 278;
  stroke-dashoffset: 277;
  animation: YszQMFAd_draw 2000ms linear 78ms forwards;
}
.index_one.active svg .YszQMFAd_4 {
  stroke-dasharray: 199 201;
  stroke-dashoffset: 200;
  animation: YszQMFAd_draw 2000ms linear 105ms forwards;
}
.index_one.active svg .YszQMFAd_5 {
  stroke-dasharray: 150 152;
  stroke-dashoffset: 151;
  animation: YszQMFAd_draw 2000ms linear 131ms forwards;
}
.index_one.active svg .YszQMFAd_6 {
  stroke-dasharray: 260 262;
  stroke-dashoffset: 261;
  animation: YszQMFAd_draw 2000ms linear 157ms forwards;
}
.index_one.active svg .YszQMFAd_7 {
  stroke-dasharray: 383 385;
  stroke-dashoffset: 384;
  animation: YszQMFAd_draw 2000ms linear 184ms forwards;
}
.index_one.active svg .YszQMFAd_8 {
  stroke-dasharray: 275 277;
  stroke-dashoffset: 276;
  animation: YszQMFAd_draw 2000ms linear 210ms forwards;
}
.index_one.active svg .YszQMFAd_9 {
  stroke-dasharray: 161 163;
  stroke-dashoffset: 162;
  animation: YszQMFAd_draw 2000ms linear 236ms forwards;
}
.index_one.active svg .YszQMFAd_10 {
  stroke-dasharray: 276 278;
  stroke-dashoffset: 277;
  animation: YszQMFAd_draw 2000ms linear 263ms forwards;
}
.index_one.active svg .YszQMFAd_11 {
  stroke-dasharray: 208 210;
  stroke-dashoffset: 209;
  animation: YszQMFAd_draw 2000ms linear 289ms forwards;
}
.index_one.active svg .YszQMFAd_12 {
  stroke-dasharray: 208 210;
  stroke-dashoffset: 209;
  animation: YszQMFAd_draw 2000ms linear 315ms forwards;
}
.index_one.active svg .YszQMFAd_13 {
  stroke-dasharray: 150 152;
  stroke-dashoffset: 151;
  animation: YszQMFAd_draw 2000ms linear 342ms forwards;
}
.index_one.active svg .YszQMFAd_14 {
  stroke-dasharray: 200 202;
  stroke-dashoffset: 201;
  animation: YszQMFAd_draw 2000ms linear 368ms forwards;
}
.index_one.active svg .YszQMFAd_15 {
  stroke-dasharray: 153 155;
  stroke-dashoffset: 154;
  animation: YszQMFAd_draw 2000ms linear 394ms forwards;
}
.index_one.active svg .YszQMFAd_16 {
  stroke-dasharray: 260 262;
  stroke-dashoffset: 261;
  animation: YszQMFAd_draw 2000ms linear 421ms forwards;
}
.index_one.active svg .YszQMFAd_17 {
  stroke-dasharray: 199 201;
  stroke-dashoffset: 200;
  animation: YszQMFAd_draw 2000ms linear 447ms forwards;
}
.index_one.active svg .YszQMFAd_18 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 473ms forwards;
}
.index_one.active svg .YszQMFAd_19 {
  stroke-dasharray: 161 163;
  stroke-dashoffset: 162;
  animation: YszQMFAd_draw 2000ms linear 499ms forwards;
}
.index_one.active svg .YszQMFAd_20 {
  stroke-dasharray: 161 163;
  stroke-dashoffset: 162;
  animation: YszQMFAd_draw 2000ms linear 526ms forwards;
}
.index_one.active svg .YszQMFAd_21 {
  stroke-dasharray: 150 152;
  stroke-dashoffset: 151;
  animation: YszQMFAd_draw 2000ms linear 552ms forwards;
}
.index_one.active svg .YszQMFAd_22 {
  stroke-dasharray: 383 385;
  stroke-dashoffset: 384;
  animation: YszQMFAd_draw 2000ms linear 578ms forwards;
}
.index_one.active svg .YszQMFAd_23 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 605ms forwards;
}
.index_one.active svg .YszQMFAd_24 {
  stroke-dasharray: 260 262;
  stroke-dashoffset: 261;
  animation: YszQMFAd_draw 2000ms linear 631ms forwards;
}
.index_one.active svg .YszQMFAd_25 {
  stroke-dasharray: 200 202;
  stroke-dashoffset: 201;
  animation: YszQMFAd_draw 2000ms linear 657ms forwards;
}
.index_one.active svg .YszQMFAd_26 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 684ms forwards;
}
.index_one.active svg .YszQMFAd_27 {
  stroke-dasharray: 219 221;
  stroke-dashoffset: 220;
  animation: YszQMFAd_draw 2000ms linear 710ms forwards;
}
.index_one.active svg .YszQMFAd_28 {
  stroke-dasharray: 263 265;
  stroke-dashoffset: 264;
  animation: YszQMFAd_draw 2000ms linear 736ms forwards;
}
.index_one.active svg .YszQMFAd_29 {
  stroke-dasharray: 156 158;
  stroke-dashoffset: 157;
  animation: YszQMFAd_draw 2000ms linear 763ms forwards;
}
.index_one.active svg .YszQMFAd_30 {
  stroke-dasharray: 199 201;
  stroke-dashoffset: 200;
  animation: YszQMFAd_draw 2000ms linear 789ms forwards;
}
.index_one.active svg .YszQMFAd_31 {
  stroke-dasharray: 304 306;
  stroke-dashoffset: 305;
  animation: YszQMFAd_draw 2000ms linear 815ms forwards;
}
.index_one.active svg .YszQMFAd_32 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 842ms forwards;
}
.index_one.active svg .YszQMFAd_33 {
  stroke-dasharray: 260 262;
  stroke-dashoffset: 261;
  animation: YszQMFAd_draw 2000ms linear 868ms forwards;
}
.index_one.active svg .YszQMFAd_34 {
  stroke-dasharray: 259 261;
  stroke-dashoffset: 260;
  animation: YszQMFAd_draw 2000ms linear 894ms forwards;
}
.index_one.active svg .YszQMFAd_35 {
  stroke-dasharray: 198 200;
  stroke-dashoffset: 199;
  animation: YszQMFAd_draw 2000ms linear 921ms forwards;
}
.index_one.active svg .YszQMFAd_36 {
  stroke-dasharray: 259 261;
  stroke-dashoffset: 260;
  animation: YszQMFAd_draw 2000ms linear 947ms forwards;
}
.index_one.active svg .YszQMFAd_37 {
  stroke-dasharray: 156 158;
  stroke-dashoffset: 157;
  animation: YszQMFAd_draw 2000ms linear 973ms forwards;
}
.index_one.active svg .YszQMFAd_38 {
  stroke-dasharray: 283 285;
  stroke-dashoffset: 284;
  animation: YszQMFAd_draw 2000ms linear 999ms forwards;
}
@keyframes YszQMFAd_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes YszQMFAd_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_one .right {
  padding-left: 0;
}
.index_one .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #141414;
}
.index_one .num {
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.index_one .num span {
  line-height: 0.8;
  font-size: 3.375rem;
  color: #141414;
}
.index_one .num sub {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #141414;
}
.index_one .num sub sub {
  font-size: 0.875rem;
  top: -0.5rem;
  left: -0.25rem;
}
.index_two .more {
  margin-top: 1.875rem;
}
.index_two .top .left {
  padding-right: 5.7rem;
}
.index_two .top .left::before {
  right: calc(5.7rem - 4.25rem);
}
.index_three {
  background: #1F2A83;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.index_three .bgg {
  z-index: 9;
}
.index_three .bgg > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bgg > div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three .swiper-pagination {
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  writing-mode: vertical-rl;
  right: auto;
  height: 4rem;
  width: 1.875rem;
  transform: rotate(180deg);
}
.index_three .swiper-pagination .aa,
.index_three .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
}
.index_three .more_a .iconfont {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper-container .swiper-slide {
  padding-left: 8.125rem;
  opacity: 0 !important;
}
.index_three .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index_three .swiper-container .swiper-slide .title {
  position: relative;
}
.index_three .swiper-container .swiper-slide .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background: #fff;
  left: -5rem;
}
.index_three .swiper-container .swiper-slide .text {
  width: 60%;
  margin: 0.625rem 0 1rem;
  height: 3.75rem;
}
.index_three ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.5rem;
}
.index_three ul li {
  padding: 2.1875rem 0;
  position: relative;
  text-align: center;
  flex: 1 0 0;
}
.index_three ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.index_three ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #1F2A83;
}
.index_three ul li:hover::before,
.index_three ul li.active::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover .icon img,
.index_three ul li.active .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_three ul li .icon img {
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.index_three ul li .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1.25rem;
}
.index_four .padding {
  padding: 0 6.25rem;
  margin-top: 3.75rem;
}
.index_four .swiper-pagination {
  height: 1px;
  margin-top: 4.5rem;
  background: #919191;
}
.index_four .swiper-pagination-progressbar-fill {
  background: #1F2A83;
  height: 3px;
  top: -1px;
}
.index_four .top .right {
  padding-left: 0;
}
.index_four .over img {
  height: 21.5625rem;
  object-fit: contain;
}
.index_five .swiper-container {
  margin-top: 2.8125rem;
}
.index_five .swiper-slide {
  background: #fff;
}
.index_five .swiper-slide .more_a {
  color: #8E8E8E;
}
.index_five .swiper-slide .more_a .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.index_five .swiper-slide .more_a:hover {
  color: #1F2A83;
}
.index_five .swiper-slide .more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .swiper-slide:hover .left .name {
  color: #1F2A83;
}
.index_five .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.index_five .swiper-slide a {
  display: flex;
  align-items: center;
}
.index_five .swiper-slide .left {
  width: 40%;
  padding: 0 2rem;
}
.index_five .swiper-slide .left .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B7B7B7;
}
.index_five .swiper-slide .left .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #383838;
  text-align: justify;
  margin: 0.5rem 0 1.875rem;
}
.index_five .swiper-slide .right {
  width: 60%;
}
.index_five .swiper-slide .right img {
  height: 20rem;
  object-fit: cover;
}
.index_five .flex {
  position: absolute;
  top: 0.5rem;
  right: 0;
  margin: 0 -0.75rem;
}
.index_five .swiper_btn {
  margin: 0 0.75rem;
  position: static;
  margin-top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(76, 76, 76, 0.3);
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_five .swiper_btn .iconfont {
  font-size: 1.25rem;
  display: block;
}
.index_six .right {
  padding-left: 1.875rem;
}
.index_six .text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #8E8E8E;
}
.index_six .bot {
  line-height: 5.3125rem;
}
.index_six .bot .left {
  background: #1F2A83;
  text-align: center;
}
.index_six .bot .left .more_a {
  color: #fff;
}
.index_six .bot .left .more_a .iconfont {
  margin-left: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.index_six .bot .left .more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .bot .right {
  background: #1C2029;
  border-left: 1.875rem solid #1F2A83;
}
.banner .hover .p2.text-le {
  text-align: left;     margin: 1.25rem 0 0;
}
.banner .hover .text-le {
  text-align: left;  
}
.danye{
  font-size: 1rem;
  line-height: 1.875rem;
  color: #8E8E8E;
  margin-top: 2rem;
}