@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: #0c337f !important;
  color: #0c337f;
}

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

.pagination li a:hover {
  background-color: #fff;
  border-color: #0c337f !important;
  color: #0c337f !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: #0c337f !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: #0c337f;
}

.c {
  color: #0c337f;
}

.bg2 {
  background: #0c337f;
}

.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: #0c337f;
}
.er-ul>li a{
  font-size: 16px;
}

.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: #0c337f;
}

.searchbox {
  border-color: #0c337f;
}

@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: #0c337f;
}

.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: #0c337f;
  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: 1920px) {
    
    .i-part4 .layout .tab a.item h3 {
    font-size: 18px!important;
    line-height: 24px!important;
}
    .xz-pret {
            height: 80vh!important;
    }
}

@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;
}
header .container .nav>ul>li {
    padding: 0 10px!important;
}
header .container .nav>ul>li>a {
    font-size: 16px!important;
}
.er-ul>li a {
    font-size: 14px;
}
}

@media (max-width: 1440px) {

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

  body {
    --con_left: 8rem;
  }

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

@media (max-width: 1366px) {

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


@media (max-width: 1280px) {

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


@media (max-width: 990px) {

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

  body {
    --con_left: 15px;
  }

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

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

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

header.active {
  animation: sticky 0.65s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 80px;height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
}

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: #0c337f;
}

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: 20px;
  color: #fff;
      letter-spacing: 2px;
  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: #0c337f;
}

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: #0c337f;
}

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: #0c337f;
}

header.active .right .lanuage a,
header:hover .right .lanuage a,
.show_pro_header header .right .lanuage a {
  color: #0c337f;
}

.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: #0c337f;
}

.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: #83c4e3;
  height: 95%;
  width: 5.75rem;
  z-index: -1;
}

.title {
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 2.7rem;
  line-height: 3.75rem;
  color: #000000;
}

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

.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: #4aa8d6;
}

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

.swiper-pagination-bullet-active {
  background: #4aa8d6;
}

.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: #4aa8d6;
}

.rightfix li:hover .iconfont {
  background: #0c337f;
  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: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nyban .hover .p1 {
  font-weight: 600;
  font-size: 2.7rem;
  letter-spacing: 8px;
  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: #0c337f;
}

.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: #0c337f;
}

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

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

.nyerji ul li:hover a {
  color: #0c337f;
}

.nyerji ul li a {
  font-size: 18px;
  color: #000000;
}

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

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

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

.nyerji_about.nyerji {
  position: sticky;
  top: 80px;
  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 #0c337f;
  border-radius: 3.125rem;
  font-size: 1rem;
  color: #0c337f;
  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: #0c337f;
  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: #4aa8d6;
  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: #4aa8d6;
  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: #4aa8d6;
  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;
}

footer {
  background: #192D41;
  padding: 4rem 0 0;
}

footer .pr0 {
  padding-right: 0;
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-align: center;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
}

footer .left {
  width: 67%;
}

footer .left ul {
  display: flex;
  margin: 0 -0.9375rem 0 -1.875rem;
  justify-content: space-between;
}

footer .left ul li {
  padding: 0 0.9375rem 0 1.875rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .left ul li:first-child {
  border-left: none;
}

footer .left ul li a.text:hover,
footer .left ul li .name:hover {
  color: #0c337f;
}

footer .right {
  width: 33%;
  padding-left: 3.75rem;
}

footer .right .fenxiang_flex {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1.5625rem;
}

footer .right .fenxiang_flex .social-share li {
  border-color: rgba(255, 255, 255, 0.2);
}

footer .right .fenxiang_flex .social-share li a {
  color: rgba(255, 255, 255, 0.2) !important;
}

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

footer .right .ul {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

footer .right .ul .name1 {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

footer .right .ul2 li {
  margin-bottom: 0.625rem;
}

footer .right .ul2 li:last-child {
  margin-bottom: 0;
}

footer .right .li .clearfix {
  display: flex;
  align-items: center;
}

footer .right .li .clearfix .icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

footer .right .li .clearfix .icon .iconfont {
  display: block;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}

footer .right .li .clearfix div:nth-child(2) {
  width: calc(100% - 2.5rem);
  padding-left: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
}

footer .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}

footer .text {
  font-size: 1rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.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: #0c337f;
}

.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: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  background: #4aa8d6;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.more_2 .iconfont {
  font-size: 1.7rem;
  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: #ffa300;
  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: #4aa8d6;
}

.suqer_pro.swiper-slide:hover .more_2::before {
  background: #4aa8d6;
  color: #0c337f;
  transform: scale(1);
  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: #0c337f;
  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: #0c337f;
  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: #0c337f;
  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: 500;
  font-size: 1.8rem;
  line-height: 3.125rem;
  color: #000000;
}

.suqer_pro .name.c {
  color: #0c337f;
}

.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(74, 168, 214,0.2);
  
  color: transparent;
}

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

