@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --container: 15rem;
  --container_index: 6.25rem;
  --phone_img: 25px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.bgf8 {
  background: var(--bgf8);
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

.bg {
  background: #013c76;
}

.c {
  color: #013c76;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pagination>li {
    width: 30px;
    height: 30px;
  }
}

.pagination>li.active,
.pagination>li:hover {
  background: #013c76;
  color: #fff;
}


.pager li:nth-child(2){ width:auto!important; border:none;}
.pagination>li:nth-child(2):hover{ background:none;}


.pager .page-num-current{ 
  background: #013c76;
  color: #fff;
   width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  }


.page-num {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

.pager li a:hover{background: #013c76;
  color: #fff;}

.pagination>li.active a,
.pagination>li:hover a {
  /*color: #fff;*/
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.foot-fot {
  background: #2D3333;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}

.search_more:hover {
  color: #013c76;
}

.search_more:hover::before {
  background: #013c76;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

video {
  display: block;
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  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) translateX(-50%);
  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: #013c76;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container_index {
  padding: 0 var(--container_index);
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }

  .pagination>li {
    margin: 0 3px 5px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}

.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #013c76;
}

.fenxiang.nobor .social-share li a {
  border: none;
}

.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}

.fenxiang .social-share li:hover a {
  border-color: #013c76;
  color: #fff;
  background: #013c76;
}

.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}

.serbtn {
  background: #013c76;
}

.searchbox {
  border-color: #013c76;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }

  body {
    --container_index: 15px !important;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #013c76;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  padding: 1rem;
  border: 1px solid #f2f2f2;
  background: #f5f5f5;
}

.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-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #013c76;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }

  body {
    --container_index: 3rem;
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}

.phone.white {
  background: #fff;
}

.phone.white .left img {
  filter: brightness(0);
}

@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  text-align: left;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: var(--phone_img);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #013c76;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #013c76;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: var(--phone_img);
  filter: brightness(0) invert(1);
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #a7a7a7;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.sjj_nav .bot>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #013c76;
}

.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.show_header {
  padding-top: var(--header_h);
}

.show_header header {
  animation: none !important;
}

header.active,
header:hover,
header.white,
.show_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #444;
}

header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img,
.show_header header .lanuage img {
  filter: brightness(1) invert(0);
}

header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a,
header.white .center>ul>li:hover>a,
.show_header header .center>ul>li:hover>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.white .center>ul>li.active>a,
.show_header header .center>ul>li.active>a {
  color: #013c76;
}

header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before,
header.white .center>ul>li:hover>a::before,
.show_header header .center>ul>li:hover>a::before,
header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before,
header.white .center>ul>li.active>a::before,
.show_header header .center>ul>li.active>a::before {
  background: #013c76;
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .container {
  padding: 0 6.25rem;
}

header .logo img {
  height: 2.9375rem;
  filter: brightness(0) invert(1);
}

header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}

header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}

header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}

header .lanuage a.c {
  color: #013c76;
}

header .center>ul>li {
  float: left;
  padding: 0 1.875rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .scrool {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
  cursor: pointer;
}

@keyframes xiangxia {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 0.625rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.banner .scrool img {
  width: auto;
  height: 2.625rem;
}

.banner .swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent !important;
  margin: 0 0.875rem;
}

.banner .swiper_pag .swiper-pagination-bullet-active {
  background: #fff !important;
}

.banner .hover2 {
  position: absolute;
  bottom: 3.125rem;
  width: 100%;
}

.banner .hover2 .swiper_pag,
.banner .hover2 .swiper-button-prev,
.banner .hover2 .swiper-button-next {
  position: static;
  margin-top: 0;
}

.banner .hover2 .swiper-button-prev,
.banner .hover2 .swiper-button-next {
  background: none;
  height: auto;
  width: auto;
}

.banner .hover2 .swiper-button-prev .iconfont,
.banner .hover2 .swiper-button-next .iconfont {
  color: #fff;
  font-size: 1.25rem;
}

.banner .hover2 .swiper_pag {
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .hover2 .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(1, 60, 118, 0.4);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: inline-block;
  padding-right: 6.25rem;
  position: relative;
}

.banner .hover .p1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.125rem;
  height: 0.1875rem;
  background: #fff;
  transform: translateY(-50%);
}

.banner .hover .p2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(1, 60, 118, 0.4);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 3.68px;
  margin: 1rem 0 0.5rem;
}

.banner .hover .p3 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(1, 60, 118, 0.4);
  font-size: 1rem;
  line-height: 1.275rem;
  text-transform: capitalize;
}

.banner .hover .p4 {
  margin-top: 3rem;
}







.banner video,
.banner .swiper-slide img {
  object-fit: cover;
  width: 100vw;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .p2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
}

.nyban .hover .p1 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }

  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }

  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}





.nyban .bread {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  color: #fff;
}

.nyban .bread a {
  color: #fff;
}

.nyban .bread a:hover {
  color: #013c76;
}

.bread {
  font-size: 1rem;
  color: #262626;
}

.bread a {
  color: #262626;
}

.bread img {
  height: 1.5rem;
}

.bread span:last-child {
  display: none;
}

.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number_ul li {
  text-align: center;
  flex: 1 0 0;
}

.number_ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.number_ul li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3.75rem;
}

.number_ul li .num {
  line-height: 1;
  position: relative;
}

.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.125rem;
  font-weight: 600;
}

.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}

.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}

.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}

.number_ul li .text {
  line-height: 1.625rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
  font-size: 1.125rem;
}

.number_ul li>div {
  display: inline-block;
}

.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}

.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0.5rem;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #013c76;
  border-color: #013c76;
}

.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover {
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}

