@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

.pagination>li {
  margin: 0 5px;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li:last-child .iconfont,
.pagination>li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}

.pagination>li {
  margin: 0 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>li {
  margin: 0 3px;
}

.pagination .active span {
  background-color: #fff;
  border-color: #2658a0 !important;
  color: #2658a0;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #2658a0 !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #2658a0 !important;
  color: #2658a0 !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}

.pagination>li.active a,
.pagination>li.active span {
  color: #2658a0 !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}


/*top*//*top*/

.top{position: fixed;z-index: 8888;top:0;width: 100%;    background: rgba(0, 0, 0, .2);}

.topa a{display: block;}

.topa img{display: block;max-width: 100%;margin:0 auto;}

.topb{line-height: 40px;border-bottom: 1px solid rgba(255,255,255,.2);color: #ff6a30;}

.topb i{color: #ff6a30;font-size: 20px;}

.topb b{color: #fff;font-size: 18px;}
.top.on{
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}
.top.on .menu li span{
  color: #000;
}
.top.on .menu li span:hover {
    color: rgba(0,71,157,0.9);
}
.logoh{
  display: none!important;
}
.top.on .logoh{
  display: block!important;
}
.top.on .logob{
  display: none!important;
}

.dhxlwh{
  
}
.dhxl a{
  line-height: 35px;
  font-size: 15px;color: #000;padding: 4px 15px;display: inline-block;
}
.dhxl a:hover{
  background:rgba(0,71,157,0.9) ;border-radius: 5px;
  color: #fff;
}
.dhxl{
  display: none;box-shadow: 0 8px 15px rgba(0,0,0,0.08);    border-top: 1px solid #e5e5e5;
  padding: 18px 0;
  background: #fff;
  position: absolute;z-index: 8888;top: 83px;
  
  left: 0;width: 100%;text-align: center;
}
.top .col-lg-9{
  position: inherit;
}




  @media screen and (max-width: 1025px) {
    .topa{
      display: none;
    }
  }
.menu li{
  position: inherit; 
  text-align: center;height: 100%;}

.menu li span{display: block;position: relative;line-height:84px; overflow: hidden;color: #fff;font-size: 18px;transition:.4s;}

/*.menu li span:hover {color: rgba(0,71,157,0.9);}*/

.menu li span:hover i{width: 25px;}

.menu li span i{display: block;height: 1px;background:#fff;width: 0px;margin:0 auto;transition:.4s;}

.menu li.curr { transition: all 0.3s ease 0s; }

.menu li.curr .submenu{opacity: 1; }

.menu li .submenu{position:fixed;z-index: 8;top:84px;left:0; width:100%;text-align: left; height:0;overflow: hidden;opacity:0;background:rgba(255,255,255,1);

    border-top: 1px solid #eee;transition: all 0.3s ease 0s;box-shadow: 0px 0px 8px 5px rgba(9,9,9,.2); }

.menu li .submenu .suba strong{display: block;color: #333;}

.menu li .submenu .suba p{line-height: 30px;color: #777;}

.menu li .submenu .suba a{display: block;width: 140px;line-height: 45px;height: 45px; background: #4f5260;border: 1px solid #4f5260; text-align: center;color: #fff;transition:.4s;}

.menu li .submenu .suba a:hover{background: #fff;color:#4f5260; }

.menu li .submenu .subb{position: relative;}

.menu li .submenu .subb::before{position: absolute;content: "";width: 1px;height: 200%;top:-50%;left:0; background: rgba(0,0,0,.1);}

.menu li .submenu .subb::after{position: absolute;content: "";width: 1px;height: 200%;top:-50%;right:0; background: rgba(0,0,0,.1);}

.menu li .submenu .subb p{line-height:45px;border-bottom: 1px dashed #dadada;}

.menu li:nth-of-type(3) .submenu .subb p{float: left;width: 50%}

.menu li .submenu .subb p a{display: block;color: #777;transition:.4s;}

.menu li .submenu .subb p a:hover{color: #4f5260;}

.menu li .submenu .subb p i{float: right;}

.menu li .submenu .subc img{display: block;max-width: 100%;margin:0 auto;box-shadow: 0px 0px 2px 2px #ddd;padding: 7px;}
.pf_24 {
    font-size: 24px;
    line-height: 40px;
}
/*头部结束*/





@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat-Regular-8.otf);
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-bold";
  src: url(../font/MONTSERRAT-EXTRABOLD.TTF);
  font-display: swap;
}

body {
  font-family: "Montserrat", 'sourcehansans';
}

.bg {
  background: #2658a0;
}

.c {
  color: #2658a0;
}

.bg2 {
  background: #2658a0;
}

.c2 {
  color: #004691;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .container .nav>ul>li:nth-child(3) .er-ul {
  width: 180%;
  left: -40%;
}

.er-ul {
  position: absolute;
  width: 240%;
  left: -70%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
/*  right: 0;*/
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #2658a0;
}
.er-ul>li a{
  font-size: 14px;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .container .nav>ul>li {
  position: relative;
}

header .container .nav>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.pc_show {
  display: block;
}

.phone_show {
  display: none;
}

.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 {
  --con_left: 14.8125rem;
}

.container {
  padding: 0 var(--con_left);
  width: 100%;
  max-width: 100%;
}

.container.con_r {
  padding-right: 0;
}

.container.con_l {
  padding-left: 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #2658a0;
}

.searchbox {
  border-color: #2658a0;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .topa img{
    height: 40px;
  }
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sylb{
  position: relative  ;
  z-index: 99;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
  top: 59px;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #2658a0;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont p {
  color: #2658a0;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  body {
    --con_left: 10rem;
  }

  .container {
    padding: 0 var(--con_left);
  }
    .gyt2 {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.gym {
    margin: 0 auto 40px!important;
}
.gyit div {
    margin: 5px auto!important;
}
.gyit div b {
    font-size: 50px!important;
}
.i-part4 .layout {
    padding-top: 170px!important;
}
.i-part4 .layout .word h3 {
    font-size: 40px!important;
    margin-bottom: 40px!important;
}
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  body {
    --con_left: 8rem;
  }

  .container {
    padding: 0 var(--con_left);
  }
  .gyt2 {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.gym {
    margin: 0 auto 40px!important;
}
.gyit div {
    margin: 5px auto!important;
}
.gyit div b {
    font-size: 50px!important;
}
.i-part4 .layout {
    padding-top: 170px!important;
}
.i-part4 .layout .word h3 {
    font-size: 40px!important;
    margin-bottom: 40px!important;
}
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
   .gyt2 {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.gym {
    margin: 0 auto 40px!important;
}
.gyit div {
    margin: 5px auto!important;
}
.gyit div b {
    font-size: 50px!important;
}
.i-part4 .layout {
    padding-top: 170px!important;
}
.i-part4 .layout .word h3 {
    font-size: 40px!important;
    margin-bottom: 40px!important;
}
}


@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
   .gyt2 {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.gym {
    margin: 0 auto 40px!important;
}
.gyit div {
    margin: 5px auto!important;
}
.gyit div b {
    font-size: 50px!important;
}
.i-part4 .layout {
    padding-top: 170px!important;
}
.i-part4 .layout .word h3 {
    font-size: 40px!important;
    margin-bottom: 40px!important;
}
}


@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  body {
    --con_left: 15px;
  }

  .container {
    padding: 0 var(--con_left);
  }
}

@media (max-width: 767px) {
  body {
    --con_left: 15px;
  }

  .container {
    padding: 0 var(--con_left);
  }
}

header.active {
  animation: sticky 0.65s;
}

@-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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 6.25rem;
  background-color: rgba(0, 0, 0, 0.1);
}

header .container {
  padding: 0 90px;
}

header .language .iconfont {
  margin-right: 0.25rem;
  display: block;
}

header .language a {
  display: flex;
  align-items: center;
}

header .ds .iconfont {
  display: block;
}

header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  color: #fff;
}

header .container .right .iconfont {
  font-size: 1.25rem;
}

header .container .right a {
  color: #fff;
}

header .container .right .lanuage a:hover {
  color: #2658a0;
}

header .container .right .lanuage {
  margin-left: 1.875rem;
}

header .container .right .ds {
  cursor: pointer;
}

header .container .left img {
  height: 3.375rem;
}

header .container .left img:nth-child(2) {
  display: none;
}

header .container .nav {
  justify-content: flex-end;
  padding-right: 10px;
}

header .container .nav>ul>li {
  padding: 0 20px;
  float: left;
}

header .container .nav>ul>li>a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  position: relative;
}

header .container .nav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  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 .container .nav>ul>li:hover>a,
header .container .nav>ul>li.active>a {
  color: #fff;
}

header .container .nav>ul>li:hover>a::before,
header .container .nav>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.active,
header:hover,
.show_pro_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid #ddd;
}

header.active .language .iconfont,
header:hover .language .iconfont,
.show_pro_header header .language .iconfont {
  margin-right: 0.25rem;
}

header.active .language a,
header:hover .language a,
.show_pro_header header .language a {
  color: #232121;
}

header.active .nav>ul>li>a,
header:hover .nav>ul>li>a,
.show_pro_header header .nav>ul>li>a {
  color: #232121;
}

header.active .nav>ul>li:hover>a,
header:hover .nav>ul>li:hover>a,
.show_pro_header header .nav>ul>li:hover>a,
header.active .nav>ul>li.active>a,
header:hover .nav>ul>li.active>a,
.show_pro_header header .nav>ul>li.active>a {
  color: #2658a0;
}

header.active .nav>ul>li:hover>a::before,
header:hover .nav>ul>li:hover>a::before,
.show_pro_header header .nav>ul>li:hover>a::before,
header.active .nav>ul>li.active>a::before,
header:hover .nav>ul>li.active>a::before,
.show_pro_header header .nav>ul>li.active>a::before {
  background: #2658a0;
}

header.active .left img:nth-child(1),
header:hover .left img:nth-child(1),
.show_pro_header header .left img:nth-child(1) {
  display: none;
}

header.active .left img:nth-child(2),
header:hover .left img:nth-child(2),
.show_pro_header header .left img:nth-child(2) {
  display: inline-block;
}

header.active .right .ds .iconfont,
header:hover .right .ds .iconfont,
.show_pro_header header .right .ds .iconfont {
  color: #232121;
}

header.active .right .ds a,
header:hover .right .ds a,
.show_pro_header header .right .ds a {
  color: #232121;
}

header.active .right .lanuage .iconfont,
header:hover .right .lanuage .iconfont,
.show_pro_header header .right .lanuage .iconfont {
  color: #2658a0;
}

header.active .right .lanuage a,
header:hover .right .lanuage a,
.show_pro_header header .right .lanuage a {
  color: #2658a0;
}

.show_pro_header header {
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4;
}

.show_pro_header header.active {
  box-shadow: 0 0 0.625rem #ddd;
}

.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
}

.banner .scroll img {
  animation: shangxia 2s infinite;
}

@keyframes shangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner .scroll img {
  width: 4.875rem;
}

.banner .hover_video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}

.banner .hover_video .container,
.banner .hover_video .container .pr {
  height: 100%;
}

.banner .hover_video .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.404));
}

.banner .hover_video.active .iconfont {
  opacity: 1;
}

.banner .swiper-slide-active .img img {
  animation: banner 20s infinite;
}

@keyframes banner {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.banner .swiper-slide {
  height: 100vh;
}

.banner .swiper-slide .img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

@keyframes banner {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.banner .swiper-slide video {
  height: 100vh !important;
  width: 100vw !important;
  object-position: center;
  object-fit: cover !important;
}

.banner .swiper-slide {
  opacity: 0 !important;
}

.banner .swiper-slide-active {
  opacity: 1 !important;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.leftb1{
  width: 24%;
  /* padding: 0 13.54167%; */
  text-align: left !important;
}
.leftb1 .b1{
  font-size: 20px;
  color: #FFFFFF;
  width: 134px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #003e86;
  text-align: center;
  font-weight: bold;
}
.leftb1 .b2{
  font-size: 20px;
  color: #FFFFFF;
}

.banner .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  /* identical to box height */
  color: #FFFFFF;
}

.banner .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.875rem;
  color: #FFFFFF;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 2.375rem;
  right: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  width: auto;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.6);
}

.banner .swiper-pagination span {
  padding: 0 0.9375rem;
}

.banner .swiper-pagination .swiper-pagination-current {
  color: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 1.375rem;
  padding: 0 1rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.125rem;
  background: #fff;
  left: 2.25rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 3.75rem;
  position: relative;
  color: #ffffff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 2.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-next {
  right: auto;
  left: 4.875rem;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  margin-top: 0;
  bottom: 2rem;
  top: auto;
  z-index: 9991;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: #2658a0;
}

.banner .swiper-button-next .iconfont,
.banner .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #fff;
  display: block;
}

.title_top {
  padding-right: 1.25rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.title_top.ta {
  display: block;
  padding-right: 0;
}

.title_top.ta::before {
  left: 50%;
  transform: translateX(-50%);
}

.title_top.cf div {
  color: #fff;
}

.title_top.cf::before {
  background: rgba(255, 255, 255, 0.3);
}

.title_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  background: #b1cffb;
  height: 95%;
  width: 5.75rem;
  z-index: -1;
}

.title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.75rem;
  color: #000000;
}

.en_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #2658a0;
}

.text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.6);
}

.text.tr {
  text-align: right;
}

.text18 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.proys_fr_ul li.last {
  margin-top: 9%;
}

.more:hover>span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.title_top {
  align-items: center;
}

.jiantou {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background: #F8F8F8;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}

.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}

.jiantou:hover {
  background: #004691;
}

.jiantou:hover .iconfont {
  color: #fff;
}

.jiantou.white {
  background: #fff;
}

.jiantou.white:hover {
  background-color: #2658a0;
}

.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2658a0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.beian {
  background: #132436;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.875rem 0;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.beian a,
.beian .text {
  color: #fff;
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #2658a0;
}

.rightfix li:hover .iconfont {
  background: #2658a0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.bgf7 {
  background: #EEF2F6;
}

.nyban .hover {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nyban .hover .p1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #FFFFFF;
  position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.1);
}

.nyban .hover .p2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.9375rem;
}

.bread {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
}

.bread .text {
  color: #FFFFFF;
}

.bread .text a {
  color: #fff;
}

.bread .text span:last-child {
  display: none;
}

.bread .text a:hover {
  color: #ff5b00;
}

.nyerji {
  line-height: 5.625rem;
  background: #F8F8F8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyerji ul li {
  flex: 1 0 0;
  text-align: center;
}

.nyerji ul li.active {
  background: #2658a0;
}

.nyerji ul li.active a {
  color: #fff;
}

.nyerji ul li.active a:hover {
  color: #fff;
}

.nyerji ul li:hover a {
  color: #2658a0;
}

.nyerji ul li a {
  font-size: 1.2rem;
  color: #000000;
}

.p10080 {
  padding: 6.25rem 0 5rem;
}

.p10080.pb0 {
  padding-bottom: 0;
}

.p10080.pt0 {
  padding-top: 0;
}

.nyerji_about.nyerji {
/*  position: sticky;*/
/*  top: 84px;*/
  left: 0;
  z-index: 99;
}

.foot-fot {
  background: #192D41;
}



.flex_left_right li {
  margin-bottom: 5rem;
}

.flex_left_right li .en_title p:nth-child(1) span {
  background: #F1F2F6;
}

.flex_left_right li::before {
  background: #fff;
}

.flex_left_right li:nth-child(even) {
  background: #fff;
}

.flex_left_right li:nth-child(even) .en_title p:nth-child(1) span {
  background: #fff;
}

.flex_left_right li .row {
  align-items: center;
}

.flex_left_right li .right>div,
.flex_left_right li .right>div .over {
  border-radius: 1.25rem;
}

.flex_left_right li .right>div {
  overflow: hidden !important;
  flex-grow: 1 !important;
  width: 100% !important;
  position: relative;
}

.flex_left_right li .right>div::before,
.flex_left_right li .right>div::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.flex_left_right li .right>div::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}

.flex_left_right li .right>div::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}

.flex_left_right li .right.active>div::before,
.flex_left_right li .right.active>div::after {
  left: 100%;
}

.flex_left_right .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000000;
  margin-bottom: 1.375rem;
}

.flex_left_right .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
}

.flex_left_right li {
  align-items: center;
}

.flex_left_right li {
  margin: 0 -2.5rem;
}

.flex_left_right li>div {
  padding: 0 2.5rem;
}

.flex_left_right li:nth-child(even) .left {
  order: 1;
  padding-left: 15px;
  padding-right: 2.8125rem;
}

.flex_left_right li:nth-child(even) .right {
  order: 2;
  padding-right: 15px;
  padding-left: 2.6875rem;
}

.list_honor_two .name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
  text-align: center;
}

.list_honor_two .padding {
  padding: 0.625rem 1rem;
  border: 1px solid #E4E4E4;
}

