﻿
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.9583333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  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;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #1252D7;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #1252D7;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1252D7;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #1252D7;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #1252D7;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #1252D7;
}
.more-msl.ls {
  color: #1252D7;
  background: transparent;
  border-color: #1252D7;
}
.more-msl.ls:before {
  background: #1252D7;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  color: #333333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  border: 1px solid #1252D7;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #1252D7;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: #1252D7;
  color: #fff;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.ls {
  background: #1252D7;
  color: #fff;
}
.more-b.ls i {
  color: #fff;
}
.more-b.ls::after {
  background-color: #fff;
}
.more-b.ls:hover {
  color: #1252D7;
}
.more-b.bs {
  background: transparent;
  color: #333333;
}
.more-b.bs::after {
  background-color: #1252D7;
}
.more-b.bs:hover {
  color: #fff;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /*.pc-banner .mySwiperaas .swiper-slide.a {*/
  /*  padding-bottom: -webkit-calc(70vh - 60px);*/
  /*  padding-bottom: -moz-calc(70vh - 60px);*/
  /*  padding-bottom: calc(70vh - 60px);*/
  /*  width: 100%;*/
  /*  position: relative;*/
  /*  height: 0;*/
  /*  overflow: hidden;*/
  /*}*/
  .pc-banner .mySwiperaas .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .mySwiperaas .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.5625rem;
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 5.25rem;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #333333;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 2.9rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 600;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 2em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 1.65em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 1.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1252D7;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #1252D7;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #1252D7;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #1252D7;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-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%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.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(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  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: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  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;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 6.5625rem;
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-wrap: balance;
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 4.375rem/1.25em "Noto Sans SC";
  font-style: italic;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 700 2.5rem/1.25em "Noto Sans SC";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #1252D7 32.6%, #2E66DC 74.02%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #1252D7 32.6%, #2E66DC 74.02%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #1252D7 32.6%, #2E66DC 74.02%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1252D7 32.6%, #2E66DC 74.02%, rgba(255, 255, 255, 0) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto;
  padding: 0.25rem 5%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.45rem;
    margin: 1rem auto;
    padding: 0.5rem 5%;
  }
}
.pc-banner .mySwipera .banwez1 .p1 p {
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 0.25rem 1.5em;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin: 0 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p1 p {
    font-size: 1rem;
    margin: 0.5rem 1rem;
    padding: 0.5rem 1.5em;
  }
}
.pc-banner .mySwipera .banwez1 .p2 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p2 {
    font-size: 1.45rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .banwez1 a.more-b{
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
  .pc-banner .mySwipera .banwez1 a.more-b{
    margin-top: 1rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.75rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span {
    margin-right: 0.35rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.25rem;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 1.5625rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 500 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-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.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.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);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
}

.title1 {
  text-align: center;
}
.title1 .tit {
  color: #333333;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}
.title1 span {
  display: block;
  color: #B3B6C2;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 span {
    font-size: 1.25rem;
  }
}
.title1.bs .tit, .title1.bs span {
  color: #fff;
}
.title1.ls .tit, .title1.ls span {
  color: #1252D7;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  padding-top: 6.5625rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding-top: 2rem;
  }
}
.cont1 .a1v1 {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4rem;
  width: 100%;
  height: 100%;
  background: #1252D7;
  z-index: -1;
}
@media (max-width: 768px) {
  .cont1 .a1v1::after {
    display: none;
  }
}
.cont1 .a1v1 .a1v1-as1 .a1v1-asb1 {
  width: 53.0714285714%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1-as1 .a1v1-asb1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1v1-as1 .a1v1-asb1 .img {
  width: 100%;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1-as1 .a1v1-asb1 .img {
    border-radius: 1rem;
  }
}
.cont1 .a1v1 .a1v1-as1 .a1v1-asb1 .img img {
  width: 100%;
}
.cont1 .a1v1 .a1v1-as1 .a1v1-asb1 a.bl img {
  width: 3.125rem;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1-as1 .a1v1-asb1 a.bl img {
    width: 2rem;
  }
}
.cont1 .a1v1 .a1v1-as1 .a1v1-asb2 {
  width: 41.6428571429%;
  font-size: 1rem;
  line-height: 1.65em;
  color: #fff;
  padding-bottom: 2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1-as1 .a1v1-asb2 {
    width: 100%;
    color: #666;
    margin-top: 1rem;
    padding-bottom: 0;
  }
}

.cont2 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cont2 {
    margin-top: 2rem;
  }
}
.cont2 .a2_list1 {
  margin-top: 4.5625rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    margin-top: 0.5rem;
  }
}
.cont2 .a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin-top: 1rem;
  }
}
.cont2 .a2_list1 li .data {
  color: #001CA4;
  font-weight: 700;
}
.cont2 .a2_list1 li .data span {
  font-size: 4.25rem;
  line-height: 1em;
  display: inline-block;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .data span {
    font-size: 2.8rem;
  }
}
.cont2 .a2_list1 li .data sup {
  font-size: 1.5rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .data sup {
    font-size: 1rem;
  }
}
.cont2 .a2_list1 li p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li p {
    font-size: 1rem;
  }
}
.cont2 .a2v1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 2rem;
  }
}
.cont2 .a2v1 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .img {
    border-radius: 1rem;
  }
}
.cont2 .a2v1 .img img {
  width: 100%;
}
.cont2 .a2v1 .img p {
  color: #fff;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 2.8125rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .img p {
    font-size: 1.5rem;
    text-wrap: balance;
  }
}