.more {
  width: 10rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more:hover,
.more.active {
  border-color: #013c76;
}

.more:hover div,
.more.active div {
  color: #fff;
}

.more:hover div .iconfont,
.more.active div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover::before,
.more.active::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}

.more.bg {
  background: #013c76;
  border-color: #013c76;
}

.more.bg div {
  color: #fff;
}

.more.bg::before {
  background: #fff;
}

.more.bg:hover div {
  color: #013c76;
}

.more.borf {
  border-color: #fff;
}

.more.borf div {
  color: #fff;
}

.more.borf:hover {
  border-color: #013c76;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #013c76;
}

.more.bgf:hover div {
  color: #fff;
}

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.title {
  color: #262626;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4rem;
}

.title.mt {
  margin-top: -1.5rem;
  position: relative;
}

.title.mt span {
  font-size: 2rem;
}

.subtitle {
  -webkit-text-stroke: 1px rgba(1, 60, 118, 0.3);
  color: transparent;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.subtitle.cff {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.alignc {
  align-items: center;
}

.bor20 {
  border-radius: var(--bors);
}

.leftimg_righttext>li:nth-child(even) .left {
  order: 2;
}

.leftimg_righttext>li:nth-child(even) .right {
  order: 1;
}

.fixright_li_last {
  display: none;
  cursor: pointer;
}

.tdt-infowindow-content p {
  margin-top: 5px !important;
  white-space: nowrap;
}

.fixright_li_last>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #013c76;
  border-radius: 50%;
}

.ptb {
  padding: 6.25rem 0;
}

.ptb.pt0 {
  padding-top: 0;
}

.ptb.pb0 {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}

.show_news{}

.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.show_news a.text:hover {
  color: #013c76;
}

.show_news .margin.text {
  border-top: 1px solid #9BBFDE;
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
}

.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.25rem 0;
}

.show_news .data .fenxiang {
  margin-left: 1.875rem;
}

.show_news .left {
  padding-right: 5rem;
}

.show_news .rightt ul li .over {
  display: none;
}

.show_news .rightt ul li .over,
.show_news .rightt ul li .over img {
  border-radius: 0 3.125rem 0 0;
}

@media (max-width: 767px) {

  .show_news .rightt ul li .over,
  .show_news .rightt ul li .over img {
    border-radius: 0 20px 0 0;
  }
}

.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}

.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .rightt ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .rightt ul li:hover .over,
.show_news .rightt ul li.active .over {
  display: block;
}

.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}

.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: #013c76;
}

.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}

.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}

.show_news .rightt ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}

.show_news .shangxia {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-top: 1px solid #9BBFDE;
  padding-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show_news .shangxia .l {
  width: calc(100% - 11rem);
}

.show_news .shangxia .r {
  width: 11rem;
}

.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.7);
}

.show_news .shangxia .l a:hover {
  color: #013c76;
}

@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }

  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }

  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }

  .show_news .data .social-share li {
    margin-right: 8px !important;
  }

  .show_news .data {
    margin: 5px 0;
  }

  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }

  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }

  .show_news .shangxia .tr {
    text-align: left;
  }
}

.index_one {
  background: url(../images/inpro_bg.jpg) no-repeat;
  background-size: cover;
}

.index_one .swiper_btn {
  top: 17.625rem;
}

.index_one .pr .container_index {
  height: 42.125rem;
}

.index_one .swiper-button-next {
  right: 6.25rem;
}

.index_one .swiper-button-prev {
  left: 6.25rem;
}

.index_one .xian {
  position: absolute;
  top: 17.625rem;
  width: 100%;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.index_one .xian::before {
  content: "";
  position: absolute;
  top: -0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #013c76;
  left: 31%;
}

.index_one .xian::after {
  content: "";
  position: absolute;
  top: -0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #013c76;
  right: 31%;
}

.index_one .pr {
  margin-top: 1.875rem;
  min-height: 35.25rem;
}

.index_one .pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35.25rem;
  height: 35.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.index_one .pr::after {
  content: "";
  position: absolute;
  top: 2.375rem;
  width: 30.375rem;
  height: 30.375rem;
  background: #013c76;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.index_one .swiper-slide {
  text-align: center;
}

.index_one .swiper-slide img{
	}

.index_one .swiper-slide .hover .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.index_one .swiper-slide .hover .text {
  opacity: 0;
}

.index_one .swiper-slide:not(.swiper-slide-active) {
  padding-top: 8.25rem;
}



.index_one .swiper-slide:not(.swiper-slide-active) a .img {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #DEDEDE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.index_one .swiper-slide:not(.swiper-slide-active) a .img img {
  max-height: calc(100% - 4.5625rem);
}

.index_one .swiper-slide:not(.swiper-slide-active) a .hover {
  position: static;
  margin-top: 1.25rem;
}

.index_one .swiper-slide-active {
  padding-top: 2rem;
}

.index_one .swiper-slide-active .img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 30.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
}




.index_one .swiper-slide-active .img img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 60%;
}

.index_one .swiper-slide-active .hover {
  position: static;
  bottom: 5rem;
  left: 0;
  width: 100%;
  margin-top: 4rem;
}

.index_one .swiper-slide-active .hover .name {
  color: #013c76;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.8rem;
}

.index_one .swiper-slide-active .hover .text {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 1.375px;
  opacity: 1;
}