.list_honor_two .ul1 li {
  margin-bottom: 3.75rem;
}

.list_honor_two .ul1 li:hover .name {
  color: #004691;
}

.list_honor_two .ul1 li:hover .padding {
  border-color: #004691;
}

.show_news .left .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .left .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.show_news .left a.text:hover {
  color: #395F8E;
}

.show_news .left .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}

.show_news .left .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}

.show_news .left .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

.show_news .left .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}

.show_news .left .data .social-share li a {
  font-size: 1rem;
}

.show_news .left .data .social-share li a:hover {
  color: #fff !important;
}

.show_news .left .data .social-share li:last-child {
  margin-right: 0;
}

.show_news .left .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}

.show_news .left {
  padding-right: 3.75rem;
}

.show_news .right {
  padding-left: 2.1875rem;
}

.show_news .right>div {
  background: #EEF2F6;
  padding: 2.0625rem 1.5625rem;
}

.show_news .right>div .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #000000;
  margin-bottom: 1.5625rem;
}

.show_news .right>div ul li {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.show_news .right>div ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #004691;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li:hover::before,
.show_news .right>div ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li .img {
  padding-bottom: 1.875rem;
  display: none;
}

.show_news .right>div ul li.active .img {
  display: block;
}

.show_news .right>div ul li:first-child {
  padding-top: 0;
}

.show_news .right>div ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.show_news .right>div ul li .data {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #004691;
}

.show_news .right>div ul li .name1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  margin-top: 0.3125rem;
  color: #000000;
}

.show_news .shangxia {
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
}

.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.3125rem;
}

.show_news .shangxia a:hover {
  color: #004691;
}

.index_title {
  align-items: center;
}

.more_a {
  width: 8.75rem;
  line-height: 3.125rem;
  border: 1px solid #2658a0;
  border-radius: 3.125rem;
  font-size: 1rem;
  color: #2658a0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 2;
}

.more_a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  left: -105%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #2658a0;
  height: 100%;
  z-index: -1;
}

.more_a:hover,
.more_a.active {
  color: #fff;
}

.more_a:hover::before,
.more_a.active::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more {
  display: inline-block;
  width: 8.75rem;
  padding: 0.3125rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  background: #2658a0;
  position: relative;
}

.more span:nth-child(1) {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 50%;
  background: #FFFFFF;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more span:nth-child(1) .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #2658a0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
}

.more span:nth-child(2) {
  width: calc(100% - 2.5rem);
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
}

.more div {
  border-radius: 2.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.more div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 2.5rem;
  transition: width 0.4s;
  -webkit-transform: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  width: 0;
  height: 100%;
  z-index: -1;
}

.more:hover {
  box-shadow: 0 0 1rem rgba(255, 163, 0, 0.4);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover div::before {
  width: 100%;
  transition: width 0.4s;
  -webkit-transform: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
}

.more:hover span {
  color: #2658a0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .right {
  padding-left: 3.75rem;
}

.index_one .left {
  padding-right: 0;
  padding-top: 5.9375rem;
}

.index_one .left ul {
  margin-top: 5.3125rem;
}

.index_one .left ul .icon img {
  width: 4.375rem;
  height: 4.375rem;
}

.index_one .left ul li a {
  display: inline-block;
  text-align: center;
}

.index_one .left ul li:nth-child(2) {
  text-align: center;
}

.index_one .left ul li:nth-child(3) {
  text-align: right;
}

.index_one .left ul li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .left ul li:hover .text {
  color: #004691;
}

.index_one .left ul li img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .left ul .text {
  color: #000000;
  margin-top: 0.25rem;
}

.index_one .name {
  margin-top: 5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000000;
}

.index_one .text {
  font-size: 1.125rem;
  margin-top: 0.6875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
}



.index_five {
  background: #EEF2F6;
  padding: 6.25rem 0;
}

.index_five .more_a {
  margin-left: 0.5rem;
}

.index_five .sum>div {
  display: none;
}

.index_five .sum>div.active {
  display: block;
}

.suqer_news .over {
  padding: 1.875rem;
}

.suqer_news .content {
  padding: 1.625rem 1.875rem 2.0625rem;
  position: relative;
}

.suqer_news .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1.875rem - 1.875rem);
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}

.suqer_news>div {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}

.suqer_news:hover>div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_news:hover img {
  transform: scale(1.25);
}

.suqer_news:hover .data,
.suqer_news:hover .name {
  color: #2658a0;
}

.suqer_news:hover .more_2 {
  background: #004691;
}

.suqer_news:hover .more_2::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_news:hover .more_2 .iconfont {
  color: #fff;
}

.suqer_news .data {
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #004691;
}

.suqer_news .name {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin: 0.625rem 0 0.8125rem;
}

.suqer_news .text {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
}

.more_2 {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  background: #F8F8F8;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.more_2 .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #000000;
}

.more_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #2658a0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.more_2:hover::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_2:hover .iconfont {
  color: #fff;
}

.suqer_pro.swiper-slide {
  padding: 0.375rem;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_pro.swiper-slide.height_pro {
  height: 32.5rem;
}

.suqer_pro.swiper-slide.height_pro>a {
  height: 100%;
}

.suqer_pro.swiper-slide.height_pro>a>div {
  height: 100%;
  z-index: 7;
}

.suqer_pro.swiper-slide:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.2));
}

.suqer_pro.swiper-slide:hover .name {
  color: #2658a0;
}

.suqer_pro.swiper-slide:hover .more_2::before {
  background: #2658a0;
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_pro.swiper-slide a {
  background: #F8F8F8;
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem 1.25rem 1.875rem;
}

.suqer_pro.swiper-slide a .text18 {
  margin: 0.75rem 0 0.3125rem;
}

.suqer_pro.swiper-slide a .clearfix {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.suqer_pro.swiper-slide a .clearfix .left {
  padding-bottom: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.suqer_pro.swiper-slide a .clearfix .right {
  position: absolute;
  bottom: 20px;
  left: 50%;transform: translate(-50%, 0);
  z-index: -1;width: 95%;
}
.tc{
  text-align: center;
}

.index_two {
  padding: 6.25rem 0 4rem;
  background: #EEF2F6;
  position: relative;
  z-index: 2;
}

.index_two .index_title {
  align-items: flex-start;
}

.index_two .svg-gong svg {
  opacity: 0.3;
}

.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--con_left) / 2);
  height: 100%;
  background: #fff;
  z-index: -1;
}

.index_two.active .CYrnKDuW_0 {
  stroke-dasharray: 668 670;
  stroke-dashoffset: 669;
  animation: CYrnKDuW_draw 2000ms linear 0ms forwards;
}

.index_two.active .CYrnKDuW_1 {
  stroke-dasharray: 774 776;
  stroke-dashoffset: 775;
  animation: CYrnKDuW_draw 2000ms linear 166ms forwards;
}

.index_two.active .CYrnKDuW_2 {
  stroke-dasharray: 753 755;
  stroke-dashoffset: 754;
  animation: CYrnKDuW_draw 2000ms linear 333ms forwards;
}

.index_two.active .CYrnKDuW_3 {
  stroke-dasharray: 791 793;
  stroke-dashoffset: 792;
  animation: CYrnKDuW_draw 2000ms linear 500ms forwards;
}

.index_two.active .CYrnKDuW_4 {
  stroke-dasharray: 693 695;
  stroke-dashoffset: 694;
  animation: CYrnKDuW_draw 2000ms linear 666ms forwards;
}

.index_two.active .CYrnKDuW_5 {
  stroke-dasharray: 645 647;
  stroke-dashoffset: 646;
  animation: CYrnKDuW_draw 2000ms linear 833ms forwards;
}

.index_two.active .CYrnKDuW_6 {
  stroke-dasharray: 524 526;
  stroke-dashoffset: 525;
  animation: CYrnKDuW_draw 2000ms linear 1000ms forwards;
}

@keyframes CYrnKDuW_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes CYrnKDuW_fade {
  0% {
    stroke-opacity: 1;
  }

  94.44444444444444% {
    stroke-opacity: 1;
  }

  100% {
    stroke-opacity: 0;
  }
}

.index_two .list2 .swiper-slide:nth-child(2) .right,
.index_two .list2 .swiper-slide:nth-child(4) .right {
  bottom: 1rem;
}

.index_two .list2 .swiper-slide:nth-child(2) img,
.index_two .list2 .swiper-slide:nth-child(4) img {
  width: 85%;
}

.index_two .list2 .swiper-slide img {
  width: 75%;
}

.index_two .list2 .swiper-slide .clearfix .left {
  z-index: -2;
}

.index_two .container1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  background: #2658a0;
  height: 95%;
  width: 38%;
  z-index: -1;
  opacity: 0.1;
}

.index_two .title2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin-bottom: 1.4375rem;
  color: #000000;
}

.index_two .list1 .row {
  align-items: flex-end;
  height: calc(100% - 4.5625rem);
}

.index_two .list1 .row>div,
.index_two .list1 .row>div>a {
  height: 100%;
}

.index_two .list1 .row .right.active .WLIhMecm_0 {
  stroke-dasharray: 1372 1374;
  stroke-dashoffset: 1373;
  animation: WLIhMecm_draw 1333ms linear 0ms forwards;
}

.index_two .list1 .row .right.active .WLIhMecm_1 {
  stroke-dasharray: 1165 1167;
  stroke-dashoffset: 1166;
  animation: WLIhMecm_draw 1333ms linear 666ms forwards;
}

@keyframes WLIhMecm_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes WLIhMecm_fade {
  0% {
    stroke-opacity: 1;
  }

  93.54838709677419% {
    stroke-opacity: 1;
  }

  100% {
    stroke-opacity: 0;
  }
}

.index_two .list1 .content {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 4.25rem 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .list1 .content .left {
  width: 45%;
  padding-bottom: 2rem;
}

.index_two .list1 .content .right {
  width: 55%;
}

.index_two .list1 .content .text18 {
  margin: 0.75rem 0 3.75rem;
}

.index_two .list1 .content:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .list1 .content:hover .more_2::before {
  background: #2658a0;
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .list1 .content:hover .name {
  color: #004691;
}

.index_two .jiantou {
  position: static;
  bottom: 0;
  top: auto;
  transform: translateY(0);
  margin-top: 0;
}

.index_two .container2 .hover {
  margin-top: 3.125rem;
}

.index_two .container2 .swiper-button-next {
  margin-left: 1.25rem;
}

.index_two .container2 .swiper-pagination {
  width: calc(100% - 7rem - 3.125rem - 1.25rem);
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 1.5625rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2658a0;
  height: 0.25rem;
  top: -1px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

.suqer_pro .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}

.suqer_pro .name.c {
  color: #2658a0;
}

.suqer_pro .text18 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #000000;
}

.suqer_pro .text {
  color: rgba(0, 0, 0, 0.6);
}

.suqer_pro .number {
  font-family: "Montserrat-bold";
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(245, 94, 11, 0.2);
  color: transparent;
}

.suqer_pro .more_2 {
  position: absolute;
  bottom: -0.5rem;
  left: 0.125rem;
  background: #2658a0;
}

.suqer_pro .more_2 .iconfont {
  color: #fff;
}

.suqer_pro .more_2::before {
  background: #2658a0;
}

.suqer_pro .more_2:hover {
  background: #2658a0;
}

.index_three {
  background: #EEF2F6;
  padding-top: 6.25rem;
}

.index_three>.pr {
  /* padding-right: 38.75rem; */
}

.index_three .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index_three .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_three .swiper-slide .ta {
  position: relative;
  z-index: 4;
}

.index_three .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.index_three .swiper-slide a {
  padding: 11.875rem 9.375rem 9.375rem;
  z-index: 2;
  position: relative;
}

.index_three .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .swiper-slide:hover .name {
  color: #ff5b00;
}

.index_three .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.index_three .icon img {
  width: 6.625rem;
  height: 6.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #FFFFFF;
  margin: 0.75rem 0 1rem;
}

.index_three .text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  height: 5.25rem;
  color: #FFFFFF;
  padding-bottom: 2rem;
  -webkit-line-clamp: 4;
  overflow: visible;
}

.index_three .jiantou {
  top: -6rem;
  transform: translateY(0);
  margin-top: 0;
}

.index_three .swiper-pagination {
  font-size: 1.5rem;
  text-transform: uppercase;
  position: absolute;
  top: -6rem;
  color: #000000;
  width: 7.5rem;
  text-align: center;
  line-height: 3.5rem;
  height: 3.5rem;
  right: calc(var(--con_left) + 3.5rem);
  left: auto;
}

.index_three .swiper-pagination .swiper-pagination-current {
  color: #2658a0;
}

.index_three .swiper-button-next {
  right: var(--con_left);
}

.index_three .swiper-button-prev {
  right: calc(11rem + var(--con_left));
  left: auto;
}

.suqer_case .title_top::before {
  background: rgba(255, 255, 255, 0.6);
}

.suqer_case .name {
  margin-bottom: 1.5625rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: #000000;
}

.suqer_case ul li {
  margin-bottom: 2.1875rem;
}

.suqer_case ul li:last-child {
  margin-bottom: 0;
}

.suqer_case ul li .name2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2658a0;
  padding: 0.3125rem 0.6875rem 0.1875rem 0;
  position: relative;
  display: inline-block;
}

.suqer_case ul li .name2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #2658a0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  width: 2.5625rem;
  height: 2.3125rem;
  z-index: -1;
}

.suqer_case ul li .text {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.6875rem;
}

.index_four {
  position: relative;
  padding: 6.25rem 0 4.6875rem;
  z-index: 32;
}

.index_four .title_top::before {
  background: rgba(255, 255, 255, 0.6);
}

.index_four svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.9375rem;
}

.index_four.active .PUJujcTq_0 {
  stroke-dasharray: 645 647;
  stroke-dashoffset: 646;
  animation: PUJujcTq_draw 1333ms linear 0ms forwards;
}

.index_four.active .PUJujcTq_1 {
  stroke-dasharray: 697 699;
  stroke-dashoffset: 698;
  animation: PUJujcTq_draw 1333ms linear 166ms forwards;
}

.index_four.active .PUJujcTq_2 {
  stroke-dasharray: 710 712;
  stroke-dashoffset: 711;
  animation: PUJujcTq_draw 1333ms linear 333ms forwards;
}

.index_four.active .PUJujcTq_3 {
  stroke-dasharray: 775 777;
  stroke-dashoffset: 776;
  animation: PUJujcTq_draw 1333ms linear 500ms forwards;
}

.index_four.active .PUJujcTq_4 {
  stroke-dasharray: 710 712;
  stroke-dashoffset: 711;
  animation: PUJujcTq_draw 1333ms linear 666ms forwards;
}

@keyframes PUJujcTq_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes PUJujcTq_fade {
  0% {
    stroke-opacity: 1;
  }

  93.54838709677419% {
    stroke-opacity: 1;
  }

  100% {
    stroke-opacity: 0;
  }
}

.index_four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30rem);
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  background: #2658a0;
  z-index: -1;
}

.index_four .left {
  padding-right: 4.6875rem;
}

.index_four .swiper-slide .row {
  align-items: center;
}

.index_four .swiper-container {
  padding-bottom: 7rem;
}

.index_four .jiantou {
  margin-top: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
}

.index_four .swiper-pagination {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #000000;
  width: 7.5rem;
  text-align: center;
  line-height: 3.5rem;
  height: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.index_four .swiper-pagination .swiper-pagination-current {
  color: #2658a0;
}

.index_four .swiper-button-next {
  right: 42%;
}

.index_four .swiper-button-prev {
  left: 42%;
}

.p110 {
  padding: 6.875rem 0;
}

.p110.pb0 {
  padding-bottom: 0;
}

.p110.pt0 {
  padding-top: 0;
}

.list_pro .margin {
  margin: 0.75rem 0 0.9375rem;
}

.list_pro.list_pro1 .content {
  background: #EEF2F6;
  border-radius: 1.25rem;
  padding: 2.8125rem 5.3125rem 0 2.8125rem;
}

.list_pro.list_pro1 .right img {
  height: 31.25rem;
}

.list_pro.list_pro1 .row {
  align-items: center;
}

.list_pro.list_pro1 .right {
  position: relative;
  z-index: 2;
}

.list_pro.list_pro1 .right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: #2658a0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  z-index: -1;
}

.list_pro.list_pro1 .left {
  padding-right: 5rem;
}

.list_pro .more.pa {
  bottom: -0.5rem;
  position: absolute;
}

.list_pro .suqer_pro.swiper-slide {
  padding: 0;
  z-index: 4;
}

.list_pro .suqer_pro.swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 12.5rem);
  height: calc(100% - 6.25rem);
  background: rgba(255, 163, 0, 0.1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  z-index: 0;
}

.list_pro .suqer_pro.swiper-slide a {
  padding: 3.4375rem 1.125rem 0 1.125rem;
  height: 100%;
}

