
/* 这个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: 10.0rem;
  --container: 23.7rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: 0;
}
.bg {
  background: #005EB8;
}
.c {
  color: #005EB8;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 2.0rem 0;
  border-radius: 0.4rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.5rem;
  width: 5.0rem;
  height: 5.0rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
}.pagination > li a{
  display: block;
  width: 100%;
  line-height:     5.0rem;;
  height: 100%;
}
.pagination > li:hover {
  background: #005EB8;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.active {
  background: #005EB8;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 1.5rem;
}
.gap20 {
  gap: 2.0rem;
}
.gap30 {
  gap: 3.0rem;
}
.gap40 {
  gap: 4.0rem;
}
.gap50 {
  gap: 5.0rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1.6rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1.6rem;
  color: #fff;
}
/* 禁止缩放表单 */
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: 2.0rem;
  font-size: 1.6rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #005EB8;
}
.search_more:hover::before {
  background: #005EB8;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.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: 18.0rem;
  left: 50%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.er-ul li {
  line-height: 3.6rem;
  text-align: center;
  font-size: 1.4rem;
}
.er-ul li:hover a {
  color: #005EB8 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 1.0rem;
}
.er-ul li:last-child {
  padding-bottom: 1.0rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 12.0rem;
}
.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: 23.7rem;
}
@media (max-width: 1600px) {
  body {
    --container: 16.0rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 12.8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 9.6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 10.0rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 2.0rem;
  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: 5.0rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 3.4rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.serbtn {
  background: #005EB8;
}
.searchbox {
  border-color: #005EB8;
}
@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: 990px) {
  .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 .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-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  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.5008px 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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.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.8rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.8rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.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;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  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 1.6rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #005EB8;
}
.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: 21.6rem 0 11.6rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 11.6rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 6.4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 5.0rem/1.2em;
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 2.88rem;
  }
}
.ssy-sskaa {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 2.4rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 3.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-weight: 500;
  font-size: 2.0rem;
  background: transparent;
  color: #999;
  height: 6.0rem;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 2.56rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 2.16rem;
    line-height: 4.8rem;
  }
}
.sssjga {
  color: #333;
  font: 600 2.0rem/1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1.6rem;
  }
}
.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;
  height: 30.0rem;
  border: 1px solid #f2f2f2;
  text-align: center;
}
.ss-list li div.img a.img img {
  text-align: center;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.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 2.0rem/1.35e;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.8rem;
  }
}
.ss-list li .xw-nycont span {
  color: #005EB8;
  font: 500 1.6rem/1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 1.52rem/1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1.6rem/1.5em;
  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: 3.0rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 2.2rem;
  line-height: 3.0rem;
  margin-bottom: 1.0rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1.6rem;
  line-height: 3.0rem;
  color: #717171;
  margin-right: 2.0rem;
}
@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);
  } */
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1280px) {
/*  body,
  html {
    font-size: calc(100vw / 95);
  } */
  .container {
    padding: 0 var(--container);
  }
}
@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: 10%;
}
.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: 80%;
  margin: 0 auto;
}
.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: #005EB8;
  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: #005EB8;
}
.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: 14px;
  color: #a7a7a7;
  line-height: 35px;
  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: 16px;
  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: 2.0rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 6.0rem);
}
.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.9008px;
  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: 3.0rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 6.0rem;
  text-align: right;
  display: block;
  font-size: 1.6rem;
}
.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: 15%;
  top: auto;
  transform: translateY(0);
  right: 2.0rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  line-height: 5.4rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 2.0rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 2.2rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 2.2rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #005EB8;
}
.rightfix li:hover .iconfont {
  background: #13284a;
  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.9rem;
}
.rightfix li:last-child::before {
  display: none;
}
.fix_ul li:hover {
  background-color: unset;
}
.right_div {
  background-color: unset;
  border: unset;
  min-width: 5.0rem;
  box-shadow: unset;
}
.right_div div {
  height: unset;
  line-height: unset;
}
.right_div .fenxiang .social-share li {
  width: 5.4rem;
  height: 5.4rem;
}
.right_div .fenxiang .social-share .social-share-icon {
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
}
.right_div .fenxiang .social-share .social-share-icon.icon-wechat {
  background-color: #7bc549;
}
.right_div .fenxiang .social-share .social-share-icon.icon-weibo {
  background-color: #ff763b;
}
.right_div .fenxiang .social-share .social-share-icon.icon-douyin {
  background-color: #000000;
}
@-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%);
  }
}
header {
  position: fixed;
  line-height: 10.0rem;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(19, 40, 74, 0.2);
  z-index: 1000;
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #005EB8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #005EB8;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .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;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 5.2rem;
  filter: brightness(0) invert(1);
}
header .ds1 .iconfont {
  font-size: 2.8rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 5.0rem;
  display: block;
}
header .lanuage a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 2.4rem;
  padding-right: 0.7rem;
}
header .lanuage a.c {
  color: #005EB8;
}
header .center > ul > li {
  float: left;
  padding: 0 2.0rem;
}
header .center > ul > li > a {
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  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 {
  color: #005EB8;
}
header .center > 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;
}
header .center > ul > li.active > a {
  color: #005EB8;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #005EB8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #343434;
}
footer .foot_top {
  padding-bottom: 5.5rem;
}
footer .foot_top .left {
  color: #fff;
  width: 30%;
}
footer .foot_top .left .logo {
  filter: brightness(0) invert(1);
}
footer .foot_top .left .logo img {
  height: 5.2rem;
}
footer .foot_top .left .logo .tt {
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
}
footer .foot_top .left .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 1.7rem;
}
footer .foot_top .left .foot-contact {
  font-size: 1.6rem;
  margin-top: 2.2rem;
}
footer .foot_top .left .foot-contact .icon {
  margin-right: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
footer .foot_top .left .foot-contact .icon img {
  filter: brightness(0) invert(0.5);
}
footer .foot_top .left .foot-contact p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  flex: 1;
}
footer .foot_top .left .foot-contact p span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
}
footer .foot_top .left .foot-contact .icon_box {
  flex: 1;
  display: flex;
  align-items: center;
}
footer .foot_top .left .foot-contact .icon_box span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
}
footer .foot_top .left .foot-contact .icon_box .iconul {
  display: flex;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  margin-right: 1.0rem;
  position: relative;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli .img {
  width: 100%;
  height: 100%;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli .ewm {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.0rem;
  height: 12.0rem;
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover {
  cursor: pointer;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover .ewm {
  display: block;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(1) {
  background-color: #009fe8;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(1) .img img {
  filter: brightness(0) invert(1);
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(2) {
  background-color: #0bbb08;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(2) .img img {
  filter: brightness(0) invert(1);
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(3) {
  background-color: #4c9bfd;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(3) .img img {
  filter: brightness(0) invert(1);
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(4) {
  background-color: #ff2e4d;
}
footer .foot_top .left .foot-contact .icon_box .iconul .iconli:hover:nth-child(4) .img img {
  filter: brightness(0) invert(1);
}
footer .foot_top .right {
  width: 55%;
  margin-left: 5.0rem;
}
footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 2.0rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .copyright {
  background-color: #282828;
  color: #858585;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  padding: 0.7rem 0;
}
footer .copyright a {
  color: #858585;
}
footer .copyright p {
  color: #858585;
}
.banner {
  width: 100%;
  height: 100%;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .logotext svg {
  width: auto;
  height: 100%;
  overflow: unset;
}
.banner .hover .text {
  font-size: 6.0rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
  transform: translateY(50%);
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 5.2rem;
  font-weight: 700;
  margin-top: -2.0rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 .scroll {
  position: absolute;
  left: 50%;
  bottom: 4.0rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: unset;
  border: unset;
}
.banner .swiper-button-next i,
.banner .swiper-button-prev i {
  color: #fff;
  font-size: 1.6rem;
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  position: relative;
  right: unset;
  width: 7.0rem;
  height: auto;
  line-height: unset;
  margin-top: unset;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  position: relative;
  left: unset;
  width: 7.0rem;
  height: auto;
  line-height: unset;
  margin-top: unset;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.0rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: unset;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-1.0rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1.0rem);
  }
}
@-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);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 5.4rem;
  height: 5.4rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 5.4rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -10.0rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -10.0rem;
}
.swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005EB8;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
#fp-nav.fp-left {
  left: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 7px 0;
  width: 14.0rem;
  height: 5.0rem;
}
#fp-nav ul li:nth-child(2) a.active span,
.fp-slidesNav ul li:nth-child(2) a.active span {
  background-color: #005EB8;
}
#fp-nav ul li:nth-child(2) .fp-tooltip.fp-left,
.fp-slidesNav ul li:nth-child(2) .fp-tooltip.fp-left {
  color: #005EB8;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 2.2rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 6.0rem;
  height: 1px;
  border-radius: unset;
  margin: unset;
}
#fp-nav ul li .fp-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 7.3rem;
}
.z_index_pro {
  position: relative;
  background: #caccd4;
  overflow: hidden;
  min-height: 50vw;
  background-image: url('../images/prorbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.z_pro_head {
  margin-top: 15.0rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.z_pro_swiper {
  width: 67%;
  position: relative;
  background-image: url('../images/pro_bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
}
.z_pro_swiper::before {
  content: "";
  display: block;
  width: 5.72916vw;
  height: 100%;
  background: url(../images/line.png) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  right: -5.42916vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.z_pro_swiper li a {
  display: flex;
  align-items: center;
  height: 50vw;
  padding-top: 5vw;
  transition: ease 2s;
}
.z_pro_swiper li.swiper-slide-active .imgbox {
  width: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.z_pro_swiper li.swiper-slide-next .imgbox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.z_pro_swiper li .imgbox .tit {
  position: relative;
  height: 10.0rem;
}
.z_pro_swiper li .imgbox .tit h4 {
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
}
.z_pro_swiper li .imgbox .tit h4::after {
  content: '';
  display: block;
  width: 5.5rem;
  height: 0.3rem;
  background-color: #005EB8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3rem;
}
.z_pro_swiper li.swiper-slide-active .imgbox svg {
  width: 100vw;
}
.z_pro_swiper li.swiper-slide-active .imgbox .svgtext {
  position: absolute;
  z-index: -1;
  bottom: -18.0rem;
  left: 38%;
  transform: translateX(-50%);
}
.z_pro_swiper li.swiper-slide-active .imgbox .svgtext .text {
  font-size: 12.4rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.04rem;
  font-family: Roboto;
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: #13284A;
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.z_pro_swiper li.swiper-slide-next .imgbox .svgtext {
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}
.z_pro_swiper li.swiper-slide-next .imgbox .svgtext .text {
  font-size: 8.4rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: Roboto;
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.4);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.z_pro_swiper li:hover h3 {
  color: #005EB8;
}
.z_pro_swiper li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.z_pro_swiper li h4 {
  color: #999999;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1.0rem;
}
.z_pro_swiper li .infobox {
  width: 60%;
  padding-left: 9vw;
  padding-right: 5vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: ease 1.5s;
}
.z_pro_swiper li h3 {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 1.5;
}
.z_pro_swiper li h3.h3 {
  font-size: 1.5vw;
  font-weight: bold;
}
.z_pro_swiper li h3 img {
  display: inline-block;
  height: 2vw;
  vertical-align: -0.3vw;
  margin-left: 5px;
}
.z_pro_swiper li .desc {
  margin: 2vw 0;
  margin-bottom: 4vw;
}
.z_pro_swiper li .desc p {
  color: #545656;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.z_pro_swiper li .desc p.p1 {
  opacity: 0.4;
  color: #545656;
  text-align: justify;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  /* 175% */
}
.z_pro_swiper li.swiper-slide-active .infobox {
  transform: translate(0, 0%);
  opacity: 1;
}
.z_pro_swiper li.swiper-slide-active a {
  padding-left: 66%;
  background-size: cover;
}
.z_pro_swiper li.swiper-slide-active .overbox {
  width: 23vw;
}
.z_pro_swiper li.swiper-slide .overbox {
  width: 23vw;
  height: 40vw;
}
.z_pro_swiper li.swiper-slide-active h4 {
  display: none;
}
.z_pro_swiper .next {
  width: 5.6rem;
  height: 5.6rem;
  background: #005EB8;
  box-shadow: 0px 0.2rem 4.0rem 0px rgba(23, 75, 137, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -2.6rem;
  transform: translateY(-50%);
  z-index: 3;
}
.z_tab_child {
  display: none;
}
.z_tab_child.active {
  display: block;
}
.z_pro_swiper li.swiper-slide-next .overbox {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.z_pro_swiper li.swiper-slide-next .overbox .imgbg {
  height: 65vh;
}
.z_pro_swiper li.swiper-slide-next .overbox .imgbg .over {
  height: 100%;
}
.all_title .en {
  color: #005EB8;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.all_title .en::before {
  content: '';
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border: 9px solid #005EB8;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  right: -2.0rem;
  top: -0.5rem;
}
.all_title .en.white {
  color: #fff;
}
.all_title .en.white::before {
  border-color: #fff;
}
.all_title .cn.white {
  color: #fff;
}
.all_title .cn {
  color: #13284A;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.allmore {
  border: none;
  position: relative;
  width: 16.0rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
}
.allmore .black {
  color: #13284A;
}
.allmore img {
  width: 1.6rem;
  vertical-align: middle;
  margin-left: 1.1rem;
}
.allmore p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmore p i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmore a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmore a i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmore::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.0rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 2.8rem;
  background-color: #005EB8;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore:hover {
  cursor: pointer;
}
.allmore:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmore:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmore:hover a {
  color: #fff;
}
.allmore:hover p {
  color: #fff;
}
.allmore:hover img {
  filter: brightness(0) invert(1);
}
.allmorew {
  border: none;
  position: relative;
  width: 16.0rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
}
.allmorew img {
  width: 1.6rem;
  vertical-align: middle;
  margin-left: 1.1rem;
}
.allmorew p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmorew p i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmorew a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmorew a i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmorew::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.0rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorew::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 2.8rem;
  background-color: #005EB8;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorew:hover {
  cursor: pointer;
}
.allmorew:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmorew:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmorew:hover a {
  color: #fff;
}
.allmorew:hover p {
  color: #fff;
}
.allmorew:hover img {
  filter: brightness(0) invert(1);
}
.allmoreb {
  border: none;
  position: relative;
  width: 16.0rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
}
.allmoreb img {
  width: 1.6rem;
  vertical-align: middle;
  margin-left: 1.1rem;
}
.allmoreb p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmoreb p i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmoreb a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmoreb a i {
  font-weight: 600;
  font-size: 1.8rem;
}
.allmoreb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #005EB8;
  border-radius: 2.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #005EB8;
  border-radius: 3.0rem;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreb:hover {
  cursor: pointer;
}
.allmoreb:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmoreb:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmoreb:hover a {
  color: #005EB8;
}
.allmoreb:hover p {
  color: #005EB8;
}
.allmoreb:hover img {
  filter: brightness(0) invert(1);
}
.index_three {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index_three .all_title {
  position: absolute;
  top: 17.0rem;
  z-index: 9;
}
.index_three .index_three_bg {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bg .index_three_bgli {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bg .index_three_bgli .img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bg .index_three_bgli .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.index_three .index_three_bg .index_three_bgli .text {
  width: 60%;
  position: absolute;
  top: 40%;
  z-index: 99;
}
.index_three .index_three_bg .index_three_bgli .text .tit {
  color: #FFF;
  font-size: 4.2rem;
  font-weight: 700;
}
.index_three .index_three_bg .index_three_bgli .text .desc {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
}
.index_three .index_three_bg .index_three_bgli.active {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bottom {
  position: absolute;
  bottom: 0;
  height: 14.0rem;
  width: 100%;
  background: rgba(19, 40, 74, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: -3.0rem;
}
.index_three .index_three_bottom .swiper_index_three .swiper-slide {
  height: 14.0rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bottom .swiper_index_three .swiper-slide:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.index_three .index_three_bottom .swiper_index_three .swiper-slide .txt {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_bottom .swiper_index_three .swiper-slide:hover {
  cursor: pointer;
}
.index_three .index_three_bottom .swiper_index_three .swiper-slide.active {
  margin-top: -2.0rem;
  border-radius: 0px 3.0rem 0px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #005EB8 17.73%, rgba(34, 180, 227, 0) 100%);
}
.index_three .index_three_bottom .swiper-button-next,
.index_three .index_three_bottom .swiper-button-prev {
  border-radius: unset;
  border: unset;
  background-color: unset;
}
.index_three .index_three_bottom .swiper-button-next i,
.index_three .index_three_bottom .swiper-button-prev i {
  color: #fff;
  font-size: 1.6rem;
}
.index_three .index_three_bottom .swiper-button-next,
.index_three .index_three_bottom .swiper-container-rtl .swiper-button-prev {
  right: 8%;
}
.index_three .index_three_bottom .swiper-button-prev,
.index_three .index_three_bottom .swiper-container-rtl .swiper-button-next {
  left: 8%;
}
.section4 {
  background-image: url('../images/index_about_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.section4 .index_four {
  padding-top: 15vh;
}
.section4 .content {
  width: 85%;
  margin: 0 auto;
}
.section4 .content h3 {
  color: #FFF;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.section4 .content p {
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.section4 .allmorew {
  margin: 5.5rem auto 0;
}
.section4 .index_four_num {
  width: 100%;
  height: 16.0rem;
  border-radius: 8.0rem;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .index_four_num .index_four_num_li {
  flex: 1;
  text-align: center;
}
.section4 .index_four_num .index_four_num_li h3 span {
  color: #005EB8;
  font-size: 5.0rem;
  font-weight: 700;
}
.section4 .index_four_num .index_four_num_li h3 sup {
  color: #005EB8;
  font-size: 2.0rem;
  font-weight: 700;
  top: -1.5em;
}
.section4 .index_four_num .index_four_num_li p {
  color: #13284A;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.section5 {
  background-image: url('../images/indexnewsbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.section5 .index_five {
  padding-top: 6%;
}
.section5 .index_five .index_five_top .news_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.section5 .index_five .index_five_top .news_tab .news_tab_li {
  margin-left: 1.0rem;
  width: 14.0rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  border-radius: 3.0rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 153, 255, 0.15);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_five .index_five_top .news_tab .news_tab_li:hover {
  cursor: pointer;
  background-color: #005EB8;
  border-color: #005EB8;
}
.section5 .index_five .index_five_top .news_tab .news_tab_li.active {
  background-color: #005EB8;
  border-color: #005EB8;
}
.section5 .index_five .index_five_content {
  display: none;
  margin-top: 6.0rem;
}
.section5 .index_five .index_five_content .news_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section5 .index_five .index_five_content .news_item .time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 700;
}
.section5 .index_five .index_five_content .news_item .tit {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.1rem;
}
.section5 .index_five .index_five_content .news_item .desc {
  margin-top: 1.0rem;
  color: #FFF;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.section5 .index_five .index_five_content .left {
  padding-right: 7.0rem;
  height: 100%;
}
.section5 .index_five .index_five_content .left .news_item .over {
  border-radius: 1.0rem;
}
.section5 .index_five .index_five_content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section5 .index_five .index_five_content .right .news_item {
  height: 100%;
  display: flex;
  align-items: center;
}
.section5 .index_five .index_five_content .right .news_item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.section5 .index_five .index_five_content.active {
  display: block;
}
.neibanner {
  position: relative;
}
.neibanner .logotext {
  width: 100%;
  position: absolute;
  top: 37%;
}
.neibanner .logotext svg {
  width: 100%;
  height: 25.0rem;
}
.neibanner .logotext .text {
  font-size: 12.0rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
  font-weight:100;
  text-transform: uppercase;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .logotext2 {
  width: 100%;
  position: absolute;
  top: 22%;
}
.neibanner .logotext2 svg {
  width: 100%;
  height: 25.0rem;
}
.neibanner .logotext2 .text {
  font-size: 12.0rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .logotext3 {
  width: 100%;
  position: absolute;
  top: 25%;
}
.neibanner .logotext3 svg {
  width: 100%;
  height: 25.0rem;
}
.neibanner .logotext3 .text {
  font-size: 12.0rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 700;
}
.neibanner .neibanner-txt p {
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .neibanner-txt2 {
  position: absolute;
  top: 35%;
}
.neibanner .neibanner-txt2 h3 {
  color: #FFF;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 700;
}
.neibanner .neibanner-txt2 p {
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .neibanner-txt3 {
  position: absolute;
  top: 35%;
}
.neibanner .neibanner-txt3 h3 {
  color: #FFF;
  text-align: center;
  font-size: 5.2rem;
  font-weight: 700;
}
.neibanner .neibanner-txt3 p {
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .img.joinimg {
  height: auto;
}
.neibanner .img {
  height: 70.0rem;
}
.neibanner .img img {
  height: 100%;
  object-fit: cover;
}
.page_about_one {
  position: relative;
}
.page_about_one .bgtext {
  position: absolute;
  top: 0;
  left: 0;
}
.page_about_one .page_about_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_about_one .page_about_box .left {
  flex: 1;
}
.page_about_one .page_about_box .left .content h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-top: 5.0rem;
}
.page_about_one .page_about_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.page_about_one .page_about_box .right {
  width: 61%;
}
.page_about_one .page_about_box .right .img {
  width: 100%;
}
.page_about_one .page_about_num {
  background-image: url('../images/aboutnumbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.0rem;
  padding-bottom: 7.0rem;
}
.page_about_one .page_about_num .page_about_num_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_about_one .page_about_num .page_about_num_box .page_about_num_li {
  flex: 1;
  text-align: center;
}
.page_about_one .page_about_num .page_about_num_box .page_about_num_li h3 span {
  color: #FFF;
  font-size: 7.0rem;
  font-weight: 700;
  font-family: DIN;
}
.page_about_one .page_about_num .page_about_num_box .page_about_num_li h3 sup {
  top: -1.5em;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
.page_about_one .page_about_num .page_about_num_box .page_about_num_li p {
  color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.page_about_two {
  position: relative;
  padding-top: 15.5rem;
  padding-bottom: 9.0rem;
  background: #F5F5F5;
}
.page_about_two .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page_about_two .content {
  position: relative;
  z-index: 9;
}
.page_about_two .content .page_about_box {
  margin-top: 7.0rem;
  border-radius: 2.0rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.4rem 2.5rem 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  padding-top: 8.7rem;
  padding-bottom: 9.0rem;
}
.page_about_two .content .page_about_box .page_about_box_item {
  flex: 1;
  text-align: center;
  border-right: 1px solid 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;
}
.page_about_two .content .page_about_box .page_about_box_item:hover {
  cursor: pointer;
  transform: translateY(-1.0rem);
}
.page_about_two .content .page_about_box .page_about_box_item:hover .icon {
  transform: rotateY(180deg);
}
.page_about_two .content .page_about_box .page_about_box_item .icon {
  width: 7.0rem;
  height: 7.0rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.page_about_two .content .page_about_box .page_about_box_item .text .tt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.0rem;
}
.page_about_two .content .page_about_box .page_about_box_item .text .tt::before {
  content: '';
  width: 4.5rem;
  height: 0.3rem;
  background-color: #005EB8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_about_two .content .page_about_box .page_about_box_item .text .txt {
  padding-top: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
.page_about_three {
  position: relative;
  background-image: url('../images/historybg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12.0rem;
  height: 100vh;
}
.page_about_three .p_top {
  top: -6.0rem;
}
.page_about_three .content {
  position: relative;
}
.page_about_three .content .all_title {
  position: absolute;
  top: 0;
}
.page_about_three .content .swiper_history {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 10.0rem);
  margin: 0 -3.0rem;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide {
  margin-top: 25%;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div {
  margin-top: 33.5%;
  background-image: url('../images/historyline.png');
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div::before {
  bottom: unset;
  top: -1.0rem;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div {
  margin-top: 16.5%;
  background-image: url('../images/historyline2.png');
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div::before {
  bottom: -1.0rem;
  top: unset;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div + div {
  margin-top: 24%;
  background-image: url('../images/historyline.png');
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div + div::before {
  bottom: unset;
  top: -1.0rem;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div + div + div {
  margin-top: 0;
  background-image: url('../images/historyline2.png');
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div + div + div::before {
  bottom: -1.0rem;
  top: unset;
}
.page_about_three .content .swiper_history .swiper-slide-active.swiper-slide + div + div + div + div + div {
  margin-top: 0;
}
.page_about_three .content .swiper_history .swiper-slide {
  transform: translateX(1.5rem);
  margin-top: 27%;
  background-image: url('../images/historyline2.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 2px;
  height: 25.0rem;
  padding: 1.6rem;
  position: relative;
}
.page_about_three .content .swiper_history .swiper-slide::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 3px solid #005EB8;
  background-color: #fff;
  position: absolute;
  left: -1.0rem;
  bottom: -1.0rem;
}
.page_about_three .content .swiper_history .swiper-slide .time {
  color: rgba(2, 2, 2, 0.8);
  font-size: 3.2rem;
  font-weight: 400;
}
.page_about_three .content .swiper_history .swiper-slide .desc {
  color: rgba(12, 12, 12, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  /* 200% */
}
.page_about_three .content .swiper_history .swiper-button-prev,
.page_about_three .content .swiper_history .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 10%;
  bottom: 8.5rem;
  top: unset;
}
.page_about_three .content .swiper_history .swiper-button-next,
.page_about_three .content .swiper_history .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  bottom: 8.5rem;
  top: unset;
}
.page_about_three .content .swiper_history .swiper-button-next,
.page_about_three .content .swiper_history .swiper-button-prev {
  background-color: #005EB8;
  border-color: #005EB8;
}
.page_about_three .content .swiper_history .swiper-button-next i,
.page_about_three .content .swiper_history .swiper-button-prev i {
  color: #fff;
  font-weight: 700;
}
.page_about_three .content .swiper_history .swiper-button-next.swiper-button-disabled,
.page_about_three .content .swiper_history .swiper-button-prev.swiper-button-disabled {
  background-color: #13284a;
  opacity: 1;
  border-color: #13284a;
}
.page_about_four {
  background-image: url('../images/honoursbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.page_about_four .page_about_four_top .page_honours_tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.0rem;
}
.page_about_four .page_about_four_top .page_honours_tab .page_honours_li {
  width: 14.0rem;
  height: 5.6rem;
  line-height: 5.6rem;
  border-radius: 3.0rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.4rem 1.0rem 0px rgba(0, 153, 255, 0.15);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.page_about_four .page_about_four_top .page_honours_tab .page_honours_li:hover {
  cursor: pointer;
  background-color: #005EB8;
  color: #fff;
  border-color: #005EB8;
}
.page_about_four .page_about_four_top .page_honours_tab .page_honours_li.active {
  background-color: #005EB8;
  color: #fff;
  border-color: #005EB8;
}
.page_about_four .page_about_four_content {
  padding-bottom: 5.0rem;
  margin-top: 7.0rem;
  display: none;
}
.page_about_four .page_about_four_content .swiper_honours,
.page_about_four .page_about_four_content .swiper_comhonours {
  overflow: hidden;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide {
  padding: 3.0rem;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide .honour_box,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide .honour_box {
  background-color: #fff;
  padding: 1.0rem;
  border-radius: 0.8rem;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0px 0.4rem 1.0rem 0px rgba(0, 153, 255, 0.15);
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide .honour_box .img,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide .honour_box .img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.0rem;
  overflow: hidden;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide .txt,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide .txt {
  color: #13284A;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2.5rem;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide:hover,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide:hover {
  cursor: pointer;
}
.page_about_four .page_about_four_content .swiper_honours .swiper-slide:hover .honour_box,
.page_about_four .page_about_four_content .swiper_comhonours .swiper-slide:hover .honour_box {
  transform: scale(1.1);
}
.page_about_four .page_about_four_content .swiper-button-next,
.page_about_four .page_about_four_content .swiper-button-prev {
  top: 40%;
}
.page_about_four .page_about_four_content.active {
  display: block;
}
.page_about_four .swiper-pagination {
  justify-content: center;
}
.list_case {
  padding-top: 8.0rem;
  padding-bottom: 12.0rem;
}
.list_case .list_case_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.0rem;
}
.list_case .list_case_box .over {
  border-radius: 2.0rem;
  height: 35.0rem;
}
.list_case .list_case_box .over img {
  height: 100%;
  object-fit: cover;
}
.list_case .list_case_box .text {
  margin-top: 3.0rem;
}
.list_case .list_case_box .text h3 {
  color: #13284A;
  font-size: 2.0rem;
  font-weight: 500;
}
.list_case .list_case_box .text p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.show_case .row {
  height: 100%;
  background: #F5F5F5;
  align-items: unset;
}
.show_case .left {
  padding-top: 7.0rem;
  padding-right: 0;
  position: sticky;
  top: 10.0rem;
  height: 100%;
}
.show_case .left .case_tab .case_li {
  height: 8.4rem;
  line-height: 8.4rem;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case .left .case_tab .case_li::before {
  content: '';
  display: block;
  width: 0%;
  height: 8.4rem;
  background-color: #005EB8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case .left .case_tab .case_li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  z-index: 9;
}
.show_case .left .case_tab .case_li:hover {
  cursor: pointer;
}
.show_case .left .case_tab .case_li:hover::before {
  width: 100%;
}
.show_case .left .case_tab .case_li:hover a {
  color: #fff;
}
.show_case .left .case_tab .case_li.active::before {
  width: 100%;
}
.show_case .left .case_tab .case_li.active a {
  color: #fff;
}
.show_case .right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 14.0rem;
  padding-left: 12.0rem;
  padding-bottom: 11.0rem;
}
.show_case .right .title {
  color: #13284A;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.show_case .right .title::before {
  content: '';
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 7px solid rgba(34, 180, 227, 0.3);
  position: absolute;
  right: -0.9rem;
  top: -0.5rem;
}
.show_case .right .tt {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_case .right .case_box_appli {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.show_case .right .case_box_appli .swiper_application {
  padding-bottom: 2.0rem;
  margin-left: -2.0rem;
}
.show_case .right .case_box_appli .swiper_application .application_box {
  display: flex;
  padding-left: 2.0rem;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_left {
  width: 60%;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_left h3 {
  color: #13284A;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_left h3.h3 {
  font-size: 1.6rem;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_left p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 1.0rem;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_right {
  margin-top: -3.0rem;
  width: 40%;
  height: 50vh;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_right .over {
  height: 100%;
  text-align: center;
}
.show_case .right .case_box_appli .swiper_application .application_box .application_right .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.show_case .right .case_box_appli .swiper_application .swiper-pagination {
  justify-content: center;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-next,
.show_case .right .case_box_appli .swiper_application .swiper-button-prev {
  margin-top: 0;
  top: unset;
  bottom: 0;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-prev,
.show_case .right .case_box_appli .swiper_application .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 8.0rem;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-next,
.show_case .right .case_box_appli .swiper_application .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-next,
.show_case .right .case_box_appli .swiper_application .swiper-button-prev {
  background-color: #005EB8;
  border-color: #005EB8;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-next i,
.show_case .right .case_box_appli .swiper_application .swiper-button-prev i {
  color: #fff;
  font-weight: 700;
}
.show_case .right .case_box_appli .swiper_application .swiper-button-next.swiper-button-disabled,
.show_case .right .case_box_appli .swiper_application .swiper-button-prev.swiper-button-disabled {
  background-color: #13284a;
  opacity: 1;
  border-color: #13284a;
}
.show_case .right .case_box_qa {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_case .right .case_box_qa .case_grid {
  margin-top: 3.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}
.show_case .right .case_box_qa .case_grid .case_grid_item {
  border-radius: 2.0rem;
  background: #F5F5F5;
  overflow: hidden;
  padding: 4.3rem 3.6rem;
}
.show_case .right .case_box_qa .case_grid .case_grid_item h3 {
  color: #13284A;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2.0rem;
  position: relative;
}
.show_case .right .case_box_qa .case_grid .case_grid_item h3::before {
  content: '';
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  border-radius: 50%;
  background-color: #005EB8;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.show_case .right .case_box_qa .case_grid .case_grid_item p {
  margin-top: 2.0rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.show_case .right .case_box_qa .allmore {
  margin: 4.5rem auto 0;
}
.show_case .right .case_box_data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_case .right .case_box_data .case_data_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0rem;
}
.show_case .right .case_box_data .case_data_grid .over {
  border-radius: 2.0rem;
}
.show_case .right .case_box_data .case_data_grid .txt {
  margin-top: 1.7rem;
}
.show_case .right .case_box_data .case_data_grid .txt h3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}
.show_case .right .case_box_data .case_data_grid .txt p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_case .right .case_box_data .case_data_grid .txt .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
}
.show_case .right .case_box_pro .case_pro_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .over {
  height: 32.0rem;
  border-radius: 2.0rem;
  background: #F5F5F5;
  text-align: center;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .over img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .txt {
  margin-top: 3.0rem;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .txt h3 {
  color: #13284A;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .txt h3.h3 {
  font-size: 1.6rem;
}
.show_case .right .case_box_pro .case_pro_grid .case_pro_item .txt p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1.0rem;
}
.news_box {
  background: #EFFBFF;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 8.0rem;
}
.news_box .swipernews .swiper-pagination {
  justify-content: center;
}
.news_box .swipernews .news_new_box {
  display: flex;
  border-radius: 2.0rem;
  background: #FFF;
  overflow: hidden;
  align-items: center;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
  text-align: center;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;

}
.news_box .swipernews .news_new_box .left .img .over img {

  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 6.2rem 3.4rem 5.8rem 6.0rem;
}
.news_box .swipernews .news_new_box .right .newstxt h4 {
  color: #000;
  font-size: 4.4rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #005EB8;
  font-size: 1.6rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3.0rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin-top: 1.0rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 3.0rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.0rem;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 30.0rem;
  border-radius: 1.0rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
width: auto;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 2.0rem 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin-top: 1.0rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #005EB8;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #005EB8;
}
.yyhy_content .yyhy_con .yyhy_item:hover .time {
  color: #005EB8;
}
.show_news_box {
  background: #F8F8F8;
  padding-top: 16.0rem;
  padding-bottom: 12.0rem;
}
.show_news_box .show_news_content {
  width: 85%;
  margin: 0 auto;
  border-radius: 2.0rem;
  background: #FFF;
  box-shadow: 0px 0.4rem 2.0rem 0px rgba(0, 0, 0, 0.06);
  padding: 2.5rem 5.0rem 8.0rem;
}
.show_news_box .show_news_content .title > h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3.6rem;
  font-weight: 700;
}
.show_news_box .show_news_content .title .time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
}
.show_news_box .show_news_content .title .fenxiang {
  display: flex;
  align-items: center;
}
.show_news_box .show_news_content .title .social-share {
  display: flex;
}
.show_news_box .show_news_content .title .social-share li {
  width: 3.8rem;
  height: 3.8rem;
  text-align: center;
  line-height: 3.7rem;
  margin-right: 1.0rem;
}
.show_news_box .show_news_content .title .social-share li a {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  border: unset;
  color: #dadada;
  font-size: 1.7rem;
  border-radius: 50%;
  border: 1px solid #dadada;
  margin: unset;
  line-height: 3.5rem;
}
.show_news_box .show_news_content .title .social-share li a i {
  font-size: 1.7rem;
  color: #dadada;
  line-height: 3.8rem;
}
.show_news_box .show_news_content .content {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_news_box .show_news_content .shangxia_p {
  width: 100%;
}
.show_news_box .show_news_content .shangxia_p .shangxia {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2.7rem 0;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left,
.show_news_box .show_news_content .shangxia_p .shangxia .right {
  display: flex;
  align-items: center;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon,
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon i,
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon i {
  line-height: 4.8rem;
  font-size: 1.6rem;
  color: #13284A;
  font-weight: 700;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon {
  margin-right: 2.0rem;
}
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon {
  margin-left: 2.0rem;
}
.show_news_box .show_news_content .xglink .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3.2rem;
  font-weight: 700;
}
.show_news_box .show_news_content .xglink ul li {
  margin-top: 1.8rem;
}
.show_news_box .show_news_content .xglink ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.08rem;
}
.neibanner .ygfl_box {
  width: 100%;
  position: absolute;
  top: 60%;
}
.neibanner .ygfl_box .swiper_fldy {
  overflow: hidden;
  padding-bottom: 10.0rem;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide {
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide .icon {
  width: 16.0rem;
  height: 16.0rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide .icon .img {
  width: 6.6rem;
  height: 6.6rem;
  line-height: 16.0rem;
  margin: 0 auto;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide .txt {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide:hover {
  cursor: pointer;
}
.neibanner .ygfl_box .swiper_fldy .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.neibanner .ygfl_box .swiper_fldy .swiper-pagination {
  justify-content: center;
}
.neibanner .ygfl_box .swiper_fldy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.neibanner .ygfl_box .swiper_fldy .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.list_join {
  padding-top: 12.0rem;
  padding-bottom: 10.0rem;
}
.list_join .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.list_join .sub_title h3 {
  color: #FFF;
  font-size: 4.8rem;
  font-weight: 700;
}
.list_join .sub_title p {
  margin-top: 1.0rem;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 400;
}
.list_join_three .tablehead {
  background: #005EB8;
}
.list_join_three .tablehead .table_ul {
  display: flex;
  justify-content: space-between;
}
.list_join_three .tablehead .table_ul .table_li {
  padding: 2.9rem 0 2.7rem;
  flex: 1;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}
.list_join_three .job_list1 .job_li .dt .table_ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_join_three .job_list1 .job_li .dt .table_ul .table_li {
  padding: 2.9rem 0 2.7rem;
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.list_join_three .job_list1 .job_li .dt .table_ul .table_li i {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  padding-left: 3.0rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .job_list1 .job_li .dt .table_ul .table_li:hover {
  cursor: pointer;
}
.list_join_three .job_list1 .job_li .wehha-job {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  padding: 4.6rem 5.3rem;
}
.list_join_three .job_list1 .job_li .wehha-job .pead_cont h4 {
  color: #005EB8;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 1.0rem;
}
.list_join_three .job_list1 .job_li .wehha-job .pead_cont p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
}
.list_join_three .job_list1 .job_li .wehha-job .pead_cont .bottom {
  margin-top: 4.0rem;
}
.list_join_three .job_list1 .job_li .wehha-job .pead_cont .bottom h3 {
  color: #000;
  font-size: 2.0rem;
  font-weight: 400;
}
.list_join_three .job_list1 .job_li .wehha-job .pead_cont .bottom h3 a {
  color: #005EB8;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.0rem;
}
.list_join_three .job_list1 .job_li.active {
  display: block;
}
.list_join_three .job_list1 .job_li.active .dt .table_ul .table_li i {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotateX(180deg);
}
.list_contact_one {
  padding-top: 12.0rem;
  padding-bottom: 10.0rem;
}
.list_contact_one .content {
  border-radius: 10.0rem 0px 10.0rem 0px;
  background: #F8F8F8;
  overflow: hidden;
}
.list_contact_one .content .left {
  padding: 7.6rem 6.0rem 7.0rem;
}
.list_contact_one .content .left .title {
  color: #13284A;
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3.5rem;
}
.list_contact_one .content .left .contact_ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_contact_one .content .left .contact_ul li {
  margin-top: 4.0rem;
  display: flex;
  align-items: center;
}
.list_contact_one .content .left .contact_ul li .icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 2.0rem;
}
.list_contact_one .content .left .contact_ul li:nth-last-child(1) {
  margin-bottom: 3.9rem;
}
.list_contact_one .content .left .contact_ul li p {
  flex: 1;
  color: #13284A;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.list_contact_one .content .left .contact_ul li p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.list_contact_one .content .left .ewm_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.0rem;
  margin-top: 4.0rem;
}
.list_contact_one .content .left .ewm_ul li .img {
  border-radius: 1.0rem;
  overflow: hidden;
}
.list_contact_one .content .left .ewm_ul li .txt {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 1.3rem;
}
.list_contact_one .content .right .map {
  width: 100%;
  height: 100%;
}
.list_contact_two {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.list_contact_two .right {
  padding-left: 7.0rem;
}
.list_contact_two .right .title {
  color: #13284A;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.list_contact_two .right .title::before {
  content: '';
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 7px solid rgba(34, 180, 227, 0.3);
  position: absolute;
  right: -0.9rem;
  top: -0.5rem;
}
.list_contact_two .right p {
  margin-top: 4.0rem;
  margin-bottom: 3.6rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.list_contact_two .right .service_time {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3.5rem 0;
}
.list_contact_two .right .service_txt {
  padding-top: 3.3rem;
}
.list_contact_two .right .service_txt  .kefu-img{
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
}
.list_contact_two .right .service_txt ul li {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.list_contact_two .right .service_txt ul li::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 2.2rem;
  left: 0;
}
.list_contact_three {
  padding-top: 13.7rem;
  padding-bottom: 22.5rem;
  background-image: url('../images/contactbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.list_contact_three .lx-cont2 .contact .msg-a1 {
  margin-top: 4.4rem;
  display: flex;
  justify-content: space-between;
}.list_contact_three .des {

    color: rgba(0, 0, 0, 0.7);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
}
.list_contact_three .lx-cont2 .contact .msg-a1 .inpt {
  flex: 1;
  margin-right: 4.0rem;
  overflow: hidden;
  border-radius: 1.0rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_contact_three .lx-cont2 .contact .msg-a1 .inpt:nth-last-child(1) {
  margin-right: unset;
}
.list_contact_three .lx-cont2 .contact .msg-a1 .inpt input {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;.des {
    
}
  font-weight: 400;
  line-height: 2.5rem;
  padding: 1.6rem 1.9rem;
}
.list_contact_three .lx-cont2 .contact .msg-a3 {
  width: 100%;
  border-radius: 1.0rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
}
.list_contact_three .lx-cont2 .contact .msg-a3 textarea {
  border: unset;
  width: 100%;
  height: 100%;
  padding: 1.2rem 1.9rem;
}
.list_contact_three .lx-cont2 .contact .div_aghgha button {
  width: 16.0rem;
  height: 5.6rem;
  border: unset;
  border-radius: 3.0rem;
  background: #005EB8;
  box-shadow: 0px 0.4rem 1.0rem 0px rgba(0, 153, 255, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
}
.list_contact_three .lx-cont2 .contact .div_aghgha button i {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
}
.list_contact_three .lx-cont2 .contact .div_aghgha button:hover {
  background-color: #13284a;
}
.list_product .row {
  height: 100%;
  background: #F5F5F5;
  align-items: unset;
}
.list_product .row > .left {
  padding-top: 7.0rem;
  padding-right: 0;
  position: sticky;
  top: 10.0rem;
  height: 100%;
}
.list_product .row > .left .case_tab .case_li {
  height: 8.4rem;
  line-height: 8.4rem;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .row > .left .case_tab .case_li::before {
  content: '';
  display: block;
  width: 0%;
  height: 8.4rem;
  background-color: #005EB8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .row > .left .case_tab .case_li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  z-index: 9;
}
.list_product .row > .left .case_tab .case_li:hover {
  cursor: pointer;
}
.list_product .row > .left .case_tab .case_li:hover::before {
  width: 100%;
}
.list_product .row > .left .case_tab .case_li:hover a {
  color: #fff;
}
.list_product .row > .left .case_tab .case_li.active::before {
  width: 100%;
}
.list_product .row > .left .case_tab .case_li.active a {
  color: #fff;
}
.list_product .row > .right {
  background-color: #fff;
  padding-top: 9.0rem;
  padding-left: 12.0rem;
  padding-bottom: 8.0rem;
}
.list_product .row > .right .list_pro_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3.0rem;
}
.list_product .row > .right .list_pro_box .list_pro_con {
  margin-top: 6.0rem;
  display: flex;
}
.list_product .row > .right .list_pro_box .list_pro_con .left {
  width: 60%;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .title {
  color: #13284A;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .title::before {
  content: '';
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 7px solid rgba(34, 180, 227, 0.3);
  position: absolute;
  right: -0.9rem;
  top: -0.5rem;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .sub_title {
  color: #13284A;
  font-size: 3.6rem;
  font-weight: 700;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .sub_title_er {
  color: #13284A;
  font-size: 2.8rem;
  font-weight: 700;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul {
  margin-top: 4.0rem;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-prev,
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-next,
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper_proul {
  overflow: hidden;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-next,
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-prev {
  width: auto;
  height: auto;
  border-radius: unset;
  border: unset;
  background-color: unset;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-next i,
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .swiper-button-prev i {
  font-size: 2.0rem;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .pro_li .icon {
  width: 12.0rem;
  height: 12.0rem;
  line-height: 12.0rem;
  border-radius: 50%;
  background-color: #F1F1F1;
  text-align: center;
  margin: 0 auto;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .pro_li .icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.list_product .row > .right .list_pro_box .list_pro_con .left .pro_ul .pro_li .txt {
  margin-top: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.list_product .row > .right .list_pro_box .list_pro_con .right {
  width: 40%;
}
.list_product .row > .right .list_pro_box .list_pro_con .right .over {
  height: 70vh;
  text-align: right;
}
.list_product .row > .right .list_pro_box .list_pro_con .right .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.show_product_one {
  background-image: url('../images/probg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.show_product_one .show_product_one_box {
  padding-top: 11.0rem;
  padding-bottom: 5.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_product_one .show_product_one_box .allmoreb{
    display: inline-block;
}
.show_product_one .show_product_one_box .left {
  width: 45%;
}
.show_product_one .show_product_one_box .left .title {
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
}
.show_product_one .show_product_one_box .left .sub_title {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
}
.show_product_one .show_product_one_box .left .desc {
  margin-top: 2.0rem;
}
.show_product_one .show_product_one_box .left .desc p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.show_product_one .show_product_one_box .left .desc p.p1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.show_product_one .show_product_one_box .right {
  width: 50%;
}
.show_product_one .show_product_one_box .right .over {
  width: 70%;
  margin: 0 auto;
}
.show_producr_zucheng {
  padding-top: 12.0rem;
  padding-bottom: 9.0rem;
}
.show_producr_zucheng .content {
  margin-top: 3.0rem;
}
.show_producr_zucheng .content .pro_zc_left {
  width: 50%;
}
.show_producr_zucheng .content .pro_zc_right {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.show_producr_zucheng .content .pro_zc_right .pro_li {
  margin: 2.0rem;
  width: 15.0rem;
  height: 15.0rem;
  line-height: 15.0rem;
  border-radius: 50%;
  background-color: #e4e4e4;
  text-align: center;
}
.show_producr_zucheng .content .pro_zc_right .pro_li .txt h3 {
  color: #13284A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_producr_zucheng .content .pro_zc_right .pro_li .txt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_producr_zucheng .bottom_con {
  margin-top: 3.0rem;
}
.show_producr_zucheng .bottom_con .txt {
  margin-top: 1.0rem;
}
.show_producr_zucheng .bottom_con .txt p {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_producr_zucheng .bottom_con .txt p.p1 {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_product_two {
  padding-top: 12.0rem;
  padding-bottom: 3.6rem;
  background-image: url('../images/protwobg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.show_product_two .content {
  position: relative;
}
.show_product_two .content .pro_two_box {
  margin-top: -10.0rem;
}
.show_product_two .content .pro_two_box .over {
  width: auto;
  height: 40vw;
  margin: 0 auto;
  text-align: center;
}
.show_product_two .content .pro_two_box .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.show_product_two .content .swiper_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.show_product_two .content .swiper_application {
  overflow: hidden;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  height: 30vw;
}
.show_product_two .content .swiper_application .swiper-pagination {
  justify-content: center;
  bottom: 0;
}
.show_product_two .content .pro_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.show_product_two .content .pro_ul .pro_li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .content .pro_ul .pro_li .icon {
  width: 12.0rem;
  height: 12.0rem;
  line-height: 12.0rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .content .pro_ul .pro_li .icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.show_product_two .content .pro_ul .pro_li .icon::before {
  content: '';
  display: block;
  width: 14.0rem;
  height: 14.0rem;
  background-image: url('../images/yuan.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.show_product_two .content .pro_ul .pro_li .txt {
  width: 50%;
  padding-left: 2.0rem;
}
.show_product_two .content .pro_ul .pro_li .txt h3 {
  color: #13284A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .content .pro_ul .pro_li .txt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .content .pro_ul .pro_li:hover {
  cursor: pointer;
}
.show_product_two .content .pro_ul .pro_li:hover .icon::before {
  opacity: 1;
}
.show_product_two .content .pro_ul .pro_li:hover .txt h3 {
  color: #005EB8;
}
.show_product_two .content .pro_ul .pro_li:nth-child(odd) {
  justify-content: start;
}
.show_product_two .content .pro_ul .pro_li:nth-child(odd) .icon {
  order: 2;
}
.show_product_two .content .pro_ul .pro_li:nth-child(odd) .txt {
  text-align: right;
  padding-right: 2.0rem;
}
.show_product_two .content .bottom_con {
  width: 80%;
  margin: 3.0rem auto 0;
}
.show_product_two .content .bottom_con .txt {
  margin-top: 1.0rem;
}
.show_product_two .content .bottom_con .txt p {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_product_two .content .bottom_con .txt p.p1 {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.procontainer {
  max-width: 120.0rem;
  margin: 0 auto;
}
.show_product_procpzc .content .swiper_procpzc {
  overflow: hidden;
  padding-bottom: 9.0rem;
  margin: 0 -4.0rem;
}
.show_product_procpzc .content .swiper_procpzc .img_box .img {
  width: 18.0rem;
  height: 18.0rem;
  border-radius: 50%;
  background-color: #F5F5F5;
  padding: 3.0rem;
  margin: 0 auto;
}
.show_product_procpzc .content .swiper_procpzc .img_box .txt {
  margin-top: 1.1rem;
  color: #13284A;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.show_product_procpzc .content .swiper_procpzc .swiper-pagination {
  justify-content: center;
}
.show_product_proappli .content .pro_app_four {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.9rem;
}
.show_product_proappli .content .pro_app_four .pro_app_item {
  background: #F5F5F5;
}
.show_product_proappli .content .pro_app_four .over {
  height: 25.0rem;
}
.show_product_proappli .content .pro_app_four .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_product_proappli .content .pro_app_four .txt {
  background: #F5F5F5;
  padding: 2.5rem 6.0rem 4.0rem;
}
.show_product_proappli .content .pro_app_four .txt h3 {
  color: #13284A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.2rem;
}
.show_product_proappli .content .pro_app_four .txt ul > li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.0rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
}
.show_product_proappli .content .pro_app_four .txt ul > li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.show_product_proappli .content .pro_app_three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.show_product_proappli .content .pro_app_three .pro_app_item {
  background: #F5F5F5;
  padding: 6.0rem 3.0rem;
}
.show_product_proappli .content .pro_app_three .pro_app_item h3 {
  color: #13284A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
}
.show_product_proappli .content .pro_app_three .pro_app_item h3::before {
  content: '';
  display: block;
  width: 4.4rem;
  height: 0.2rem;
  background-color: #005EB8;
  position: absolute;
  bottom: 0;
}
.show_product_proappli .content .pro_app_three .pro_app_item p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.show_product_proappli .content .swiper_proyoushi {
  padding-bottom: 5.0rem;
  overflow: hidden;
  margin: 0 -1.5rem;
}
.show_product_proappli .content .swiper_proyoushi .swiper-slide {
  padding: 0 1.5rem;
}
.show_product_proappli .content .swiper_proyoushi .swiper-slide .txt {
  text-align: center;
  height: 8.8rem;
  background: #F5F5F5;
  color: #13284A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.show_product_proappli .content .swiper_proyoushi .swiper-pagination {
  justify-content: center;
}
.show_product_proappli .content .row_box .row {
  margin-bottom: 4.0rem;
}
.show_product_proappli .content .row_box .row .left {
  padding-right: unset;
  padding-left: unset;
}
.show_product_proappli .content .row_box .row .right {
  padding-left: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F5F5;
}
.show_product_proappli .content .row_box .row .right h3 {
  color: #13284A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.show_product_proappli .content .row_box .row .right ul {
  margin-top: 2.2rem;
}
.show_product_proappli .content .row_box .row .right ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.0rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
}
.show_product_proappli .content .row_box .row .right ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.show_product_proappli .content .row_box .row:nth-child(even) .left {
  order: 2;
}
.show_product_proappli .content .row_box .row:nth-child(even) .right {
  order: 1;
}
.show_product_three .show_product_box {
  display: flex;
  justify-content: space-between;
}
.show_product_three .left {
  width: 45%;
}
.show_product_three .left .swiper_pro_three {
  overflow: hidden;
  padding-bottom: 6.0rem;
}
.show_product_three .left .swiper_pro_three .swiper-slide {
  border-radius: 2.0rem;
  background: #F5F5F5;
  overflow: hidden;
}
.show_product_three .left .swiper_pro_three .swiper-slide .over {
  width: 100%;
  height: 60.0rem;
  text-align: center;
}
.show_product_three .left .swiper_pro_three .swiper-slide .over img {
  padding: 2.0rem;
  height: 100%;
}
.show_product_three .left .swiper_pro_three .swiper-pagination {
  justify-content: center;
}
.show_product_three .right {
  width: 45%;
}
.show_product_three .right .con {
  margin-top: 3.0rem;
}
.show_product_three .right .con .jstd_item .right {
  width: 20%;
}
.show_product_three .right .con .jstd_item .right span {
  -webkit-text-stroke: 1px rgba(34, 180, 227, 0.6);
  color: transparent;
  font-family: "Roboto";
  font-size: 6.79344rem;
  font-weight: 700;
}
.show_product_three .right .con .jstd_item .left {
  flex: 1;
}
.show_product_three .right .con h3 {
  color: #13284A;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-top: 2.0rem;
}
.show_product_three .right .con p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.show_product_four .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_product_four .content .pro_four_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.0rem;
}
.show_product_four .content .pro_four_box .pro_four_item .over {
  border-radius: 2.0rem;
  background: #FFF;
  overflow: hidden;
  padding: 1.5rem;
}
.show_product_four .content .pro_four_box .pro_four_item .txt {
  margin-top: 3.0rem;
  color: #13284A;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.show_product_five .content .swiper_jjfa {
  overflow: hidden;
  padding-bottom: 4.0rem;
  margin: -2.0rem;
}
.show_product_five .content .swiper_jjfa .jjfa_box {
  border-radius: 2.0rem;
  background: #FFF;
  background-image: url('../images/caseslidebg.png');
  background-size: cover;
  margin: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0.4rem 0.4rem 2.4rem 3px rgba(0, 102, 204, 0.06);
}
.show_product_five .content .swiper_jjfa .jjfa_box .left {
  width: 50%;
}
.show_product_five .content .swiper_jjfa .jjfa_box .left .over {
  border-radius: 2.0rem;
}
.show_product_five .content .swiper_jjfa .jjfa_box .right {
  width: 50%;
  padding-left: 7.0rem;
  padding-right: 6.0rem;
  height: 100%;
}
.show_product_five .content .swiper_jjfa .jjfa_box .right .tit {
  color: #13284A;
  font-size: 4.2rem;
  font-weight: 700;
}
.show_product_five .content .swiper_jjfa .jjfa_box .right .desc {
  margin-top: 2.0rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  font-weight: 400;
}
.show_product_five .content .swiper_jjfa .swiper-pagination {
  justify-content: center;
}
.section {
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}
.list_channle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_channle .list_channel_box {
  display: flex;
}
.list_channle .list_channel_box .list_channel_item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_channle .list_channel_box .list_channel_item:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.list_channle .list_channel_box .list_channel_item:hover {
  background-color: #005EB8;
}
.list_channle .list_channel_box .list_channel_item:hover a {
  color: #fff;
}
.list_channle .list_channel_box .list_channel_item a {
  padding: 3.0rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
.list_channle .list_channel_box .list_channel_item.active {
  background-color: #005EB8;
}
.list_channle .list_channel_box .list_channel_item.active a {
  color: #fff;
}

.imgw70{
  width: 48%;
}
.swiper_pro_anlie {
    padding-bottom: 4.8rem;
    overflow: hidden;
}
.swiper_pro_anlie  .swiper-pagination{
        justify-content: center;
}