.index_two {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.index_two .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index_two .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.index_two .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index_two .index_two_top {
  margin-top: 8.4375rem;
}

.index_two .index_two_top .name {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.index_two .index_two_top .text {
  color: #FFF;
  margin: 1rem 0 3.4375rem;
  width: 50%;
}

.index_two .swiper_btn {
  z-index: 998;
  background: #fff;
  margin-top: -2.5rem;
}

.index_two .swiper_btn .iconfont {
  color: #013c76;
}

.index_two .bottom {
  margin-top: 12.5rem;
}

.index_two .bottom::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.index_two .bottom .swiper-slide {
  text-align: center;
  padding-top: 0.25rem;
}

.index_two .bottom .swiper-slide.swiper-slide-thumb-active>div div {
  background: rgba(255, 255, 255, 0.2);
  animation: fangda 2s infinite;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.index_two .bottom .swiper-slide>div {
  display: inline-block;
  margin: 0 auto;
}

.index_two .bottom .swiper-slide>div div {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.index_two .bottom .swiper-slide>div div::before,
.index_two .bottom .swiper-slide>div div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.index_two .bottom .swiper-slide>div div::before {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
}

.index_two .bottom .swiper-slide>div div::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #ffffff;
}

.index_two .bottom .swiper-slide p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.375rem;
}

.index_three .left {
  padding-right: 10rem;
}

.index_three .name {
  color: #013c76;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 0 0.75rem;
}

.index_three .row {
  margin-top: 2.1875rem;
}

.index_three .text {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.index_four {
  padding: 15.625rem 0;
  background: url(../images/incontact_bg.jpg) no-repeat;
  background-size: cover;
}

.index_four .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.index_four .title span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 1.375rem;
}

.index_five .top .right {
  display: flex;
  justify-content: flex-end;
}

.index_five .top .right a:not(:first-child) {
  margin-left: 1.875rem;
}

.index_five .more::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index_five .swiper-slide a {
  display: flex;
  position: relative;
  z-index: 4;
}

.index_five .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #F7F7F7;
  border-radius: 0 0 0 6.25rem;
  z-index: -1;
}

.index_five .swiper-slide .left {
  width: 58%;
  padding: 0 5rem 0 6.25rem;
}

.index_five .swiper-slide .right {
  width: 42%;
  margin-top: 3.125rem;
}

.index_five .swiper-slide .right img {
  height: 27.5rem;
  object-fit: cover;
}

.index_five .swiper-slide .data {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-top: 6.875rem;
}

.index_five .swiper-slide .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 2.5rem 0 1.25rem;
}

.index_five .swiper-slide .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.index_five .swiper-slide .more {
  margin: 3.4375rem 0 7.125rem;
}

.index_five .swiper-slide .over,
.index_five .swiper-slide .over img {
  border-radius: 6.25rem 0 0 0;
}

.index_five .hover {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.125rem;
  z-index: 9;
  left: 47%;
}

.index_five .hover .swiper_btn {
  position: static;
  margin-top: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
}

.index_five .hover .swiper_btn:not(:first-child) {
  margin-left: 1.25rem;
}

.index_five .hover .swiper_btn:hover {
  background: #013c76;
  box-shadow: 0px 4px 10px 0px rgba(1, 60, 118, 0.25);
}

.index_five .hover .swiper_btn:hover .iconfont {
  color: #fff;
}

.index_five .hover .swiper_btn .iconfont {
  color: #000000;
}

.index_five .sum {
  margin-top: 4rem;
}

.index_five .sum>div {
  display: none1;
}

.index_five .sum>div.active {
  display: block;
}

/*.list_product .ul li {
  height: 27.5rem;
}

.list_product .ul li:hover a {
  box-shadow: 0px 4px 20px 0px rgba(1, 60, 118, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li:hover a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: var(--bors);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #F3F3F3 100%);
  height: 100%;
  padding: 0 3.125rem 0 2.5rem;
  position: relative;
  z-index: 4;
}

.list_product .ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/6.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  border-radius: var(--bors);
}

.list_product .ul li .name {
  color: #013c76;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.list_product .ul li .name span {
  font-size: 1.75rem;
  position: relative;
  top: 0.125rem;
}

.list_product .ul li .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.5rem 0 2rem;
  height: 1.875rem;
}

.list_product .ul li .more {
  height: 3.375rem;
  width: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li .more p {
  width: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3.375rem;
}

.list_product .ul li .more .iconfont {
  margin-left: 0;
}

.list_product .ul li .more:hover {
  width: 10rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .ul li .more:hover .iconfont {
  margin-left: 0.5rem;
}

.list_product .ul li .more:hover p {
  width: auto;
  display: block;
}

.list_product .ul li .l {
  width: 55%;
  position: relative;
  z-index: 99;
}

.list_product .ul li .r {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 45%;
}

.list_product .ul li .r img {
  max-height: calc(100% - 3.375rem);
  object-fit: contain;
  object-position: bottom;
  padding-bottom: 0.625rem;
}*/


.case_squera {
  padding: 1rem 1.125rem;
}
.case_squera:hover a {
  border: 1px solid #11479A;
}
.case_squera .name {
  font-size: 1.375rem;
  position: relative;
  line-height: 2rem;
  color: #232323;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-top: 2.5rem;
}
.case_squera .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.125rem;
  background: #11479A;
}
.case_squera > a {
  background: #FFFFFF;
  background: #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  padding: 3.75rem 1.875rem 2.8125rem;
  border: 1px solid #fff;
}
.case_squera .img img {
  aspect-ratio: 12 / 9;
  object-fit: contain;
}
.case_squera:hover .img img {
  transform: scale(1.1);
}
.case_squera:hover .name {
  color: #11479A;
}
.case_squera:hover > a {
  box-shadow: 0 0 0.625rem rgba(21, 75, 161, 0.15);
}