.list_pro .suqer_pro.swiper-slide a>div {
  position: relative;
  height: 100%;
  z-index: 7;
}

.list_pro .suqer_pro.swiper-slide a img {
  object-fit: contain;
}

.list_pro .suqer_pro.swiper-slide:hover {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
}

.list_pro .padding {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.list_pro .mar20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.list_pro.list_pro3 .suqer_pro.swiper-slide::before {
  background: #2658a0;
}

.nyerji.nyerji_pro {
  background: #fff;
}

.nyerji.nyerji_pro .left {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
  width: 30%;
}

.nyerji.nyerji_pro .right {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.nyerji.nyerji_pro .right a {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 2.5rem;
  position: relative;
}

.nyerji.nyerji_pro .right a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background: #DFE2E6;
}

.nyerji.nyerji_pro .right a:first-child::before {
  display: none;
}

.nyerji.nyerji_pro .right a.active,
.nyerji.nyerji_pro .right a:hover {
  color: #2658a0;
}

.show_pro_one {
  position: relative;
  padding: 3px 0 2rem;
  z-index: 2;
}
@media (min-width: 1918px){
    .nyban .img{
  height:500px!important;
  overflow: hidden;
}
}
.nyban .img{
  height:300px;
  overflow: hidden;
}

.show_pro_one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5rem;
  height: 80%;
  width: 42%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  z-index: -1;
  background: #2658a0;
}

.show_pro_one .row {
  align-items: center;
}

.show_pro_one .right {
  padding-left: 2rem;
}

.show_pro_one .right .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.75rem;
  color: #000000;
}

.show_pro_one .right .text18 {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  /* identical to box height */
  margin: 0.625rem 0 1.875rem;
  color: #000000;
}

.show_pro_one .right .text {
  color: rgba(0, 0, 0, 0.7);
}
.show_pro_one .right .text *{
  font-size: 16px!important;
}

.show_pro_one .fenxiang_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3);
}

.show_pro_one .fenxiang_flex .fenxiang .social-share li a {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.show_pro_one .fenxiang_flex .fenxiang .social-share li a:hover {
  color: #fff !important;
}

.show_pro_two ul li:hover>div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two ul li:hover>div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two ul li>div {
  background: #EEF2F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  padding: 4rem 0.9375rem 4.5rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two ul li>div .icon img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}

.show_pro_two ul li>div .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  color: #2658a0;
}

.show_pro_two ul li>div .text {
  color: rgba(0, 0, 0, 0.7);
}

.show_pro_ul_flex {
  display: flex;
  margin: 0 -15px;
}

.show_pro_ul_flex>li {
  height: 100%;
  flex: 1 0 0;
  padding: 0 15px;
}

.show_pro_ul_flex>li>div {
  height: 100%;
}
.dbiaoti{
  padding-top: 1.2rem;
}
#nrkuan{
  width: 44%;
}
.tables .content {
  padding: 2.1875rem 3.125rem 4.125rem;
  background: #fff;
}
.tables .cont {
  padding: 2.1875rem 3.125rem 0 3.125rem;
  background: #fff;
}
#jzbt{
  padding-left: 4rem;
  padding-right: 15px;
}
#jzbt2{
  padding-left: 15px;
  padding-right: 0;
}

#dabt{
  padding: 1.2rem 0 1.2rem 4rem;
}

.tables .content.bgf7 {
  background: #EEF2F6;
}

.tables .content .row>div:nth-child(odd) {
  padding-right: 4rem;
}

.tables .content .row>div:nth-child(even) {
  padding-left: 4rem;
}

.tables .content .row>div {
  line-height: 1.875rem;
  font-size: 1.125rem;
}

.tables .content tr td {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.tables .content tr td:nth-child(1) {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.tables .content .row>div .clearfix {
  display: flex;
  padding: 1.25rem 0;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tables .content .row>div .clearfix div {
  width: 28%;
}

.tables .content .row>div .clearfix div.w100 {
  width: 100%;
}

.tables .content .row>div .clearfix p {
  width: 60%;
}

.tables .content .row>div div {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.tables .content .row>div p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.tables .tips {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
  color: #004691;
  padding-left: 1.25rem;
  position: relative;
}

.tables .tips::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #004691;
  border-radius: 50%;
}

.list_application#app2 .left,
.list_case:nth-child(even) .left {
  order: 2;
}

.list_application#app2 .right,
.list_case:nth-child(even) .right {
  order: 1;
}

.p60 {
  padding: 3.75rem 0;
}

.p60.pb0 {
  padding-bottom: 0;
}

.list_case {
  margin-bottom: 1.875rem;
}

.list_case .flex_left_right li {
  margin: 0;
}

.list_case .flex_left_right li .right {
  padding-left: 2.8125rem;
}

.list_case:nth-child(even) .flex_left_right li .right {
  padding-right: 2.8125rem;
  padding-left: 0;
}

.list_case .flex_left_right li>div {
  padding: 0;
}

.list_case .flex_left_right {
  padding: 1.875rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}

.list_case .flex_left_right .name2::before {
  background: #b1cffb;
  z-index: -1;
}

.list_case .flex_left_right .name2 {
  z-index: 3;
}

.list_case .flex_left_right .text {
  color: rgba(0, 0, 0, 0.7);
}

.list_case .flex_left_right ul li {
  margin: 0 0 1.25rem 0;
}

.list_case .flex_left_right ul li:last-child {
  margin-bottom: 0;
}

.list_case .flex_left_right ul li .text {
  padding: 0;
}

.list_case .flex_left_right li .right>div,
.list_case .flex_left_right li .right>div .over {
  border-radius: 0;
}

.list_application#app5 .row>div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.list_application#app5 .row .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 0.5rem;
}

.list_application#app5 .row .icon {
  text-align: center;
}

.list_application#app5 .row .icon img {
  width: 3.75rem;
  height: 3.75rem;
}

.list_application .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000000;
  margin-bottom: 1.375rem;
}

.list_application .text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.875rem;
}

.list_application p {
  /*padding-left: 1.25rem;*/
  position: relative;
}

/*.list_application p::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0.65rem;*/
/*  left: 0;*/
/*  width: 0.3125rem;*/
/*  height: 0.3125rem;*/
/*  border-radius: 50%;*/
/*  background: #004691;*/
/*}*/

.list_application p span {
  /*color: #004691;*/
}

.list_about.index_one .row {
  justify-content: flex-end;
}

.list_about.index_one .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-top: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}

.list_about.index_one .text {
  text-align: justify;
}

.list_news_two .ul li {
  margin-bottom: 1.875rem;
}

.list_news_two .ul li .text {
  margin-bottom: 0;
}

.list_news {
  padding: 3.125rem 0 4.375rem;
  position: relative;
  z-index: 3;
}

.list_news .jiantou {
  background-color: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3.25rem;
}

.list_news .jiantou:hover {
  background: #2658a0;
}

.list_news .swiper-button-next {
  right: -6rem;
}

.list_news .swiper-button-prev {
  left: -6rem;
}

.list_news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: 50.75rem;
  height: calc(100% - 8.875rem);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  z-index: -1;
  background: #2658a0;
  opacity: 0.1;
}

.list_news .swiper-container {
  margin-bottom: 1.875rem;
}

.list_news .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.list_news .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.list_news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 39rem;
  height: 60%;
  -webkit-clip-path: polygon(100% 0, 40% 0, 0 100%);
  clip-path: polygon(100% 0, 40% 0, 0 100%);
  z-index: -1;
  background: #2658a0;
  opacity: 0.1;
}

.list_news .swiper-slide:hover .hover {
  background: rgba(84, 188, 183, 0.8);
}

.list_news .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 4.375rem;
  padding: 0 1.25rem;
}

.list_news .hover a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_news .hover div {
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFFFFF;
  width: 80%;
}

.list_news .hover p {
  font-size: 1rem;
  color: #FFFFFF;
}

.list_news .swiper-slide {
  opacity: 0 !important;
}

.list_news .swiper-slide-active {
  opacity: 1 !important;
}

.list_qa .list {
  background: #fff;
  border: 1px solid #E7E7E7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1rem;
  margin-bottom: 1.875rem;
}

.list_qa .list .q {
  padding: 1.875rem 2.1875rem;
}

.list_qa .list .a {
  padding: 1.5625rem 2.1875rem 1.875rem;
}

.list_qa .list:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .list.active .q>div:nth-child(1) {
  background: #2658a0 !important;
}

.list_qa .list:hover,
.list_qa .list.active {
  background: #fff;
  border: 1px solid rgba(23, 63, 134, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .list:hover .q>div:nth-child(1),
.list_qa .list.active .q>div:nth-child(1),
.list_qa .list:hover .a>div:nth-child(1),
.list_qa .list.active .a>div:nth-child(1) {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .list .q {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.list_qa .list .q>div:nth-child(1) {
  background: #ACBBCC !important;
}

.list_qa .list .q>div:nth-child(2) {
  display: flex;
  align-items: center;
}

.list_qa .list .q>div:nth-child(2) div {
  width: 80%;
}

.list_qa .list .q>div:nth-child(2) p {
  width: 20%;
  text-align: right;
}

.list_qa .list .q>div:nth-child(2) p .iconfont {
  font-size: 1.25rem;
  color: #ACBBCC;
}

.list_qa .list .a_show {
  display: none;
}

.list_qa .list .a {
  border-top: 1px solid rgba(23, 63, 134, 0.1);
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.list_qa .list .a p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  text-transform: lowercase;
  color: #999999;
}

.list_qa .list .q,
.list_qa .list .a {
  display: flex;
  align-items: flex-start;
}

.list_qa .list .q>div:nth-child(1),
.list_qa .list .a>div:nth-child(1) {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2658a0;
}

.list_qa .list .a>div:nth-child(1) {
  background: #004691;
}

.list_qa .list .q>div:nth-child(2),
.list_qa .list .a>div:nth-child(2) {
  width: calc(100% - 2.125rem);
  padding-left: 1rem;
}

.list-icon{
  float: left;
}

@media (max-width: 990px) {
  .list_qa .list .q {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .list_qa .list .a {
    padding-top: 15px;
    margin-top: 15px;
  }

  .list_qa .list .a {
    padding: 15px;
    margin-top: 0;
  }

  .list_qa .list {
    margin-bottom: 15px;
  }

  .list_qa .list:last-child {
    margin-bottom: 0;
  }

  .list_qa .list .q {
    font-size: 16px;
    padding: 15px;
  }

  .list_qa .list .q>div:nth-child(1),
  .list_qa .list .a>div:nth-child(1) {
    font-size: 16px;
  }
}

.list_honor .ul li {
  margin-bottom: 2.8125rem;
}

.list_honor .ul li>a {
  height: 100%;
}

.list_honor .ul li .bor {
  border: 1px solid #E4E4E4;
  padding: 0.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: calc(100% - 2.75rem);
  display: flex;
  align-items: center;
}

.list_honor .ul li .text {
  padding-top: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

.list_honor .ul li:hover .bor {
  border-color: #2658a0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.hover_bian div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.125rem;
  background: #2658a0;
  z-index: 9;
}

.hover_bian div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  background: #2658a0;
  z-index: 9;
}

.hover_bian div:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.125rem;
  background: #2658a0;
  z-index: 9;
}

.hover_bian div:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.125rem;
  height: 0;
  background: #2658a0;
  z-index: 9;
}

@keyframes bian1 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bian2 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes bian3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bian4 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.hover_bian_hover:hover .hover_bian div:nth-child(1) {
  animation: bian1 0.5s;
  width: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(2) {
  animation: bian2 0.5s;
  height: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(3) {
  animation: bian3 0.5s;
  width: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(4) {
  animation: bian4 0.5s;
  height: 100%;
}

.list_download .ul li {
  margin-bottom: 1.875rem;
}

.list_download .ul li .left {
  padding-right: 2.8125rem;
}

.list_download .ul li:hover>a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li:hover .name {
  color: #2658a0;
}

.list_download .ul li:hover img {
  transform: scale(1.1);
}

.list_download .ul li:hover .download_more {
  color: #fff;
  border-color: #2658a0;
}

.list_download .ul li:hover .download_more::before {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 50%;
  left: 50%;
}

.list_download .ul li>a {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  align-items: center;
  padding: 3.125rem 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  /* text-transform: uppercase; */
  color: #000000;
}

.list_download .ul li .text {
  color: #666666;
  margin: 0.8125rem 0 2.875rem;
}

.list_download .ul li .text span {
  color: #2658a0;
}

.download_more {
  display: inline-block;
  width: 5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}

.download_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border-radius: 2.5rem;
  background: #2658a0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.download_more:hover {
  color: #fff;
  border-color: #2658a0;
}

.download_more:hover::before {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 50%;
  left: 50%;
}

.download_pop_up .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #004691;
}

.download_pop_up .padding {
  padding: 2.125rem 2.5rem 4.6875rem;
}

.download_pop_up .modal-header {
  padding: 0 0 1.25rem;
}

.download_pop_up input {
  line-height: 3.75rem;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0 1.25rem;
}

.download_pop_up textarea {
  height: 6.25rem;
  border: 1px solid #DCDCDC;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.625rem;
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
  display: block;
  width: 100%;
}

.download_pop_up .modal-body {
  padding: 1.875rem 0 0;
}

.modal-open {
  padding-right: 0 !important;
}

.list_contact .left {
  width: 71%;height: 100%;
}
.list_contact .left>div{
  height: 600px;
}
#dituContent{
  height: 600px!important;
}

.list_contact .right {
  width: 29%;
  padding: 0 2rem 0 1.875rem;
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center;
  background: #004691;
}

.list_contact .right>div {
  padding-bottom: 3rem;
}

.list_contact .right .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_contact .right .ul>li {
  font-size: 1rem;
  color: #fff;
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.list_contact .right .ul>li>div {
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.4375rem;
}

.list_contact .right .ul>li ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_contact .right .ul>li ul li div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  background: #2658a0;
  text-align: center;
}

.list_contact .right .ul>li ul li div .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.list_contact .right .ul>li ul li p {
  padding-left: 0.625rem;
  width: calc(100% - 2.5rem);
}

.list_contact .logo {
  position: absolute;
  bottom: 1.25rem;
  right: 2.5rem;
  z-index: 3;
}

.list_contact .logo img {
  height: 4.375rem;
  opacity: 0.3;
}

.list_contact .bg_clip {
  display: flex;
  justify-content: space-between;
  z-index: 2;height: 600px;
}

.list_contact .bg_clip::before {
  content: "";
  position: absolute;
  background: url(/skin/images/21.png) no-repeat;
  bottom: 0;
  right: 0;
  width: calc(29% + 8rem);
  height: 100%;
  z-index: 1;
}

.list_message .download_more,
.download_pop_up .download_more {
  width: 8.75rem;
  border: none;
  line-height: 3.125rem;
  color: #fff;
}

.list_message .download_more::before,
.download_pop_up .download_more::before {
  background: #004691;
}

.list_message input {
  line-height: 3.75rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.25rem;
  width: 100%;
}

.list_message textarea {
  width: 100%;
  display: block;
  height: 8.9375rem;
  line-height: 1.5625rem;
  padding: 0.875rem 1.25rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
}

.list_message .download_more::before {
  background: #2658a0;
}



.list_about_four {
  background: url(/skin/images/25.png) no-repeat;
  background-size: cover;
}

.list_about_four .left {
  width: 38%;
  padding-right: 1rem;
}

.list_about_four .left ul {
  margin: 5.625rem 0 3.75rem;
}

.list_about_four .left ul li {
  font-size: 1.125rem;
  padding-left: 1.25rem;
  position: relative;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_four .left ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}

.list_about_four .center {
  width: 35%;
  padding-top: 5rem;
}

.list_about_four .center .number {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5625rem;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_four .center .text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_four .center ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1.25rem;
}

.list_about_four .center ul::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.list_about_four .center ul li {
  position: relative;
  padding: 2.5rem 0;
  width: 33.3%;
}

.list_about_four .center ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: calc(100% - 2.5rem);
  background: rgba(255, 255, 255, 0.3);
}

.list_about_four .right {
  width: 27%;
  padding-left: 1.875rem;
}

.list_about_four .swiper-container {
  padding-bottom: 2.8125rem;
}

.list_about_four .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}

.list_about_four .swiper-pagination-bullet-active {
  background: #2658a0;
}

.list_about_four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.list_about_five .swiper-container,
.list_about_six .swiper-container {
  padding-bottom: 3.4375rem;
}

.list_about_five .swiper-slide {
  height: auto;
}

.list_about_five .swiper-slide>div {
  height: 60%;
}

.list_about_five .swiper-slide>div img {
  height: 100%;
  object-fit: cover;
}

.list_about_six .name {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  padding: 0 1.875rem;
  background: #fff;
}

.list_about_six .swiper-slide:hover .name {
  background: #2658a0;
  color: #fff;
}

.list_about_six .pc_show .more_a:nth-child(2) {
  margin-left: 0.5rem;
}

.list_about_six .sum>div {
  display: none;
}

.list_about_six .sum>div.active {
  display: block;
}

.list_pro#app2 .padding:nth-child(2) .right,
.list_pro#app2 .padding:nth-child(4) .right {
  bottom: 1rem;
}