.suqer_pro .more_2 .iconfont {
  color: #4aa8d6;
}
.suqer_pro.swiper-slide:hover .more_2 .iconfont{
  color: #0c337f;
}

.suqer_pro .more_2::before {
  background: #0c337f;
}

.suqer_pro .more_2:hover {
  background: #0c337f;
}

.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: #4aa8d6;
}

.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: #4aa8d6;
}

.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: #0c337f;
  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: #ffa300;
  -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: #0c337f;
  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: #0c337f;
}

.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: #0c337f;
  -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(74, 168, 214, 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: #0c337f;
}

.nyerji.nyerji_pro {
  background: #fff;
}

.nyerji.nyerji_pro .left {
  font-weight: 600;
  font-size: 1.15rem;
  color: #000000;
  width: 45%;
}

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

.nyerji.nyerji_pro .right a {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.6rem;
  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: #0c337f;
}

.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: #0c337f;
}

.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: #0c337f;
}

.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: #83c4e3;
  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: #0c337f;
}

.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: #0c337f;
  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: #0c337f;
  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: #0c337f !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: #0c337f;
}

.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: #0c337f;
  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: #0c337f;
  z-index: 9;
}

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

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

.hover_bian div:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.125rem;
  height: 0;
  background: #0c337f;
  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: #0c337f;
}

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

.list_download .ul li:hover .download_more {
  color: #fff;
  border-color: #0c337f;
}

.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: #0c337f;
}

.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: #0c337f;
  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: #0c337f;
}

.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: #4aa8d6;*/

  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:hover div{
  background: #4aa8d6;
}

.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: #ffa300;
}

.list_about_two ul {
  display: flex;
}

.list_about_two ul li {
  width: 33.3%;
}

.list_about_two ul li {
  padding: 10.9375rem 4rem;
  position: relative;
  z-index: 4;
}

.list_about_two ul li .hover_bian>div {
  background: #fff !important;
}

.list_about_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(74, 168, 214, 0.84);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0);
  z-index: -1;
}

.list_about_two ul li:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.list_about_two ul li>.pr {
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.list_about_two ul li .icon {
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 7.875rem;
  margin: 0 auto;
}

.list_about_two ul li .icon img {
  height: 4rem;
  width: 4rem;
}

.list_about_two ul li .name {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #FFFFFF;
 letter-spacing: 0.5rem;
  margin: 1.5rem 0 1.5rem;
}

.list_about_two ul li .text {
  text-align: justify;
  color: #FFFFFF;
  text-align-last: center;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}

.list_about_three {
  padding-bottom: 11.875rem;
}

.list_about_three .year {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_three .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.4375rem;
  text-align: justify;
  color: #FFFFFF;
}

.list_about_three .jiantou {
  margin-top: 0.625rem;
}

.list_about_three .pr.mt70::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.5625rem);
  left: -3.375rem;
  width: calc(100% + 6.75rem);
  border: 1px dashed #FFFFFF;
}

.list_about_three .swiper-slide {
  height: 15rem;
}

.list_about_three .swiper-slide:nth-child(odd) {
  margin-top: 15rem;
  padding-top: 4.0625rem;
  padding-left: 1.875rem;
}

.list_about_three .swiper-slide:nth-child(even) {
  padding-left: 1.875rem;
}

.list_about_three .swiper-slide:nth-child(even)::before {
  top: auto;
  bottom: -1.125rem;
}

.list_about_three .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #FFFFFF;
  border-radius: 50%;
}

.list_about_three .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5625rem;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
}

.list_about_three .swiper-button-next {
  right: -6.875rem;
}

.list_about_three .swiper-button-prev {
  left: -6.875rem;
}

.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: #4aa8d6;
}

.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: 100%;
}

.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: #4aa8d6;
  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;z-index: 99;
}
.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%;
}


@-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: 19px;
  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: #0c337f;border-radius: 3px;display: block;

}
.gym:hover{
  background: #fff;color: #0c337f;
}
.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: #0c337f;
    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: #0c337f;
    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: #0c337f;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: 20px;line-height: 24px;width: 184px;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%;
}
}