.list_product .bot ul {
  margin: 4rem -1.25rem 2rem -1.25rem;
}
.list_product .bot li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_product .top .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.5rem;
}
.list_product .top .right ul li {
  padding: 0 0.5rem;
}
.list_product .top .right .more {
  width: 8.125rem;
  line-height: 2.8125rem;
}
.list_product .center {
  margin: 2.125rem 0 3.75rem;
}
.list_product .center:hover .name {
  color: #11479A;
}
.list_product .center .data {
  margin-bottom: 2rem;
}
.list_product .center .data p {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #11479A;
}
.list_product .center .data div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #727272;
}
.list_product .center .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #000;
}
.list_product .center .text {
  margin: 1.375rem 0 5rem;
}
.list_product .center .text.mt0 {
  margin: 0.5rem 0 3rem;
}
.list_product .center .swiper-pagination {
  position: static;
  margin-top: 1.875rem;
}
.list_product .center .swiper-pagination-bullet {
  margin: 0 4px;
}
.list_product .center .left {
  width: 50%;
}
.list_product .center .left .over,
.list_product .center .left .over img {
  border-radius: 0.9375rem;
}
.list_product .center .left .over img {
  padding: 4rem 6rem;
}
.list_product .center .right {
  width: 50%;
}
.list_product .center .right > div {
  padding-left: 2.1875rem;
  padding-right: 5rem;
}
.list_product .center .left,
.list_product .center .right {
  padding: 0 0.9375rem;
}
.list_product .center .box_s {
  box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
}
.list_product .center .box_s:hover img {
  transform: scale(1.1);
}
.list_product .center .box_s:hover .title {
  color: #11479A;
}
.list_product .center .swiper-slide:hover .img {
  transform: scale(1.1);
}
.list_product .center .swiper-slide a {
  margin: 0 -0.9375rem;
  display: flex;
  align-items: center;
}

.row_20 {
  margin: 0 -1.25rem;
}

.row_20>li,
.row_20>div {
  padding: 0 1.25rem;
}

.list_appliaction .ul li:nth-child(odd) {
  background: #F7F7F7;
}

.list_appliaction .ul li:nth-child(odd) .right .over,
.list_appliaction .ul li:nth-child(odd) .right .over img {
  border-radius: 6.25rem 0 0;
}

.list_appliaction .ul li:nth-child(even) .right .over,
.list_appliaction .ul li:nth-child(even) .right .over img {
  border-radius: 0 6.25rem 0 0;
}

.list_appliaction .ul li .row {
  margin: 0 -3.125rem;
}

.list_appliaction .ul li .row>div {
  padding: 0 3.125rem;
}

.list_appliaction .ul li .right img {
  height: 31.25rem;
  object-fit: cover;
}

.list_appliaction .ul li .left {
  position: relative;
  z-index: 9;
}

.list_appliaction .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_appliaction .subtitle {
  white-space: nowrap;
}

.list_appliaction .name {
  color: #013c76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 3.125rem;
}

.list_appliaction .swiper-container {
  padding-right: 0.625rem;
  margin-top: 1rem;
}

.list_appliaction .swiper-slide {
  text-align: center;
}

.list_appliaction .swiper-slide .over {
  width: 9rem;
  height: 9rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FEFEFE;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_appliaction .swiper-slide .over img {
  max-height: 60%;
  object-fit: contain;
  object-position: bottom;
}

.list_appliaction .swiper-slide div {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}

.list_appliaction .swiper-slide div span {
  font-size: 1rem;
}

.list_appliaction .swiper-slide p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.show_product {
  background: url(../img/7.png) no-repeat;
  background-size: cover;
}

.show_product .bread {
  position: relative;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
}

.show_product .bread a,
.show_product .bread span {
  color: #fff;
}

.show_product .left {
  padding-top: 10rem;
}

.show_product .left .title {
  color: #FFF;
}

.show_product .left .title span {
  font-size: 2.875rem;
}

.show_product .left .text {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 1.5rem;
}

.show_product .left .tel {
  margin-top: 4rem;
}

.show_product .left .tel div {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.show_product .left .tel div img {
  height: 1.5rem;
  margin-right: 7px;
}

.show_product .left .tel p {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}

.show_product .right {
  display: flex;
  padding: 5rem 15px;
  align-items: center;
}

.show_product .right .swiper_pro_left {
  width: calc(100% - 14rem);
  margin-right: 5rem;
}

.show_product .right .swiper-button-next,
.show_product .right .swiper-button-prev {
  margin: 0 auto 0 0;
  width: 9rem;
  background-size: 1.25rem 1.25rem;
  margin-top: 0;
  z-index: 5;
  background-image: none;
  height: 2.5rem;
  text-align: center;
  right: 0;
  left: auto;
  line-height: 2.5rem;
}

.show_product .right .swiper-button-next .iconfont,
.show_product .right .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #fff;
}

.show_product .right .swiper-button-next:hover .iconfont,
.show_product .right .swiper-button-prev:hover .iconfont {
  color: #013c76;
}

.show_product .right .swiper-button-next {
  top: auto;
  bottom: 0;
}

.show_product .right .swiper-button-prev {
  top: 0;
}

.show_product .right .padding {
  padding: 2.5rem 0;
}

.show_product .right .swiper_pro_right {
  width: 9rem;
  height: 30rem;
}

.show_product .right .swiper_pro_right .swiper-slide {
  width: 100% !important;
  background: #fff;
  border-radius: var(--bors);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
}

.show_product .right .swiper_pro_right .swiper-slide img {
  max-width: 70%;
  object-fit: contain;
}

.show_product .right .swiper_pro_right .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #013c76;
}

.show_product_two .text {
  margin: 2.5rem 0 3.4375rem;
  font-size: 1rem;
}

.show_product_two .text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.show_product_two .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}

.show_product_two .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_product_two .top .title{ font-size:2.785rem;}