.cont3 {
  padding: 4.0625rem 0 9.375rem;
}
.cont3 a.more-b{
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
  .cont3 a.more-b{
    margin-top: 1.5rem;
  }
}

.xw_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .xw_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .xw_list1 {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .xw_list1 li {
    margin-top: 1rem;
  }
}
.xw_list1 li a.img {
  display: block;
}
.xw_list1 li a.img i {
  display: block;
  font-size: 0;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .xw_list1 li a.img i {
    border-radius: 0.5rem;
  }
}
.xw_list1 li a.img i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.xw_list1 li a.img i img {
  width: 100%;
}
.xw_list1 li a.img p {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw_list1 li a.img p {
    font-size: 1.25rem;
    margin-top: 0.65rem;
    display: block;
  }
}
.xw_list1 li a.img span {
  display: block;
  color: #B3B6C2;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .xw_list1 li a.img span {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.xw_list1 li a.img:hover p {
  color: #1252D7;
}

.foot-fot {
  position: relative;
  background: url(../image/bd0d2c8349f1e8e88bbadd29ba419eff.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.foot-fot .foot-pc {
  color: #fff;
}
@media (max-width: 990px) {
  .foot-fot .foot-pc {
    display: none;
  }
}
.foot-fot .foot-pc .foot_a1 {
  padding: 4.375rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-fot .foot-pc .foot_a1 .fot-tit {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas {
  position: relative;
  margin-top: 1rem;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas dt {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas dt i {
  display: block;
  font-size: 1.25rem;
  margin-left: 0.5em;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas dt i img {
  width: 100%;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas dt.clicked i img {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas .seca {
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.75rem 1rem;
  display: none;
  z-index: 1;
}
.foot-fot .foot-pc .foot_a1 .foot-b1 .wehhas .seca dd {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8em;
  font-weight: 400;
  color: #333;
}
.foot-fot .foot-pc .foot_a1 .foot-b2 .foo-as a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  margin-right: 1em;
  margin-top: 1rem;
}
.foot-fot .foot-pc .foot_a1 .foot-b2 .foo-as a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.foot-fot .foot-pc .foot_a1 .foot-b3 .ast {
  text-align: center;
}
.foot-fot .foot-pc .foot_a1 .foot-b3 .ast + .ast {
  margin-left: 2rem;
}
.foot-fot .foot-pc .foot_a1 .foot-b3 .ast i {
  border-radius: 0.6rem;
  overflow: hidden;
  display: block;
  width: 7.9375rem;
  margin: 0 auto;
}
.foot-fot .foot-pc .foot_a1 .foot-b3 .ast img {
  width: 100%;
}
.foot-fot .foot-pc .foot_a1 .foot-b3 .ast p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.foot-fot .foot_a2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem 0;
}
.foot-fot .foot_a2 .tit {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.foot-fot .foot_a2 .foo-as {
  margin-left: 1em;
}
.foot-fot .foot_a2 .foo-as a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  margin-right: 1em;
}
.foot-fot .foot_a2 .foo-as a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.foot-fot .foota2 {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .foot-fot .foota2 {
    padding: 1rem 0 2rem;
  }
}
.foot-fot .foota2 .d_logo {
  width: 24.4285714286%;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .d_logo {
    width: 70%;
    margin: 0 auto;
  }
}
.foot-fot .foota2 .d_logo img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota2 .cont-p {
  text-align: right;
  color: #fff;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .cont-p {
    text-align: center;
    text-wrap: balance;
  }
}
.foot-fot .foota2 .cont-p .d_nav li {
  display: inline-block;
}
.foot-fot .foota2 .cont-p .d_nav li + li {
  margin-left: 2.5em;
}
.foot-fot .foota2 .cont-p .d_nav li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #fff;
}
.foot-fot .foota2 .cont-p .d_nav li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.foot-fot .foota2 .cont-p .d_bq {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.foot-fot .foota2 .cont-p .d_bq a {
  color: #fff;
}
.foot-fot .foota2 .cont-p .d_bq a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(255, 255, 255, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #fff;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #1252D7;
  border-radius: 0.65rem;
  line-height: 5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  mix-blend-mode: exclusion;
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li > a i.as1a {
  line-height: 1em;
  color: #fff;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
       -o-transform: translateY(1rem);
          transform: translateY(1rem);
}
.zd_erha li > a i.as1a img {
  height: 1.9rem;
}
.zd_erha li > a i.as1a p {
  font-size: 0.75rem;
  margin-top: 0.15rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #1252D7;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1252D7;
  border-color: #1252D7;
  vertical-align: middle;
}

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

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #1252D7;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.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;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #1252D7;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  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 "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  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: #1252D7;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 4.375rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.5625rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1252D7;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #1252D7;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.5625rem;
  margin-top: -6.5625rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding-top: 8.125rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding-top: 2rem;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 43.5714285714%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 50%;
  border-radius: 2.5rem;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 28.5714285714%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1.25rem;
    padding-bottom: 70%;
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 img {
  width: 100%;
}

@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
.abt-cont2 {
  padding: 5.125rem 0 6.125rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .abt_list2 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 {
    margin-top: 0;
  }
}
.abt-cont2 .abt_list2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1252D7;
  position: absolute;
  left: 0;
  top: 71.2%;
  z-index: -1;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2::after {
    display: none;
  }
}
.abt-cont2 .abt_list2 li {
  width: 19%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li {
    width: 47%;
    margin-top: 1rem;
  }
}
.abt-cont2 .abt_list2 li .cont-p {
  text-align: center;
}
.abt-cont2 .abt_list2 li .cont-p .img-xas u {
  display: block;
  font-size: 0;
  -webkit-animation: rotate 5s linear infinite;
     -moz-animation: rotate 5s linear infinite;
       -o-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.abt-cont2 .abt_list2 li .cont-p .img-xas u img {
  width: 100%;
}
.abt-cont2 .abt_list2 li .cont-p .img-xas i {
  display: block;
  font-size: 0;
  width: 20.8333333333%;
}
.abt-cont2 .abt_list2 li .cont-p .img-xas i img {
  width: 100%;
}
.abt-cont2 .abt_list2 li .cont-p .as-a1 {
  color: #333333;
  margin-top: -0.5rem;
}
.abt-cont2 .abt_list2 li .cont-p .as-a1 .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .as-a1 .tit {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt_list2 li .cont-p .as-a1 .p1 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5em;
}
.abt-cont2 .abt_list2 li .cont-p .as-a1::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #1252D7;
  border-radius: 50%;
  background: #fff;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .as-a1::after {
    display: none;
  }
}
.abt-cont2 .abt_list2 li .cont-p .as-a2 {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .as-a2 {
    padding: 0;
    margin-top: 0.5rem;
  }
}
.abt-cont2 .abt_list2 li .cont-p .as-a2 img {
  width: 100%;
}
.abt-cont2 .abt_list2 li .cont-p .as-a2 p {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
}
.abt-cont2 .abt_list2 li .cont-p .as-a3 {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 1rem;
  font-weight: 400;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .as-a3 {
    font-weight: 500;
  }
}

.abt-cont3 {
  background: url(../image/4180fa065fff99f3fd449419fb6ea1f1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.375rem 0 9.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0;
  }
}
.abt-cont3 .abt-a3_list1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_list1 {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3_list1 li + li {
  margin-left: 2.5em;
}
.abt-cont3 .abt-a3_list1 li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_list1 li a {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt-a3_list1 li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_list1 li a::after {
    height: 0.15rem;
  }
}
.abt-cont3 .abt-a3_list1 li.on a {
  color: #fff;
}
.abt-cont3 .abt-a3_list1 li.on a::after {
  width: 2em;
}
.abt-cont3 .abt-a3_list2 li {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  padding: 6rem 4%;
  display: none;
  border-radius: 1.6875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_list2 li {
    padding: 2rem 6%;
    border-radius: 1rem;
  }
}
.abt-cont3 .abt-a3_list2 li .p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  color: #333333;
}

.abt-cont4 {
  padding: 7.1875rem 0 7.625rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}
.abt-cont4 .abt-a4v1 {
  background: #F3F4F8;
  padding: 4rem 2%;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 1rem;
    border-radius: 1rem;
    padding: 2rem 3% 2rem 6%;
  }
}
.abt-cont4 .abt-a4v1 .cont-p {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  max-height: 19.0625rem;
  overflow-y: auto;
}
.abt-cont4 .abt-a4v1 .cont-p::-webkit-scrollbar {
  width: 3px;
}
.abt-cont4 .abt-a4v1 .cont-p::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #1252D7;
}
.abt-cont4 .abt-a4v1 .cont-p::-webkit-scrollbar-track {
  background-color: #D8D8D8;
  width: 1px;
}
.abt-cont4 .abt-a4v2 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v2 {
    margin-top: 1.25rem;
  }
}
.abt-cont4 .abt-a4v2 a.more-b {
  margin: 0.25rem 1.2rem;
  padding: 0.85rem 4rem;
}
.abt-cont4 .abt-a4v2 .wea:nth-child(2n-1) a.more-b{
  background: #1252D7;
  color: #fff;
}
.abt-cont4 .abt-a4v2 .wea:nth-child(2n-1) a.more-b i {
  color: #fff;
}
.abt-cont4 .abt-a4v2 .wea:nth-child(2n-1) a.more-b::after {
  background-color: #fff;
}
.abt-cont4 .abt-a4v2 .wea:nth-child(2n-1) a.more-b:hover {
  color: #1252D7;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v2 a.more-b {
    margin: 0.25rem 0.65rem;
    padding: 0.7rem 3rem;
  }
}

.abt-cont5 {
  background: url(../image/74f5405384f7239fc95da0f76778b2ec.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.8125rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 3.5rem 0;
  }
}
.abt-cont5 .abt-a5v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .abt-a5v1 a.more-b {
  width: 15.25rem;
  font-weight: 600;
  margin: 0.25rem 1.25rem;
  padding: 0.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 a.more-b {
    width: 70vw;
    padding: 0.8rem 0;
  }
}

.abt-cont6 .abt-a6v1 {
  margin-top: 7.1875rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 {
    margin-top: 2rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list1 {
    margin-top: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list1 li {
  width: 33.3333333333%;
  text-align: center;
  border: 1px solid #D4D4D4;
  background: #F3F4F8;
  color: #333333;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1rem 5%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list1 li {
    font-size: 1rem;
    padding: 0.65rem 4%;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list1 li.on {
  background: #1252D7;
  color: #fff;
  border-color: #1252D7;
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li {
  display: none;
  padding: 2rem 1.8rem;
  border: 1px solid #D4D4D4;
  border-top: none;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list2 li {
    padding: 1rem 1.25rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p .pasdr {
  color: #666;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 1em;
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl + dl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl + dl {
    margin-top: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl dt {
  background: #F3F4F8;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.75em 1.1em;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl dt {
    font-size: 1.125rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl dd {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.75em;
  padding: 1rem 2%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl dd {
    font-size: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6list2 li .cont-p dl dd p:nth-child(1) {
  font-weight: 600;
  margin-right: 4em;
}
.abt-cont6 .abt-a6v2 {
  padding: 3.25rem 0 4rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 {
    padding: 2.5rem 0;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 {
  margin-top: 2.25rem;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 {
  padding-right: 0.5rem;
  background-color: #0D42B1;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li {
  width: 50%;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 .li1 {
  width: 100%;
}
@media (max-width: 768px) {
  /*.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li {*/
  /*  width: 100%;*/
  /*}*/
  /*.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li:nth-child(2) {*/
  /*  display: none;*/
  /*}*/
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li p {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem 4%;
  width: 50%;
  text-align: center;
  border-left: 1px solid #D4D4D4;
  background: #1252D7;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li p1 {
    width: 50%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li p {
    font-size: 1.125rem;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d1 li p:nth-child(2n) {
  background: #0D42B1;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 {
  max-height: 19.5rem;
  overflow-y: auto;
  border: 1px solid #D4D4D4;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 {
    max-height: 40vh;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2::-webkit-scrollbar {
  width: 0.5rem;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2::-webkit-scrollbar-thumb {
  width: 0.5rem;
  background-color: #1252D7;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2::-webkit-scrollbar-track {
  background-color: #D8D8D8;
  width: 1px;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li:nth-child(2n-1) {
  background: #F3F4F8;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li:nth-child(2n-1) {
    background: #fff;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 {
    width: 100%;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 + .weha1 {
  border-left: 1px solid #D4D4D4;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 + .weha1 {
    border-left: none;
    background: #F3F4F8;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .tit {
  width: 50%;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 4%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .tit {
    font-size: 0.875rem;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as {
  width: 50%;
  padding: 1rem 4%;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as {
    font-size: 0.875rem;
  }
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as i {
  display: block;
  width: 1.25rem;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as i img {
  width: 100%;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as .a {
  width: 30%;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li .weha1 .wepa1as .b {
  width: 100%;
  text-align: center;
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li:nth-child(1) .weha1:nth-child(1) .wepa1as i img {
  -webkit-filter: invert(57%) sepia(99%) saturate(514%) hue-rotate(13deg) brightness(114%) contrast(96%);
          filter: invert(57%) sepia(99%) saturate(514%) hue-rotate(13deg) brightness(114%) contrast(96%);
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li:nth-child(1) .weha1:nth-child(2) .wepa1as i img {
  -webkit-filter: invert(39%) sepia(3%) saturate(28%) hue-rotate(2deg) brightness(100%) contrast(94%);
          filter: invert(39%) sepia(3%) saturate(28%) hue-rotate(2deg) brightness(100%) contrast(94%);
}
.abt-cont6 .abt-a6v2 .abt-a6v2c1 .abt-a6v2c1d2 .abt-a6v2c1d2c1 li:nth-child(2) .weha1:nth-child(1) .wepa1as i img {
  -webkit-filter: invert(39%) sepia(3%) saturate(28%) hue-rotate(2deg) brightness(100%) contrast(94%);
          filter: invert(39%) sepia(3%) saturate(28%) hue-rotate(2deg) brightness(100%) contrast(94%);
}

.ny-show_bodyas {
  padding-top: 6.5625rem;
  background: url(../image/45ecc1fc706dc58c4510cf205f166a18.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

.list_content .title1 p {
  color: #B4B4B4;
  font-size: 1rem;
  line-height: 1.5em;
}
.list_content .ny-tita {
  text-align: center;
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.5em;
  display: none;
}
@media (max-width: 768px) {
  .list_content .ny-tita {
    font-size: 2.25rem;
  }
}
.list_content .nr-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.125rem;
  padding: 3rem 4%;
  backdrop-filter: blur(14px);
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .list_content .nr-content {
    margin-top: 1rem;
    padding: 2rem 4%;
    border-radius: 0.75rem;
  }
}
.list_content .nr-content .yc-list1 {
  margin-top: 1rem;
}
.list_content .nr-content .yc-list1 li {
  margin: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list1 li {
    width: 48%;
    margin: 0.2rem 1%;
  }
}
.list_content .nr-content .yc-list1 li a {
  width: 10rem;
  padding: 0.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list1 li a {
    width: 100%;
  }
}
.list_content .nr-content .yc-list1 li a:after {
  display: none;
}
.list_content .nr-content .yc-list1 li.on a {
  background: #1252D7;
  color: #fff;
}
@media (max-width: 768px) {
  .list_content .nr-content .wjas {
    margin-top: 1rem;
  }
}
.list_content .nr-content .wjas .wjhy i {
  width: 1.25rem;
  display: block;
  font-size: 0;
  margin-right: 0.5rem;
}
.list_content .nr-content .wjas .wjhy i img {
  width: 100%;
}
.list_content .nr-content .wjas .wjhy p {
  color: #1252D7;
  font-size: 1rem;
  line-height: 1.5em;
}
.list_content .nr-content .yc-list2 li {
  display: none;
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 {
  margin-top: 1.5rem;
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 .btat {
  background: -webkit-linear-gradient(left, rgb(18, 82, 215) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(left, rgb(18, 82, 215) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(left, rgb(18, 82, 215) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(90deg, rgb(18, 82, 215) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 .btat {
    padding: 1rem 1rem;
    font-size: 1.35rem;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 .tit {
  background: #fff;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 .tit {
    font-size: 1.25rem;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 .tit span {
  position: relative;
  z-index: 1;
  padding: 1rem 3rem 1rem 1.5rem;
  display: inline-block;
  background: #1252D7;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 .tit span {
    padding: 0.75rem 2rem 0.75rem 1rem;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl {
    margin-top: 1rem;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dt {
  background: -webkit-linear-gradient(left, rgba(18, 82, 215, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(left, rgba(18, 82, 215, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(18, 82, 215, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(90deg, rgba(18, 82, 215, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-left: 0.15rem solid #1252D7;
  color: #333333;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dt {
    font-size: 1.25rem;
    line-height: 2em;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dd {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 0 0.75rem 1.5rem;
  border-bottom: 1px solid #D2D2D2;
}
@media (max-width: 768px) {
  .list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dd {
    padding-left: 1rem;
  }
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dd p {
  margin-right: 1em;
}
.list_content .nr-content .yc-list2 li .cont-p .xw-as1 dl dd i {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.zwh-cont1 .zwh-a1_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 5.25rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zwh-cont1 .zwh-a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.zwh-cont1 .zwh-a1_list1 li {
  text-wrap: balance;
}
.zwh-cont1 .zwh-a1_list1 li .block i {
  display: block;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.zwh-cont1 .zwh-a1_list1 li .block i img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/9;
  width: 100%;
}
.zwh-cont1 .zwh-a1_list1 li .block a.bl {
  right: 12%;
  bottom: 1rem;
}
.zwh-cont1 .zwh-a1_list1 li .block a.bl img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: 3.125rem;
}
.zwh-cont1 .zwh-a1_list1 li .block .wenata {
  text-align: center;
}
.zwh-cont1 .zwh-a1_list1 li .block .wenata h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75em;
  padding: 1rem 0 0.5rem;
}
@media (max-width: 768px) {
  .zwh-cont1 .zwh-a1_list1 li .block .wenata h2 {
    font-size: 1.25rem;
    line-height: 1.25em;
    padding: 1rem 0 0;
  }
}
.zwh-cont1 .zwh-a1_list1 li .block .wenata h2::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.1563rem;
  background: #1252D7;
  margin: 0.5rem auto;
}
.zwh-cont1 .zwh-a1_list1 li .block .wenata .p {
  color: #646464;
  font-size: 1rem;
  line-height: 1.5em;
}

.zwh-cont2 {
  margin-top: 3rem;
}
.zwh-cont2 .zwh-a2_list1 {
  margin-top: 1rem;
}
.zwh-cont2 .zwh-a2_list1 li {
  margin: 0.5rem 0.75rem;
}
@media (max-width: 768px) {
  .zwh-cont2 .zwh-a2_list1 li {
    width: 48%;
    margin: 0.2rem 1%;
  }
}
.zwh-cont2 .zwh-a2_list1 li a {
  width: 10rem;
  padding: 0.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .zwh-cont2 .zwh-a2_list1 li a {
    width: 100%;
  }
}
.zwh-cont2 .zwh-a2_list1 li a:after {
  display: none;
}
.zwh-cont2 .zwh-a2_list1 li.on a {
  background: #1252D7;
  color: #fff;
}

.news-list1 {
  margin-top: 3rem;
}
.news-list1 li {
  border-radius: 1.25rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.news-list1 li a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-list1 li a.img {
    width: 100%;
  }
}
.news-list1 li a.img img {
  width: 100%;
}
.news-list1 li .cont-p {
  width: 50%;
  padding: 1.5rem 5%;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p {
    width: 100%;
    padding: 1.5rem 6%;
  }
}
.news-list1 li .cont-p a.name {
  display: block;
  color: #333333;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p a.name {
    font-size: 1.4rem;
  }
}
.news-list1 li .cont-p .data {
  color: #B3B6C2;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p .data {
    font-size: 1.125rem;
  }
}
.news-list1 li .cont-p .p {
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p .p {
    font-size: 1rem;
  }
}
.news-list1 li .cont-p a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p a.more-b {
    margin-top: 1rem;
  }
}

.news-content .xw_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .news-content .xw_list1 {
    margin-top: 1.5rem;
  }
}

.ny-show_bodyxw {
  padding-top: 6.5625rem;
}

.xw-show_bja {
  background: #1252D7;
  padding: 4rem 0;
  color: #fff;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding: 3rem 0;
  }
}
.xw-show_bja .title-a {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05em;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.8rem;
    line-height: 1.25em;
  }
}
.xw-show_bja .title-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b {
    margin-top: 1rem;
  }
}
.xw-show_bja .title-b .date-a {
  font-size: 1.3125rem;
  font-weight: 600;
}
.xw-show_bja .title-b .social-share {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b .social-share {
    margin-left: 1rem;
  }
}
.xw-show_bja .title-b .social-share a {
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  color: #1252D7;
  background: #fff;
  border: 1px solid #fff;
}
.xw-show_bja .title-b .social-share a:hover {
  background: transparent;
  color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 999;
}

.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.65em;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    padding: 2rem 0;
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss strong {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss strong {
    font-size: 1.25rem;
  }
}

.pain .shanys {
  border-top: 1px solid #D8D8D8;
  padding: 2.5rem 0;
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .pain .shanys {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
.pain .shanys a {
  color: #626262;
}
.pain .shanys a:hover {
  color: #1252D7;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}
.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: white;
  -o-background-size: 35% auto;
     background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
  border-radius: 0.9375rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 90%;
    -o-background-size: 50% auto;
       background-size: 50% auto;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #333;
  font: 600 1.575rem/1.5em "Noto Sans SC";
  padding: 2.6rem 1.5rem 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont .hefat {
    padding-top: 1.5rem;
  }
}
.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont a.jataxta {
    top: 1.5rem;
    right: 1.25rem;
  }
}
.pead-jsda .pead-cont a.jataxta i {
  color: #333;
  font: 600 2.5rem/1em "Noto Sans SC";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pead-jsda .pead-cont form#f1 {
  margin-top: 1.5625rem;
  width: 60.0714285714%;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 4% 3.5rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #666;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.4em 0 0.6em;
}
.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-indent: 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "Noto Sans SC";
  padding: 0.5em 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .div_aghgha button {
  border: 1px solid #1252D7;
}
.pead-jsda .pead-cont form#f1 {
  padding: 0 2rem 2.6rem;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.job-tanc .layui-layer-content{
    padding: 2rem;
    font-size: 1rem;
    line-height: 1.5em;
}
.job-tanc .layui-layer-content a{
  color: #1252D7;
}
.job-tanc .layui-layer-content a:hover{
  font-weight: 700;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}