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

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

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

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  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);
  }
  .container .tables p img{
      display: block;
    margin: 0px auto;
  }
}

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: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: none;
}

.nyban .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #FFFFFF;
}

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

.bread {
  position: absolute;
  bottom: 2.5rem;
  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.125rem;
  color: #000000;
}

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

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

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

.nyerji_about.nyerji {
  position: sticky;
  top: 6.3125rem;
  left: 0;
  z-index: 99;
}

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

.p_top {
  position: absolute;
  top: calc(-6rem - 5.625rem);
}

.p_top_about {
  position: absolute;
  top: calc(-6rem - 5.625rem);
}

.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: 3.125rem 0 5rem;
  z-index: 2;
}

.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: 3rem;
  line-height: 3.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 .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;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;
}
}


/*招聘模块*/
.jobd{height: auto;overflow: hidden;background: url(../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 ;
}
}

/*合作伙伴*/
/*合作*/
.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: 234px;
    margin: 0 auto;
}
.index_hezuo_head .t1{
    font-weight: bold;
    font-size:48px;
    color:#292929;
    margin: 10px 0;
}
.index_hezuo_head .t2{
    text-transform: uppercase;
    font-size:18px;
    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;
}

/*产品图集*/
.gd1{
  border:10px solid rgb(196 196 196 / 20%);box-sizing: border-box;
}
.gd2{
  margin-top: 10px!important;
      position: absolute;
    left: 50%;transform: translate(-50%, 0);
    bottom: 40px;
    width: 80%;
}

.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-start;
    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: 1;
    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: 86px;
}
.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%;
    }
}

/*首页关于*/
#section2{background-image: url(../images/bg2.jpg);background-size:cover;}
/* 关于我们 */
#section2 .a-info{width: 70%;max-width: 750px;position: absolute;left: 15%;top: 50%;transform: translateY(-45%);transition: all 0.6s;}
#section2 .a-info h2{color: #fff;font-size: 40px;font-weight: bold;display: inline-block;width: 100%;border-bottom: 1px solid #fff;position: relative;margin: 0;padding: 5% 0;margin-bottom: 5%;}
#section2 .a-info h2::before{content: '';width: 33.333333%;position: absolute;left: 0;bottom: -4px;height: 7px;max-width: 220px;background-color: #f1b64e;}
#section2 .a-info .a-con{font-size: 16px;line-height: 35px;color: #fff;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.num-change{margin-top: 7%;}
.num-change ul li{width: 33.333333%;float: left;}
.num-change ul li .shuzi p:first-child{font-size: 16px;color: #f1b64e;}
.num-change ul li .shuzi p:first-child span{font-size: 56px;font-weight: bold;}
.num-change ul li .shuzi p:last-child{color: #fff;font-size: 14px;}

#section2 .a-r{position: relative;}
#section2 .a-r .a-switch{position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.5s;padding: 0 15px;}
#section2 .a-r .a-switch div{position: relative;height: 80px;margin: 25px 0;border-radius: 40px;overflow: hidden;transition: all 0.3s;}
#section2 .a-r .a-switch div i{border: 2px solid #fff;border-radius: 50%;object-fit: contain;display: block;float: left;width: 80px;height: 80px;border-radius: 2px solid #fff;transition: all 0.3s;}
#section2 .a-r .a-switch div i::after{content: '';width: 100%;height: 100%;background-size: 33px 33px;display: block;background-repeat: no-repeat;background-position: center;}
#section2 .a-r .a-switch div:nth-child(1) i::after{background-image: url(../images/a-ico1.png);}
#section2 .a-r .a-switch div:nth-child(2) i::after{background-image: url(../images/a-ico2.png);}
#section2 .a-r .a-switch div:nth-child(3) i::after{background-image: url(../images/a-ico3.png);}
#section2 .a-r .a-switch div a{display: block;float: left;height: 80px;line-height: 80px;color: #fff;font-size: 16px;opacity: 0;padding-right: 25px;transition: all 0.3s;}
#section2 .a-r .a-switch .active{background-color: #f1b64e;}
#section2 .a-r .a-switch .active i{border: 2px solid #f1b64e;}
#section2 .a-r .a-switch .active a{opacity: 1;}

#section2 .a-r .a-switch div:hover{background-color: #f1b64e;}
#section2 .a-r .a-switch div:hover i{border: 2px solid #f1b64e;}
#section2 .a-r .a-switch div:hover a{opacity: 1;}
.op0 {
    opacity: 0;
}
.op1 {
    opacity: 1;
}
.area {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (min-width: 0px) and (max-width:1008px){
   #section2 .a-info h2{font-size: 26px;}
    #section2 .a-info{
      top: 45%;
      width:80%;left:10%;
    }
    .a-info,.a-switch{
      opacity:1!important;
    }
    #section2 .area {
      height:100vh;
    }
  #section2 .a-r .a-switch div {
    background-color: #f1b64e;
}#section2 .a-r .a-switch div {
    width: 30%;
    margin-right: 3.333333%;
    float: left;
    height: 50px;
}#section2 .a-r .a-switch {
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
}#section2 .a-r .a-switch div i {
    height: 50px;
    width: 50px;
}#section2 .a-r .a-switch div a {
    font-size: 12px;
}#section2 .a-r .a-switch div i::after {
    height: 50%;
    background-size: contain;
    margin-top: 25%;
}#section2 .a-r .a-switch div a {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    opacity:1;padding-right:0;
}

    .num-change ul li .shuzi p:first-child span {
    font-size: 27px;
}
#section2 .a-r {
    position: absolute;
    height: auto!important;
    bottom: 15%;
}


}