.show_product_two .retun_l a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #11479A;
  justify-content: flex-end;
}
.show_product_two .retun_l a .iconfont {
  font-size: 1rem;
  display: block;
  margin-left: 0.375rem;
  font-weight: 600;
}
.show_product_two .flex {
  justify-content: flex-start;
  margin-top: 2.1875rem;
}
.show_product_two .flex .more {
  margin-right: 1rem;
  text-align:center;
}

.show_product_two .flex .more:hover,
.show_product_two .flex .more:hover .iconfont
{ color:#fff;}

.show_product .flex .more .iconfont {
  font-size: 1.125rem;
  font-weight: 600;
}
.show_product .text {
  text-transform: uppercase;
  margin-top: 1.875rem;
}

/*.show_product_two .right p {
  position: relative;
  padding-left: 1rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}

.show_product_two .right p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}

.show_product_two .row50.mt50 {
  margin-top: 3.125rem;
}
*/
.font36 {
  color: #013c76;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.8125rem;
}

.row50 {
  margin: 0 -3.125rem;
}

.row50>div,
.row50>li {
  padding: 0 3.125rem;
}

.border100 {
  border-radius: 0 6.25rem 0 0;
  border:1px solid #eee;
}

.border90{
	background:#fff !important;
	border:1px solid #eee;
	}

.zuotuyouwen .right p {
  position: relative;
  padding-left: 1rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}

.zuotuyouwen .right p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}

.show_pro_three .font36 {
  margin: 0 0 1.75rem;
}

.show_pro_three li>div {
  min-height: 4.375rem;
  padding: 1rem 0;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show_pro_three li>div .l {
  width: 13.75rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-right: 1rem;
}

.show_pro_three li>div .r {
  width: calc(100% - 13.75rem);
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.show_pro_three li:first-child>div,
.show_pro_three li:nth-child(2)>div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.show_pro_five {
  background: #F7F7F7;
}

.show_pro_five .img {
  background: #fff;
}

.show_pro_four {
  background: #EBF6FF;
}

.show_pro_four .img {
  margin-top: 5rem;
}

.show_pro_four td {
  border: 1px solid rgba(1, 60, 118, 0.1);
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

.show_pro_four table {
  margin-bottom: 0;
}

.show_pro_four tr td {
  background: #DDEFFF;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_news {
  background: #EBF6FF;
}

.list_news .margin {
  margin-top: 4rem;
}

.list_news .swiper-slide a::before {
  background: #fff;
}

.list_news .swiper-slide .right {
  width: 45%;
}

.list_news .swiper-slide .left {
  width: 55%;
  padding-right: 6.25rem;
  padding-left: 4rem;
}

.list_news .hover {
  left: 40%;
}

.suqera_news:hover .over img {
  transform: scale(1.1);
}

.suqera_news:hover .name {
  color: #013c76;
}

.suqera_news .over,
.suqera_news .over img {
  border-radius: 0 3.125rem 0 0;
}

.suqera_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}

.suqera_news .text {
  margin: 0.375rem 0 1.25rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}

.suqera_news .data {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.nyerji {
  margin-top: 2.1875rem;
  line-height: 5rem;
  position: sticky;
  top: 7rem;
  z-index: 99;
}

.nyerji ul {
  border-radius: 0.625rem;
  border: 1px solid rgba(1, 60, 118, 0.2);
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(1, 60, 118, 0.15);
  display: flex;
  justify-content: space-between;
}

.nyerji ul li {
  flex: 1 0 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  position: relative;
  border-radius: 0.625rem;
}

.nyerji ul li:hover a {
  color: #013c76;
}

.nyerji ul li.active {
  background: #013c76;
}

.nyerji ul li.active a {
  color: #fff;
}

.nyerji ul li a {
  color: rgba(0, 0, 0, 0.7);
}

.list_tech .suqera_news .over {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_tech .suqera_news:hover .over {
  border-color: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service {
  background: url(../img/13.png) no-repeat;
  background-size: initial;
  background-position: bottom center;
}

.list_service .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  margin: 1.5625rem 0 3.75rem;
}

.list_service .tel {
  text-align: center;
}

.list_service .tel div {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_service .tel div img {
  margin-right: 0.625rem;
  height: 3.375rem;
}

.list_service .tel p {
  color: #013c76;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin: 1.25rem 0 0.9375rem;
}

.list_service .tel2 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.75rem;
  letter-spacing: 0.225rem;
  margin-bottom: 5rem;
}

.list_service_two {
  background: #EBF5FF;
}

.list_service_two .text {
  margin-top: 1.5625rem;
  text-align: justify;
}

.list_service_three .name {
  color: #013c76;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 1.5625rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_service_three .name::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  border-radius: 0.625rem;
  left: 0;
  width: 4.375rem;
  height: 0.25rem;
  background: #013c76;
}

.list_service_three .name2 {
  color: #013c76;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}

.list_service_three .text {
  text-align: justify;
}

.list_service_three .mt25 {
  margin-top: 1.5625rem;
}

.list_service_three .left ul li {
  border-radius: 0px 3.125rem 0px 0px;
  background: #F7F7F7;
  padding: 3.4375rem 2.625rem 3.75rem;
}

.list_service_three .left ul li .text {
  height: 7.5rem;
}

.list_service_three .left ul li:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.list_service_three .right ul li {
  border-radius: 0px 3.125rem 0px 0px;
  background: #F7F7F7;
  padding: 3.4375rem 3.125rem 3.125rem;
}

.list_service_three .right ul .name {
  margin-bottom: 3.125rem;
}

.list_service_three .right ul .list:not(:last-child) {
  margin-bottom: 2.6rem;
}

.list_service_three .right ul .over img {
  height: 21.875rem;
  object-fit: cover;
}

.list_download .ul li:hover>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid rgba(1, 60, 118, 0.2);
  background: #EBF6FF;
  box-shadow: 0px 4px 20px 0px rgba(1, 60, 118, 0.2);
}

.list_download .ul li:hover>div .name {
  color: #013c76;
}

.list_download .ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  background: #F7F7F7;
  border-radius: 0 3.125rem 0 0;
  border: 1px solid #F7F7F7;
}

.list_download .ul li>div .more {
  position: absolute;
  bottom: 2.9375rem;
  right: 2.5rem;
  z-index: 9;
  width: 6.4375rem;
}

.list_download .ul li>div .more .iconfont {
  transform: rotate(180deg);
}

.list_download .ul li>div .more div {
  color: rgba(0, 0, 0, 0.8);
}

.list_download .ul li>div .more:hover div {
  color: #fff;
}

.list_download .ul li .left {
  width: 10.5rem;
}

.list_download .ul li .left img {
  height: 11.25rem;
  width: 100%;
  border-radius: 0 3.125rem 0 0;
}

.list_download .ul li .right {
  width: calc(100% - 10.5rem);
  /*padding-left: 2.3125rem;*/
}

.list_download .ul li .right .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  height: 3.7rem;;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list_download .ul li .right .list {
  display: flex;
}

.list_download .ul li .right .list div {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  width: 5.25rem;
}

.list_download .ul li .right .list p {
  width: calc(100% - 5.25rem);
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.form_download {

    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;
    right: 0;
    background: rgba(0,0,0,.3);
    bottom: 0;
    display: none;
 
  

}

.subcontent {
  width: 56.25rem ;
  background: #fff;
      position: absolute;
      
  padding: 2.375rem 6.875rem 0 ;
  top: 50% ;
  left: 50%;
  transform: translate(-50%,-50%);
}

.subcontent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.8125rem;
  background: #F7F7F7;
}

.subcontent .font36 {
  margin-bottom: 3.75rem;
}

.subcontent input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.75rem;
  width: 100%;
}

.subcontent input::placeholder {
  color: #666;
}

.subcontent .last {
  padding: 2.1875rem 0;
  margin-top: 3.75rem;
}

.subcontent .layui-layer-setwin {
  right: 4rem;
  top: 4rem;
}

.subcontent .layui-layer-setwin a {
  background: url(../img/close2.svg) no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.subcontent .layui-layer-setwin a:hover {
  background: url(../img/close2.svg) no-repeat;
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  margin: 1.5rem 0 5rem;
}

.list_join .swiper-slide {
  text-align: center;
}

.list_join .swiper-slide .icon img {
  height: 2.5rem;
}

.list_join .swiper-slide p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  margin-top: 0.9375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_join .swiper_pag .swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0.5rem;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}

.list_join .swiper_pag .swiper-pagination-bullet-active {
  background: #013c76;
  width: 1rem;
  border-color: #013c76;
}

.list_join .title {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 3rem;
  font-weight: 400;
}

.list_join_two {
  background: #F7F7F7;
}

.list_join_two .swiper {
  padding: 0 28.75rem;
}

.list_join_two .pr {
  margin: 4.375rem -2.8125rem 0;
  overflow: hidden;
  max-width: 100vw;
}

.list_join_two .pr .swiper-slide {
  padding: 0 2.8125rem;
}

.list_join_two .swiper-button-next {
  right: 27rem;
}

.list_join_two .swiper-button-prev {
  left: 27rem;
}

.list_join_three {
  background: #EBF6FF;
}

.list_join_three .ul {
  margin-top: 3.125rem;
}

.list_join_three .ul li>div {
  border-radius: 0px 3.125rem 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  padding: 2.25rem 2.1875rem 4.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .ul li>div .text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2.8125rem;
}

.list_join_three .ul li>div .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 1.75rem;
  margin-bottom: 1.5625rem;
}

.list_join_three .ul li>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.list_join_three .ul li>div .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.125rem;
  background: #013c76;
}