.listPor_55.list_pro .content {
  background: #fff;
}

/* 首页应用手风琴效果 */
.w-accor {
  overflow: hidden;
  position: relative;
}

.w-accor ul,
.w-accor li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.w-accor ul {
  width: 101%;
}

.w-accor li {
  position: relative;
  overflow: hidden;
  float: left;
}

.w-accor li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
}

.accorClick li {
  cursor: pointer;
}

.w-accor li .item {
  position: relative;
}

.w-accor li>a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-accor h3 {
  font-size: 125%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.w-accor .acr_p {
  margin-top: 0.5em;
}

#Accor0 .swiper-slide a::before {
  background: rgba(0, 0, 0, 0.45);
}

#Accor0 .swiper-slide h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

#Accor0 .swiper-slide h3 .icon {
  margin-bottom: 1.25rem;
}

#Accor0 .swiper-slide h3 .icon img {
  width: 4.625rem;
  height: 4.625rem;
}

#Accor0 .swiper-slide a {
  padding-left: 0;
  padding-right: 0;
}

#Accor0 .swiper-slide.cur a {
  padding-left: 9rem;
  padding-right: 9rem;
}

#Accor0 .swiper-slide.cur a::before {
  background: rgba(0, 0, 0, 0.3);
}

#Accor0 .swiper-slide.cur h3 {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#Accor0 .swiper-slide.cur .name {
  color: #fff;
}

#Accor0 .swiper-slide.cur .dec_ar {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#Accor0 .dec_ar {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media (max-width:1280px) {
  #Accor0 .swiper-slide.cur a {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 990px) {
  #Accor0 .swiper-slide h3 {
    display: none;
  }

  #Accor0 .dec_ar {
    opacity: 1;
    padding: 0 20px;
  }

  #Accor0 .swiper-slide a::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .w-accor li::before {
    display: none;
  }

  .index_three .swiper-pagination {
    /* position: relative; */
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .index_three .w-accor {
    padding-bottom: 60px;
  }

  .index_three {
    padding-bottom: 30px;
  }
}

@media (max-width:767px) {
  .index_three .swiper-pagination {
    /* position: relative; */
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
  }

  .index_three .w-accor {
    padding-bottom: 35px;
  }

  .index_three {
    padding-bottom: 25px;
  }
}

/*首页轮播*/
.lunbos {
    height: 100%;
    position: relative;
}
.w100 {
    width: 100%;
}#mydiv {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.pa {
    position: absolute;
}
.lunbos {
  height: 100%;
  position: relative;overflow:hidden;
}.lunbos::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background:linear-gradient(to left,  rgba(167, 167, 15, .3),  rgba(22, 178, 229, .5)); 
  
}
.lunbos .banner_titi{
  position: absolute;
  top: 40%;
  left: 10%;
  right: 0;
  /* text-align: center; */
  z-index: 10;
}
.lunbos .banner_titi h3{
  color: #fff;
    font-size: 45px;
    line-height: 60px;font-weight:bold;
}
.lunbos canvas{
  position:absolute!important;
}

.lunbos .bo {
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 7;
}
.lunbos .bo i {
  font-size: 70px;
  color: #ffffff;
}
.lunbos .mouse-btn {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 40px;
  animation: move 1s infinite linear alternate;
  position: absolute;
  z-index: 33;
}
.lunbos .mouse-btn i {
  color: #ffffff;
  font-size: 40px;
}
.icon-xiangxiajiantou:before {
    content: url(../images/btm.png);
}
@keyframes move {
  from {
    bottom: 70px;
  }
  to {
    bottom: 40px;
  }
}


.mmm{
  display:none;
}

@media (max-width: 990px){
  .lunbos > img {
    height: auto!important;
}.lunbos .banner_titi h3 {
    font-size: 20px;
    line-height: 30px;
}
.lunbos .mouse-btn{
  display:none;
}
.pcc{
  display:none;
}
.mmm{
  display:block;
}
}


/* 第二屏 */
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.i-part2{background-size: cover;position: relative;
  height:100vh;
}
.i-part2 .bg{position: absolute;width: 100vw;height: 100vh;left:0;top:0;z-index: 2;}
.i-part2 .bg ul{width: 100%;height: 100%;}
.i-part2 .bg ul.m_ul{display: none;}
.i-part2 .bg ul li{width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat; position: absolute;left:0;top:0;transition: all .3s;opacity:0;}
.i-part2 .bg ul li.active{opacity: 1;}