/* 底部 */
footer{width: 100%;background: #F9F9F9; position: relative;z-index: 2;}
footer .col-top{padding:2.5vw 0 5.24vw 0;display: flex;justify-content: space-between;position: relative;}
footer .col-top .col-l{color: #fff;position: relative;}
footer .col-top .col-l img{display: block;margin-bottom: 2.7vw;width: auto;}
footer .col-top .col-l .f-tel{font-family:"微软雅黑","Gothic-Bold";font-size: 34px;line-height: 40px; margin-bottom: 4px;color: #4aa8d6; }
footer .col-top .col-l .f-time{font-size: 14px;margin-bottom: 2.24vw;line-height: 20px;color: #000000;}
footer .col-top .col-l .f-link{width: 206px;position: relative;height: 45px;border-radius: 22px;margin-bottom: 4.68vw;background-color: rgba(255,255,255,0.35);}
footer .col-top .col-l .f-link span{color: #fff;font-size: 14px;display: block;height: 44px;line-height: 44px;position: relative;padding:0 26px;cursor: pointer;background-color: #0c337f;border-radius: 22px;}
footer .col-top .col-l .f-link span::after{content: '';display: block;width: 9px;height: 6px;background-image: url(../images/f_down.png);position: absolute;right:26px;top:50%;transform: translateY(-50%);}
footer .col-top .col-l .f-link .xl{position: absolute;width: calc(100% - 50px);display: none;left:25px;}
footer .col-top .col-l .f-link .xl a{background-color: #fff;color: #fff;display: block;height: 40px;text-align: center;line-height: 40px;color: #333;transition: all .3s;position: relative;}
footer .col-top .col-l .f-link .xl a::before{content: '';display: block;width: 80%;height: 1px;background-color: #F0F0F0;position: absolute;left:10%;bottom:0;}
footer .col-top .col-l .f-link .xl a:hover{color: #fff;background-color: #002972;;}
footer .col-top .col-l .f-link .xl a:hover::before{display: none;}
footer .col-top .col-l .f-link .xl a:last-child::before{display: none;}
footer .col-top .col-l .p_link{display: flex;align-items: center;}
footer .col-top .col-l .p_link a{display: block;margin-right: 0.82vw;width:4.68vw;height: 1.2vw;display: flex;align-items: center; justify-content: center;}
footer .col-top .col-l .p_link a img{max-width: 100%;max-height: 100%;margin-bottom: 0;filter:brightness(0);opacity: 50%;transition: all 0.5s;}
footer .col-top .col-l .p_link a:hover img{filter: initial;opacity: 1;}
footer .col-top .col-l .f-fx{display: flex;}
footer .col-top .col-l .f-fx a{display: block;margin-right: 25px;}
footer .col-top .col-r{display: flex;width: 58.6vw;justify-content: space-between;padding-top: 1.1vw;}
footer .col-top .col-r dl{}
footer .col-top .col-r dt a{color: #333333;font-size: 18px;display: block;margin-bottom: 38px;font-family:"微软雅黑",hb;}
footer .col-top .col-r dd a{display: block;color: #666666;transition: all .3s;margin-bottom: 1.2vw;font-size: 16px;line-height: 20px;font-family:"微软雅黑",hl; }
footer .col-top .col-r dd a:last-child{margin-bottom: 0;}
footer .col-top .col-r dd a:hover{color: #0c337f;font-family:"微软雅黑",hb;}
footer .col-bottom{border-top: 1px solid rgba(255,255,255,0.17);background-color: #333333;}
footer .col-bottom .layout{display: flex;justify-content: space-between;align-items: center;  padding:1vw 0;color: #fff;font-size: 12px;}
footer .col-bottom .layout a{color: #fff;}
footer .col-bottom .layout a img{margin-left: 1.35vw;}
footer .col-bottom .layout .col-l{display: flex;}
footer .col-bottom .layout .col-l p{margin-left: 30px;display: flex;}
footer .col-bottom .layout .col-l a{position: relative;display: block;padding-right: 26px;}
footer .col-bottom .layout .col-l a::after{content: '';display: block;width: 1px;height: 12px;background-color: #fff;position: absolute;right:13px;top:4px;}
footer .col-bottom .layout .col-l a:nth-child(4)::after{display: none;}
footer .col-bottom .layout .col-l p a{padding-right: 0;margin-left: 12px;}
footer .col-bottom .layout .col-l p a::after{display: none;}

footer .col-top .f-ewm{text-align: center;width: 131px;position: absolute;right:0;bottom:74px;}
footer .col-top .f-ewm .f-tel{display: none;}
footer .col-top .f-ewm img{display: block;width: 131px;}
footer .col-top .f-ewm p{color: #000000;font-size: 14px;margin-top: 0.51vw;line-height: 20px;}

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

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


@media (max-width:1560px) {
  footer .col-top .col-r dt a{font-size: 16px;margin-bottom: 28px;}
  footer .col-top .col-r dd a{font-size: 12px;line-height: 15px;}
  footer .col-top .f-ewm{width: 100px;}
  footer .col-top .f-ewm img{width: 100px;}
  footer .col-top .col-l .f-tel{font-size: 24px;line-height: 30px;}
  footer .col-top .col-l .f-link{width: 150px;height: 36px;}
  footer .col-top .col-l .f-link span{height: 36px;line-height: 36px;}
  .fp-auto-height{
  min-height: 40vh;
}
}
@media (max-width:1024px) {
  .fp-auto-height{
  min-height: 0;
}
footer .col-bottom .layout .col-l>a{display: none;}
  footer .col-bottom .layout{display: block;width:100%;display:flex;justify-content:center;}
  footer .col-bottom .layout .col-l p{margin-left: 0; display: block;text-align: center;}
  footer .col-bottom .layout .col-r{display: flex;justify-content: center;}
  footer .col-top .col-l img{width: 120px;}
  footer .col-top .f-ewm{bottom: auto;top: 30px;}
  footer .col-top .col-l .p_link{flex-wrap: wrap;}
  footer .col-top .col-l .p_link a{width: 33.33%;height: 20px;display: flex;align-items: center;justify-content: center;margin-right:0 ;margin-bottom: 12px;}
  footer .col-top .col-l .p_link a img{max-width: 80%;max-height: 100%;filter: initial;
    opacity: 1;}
  footer .col-top{padding: 10px 0 33px 0;width:100%;display:block;}
  footer .col-top .col-l{display: none;}
  footer .col-bottom .layout .col-r{display: block;}
  footer .col-top .f-ewm .f-tel{display: block;}
  footer .col-top .col-l .f-time{margin-bottom: 20px;}
  footer .col-top .col-l .f-link{margin-bottom: 20px;}
  
  footer{background-color: #F9FAFF;}
  footer .col-top .f-ewm{position: static;width:100%;text-align:center;}
  footer .col-top .f-ewm .f-tel{font-size: 30px;line-height: 46px;margin-bottom: 15px;color:#0426A1;font-family:"微软雅黑",Gothic-Bold;}
  footer .col-top .f-ewm img{width: 105px;margin:0 auto;display: block;margin-bottom: 6px;}
  footer .col-bottom .layout .col-r{display: none;}
  footer .col-top .col-r{width: 100%;display: block;padding-bottom:40px;padding-top:0;}
  footer .col-bottom .layout .col-l p{color: #666666;}
  footer .col-bottom .layout .col-l>a{display: inline-block;padding-right:0;margin:0 3px;color:#666666;margin-bottom:10px;}
  footer .col-bottom .layout .col-l{display: block;text-align:center;}
  footer .col-bottom .layout .col-l a::after{display:none;}
  footer .col-bottom .layout .col-l a{color: #666666;display:inline-block;margin-left:0;}
  footer .col-bottom{background: url(../images/mf_solid.png)no-repeat center top;background-size:100% auto;padding:18px 0 26px 0;font-size:12px;line-height:16px;}
  footer .col-top .col-r dl{margin: 0 18px;width:calc(100% - 36px);border-bottom:1px solid #E4E4E4;}
  footer .col-top .col-r dt{font-size:14px;line-height:20px;padding:24px 50px 20px 0;background:url(../images/mf_add.png)no-repeat right center;background-size:10px 10px;}
  footer .col-top .col-r dt.on{background-image:url(../images/mf_jian.png);}
  footer .col-top .col-r dd{display:none;padding-bottom:30px;line-height:1.5;padding-left:15px;}
  footer .col-top .col-r dt a{margin-bottom: 0;}
}




@media (min-width:1025px) {
  #sylb footer{
      position: absolute;
  bottom: 0}
}




.pagelist{text-align: center;padding: 30px 0 ;display: block;margin: 0 auto}
.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: #0c337f;
  color: #fff;
}
.pagelist .active a{
background: #0c337f;
  color: #fff;
}
.pagelist .thisclass {
background: #00AFFF;
  color: #fff;
}
.pagelist  select{
      width: 52px!important;
    height: 27px;
    display: block;
    text-align: center;
}



/*底部电话*/

.dbrgh {
  width: 100%;
/*  padding: 0 2rem 0 1.875rem;*/
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center;
/*  background: #004691;*/
}

.dbrgh>div {
/*  padding-bottom: 3rem;*/
}

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

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

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

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

.dbrgh .ul>li ul li div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
/*  background: #0c337f;*/
background: none;
  text-align: center;
}

.dbrgh .ul>li ul li div .iconfont {
  font-size: 1.25rem;
  color: #333;
  display: block;
}

.dbrgh .ul>li ul li p {
  padding-left: 0.625rem;
  width: calc(100% - 2.5rem);
}
.dbrgh .ul>li ul li:hover div {
  background: #0c337f;
}
.dbrgh .ul>li ul li:hover div .iconfont{
  color: #fff;
}
.qlk a{
  margin-right: 50px;
}
.qlk a.on{
  color: #0c337f;
}


/*关于内页*/
@media (max-width: 1600px){
	.list_about_two,.list_about_three,.list_about_four,.list_about_five,.list_about_six{
		padding: 100px 0;
	}
}
@media (max-width: 1000px){
	.list_about_two,.list_about_three,.list_about_four,.list_about_five,.list_about_six{
		padding: 50px 0;
	}
	#abfp{
		padding-top: 150px;
	}
}

/*导航修改*/
@media (max-width: 1000px){
body .cpzlm ul li{
  flex:inherit;width: 50%;
}
body .cpzlm ul{
  flex-wrap: wrap;
  padding: 5px 0;justify-content: flex-start;
}
body .cpzlm ul li a{
  padding: 5px 0;
}
}




/*产品下拉*/
.dropdown-child {
    position: fixed;
    left: 0px;
    top: 80px;
    width: 100%;
    background: rgba(249, 250, 251, 1);
    min-height: 400px;
    animation: fadeIn .3s linear forwards;
    padding-top: 34px;
    padding-bottom: 20px;
    display: none;
     -webkit-box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
    box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
  /*backdrop-filter: blur(20px);*/
}
.dropdown-child *{
  line-height: normal;
}
.dropdown-child .container .row {
  display: initial;
    width: 100%;
}

.dropdown-child .container #product-list-main .arrange-1 {
  padding-bottom: 8px;
  position: relative;
}

.dropdown-child .container #product-list-main .arrange-1::after {
  content: "";
  background-image: url('../images/line_1.png');
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.dropdown-child .container #product-list-main .arrange-1 ul {
  display: flex;
  flex-direction: row;
}

.dropdown-child .container #product-list-main .arrange-1 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}


.dropdown-child .container #product-list-main .arrange-1 ul li div:first-child img {
  width: 70px;
  height: 43px;
  background: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.41);
  border-radius: 3.5px;
}

.dropdown-child .container #product-list-main .arrange-1 ul li p {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(44, 44, 44, 1);
  margin-left: 50px;
  cursor: pointer;
  margin-bottom: 0.8rem;
}

.dropdown-child .container #product-list-main .arrange-1 ul li:first-child p {
  margin-left: 0px !important;
}

.dropdown-child .container #product-list-main .arrange-1 ul li p a {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(44, 44, 44, 1);
  cursor: pointer;
}

.dropdown-child .container #product-list-main .arrange-1 ul li p:hover {
  color: #E20023;
  border-bottom: 2px solid #E20023;
}

.dropdown-child .container #product-list-main .arrange-1 ul li p a:hover {
  color: #E20023;
}

.dropdown-child .container #product-list-main .arrange-1 ul li div:last-child {
  width: 30px;
  margin-left: 6px;
}

.dropdown-child .container #product-list-main .arrange-bottom {
  display: flex;
  flex-direction: row;
  position: relative;
}

.dropdown-child .container #product-list-main .arrange-bottom .arrange-imgs ul {
  display: flex;
  flex-direction: column;
  margin-top: 24.5px;
}

.dropdown-child .container #product-list-main .arrange-bottom.hideImg .arrange-imgs ul {
  flex-direction: row !important;
}

.dropdown-child .container #product-list-main .arrange-bottom .arrange-imgs li {
  margin-left: 52px;
  margin-top: 10px;
}

/* .dropdown-child .container #product-list-main .arrange-bottom.have-max .arrange-imgs li:first-child {
  display: none;
}

.dropdown-child .container #product-list-main .arrange-bottom.have-max .arrange-imgs li:nth-child(2) {
  margin-left: 42px !important;
} */



.dropdown-child .container #product-list-main .arrange-bottom .arrange-imgs img {
  width: 111.6px;
  border-radius: 10px;
}


.dropdown-child .container #product-list-main .arrange-bottom .arrange-sub-menu::after {
  content: "";
  background-image: url('../images/line.png');
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 26px;
}

.dropdown-child .container #product-list-main .arrange-bottom .arrange-sub-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.dropdown-child .container #product-list-main .arrange-2 {
}


.dropdown-child .container #product-list-main .arrange-2 ul {
  display: flex;
  flex-direction: column;
}

