@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;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #1C5BA7;
}
.c {
  color: #1C5BA7;
}
.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: 2.5rem;
  height: 2.5rem;
  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: #1C5BA7;
  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: #1C5BA7;
}
.search_more:hover::before {
  background: #1C5BA7;
}
.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: 13rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
header .center > ul > li:last-child .er_ul_pro.qita {
  right: 0rem;
  left: auto;
}
header .center > ul > li:nth-last-child(2) .er_ul_pro.qita,
header .center > ul > li:nth-last-child(3) .er_ul_pro.qita {
  right: -10rem;
  left: auto;
}
.er_ul_pro {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  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;
  padding: 1rem 0 3rem;
}
.er_ul_pro.qita {
  width: 45rem;
  left: -10rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.er_ul_pro.qita .l {
  width: 50%;
  padding-right: 2.5rem;
}
.er_ul_pro.qita .r {
  width: 50%;
}
.er_ul_pro.qita ul li {
  width: 100%;
}
.er_ul_pro.qita ul li:nth-child(2) a {
  border-top: none;
}
.er_ul_pro.qita .right .over {
  padding: 0;
}
.er_ul_pro.qita .right .over img {
  height: 15.5rem;
  object-fit: cover;
}
.er_ul_pro .right .over {
  background: #f5f5f5;
  border-radius: 0.625rem;
  padding: 2rem;
  display: none;
}
.er_ul_pro .right .over.active {
  display: block;
}
.er_ul_pro ul {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.er_ul_pro ul li {
  width: 50%;
  padding: 0 1rem;
  line-height: 4rem;
}
.er_ul_pro ul li:hover a {
  color: #1C5BA7;
}
.er_ul_pro ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro ul li:nth-child(-n+2) a {
  border-top: 1px solid #ddd;
}
.er_ul_pro ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
  font-size: 1rem;
}
.er_ul_pro ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1C5BA7;
}
.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) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er_ul_pro {
  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 .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: #1C5BA7;
}
.searchbox {
  border-color: #1C5BA7;
}
@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: auto;
  width: 120px;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sskas a{color:#fff}
.head .head2:hover .sskas a{color:#000}
.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: #1C5BA7;
}
.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: #1C5BA7;
  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;
  width: 120px;
}
.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: #1C5BA7;
  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: #1C5BA7;
}
.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(0.8);
  width: 120px;
}
.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: #1C5BA7;
}
.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%);
  }
}
@-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: 6.25rem;
}
.show_header header {
  animation: none !important;
}
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;
}
header:hover .logo img,
header.active .logo img,
.show_header header .logo img {
  filter: brightness(1) invert(0);
}
header:hover .center > ul > li > a,
header.active .center > ul > li > a,
.show_header header .center > ul > li > a,
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
.show_header header .ds1 .iconfont {
  color: #444444;
}
header:hover .lanuage .c,
header.active .lanuage .c,
.show_header header .lanuage .c {
  color: #1C5BA7;
}
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: #1C5BA7;
}
header:hover .center > ul > li > a::before,
header.active .center > ul > li > a::before,
.show_header header .center > ul > li > a::before {
  background: #1C5BA7;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
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;
  line-height: 2.5rem;
}
header .logo img {
  height: 3.625rem;
  filter: brightness(0) invert(1);
}
header .logo img:nth-child(2) {
  height: 3.375rem;
  margin-left: 1.25rem;
}
header .ds1 {
  margin: 0 0 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.5rem;
}
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 .sign_img img {
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
.nyban .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  margin: 0.625rem 0;
}
.nyban .en_name {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.bread {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: 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: #1C5BA7;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #000000;
}
.subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1C5BA7;
  margin-bottom: 1rem;
}
.subtitle.cf {
  color: #fff;
}
.subtitle.cf div::before {
  filter: brightness(0) invert(1);
}
.subtitle div {
  display: inline-block;
  position: relative;
  padding-right: 1.375rem;
}
.subtitle div::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.1875rem;
  background: #1C5BA7;
  background: url(../fonts/sign.svg) no-repeat;
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.z9 {
  z-index: 9;
  position: relative;
}
.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}
.banner {
  /* 定义从 100% 移动到 0 的动画 */
  /* 当应用此类时，元素会从顶部进入 */
  /* 当应用此类时，元素会从底部进入 */
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 9;
}
.banner .hover2 p {
  font-size: 1rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  margin-top: 0.9375rem;
  cursor: pointer;
}
.banner .swiper_pag1 {
  position: static;
}
.banner .swiper_pag1 .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto 0.375rem;
}
.banner .swiper_pag1 .swiper-pagination-bullet-active {
  height: 2rem;
  border-radius: 1.875rem;
  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 .hover .p1 {
  font-size: 2.75rem;
  line-height: 3.4375rem;
  color: #FFFFFF;
  width: 60%;
}
.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;
  transform: translateY(-50%);
}
.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  height: 2.25rem;
}
.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;
}
.banner .pa {
  position: absolute;
}
.banner .swiper-slide .image {
  height: 100vh;
  object-fit: cover;
}
.banner .lunbo-boxs {
  width: 31.93725rem;
  height: 31.97788rem;
  z-index: 2;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background: rgba(243, 249, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 .box2-img {
  left: -0.3125rem;
  top: -0.225rem;
  bottom: -0.225rem;
  width: 50%;
}
.banner .lunbo-boxs .box1 .box2 .box2-img img {
  height: 100%;
  width: 100%;
}
.banner .lunbo-boxs .box1 .box2 .pp1 {
  color: #0081C4;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 80% */
  width: 8.25rem;
  text-transform: uppercase;
  position: relative;
  left: 2rem;
}
.banner .lunbo-boxs .box1 .box2 .pp1 sup {
  font-weight: 400;
  font-size: 1.875rem;
  position: absolute;
  right: -2rem;
  top: 49%;
}
.banner .lunbo-boxs .box1 .box2 .divs {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 250% */
  padding-left: 4rem;
  margin-top: 1rem;
}
.banner .lunbo-boxs .box1 .box2 .divs .xues {
  width: 3.27006rem;
  height: 3.27006rem;
  background: #D4EAFF;
  border-radius: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .img4,
.banner .lunbo-boxs .img2 {
  display: none;
}
.banner .lunbo-boxs.active #wave {
  background: linear-gradient(180deg, #FF8D8D 0%, rgba(255, 141, 141, 0.64) 35.94%, rgba(255, 141, 141, 0) 100%);
}
.banner .lunbo-boxs.active .img1,
.banner .lunbo-boxs.active .img3 {
  display: none;
}
.banner .lunbo-boxs.active .img4,
.banner .lunbo-boxs.active .img2 {
  display: inline-block;
}
.banner .lunbo-boxs.active .box1 .box2 .divs .xues {
  background: #FFD4D4;
  padding: 0.875rem;
}
.banner .lunbo-boxs.active .box1 .box2 .pp1 {
  color: #D80000;
}
.banner .lunbo-boxs > img {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
}
.banner .bai-more a {
  border-radius: 0rem 1.875rem;
  border: 1px solid #FFF;
  background: #FFF;
  color: #5B8499;
}
.banner .lunbo-wenzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.banner .lunbo-wenzi .le {
  width: 45%;
  height: 31.97788rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-wenzi .le .div1 {
  color: #FFF;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 126.667% */
  text-transform: uppercase;
}
.banner .lunbo-wenzi .le .div1 img {
  width: 3.75rem;
}
.banner .lunbo-wenzi .le .div2 {
  color: #FFF;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.banner .lunbo-wenzi .re {
  width: 40%;
}
.banner .lunbo-wenzi .le .div1 img {
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
}
.banner .lunbo-wenzi .re .lunbo-boxs .box1 .box2 .divs .xues img {
  animation: xzreverse 6s linear infinite;
  -webkit-animation: xzreverse 6s linear infinite;
}
@keyframes scrool1 {
  0% {
    top: 100%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: -0.5%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 9500ms linear;
  background: linear-gradient(180deg, #9CCFFF 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%);
}
@keyframes slideInFromTop {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes slideInFromBottom {
  from {
    top: 0%;
  }
  to {
    top: 98%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #9CCFFF 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%);
}
.banner .lunbo-boxs.aa .up {
  animation: slideInFromTop 9500ms linear forwards;
}
.banner .down {
  animation: slideInFromBottom 9500ms linear forwards;
}
.banner #wave.active {
  background: linear-gradient(to bottom, rgba(255, 141, 141, 0.64) 50%, rgba(176, 217, 255, 0.64) 50%);
}
.banner .lunbo-boxs .box1 .box2 .pp1.active {
  color: #D80000;
}
.more {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA7;
}
.more.gray {
  color: #7C7C7C;
}
.more.gray img {
  filter: brightness(0);
  opacity: 0.5;
}
.more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.more img {
  margin-left: 0.625rem;
  height: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  color: #1C5BA5;
}
.more:hover img {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #1C5BA7;
  padding: 4.375rem 0 1.5625rem;
}
footer .top ul {
  width: 100%;
}
footer .top ul li {
  flex: none;
}
footer .top ul li .text {
  max-width: 15rem;
}
footer .top .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
footer .top .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(222, 246, 255, 0.7);
}
footer .top .text:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .top .text:hover {
  color: #fff;
}
footer .bot {
  margin-top: 2.5rem;
}
footer .bot .name {
  padding-bottom: 0.375rem;
  position: relative;
  margin-bottom: 0.375rem;
}
footer .bot .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 1px;
  background: #fff;
}
footer .bot .text,
footer .bot .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .ewm {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .ewm p {
  margin-top: 0.625rem;
}
footer .bot ul:nth-child(1) {
  width: 54%;
}
footer .bot ul:nth-child(1) li {
  flex: 1 0 0;
  padding-right: 3rem;
}
footer .bot ul:nth-child(2) {
  width: 46%;
}
.beian {
  background: #1C5BA7;
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text .fenxiang {
  display: flex;
  align-items: center;
}
.beian .text ul {
  display: flex;
  align-items: center;
}
.beian .text ul li {
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
}
.beian .text ul li a {
  padding-left: 1rem;
  color: #fff !important;
}
.beian .text ul li a:hover {
  background: transparent !important;
}
.fixright_li_last {
  display: none;
}
.alignc {
  align-items: center;
}
.more_a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #686868;
  display: flex;
  align-items: center;
}
.more_a .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #1C5BA7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  border: 1px solid #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a .iconfont {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover {
  color: #1C5BA7;
}
.more_a:hover div {
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div .iconfont {
  color: #1C5BA7;
}
.more_a.cf {
  color: #fff;
}
.more_a.cf div {
  border-color: #fff;
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a.cf div .iconfont {
  color: #fff;
}
.more_a.cf:hover div {
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .top .r a,
.index_four .top .r a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA7;
}
.index_one .top .r a .iconfont,
.index_four .top .r a .iconfont {
  color: #1C5BA7;
  font-size: 1.125rem;
}
.index_one {
  background: #fff;
}
.index_one .p100 {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.index_one .margin .swiper-button-next {
  right: -3.4375rem;
  top: 40%;
}
.index_one .margin .swiper-button-prev {
  left: -3.4375rem;
  top: 40%;
}
.index_one .swiper-slide .img {
  transform: scale(0.7);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide:hover .name {
  color: #1C5BA7;
}
.index_one .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.8125rem;
  color: #000000;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.index_one .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4375rem;
  height: 1px;
  background: #1C5BA7;
}
.index_one .swiper-slide .content {
  margin-top: 1.5625rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #191919;
  font-size: 2.5rem;
  font-weight: bolder;
}
.number_ul li .num sub {
  color: #191919;
  font-size: 1.5rem;
  bottom: auto;
  bottom: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: bolder;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  left: 1.375rem;
}
.number_ul li .num i {
  color: #1C5BA7;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #5B5B5B;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}
.index_two {
  background: #fff;
  z-index: 9;
}
.index_two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 124, 124, 0.05);
  z-index: -1;
}
.index_two .number_ul li .num {
  text-align: center;
}
.index_two .number_ul li {
  flex: 1 0 0;
  text-align: center;
}
.index_two .number_ul li > div {
  display: inline-block;
}
.index_two .font18 {
  margin: 1.375rem 0 1.875rem;
  text-align: justify;
}
.index_two .more {
  margin-top: 2.5rem;
}
.index_two .row {
  margin: 0 -1.5625rem;
}
.index_two .row > div {
  padding: 0 1.5625rem;
}
.index_two .row > div.left {
  margin-top: 2rem;
}
.index_two .row .right .padding {
  padding-top: 4.0625rem;
  position: relative;
  padding-right: 4.375rem;
  z-index: 98;
}
.index_two .row .right .padding::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19.0625rem;
  height: 19.0625rem;
  background: #1C5BA7;
  z-index: -1;
}
.index_two .n {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  width: 120%;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.index_two .n li {
  padding: 2.5rem 1.875rem;
}
.index_two .n li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index_two .n .icon {
  margin-bottom: 0.625rem;
}
.index_two .n .icon img {
  height: 3.125rem;
}
.index_two .more {
  display: block;
  margin-top: 1.875rem;
}
.index_two > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.25rem;
  height: 100%;
}
.index_three {
  background: #fff;
  height: calc(100vh - 6.25rem);
  display: flex;
  align-items: center;
}
.index_three .content {
  margin-top: 1.25rem;
}
.index_three .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -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 ul {
  width: 29.875rem;
  margin-top: 1.875rem;
}
.index_three ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -moz-linear-gradient(0.3% 50% 0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -webkit-gradient(linear, 0.3% 50%, 89.61% 50%, color-stop(0, #1c5ba5), color-stop(1, rgba(28, 91, 165, 0)));
  background: -o-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -ms-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5' ,GradientType=0)";
  background: linear-gradient(90deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  opacity: 0.6;
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5', GradientType=1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_three ul li:hover,
.index_three ul li.active {
  border-radius: 0.625rem;
}
.index_three ul li:hover::before,
.index_three ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.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 a {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.index_three ul li .icon img {
  height: 3.75rem;
}
.index_three ul li .name {
  width: calc(100% - 3.75rem);
  padding-left: 3.125rem;
  font-size: 1.375rem;
  line-height: 7.125rem;
  color: #FFFFFF;
  text-align: left;
}
.index_four {
  background: #fff;
}
.index_four .left .swiper-slide img {
  height: 19.6875rem;
  object-fit: cover;
}
.index_four .right .swiper-slide img {
  height: 14.6875rem;
  object-fit: cover;
}
.index_four .p100 {
  background: url(../images/6.png) no-repeat;
  background-size: cover;
}
.index_four .padding_right {
  padding-right: var(--container);
  overflow: hidden;
}
.index_four .hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: var(--container);
  margin-top: 1.125rem;
}
.index_four .swiper-button-next,
.index_four .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: static;
  background: #1C5BA7;
  margin-top: 0;
  margin-left: 1.5625rem;
}
.index_four .swiper-button-next .iconfont,
.index_four .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1rem;
}
.index_four .swiper-scrollbar {
  width: calc(100% - 3.75rem * 2 - 1.5625rem * 2);
  height: 1px;
  background: rgba(0, 79, 139, 0.2);
  opacity: 1 !important;
}
.index_four .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #1C5BA7;
  top: -1px;
}
.swiper_btn {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #1C5BA7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  display: block;
  color: #1C5BA7;
  font-weight: 600;
}
.swiper_btn:hover {
  background: #1C5BA7;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper-button-next {
  right: -6.25rem;
}
.margin .swiper-button-prev {
  left: -6.25rem;
}
.index_news {
  background: #F4F4F4;
  padding: 6.25rem 0 6.875rem;
}
.index_news .data {
  font-size: 1rem;
  line-height: 1rem;
  color: #7F7F7F;
  font-weight: 500;
}
.index_news .data .iconfont {
  font-size: 1rem;
}
.index_news .more {
  color: #7C7C7C;
}
.index_news .more img {
  filter: brightness(0);
  opacity: 0.5;
}
.index_news .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin: 0.5rem 0;
}
.index_news .font18 {
  color: #7C7C7C;
}
.index_news .bg {
  background: #1C5BA7;
}
.index_news .bg .data,
.index_news .bg .name,
.index_news .bg .font18 {
  color: #fff;
}
.index_news .bot {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.index_news .bot .left,
.index_news .bot .right {
  padding: 0 1.5625rem;
}
.index_news .bot .left .data {
  margin-top: 1.875rem;
}
.index_news .bot .left .over,
.index_news .bot .left .over img {
  border-radius: 0.625rem;
}
.index_news .bot .left .over img {
  height: 27.375rem;
  object-fit: cover;
}
.index_news .more:hover {
  color: #1C5BA7;
}
.index_news .more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.index_news .bot .left:hover .name {
  color: #1C5BA7;
}
.index_news .bot .left:hover .over img {
  transform: scale(1.1);
}
.index_news .bot .left .name {
  margin: 0.5rem 0;
}
.index_news .bot .left .more_a {
  margin-top: 1.25rem;
}
.index_news .bot .right ul li {
  border-bottom: 1px solid #D5D5D5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover,
.index_news .bot .right ul li.active {
  background: rgba(124, 124, 124, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover .name,
.index_news .bot .right ul li.active .name {
  color: #1C5BA7;
}
.index_news .bot .right ul li:hover a,
.index_news .bot .right ul li.active a {
  background: rgba(124, 124, 124, 0.005);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a {
  padding: 1.875rem 2.5rem 1.875rem 0;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a .l {
  width: 8.125rem;
  padding-left: 1rem;
}
.index_news .bot .right ul li a .l div {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: #2D2D2D;
  padding-left: 0.625rem;
}
.index_news .bot .right ul li a .r {
  width: calc(100% - 8.125rem);
}
.index_news .bot .right ul li a .r .font18 {
  margin: 0.6875rem 0 1.125rem;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1C5BA7;
}
.index_five {
  position: relative;
  z-index: 100;
}
.index_five .margin {
  margin-top: 2.1875rem;
}
.index_five .swiper-slide {
  border: 1px solid #D9D9D9;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
.index_five .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_five .swiper-slide .over img {
  max-height: 100%;
  padding: 1rem;
}
.index_five .swiper-slide:hover {
  border-color: #1C5BA7;
}
.index_five .swiper-slide:hover img {
  transform: scale(1.1);
}
.guide_page {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: #fff;
  overflow: hidden;
}
.guide_page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  max-width: none !important;
}
.guide_page .y_2,
.guide_page .y_3 {
  left: -55%;
}
.guide_page .y_4 {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html,
body {
  width: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
body.hidden {
  overflow: hidden;
}
.bor20 {
  border-radius: 0.625rem;
}
.icon_vid {
  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;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #1C5BA7;
}
.icon_vid::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;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::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;
}
.tj {
  text-align: justify;
}
.row30 {
  margin: 0 -1.875rem;
}
.row30 > div {
  padding: 0 1.875rem;
}
.row20 {
  margin: 0 -1.25rem;
}
.row20 > div {
  padding: 0 1.25rem;
}
.row24 {
  margin: 0 -1.5rem;
}
.row24 > div {
  padding: 0 1.5rem;
}
.list_join .left {
  margin-top: 1.875rem;
}
.bgf5 {
  background: rgba(124, 124, 124, 0.05);
}
.more_more {
  border: 1px solid #1C5BA7;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #1C5BA7;
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  border-radius: 6.25rem;
  z-index: 5;
  color: #fff;
  background: #1C5BA7;
}
.more_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: #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 6.25rem;
}
.more_more:hover {
  color: #1C5BA7;
}
.more_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_more > div {
  display: flex;
  align-items: center;
}
.more_more .iconfont {
  font-weight: 600;
  font-size: 1rem;
  margin-left: 1rem;
}
.more_more.bgf {
  background: transparent;
  border-color: #1C5BA7;
  color: #fff;
  text-align: center;
  width: 11.25rem;
}
.more_more.bgf::before {
  background: #1C5BA7;
}
.more_more.bgf:not(:last-child) {
  margin-right: 1rem;
}
.more_more.bgf img {
  height: 0.875rem;
  margin-left: 0.625rem;
}
.list_join .bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  margin-top: 3.75rem;
}
.list_join .bot li {
  width: 20%;
  padding: 0 0.75rem;
}
.list_join .bot li > div {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.65rem 0.9375rem 1.25rem;
}
.list_join .bot li > div .icon img {
  height: 4.375rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot li > div .text {
  color: #7C7C7C;
  margin-top: 0.75rem;
}
.list_join .bot 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;
}
.join_ul > li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.join_ul > li:hover .top .left > div:nth-child(1) p {
  color: #1C5BA7;
}
.join_ul > li.active .top {
  border-color: #1C5BA7;
}
.join_ul > li.active .bot {
  display: block;
}
.join_ul > li.active .top .left > div:nth-child(1) p {
  color: #1C5BA7;
}
.join_ul > li.active .top .right {
  color: #1C5BA7;
  border-left-color: #1C5BA7;
}
.join_ul > li .top {
  display: flex;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}
.join_ul > li .top .left {
  width: calc(100% - 12rem);
  padding: 1.875rem;
}
.join_ul > li .top .left > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.join_ul > li .top .left > div:nth-child(1) p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  min-width: 20%;
}
.join_ul > li .top .left > div:nth-child(1) div {
  font-size: 1rem;
  color: #7C7C7C;
  margin-left: 4.375rem;
}
.join_ul > li .top .left .list {
  display: flex;
  flex-wrap: wrap;
  color: #7C7C7C;
}
.join_ul > li .top .left .list > div {
  width: 26%;
}
.join_ul > li .top .right {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  border-left: 1px solid #D5D5D5;
}
.join_ul > li .bot {
  display: none;
  padding: 2.375rem 1.875rem;
  border: 1px solid #1C5BA7;
  border-top: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.join_ul > li .bot strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
  display: block;
  margin-bottom: 0.25rem;
}
.join_ul > li .bot .more .iconfont {
  font-weight: 600;
}
.join_ul > li {
  background: #fff;
}
.foot-fot {
  background: #1C5BA7;
}
.list_news .ul li {
  position: relative;
  padding: 2.75rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .left img {
  transform: scale(1.1);
}
.list_news .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_news .ul li:hover .name {
  color: #1C5BA7;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li .left {
  padding-right: 0;
}
.list_news .ul li .left img {
  height: 20rem;
  object-fit: cover;
}
.list_news .ul li .right {
  padding-left: 2.8125rem;
}
.list_news .ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 0.375rem;
}
.list_news .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_news .ul li .text {
  margin: 0.75rem 0 1.5625rem;
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #898989;
  text-align: justify;
}
.show_detail .left .desc {
  background: rgba(124, 124, 124, 0.05);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 2.1875rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  padding: 0.75rem 0 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #E8E8E8;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div ul {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div ul li {
  margin-right: 0.625rem;
}
.show_detail .left .data > div ul li .iconfont {
  font-size: 1.125rem;
}
.show_detail .left .data > div ul li a {
  border: none;
  color: #9B9B9B;
  font-size: 1.125rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.show_detail .left .data > div ul li a:hover {
  background: transparent;
}
.show_detail .left .data > div ul li:hover a {
  color: #1C5BA7;
}
.show_detail .left .more {
  background: #1C5BA7;
  color: #fff;
}
.show_detail .left .more::before {
  background: #fff;
}
.show_detail .left .more:hover {
  color: #1C5BA7;
}
.show_detail .left > div {
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia a {
  width: 80%;
}
.show_detail .left .shangxia .left2 .flex2 {
  justify-content: flex-start;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 {
  justify-content: flex-end;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 p {
  order: 2;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: #1C5BA7;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: #1C5BA7;
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #1C5BA7 !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #1C5BA7;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .show_detail {
    padding: 30px 0;
  }
  .show_detail .right {
    display: none;
  }
  .show_detail .left {
    padding-right: 15px;
  }
  .show_detail .left > div {
    padding-bottom: 30px;
  }
  .show_detail .left .shangxia {
    margin-top: 30px;
  }
  .show_detail .left .shangxia .tr {
    text-align: left;
  }
  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p {
    order: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
    display: inline;
  }
  .show_detail .left .shangxia .tr .flex2 {
    justify-content: flex-start;
  }
  .show_detail .left .data {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .show_detail .left .desc {
    margin-bottom: 20px;
  }
}
.list_contact ul {
  margin-top: 2.1875rem;
  margin-bottom: 3.4375rem;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0.5rem 0.875rem 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_contact 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_contact ul li > div {
  border: 1px solid #D5D5D5;
  border-radius: 0.625rem;
  padding: 1.875rem 3.125rem;
  height: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .icon img {
  height: 5rem;
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  margin: 0.875rem 0 0.5rem;
}
.list_contact ul li > div .text {
  color: #7C7C7C;
}
.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0 !important;
}
.list_hzsq input::placeholder,
.list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}
.list_hzsq input,
.list_hzsq select {
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
}
.list_hzsq input.bor,
.list_hzsq select.bor {
  border: 1px solid #E2E2E2;
}
.list_hzsq input.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_hzsq textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}
.list_hzsq textarea.bor {
  border: 1px solid #E2E2E2;
}
.list_hzsq textarea.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3A3A3A;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.list_hzsq .name span {
  color: #D90000;
}
.list_hzsq .more {
  border-radius: 0.25rem;
  background: #1C5BA7;
  color: #fff;
  padding: 0 3.4375rem;
}
.list_hzsq .more .iconfont {
  font-weight: 600;
}
.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}
.list_hzsq .more:hover {
  color: #1C5BA7;
}
.list_hzsq .more_more {
  width: 9.375rem;
  padding: 0;
  border-radius: 0.625rem;
}
.list_hzsq .more_more::before {
  border-radius: 0.625rem;
}
.list_hzsq .more_more:nth-child(1) {
  margin-right: 0.875rem;
}
.list_hzsq .more_more:nth-child(2) {
  margin-left: 0.875rem;
  background: #E2E2E2;
  color: #5B5B5B;
  border-color: #E2E2E2;
}
.list_hzsq .bot .name_t {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3A3A3A;
}
.list_yxwl .img {
  padding: 1.5625rem 6.25rem 0;
}
.list_yxwl ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_yxwl ul li {
  position: absolute;
}
.list_yxwl ul li.dian1 {
  top: 31.75%;
  right: 26.5%;
}
.list_yxwl ul li.dian2 {
  top: 17%;
  right: 22%;
}
.list_yxwl ul li.dian3 {
  top: 24%;
  right: 23.5%;
}
.list_yxwl ul li.dian4 {
  top: 43.75%;
  right: 41.5%;
}
.list_yxwl ul li.dian5 {
  bottom: 10.75%;
  left: 58%;
}
.list_yxwl ul li.dian6 {
  top: 59.75%;
  left: 71.5%;
}
.list_yxwl ul li.dian7 {
  top: 32.75%;
  left: 61.5%;
}
.list_yxwl ul li.dian8 {
  top: 58.75%;
  left: 64%;
}
.list_yxwl ul li.dian9 {
  top: 54.75%;
  left: 68.5%;
}
.list_yxwl ul li.dian10 {
  top: 38.75%;
  right: 32.5%;
}
.list_yxwl ul li.dian11 {
  top: 51.75%;
  right: 45.5%;
}
.list_yxwl ul li div {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(28, 91, 167, 0.3);
  margin: 0 auto;
  animation: fangda 2s infinite;
  position: relative;
}
.list_yxwl ul li div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1C5BA7;
  opacity: 0.8;
}
@keyframes fangda {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_yxwl ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_solution .swiper_pag {
  position: relative;
}
.list_solution .swiper-container {
  margin-top: 1.875rem;
}
.list_solution .swiper-container .swiper-slide .over,
.list_solution .swiper-container .swiper-slide .over img {
  border-radius: 1.25rem;
}
.list_solution .swiper-container .swiper-slide .over img {
  width: 100%;
}
.squer_pro {
  padding: 0.5rem 1.25rem 0;
}
.squer_pro .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.25rem 0 0.5rem;
}
.squer_pro .over {
  position: relative;
}
.squer_pro .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  border: 1px solid #F6F6F6;
}
.squer_pro .over img {
  height: 20rem;
  object-fit: contain;
  object-position: center;
}
.squer_pro .over,
.squer_pro .over img {
  border-radius: 0.625rem;
}
.squer_pro .text {
  color: #7C7C7C;
  margin-bottom: 1.25rem;
}
.squer_pro .over {
  background: #F6F6F6;
  padding: 1.875rem 0.625rem;
}
.squer_pro:hover .over img {
  transform: scale(1.1);
}
.squer_pro:hover .over {
  background: transparent;
}
.squer_pro:hover .over::before {
  border-color: #1C5BA7;
}
.squer_pro:hover .name {
  color: #1C5BA7;
}
.squer_pro:hover .over {
  box-shadow: 0 0 0.625rem 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;
}
.squer_pro .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_pro_swiper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2.5rem;
}
.about_pro_swiper .swiper_btn {
  margin-top: -6rem;
}
.list_case .ul > li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #BDBDBD;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
.list_case .ul > li:hover {
  box-shadow: 0px 0px 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;
}
.list_case .ul > li:hover .right .name {
  color: #1C5BA7;
}
.list_case .ul > li:hover .left .over img {
  transform: scale(1.1);
}
.list_case .ul > li:nth-child(even) .left {
  order: 2;
}
.list_case .ul > li:nth-child(even) .right {
  order: 1;
}
.list_case .ul > li.active .left::before,
.list_case .ul > li.active .left::after {
  left: 100%;
}
.list_case .ul > li .left {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.list_case .ul > li .left::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.list_case .ul > li .left::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
.list_case .ul > li .left::before,
.list_case .ul > li .left::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list_case .ul > li .right {
  padding-left: 3.125rem;
}
.list_case .swiper-button-next {
  right: 2.5rem;
}
.list_case .swiper-button-prev {
  left: 2.5rem;
}
.list_case .swiper_btn {
  border-color: #fff;
}
.list_case .swiper_btn .iconfont {
  color: #fff;
}
.list_case .right {
  padding-right: 3.75rem;
  display: flex;
  align-items: center;
}
.list_case .right .name {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  color: #000000;
}
.list_case .right ul {
  margin-top: 1.125rem;
}
.list_case .right ul li div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA5;
  position: relative;
  padding-left: 1.5rem;
}
.list_case .right ul li div::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/sign.svg) no-repeat;
  background-size: contain;
}
.list_case .right ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  padding-left: 1.5rem;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.number_ul li .num span {
  color: #1470B9;
  font-size: 3rem;
  font-weight: 800;
}
.number_ul li .num sub {
  color: #1470B9;
  font-size: 1.5rem;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  font-size: 1rem;
}
.number_ul li .num i {
  color: #1470B9;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}
.list_about .text { 
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_about .text p {
  text-indent: 2em;
}
.list_about .text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_about .number_ul li .num sub sub {
  top: -0.3125rem;
}
.list_about .number_ul li {
  width: 100%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list_about .number_ul li .num span,
.list_about .number_ul li sub {
  font-weight: 800;
  color: #000;
}
.list_about .number_ul li sub {
  font-size: 1.25rem;
}
.list_about .number_ul li .num span {
  font-size: 2.25rem;
}
.list_about .number_ul li .text {
  font-weight: 500;
}
.list_about .left ul {
  flex-wrap: wrap;
}
.list_about .left li > div:nth-child(2) {
  padding-left: 1.25rem;
}
.list_about .left li:not(:last-child) {
  margin-bottom: 3.75rem;
}
.list_about .left .icon img {
  height: 3.125rem;
}
.list_about_two {
  background: url(../images/12.png) no-repeat;
  padding: 7.1875rem 0 14.375rem;
  background-size: cover;
  background-attachment: fixed;
}
.list_about_two ul {
  margin-top: 4.375rem;
}
.list_about_two ul li > div {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
  height: 100%;
}
.list_about_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;
}
.list_about_two ul li .icon img {
  height: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin: 1.25rem 0 1rem;
}
.list_about_two ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding: 0 0.5rem;
}
.list_about_three .hover {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
}
.list_about_three .hover .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 1.25rem 0 1.875rem;
}
.list_about_three .hover .text {
  color: #2E59A6;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5rem;
  line-height: 2.5rem;
}
.list_history {
  background: url(../images/18.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 10rem;
}
.list_history .swiper_top {
  margin: 4rem 8.125rem 5.6rem;
}
.list_history .swiper_top .swiper-slide .left {
  color: #1C5BA7;
  text-align: right;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
}
.list_history .swiper_top .swiper-slide .right {
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  text-align: justify;
}
.list_history .swiper-button-next {
  right: -3.125rem;
}
.list_history .swiper-button-prev {
  left: -3.125rem;
}
.list_history .btn_bor {
  bottom: 4.5rem;
  margin-top: 0;
  z-index: 989;
  top: auto;
}
.list_history .btn_bor .iconfont {
  font-size: 1rem;
}
.list_history .swiper_bot {
  padding-top: 0;
}
.list_history .swiper_bot::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #1C5BA7;
}
.list_history .swiper_bot .swiper-slide {
  padding-top: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 8.125rem;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active .year {
  color: #1C5BA7;
}
.list_history .swiper_bot .swiper-slide {
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year {
  color: #010101;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.0325rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #1C5BA7;
  background: #fff;
  border-radius: 50%;
}
.list_history .swiper_btn {
  top: auto;
  margin-top: 0;
  bottom: 4.25rem;
  background: #1C5BA7;
}
.list_history .swiper_btn .iconfont {
  color: #fff;
}
.list_history .swiper-slide .font18 {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.list_honor .ul li {
  margin-bottom: 1.875rem;
}
.list_honor .ul li a {
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.list_tech form input,
.list_product form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADCDE;
  border-radius: 5rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
}
.list_tech form button,
.list_product form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  background: transparent;
  border: none;
  text-align: center;
  line-height: 3.75rem;
}
.list_tech form button .iconfont,
.list_product form button .iconfont {
  font-size: 1.25rem;
  color: #1C5BA7;
}
.list_tech .left > div {
  height: 100%;
  padding: 0 3rem;
}
.list_tech .left > div ul {
  margin-top: 1.875rem;
  padding: 0 1.5rem;
}
.list_tech .left > div ul li a {
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #606060;
  font-weight: normal;
}
.list_tech .left > div ul li a .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  display: inline-block;
}
.list_tech .left > div ul li:hover a,
.list_tech .left > div ul li.active a {
  color: #1C5BA7;
}
.list_tech .left > div ul li:hover a .iconfont,
.list_tech .left > div ul li.active a .iconfont {
  transform: translateX(1.875rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_tech .right {
  padding-left: 3.125rem;
}
.list_tech .right .ul li:hover .name {
  color: #1C5BA7;
}
.list_tech .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_tech .name {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_tech .ul li {
  margin-bottom: 2.5rem;
}
.list_tech .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .top {
  padding: 3.375rem 0 2.5rem;
}
.list_product .top .name {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #1C5BA5;
}
.list_product .top .shaixuan {
  margin-top: 1.875rem;
}
.list_product .top .shaixuan li:first-child {
  display: none;
}
.list_product .top .shaixuan li.active a div:nth-child(1) {
  background-color: #1C5BA7;
  border-color: #1C5BA7;
}
.list_product .top .shaixuan li.active a div:nth-child(1)::before {
  opacity: 1;
}
.list_product .top .shaixuan li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  color: #7C7C7C;
}
.list_product .top .shaixuan li a div:nth-child(1) {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #7C7C7C;
  border-radius: 0.1875rem;
  position: relative;
}
.list_product .top .shaixuan li a div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../images/dg.svg) no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  opacity: 0;
}
.list_product .top .shaixuan li a div:nth-child(3) {
  width: calc(100% - 2.8125rem - 0.75rem - 3rem);
}
.list_product .top .shaixuan li a img {
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 1.5rem;
}
.channle_pro .name {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.channle_pro ul {
  border-top: 0.1875rem solid #1C5BA7;
}
.channle_pro ul li {
  padding: 1.125rem 3rem;
  border-bottom: 1px solid #CECECE;
}
.channel_pro_two .name {
  font-size: 1.625rem;
  color: #212121;
  line-height: 2.5rem;
  margin: 1.875rem 0 2.1875rem;
}
.channel_pro_two .name span {
  color: #1C5BA5;
  font-size: 1.875rem;
}
.channel_pro_two .swiper-slide {
  text-align: center;
  padding: 1.5rem 2.1875rem 0.75rem;
  border-right: 1px solid #D9D9D9;
  height: auto;
}
.channel_pro_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide:first-child {
  border-left: 1px solid #D9D9D9;
}
.channel_pro_two .text {
  text-align: justify;
  text-align-last: center;
}
.channel_pro_two .icon {
  margin-bottom: 1.125rem;
  text-align: center;
}
.channel_pro_two .icon img {
  height: 3.75rem;
}
.channel_pro_three ul {
  margin-top: 2.75rem;
}
.channel_pro_three ul .text {
  margin-top: 1rem;
}
.channel_pro_five ul {
  margin-top: 1.875rem;
}
.channel_pro_five ul li {
  margin-bottom: 3.125rem;
}
.channel_pro_five ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.125rem 0 0.3125rem;
}
.channel_pro_five ul li .over,
.channel_pro_five ul li .over img {
  border-radius: 1.25rem;
}
.channel_pro_five ul li:hover .over img {
  transform: scale(1.1);
}
.show_product {
  background: url(../images/24.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.show_product .bot .left {
  padding-top: 3rem;
}
.show_product > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(26px);
}
.show_product .swiper-button-white {
  background-size: 1.25rem 1.25rem;
}
.show_product .swiper-button-prev {
  left: 1.25rem;
}
.show_product .swiper-button-next {
  right: 1.25rem;
}
.show_product .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 6.25rem;
  left: 0;
  z-index: 999;
  width: 100%;
  line-height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top.active {
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.show_product .top.active .left ul li {
  color: #8E8E8E;
}
.show_product .top.active .left ul li a {
  color: #8E8E8E;
}
.show_product .top.active .bread {
  color: #8E8E8E;
  border-bottom: none;
}
.show_product .top.active .bread a {
  color: #8E8E8E;
}
.show_product .top .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.show_product .top .left ul li {
  font-size: 1rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}
.show_product .top .left ul li a {
  color: #fff;
}
.show_product .top .left ul li .div {
  position: relative;
}
.show_product .top .left ul li .div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .left ul li:hover a,
.show_product .top .left ul li.active a {
  color: #1C5BA7;
}
.show_product .top .left ul li:hover .div::before,
.show_product .top .left ul li.active .div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .bread {
  color: #fff;
}
.show_product .top .bread a {
  color: #fff;
}
.show_product .bot {
  padding: 13.125rem 0 8.75rem;
}
.show_product .bot .left {
  padding-right: 5rem;
}
.show_product .bot .right {
  padding-left: 5rem;
}
.show_product .bot .right .margin {
  background: rgba(251, 252, 253, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.281);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
.show_product .bot .xinghao {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.show_product .bot .flex2 {
  justify-content: flex-start;
}
.show_product .bot .font18 {
  color: #FFFFFF;
  margin: 1.5625rem 0 2.8125rem;
}
.show_product .bot .more {
  width: 11.25rem;
  padding: 0;
  border: 2px solid #1C5BA7;
  text-align: center;
  color: #fff;
}
.show_product .bot .more:nth-child(1) {
  margin-right: 1.375rem;
}
.show_pro_three .top .r {
  display: flex;
  justify-content: flex-end;
}
.show_pro_three .top .r ul {
  display: flex;
  align-items: center;
}
.show_pro_three .top .r ul li div {
  width: 8.5rem;
  background: rgba(124, 124, 124, 0.05);
  color: #666666;
  line-height: 3.4375rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.show_pro_three .top .r ul li.active div,
.show_pro_three .top .r ul li:hover div {
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.show_pro_three .top .r ul li:not(:last-child) {
  margin-right: 0.875rem;
}
.show_pro_four .swiper-container {
  margin-top: 1.875rem;
}
.show_pro_four .name {
  font-size: 1.625rem;
  margin-top: 1rem;
  line-height: 2.5rem;
  color: #494949;
}
.show_pro_three .sum {
  margin-top: 1.875rem;
}
.show_pro_three .sum > div {
  display: none;
}
.show_pro_three .sum > div.active {
  display: block;
}
.show_pro_three .text strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #111111;
}
.show_pro_three .name {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1.125rem;
}
.show_pro_three table td {
  line-height: 1.875rem;
  padding: 0.9375rem 2rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  font-size: 1rem;
  color: #5E5E5E;
  text-align: center;
}
.show_pro_three table td:nth-child(1) {
  text-align: left;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_cpsc > div {
  display: flex;
  padding: 1.125rem 1.75rem;
  border-radius: 0.625rem;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.144);
}
.list_cpsc > div p {
  width: calc(100% - 10rem);
  padding-left: 2rem;
  font-size: 1.125rem;
}
.list_cpsc > div a {
  display: flex !important;
  position: static !important;
  width: 8.75rem !important;
  align-items: center;
}
.list_cpsc > div a svg {
  height: 1.25rem;
}
.list_cpsc > div a:hover {
  color: #1C5BA7;
}
.list_cpsc > div a:hover svg path {
  fill: #1C5BA7;
}
.guide_page_by {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: #0056FE;
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.5rem;
}
.zd_erha .aat_list li > a p {
  color: #333434;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

.head .head2 {
  line-height: 6.25rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 6.1875rem;
}

.head .head2 .sska {
  line-height: 1em;
  margin-left: 0.8em;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
  position: relative;
}
.head .head2 .zywena .secsdf{
  width: 150px;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem 0rem;
  text-align: center;
  transition: 200ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
}
.head .head2 .zywena:hover .secsdf{
  transition: 200ms ease-in-out;
    transform: scaleY(1);
}
.head .head2 .zywena .secsdf a{
  display: block;
  line-height:30px;
  text-decoration: none;
  font-size: 1rem;
  color: #000;  text-decoration: none;
transition: 400ms ease-in-out;
-moz-transition: 400ms ease-in-out;
/* Firefox 4 */
-webkit-transition: 400ms ease-in-out;
/* Safari and Chrome */
-o-transition: 400ms ease-in-out;
}
.head .head2 .sska a, .head .head2 .zywena a {
  font: 500 1rem/1em "Noto Sans SC";
  color: #fff;
}
.head .head2 .zywena .secsdf a:hover{
  background: #0075CC;
  color: #FFF !important;  
transition: 400ms ease-in-out;
-moz-transition: 400ms ease-in-out;
/* Firefox 4 */
-webkit-transition: 400ms ease-in-out;
/* Safari and Chrome */
-o-transition: 400ms ease-in-out;
 
  
}
.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head .head2 .sska a, .head .head2 .zywena a:hover{
  color: #0075CC !important;
}

.head .head2 .zywena {
  text-align: center;
  margin-left: 1em;
  margin-right: 1rem;
  position: relative;
}
.wehsst {
  color: #fff;
}
#menu {
  margin-right: 1vw;
}

#menu .nav_a1 li {
  float: left;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}


#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: left;
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding: 2.5rem 0;
}

#menu .nav_a1 li .sec .xgagf-a a {
  font: 500 1rem/1.5em "";
  padding: 0.78em 0;
  color: rgba(0, 0, 0, 0.5);
  width: 48%;
  display: block;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
  position: relative;
}

#menu .nav_a1 li .sec .xgagf-a a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background: #0075CC;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  height: 1px;
}

#menu .nav_a1 li .sec .xgagf-a a:hover {
  color: #0075CC;
}

#menu .nav_a1 li .sec .xgagf-a a:hover::after {
  width: 100%;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#menu .nav_a1 li .sec .wehxh-v {
  width: 58.85417%;
  margin: 0 auto;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 51.32743%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 44.24779%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img {
  display: block;
  font-size: 0;
  padding-bottom: 41%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img img {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
   -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
       transform: translateY(1px);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  font-weight: 700;
}

#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-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%);
  }
}

.head .head2:hover {
  background: #fff;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
}
.head .head2:hover .logo a img:first-child,.head .head2 .logo a img.logo-hover{display:none}
.head .head2:hover .logo a img.logo-hover {display:block}

.head .head2:hover #menu .nav_a1 li a {
  color: rgba(0, 0, 0, 0.7);
}

.head .head2:hover #menu .nav_a1 li a:hover {
  color: #0075CC;
}

.head .head2:hover #menu .nav_a1 li > a span::after {
  background: #0075CC;
}

.head .head2:hover .sska i, .head .head2:hover .zywena i, .head .head2:hover .sska a, .head .head2:hover .zywena a, .head .head2:hover .sska a, .head .head2:hover .zywena {
  color: rgba(0, 0, 0, 0.7);
}

.head.sticky .head2 {
  background: #fff;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
}

.head.sticky .head2 .logo a img {
  -webkit-filter: invert(51%) sepia(94%) saturate(6433%) hue-rotate(190deg) brightness(93%) contrast(101%);
          filter: invert(51%) sepia(94%) saturate(6433%) hue-rotate(190deg) brightness(93%) contrast(101%);
}

.head.sticky .head2 #menu .nav_a1 li a {
  color: rgba(0, 0, 0, 0.7);
}

.head.sticky .head2 #menu .nav_a1 li a:hover {
  color: #0075CC;
}

.head.sticky .head2 #menu .nav_a1 li > a span::after {
  background: #0075CC;
}

.head.sticky .head2 .sska i, .head.sticky .head2 .zywena i, .head.sticky .head2 .sska a, .head.sticky .head2 .zywena a {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
.wh {
    padding: 0 12.5%;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.newban .flex-direction-nav a{ width:56px;height:56px; display:block; position:absolute;
	left:7.3%; bottom: 64px; z-index: 4; font-size: 0; border-radius: 50%;
	background-position: center; background-repeat: no-repeat;}
.newban .flex-direction-nav a:before{ content: ''; position: absolute; left: 0; top:0; z-index: 0;
	width: 100%; height: 100%; background: url('../images/yuan.png') center no-repeat;
	transition: 0.3s; -webkit-transition: 0.3s;}
.newban .flex-direction-nav a.flex-prev{ background-image: url('../images/lt1.png');}
.newban .flex-direction-nav a.flex-next{ background-image: url('../images/gt1.png'); margin-left: 140px;}
.newban .flex-direction-nav a:hover{ background-color: rgba(255,255,255,0.2);}
.newban .flex-direction-nav a.flex-prev:hover:before{ -webkit-transform: rotate(-270deg); transform: rotate(-270deg);}
.newban .flex-direction-nav a.flex-next:hover:before{ -webkit-transform: rotate(270deg); transform: rotate(270deg);}



.newban .flex-control-paging{ width: 196px; height: 8px; font-size: 0; text-align: center;
	position: absolute; bottom: 64px; left:7.3%; z-index: 3; padding: 24px 0;}
.newban .flex-control-paging li{ display: inline-block; *display:inline; *zoom:1;
	overflow:hidden; width: 8px; height: 8px; margin: 0 5px;}
.newban .flex-control-paging li a{ width:100%; height:100%; display: block; cursor:pointer;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; background-color: rgba(255,255,255,0.5);}
.newban .flex-control-paging li a.flex-active{ background-color: #014ab1;}


.newban{ position:relative; width: 100%; z-index: 9;}

.flexslider{ position: relative; width: 100%; height: 960px; overflow: hidden;}
.flexslider .flex-viewport{ height: 100%;}
.flexslider .slides{ overflow: hidden; height: 100%; font-size: 0;}
.flexslider .slides li{ height: 960px; -webkit-backface-visibility:hidden; position: relative; overflow: hidden;}
.flexslider .slides li .wrap{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden;}
.flexslider .slides .wrap>img{ width: 100%; height: 100%; object-fit:cover; object-position: center;}
.vd{ position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 3;
	background-color: #000; object-fit: cover;}
.vdppp{ position: relative; z-index: 2; width: 100%; height: 100%; object-fit:cover;}
/*.flexslider li .wrap:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 2;
	width: 0; height: 2px; background-color: #00946f;}
.flexslider li.ac .wrap:before{ transition: linear 6s; width: 100%;}*/

.flexslider .slides .wrap>img {-webkit-transition: -webkit-transform 1s ease-in; transition: transform 1s ease-in;
	transform:scale(1.08); -webkit-transform:scale(1.08);}
.flexslider .slides .ac .wrap>img {
	-webkit-transition: -webkit-transform 5s ease-in; transition: transform 5s ease-in;
	transform:scale(1); -webkit-transform:scale(1);}
.fguolist {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#222c94), to(#05a6ec)) center repeat;
  background: linear-gradient(to right, #222c94, #05a6ec) center repeat;
  width: 864px;
}
.fguolist::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/world3.png') repeat top;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-animation: flymove 30s linear infinite;
          animation: flymove 30s linear infinite;
}
.fguolist li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.fguolist li a {
  display: block;
  position: relative;
  padding: 50px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fguolist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 0;
  width: 1px;
  height: 64px;
  background-color: #fff;
}
.fguolist li:first-child a:before {
  display: none;
}
.fguolist h3 {
  color: #fff;
  line-height: 56px;
  font-family: "Helvetica";
  font-weight: bold;
  height: 56px;
}
.fguolist h3 span {
  font-size: 48px;
  vertical-align: middle;
}
.fguolist h3 label {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.fguolist li .txt {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  word-break: normal;
}
.fguolist h3 span,
.fguolist h3 label,
.fguolist li .txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .fguolist {
    width: 600px;
  }
  .fguolist li a {
    padding: 40px 10px;
  }
  .fguolist li .txt {
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 900px) {
  .fguolist {
    width: 480px;
  }
  .fguolist li a {
    padding: 10px 10px;
  }
  .fguolist li a:before {
    top: 30px;
  }
  .fguolist h3 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .fguolist {
    display: none;
  }
}
@-webkit-keyframes flymove {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 0px 100vh;
  }
}
.single-case-study {
  padding: 20px;
  height: 520px;
}
.single-case-study .case-study-content {
  background-color: rgb(255 255 255);
  opacity: 1;
  transition: all ease 0.5s;
  padding: 30px;
  position: absolute;
  top: 257px;
  height: 180px;
  width: 95%;
  margin: 0 2.8%;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #c3c3c3ab;
}
.single-case-study .case-study-content .read-btn-wrap {
  text-align: right;
  padding-bottom: 130px;
}
.single-case-study .case-study-content .read-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  color: #051b88;
  transition: all ease 0.5s;
}
.single-case-study .case-study-content .read-btn:hover {
  background-color: #482c21;
  color: #ffffff;
}
.single-case-study .case-study-content span {
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
.single-case-study .case-study-content h3 {
  font-size: 22px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.single-case-study .case-study-content h3 a {
  color: #000;
  transition: all ease 0.5s;
}
.single-case-study .case-study-content h3:hover a {
  color: #482c21;
}
.single-case-study .case-study-content p{
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  line-height:1.8;
  margin-bottom: 15px;
}

.inner-border{position: relative;}
.case-slide.owl-carousel .owl-item.active.center .single-case-study.hover-style::before {
  width: 100%;
}
.case-slide.owl-carousel .owl-item.active.center .single-case-study.hover-style::after {
  width: 100%;
}
.case-slide.owl-carousel .owl-item.active.center .single-case-study.hover-style .inner-border::before {
  height: 100%;
}
.case-slide.owl-carousel .owl-item.active.center .single-case-study.hover-style .inner-border::after {
  height: 100%;
}
.case-slide.owl-theme .owl-nav {
  position: absolute;
  top: -110px;
  right: 7px;
  margin: 0 !important;
}
.case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all ease 0.5s;
}
.case-slide.owl-theme .owl-nav .owl-prev:hover, .case-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #482c21;
  color: #ffffff;
}




.case-slide.owl-theme .owl-nav {
			position: absolute;
			top: 35%;
			left: 0;
			margin: 0 !important;
		}
		.case-slide.owl-theme .owl-nav .owl-prev {
			position: absolute;
			left: 0;
		}
		.case-slide.owl-theme .owl-nav .owl-next{
			position: absolute;right:0;
		}
		.case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
			box-shadow: 0 0 10px 3px rgb(92 92 92 / 33%);
			border-radius: 50px;
		}
		.inner-border img{
			border-radius: 10px;
			width: 472px;
			height: 350px;
			object-fit: cover;
		}
		@media (min-width: 1400px){
			.container2222{
				max-width: 1400px;
			}
		}
		@media (max-width:1200px) {
			.contact-cta-inner-text {
				top: 4%;
				left: 5%;
				padding: 120px 60px;
				position: absolute;
				border-radius: 10px;
				width: 90%;
				background: #0000007a;
			}
		}
		@media (max-width:1000px) {
			.contact-cta-inner-text {
				top: 0;
				left: 5%;
				padding: 40px 60px;
				position: inherit;
				border-radius: 10px;
				width: 90%;
				background: #0000007a;
			}
			.banner-content h1 {
                font-size: 30px;
                margin-bottom: 15px;
            }
		}
		.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
		.fa-arrow-left:before {
    content: "\e603"
}
.fa-arrow-right:before {
    content: "\e602"
}