.i-part2 .list{display: flex;justify-content: center;position: absolute;z-index: 3;left:0;bottom:70px;width: 100%;}
.i-part2 .list .item{display: block;position: relative;width: 30px;height: 30px;cursor: pointer;margin:0 10px;}
.i-part2 .list .item::before{content: '';display: block;width: 12px;height: 12px;background-color: #fff;border-radius: 50%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.i-part2 .list .item .svg {transform: rotate(-180deg);opacity: 0;}
.i-part2 .list .item .svg .circle1 {stroke: #fff;stroke-dasharray: 260 371}

.i-part2 .list .item.active .svg{opacity: 1;}
.i-part2 .list .item.active .circle1 {-webkit-animation: svgCircleAnmi1 1s linear forwards;animation: svgCircleAnmi1 1s linear forwards}

@-webkit-keyframes svgCircleAnmi1 {
0% {stroke-dasharray:0 371}
to {stroke-dasharray:371 371}
}
@keyframes svgCircleAnmi1 {
0% {stroke-dasharray:0 371}
to {stroke-dasharray:371 371}
}

.gywmnr{
  position: absolute;
   left: 50%; top:50%;transform: translate(-50%, -50%);
  width: 70%;text-align: center;z-index: 6;max-width: 1400px;
}
.gyt1{
  font-size: 30px;font-weight: bold;
  margin-bottom: 10px;color: #fff;
}
.gyt2{
  font-size: 21px;
  margin-bottom: 30px;color: #fff;line-height: 2.2;
}
.gym{
  margin: 0 auto 70px;
  line-height: 50px;width: 150px;
  color: #fff;
  font-size: 16px;transition: all 0.2s ease;
  background: #2658a0;border-radius: 3px;display: block;

}
.gym:hover{
  background: #fff;color: #2658a0;
}
.gygd{
  display: flex;justify-content: space-between;
}
.gyit{
  width: 33.33%;text-align: center;transition: all 0.5s ease;
  position: relative;top: 0;
}
.gyit:hover{
  top: -5px;
}
.gyit div{
  margin: 10px auto;
}
.gyit p{
  font-size: 14px;color: #fff;
}
.gyit div b{
  font-size: 60px;color: #fff;
}
.gyit div span{
  font-size: 34px;color: #fff;
}
.gyit img{
  width: 60px;display: block;margin: 0 auto;transition: all 0.5s ease;
}
.gyit:hover img{
      transform: rotateY(180deg);
}


/* 第三屏 */
.i-part3{background-size: cover;}
.i-part3 ul{width: 100%;margin:0 auto;display: flex;}
.i-part3 ul li{width: calc(100% / 3);height: 100vh;position: relative;z-index:1;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.i-part3 ul li .word{width: calc(100% - 200px); margin:0 auto; position: absolute;padding-bottom: 46px;border-bottom: 1px solid #000;z-index: 4;top:50%;transform: translateY(-50%);left:100px;transition: all .3s;}
.i-part3 ul li .word h3{color: #000000;font-size: 50px;font-family: hb; margin-bottom: 12px;line-height: 60px;transition: all .3s;}
.i-part3 ul li .word p{font-family:"Roboto";font-size: 20px;color: rgba(0, 0, 0, 0.7);line-height: 24px;text-transform:uppercase;transition: all 1s;}

.i-part3 ul li .video{position: absolute;left:50%;transform: translateX(-50%); top:0;height: 100%;opacity: 0;transition: all .3s;width: 100%;}
.i-part3 ul li .video video{object-fit: cover;width: 100%;height: 100%;}

.i-part3 ul li.active .word{border-bottom: 1px solid #fff;}
.i-part3 ul li.active .word h3{color: #fff;}
.i-part3 ul li.active .word p{color: rgba(255, 255, 255, 0.7);}
.i-part3 ul li.active .video{opacity: 1;width: 100%;}

.i-part3 ul li.active{width:50%;}
.i-part3 ul li.unactive{width:25%;}
.i-part3 .m_con{display: none;}

/* 第四屏 */

.i-part4{background-size: cover;position: relative;}

.i-part4 .bg{width: 100%;z-index: 2;position: relative;}
.i-part4 .bg .swiper-slide{height: 100vh;position: relative;}
.i-part4 .bg .img{position: absolute;top: 0;left: 0;background: no-repeat center;background-size: cover; width: 100%;height: 100%;}
.i-part4 .bg .img.mimg{display: none;}
.layout{
    width: 85.8%;
    margin: 0 auto;
    position: relative;
}
.i-part4 .layout{position: absolute;left:50%;height: 100%; transform: translateX(-50%);top:0;padding-top: 270px; z-index: 3;border-left: 1px solid rgba(255, 255, 255, 0.3);border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.i-part4 .more{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;    background-color: #2658a0;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: all .3s;
    z-index:-2;
}
.i-part4 .more i {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/more_ico.png);
    margin-left: 12px;
}
.i-part4 .more::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #2658a0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all .3s;
    z-index: -1;
}
.i-part4 .layout .word{margin-bottom: 125px;margin-left: 100px;width: 450px;}
.i-part4 .layout .word .swiper-slide{opacity: 0!important;}
.i-part4 .layout .word .swiper-slide .more{border-color: transparent;}
.i-part4 .layout .word .swiper-slide .more:before{width:100%;}
.i-part4 .layout .word .swiper-slide-active{opacity: 1!important;}
.i-part4 .layout .word h3{color: #fff;font-size: 50px;font-family: hb; line-height: 60px;margin-bottom: 70px;}
.i-part4 .layout .word h3 span{display: block;font-family: hb;}
.i-part4 .layout .tabs{position: absolute;bottom: 2.4vw;left: 0;width: 100%;}
.i-part4 .layout .tab{border-bottom: 1px solid rgba(255, 255, 255, 0.3);position:relative;overflow:hidden;}
.i-part4 .layout .tab a.item{display: flex;position: relative; height: 122px; width: 25%;justify-content: center;align-items: center;border-top: 1px solid rgba(255, 255, 255, 0.3);border-right: 1px solid rgba(255, 255, 255, 0.3);transition: all .3s;}
.i-part4 .layout .tab a.item::before{content: '';display: block;width: 0;height: 100%;position: absolute;left:50%; transform: translateX(-50%); top:0;background-color: #2658a0;z-index: 2;transition: all .3s;}

.i-part4 .layout .tab a.item .ico{width: 2.8vw;margin-right: 0.833vw;position: relative;z-index: 3;}
.i-part4 .layout .tab a.item .ico img{display: block;width: 100%;}
.i-part4 .layout .tab a.item .ico img.svg{display:none}
.i-part4 .layout .tab a.item h3{color: #fff;font-size: 16px;line-height: 20px;width: 144px;position: relative;z-index: 3;}
.i-part4 .layout .tab a.item h3 span{display: block;}

.i-part4 .layout .tab a.item:nth-child(5n){border-right: none;}
.i-part4 .layout .tab a.item.active::before{width: 100%;}

/* 第五屏 */
.i-part5{background-size: cover;position: relative;padding-top: 100px;height: 100vh}
.i-part5 .layout{height: auto;padding: 100px 0;}
.i-part5 .layout .tit{display: flex;justify-content: space-between;margin-bottom: 1.6vw;}
.i-part5 .layout .tit h3{font-size: 50px;font-family: hb; color: #000;}
.i-part5 .layout .tit h3 span{display: inline-block;font-size: 20px;opacity: 0.7;font-family:"Gothic";margin-left: 26px;text-transform:uppercase;}
.i-part5 .layout .tit .more1{transition: all 0.5s;}
.i-part5 .layout .tit .more1:hover{opacity:0.7;}

.i-part5 .swiper-container{}
.i-part5 .swiper-container .swiper-slide{background-color: #fff;padding:0;transition: all .3s;border:1px solid rgba(38,61,145,0.06);}
.i-part5 .swiper-container .swiper-slide .img{width: 100%;overflow: hidden;transition: all .3s;display:flex;justify-content:center;align-items:center; position:relative;padding-bottom:59.52%;}

.i-part5 .swiper-container .swiper-slide .img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); display: block;width: calc(100% - 72px);height: calc(100% - 72px);transition: all .3s;}
.i-part5 .swiper-container .swiper-slide:hover .img img{width:100%;height:100%;}
.i-part5 .swiper-container .swiper-slide .wz{position: relative;padding:28px 36px 52px 36px;}
.i-part5 .swiper-container .swiper-slide .wz::before{content: '';width: 100%;height: 1px;background-color: #ededed;position: absolute;top:0;left:0;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz::after{content: '';width: 0;height: 1px;background-color: #0426A1;position: absolute;top:0;left:0;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .time{font-size: 16px;color: #0426A1;margin-bottom: 22px;}
.i-part5 .swiper-container .swiper-slide .wz h3{font-size: 20px;line-height: 28px;overflow: hidden;font-family: hb; color: #000;margin-bottom: 15px;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz p{font-size: 14px;line-height: 22px;height: 44px; overflow: hidden;color: #000;margin-bottom: 30px;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .more2{position: relative;width: 40px;height: 40px;border-radius: 20px;border:1px solid #ececec;transition: all .3s;display: flex;justify-content: center;align-items: center;}
.i-part5 .swiper-container .swiper-slide .wz .more2 i{display: block;width: 11px;height: 6px;background-image: url(../images/more_ico1.png);transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .more2 span{display: block; font-size: 14px;color: #fff;transition: all .3s;position: absolute;left:30px;top:0;height: 40px;line-height: 40px;display:none;}

.i-part5 .swiper-container .swiper-slide:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
/*.i-part5 .swiper-container .swiper-slide:hover .img img{transform: scale(1.03);}*/
.i-part5 .swiper-container .swiper-slide:hover .wz{background:url(../images/i_newsbj.png)no-repeat center;background-size: cover;}
/*.i-part5 .swiper-container .swiper-slide:hover .wz::after{width: 100%;}*/
.i-part5 .swiper-container .swiper-slide:hover .wz::before{opacity:0;}
.i-part5 .swiper-container .swiper-slide:hover .wz h3{color: #ffffff;}
.i-part5 .swiper-container .swiper-slide:hover .wz .time,.i-part5 .swiper-container .swiper-slide:hover .wz p{color:#FFFFFF;}
/*.i-part5 .swiper-container .swiper-slide:hover .wz .more2{width: 160px;background-color: #0426A1;justify-content: flex-end;padding:0 30px;border:1px solid #002972}*/
.i-part5 .swiper-container .swiper-slide:hover .wz .more2{border-color:transparent;background-color: #ffffff;}
.i-part5 .swiper-container .swiper-slide:hover .wz .more2 i{background-image: url(../images/more_ico1l.png);}
/*.i-part5 .swiper-container .swiper-slide:hover .wz .more2 span{display: block;}*/

.map_tanchuang{display: none;}
.m_map_tab{display: none;}

.gx_tc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index:999;}
.gx_tc.hide{display: none!important;}
.gx_tc .bj{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);}
.gx_tc .con{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius: 10px;width: 704px;padding: 60px 0 65px 0;text-align:center;max-width:90%;}
.gx_tc .con .tit{font-size: 40px;line-height: 52px;color: #000000;font-family: hm;margin-bottom: 28px;}
.gx_tc .con .h{font-family: hm;line-height: 28px;font-size: 22px;color: #000000;margin-bottom: 6px;}
.gx_tc .con .p{font-family: hm;line-height: 38px;font-size: 18px;color: #000000;margin-bottom:32px;}
.gx_tc .con .p a{font-size: 28px;color: #001AC7;}
.gx_tc .con .btn{cursor: pointer;width: 190px;line-height: 48px;border-radius: 24px;color: #fff;font-family: hr;background-color:#0426A1;margin:0 auto;}
.more1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    background-color: #0426A1;
}
.more1 i {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/more_ico.png);
    margin-left: 12px;
}

/*m*/
@media (max-width: 1024px){
   .im_part1{padding: 40px 0;background:url(../images/imp2_bj.png)no-repeat center;background-size:cover;}
    .im_part1 .tit{text-align: center;font-size: 26px;line-height: 30px;color: #000000;margin-bottom:16px;}
    .im_part1 ul{display: flex;padding: 0 54px 9px 54px;justify-content: space-between;flex-wrap: wrap;}
    .im_part1 ul li{width: 115px;text-align:center;margin-bottom:35px;color:}
    .im_part1 ul li .ico{width: 32px;margin:0 auto; margin-bottom:6.5px;}
    .im_part1 ul li .ico img{width: 100%;}
    .im_part1 ul li .num{color: #000000;margin-bottom:3px;}
    .im_part1 ul li .num span{font-family: "Gothic-Bold";font-size: 25px;line-height: 31px;margin-right:3px;}
    .im_part1 ul li p{font-size: 13px;line-height: 1;color: #666666;font-family:hr;}
    .im_part1 .btn{width: 151px;line-height: 2;border-radius: 19px;text-align: center;color: #ffffff;background-color: #0426A1;display:block;margin:0 auto;}
    .im_part1 .btn span{padding-right: 24px;background: url(../images/imp2_btn.png)no-repeat right center;background-size: 12px auto;}
    .im_part2{padding: 45px 0 30px 0;}
    .im_part2 .tit{font-size: 26px;line-height: 30px;margin-bottom: 16px;font-family:hm;color:#000000;text-align:center;}
    .im_part2 .img2{width: 100%;}
    .im_part3{padding:45px 18px 40px 18px;background-color:#F9FAFF;}
    .im_part3 .tit{text-align: center;font-family: hm;font-size: 26px;line-height: 30px;margin-bottom: 16px;color: #000000;}
    .im_part3 .box{display: block;margin-bottom:12px;border-radius:10px;background:no-repeat center;background-size:cover;padding:36px 21px 24px 21px;color:#ffffff;}
    .im_part3 .box:last-child{margin-bottom:0;}
    .im_part3 .box h3{font-family: hm;font-size: 15px;line-height: 20px;margin-bottom:20px;}
    .im_part3 .box h3 span{display: block;}
    .im_part3 .box .p{font-family: hl;font-size: 11px;line-height: 20px;}
    .im_part4{padding: 38px 18px 55px 18px;}
    .im_part4 .tit{font-size: 26px;line-height: 30px;text-align: center;font-family: hm;color: #000000;margin-bottom: 16px;}
    .im_part4 .swiper-container{position: relative;overflow: hidden;padding-bottom:25px;}
    .im_part4 .swiper-container .swiper-slide{background-color: #F9F6FA;}
    .im_part4 .swiper-container .swiper-slide .img{width: 100%;padding-bottom: 52%;position: relative;overflow: hidden;}
    .im_part4 .swiper-container .swiper-slide img{height: 100%;width:100%; position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
    .im_part4 .swiper-container .swiper-slide .wz{padding: 25px 16px 23px 16px;}
    .im_part4 .swiper-container .swiper-slide .wz .time{font-size: 13px;line-height: 17px;color: #0426A1;font-family: hb;margin-bottom: 12px;}
    .im_part4 .swiper-container .swiper-slide .wz .line1{font-family: hm;font-size: 15px;line-height: 20px;color: #000000;margin-bottom: 5px;}
    .im_part4 .swiper-container .swiper-slide .wz .line2{font-family: hr;color: #666666;line-height: 18px;font-size: 12px;}
    .im_part4 .swiper-container .swiper-pagination{bottom: 0;}
    .im_part4 .swiper-container .swiper-pagination-bullet{width: 18px;height: 3px;background-color: #DCDCDC;margin: 0 3px;opacity:1px;border-radius:0;}
    .im_part4 .swiper-container .swiper-pagination-bullet-active{background-color: #0426A1;}
    
 .im_part2 {
    padding: 45px 0 30px 0;
}
.im_part2 .tit {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
    font-family: hm;
    color: #000000;
    text-align: center;
}.im_part2 .img2 {
    width: 100%;
}
}






.i-part3 .m_con .swiper-pagination{display: none;}

.fp-auto-height{
  min-height: 60vh;
}


@media (max-width:1560px) {

  .fp-auto-height{
  min-height: 40vh;
}
}
@media (max-width:1024px) {
  .fp-auto-height{
  min-height: 0;
}

}










.pagelist{text-align: center;padding: 30px 0 ;}
.pagelist li{
  display: inline-block;vertical-align: middle;margin: 0 5px;
}
.pagelist a{
/*  border: 1px solid #e6e6e6;*/
font-size: 14px;
  width: 36px;border-radius: 500px;
    height: 36px;line-height: 36px;
display: inline-block;
/*background: #fff;*/
color: #666666;
cursor: pointer;
text-decoration: none;
}
.pagelist li a:hover{
  background: #2658a0;
  color: #fff;
}
.pagelist .active a{
background: #2658a0;
  color: #fff;
}
.pagelist .thisclass {
background: #00AFFF;
  color: #fff;
}
.pagelist  select{
      width: 52px!important;
    height: 27px;
    display: block;
    text-align: center;
}


/*底部*/
footer {
  background: #2D3333;
}
footer .social-share {
  display: inline-block;
}
footer .foot-from {
  margin-top: 2.4375rem;
}
footer .foot-from input {
  width: 20.625rem;
  border-bottom: 1px solid #717171;
  color: #AFAFAF;
  font-size: 0.875rem;
  height: 2.5rem;
  background: transparent;
}
footer .foot-from .btton-tijiao {
  position: absolute;
  right: 0;
  color: #FFF;
  font-size: 0.875rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.footer .foot-top {
  padding: 5.5rem 0 1.5rem;
}
.footer .foot-top .p1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer .foot-top .foot-ul{
  display: flex;justify-content: space-between;
}

.footer .foot-top .foot-ul li {
/*  margin-right: 8%;*/
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.footer .foot-top .foot-a i {
  font-size: 1rem;
}
.footer .foot-top .foot-a > a {
  color: #FFFFFF;
  display: block;
  line-height: 2;
}
.footer .foot-top .foot-a > a:hover {
  color: #2658a0;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #2658a0;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  background: #252A2A;
  font-size: 0.9375rem;
  border-top: 0.0625rem solid #6e6e6e;
}
.footer .foot-bot {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}.feng {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: bold;
}.feng .social-share a .ma-box {
  width: 7.25rem;
  bottom: 110%;
  padding: 0.625rem;
  opacity: 0;
  background: #FFF;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  left: -2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng .social-share a .ma-box img {
  width: 100%;
}
.feng .social-share a:hover .ma-box {
  visibility: visible;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
i {
  font-size: 1rem;
}
.feng .social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.3) !important;
  margin: 0 0.25rem;
}
.feng .social-share .social-share-icon:hover {
  background: #2658A0;
  color: #fff !important;
}.lx-foot > div {
  margin-bottom: 1.875rem;
  position: relative;
  padding-left: 3.125rem;
}
.lx-foot > div span {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lx-foot > div span i {
  color: #6C7070 !important;
  font-size: 1.25rem;
}
.feng {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
}
footer .feng .social-share .social-share-icon {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.3) !important;
}
.footer .foot-bot a{
  color: rgba(255, 255, 255, 0.5)
}

/*首页全屏样式底部*/
.fp-tableCell footer,.ftsli,.ftsli .fp-tableCell{
  height: auto!important;
}
 .fp-tableCell footer{
/*    position: absolute;bottom: 0;width: 100%;*/
}
.ftsli{
    background: #2D3333!important;
}
.fp-auto-height.ftsli{
    min-height: 0vh;
}


/*右侧悬浮*/
.rightfix1 {
  position: fixed;
  bottom: 10%;
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .top {
  margin-bottom: 0.625rem;
}
.rightfix1 .top img {
  width: 4.375rem;
}
.rightfix1 .bot {
  width: 4.375rem;
}
.rightfix1 .bot li {
  background: #2658a0;
  text-align: center;
  margin-bottom: 0.3125rem;
  height: 4.375rem;
  border-radius: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  padding: 0 0.375rem;
}
.rightfix1 .bot li a {
  padding: 0.9375rem 0 0.625rem;
  display: block;
}
.rightfix1 .bot li a i {
  color: #fff;
  font-size: 1.25rem;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}
.rightfix1 .bot li:hover {
  background: #6d9ada;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover a {
  color: #6d9ada;
}
.rightfix1 .bot li:hover a i {
  color: #fff;
}
.rightfix1 .bot li:hover .text {
  color: #fff;
}
.rightfix1 .bot li:hover > div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rightfix1 .bot li > div {
  width: 9.375rem;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 4.375rem;
  line-height: 3.125rem;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 4.375rem;
  position: absolute;
}
.rightfix1 .bot li:nth-child(2) > div span {
    color: #2658a0;
}
.rightfix1 .bot li:nth-child(2) > div {
    width: 180px;
    line-height: 2;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    padding: 1rem;
}



/*手机底部*/
.foot-fot1 {
    display: none;
}
  @media screen and (max-width: 1025px) {
  .foot, .footer {
    display: none;
}
.foot-fot1 {
    display: block;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.foot-fot1 {
    background: #2658A0;
    color: #fff;
}
.foot-fot1 .banquan {
    padding: 1rem;
}
.foot-fot1 .banquan a{
  color: #fff;
}
}


/*招聘模块*/
/*@media (max-width: 767px){*/
/*    .jobd{background: url(/skin/images/jsyfd.jpg) center no-repeat fixed;}*/
/*}*/
.jobd{
  height: auto;overflow: hidden;
  background: url(/skin/images/jsyfd.jpg) center no-repeat fixed;}

.jobd img{max-width: 100%;}

.jobd_a {color: #fff;line-height: 30px;}

.jobd_a li span{display: block;text-transform: uppercase;}

.jobd_a li p{line-height: 30px;color: rgba(255,255,255,.8);}
.jobd .cont {
    max-width: 95%;
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
.intita strong {
    display: block;
}
.pf_40 {
    font-size: 36px;
    line-height: 50px;
}
.text-white {
    color: #fff !important;
}.intita strong i {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -2px;
    text-align: center;
    -webkit-text-stroke: 1px rgba(4, 4, 4, .2);
    color: transparent;
    font-family: sans-serif;
}.intita strong span {
    display: block;
    margin-top: -35px;
}.align-items-center {
    -ms-flex-align: center ;
    align-items: center ;
}
.justify-content-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
}
.d-flex {
    display: -ms-flexbox;
    display: flex ;
}
.pb-3, .py-3 {
    padding-bottom: 1rem ;
}
.pt-3, .py-3 {
    padding-top: 1rem ;
}
.mb-3, .my-3 {
    margin-bottom: 1rem ;
}
.pf_18 {
    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 992px){
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem ;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem ;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem ;
}.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem ;
}
}

@media (max-width: 992px){
  .jobd {
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
}

}


/*合作伙伴*/
/*合作*/
.index_slide4{
    background: url("../img/hezuobg.jpg") no-repeat center / cover;width: 100%;height: 100%;
    display: flex;align-items: center;position: relative;
}
.index_slide4 .index_hezuo_circle_box{
    width: 24.375vw;
    height: 24.375vw;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.index_slide4 .index_hezuo_circle_item{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.index_hezuo_circle_list{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
}
.index_hezuo_circle_list:nth-child(1){
    width: 100%;
    height: 100%;

}
.index_hezuo_circle_list .inner{
    width: 100%;
    height: 100%;
    border: 0.0520833vw solid rgba(38, 88, 160, 1);
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.index_hezuo_circle_list:nth-child(2){
    width: 117.41935%;
    height: 117.41935%;
    -webkit-transition-delay: 30ms;
    transition-delay: 30ms;
}
.index_hezuo_circle_list:nth-child(2) .inner{
    border: 0.0520833vw solid rgba(38, 88, 160, .3);
}
.index_hezuo_circle_list:nth-child(3){
    width: 134.9247%;
    height: 134.9247%;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}
.index_hezuo_circle_list:nth-child(3) .inner{
    border: 0.0520833vw solid rgba(38, 88, 160, .1);
}
.index_slide4.ani-slide .index_hezuo_circle_list{
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
}

.index_hezuo_head{
    text-align:center;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_slide4.ani-slide .index_hezuo_head{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.index_hezuo_head .logo img{
    width: 13rem;
    margin: 0 auto;
}
.index_hezuo_head .t1{
    font-weight: bold;
    font-size:2.5rem;
    color:#292929;
/*    margin: 10px 0;*/
}
.index_hezuo_head .t2{
    text-transform: uppercase;
    font-size:12px;
    color:#656565;
}

.index_hezuo_content{
    height: 70%;
    width: 100%;
}
.index_hezuo_content .swiper-container{
    height: 100%;
}
.index_hezuo_content .icon{
    position: absolute;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 2.6041666vw rgb(114 115 141 / 10%);
}
.index_hezuo_content .swiper-slide.hezuo-slide .icon{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.index_hezuo_content .icon:nth-child(1){
    width: 4.375vw;
    height: 4.375vw;
    left: 9.21875%;
    top: 7.981481%;
}
.index_hezuo_content .icon:nth-child(2){
    width: 8.80208333vw;
    height: 8.80208333vw;
    left: 20.08333%;
    top: 25.259259%;
}
.index_hezuo_content .icon:nth-child(3){
    width: 7.291666vw;
    height: 7.291666vw;
    left: 10.822917%;
    top: 61.481481%;
}
.index_hezuo_content .icon:nth-child(4){
    width: 4.375vw;
    height: 4.375vw;
    left: 23.1666%;
    top: 82.425926%;
}
.index_hezuo_content .icon:nth-child(5){
    width: 5.041666vw;
    height: 5.041666vw;
    right: 25.145833%;
    top: 6.074074%;
}
.index_hezuo_content .icon:nth-child(6){
    width: 6.291666vw;
    height: 6.291666vw;
    right: 11.1458333%;
    top: 24.37037%;
}
.index_hezuo_content .icon:nth-child(7){
    width: 5.15625vw;
    height: 5.15625vw;
    right: 8.375%;
    top: 61.59259%;
}
.index_hezuo_content .icon:nth-child(8){
    width: 7.958333vw;
    height: 7.958333vw;
    top: 74.703704%;
    left: 69.458333%;
}
.index_page_warpper {
    transition: all .8s cubic-bezier(.38, .88, .160, .99) !important;
}
.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*产品图集*/
.show_pro_one .col-md-6.left{
  border:10px solid rgb(196 196 196 / 20%);box-sizing: border-box;background: #fff;

}
.gd2{
  margin: 20px auto!important;
/*      position: absolute;*/
/*    left: 50%;transform: translate(-50%, 0);*/
/*    bottom: 40px;*/
    width: 95%;
}
.gd1{
  padding-top: 20px!important;
}
.gd1 img{
  width: 200px;height:200px;
}

.gd2 .swiper-slide{
  border:3px solid rgb(196 196 196 / 20%);box-sizing: border-box;cursor: pointer;overflow: hidden;transition: all 0.6s;
}
.gd2 .swiper-slide.swiper-slide-thumb-active{
  border-color: rgba(245, 94, 11,.8);
}
.gd2 .swiper-slide:hover img{
  transform: scale(1.1); 
}
.gd2 .swiper-slide img{
   transition: all 0.6s;
}

/*首页新闻*/
.index_slide6{
    background: #e4e9ef;
}
.index_slide6 .xwtiti{
/*    margin-top: 13%;*/
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.index_slide6 .index_news_item{

    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_slide6.ani-slide .index_news_item{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;

}
.index_slide6 .index_news_list{
    display: none;
    position: relative;
    padding-bottom: 3%;
}
.index_slide6 .index_news_list .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.index_slide6 .news-slide .imgbox img{
    transition: 0.68s;width: 100%;
}
.index_slide6 .news-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.index_slide6 .news-slide .text .time{
    padding-left:35px;
    font-size:16px;
    color:#202020;
    background: url("../img/time.png") no-repeat left center;
    margin: 3% 0 4% 0;
    line-height: 30px;
}
.index_slide6 .news-slide .text .title{
    font-size:24px;
    color:#202020;
    font-weight: bold;
}
.index_slide6 .news-slide .text .con{
    font-size:14px;
    color:#8c8c8c;
    margin:4% 0 7% 0;
    line-height: 23px;
}
.index_slide6 .news-slide .text .morenew{
    text-transform: uppercase;
    font-size:14px;
    color:#2658a0;
}
.index_slide6 .index_news_page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.index_slide6.ani-slide .index_news_page{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.index_slide6 .index_news_page .line{
    width: calc(100% - 75px);
    height: 2px;
    background: #e7e7e7;
    position: relative;
}
.index_slide6 .index_news_page .news_btn{
    width: 60px;
    height:30px;
    position: relative;
}
.index_slide6 .index_news_page .news_btn .swiper-button-next{
    right: 0;
    width: 16px;height: 16px;
    background-size: 100% 100%;margin-top: -8px;
}
.index_slide6 .index_news_page .news_btn .swiper-button-prev{
    left: 0;
    width: 16px;height: 16px;
    background-size: 100% 100%;margin-top: -8px;
}
.index_slide6 .index_news_page .news_btn>div:after{
    font-size: 17px;
    font-weight: bold;
}
.line_after_act {
    -webkit-animation: lineWidth 10s forwards linear normal;
    animation: lineWidth 10s forwards linear normal;
}
.index_slide6 .index_news_page .line_after{
    width: 100%;
    height: 100%;
    background: #2658a0;
}
.product-btn{
    /*position: absolute;
    z-index: 3;
    left:0;
    top: 17%;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
.product-btn a{
    font-size:20px;
    color:#313131;
    font-weight: bold;
    position: relative;
    margin: 0 22px;
}
.product-btn a:after{
    content:"";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    height: 5px;
    width: 0;
    background: #2658a0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.product-btn a.act:after{
    width: 100%;
}.produt-more{
    /*position: absolute;
    left: 8.5%;
    top: 17%;*/
    z-index: 3;
}
.produt-more p{
    font-weight: bold;
    font-size:40px;
    color:#292929;
    margin-bottom: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.38, .88, .160, .99);
    transition: all .8s cubic-bezier(.38, .88, .160, .99);
}
.ani-slide .produt-more p{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.index_slide6 .slider-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.index_slide6{
  display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;flex-shrink: 0;position: relative;
    transition-property: transform;
}
.index_slide6 .layout{
  margin-top: 8vw;
}
.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width: 1000px) {

  .index_slide6 .layout{
  margin-top: 0;
}
    .index_slide6 .slider-inner {
        position: relative;
    }
    .product-btn{
      width: 80%;display: flex;justify-content: space-between;margin: 0 auto;
    }
    .product-btn a{
      margin: 0;font-size: 16px;
    }
}

@keyframes lineWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/*新增产品*/
.w1600 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 88%;
    width: 88%;
    margin: 0px auto;
}
.HomePro{padding-bottom: 0;}
.HomePro .bg1{overflow: hidden;padding-top: 5vw;}
.HomePro .TitHead{}

.proTabnav{overflow: hidden;display: flex;flex-wrap: wrap;}
.proTabnav .item {cursor: pointer;width: 25%;position: relative;color: #142233;padding: 0.5vw 0;display:block;text-align: center;position: relative;z-index: 2;/*margin-bottom:-1px;border-bottom: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;*/}
.proTabnav .item:after{position: absolute;left: 0;bottom: 0;height: 0;content: "";width: 100%;transition: all 0.5s;background-image: linear-gradient(to bottom, rgba(245,247,249,0.2) , #dee9f6);}
.proTabnav .item .inner{position: relative;z-index: 10;}
.proTabnav .item:before{left: 50%;transform: translateX(-50%);bottom: -1px;width: 0;height: 1px;content: "";position: absolute;background: #6589b4;transition: all 0.5s;}
.proTabnav .item .ico-rotate{margin: 0 auto 0.27rem;width: 80%;height: 8vw;position: relative;}
.proTabnav .item .ico-rotate img{height: 8vw;}
.proTabnav .item:hover:after,.proTabnav .item.on:after{height: 100%;}
.proTabnav .item.on{color: #00479d;font-weight: bold;}
.proTabnav .item.on a{color: #00479d;}
.ico-rotate{ transition: 0.6s;transform-style: preserve-3d;}
.ico-rotate .i1,
.ico-rotate .i2 {backface-visibility: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.item:hover .ico-rotate,.item.on .ico-rotate {transform: rotateY(180deg);}
.ico-rotate .i2 {z-index: 3;transform: translate(-50%,-50%) rotateY(180deg);}
.TitHead .more {
    position: absolute;
    right: 0;
    top: 0.54rem;
}
.f18 {
    font-size: 18px;
}

.fkl.tithz{position: absolute;top: 130px;transform: translate(-50%, 0);left: 50%;width: 100%;z-index: 999}

.wzb.tithz .TitHead h2,.wzb.tithz .TitHead h2 span,.wzb.tithz .TitHead .desc,.wzb.tithz .TitHead .more.blueline{
  color: #fff;
}
.wzb.tithz .TitHead .more.blueline{
  border-color: #fff;
}
.swbnhz2{
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
    /*.swbnhz2{
  z-index: -99999;
}*/
}
.index_slide6 .fkl.tithz{
    top: 6vw;
  }

@media screen and (min-width: 1930px) {
  .fkl.tithz{
    top: 11vw;
  }
  .index_slide6 .fkl.tithz{
    top: 17vw;
  }
}

@media(max-width:1200px){
  .fkl.tithz{position: relative;top: 0;}
  .TitHead .more{
    top:0!important;
  }
  .hzhbfh{
/*    padding-top: 30px;*/
  }
}




.moreBtn{display: inline-block;transition: all 0.3s;width: 10.59rem;line-height: 3.04rem;color:#fff;position: relative;overflow: hidden;text-align: center;border: 2px solid #fff;}
.moreBtn em{position: relative;z-index: 1;display: inline-block;}
.moreBtn em:after{display: inline-block;margin-left: 0.98rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.moreBtn em:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.moreBtn:before{left: 0;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background: #00479d;}
.moreBtn:hover,.moreBtn.blue{color: #fff;border: 2px solid #00479d;}
.moreBtn:hover em:after,.moreBtn.blue em:after{width: 0;margin: 0;}
.moreBtn:hover em:before,.moreBtn.blue em:before{width: 17px;margin-right: 0.98rem;}
.moreBtn:hover:before,.moreBtn.blue:before{bottom:0%;width: 120%;height: 120%;}
.moreBtn.auto{display: block;margin: 0px auto;}
.moreBtn.on em:before{transform: rotate(90deg);}

.btns{width: 8.96rem;height: 2.61rem;line-height: 2.61rem;text-align: center;color: #fff;border-radius: 2.61rem;transition: all 0.3s;display: inline-block;}
.btns.blue{background: #00479d;}
.btns.orange{background: #b39270;}
.btns:hover{transform: translateY(-2px);color: #fff;}

.more{color: #5a6470;transition: all 0.5s;}
.more:after{display: inline-block;margin-left: 0.98rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_gray.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_blue.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:hover:after,dd:hover .more:after,.item:hover .more:after{width: 0;margin: 0;}
.more:hover:before,dd:hover .more:before,.item:hover .more:before{width: 17px;margin-right: 0.98rem;}
.more:hover,dd:hover .more{color: #00479d;}
.more.btn{width: 8.96rem;height: 2rem;line-height: 2rem;
  text-align: center;background:#00479d;color: #fff;border: 2px solid #00479d;
  border-radius: 2.61rem;transition: all 0.3s;display: inline-block;
  box-sizing: content-box;
}
.more.btn:after{background: url(../images/arr_more_blue.svg) right center no-repeat;}
.more.btn:before{background: url(../images/arr_more_blue.svg) right center no-repeat;}
.more.white{color: #fff;}
.more.white:after{background: url(../images/arr_more_white.svg) right center no-repeat !important;}
.more.white:before{background: url(../images/arr_more_white.svg) right center no-repeat !important;}
.more.whiteline{background-color: transparent;border: 2px solid #fff;}
.more.whiteline:hover{background:#00479d;border: 2px solid #00479d;}
.more.whiteline.btn:after{background: url(../images/arr_more_white.svg) right center no-repeat;}
.more.whiteline.btn:before{background: url(../images/arr_more_white.svg) right center no-repeat;}

.more.blueline{background-color: transparent;border: 2px solid #00479d;color: #00479d;}
.more.blueline:hover{background:#00479d;border: 2px solid #00479d;color: #fff;}
.more.blueline.btn:hover:before{background: url(../images/arr_more_white.svg) right center no-repeat;}

@media(max-width:640px){
  .moreBtn{height: 35px;line-height: 31px;width: 100px;font-size: 14px;}
  .moreBtn:after{width: 20px;margin-left: 0.54rem;}

  .btns,.more.btn{width: 100px;height: 28px;line-height: 26px;font-size: 14px;}
}

.TitHead{position: relative;margin-bottom: 70px;}
.TitHead h2{line-height: 1.36;font-size: 2.7vw;color: #142233;font-weight: bold;}
.TitHead h2 span{color: #00479d;}
.TitHead .slogan{font-size: 2.17rem;padding-top: 0.65rem;line-height: 1.25;}
.TitHead .desc{color: #142233;}
.TitHead .more{position: absolute;right: 0;top: 0.54rem;}
.TitHead.white h2,.TitHead.white .desc,.TitHead.white .slogan{color: #fff;}
.TitHead .TabNav{padding-top: 2.01rem;}
.TitHead .TabNav li{cursor: pointer;}
.TitHead .TabNav li:not(:last-child){padding-right: 1.14rem;}
.TitHead .TabNav li span{display: inline-block;width: 2.06rem;vertical-align: middle;}
.TitHead .TabNav li span:after{content: "";display: inline-block;width: 0;height: 3px;background: #00479d;transition: all 0.5s;vertical-align: middle;margin-top: -3px;}
.TitHead .TabNav li.on span:after{width: 1.19rem;}
.TitHead .TabNav li.on{color:#00479d;}


@media (min-width: 1025px){
  .HomePro .TitHead {
    z-index: 10;
    display: flex;
    align-items: center;
        margin-bottom: 40px;
}

}




.proTabnav .item:hover a {
    text-decoration: none;
    color: #00479d!important;
}

@media(min-width:1025px)and (max-width:1625px){
    .zynr a:first-child {
    margin-left: 10%;
}
.zynr a {
    width: 35%!important;
}
.he_syp2 {
    margin-top: 50px;
}
.sysnhz .he_sytipu {
    margin-bottom: 0px!important;
}
.index_hezuo_head .logo img{
    width: 157px!important;
}
.index_hezuo_head .t1 {
    font-size: 30px!important;
}
.index_hezuo_head .t2 {
    font-size: 12px!important;
}
.HomeNews .TitHead {
    margin-bottom: 20px!important;
}
}

.HomePro.active .TitHead{animation:fadeInUp 0.4s .5s ease both;-webkit-animation:fadeInUp 0.5s .5s ease both;-moz-animation:fadeInUp 0.4s .5s ease both;}
.HomePro.active .proTabnav{animation:fadeInUp 0.5s .6s ease both;-webkit-animation:fadeInUp 0.5s .6s ease both;-moz-animation:fadeInUp 0.5s .6s ease both;}
.HomePro.active .proTit{animation:fadeInUp 0.5s .6s ease both;-webkit-animation:fadeInUp 0.5s .6s ease both;-moz-animation:fadeInUp 0.5s .6s ease both;}
.HomePro.active .proImgslider .item{animation:zoomIn 0.5s .9s ease both;-webkit-animation:zoomIn 0.5s .9s ease both;-moz-animation:zoomIn 0.5s .9s ease both;}
.HomePro.active:after{animation:zoomIn 0.7s 1s ease both;-webkit-animation:zoomIn 0.7s 1s ease both;-moz-animation:zoomIn 0.7s 1s ease both}


.HomePro .TitHead .desc{padding: 0 0 0 1.82vw;}



@media (max-width: 640px){
  .TitHead h2 {
    font-size: 1.71rem;
}
.TitHead .desc {
    margin-top: 20px;
}
.proTabnav .item {
    width: 33.333%;
    padding: 0.81rem 0;
}.proTabnav {
    overflow: visible;
    font-size: 14px;
}
.btns, .more.btn {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.f18 {
    font-size: 14px;
}
.TitHead{
  margin-bottom: 20px;
}
.proTabnav .item .ico-rotate img{
  height: 100%;
}
.proTabnav .item .ico-rotate{
  height: 15vw;
}
.HomePro .bg1{
  padding-bottom: 30px;
}

}


/*解决方案*/
.flexx{
  display: flex;
}
.pointTop {position: absolute;top: -2px;right: 50%;z-index: 10;}
.pointTop:after {content:"";position: absolute;background: url(../images/point_top.png) no-repeat center top/contain;width: 29.27vw;height: 2.08vw;left: 50%;top: 0;transform: translateX(-50%);}
.HomeIndustry .bg1{background: url(../images/home_probg3.jpg) no-repeat right top/cover;overflow: hidden;padding-top: 5vw;}
.HomeIndustry .TitHead {display: flex;margin-bottom: 2.6vw;align-items: center;}
.HomeIndustry .TitHead .desc{padding: 0 0 0 1.82vw;max-width: 44.20rem;}
.HomeIndustry .content{min-height: 41.7vw;position: relative;background: #5a6a81;padding: 6vw 0 0 0;/*overflow: hidden;*/}
.HomeIndustry .TabNav{position: relative;z-index: 20;bottom: -2vw;}
.HomeIndustry .slick-list{overflow: visible;}
.HomeIndustry .TabNav ul{padding: 0 2.8vw;}
.HomeIndustry .TabNav .line{position: absolute;left: 0;bottom: 2.83rem;width: 100%;}
.HomeIndustry .TabNav li{text-align: center;color: #fff;font-weight: bold;position: relative;z-index: 10;cursor: pointer;}
.HomeIndustry .TabNav .icon{width: 5.2vw;height: 5.2vw;line-height:5.2vw;border-radius: 50%;background: #014095;margin: 0px auto 1.02rem;position: relative;transition: all 0.5s;}
.HomeIndustry .TabNav .icon:after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 120%;height: 120%;border: 1px dashed #fff;content: "";border-radius: 50%;}
.HomeIndustry .TabNav .icon img{display: inline-block;vertical-align: top;}
.HomeIndustry .TabNav aside{padding-bottom: 3.40rem;position: relative;font-size:18px;}
.HomeIndustry .TabNav .dot{width: 2.27rem;height: 2.27rem;position: absolute;transform: translateX(-50%);bottom: 0;left: 50%;transition: all 0.5s;}
.HomeIndustry .TabNav .dot i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;background: #fff;width: 0.57rem;height: 0.57rem;z-index: 3;}
.HomeIndustry .TabNav .dot:after,.HomeIndustry .TabNav .dot:before{position: absolute;left: 0;top: 0;border-radius: 50%;content: "";}
.HomeIndustry .TabNav .dot:after{width: 100%;height: 100%;background: rgba(255,255,255,0.5);
  -webkit-animation: guang 1.2s ease-out;
  -moz-animation: guang 1.2s ease-out;
  animation: guang 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;}
.HomeIndustry .TabNav .dot:before{width: 70%;height: 70%;left:15%;top:15%;border: 1px solid rgba(255,255,255,0.5);z-index: 2;
  -webkit-animation: guang 1.5s ease-out;
  -moz-animation: guang 1.5s ease-out;
  animation: guang 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;}

.HomeIndustry .TabNav li:hover .dot{transform: translateX(-50%) scale(1.5);}
.HomeIndustry .TabNav li.slick-current .dot{width: 2.83rem;height: 2.83rem;}
.HomeIndustry .TabNav li.slick-current .dot:after,.HomeIndustry .TabNav li:hover .dot:after{background: rgba(1,64,149,0.1);
  -webkit-animation: no 1s ease-out;-moz-animation: no 1s ease-out;animation: no 1s ease-out;}
.HomeIndustry .TabNav li.slick-current .dot:before,.HomeIndustry .TabNav li:hover .dot:before{background: rgba(1,64,149,0.8);border: 0;
    -webkit-animation: no 1s ease-out;-moz-animation: no 1s ease-out;animation: no 1s ease-out;}
.HomeIndustry .TabNav li.slick-current .icon{transform: scale(1) rotate(360deg);opacity: 1;}

.HomeIndustry .totalNum{position: relative;z-index: 10;line-height: 3.63rem;color: #fff;}
.HomeIndustry .totalNum .dots{width: 3.97rem;}
.HomeIndustry .totalNum .total{font-size: 1.81rem;opacity: 0.25;margin-left: 0.28rem;
  position: relative;top: 1rem;
}
.HomeIndustry .totalNum .total em{font-weight: bold;}
.HomeIndustry .TabCon{color: #fff;position: relative;z-index: 10;}
.HomeIndustry .TabCon .imgbox{display: none;}
.HomeIndustry .TabCon .item:nth-child(1) .info:before{content: "01";}
.HomeIndustry .TabCon .item:nth-child(2) .info:before{content: "02";}
.HomeIndustry .TabCon .item:nth-child(3) .info:before{content: "03";}
.HomeIndustry .TabCon .item:nth-child(4) .info:before{content: "04";}
.HomeIndustry .TabCon .item:nth-child(5) .info:before{content: "05";}
.HomeIndustry .TabCon .item:nth-child(6) .info:before{content: "06";}

.HomeIndustry .info{position: relative;z-index: 10;}
.HomeIndustry .info:before{position: absolute;left: 0;top: -2.83rem;font-size: 2.83rem;font-weight: bold;}
.HomeIndustry .info .more{position: absolute;right: 0;bottom: 0;}
.HomeIndustry .info .title{line-height: 1.69;font-size: 2.7vw;color: #fff}
.HomeIndustry .info .tag{max-width: 73.67rem;}
.HomeIndustry .info .tag a{min-width: 6.80rem;text-align: center;line-height: 1.93rem;padding: 0 1.13rem;margin: 5px 5px 0 0;border: 1px solid rgba(255,255,255,0.2);border-radius: 1.93rem;display: inline-block;color: #014095;background-color: rgba(255,255,255,0.9);}
.HomeIndustry .info .tag a:hover{border: 1px solid #014095;background: #014095;color: #fff;}

.HomeIndustry .TabCon .slick-current .title{animation:fadeInUpSmall 0.5s .3s ease both;-webkit-animation:fadeInUpSmall 0.5s .3s ease both;-moz-animation:fadeInUpSmall 0.5s .3s ease both;}
.HomeIndustry .TabCon .slick-current .tag{animation:fadeInUpSmall 0.5s .5s ease both;-webkit-animation:fadeInUpSmall 0.5s .5s ease both;-moz-animation:fadeInUpSmall 0.5s .5s ease both;}

.HomeIndustry .imgbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;display: ;}
.HomeIndustry .imgbox:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;
  content: "";z-index: 2;background: url(../images/hy_maskbg.png);
  background-size: cover;
}
.HomeIndustry .TabImg{width: 100%;height: 100%;left: 0;top: 0;position: absolute;overflow: hidden;}
.HomeIndustry .TabImg .item{position: relative;}
.HomeIndustry .TabImg .slider,.HomeIndustry .TabImg .slick-list,.HomeIndustry .TabImg .slick-track{height: 100%;}
.HomeIndustry .TabImg .slick-current .imgbox{animation:fadeInfilter 0.5s .1s ease both;-webkit-animation:fadeInfilter 0.5s .1s ease both;-moz-animation:fadeInfilter 0.5s .1s ease both;}

@media(min-width:1025px){
  .HomeIndustry .imgbox img{object-fit: fill;width: 100%}
  .HomeIndustry.active .TitHead{animation:fadeInUp 0.4s .5s ease both;-webkit-animation:fadeInUp 0.5s .5s ease both;-moz-animation:fadeInUp 0.4s .5s ease both;}
.HomeIndustry.active .line{animation:fadeInUp 0.5s .5s ease both;-webkit-animation:fadeInUp 0.5s .5s ease both;-moz-animation:fadeInUp 0.5s .5s ease both;}
.HomeIndustry.active .TabNav li{animation:fadeInUpSmall 0.5s .6s ease both;-webkit-animation:fadeInUpSmall 0.5s .6s ease both;-moz-animation:fadeInUpSmall 0.5s .6s ease both;}
.HomeIndustry.active .pointTop{animation:zoomIn 0.5s .5s ease both;-webkit-animation:zoomIn 0.5s .5s ease both;-moz-animation:zoomIn 0.5s .5s ease both;}
.HomeIndustry.active .TabImg .item .imgbox img{animation:fadeInfilter 0.5s .5s ease both;-webkit-animation:fadeInfilter 0.5s .5s ease both;-moz-animation:fadeInfilter 0.5s .5s ease both;}
}
@media(min-width:769px){
  .HomeIndustry .TabNav li:nth-child(2n+2) .icon{margin-bottom: 1.70rem;}
  .HomeIndustry .TabNav li:nth-child(2n+2) aside{padding: 2.83rem 0 0;}
  .HomeIndustry .TabNav li:nth-child(2n+2) .dot{bottom: auto;top: 0;}
  
  .HomeIndustry .TabNav li:nth-child(1) {margin-top: -1.5vw;}
  .HomeIndustry .TabNav li:nth-child(2) {padding-top: 3.65vw;}
  .HomeIndustry .TabNav li:nth-child(3) {padding-top: 2.2vw;}
  .HomeIndustry .TabNav li:nth-child(4) {padding-top: 2.03vw;}
  .HomeIndustry .TabNav li:nth-child(5) {padding-top: 2.2vw;}
  .HomeIndustry .TabNav li:nth-child(6) {padding-top: 5.98vw;}
  .HomeIndustry .TabNav li:nth-child(6) aside{transform: translateY(0.5vw);}

  .HomeIndustry .TabNav .icon{transform: scale(0);opacity: 0;}
}
@media(max-width:1536px) and (min-width:1025px){
  .HomeIndustry .content{padding-top:2.2vw;}
  .HomeIndustry .TabCon .item:nth-child(2) .tag{max-width: 34.00rem;}
  .HomeIndustry .TabCon .item:nth-child(3) .tag{max-width: 41.37rem;}
  .HomeIndustry .TabCon .item:nth-child(5) .tag{max-width: 34.00rem;}
}
@media(max-width:1366px){
  .HomeIndustry .TabNav{bottom: -1vw;}
  .HomeIndustry .TabCon{top: -1.5vw;}
}
@media(max-width:1024px){
  .HomeIndustry .TitHead{display: block;}
  .HomeIndustry .TitHead .desc{padding: 0 0 0.85rem 0;max-width: none;}
  .HomeIndustry .content{padding-top: 2vw;min-height: 65vw;}
}
@media(max-width:768px){
  .HomeIndustry .TabNav{bottom: auto;}
  .HomeIndustry .TabNav li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
  .HomeIndustry .TabCon{display: none !important;}

  .HomeIndustry .TabNav{display: flex;flex-wrap: wrap;padding: 4.53rem 0 2.83rem;}
  .HomeIndustry .TabNav li{width: 33.333% !important;padding-bottom: 2.83rem;}
  .HomeIndustry .TabNav aside{padding-bottom: 0;font-weight: normal;}
  .HomeIndustry .TabNav .dot{display: none;}
  .HomeIndustry .TabNav .line{display: none;}
  .HomeIndustry .TabNav .icon{width: 5.67rem;height: 5.67rem;}
  .HomeIndustry .TabImg{
    display: none;
  }
}



/*关于内页模块*/
.AboutInfo .innerBox{width: 50%;padding: 2.9vw 4vw 3.64vw 12.5vw;}
.AboutInfo .Img{width: 50%;}
.AboutInfo .numList{position: absolute;color:#fff;z-index: 10;left: 12.5vw;width: 75vw;bottom: 0;}
.AboutInfo .numList ul{height: 8.50rem;border-radius: 3px;background: rgba(0,71,157,0.9);padding: 0 1vw;}
.AboutInfo .numList .item{position: relative;}
.AboutInfo .numList .item:not(:first-child){padding-left: 1vw;}
.AboutInfo .numList .item:not(:last-child):After{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;content: "";height: 20px;background: rgba(255,255,255,0.28);}
.AboutInfo .numList .item:not(:last-child){padding-right: 1vw;}
.AboutInfo .numList .item p{color: #70a6e7;}
.AboutInfo .numList .num{font-size: 2.04rem;line-height: 2.83rem;}
.AboutInfo .numList .num sup{font-size: 0.91rem;}
.AboutInfo .numList .icon{width: 3.06rem;padding-top: 1.13rem;}
.AboutInfo .numList .item:nth-child(1){width: 15%;}
.AboutInfo .numList .item:nth-child(2){width: 17%;}
.AboutInfo .numList .item:nth-child(3){width: 16%;}
.AboutInfo .numList .item:nth-child(4){width: 18%;}
.AboutInfo .numList .item:nth-child(5){width: 17%;}
.AboutInfo .numList .item:nth-child(6){width: 16%;}
.f333 {
    color: #333 !important;
}
.AboutInfo{position: relative;}
.SubTit3{margin-bottom: 0rem;text-align: center;}
.SubTit3 h2{line-height: 2.375;font-size: 2.27rem;color: #142233;font-weight: bold;}
.SubTit3 h2 span{color: #00479d;text-align: left;}
.SubTit3 .desc{max-width: 64.09rem;margin: 0px auto;}
.SubTit3 .desc p:not(:last-child){margin-bottom: 0.57rem;}

.AboutInfo h2,.AboutInfo .SubTit3 .desc{text-align: left;}

.f24 {
    font-size: 16px;
}
.colorh{
  color: #000;
}
.flexbw {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}.flexbwa {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}

@media(max-width:1440px){
  .AboutInfo .innerBox{padding-left: 6%;}
  .AboutInfo .SubTit3{margin-bottom: 1.27rem;}
  .AboutInfo .numList{width: 86vw;left: 6%;}
 
}
@media(max-width:1024px){
  .AboutInfo{padding: 2.76rem 6%;}
  .AboutInfo .innerBox{width: 100%;padding: 0;}
  .AboutInfo .Img{width: 100%;padding-top: 1.49rem;}
  .AboutInfo .numList{position: static;width: auto;margin-top: 1.06rem;}
  .AboutInfo .numList ul{padding: 1.27rem;height: auto;}
  .AboutInfo .numList .item{width: 33.333% !important;padding: 0.43rem 0;}
  .AboutInfo .numList .item:after{display: none;}
}
@media(max-width:768px){
  .AboutInfo .numList .item{width: 50% !important;}
  .AboutInfo .numList .num{font-size: 2.04rem;}
.SubTit3 h2 {
    line-height: 1.5;
    font-size: 1.5rem;
}

}

/*企业文化*/

.w1440 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 69.94rem;
    width: 88%;
    margin: 0px auto;
}
.CultureInfo .list1{margin-bottom: 3.35rem;position: relative;}
.CultureInfo .list1 .item{flex: 1;text-align: center;min-height: 16.56rem;position: relative;padding: 3.25rem 3.89rem;}
.CultureInfo .list1:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;content: "";background: #dfdfdf;height: 9.86rem;}
.CultureInfo .list1 .item:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;content: "";background: #dfdfdf;height: 9.86rem;}
.CultureInfo .list1 .icon{width: 3.21rem;height: 3.21rem;margin: 0px auto 1.36rem;}
.CultureInfo .list1 .ti{margin-bottom: 0.97rem;font-weight: bold;}
.CultureInfo .list2 .item{width: 63.88%;margin-bottom: 10px;position: relative;}
.CultureInfo .list2 .item:nth-child(4n+2),.CultureInfo .list2 .item:nth-child(4n+3){width: 35.41%;}
.CultureInfo .list2 .item:nth-child(4n+1),.CultureInfo .list2 .item:nth-child(4n+4){width: 63.88%;}
.CultureInfo .list2 .item:nth-child(4n+4){width: 63.88%;}
.CultureInfo .list2 .item .imgbox{padding-top: 13.60rem;position: relative;}
.CultureInfo .list2 .item .imgbox:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.3);content: "";transition: all 0.5s;}
.CultureInfo .list2 .item .info{position: absolute;left: 2.91rem;top: 2.28rem;z-index: 10;color: #fff;width: 50%;transition: all 0.5s;}
.CultureInfo .list2 .item .info .ti{margin-bottom: 0.34rem;}
.CultureInfo .list2 .item:hover .imgbox:after{background: rgba(0,0,0,0.5);}
.CultureInfo .list2 .item:hover .info{top: 1.70rem;}

@media(max-width:768px){
  .CultureInfo .list1{margin-bottom: 1.46rem;}
  .CultureInfo .list1 .item{flex: auto;width: 100%;min-height: auto;padding: 1.70rem;}
  .CultureInfo .list1 .item:after,.CultureInfo .list1:after{display: none;}
  .CultureInfo .list2 .item .info{left: 1.46rem;width: 80%;}
}
@media(max-width:640px){
  .CultureInfo .list2 .item{width: 100% !important;}
}

/*下载中心*/
.pro_main .col_lg_8 {
    padding: 0 19px;
    margin-bottom: 43px;
}
.col_lg_8 {
    width: 33.33333333%;
}.pro_main .row {
    margin: 0 -19px;
}
.pro_main .img_box {
    position: relative;
    display: block;
    padding-top: 73%;
    border: 1px solid #e5e5e5;
}
.img_box {
    position: relative;
    overflow: hidden;
}.pro_main img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 95%;
    max-height: 95%;
    display: inline;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pro_main p {
    font-size: 22px;
    color: #646464;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;text-align: center;
}
.pro_main .img_box:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.pro_main a {
    opacity: 1;
    text-decoration: none;
    -webkit-transition: color 0.5s, all 0.5s;
    -moz-transition: color 0.5s, all 0.5s;
    -ms-transition: color 0.5s, all 0.5s;
    -o-transition: color 0.5s, all 0.5s;
    transition: color 0.5s, all 0.5s;
}

@media (max-width: 1500px){
  .pro_main p {
    font-size: 18px;
}
}
@media (max-width: 1000px){
.pro_main .row {
    margin: 0 -12px;
}
.pro_main .col_lg_8 {
    padding: 0 12px;
    margin-bottom: 24px;
}.pro_main img {
    max-width: 80%;
    max-height: 80%;
}.pro_main p {
    margin-top: 9px;
}
.col_xs_12 {
    width: 50%;
}.pro_main p {
    font-size: 12px;
}
}


.qywh{
  padding: 200px 0; 
}
@media (max-width: 1000px){
  .qywh{
  padding: 100px 0; 
}
}


/*首页新增模块*/
.he_sytipu h3 {

    font-size: 42px;

    line-height: 1.5;

    color: #333333;

    text-align: center;

    font-family: "MontserratBold";

}



.he_sytipu h1 {

    line-height: 1.36;
    font-size: 2.7vw;
    color: #142233;
font-weight: 600;
    text-align: center;

    font-family: "Montserrat";

}
.he_sytipu h1 span {
    color: #00479d;
}


.he_sytipu {

    width: 1020px;

    max-width: 100%;

    margin: 0 auto 100px;

    text-align: center;

}
.he_conten2 {
    width: 1516px;
    margin: 0 auto;max-width: 90%;
}
.he_syp2 .he_conten2 {
    z-index: 10;
    position: relative;
}

.he_secton {

    width: 100%;

    position: relative;

/*    padding-top: 10vw;*/

}



.he_syp2bx {

    width: 100%;

    position: relative;

    /* display: flex;

       align-items: center; */

    overflow: hidden;

}



.he_syp2le,

.he_syp2ri {

    width: 50%;

}



.he_syp2le {

    padding-right: 68px;

}



.he_syp2ri {

    padding-left: 76px;

}



.he_syp2len {

    width: 100%;

    position: relative;

    overflow: hidden;

    border-radius: 20px;

}



.he_synewig {

    transition: all 0.56s ease-out;

}



.he_syp2len img {

    /* transition: all 0.56s; */

    border-radius: 20px;



}
.he_synewig {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

}



.he_syp1tim {

    font-size: 18px;

    line-height: 1.4;

    color: #999999;

    font-family: "MontserratLight";

    display: block;

}



.he_syp1tom {

    font-size: 24px;

    line-height: 1.55;

    color: #333333;

    transition: all 0.36s ease-in-out;

    margin-top: 12px;

}



.he_syp2ri .he_syp1tom {

    max-height: 80px;

    overflow: hidden;

}



.he_syp2rli {

    width: 100%;

    border-bottom: 1px solid #f5f5f5;

    position: relative;

}



.he_syp2rli::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 0;

    height: 1px;

    background-color: #00479d;

    transition: all 0.56s ease-in-out;

}



.he_syp2rli a {

    width: 100%;

    display: block;

    padding: 36px 0 40px;

}



.he_syp2rli:first-child a {

    padding-top: 0px;

}



.he_syp2mob {

    width: 236px;

    background: linear-gradient(to left, #00479d, #00479d);

    border-radius: 30px;

    text-align: center;

    margin: 0 auto;

}



.he_syp2mob a {

    width: 100%;

    display: block;

    font-size: 16px;

    line-height: 60px;

    color: #fff;

}



.he_syp2zs {

    width: 753px;

    position: absolute;

    top: -8%;


        z-index: -1;


}



.he_syp2zs img {

    width: 100%;

}



.he_syp2mo {

    margin-top: 60px;

}
.he_syp2 .g_fadeup1 {
    opacity: 0;
}
.he_syp2 .g_fadeleft1 {

    opacity: 0;

}

.he_syp2.active .g_fadeup1 {
  opacity: 1;
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.1s;
}
.he_syp2.active .g_fadeleft1 {
opacity: 1;
    -webkit-animation: fadeInLeft 1s ease both;

    animation: fadeInLeft 1s ease both;

    animation-delay: 0.1s;

}


.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;   

}
 .he_img:hover {
    transform: scale(1.06);

}
/*.he_img.on{
  animation: fadein 3s infinite;display: block;
}*/

.he_syp2len a {
  display: block;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;
}
.he_syp2len a img{
  display: block;width: 100%;height: 100%;
}


@keyframes fadein
{
  0% {
    opacity:0;
  }
  50% {
    opacity:.5;
  }
  100% {
    opacity:1;
  }
}


@media screen and (max-width: 1922px){
  .he_conten2 {
    width: 1200px;
}
}

@media screen and (min-width: 1200px){
  .he_syp2rli:hover::after {
    width: 100%;
}.he_syp2rli:hover .he_syp1tom {
    color: #00479d;
}
}



@media screen and (max-width: 1200px){
  .he_sytipu h1{
    font-size: 24px;
  }
  .he_syp2 .g_fadeup1 {
    opacity: 1;
}
.he_syp2 .g_fadeleft1 {
    opacity: 1;
}
.he_sytipu h3 {
    font-size: 22px;
}.he_syp2 {
    margin-top:30px;
    padding-bottom: 60px;
}
.he_syp2le {
    padding-right: 0px;
}
.he_syp2le, .he_syp2ri {
    width: 100%;
}
.he_syp2ri .he_syp1tom {
    max-height: 48px;
}

.he_syp1tom {
    font-size: 16px;
}.he_syp1tim {
    font-size: 14px;
}.he_syp2rli a {
    padding: 20px 0 20px;
}.he_syp2mo {
    margin-top: 30px;
}
.he_syp2mob {
    width: 100px;
}
.he_syp2mob a {
    line-height: 34px;
    font-size: 12px;
}.he_syp2ri {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.he_syp2zs {
    width: 295px;
    top: 4%;
}.he_sytipu {
    margin: 0 auto 24px;
}.he_secton {
    padding-top: 0px;
}
}


/*项目列表*/
.caseslist{height: auto;overflow: hidden;}

.caseslist li a{height: auto;overflow: hidden;}

.caseslist li:hover .cfonta{background: #f7f7f7;}

.caseslist li:hover .cfonta em{height: 42px;margin-top: 1rem;}

.caseslist li:hover .cimga span{background: rgba(0,0,0,.4);opacity: 1;padding-top: 4.5rem;}

.caseslist li:hover .cimga i{opacity: 1;}

.caseslist li img{display: block;max-width: 100%;margin: 0 auto;width:50%}

.cfonta{height: auto;overflow: hidden; transition:.4s;border: 1px solid #e7e7e7;position: relative;}

.cfonta strong{position: absolute;z-index: 0;top:0;left:4%;color: rgba(172,172,172,.1);font-size:44px;font-family: impact;text-transform: uppercase;}

.cfonta span{display: block;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}

.cfonta i{display: block;width: 35px;height: 2px;background: #0f81ec;margin:1.5rem 0;}

.cfonta p{color: #777;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.cimga{display: block;width: 100%;
/*  height: 0;*/
/*  padding-bottom: 50%;*/
  position: relative;overflow: hidden;}

.cimga span{display: block;background: rgba(0,0,0,0);color: #fff;opacity: 0; height: 100%;width: 100%;position: absolute;z-index: 2;text-align: center;padding-top: 3rem;transition:.4s;}

.cimga span i{font-size: 40px;opacity: 0;}

.cimga span p{font-family: fz;}
.alimg{
  height: 300px;
  background-size: cover;background-position: center;
}
.pf_16 {
    font-size: 16px;
    line-height: 30px;
}


/*技术文章*/
.newslist{height: auto;overflow: hidden;}

.newslist ul li{border-bottom: 1px dashed #eee;}

.newslist ul li a{display: block;transition:.4s;position: relative; }

.newslist ul li:hover img{transform: scale3D(1.1, 1.1, 1.1)}

.newslist ul li:hover span{color: #ff6a30;}

.newslist ul li:hover strong{color: #ff6a30;}

.time {display: block;line-height: 30px;color: #999;}

.newsfonta span{transition: .4s; }

.newsfonta p{line-height: 30px;color: #777;}
.new-jj p{display:block;}
.nimga{height: auto;overflow: hidden;box-shadow: rgba(0,0,0,0.1) 0px 0px  7px 4px;}

.nimga img{display: block;max-width: 100%;transition:.4s;}
@media (max-width: 576px){
  .mf_16 {
    font-size: 16px;
    line-height: 30px;
}
.mf_14 {
    font-size: 14px;
    line-height: 30px;
}
.newslist ul li a>div{
  flex-direction:column-reverse;
}
}


.zynr{
  display: flex;
}
.zynr a{
  width: 40%;display: block;
}
.zynr a img{
  width: 100%;display: block; transition: all 0.3s;  border-radius: 40px;
} 

.zynr a:hover img{
  transform: scale(1.02);

}
.zynr a p{
  margin-top: 30px;
  font-size: 22px;text-align: center;
}
.zynr a:first-child{
  margin-right: 20%;
}
.gdxq{
  text-align: left;
  font-size: 14px;font-weight: bold;width: 100%;display: block;margin-top: 20px;
}
@media (max-width: 976px){
    .zynr a p{
  margin-top: 10px;
  font-size: 13px;
}
.gdxq{
  font-size: 12px;margin-top: 10px;
}
}


/*实验室*/
.sysys p{
/*  margin-top: 10px;*/
  text-align: center;
  font-size: 22px;
}
.sysys>.swiper-container{
  width: 100%;
  padding:  30px;
  margin: 0 auto;

}
.sysys .swiper-wrapper{
  padding: 0px ;
}


.sysnhz{
  width: 90%;margin: 0 auto;
}
.sysnhz .he_sytipu{
  margin-bottom: 0px;
}
.sysys{
  position: relative;  padding-bottom: 20px;
}
.sysys .swiper-pagination{
  width: 100%;text-align: center;bottom: 0;
}
.sysys .swiper-pagination>span{
     margin: 0 7px;
  width: 8px;
  height: 8px;transition: 300ms;
}
.sysys .swiper-pagination>.swiper-pagination-bullet-active {
    width: 52px;    border-radius: 4px;
    background: #2658a0;
}
.sysys .swiper-button-next,.sysys  .swiper-button-prev{
  top: 40%;
}
.sysyshz{
  background-size: cover;background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/sysbg.jpg);
}
.sysnhz hr{
  display: block;
    width: 64px;
    height: 3px;
    border-radius: 3px;
    background: #2658a0;
    margin: 18px auto;
}
.sysnhz p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    overflow: hidden;font-weight: 700;
}

.sysys a{
  background: #fff;display: block;
}
.sysys a:hover {
    box-shadow: 0 10px 30px rgba(60,60,60,0.1);
    transition: 300ms;
}
.sysys a:hover img {
    transition: 0.7s transform;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sysys a:hover p{
      color: #2658a0;
}
.sysimg{
  overflow: hidden;
}
.sysgd {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    line-height: 30px;
    font-size: 14px;
    color: #b2b2b2;
    position: relative;
/*    padding-top: 10px;*/
    text-align: left;
}
.sysgd span {
    display: inline-block;
    margin-left: 44%;
    transition: 300ms;
}
 .sysgd:before{
    content: "";
    width: 8px;
    height: 11px;
    background: url(../images/icon1.png) center no-repeat;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -2px;
    opacity: 0;
    transition: 300ms;
}
.sysys a:hover .sysgd:before {
    right: 0;
    opacity: 1;
    transition: 300ms;
}
.sysys a:hover .sysgd  span {
    margin-left: 0;
    color: #2658a0;
    transition: 300ms;
}
.syswz{
  padding: 4%;
    text-align: center;
}

    

@media (max-width: 976px){
  .sysyshz{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .sysys{
  padding-bottom: 20px;
}
.sysys>.swiper-container{
  width: 80%;
}
.sysnhz .he_sytipu{
/*  margin-bottom: 30px;*/
}
}



#about2 {
  position: absolute;
  top: -2rem;
}
#about3 {
  position: absolute;
  top: 2rem;
}
#about4 {
  position: absolute;
  top: -5rem;
}
#about5 {
  position: absolute;
  top: -5rem;
}



@media screen and (max-width: 1922px){
  .he_sytipu{
    margin-bottom: 30px;
  }
  .zynr a:first-child {
    margin-right: 10%;
}
.zynr a {
    width: 45%;
}
.zynr a p {
    margin-top: 20px;
    font-size: 16px;
}

}
@media screen and (max-width: 1400px){
  .he_sytipu h1 {
    font-size: 25px;
  }
  .he_conten2 {
    width: 1000px;
}
.zynr a p {
    font-size: 16px;
}

.AboutInfo .text *{
  font-size: 14px!important;
}
}
@media screen and (max-width: 1190px){
.AboutInfo .text *{
  font-size: 12px!important;
}
}
@media screen and (max-width: 1000px){
.AboutInfo .text *{
  font-size: 14px!important;
}
}

/*新增新闻*/
.HomeNews .TitHead {
    margin-bottom: 40px;
}
.HomeNews{background: #fff;
  padding: 2vw 0 0;
}
.HomeNews .slick-list{padding: 0 2px;}
.HomeNews .slider .item a{border: 2px solid #e0e6ef;display: block;min-height: 30.625vw;position: relative;overflow: hidden;margin: 0 -1px;}
.HomeNews .slider .item .date{color: #555555;font-size: 1.38rem;line-height: 2.44rem;margin-bottom: 1.63rem;}
.HomeNews .slider .item .date span{display: inline-block;padding-bottom: 0.88rem;border-bottom: 2px solid #dadada;margin-right: 1.13rem;color: #014095;font-size: 1.88rem;}
.HomeNews .slider .item .info{padding: 2.55vw 2.55vw 0;}
.HomeNews .slider .item .imgbox{position: absolute;left: 0;bottom: 0;width: 100%;padding-top: 17.23vw;transition: all 0.9s;;}
.HomeNews .slider .item .imgbox .more_xw{position: absolute;left: 0;position: absolute;left: 0;bottom: 0;width: 13.75rem;line-height: 4.38rem;color: #fff;background: #014095 url(../images/morebg.gif) right center no-repeat;text-align: center;z-index: 15;transition: all 1s 0.5s;display: none !important;}
.HomeNews .slider .item .imgbox .more_xw:after{background: url(../images/arr_more_white.svg) right center no-repeat;}
.HomeNews .slider .item .ti{margin-bottom: 3.645vw;min-height: 4.50rem;color: #1e252f;font-size: 24px}
.HomeNews .slider .item .desc{margin-bottom: 4.94vw;min-height: 7.00rem;transition: all 0.5s;opacity: 0;}
.HomeNews .slider .item .more_xw{opacity: 1;
}
.more_xw:before {
    display: inline-block;
    width: 0;
    height: 8px;
    content: "";
    background: url(../images/arr_more_blue.svg) right center no-repeat;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.more_xw:hover:before, dd:hover .more_xw:before, .item:hover .more_xw:before {
    width: 17px;
    margin-right: 1.13rem;
}

.more_xw:after {
    display: inline-block;
    margin-left: 1.13rem;
    width: 17px;
    height: 8px;
    content: "";
    background: url(../images/arr_more_gray.svg) right center no-repeat;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.momore_xw:hover:after, dd:hover .more_xw:after, .item:hover .more_xw:after {
    width: 0;
    margin: 0;
}

.HomeNews .slider .item:hover {z-index: 10;}
.HomeNews .slider .item:hover .more_xw{opacity: 1;}
.HomeNews .slider .item:hover .more_xw:after{background: url(../images/arr_more_white.svg) right center no-repeat;}
.HomeNews .slider .item:hover .more_xw:before{background: url(../images/arr_more_blue.svg) right center no-repeat;}
.HomeNews .slider .item:hover .desc{opacity: 1;}
.HomeNews .slider .item:hover .imgbox{bottom: -100%;opacity: 0;z-index: -1;transform: scale(0.9);}
.HomeNews .slider .item:hover .imgbox .more_xw{opacity: 1;bottom: 0;}
.HomeNews .arrows_dots{position: relative;padding: 0 3.75rem;height: 30px;margin-top: 2.6vw;bottom: auto;}
.HomeNews .arrows_dots .slick-dots{left: 3.75rem;width: calc(100% - 7.50rem);height: 2px;background: #ebecec;line-height: 2px;display: flex;justify-content: space-between;top: 50%;margin-top: -1px;}
.HomeNews .arrows_dots .slick-dots li{flex: 1;margin: 0;}
.HomeNews .arrows_dots .slick-dots li.slick-active{height: 2px;}
.HomeNews .arrows_dots .slick-dots li.slick-active button{background: #00479d;}
.HomeNews .arrows_dots .slick-arrow{background-color: transparent;border-radius: 0;border: 0 !important;color: #00479d;width: 30px;height: 30px;line-height: 30px;}
.HomeNews .arrows_dots .slick-arrow:hover{color: #fff;background: #00479d;}
.HomeNews .arrows_dots .slick-arrow i{font-size: 30px;}
.HomeNews .arrows_dots .slick-prev{left: 0;}
.HomeNews .arrows_dots .slick-next{right: 0;}


@media(min-width:1025px){
.HomeNews.active .TitHead{animation:fadeInUp 0.4s .5s ease both;-webkit-animation:fadeInUp 0.5s .5s ease both;-moz-animation:fadeInUp 0.4s .5s ease both;}
.HomeNews.active .TabCon .item{animation:fadeInUpSmall 0.5s .6s ease both;-webkit-animation:fadeInUpSmall 0.6s .6s ease both;-moz-animation:fadeInUpSmall 0.6s .6s ease both;}
}
@media(max-width:1440px){
.HomeNews .slider .item a{min-height: 29vw;}
.HomeNews .slider .item .ti{margin-bottom: 2vw;}
.HomeNews .slider .item .desc{margin-bottom: 3vw;}
.HomeNews .slider .item .imgbox{padding-top: 16vw;}
}
@media(max-width:1366px){
  .HomeNews .arrows_dots{margin-top: 1vw;}
}
@media(max-width:1024px){
  .HomeNews .slider .item .ti{margin-bottom: 0;margin-top: 10px}
  .HomeNews .slider .item .info{padding-bottom: 2.55vw;}
}
@media(max-width:768px){
  .HomeNews .slider .item .imgbox{padding-top: 26vw;}
}
@media(max-width:640px){
  .TitHead .TabNav li{font-size: 16px;}

  .HomeNews{padding: 5.00rem 0;}
  .HomeNews .arrows_dots{margin-top: 1.88rem;}
  .HomeNews .slider .item .date span{font-size: 18px;}
  .HomeNews .slider .item .date{font-size: 14px;}
  .HomeNews .slider .item .ti{min-height: 48px;font-size: 18px}
  .HomeNews .slider .item .desc{min-height: 96px;display: none;}
  .HomeNews .slider .item .imgbox{padding-top: 0%;position: relative;bottom: auto; left: auto;opacity: 1 !important;}
}
.nones {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    left: 0;
}
@font-face {
  font-family: "iconfont_syxw"; /* Project id 3264714 */
  src: url('../fonts/syxw/iconfont.eot?t=1708587156790'); /* IE9 */
  src: url('../fonts/syxw/iconfont.eot?t=1708587156790#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/syxw/iconfont.woff2?t=1708587156790') format('woff2'),
       url('../fonts/syxw/iconfont.woff?t=1708587156790') format('woff'),
       url('../fonts/syxw/iconfont.ttf?t=1708587156790') format('truetype'),
       url('../fonts/syxw/iconfont.svg?t=1708587156790#iconfont') format('svg');
}

.HomeNews .iconfont {
  font-family: "iconfont_syxw" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconyjt:before {
    content: "\e616";
}
.iconzjt:before {
    content: "\e746";
}
.HomeNews .slick-dots li button{
  border:0 ;
}
.HomeNews .slider .item .imgbox img{
  max-height: 30vh;width: 100%;
}
.hoverline{position: relative;}
.hoverline i::before{content:'';display: block;width:0;height:2px;border-top:2px solid #004898;transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i::after{content:'';display: block;height:0;width:2px;border-left:2px solid #004898;transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i.l1::before{left:0;top:0;}
.hoverline i.l1::after{right:0;top:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::before{left:0;bottom:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::after{left:0;top:0;}
.hoverline:hover i::before,.hoverline.onli i::before,
.hoverline:hover i::after,.hoverline.onli i::after{opacity: 1;}
.hoverline:hover i::before,.hoverline.onli i::before{width:100%;}
.hoverline:hover i::after,.hoverline.onli i::after{height:100%;}




/*新修改 老笔记本*/
@media(min-width:1025px)and (max-width:1450px){
   .HomePro .TitHead {
        margin-bottom: 0px;
}
.nyban .img {
/*    height: 240px;*/
    overflow: hidden;
}
.nyban .hover {
  top: 70%!important;
}
.sysnhz hr {
    margin: 5px auto;
}
.sysnhz {
    width: 90%;
    position: relative;
    top: 30px;
}
.proTabnav .item .ico-rotate img {
    height: 7vw;
}
.TitHead .more{
  font-size: 14px;
  height: 1.5rem;line-height: 1.5rem;width: 7rem;
}
.dhxl{
  padding: 8px 0;
}
.HomeIndustry .bg1{
  padding-top: 125px;
}

}
/*结束*/

.tophz{
  width: 90%;margin: 0 auto;
}
.content_box .more{
  margin-top: 0;
}


.xzwz{
  padding: 50px 0;
}
.xzwz1{
  font-size: 24px;
  font-weight: bold;text-align: center;line-height: 2;
}
.xzwz2{
  font-size: 16px;line-height: 2;
}


#app1{
  position: relative;
  top: -105px;
}
#app2{
  position: relative;
  top: -105px;
}
#app3{
  position: relative;
  top: -105px;
}