.list_join_three .ul li>div .more_2 {
  position: absolute;
  bottom: 2.625rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .ul li:hover>div {
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_three .ul li:hover>div .name {
  color: #fff;
}

.list_join_three .ul li:hover>div .name::before {
  background: rgba(255, 255, 255, 0.4);
}

.list_join_three .ul li:hover>div .name::after {
  background: #fff;
}

.list_join_three .ul li:hover>div .text {
  color: #fff;
}

.list_join_three .ul li:hover>div .more_2 {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.join_con {
  width: 60% !important;
}

.join_con .top .font36 {
  padding-bottom: 2.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.375rem;
}

.join_con .top .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.join_con .top .text strong {
  font-weight: 600;
}

.join_con .top .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.join_con .top .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.join_con .top .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #013c76;
}

.join_con .top .name1 {
  color: #013c76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.join_con .top .name1:not(:first-child) {
  margin-top: 2.375rem;
}

.join_con .top,
.join_con .bot {
  padding: 2.1875rem 3.75rem 3.125rem;
}

.join_con .bot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
  color: #013c76;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.join_con .bot a {
  color: #013c76;
}

.join_con .layui-layer-setwin {
  right: 4rem;
  top: 4rem;
}

.join_con .layui-layer-setwin a {
  background: url(../img/close2.svg) no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.join_con .layui-layer-setwin a:hover {
  background: url(../img/close2.svg) no-repeat;
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact {
  background: #EBF6FF;
}

.list_contact form {
  margin-top: 4rem;
}

.list_contact form textarea {
  width: 100%;
  display: block;
  height: 8.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
}

.list_contact form textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.list_contact form input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.list_contact form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.list_contact_two .ul {
  margin-top: 3.75rem;
}

.list_contact_two .ul>li:hover>div {
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 4px 25px 0px rgba(1, 60, 118, 0.2);
}

.list_contact_two .ul>li:hover>div .subtitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.list_contact_two .ul>li:hover>div .top .img {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul>li:hover>div .top .img img {
  filter: brightness(1) invert(0);
}

.list_contact_two .ul>li:hover>div .top div div,
.list_contact_two .ul>li:hover>div .top div p {
  color: #fff;
}



.list_contact_two .ul>li:hover>div ul li {
  border-color: rgba(255, 255, 255, 0.25);
}

.list_contact_two .ul>li:hover>div ul li p {
  color: rgba(255, 255, 255, 0.6);
}

.list_contact_two .ul>li:hover>div ul li div {
  color: #FFF;
}

.list_contact_two .ul>li:hover>div .flex>div p {
  color: #fff;
}

.list_contact_two .ul>li>div {
  padding: 3.625rem 1.5rem 3.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #FFF 0%, #F7F7F7 100%);
  z-index: 3;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul>li>div

.list_contact_two .ul .subtitle {
  font-size: 2.625rem !important;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-text-stroke: 1px rgba(1, 60, 118, 0.15);
  z-index: -1;
}

.list_contact_two .ul>li ul li {
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.list_contact_two .ul>li ul li:first-child {
  padding-top: 0;
}

.list_contact_two .ul>li ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.list_contact_two .ul>li ul li p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_contact_two .ul>li ul li div {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.list_contact_two .ul>li ul li div span {
  font-weight: 300;
  margin-right: 0.625rem;
}

.list_contact_two .ul>li .top {
  display: flex;
  align-items: center;
  margin-bottom: 3.25rem;
}

.list_contact_two .ul>li .top .img {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #013c76;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_two .ul>li .top .img img {
  width: 50%;
  height: 50%;
  filter: brightness(0) invert(1);
}

.list_contact_two .ul>li .top>div:nth-child(2) {
  width: calc(100% - 4.375rem);
  padding-left: 0.5rem;
}

.list_contact_two .ul>li .top>div:nth-child(2) div {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.list_contact_two .ul>li .top>div:nth-child(2) p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_contact_two .ul>li .flex {
  justify-content: flex-start;
  margin: 0 -1rem;
}

.list_contact_two .ul>li .flex>div {
  width: 10rem;
  margin: 0 1rem;
  text-align: center;
}

.list_contact_two .ul>li .flex>div p {
  margin-top: 1rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_contact_two .ul>li .flex .ewm {
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
}

.list_about .font36 {
  margin: 2.3125rem 0 1.5625rem;
}

.list_about .text {
  font-size: 1rem;
  text-align: justify;
}

.list_about .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_about .text p {
  /*text-indent: 2em;*/
}

.list_about ul {
  margin-top: 3.4375rem;
}

.list_about ul li .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 2.1875rem 0 0.625rem;
}

.list_about ul li:hover img {
  transform: scale(1.1);
}

.list_about ul li .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.5625rem;
  text-align: center;
}

.list_about_two {
	background:#013c76;
  padding: 3.5625rem 0;
}

.list_about_two .counter,
.list_about_two sup,
.list_about_two sub {
  color: #fff !important;
}

.list_about_two .icon img {
  filter: brightness(0) invert(1);
}

.list_about_two sub {
  color: #FFF;
}



.list_about_shebei{ padding-bottom:2.25rem;}


.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.zzry-list {
  margin: 3.4rem -1.5% 2rem -1.5%;
}
@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}
@media (max-width: 768px) {
  .zzry-list {
    margin-top: 1.5rem;
  }
}
.zzry-list li {
  width: 33.333333%;
  padding: 0 0.5%;
  
}

.honor li {
  width: 25%;
  padding: 0 0.5%;
  
}

.zzry-list li p{ text-align:center; font-size:1.175rem;}

@media (max-width: 768px) {
  .zzry-list li p{ font-size:1rem;}
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}
@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 100%;
  }
}

.zzry-list li a.block {
  display: block;
}
.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zzry-list li a.block .img img {
  width: 100%;
}
.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}







.list_about_four {
  background: url(../img/21.png) no-repeat;
  background-size: cover;
}

.list_about_four .text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 1.25rem 0 3.75rem;
}

.list_about_four .name {
  color: #13284A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_about_four .swiper_btn {
  top: 45%;
}

.list_about_four .swiper-button-next {
  right: -5rem;
}

.list_about_four .swiper-button-prev {
  left: -5rem;
}

.list_about_four .swiper-slide img,
.list_about_four .row .col-md-6 img {
  filter: blur(1px);
}

.list_about_five {
  background: #EBF6FF;
}

.list_about_five .margin {
  margin: 2.5rem -0.8125rem -0.8125rem;
}

.list_about_five .swiper-container .swiper-slide {
  height: 8.25rem;
  padding: 0.8125rem;
}

.list_about_five .swiper-container .swiper-slide>div {
  background: #FFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 4px 15px 0px rgba(1, 60, 118, 0.1);
}

.list_about_five .swiper-container .swiper-slide img {
  min-height: 50%;
  max-height: 80%;
}

.list_about_three {
  background: url(../img/23.png) no-repeat;
  background-size: cover;
}

.list_about_three .pr {
  margin-top: 4rem;
}

.list_about_three .pr .swiper-container {
  padding-left: 2.1875rem;
}

.list_about_three .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2.875rem;
  background: url(../img/24.png) no-repeat;
  background-size: contain;
}

.list_about_three .swiper-slide {
  height: 16.25rem;
  padding-left: 1.875rem;
}

.list_about_three .swiper-slide:hover>div::before {
  background: #C9000D;
}

.list_about_three .swiper-slide:hover>div {
  padding: 1.5625rem 1.75rem;
  border-radius: 0px 1.5625rem 0px 0px;
  border: 1px solid #013c76;
  background: #FFF;
  backdrop-filter: blur(7.5px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .swiper-slide:hover::before {
  background: #C9000D;
}

.list_about_three .swiper-slide:hover::after {
  background: url(../img/40.svg) no-repeat;
  width: 2.3125rem;
  height: 2.8125rem;
  border: none;
  background-size: contain;
  border-radius: 0;
  left: 0;
}

.list_about_three .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.05rem;
  width: 1px;
  height: calc(100% - 0.5rem);
  background: rgba(1, 60, 118, 0.3);
}

.list_about_three .swiper-slide::after {
  content: "";
  position: absolute;
  top: -0.5625rem;
  left: 0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
  background: #013c76;
}

.list_about_three .swiper-slide:nth-child(even)::before {
  top: 0.5rem;
}

.list_about_three .swiper-slide:nth-child(even):hover>div::before {
  left: -1.1rem;
  top: 0.4rem;
}

.list_about_three .swiper-slide:nth-child(even)::after {
  top: auto;
  bottom: -0.5625rem;
}

.list_about_three .swiper-slide:nth-child(even)>div::before {
  top: 0.5rem;
}

.list_about_three .swiper-slide>div {
  position: relative;
}

.list_about_three .swiper-slide>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #013c76;
}

.list_about_three .swiper-slide:nth-child(odd) {
  margin-top: 16.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.list_about_three .swiper-slide:nth-child(odd):hover::after {
  top: -2.5rem;
}

.list_about_three .swiper-slide:nth-child(odd)::before {
  height: calc(100% - 1rem);
}

.list_about_three .swiper-slide:nth-child(odd)>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  width: 100%;
}

.list_about_three .swiper-slide:nth-child(odd)>div::before {
  top: auto;
  bottom: 0.875rem;
  left: -1.05rem;
}

.list_about_three .swiper-slide:nth-child(odd)>div .name {
  order: 2;
}

.list_about_three .swiper-slide:nth-child(odd)>div .text {
  order: 1;
}

.list_about_three .swiper-slide:nth-child(odd)>div div {
  width: 100%;
}

.list_about_three .name {
  color: #013c76;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}

.list_about_three .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_about_three .swiper_pag {
  position: relative;
}

.list_about_three .swiper_btn {
  background: #fff;
}

.list_about_three .swiper_btn .iconfont {
  color: #000;
}

.list_about_three .swiper-button-next {
  right: -5rem;
}

.list_about_three .swiper-button-prev {
  left: -5rem;
}

footer {
  background: #313131;
  padding: 5rem 0 4rem;
}

footer .left {
  width: 31.25rem;
  float: left;
  padding-right: 3rem;
}

footer .left .logo {
  margin-bottom: 2.5rem;
  filter: brightness(0) invert(1);
}

footer .left .logo img {
  height: 2.875rem;
  filter: brightness(0) invert(1);
}

footer .left .ul li {
  margin-bottom: 0.675rem;
  display: flex;
  align-items: flex-start;
}

footer .left .ul li:nth-child(1) {
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

footer .left .ul li:nth-child(1) div {
  width: 100%;
}

footer .left .ul li:nth-child(1) p.tel {
  width: 100%;
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

footer .left .ul li div {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: lowercase;
  width: 3.125rem;
}

footer .left .ul li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: lowercase;
  width: calc(100% - 3.125rem);
}

footer .left .ul li p.tel {
  font-size: 1.75rem;
  color: #fff;
}

footer .left .ul li p.email {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
}

footer .center {
  float: left;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 31.25rem - 20rem);
  padding-right: 2rem;
}

footer .right {
  float: right;
  display: flex;
  text-align: center;
}

footer .right>div {
  width: 6.875rem;
  margin-left: 3.125rem;
}

footer .right>div div {
  padding: 0.375rem;
  border-radius: 0.625rem;
  background: #fff;
}

footer .right p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.63rem;
}

footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}