.dropdown-child .container #product-list-main .arrange-2 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.dropdown-child .container #product-list-main .arrange-2 ul li:last-child {
  margin-bottom: 0px;
}


.dropdown-child .container #product-list-main .arrange-2 ul li p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.dropdown-child .container #product-list-main .arrange-2 ul li p a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(91, 91, 91, 1);
  cursor: pointer;
}

.dropdown-child .container #product-list-main .arrange-2 ul li p:hover {
  color: #E20023;
}

.dropdown-child .container #product-list-main .arrange-2 ul li p:hover a {
  color: #E20023;
  border-bottom: 1.5px solid #E20023;
}

.dropdown-child .container #product-list-main .arrange-2 ul li div.zbjt {
  width: 30px;
  margin-left: 6px;
}

.dropdown-child .container #product-list-main .arrange-2 {
  margin-top: 28.5px;
}

.dropdown-child .container #product-list-main .arrange-3 {
  /*margin-top: 15.5px;*/
  margin-left: 30px;
}

.dropdown-child .container #product-list-main .arrange-3 {
  display: flex;
  flex-direction: row;
}

.dropdown-child .container #product-list-main .arrange-3 ul {
  display: flex;
  flex-direction: column;
}

.dropdown-child .container #product-list-main .arrange-3 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.dropdown-child .container #product-list-main .arrange-3 ul li:last-child {
  margin-bottom: 0px;
}