/* 案例 */
.c-info{width: 100%;height: 62.5%;position: absolute;left: 0;top: 50%;transform: translateY(-45%);}
.c-info h2{color: #fff;font-size: 40px;font-weight: bold;display: inline-block;width: 100%;text-align: right;}
.c-info h2~p{font-size: 14px;color: #fff;line-height: 30px;text-align: right;margin-top: 5%;max-width: 280px;float: right;}

.c-info #case{width: 75%;}
.c-info #case img{width: 100%;height: 100%;object-fit: cover;}
.c-info .case-l,.c-info .case-r{transition:all 0.5s;}
.area .lim{width: calc(100% - 100px);margin-right: 100px;height:90%!important}

.c-info #case .swiper-slide{border-radius: 10px;position: relative;cursor: pointer;overflow: hidden;position: relative;height: 100%;}
.c-info #case .swiper-slide>img{border-radius: 10px;position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left:0}
.c-info #case .swiper-slide::after{content: '';position: absolute;width: 100%;height: 100%;background-color: rgba(197,135,28,0.8);opacity: 0;left: 0;top: 0;transition: all 0.5s;z-index: 2;}
.c-info #case .case-info{position: absolute;width: 100%;top: 50%;left: 50%;text-align: center;opacity: 0;transform: translate(-50%,0%);transition: all 0.5s;z-index: 3;}
.c-info #case .case-info img{max-width: 80%;filter: brightness(11);width: 100%;}
.c-info #case .case-info p{font-size: 24px;color: #fff;padding: 5% 0;}
.c-info #case .case-info a{display: block;width: 80px;height: 80px;border: 2px solid #fff;border-radius: 50%;line-height: 73px;margin: 20% auto 0;color: #fff;font-size: 40px;transition: all 0.3s;opacity: 0;}
.c-info #case .swiper-slide:hover .case-info{transform: translate(-50%,-50%);opacity: 1;}
.c-info #case .swiper-slide:hover .case-info a{opacity: 1;margin-top: 15%;}
.c-info #case .swiper-slide:hover::after{opacity: 1;}

.c-info #case .swiper-slide-active .case-info{transform: translate(-50%,-50%);opacity: 1;}
.c-info #case .swiper-slide-active.case-info a{opacity: 1;margin-top: 15%;}
.c-info #case .swiper-slide-active::after{opacity: 1;}

.c-info .swiper-button-prev,.c-info .swiper-button-next{color: #fff;height:38px;bottom: 0;border: 1px solid #fff;width: 58px;top: auto;transition: all 0.3s;visibility: visible!important;}
.c-info .swiper-button-prev:hover,.c-info .swiper-button-next:hover{background-color: #f1b64e;}
.c-info .swiper-button-prev{left: 15%;background:none;}
.c-info .swiper-button-next{left: calc(15% - 80px);background:none;}

.c-info .swiper-button-prev::after,.c-info .swiper-button-next::after{display: block;height: 100%;width: 100%;text-align: center;font-size: 32px;line-height: 38px;}

.c-info .swiper-button-prev::after{content: '→';display: block;}
.c-info .swiper-button-next::after{content: '←';display: block;}
#section4 {
    background-image: url(../images/bg4.jpg);background-size:cover;
}
.c-info *{
  box-sizing:border-box;
}
.c-info>div{
  float:left;
}.hd-x {
    overflow-x: hidden;
}
.c-info #case{
  overflow:visible;margin:0;
}
@media screen and (min-width: 0px) and (max-width:1008px){
  #section4 .area{
    padding:60px 15px 100px;
  }
  .c-info>div{
    opacity:1;
  }#section4 .case-l, #section5 .n-l {
    height: auto;
    padding: 0 15%;
}#section4 .case-l, #section5 .n-l {
    height: auto;
    padding-right: 15%;
}#section4 .area h2 {
    font-size: 30px; text-align:center;
}#section4 .case-l p, #section5 .n-l p {
    margin: 2% 0;
    max-width: none;
    text-align: center;
    width: 100%;
}.area .lim {
    height: 40vh;
    width: 95.5%;
    padding-right: 4.5%;margin-right:0;
}.c-info #case .case-info p {
    font-size: 18px;
}.c-info #case .case-info a {
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 30px;
}.c-info .swiper-button-prev {
    left: 50%;
    transform: translateX(10px);
}.c-info .swiper-button-prev, .c-info .swiper-button-next {
    bottom: -20px;
}.c-info .swiper-button-next {
    left: 50%;
    transform: translateX(-66px);
}
.c-info {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0%;
    transform: translateY(0);
}
.c-info:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.case-r{
  height:50vh!important;
}

}


.nyban .sjhf{
  display: none;
  }
  
@media (max-width: 1024px){
  .nyban .sjhf{
  display: block;width: 100%;
  }
  .nyban .pchf{
  display: none;
  }

}