footer .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

footer a.text:hover {
  color: #013c76;
}

.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #262626;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align:center;
  display:block;
}

.beian a {
  color: rgba(255, 255, 255, 0.4);
}

.beian .right span:last-child {
  display: none;
}

.rightfix {
  bottom: 5%;
  right: 2rem;
  top: auto;
  transform: translateY(0);
}

.rightfix ul li {
  padding: 0;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  border: none;
  background: #013c76;
}

.rightfix ul li:hover {
  background: #000;
}

.rightfix ul li .right_div {
  min-height: 3.75rem;
  line-height: 3.75rem;
}

.rightfix ul li:last-child {
  display: none;
}

@media (max-width:767px) {
  #mapmap {
    height: 340px !important;
  }

  .swiper_pag .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .mt50 {
    margin-top: 20px;
  }

  .list_about_four .col-md-6 {
    padding: 0 8px;
  }

  .list_about_four .row {
    margin: 0 -8px;
  }
}

.ny_sanji {
  margin-top: 3rem;
}

.ny_sanji ul {
  display: flex;
  align-items: center;
  justify-content: center;

}

.ny_sanji ul li {
  margin: 0 2rem;
  font-size: 1rem;

}

.ny_sanji ul li a {
  padding: 0.5rem;
  text-align: center;
  width: 7rem;
  border: 1px solid #ccc;
  border-radius: .625rem;
}

.ny_sanji ul li.active a {
  background: #013c76;
  color: #fff;
}

@media (max-width:767px) {
  .ny_sanji ul li {
    margin: 0 0.5rem;
  }

  .ny_sanji {
    margin-top: 2rem;
  }
}