.dropdown-child .container #product-list-main .arrange-3 ul li p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 20px;
  cursor: pointer;
}

.dropdown-child .container #product-list-main .arrange-3 ul li p a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color:rgba(91, 91, 91, 1);
  cursor: pointer;
}

.dropdown-child .container #product-list-main .arrange-3 ul li p:hover {
  color: #E20023;
}

.dropdown-child .container #product-list-main .arrange-3 ul li p:hover a {
  color: #E20023;
  border-bottom: 2px solid #E20023;
}

.dropdown-child .container #product-list-main .arrange-3 ul li div:last-child {
  width: 6.5px;
  margin-left: 6px;
}

.dropdown-child .container #product-list-main .arrange-1 ul li.active>p,
.dropdown-child .container #product-list-main .arrange-2 ul li.active>p>a,
.dropdown-child .container #product-list-main .arrange-3 ul li.active>p>a {
  color: #E20023;
  border-bottom: 2px solid #E20023;
}

.dropdown-child .container #product-list-main .arrange-1 ul li.active p a {
  color: #E20023;
}

/* Header 菜单栏调整 start */
.dropdown-child .container #product-list-main .arrange-bottom .arrange-imgs {
  display: none;
}



.dropdown-child .container {
  width: 1200px;
}

.dropdown-child {
  min-height: 474px;
}

.dropdown-child .container #product-list-main .arrange-1 {
    padding-bottom: 0px;
}

.dropdown-child .container #product-list-main .arrange-1::after {
  display: none;
}

.dropdown-child .container #product-list-main .arrange-1 ul li {
  margin-bottom: 2px;
}

.dropdown-child .container #product-list-main .arrange-bottom .arrange-sub-menu {
    padding-right: 0px;
}

.dropdown-child .container #product-list-main .arrange-2 {
  margin-top: 12px;
}

.dropdown-child .container #product-list-main .arrange-bottom .arrange-sub-menu::after {
  display: none;
}
.dropdown-child .container #product-list-main .arrange-3{
  display: none;
}
.arrange-3{
  position: absolute;width: 600px;        left: 100px;
    top: 15px;
}
.dropdown-child .container #product-list-main .arrange-2 ul li{
  /*position: relative;*/
}

.ejhz{
  display: none;
}
.ejhz.on{
  display: block;
}

.nav li:hover .dropdown-child{
  display: block;
}


/*产品列表修改*/
.slice.page-3 {
    border-top: 0.03rem solid #F1F3F6;
}

.slice.page-3 .tab-title .container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.slice.page-3 .tab-title .container .menu-ul-main {
  overflow-x: auto;
  position: relative;
  width: 100%;
  white-space: nowrap;
}

.slice.page-3 .tab-title .container .menu-ul-main::-webkit-scrollbar {
  display: none;
}

.slice.page-3 .tab-title .container .lr-btn div {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.slice.page-3 .tab-title .container .lr-btn.next {
  position: absolute;
  right: 0px;
  top: -17%;
  height: 117%;
  width: 37px;
  background: #F9FAFB;
  box-shadow: -20px 7px 20px 0px rgba(0,0,0,0.09);
  
  z-index: 9;
  cursor: pointer;
  display: none;
}

.slice.page-3 .tab-title .container .lr-btn.next img {
  width: 14px;
  transform: rotate(90deg);
}


.slice.page-3 .tab-title .container .lr-btn.prex {
  position: absolute;
  left: 0px;
  top: -17%;
  height: 117%;
  width: 37px;
  background: #F9FAFB;
  box-shadow: 20px 7px 20px 0px rgba(0,0,0,0.09);
  z-index: 9;
  cursor: pointer;
  display: none;
}

.slice.page-3 .tab-title .container .lr-btn.prex img {
  width: 14px;
  transform: rotate(-90deg);
}


.slice.page-3 .tab-title {
    background: #F9FAFB;
    box-shadow: 0px -1px 0px 0px rgba(220,221,230,0.8);
    padding-top: 110px;
}

.slice.page-3 .tab-title .container ul{
    height: 100%;
    position: relative;
  width:max-content;
  margin: 0 auto;
}

.slice.page-3 .tab-title .container ul .line {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 100px;
    height: 0.125rem;
    background: #E20023;
  opacity: 0;
    transition: left 0.4s ease-out;
    display: none;
}



.slice.page-3 .tab-title .container ul li {
    list-style: none;
    font-size: 1.25rem;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  display: inline-block;
  padding: 0 2rem;
}

.slice.page-3 .tab-title .container ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slice.page-3 .tab-title .container ul li a:first-child{
}

.slice.page-3 .tab-title .container ul li:hover p{
    color: #E20023;
}

.slice.page-3 .tab-title .container ul li a > img {
    height: 4.4rem;
    margin-bottom: 1rem;
}

.slice.page-3 .tab-title .container ul li a p {
    font-size: 14px;
    font-family: PingFang SC;
  font-weight: normal;
    color: #333;
    padding-bottom: 2.315rem;
}



.slice.page-3 .tab-title .container ul:hover .line{
    display: block;
}


.slice.page-3 .tab-title .container ul li.active p {
    color: #E20023;
}

.slice.page-3 .tab-title .container ul li.active:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 67%;
  margin-left: 17%;
    height: 0.125rem;
    background: #E20023;
    transition: left 0.4s ease-out;
}

.slice.page-4 {
  background: linear-gradient(to top,  rgba(245, 247, 250, 1) 90%,rgba(220, 221, 230, 0.5) );
}


.slice.page-4 .row {
    padding-top: 2.095rem;
}

.slice.page-4 .row .header {
    text-align: center;
    margin: 0 auto;
  padding-bottom: 1.65rem;
}

.slice.page-4 .row .header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    position: relative;
}


.slice.page-4 .row .header ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;

    font-size: 13px;
    font-family: PingFang SC;
    color: #666666;
    margin: 0px 1rem;

    padding-bottom: 0.47rem;
}

.slice.page-4 .row .header ul li:hover:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0.125rem;
    background: #E20023;
    transition: left 0.4s ease-out;
}

.slice.page-4 .row .header ul li:hover {
    color: #E20023;
}




.slice.page-4 .row .header ul li.active {
    color: #E20023;
}

.slice.page-4 .row .header ul li.active:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0.125rem;
    background: #E20023;
    transition: left 0.4s ease-out;
}



.slice.page-4 .row .product-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 3.3rem;
    width: 100%;
    margin-top: -0.5rem;
    animation: fadeInShow .4s linear forwards;
}

.slice.page-4 .row .product-list .col-com {
    padding: 0px !important;
    width: calc(33% - 1.625rem);
    background: #FFFFFF;
    height: 34.22rem;
    cursor: pointer;
    margin-bottom: 2.8rem;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  border-radius: 0.8rem;
}

.slice.page-4 .row .product-list .col-com:hover {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04)
}

.slice.page-4 .row .product-list .col-com a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
} 

.slice.page-4 .row .product-list .col-com a > img {
    width: 16.5rem;
    margin-top: 3rem;
}

.slice.page-4 .row .product-list .col-com a .title {
    font-size: 1.1rem;
    font-family: PingFang SC;
  text-align: center;
    font-weight: 500;
  padding: 0 3rem;
    color: #000000;
    margin-top: 3rem;
    margin-bottom: 0.8rem;line-height: 1.5;letter-spacing: 0;
}

.slice.page-4 .row .product-list .col-com a .content {
    font-size: 0.9rem;
    font-family: PingFang SC;
    color: #666666;
    text-align: center;
    padding: 0 15%;
    line-height: 1.5rem;
}

.slice.page-4 .row .product-list .col-com a .a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.9rem;
    font-family: PingFang SC;
    color: #000000;
    margin-top: 1rem;
}

.slice.page-4 .row .product-list .col-com a .a > img {
    width: 12px;
    margin-left: 2px;
}


@keyframes  fadeInShow {
    0% {
        opacity: 0;
        top: 200px;
    }

    100% {
        opacity: 1;
        top: 7rem;
    }
}


@media (min-width: 992px) {
  .page-3 .container {
    max-width: 100% !important;
  }
}

@media (min-width: 300px) and (max-width: 992px) {
  
  .container {
    max-width: initial !important;
  }
  
  .navbar {
    box-shadow: 0rem 0rem 1.5rem 0rem rgba(154,158,172,0.17);
  }
  
  .navbar .navbar-nav:hover .line {
    display: none !important;
  }
  
  .slice.page-2 {
    padding-top: 1rem !important;
  }
  
  .slice.page-2 .container .row .col-50 {
    width: 100% !important;
    margin: 0px !important;
    padding: 2rem !important;
    height: auto !important; 
  }
  
  .slice.page-2 .container .row .col {
    width: 50% !important;
    margin: 0px !important;
    margin-bottom: 1rem !important;
    height: auto !important;
    
  }
  
  .slice.page-2 .container .row .col-50 a p:first-child {
    font-size: 2.0rem !important;
    margin-top: 1rem !important;
  }
  
  .slice.page-2 .container .row .col a > img {
    margin-top: 0px !important;
    width: 10rem !important;
  }
  
  .slice.page-2 .container .row .col a .title {
    margin-top: 0px !important;
    font-size: 1.1rem !important;


  }
  
  .slice.page-2 .container .row .col a .a {
    margin-bottom: 2rem !important;
  }
  
  .slice.page-2 .container .row {
    margin-bottom: 0rem !important;
  }
  
  .slice.page-3 {
    width: 100%!important;
    overflow-x: auto !important;
    background-color: #ffffff;
  }
  .slice.page-3::-webkit-scrollbar{display:none}
  
  
  .slice.page-3 .tab-title {
    padding-top: 20px !important;
  }
  
  .slice.page-3 .tab-title .container ul {
    height: auto !important;
    position: relative !important;
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
    display: initial !important;
  
  }
  
  .slice.page-3 .tab-title .container{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      height: 100%;
      position: relative;
  }
  .slice.page-3 .tab-title .container ul::-webkit-scrollbar{display:none}
  
  .slice.page-3 .tab-title .container ul li {
    height: auto !important;
    display: inline-block !important; 
    text-align: center!important;
    padding: 0!important;
    margin: 0 0.8rem!important;
  }
  .slice.page-3 .tab-title .container ul li > img {
    height: 2rem !important;
  }
  .slice.page-3 .tab-title .container ul li a > img {
    height: 3.7rem !important;
    margin-bottom: 0.2rem !important;
}
  
  .slice.page-3 .tab-title .container ul li p {
    font-size: 14px !important;
    padding-bottom: 1.5rem !important;
  }
  .slice.page-3 .tab-title .container ul li.active:after {
      margin-left: 0%!important;
    }
  
  .slice.page-4 .row .header {
    max-width: 100% !important;
    padding-bottom: 2.165rem !important;
    margin-top: -0.5rem !important;
  }
  
  .slice.page-4 .row .header ul {
    position: relative !important;
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .slice.page-4 .row .header ul::-webkit-scrollbar{display:none}
  
  
  .slice.page-4 .row .header ul li {
    font-size: 13px;
  }
  
  .slice.page-4 .row .header ul li {
    margin: 0 0.8rem !important;
  }
  
  .slice.page-4 .row .product-list {
    flex-direction: column !important;
    margin-top: -1.1rem !important;
    margin-bottom: 0!important;
  }
  
  .slice.page-4 .row .product-list .col-com {
    width: 90% !important;
    height: auto !important;
    margin-left: auto !important;margin-right: auto !important;
    margin-bottom: 1.05rem !important;
    padding: 20px 0!important;  
  }
  .slice.page-4 .row .product-list .col-com a .title{
    font-size: 16px;
  }
  
  .slice.page-4 .row .product-list .col-com a {
    padding-bottom: 2rem !important;
    
  }
  
  .slice.page-4 .row .product-list .col-com a > img {
    margin-top: 1rem !important;
    width: 10rem !important;
  }
  
  .mobile-link .sub-nav-item a {
    color: #0B0B0B !important;
  }
  
  .slice.page-3 .tab-title .container ul li.active:after {
    width: 100% !important;
  }
  
  .slice.page-3 .tab-title .container .lr-btn.next {
    width: 25px !important;
  }
  
  .slice.page-3 .tab-title .container .lr-btn.prex {
    width: 25px !important;
  }
  
}