@charset "UTF-8";
body, html {
  font-size: 0.9333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1.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: -apple-system, BlinkMacSystem, "Noto Sans SC", "Montserrat", sans-serif !important;
}

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 5.2083333333%;
}
@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: #1958ba;
  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 #1958ba;
  -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: #1958ba;
  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: #1958ba;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #1958ba;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #1958ba;
}
.more-msl.ls {
  color: #1958ba;
  background: transparent;
  border-color: #1958ba;
}
.more-msl.ls:before {
  background: #1958ba;
}
.more-msl.ls: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 .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 .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .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;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.875rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .sska,
.head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}
.head .head2 .sska a,
.head .head2 .zywena a {
  font: 500 1rem/1.5em "Montserrat";
  color: #fff;
}
.head .head2 .sska i,
.head .head2 .zywena i {
  font-size: 1.25rem;
}
.head .head2 .zywena {
  text-align: center;
  margin: 0 0 0 1.5rem;
  position: relative;
}
.head .head2 .zywena i {
  margin-right: 0.5rem;
}
.head:hover .head2, .head.sticky .head2 {
  background: #fff;
}
.head:hover .head2 .logo a img, .head.sticky .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head:hover .head2 #menu .nav_a1 li a, .head:hover .head2 .sska i, .head:hover .head2 .zywena i, .head:hover .head2 .sska a, .head:hover .head2 .zywena a, .head.sticky .head2 #menu .nav_a1 li a, .head.sticky .head2 .sska i, .head.sticky .head2 .zywena i, .head.sticky .head2 .sska a, .head.sticky .head2 .zywena a {
  color: #3a3a3a;
}
.head:hover .head2 #menu .nav_a1 li > a span::after, .head.sticky .head2 #menu .nav_a1 li > a span::after {
  background: #1958ba;
}
.head:hover .head2 #menu .nav_a1 li > a:hover, .head.sticky .head2 #menu .nav_a1 li > a:hover {
  color: #1958ba;
}
.head:hover .head2 #menu .nav_a1 li > a:hover span::after, .head.sticky .head2 #menu .nav_a1 li > a:hover span::after {
  background: #1958ba;
}

.ny-show_body .head2 {
  border-bottom: 1px solid #EAEAEA;
  background: #FFF;
}
.ny-show_body .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.ny-show_body .head2 #menu .nav_a1 li a, .ny-show_body .head2 .sska i, .ny-show_body .head2 .zywena i, .ny-show_body .head2 .sska a, .ny-show_body .head2 .zywena a {
  color: #3a3a3a;
}
.ny-show_body .head2 #menu .nav_a1 li > a span::after {
  background: #1958ba;
}
.ny-show_body .head2 #menu .nav_a1 li > a:hover {
  color: #1958ba;
}
.ny-show_body .head2 #menu .nav_a1 li > a:hover span::after {
  background: #1958ba;
}

#menu .nav_a1 > li {
  float: left;
  position: relative;
}
#menu .nav_a1 > li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  line-height: 2em;
  font-weight: bold;
  display: inline-block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  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);
  display: none;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
#menu .nav_a1 > li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  color: #1B1C21;
}

#menu .nav_a1 > li .sec .bl{
   padding: 1em 0;
}

#menu .nav_a1 > li .sec .bl:hover{
    background: #1958ba;
}
#menu .nav_a1 > li .sec a.bl:hover{
   color: #FFF;
}


#menu .nav_a1 > li .sec1 {
  position: absolute;
  top: 100%;
  width: 59.9375rem;
  left: -5rem;
  z-index: 999;
  text-align: left;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .nav_a1 > li .sec1 .sec1a {
  width: 32%;
  background: #EFF0F1;
  padding: 2.1875rem 3%;
}
#menu .nav_a1 > li .sec1 .sec1a .sec1b {
  width: 100%;
  background: #EFF0F1;
  padding: 0.1875rem 3%;
}
/* .nav_a1 li:nth-child(4) .sec1 .sec1a li{
  display: none;
} */
#menu .nav_a1 > li .sec1 .sec1a a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  color: #7E8285;
  display: block;
}
#menu .nav_a1 > li .sec1 .sec1a a i {
  font-size: 0.875rem;
  opacity: 0;
  font-weight: 600;
}
#menu .nav_a1 > li .sec1 .sec1a a:hover {
  color: #1958ba !important;
}
#menu .nav_a1 > li .sec1 .sec1a a:hover i {
  opacity: 1;
}
#menu .nav_a1 > li .sec1 .sec1a > li.on {
  color: #1958ba !important;
}
#menu .nav_a1 > li .sec1 .sec1a > li.on a {
  color: #1958ba !important;
}
#menu .nav_a1 > li .sec1 .sec1a > li.on a i {
  opacity: 1;
}
#menu .nav_a1 > li .sec1 .sec1b {
  width: 68%;
  padding: 2.1875rem 6%;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat2 {
  width: 53.8461538462%;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat2 li a {
  color: #7E8285;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat2 li.on a {
  color: #1958ba;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat3 {
  width: 42.8846153846%;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat3 li a {
  display: block;
  font-size: 0;
  border: 1px solid #F4F4F4;
}
#menu .nav_a1 > li .sec1 .sec1b .proat1 li .proat3 li a img {
  width: 100%;
}
#menu .nav_a1 > li:hover .sec, #menu .nav_a1 > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -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 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: #1958ba;
}

.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 .sskza {
  color: #333;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.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;
  height: 100%;
}
.pc-banner .mySwipera {
  height: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
    display: block;
  }
}
.pc-banner .mySwipera .swiper-slide .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img video {
    display: none;
  }
}
.pc-banner .mySwipera .banwez {
  width: 50%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez dt {
  font: 700 3.75rem/1.1em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez dl {
  font: 700 3.75rem/1.4em "Noto Sans SC";
  margin-top: 0.85rem;
  letter-spacing: 0.55rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dl {
    font-size: 1.8rem;
  }
}
.pc-banner .mySwipera .banwez p {
  font: 400 1.5rem/1.4em "Noto Sans SC";
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez p {
    font-size: 1.25rem;
  }
}
.pc-banner .mySwipera .banwez .cont-p {
  width: 52.5%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .cont-p {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez .imga1 {
  width: 30%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .imga1 {
    width: 50%;
    margin: 2rem auto 0;
  }
}
.pc-banner .mySwipera .banwez .imga1 img {
  width: 100%;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  text-align: right;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination2 {
  width: auto;
}
.pc-banner .mySwipera .er-gat .swiper-pagination2 span {
  opacity: 1;
  background: transparent;
  width: 1.5625rem;
  height: 0.4rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transform: skew(-16deg, 0deg);
     -moz-transform: skew(-16deg, 0deg);
      -ms-transform: skew(-16deg, 0deg);
       -o-transform: skew(-16deg, 0deg);
          transform: skew(-16deg, 0deg);
}
.pc-banner .mySwipera .er-gat .swiper-pagination2 span + span {
  margin-left: 0.25rem;
}
.pc-banner .mySwipera .er-gat .swiper-pagination2 span.swiper-pagination-bullet-active {
  background: #fff;
}

a.mousea {
  position: absolute;
  left: 0;
  bottom: 5%;
  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;
  -webkit-animation: run 1s linear infinite;
     -moz-animation: run 1s linear infinite;
       -o-animation: run 1s linear infinite;
          animation: run 1s linear infinite;
}
a.mousea span {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-top: 0.5em;
  display: block;
}
a.mousea p {
  width: 1.5625rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  a.mousea p {
    width: 1rem;
  }
}
a.mousea p img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-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);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .fullpage-wrapper .fp-tableCell {
    padding: 20vw 0;
  }
  .section1 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 3.5rem 0;
  }
  .section1 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
.section {
  overflow: hidden;
}

.fp-tableCell {
  position: relative;
}

em {
  font-style: italic;
}

#menua {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menua li {
  text-align: right;
}
#menua li a {
  display: block;
}
#menua li a span {
  display: inline-block;
  color: #fff;
  font: 500 0.875rem/2em "Noto Sans SC";
  text-transform: uppercase;
  opacity: 0;
}
#menua li a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height:1px;
  border: 0.1rem solid #fff;
  margin-bottom: 2px;
  border-radius: 0;
  margin-left: 1rem;
  -webkit-transform: translateY(-0.1rem);
     -moz-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
       -o-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
#menua li.active a span {
  opacity: 1;
}
#menua li.active a::after {
  background: #fff;
}
@media (max-width: 990px) {
  #menua {
    display: none;
  }
}

.fp-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  -o-transition: -o-transform 1200ms ease;
  -moz-transition: transform 1200ms ease, -moz-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
}

.gong-p {
  color: #323232;
  font: 500 1.25rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.mySwipera .swiper-button-next1 {
	position: absolute;
	cursor: pointer;
    top: 45%;
	left: 10px;
	z-index: 99;
	background: url(../images/left.png) no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
}

.mySwipera .swiper-button-prev1 {
    position: absolute;
	cursor: pointer;
	top: 45%;
	right: 10px;
	z-index: 99;
	background: url(../images/right.png) no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
}



.swiper-pagination1 {
  text-align: center;
  position: absolute;
  z-index: 99;
}
.swiper-pagination1 span {
  opacity: 1;
  background: #BBBEC1;
  width: 1.3125rem;
  height: 0.2188rem;
  margin: 0 0.35rem !important;
  -webkit-transform: skewX(-16deg);
     -moz-transform: skewX(-16deg);
      -ms-transform: skewX(-16deg);
       -o-transform: skewX(-16deg);
          transform: skewX(-16deg);
  border-radius: 0;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #1958ba;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 2rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  border: 1px solid #FFFFFF;
  -webkit-transform: skewX(-16deg);
     -moz-transform: skewX(-16deg);
      -ms-transform: skewX(-16deg);
       -o-transform: skewX(-16deg);
          transform: skewX(-16deg);
  border-radius: 0.3125rem;
}
.more-b .as {
  -webkit-transform: skewX(16deg);
     -moz-transform: skewX(16deg);
      -ms-transform: skewX(16deg);
       -o-transform: skewX(16deg);
          transform: skewX(16deg);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.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: 1.65rem;
  text-transform: uppercase;
  font-family: "Noto Sans SC";
  font-weight: 400;
}
.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;
  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: #fff;
  -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);
}
.more-b:hover {
  border: 1px solid #fff;
}
.more-b:hover > * {
  -webkit-transform: skewX(16deg) translateX(0.75rem);
     -moz-transform: skewX(16deg) translateX(0.75rem);
      -ms-transform: skewX(16deg) translateX(0.75rem);
       -o-transform: skewX(16deg) translateX(0.75rem);
          transform: skewX(16deg) translateX(0.75rem);
  color: #1958ba;
}
.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 {
  color: #1958ba;
  border-color: #1958ba;
}
.more-b.ls::after {
  background: #1958ba;
}
.more-b.ls:hover > * {
  color: #fff;
}
.more-b.lsa {
  color: #fff;
  border-color: #1958ba;
  background: #1958ba;
}
.more-b.lsa::after {
  background: #fff;
}
.more-b.lsa:hover > * {
  color: #1958ba;
}

.tita1 .entit {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px#ffffff;
  text-stroke:1px#FFFFFF;
  opacity: .3;
  height: 6.75rem;
}
@media (max-width: 768px) {
  .tita1 .entit {
    height: 3.75rem;
	font-size: 3rem;
  }
}
.tita1 .tit {
  color: #FFFFFF;
  font: 500 3.5rem/1.2em "Noto Sans SC";
  margin-top: -0.78em;
}
@media (max-width: 768px) {
  .tita1 .tit {
    font-size: 2rem;
  }
}

.section2 .a2_v1 .cont-p {
  color: #FFFFFF;
  font: 400 1.1rem/1.8em "Noto Sans SC";
  text-align: justify;
  margin-top: 2.375rem;
  text-indent: 2.6rem;
  
}
@media (max-width: 768px) {
  .section2 .a2_v1 .cont-p {
    padding: 0;
    text-align: left;
    margin-top: 1.5rem;
  }
}
.section2 .a2_v1 a.more-b {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .section2 .a2_v1 a.more-b {
    margin-top: 1.5rem;
  }
}

.section3 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.section3 .tita1 .entit {
  -webkit-transform: translateX(-7.5rem);
     -moz-transform: translateX(-7.5rem);
      -ms-transform: translateX(-7.5rem);
       -o-transform: translateX(-7.5rem);
          transform: translateX(-7.5rem);
}
@media (max-width: 1366px) {
  .section3 .tita1 .entit {
    -webkit-transform: translateX(-2.5rem);
       -moz-transform: translateX(-2.5rem);
        -ms-transform: translateX(-2.5rem);
         -o-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
  }
}
@media (max-width: 990px) {
  .section3 .tita1 .entit {
    -webkit-transform: translateX(-1em);
       -moz-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
         -o-transform: translateX(-1em);
            transform: translateX(-1em);
  }
}

.section3 .a3_v1 .a3_b1 {
  width: 62.2608695652%;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 {
    width: 100%;
    /* -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; */
    margin-top: 1rem;
  }
}
.section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p {
  width: 40.3397027601%;
  color: #fff;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p {
    width: 100%;
    margin-top: 0.5rem;
    order: 1;
  }
}
.section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p .tit {
  font: 600 3rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p .p {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.5rem 0 2.8rem;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 .a3_b1c1 li .cont-p .p {
    padding: 0.5rem 0 0.5rem;
  }
}
.section3 .a3_v1 .a3_b1 .a3_b1c1 li .img {
  width: 50.2123142251%;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 .a3_b1c1 li .img {
    width: 80%;
    margin: 0 auto;
  }
}
.section3 .a3_v1 .a3_b1 .a3_b1c1 li .img img {
  width: 100%;
}
.section3 .a3_v1 .a3_b2 {
  width: 32.3188405797%;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a {
  color: #fff;
  padding: 1.1rem 0;
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 .a3_b2c1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .section3 .a3_v1 .a3_b2 .a3_b2c1 li{
    width: 48%;
  }
  .section3 .a3_v1 .a3_b2 .a3_b2c1 li a {
    padding: 0.75rem 0;
    padding-left: 0.5rem;
  }
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-linear-gradient(left, #2F72B6 -9.94%, rgba(0, 0, 0, 0.31) 77.5%);
  background: -moz-linear-gradient(left, #2F72B6 -9.94%, rgba(0, 0, 0, 0.31) 77.5%);
  background: -o-linear-gradient(left, #2F72B6 -9.94%, rgba(0, 0, 0, 0.31) 77.5%);
  background: linear-gradient(90deg, #2F72B6 -9.94%, rgba(0, 0, 0, 0.31) 77.5%);
  opacity: 0.5;
  z-index: -1;
  -webkit-transform: skewX(-16deg);
     -moz-transform: skewX(-16deg);
      -ms-transform: skewX(-16deg);
       -o-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a .ast1 i {
  display: block;
  font-size: 0;
  width: 4.125rem;
  margin-right: 1.25rem;
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a .ast1 i img {
  width: 100%;
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a .ast1 p {
  font: 400 1.2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 .a3_b2c1 li a .ast1 i{
    display: none;
  }
  .section3 .a3_v1 .a3_b2 .a3_b2c1 li a .ast1 p {
    font-size: .875rem;
  }
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li a > i {
  font-weight: 200;
  opacity: 0;
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li.on a::after {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section3 .a3_v1 .a3_b2 .a3_b2c1 li.on a > i {
  opacity: 1;
}

@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 .a3_b2c1 li a > i{
    display: none;
  }
  .section4 .fp-tableCell {
    padding-bottom: 0 !important;
  }
}
.section4 .a4_v1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section4 .a4_v1 li {
  width: 100%;
  height: 100%;
}
.section4 .a4_v1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .a4_v2 .tita1 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
}
@media (max-width: 768px) {
  .section4 .a4_v2 .tita1 {
    position: static;
    margin-bottom: 1rem;
  }
}
.section4 .a4_v2 .a4_v2c1 li {
  width: 20%;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-16deg);
     -moz-transform: skewX(-16deg);
      -ms-transform: skewX(-16deg);
       -o-transform: skewX(-16deg);
          transform: skewX(-16deg);
  text-align: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 768px) {
  .section4 .a4_v2 .a4_v2c1 li {
    -webkit-transform: skewX(0);
       -moz-transform: skewX(0);
        -ms-transform: skewX(0);
         -o-transform: skewX(0);
            transform: skewX(0);
    height: 65vw;
    width: 50%;
    padding: 0 5%;
  }
  .section4 .a4_v2 .a4_v2c1 li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.section4 .a4_v2 .a4_v2c1 li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section4 .a4_v2 .a4_v2c1 li .cont-p {
  -webkit-transform: skewX(16deg);
     -moz-transform: skewX(16deg);
      -ms-transform: skewX(16deg);
       -o-transform: skewX(16deg);
          transform: skewX(16deg);
}
@media (max-width: 768px) {
  .section4 .a4_v2 .a4_v2c1 li .cont-p {
    -webkit-transform: skewX(0);
       -moz-transform: skewX(0);
        -ms-transform: skewX(0);
         -o-transform: skewX(0);
            transform: skewX(0);
  }
}
.section4 .a4_v2 .a4_v2c1 li .cont-p > i {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
.section4 .a4_v2 .a4_v2c1 li .cont-p > i img {
  width: 100%;
}
.section4 .a4_v2 .a4_v2c1 li .cont-p .wenata h2 {
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "Noto Sans SC";
  margin: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .section4 .a4_v2 .a4_v2c1 li .cont-p .wenata h2 {
    margin: 0.5rem 0 1rem;
	font: 500 1.1rem/1.5em "Noto Sans SC";
  }
}
.section4 .a4_v2 .a4_v2c1 li .cont-p a.more-b {
  margin-left: -2rem;
  display: none;
}
@media (max-width: 768px) {
  .section4 .a4_v2 .a4_v2c1 li .cont-p a.more-b {
    margin-left: 0;
    display: inline-block;
  }
}
.section4 .a4_v2 .a4_v2c1 li.on {
  background: rgba(255, 255, 255, 0.08);
}
.section4 .a4_v2 .a4_v2c1 li.on a.more-b {
  display: inline-block;
}

.section5 .tita1 .entit {
  -webkit-transform: translateX(-7.125rem);
     -moz-transform: translateX(-7.125rem);
      -ms-transform: translateX(-7.125rem);
       -o-transform: translateX(-7.125rem);
          transform: translateX(-7.125rem);
}
@media (max-width: 1366px) {
  .section5 .tita1 .entit {
    -webkit-transform: translateX(-2.5rem);
       -moz-transform: translateX(-2.5rem);
        -ms-transform: translateX(-2.5rem);
         -o-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
  }
}
@media (max-width: 990px) {
  .section5 .tita1 .entit {
    -webkit-transform: translateX(-1em);
       -moz-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
         -o-transform: translateX(-1em);
            transform: translateX(-1em);
  }
}
.section5 .a5_v1 .a5_b1 {
  width: 39.5652173913%;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b1 {
    width: 100%;
  }
}
.section5 .a5_v1 .a5_b1 .p1 {
  color: #FFFFFF;
  font: 400 2.5rem/2em "Noto Sans SC";
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b1 .p1 {
    font-size: 2rem;
    margin-top: 1rem;
	text-align: center;
  }
}
.section5 .a5_v1 .a5_b2 {
  width: 53.9855072464%;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p {
    border-radius: 1rem;
  }
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p u {
  display: block;
  font-size: 0;
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p u img {
  width: 100%;
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10% 10%;
  color: #fff;
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .tit {
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .tit {
    font-size: 1rem;
  }
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .p {
  font: 400 1rem/1.5em "Noto Sans SC";
  margin: 0.65rem 0 1rem;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .p {
    font-size: 0.875rem;
  }
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .more-a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .more-a i {
    font-size: 0.875rem;
  }
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .more-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section5 .a5_v1 .a5_b2 .mySwiper1 .swiper-slide .cont-p .cont-sa .more-a:hover::after {
  width: 100%;
}

.section6 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.section6 .tita1 .entit {
  -webkit-transform: translateX(-1.5625rem);
     -moz-transform: translateX(-1.5625rem);
      -ms-transform: translateX(-1.5625rem);
       -o-transform: translateX(-1.5625rem);
          transform: translateX(-1.5625rem);
}
@media (max-width: 1366px) {
  .section6 .tita1 .entit {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@media (max-width: 990px) {
  .section6 .tita1 .entit {
    -webkit-transform: translateX(-1em);
       -moz-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
         -o-transform: translateX(-1em);
            transform: translateX(-1em);
  }
}
.section6 .a6_v1 .a6_b1 .tita1 .p1 {
  color: #FFFFFF;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .section6 .a6_v1 .a6_b1 .tita1 .p1 {
    font-size: 1rem;
    margin: 1rem 0;
  }
}
.section6 .a6_b2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .section6 .a6_b2 {
    margin-top: 0.25rem;
  }
}
.section6 .a6_b2 .a6_v2c1 {
  width: 95%;
}
@media (max-width: 768px) {
  .section6 .a6_b2 .a6_v2c1 {
    width: 100%;
  }
}
.section6 .a6_b2 .a6_v2c1 li {
  width: 30.0724637681%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: skewX(-16deg);
     -moz-transform: skewX(-16deg);
      -ms-transform: skewX(-16deg);
       -o-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section6 .a6_b2 .a6_v2c1 li {
    -webkit-transform: skewX(0);
       -moz-transform: skewX(0);
        -ms-transform: skewX(0);
         -o-transform: skewX(0);
            transform: skewX(0);
    width: 100%;
    margin-top: 1rem;
  }
}
.section6 .a6_b2 .a6_v2c1 li a.imga {
  padding: 3rem 1.25rem 2rem 2.8rem;
  color: #FFFFFF;
  display: block;
  -webkit-transform: skewX(16deg);
     -moz-transform: skewX(16deg);
      -ms-transform: skewX(16deg);
       -o-transform: skewX(16deg);
          transform: skewX(16deg);
}
@media (max-width: 768px) {
  .section6 .a6_b2 .a6_v2c1 li a.imga {
    -webkit-transform: skewX(0);
       -moz-transform: skewX(0);
        -ms-transform: skewX(0);
         -o-transform: skewX(0);
            transform: skewX(0);
    padding: 2rem;
  }
}
.section6 .a6_b2 .a6_v2c1 li a.imga .tit {
  font: 500 1.3rem/1.5em "Noto Sans SC";
}
.section6 .a6_b2 .a6_v2c1 li a.imga .p1 {
  margin-top: 4rem;
  width: 95%;
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .section6 .a6_b2 .a6_v2c1 li a.imga .p1 {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.section6 .a6_b2 .a6_v2c1 li a.imga .p1 .data {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat";
}
.section6 .a6_b2 .a6_v2c1 li a.imga .p1 .data span {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.section6 .a6_b2 .a6_v2c1 li a.imga .p1 i {
  font-size: 0.875rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section6 .a6_b2 .a6_v2c1 li:hover {
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.2);
}
.section6 .a6_b2 .a6_v2c1 li:hover .p1 i {
  -webkit-transform: translateX(-10px);
     -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 768px) {
  .section3 .tita1,.section5 .tita1,.section6 .tita1{
    text-align: center;
  }
}

.foot-fot {
  position: relative;
  background: #202020;
}
@media (max-width: 990px) {
  .foot-fot .pc-footaas {
    display: none;
  }
}
.foot-fot .foota2 {
  padding: 4.0625rem 0;
}
.foot-fot .foota2 .fo-a1 {
  width: 23.4285714286%;
}
.foot-fot .foota2 .fo-a1 .d—tit{
  color: #FFF;
  font-size: 1.3rem;
}

.foot-fot .foota2 .fo-a1 .d_sdha {
  margin-top: 1.9rem;
}
.foot-fot .foota2 .fo-a1 .d_sdha li {
  margin-top: 0.5rem;
  
}
.foot-fot .foota2 .fo-a1 .d_sdha li .iamsgh {
  width: 1.25rem;
}
.foot-fot .foota2 .fo-a1 .d_sdha li .iamsgh img {
  width: 100%;
  filter: brightness(100);
}
.foot-fot .foota2 .fo-a1 .d_sdha li .cont-b {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 .fo-a1 .d_sdha li .cont-b b {
  display: block;
  font: 400 0.875rem/1.5em "Montserrat";
}
/* .foot-fot .foota2 .fo-a1 .d_sdha li .cont-b p {
  font: 400 0.875rem/1.5em "Noto Sans SC";
} */
.foot-fot .foota2 .fo-a1 .d_logo img {
  height: 2.875rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota2 .fo-a1 .fenxasd {
  margin-top: 1rem;
}
.foot-fot .foota2 .fo-a1 .fenxasd a {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.3rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
.foot-fot .foota2 .fo-a1 .fenxasd a i {
  color: #202020;
  font-size: 1.25rem;
  line-height: 2.375rem;
}
.foot-fot .foota2 .fo-a1 .fenxasd a:hover {
  background: #fff;
  border-color: #fff;color: #333;
}
.foot-fot .foota2 .fo-a1 .fenxasd a:hover i {
  color: #333;
}
.foot-fot .foota2 .fo-a2 .d—tit {
  color: #FFFFFF;
  font: 500 1.3rem/2em "Noto Sans SC";
  position: relative;
}
.foot-fot .foota2 .fo-a2 .d—tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #1958ba;
  margin-top: 1rem;
}
.foot-fot .foota2 .fo-a2 .d—tit a {
  color: #FFFFFF;
}
.foot-fot .foota2 .fo-a2 .d—tit a:hover {
  font-weight: 600;
}
.foot-fot .foota2 .fo-a2 .sec {
  margin-top: 1rem;
}
.foot-fot .foota2 .fo-a2 .sec a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font: 400 .9rem/1.5em "Noto Sans SC";
  line-height: 2.5rem;
}
.foot-fot .foota2 .fo-a2 .sec a:hover {
  color: #fff;
}
.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.5);
  font: 400 0.875rem/1.65em "Noto Sans SC";
  padding: 2em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #1E1E1E;
  text-align: center;
}
.foot-fot .foota3 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota3 a:hover {
  color: #fff;
}
.foot-fot .foota3 p span:last-child {
  display: none;
}

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

@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 !important;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #1958ba;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.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 .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: #1958ba;
  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: #1958ba;
  border-color: #1958ba;
  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 i {
  font: 400 1.125rem/2rem "Noto Sans SC";
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #1958ba;
}

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

@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: #1958ba;
  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 .entit {
  font-family: "Roboto";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em; /* 75% */
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  margin-left: -1em;
}
@media (max-width: 1366px) {
  .nbanner .nbanner-wen1 .banner-cont .entit {
    margin-left: -0.5em;
  }
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .entit {
    font-size: 2.4rem;
    margin-left: -0.25em;
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 500 2.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.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: 5.625rem;
  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: #1958ba;
  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: #1958ba;
}
.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;
}
@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.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.product-content {
  margin-top: 1.5rem;
}
.product-content .product-list > li {
  margin-bottom: 2rem;
}
/*.product-content .product-ul .product-li:nth-child(1) {*/
/*  display: none;*/
/*}*/
@media (max-width: 768px) {
  .product-content .product-list > li {
    margin-bottom: 1rem;
  }
}
.product-content .product-list > li .tit1 {
  color: #232425;
  font: 400 2.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .product-content .product-list > li .tit1 {
    font-size: 1.65rem;
  }
}
.product-content .product-list > li .prod_list1 {
  border-bottom: 1px solid #B7BCC0;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list1 {
    margin-top: 0.65rem;
  }
}
.product-content .product-list > li .prod_list1 li {
  color: #B7BCC0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 3%;
  padding: 0.5em 0 1em;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list1 li {
    padding: 0.75em 0;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
.product-content .product-list > li .prod_list1 li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #1958ba;
}
.product-content .product-list > li .prod_list1 li.on {
  color: #1958ba;
}
.product-content .product-list > li .prod_list1 li.on::after {
  width: 100%;
}
.product-content .product-list > li .prod_list2 li {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list2 li {
    padding: 1rem 0;
  }
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 {
  width: 40.1428571429%;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 .tit2 {
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 .tit2 {
    font-size: 1.25rem;
  }
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 .p1 {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  margin: 1.25rem 0 2rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b1 .p1 {
    margin: 0.65rem 0 1rem;
  }
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b2 {
  width: 49.0714285714%;
}
@media (max-width: 768px) {
  .product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b2 {
    width: 100%;
  }
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b2 a {
  display: block;
}
.product-content .product-list > li .prod_list2 li .prod_a1v1 .prod_a1b2 a img {
  width: 100%;
}

.ny-show_body {
  padding-top: 6.25rem;
}

.pro-show-cont1 .pro-show-a1v2 {
  color: #232425;
}
.pro-show-cont1 .pro-show-a1v2 .tit {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #B7BCC0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v2 .tit {
    font-size: 1.8rem;
  }
}
.pro-show-cont1 .pro-show-a1v2 .p1 {
  font-size: 1.875rem;
  line-height: 1.45em;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v2 .p1 {
    font-size: 1.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 {
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper2 .swiper-slide {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper2 .swiper-slide .img {
  padding: 0 0 1rem;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper2 .swiper-slide .img-z {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.0625rem;
  display: block;
  font-size: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za {
  margin: 0 15%;
  padding: 0 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za {
    margin: 0 2%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .mySwiper3 {
  padding: 0 1px;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .mySwiper3 .swiper-slide .img {
  display: block;
  font-size: 0;
  border: 1px solid #D9D9D9;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .mySwiper3 .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #1958ba;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .gongt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .gongt > div.swiper-button-next1 {
  right: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .gongt > div.swiper-button-prev1 {
  left: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .fle-za .gongt > div i {
  font-size: 1rem;
  color: #1958ba;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 42.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #232425;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  margin: 1.65rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin: 0.75rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  color: #6F7375;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding-left: 1em;
  position: relative;
  margin: 0.15rem 0;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .9rem;
  background: #6F7375;
  width: 0.1875rem;
  height: 0.625rem;
  margin-top: -0.3125rem;
}

.pro-show-cont2 {
  background: #EFF0F1;
  padding: 4.0625rem 0;
  color: #232425;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont2 .tit {
  font: 400 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont2 .tit {
    font-size: 1.5rem;
  }
}
.pro-show-cont2 .content {
  font: 400 1rem/1.65em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content {
    margin-top: 1rem;
  }
}

.pro-show-cont3 {
  padding: 2.5rem 0;
}
.pro-show-cont3 .tit1 {
  color: #232425;
  font: 400 2rem/1.2em "Noto Sans SC";
  padding-bottom: 2rem;
  border-bottom: 1px solid #B7BCC0;
}
@media (max-width: 768px) {
  .pro-show-cont3 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3b1 a.cpxz {
  color: #1958ba;
  font: 400 1rem/2em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pro-show-cont3 .pro-show-a3b1 a.cpxz i {
  width: 2.375rem;
  display: block;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b1 a.cpxz i {
    width: 2rem;
    margin-right: 1rem;
  }
}
.pro-show-cont3 .pro-show-a3b1 a.cpxz i img {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma {
  margin-top: 0.5rem;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li {
    margin-top: 1rem;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li + li {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li + li {
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 {
  border-bottom: 1px solid #B7BCC0;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 {
    margin-top: 0.65rem;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 li {
  color: #B7BCC0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 3%;
  padding: 0.5em 0 1em;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 li {
    padding: 0.75em 0;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #1958ba;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 li.on {
  color: #1958ba;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list1 li.on::after {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 {
  width: 53%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 .tita1 {
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 .tita2 {
  color: #7E8285;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.25em;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 .p {
  color: #7E8285;
  font: 400 1rem/1.8em "Noto Sans SC";
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab1 .p {
    margin-top: 1em;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab2 {
  width: 34.8571428571%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab2 {
    width: 100%;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab2 .imgas {
  padding-right: 1.125rem;
  padding-bottom: 1.125rem;
  position: relative;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab2 .imgas img {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .prod_list2 li .acav1 .acab2 .img-z {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.0625rem;
  display: block;
  font-size: 0;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs {
    margin-top: 1rem;
  }
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs table {
  margin-bottom: 0;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs table tr:nth-child(2n-1) {
  background: #FAFAFA;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs table tr td {
  color: #7E8285;
  font: 400 1rem/1.5em "Noto Sans SC";
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs.paggsa table tr td:nth-child(1) {
  border-right: none;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs.paggsa table tr td:nth-child(2) {
  border-left: none;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs.paggsa table.san tr td:nth-child(1) {
  border-right: 1px solid #dee2e6;
}
.pro-show-cont3 .pro-show-a3b2 .cont-ernma > li .paggs.paggsa table.san tr td:nth-child(2) {
  border-left: none;
}
.pro-show-cont3 .pro-show-a3b3 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b3 {
    margin-top: 2rem;
  }
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 {
  margin-top: 1rem;
  position: relative;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .gongt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .gongt > div.swiper-button-next1 {
  right: 0;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .gongt > div.swiper-button-prev1 {
  left: 0;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .gongt > div i {
  font-size: 2rem;
  color: #1958ba;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b3 .mySwiper4 .gongt > div i {
    font-size: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .swiper-slide a.asa i {
  display: block;
  font-size: 0;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .swiper-slide a.asa i img {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .swiper-slide a.asa .tit {
  text-align: center;
  color: #1958ba;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.pro-show-cont3 .pro-show-a3b3 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3b3 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.pro-show-cont4 {
  background: #EFF0F1;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 2rem 0;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 {
  width: 49.0714285714%;
  color: #232425;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 {
    width: 100%;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .tit1 {
  font: 400 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .p1 {
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .img {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .img {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b1 .img img {
  width: 100%;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 {
  width: 41.8571428571%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a1 {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a1 {
    margin-bottom: 0;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 3.125rem;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #AEB5BB;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a1 .inpt {
  width: 47.4402730375%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a1 .inpt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 p {
  color: #878B8D;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 p a {
  color: #FFC425;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 input[type=checkbox] {
  display: none;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 input[type=checkbox]:checked ~ .button {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/meix0111/uploads/20240115/884fb4f8a6650d1fbd68963bc6e0cf57.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .msg-a4 .button {
  width: 1.125rem;
  height: 1.125rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/meix0111/uploads/20240115/f530941ff253c1e868c8a469613d14fd.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 0.25em;
}
.pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .div_aghgha {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_v1 .pro-show-a4_b2 form .div_aghgha {
    margin-top: 1rem;
  }
}

.abt-cont1 {
  padding: 2.5rem 0 4rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0 0 2rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 22.8571428571%;
  color: #232425;
  font-size: 1.8rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
    font-size: 1.8rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 72.2857142857%;
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1_v2 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1_v2 img {
  width: 100%;
}

.abt-cont2 {
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding-bottom: 2rem;
  }
}
.abt-cont2 .abt-a2_list1 li {
  width: 36.4285714286%;
  background: #E7E7E7;
  padding-right: 9.5714285714%;
  text-align: center;
  padding-top: 7.1875rem;
  padding-bottom: 2.625rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li {
    width: 100% !important;
    padding: 2.5rem 4% 2rem !important;
    -webkit-clip-path: inherit !important;
            clip-path: inherit !important;
    margin: 0 auto 1rem !important;
  }
}
.abt-cont2 .abt-a2_list1 li .data {
  font: 600 2rem/1.1em "Montserrat";
  position: relative;
  color: #7C7C7C;
  padding: 0.25em 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .data {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2_list1 li .data::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2em;
  height: 1px;
  background: #7C7C7C;
}
.abt-cont2 .abt-a2_list1 li .data::before {
  content: "";
  display: block;
  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%);
  width: 2em;
  height: 1px;
  background: #7C7C7C;
}
.abt-cont2 .abt-a2_list1 li .tit {
  color: #1D1D1D;
  font: 500 1.875rem/1.5em "Noto Sans SC";
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .tit {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2_list1 li .p {
  color: #1D1D1D;
  font: 400 1rem/1.5em "Noto Sans SC";
  height: 9em;
  padding: 0 1em;
  opacity: 0;
}
.abt-cont2 .abt-a2_list1 li:hover .p{
  opacity: 1;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .p {
    font-size: 1rem;
    height: auto;
  }
}
.abt-cont2 .abt-a2_list1 li .wena {
  color: #939393;
  font: 600 0.9375rem/1.45em "Montserrat";
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .wena {
    margin-top: 2rem;
  }
}
.abt-cont2 .abt-a2_list1 li:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 67.7% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 67.7% 100%, 0% 100%);
}
.abt-cont2 .abt-a2_list1 li:nth-child(2) {
  width: 47.2142857143%;
  padding-left: 11.5714285714%;
  padding-right: 11.5714285714%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.abt-cont2 .abt-a2_list1 li:nth-child(3) {
  width: 39.2142857143%;
  padding-right: 0;
  padding-left: 9.5714285714%;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.abt-cont2 .abt-a2_list1 li + li {
  margin-left: -13.5714285714%;
}
.abt-cont2 .abt-a2_list1 li:hover {
  background: #1958ba;
}
.abt-cont2 .abt-a2_list1 li:hover .data {
  color: #fff;
}
.abt-cont2 .abt-a2_list1 li:hover .data::after, .abt-cont2 .abt-a2_list1 li:hover .data::before {
  background: #fff;
}
.abt-cont2 .abt-a2_list1 li:hover .tit, .abt-cont2 .abt-a2_list1 li:hover .p {
  color: #fff;
}
.abt-cont2 .abt-a2_list1 li:hover .wena {
  color: rgba(255, 255, 255, 0.4);
}

.ny-tit {
  color: #232425;
}
.ny-tit .tit {
  font: 400 2.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.65rem;
  }
}
.ny-tit .ftit {
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .ftit {
    font-size: 1.125rem;
  }
}

.lx-cont1 {
  padding: 2.5rem 0 4rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 37.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  color: #7E8285;
  font-size: 1rem;
  line-height: 2em;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    margin: 0.75rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #7E8285;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a:hover {
  color: #1958ba;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
  width: 9rem;
  padding: 0.65rem;
  background: #EFF0F1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
    width: 7.5rem;
    padding: 0.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  margin-left: 1em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
    line-height: 1.5em;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 57.1428571429%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv {
  height: 22.875rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv .tdt-bottom {
  display: none;
}

.lx-cont2 {
  background: #EFF0F1;
  padding: 6.6875rem 0 8.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0;
  }
}
.lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 3.125rem;
}
.lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.lx-cont2 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #AEB5BB;
}
.lx-cont2 form .inpt {
  margin-top: 1rem;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 31.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}

.xw_content-v1 {
  padding-bottom: 4.625rem;
}
@media (max-width: 768px) {
  .xw_content-v1 {
    padding-bottom: 2rem;
  }
}
.xw_content-v1 .xw-conta1 {
  width: 71.2857142857%;
  font-family: -apple-system, BlinkMacSystem, "Noto Sans SC", "Montserrat", sans-serif !important;
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 {
    width: 100%;
  }
}
.xw_content-v1 .xw-conta1 .title-a {
  color: #232425;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 .title-a {
    font-size: 1.5rem;
  }
}
.xw_content-v1 .xw-conta1 .title-b {
  font-size: 1rem;
  line-height: 1em;
  padding: 1rem 0;
}
.xw_content-v1 .xw-conta1 .title-b .date-a {
  color: #1958ba;
}
.xw_content-v1 .xw-conta1 .title-b .date-b {
  color: #8A8A8A;
  border-left: 1px solid #8A8A8A;
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-family: "Montserrat";
  font-weight: 500;
}
.xw_content-v1 .xw-conta1 .xinwn-consss {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC" !important;
  padding: 1rem 0 2rem;
}
.xw_content-v1 .xw-conta1 .xinwn-consss iframe{
 width: 100%;
 height: 520px;
}

@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 .xinwn-consss {
    padding: 0.5rem 0 1rem;
  }
  .xw_content-v1 .xw-conta1 .xinwn-consss iframe{
   height: 280px;
  }
}
.xw_content-v1 .xw-conta1 .pain {
  border-top: 1px solid #DADADA;
  padding-top: 1rem;
}
.xw_content-v1 .xw-conta1 .pain a {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw_content-v1 .xw-conta1 .pain a i {
  font-size: 0.75rem;
  font-weight: 600;
}
.xw_content-v1 .xw-conta1 .pain a:hover {
  color: #1958ba;
}
.xw_content-v1 .xw-conta1 .pain .fanbha .fhaas {
  color: #1958ba;
  font-size: 1rem;
}
.xw_content-v1 .xw-conta1 .pain .fanbha .fhaas img {
  width: 0.8125rem;
  line-height: 1.5em;
  display: block;
  vertical-align: middle;
}
.xw_content-v1 .xw-conta2 {
  width: 21.5%;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta2 {
    display: none;
  }
}
.xw_content-v1 .xw-conta2 .fen-xiang {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0.5rem 0;
}
.xw_content-v1 .xw-conta2 .fen-xiang > p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw_content-v1 .xw-conta2 .fen-xiang .social-share a {
  color: #323232;
  font-size: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: none;
  background: #fff;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #DADADA;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .tit a {
  display: block;
  color: #232425;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .tit a:hover {
  color: #1958ba;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .data {
  font-size: 1rem;
  line-height: 1em;
  color: #1958ba;
  margin-top: 0.65rem;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .data span {
  color: #8A8A8A;
  border-left: 1px solid #8A8A8A;
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-family: "Montserrat";
  font-weight: 500;
}

.xw-cont1 .xw-list1 li {
  border: 1px solid #DCDCDC;
  background: #EFF0F1;
}
.xw-cont1 .xw-list1 li a.img {
  display: block;
  width: 55.8571428571%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list1 li a.img {
    width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}
.xw-cont1 .xw-list1 li a.img img {
  width: 100%;
}
.xw-cont1 .xw-list1 li .cont-p {
  width: 43.9285714286%;
  padding: 0 2.625rem 0 1.6875rem;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list1 li .cont-p {
    width: 100%;
    padding: 5%;
  }
}
.xw-cont1 .xw-list1 li .cont-p .data {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat";
  color: #888888;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list1 li .cont-p .data {
    font-size: 1.25rem;
  }
}
.xw-cont1 .xw-list1 li .cont-p .data span {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.xw-cont1 .xw-list1 li .cont-p a.name {
  display: block;
  color: #232425;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  margin: 0.25em 0 1rem;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list1 li .cont-p a.name {
    font-size: 1.25rem;
    margin: 0.25em 0 0.65rem;
  }
}
.xw-cont1 .xw-list1 li .cont-p .p1 {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
}
.xw-cont1 .xw-list1 li .cont-p .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list1 li .cont-p .more-b {
    margin-top: 1rem;
  }
}

.news-content {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .news-content {
    margin-top: 2rem;
  }
}
.news-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .news-content .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .news-content .news-list {
    display: block;
  }
}
@media (max-width: 450px) {
  .news-content .news-list li {
    margin-top: 1rem;
  }
}
.news-content .news-list li a.img {
  display: block;
  font-size: 0;
}
.news-content .news-list li a.img img {
  width: 100%;
}
.news-content .news-list li .cont-p {
  padding: 1.5rem 1.25rem;
  border: 1px solid #DCDCDC;
  border-top: none;
}
.news-content .news-list li .cont-p .tit {
  color: #232425;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  height: 4.5em;
  overflow: hidden;
  display: block;
}
.news-content .news-list li .cont-p .p1 {
  color: #888888;
}
.news-content .news-list li .cont-p .p1 .data {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat";
}
.news-content .news-list li .cont-p .p1 .data span {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.news-content .news-list li .cont-p .p1 i {
  font-size: 0.875rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.jszl_content .jsbj-list {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jszl_content .jsbj-list {
    margin-top: 0.5rem;
  }
}
.jszl_content .jsbj-list li {
  border-bottom: 1px solid #B7BCC0;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .jszl_content .jsbj-list li {
    padding: 1.25rem 0;
  }
}
.jszl_content .jsbj-list li .data {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat";
  color: #888888;
}
@media (max-width: 768px) {
  .jszl_content .jsbj-list li .data {
    font-size: 1.25rem;
  }
}
.jszl_content .jsbj-list li .data span {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.jszl_content .jsbj-list li a.name {
  display: block;
  color: #232425;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jszl_content .jsbj-list li a.name {
    padding: 0.35em 0;
  }
}
.jszl_content .jsbj-list li a.name:hover {
  color: #1958ba;
}
.jszl_content .jsbj-list li .p1 {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  margin-top: 0.25rem;
}
.jszl_content .jsbj-list li:hover {
  border-color: #1958ba;
}
.jszl_content .hxjs_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.jszl_content .hxjs_list1 li {
  border: 1px solid #DCDCDC;
  margin-bottom: 3.875rem;
  background: #EFF0F1;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li {
    margin-bottom: 1rem;
  }
}
.jszl_content .hxjs_list1 li .img {
  width: 55.8571428571%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  padding-bottom: 33.3571428571%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .img {
    padding-bottom: 60%;
  }
}
.jszl_content .hxjs_list1 li .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .img {
    width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}
.jszl_content .hxjs_list1 li .cont-p {
  width: 43.9285714286%;
  padding: 0 2.625rem 0 1.6875rem;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .cont-p {
    width: 100%;
    padding: 5%;
  }
}
.jszl_content .hxjs_list1 li .cont-p i {
  width: 5rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .cont-p i {
    width: 4rem;
  }
}
.jszl_content .hxjs_list1 li .cont-p i img {
  width: 100%;
  -webkit-filter: invert(50%) sepia(6%) saturate(230%) hue-rotate(163deg) brightness(100%) contrast(84%);
          filter: invert(50%) sepia(6%) saturate(230%) hue-rotate(163deg) brightness(100%) contrast(84%);
}
.jszl_content .hxjs_list1 li .cont-p .tit {
  text-align: center;
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.jszl_content .hxjs_list1 li .cont-p .txt {
  color: #7E8285;
  font: 400 1rem/1.8em "Noto Sans SC";
  text-align: center;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li .cont-p .txt {
    text-align: left;
  }
}
.jszl_content .hxjs_list1 li:nth-child(2n) .img {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .jszl_content .hxjs_list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}
.jszl_content .hxjs_list1 li:hover {
  background: #fff;
  box-shadow: 0px 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
}
.jszl_content .hxjs_list1 li:hover .cont-p i img {
  -webkit-filter: invert(54%) sepia(8%) saturate(6344%) hue-rotate(182deg) brightness(72%) contrast(90%);
          filter: invert(54%) sepia(8%) saturate(6344%) hue-rotate(182deg) brightness(72%) contrast(90%);
}
.jszl_content .hxjs_list1 li:hover .cont-p .tit {
  color: #1958ba;
}

.job-cont1 {
  background: #FAFAFA;
  padding-bottom: 2rem;
}
.job-cont1 .cont-p1 {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 {
    margin-top: 1rem;
  }
}
.job-cont1 .cont-p1 .tit1 {
  text-align: center;
  color: #232425;
  font: 400 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .tit1 {
    font-size: 1.25rem;
  }
}
.job-cont1 .cont-p1 .cont-p {
  position: relative;
}
.job-cont1 .cont-p1 .cont-p u {
  display: block;
  font-size: 0;
}
.job-cont1 .cont-p1 .cont-p u img {
  width: 100%;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 {
    margin-top: 1rem;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li {
  width: 23.7142857143%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li .tit {
  color: #232425;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-family: "Noto Sans SC";
  text-align: center;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 li .tit {
    text-align: left;
    font-size: 1.125rem;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li .p1 {
  color: #7E8285;
  font-size: 1rem;
  line-height: 1.8em;
  margin-top: 0.5em;
  height: 14.4em;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 li .p1 {
    height: auto;
  }
  .job-cont1 .cont-p1 .cont-p .ast_list1 li .p1 > div {
    -webkit-line-clamp: inherit;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li .p1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li .p1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li .p1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 3.5rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 li:nth-child(1) {
    position: static;
    margin-top: 1rem;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 3.5rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .job-cont1 .cont-p1 .cont-p .ast_list1 li:nth-child(2) {
    position: static;
    margin-top: 1rem;
  }
}
.job-cont1 .cont-p1 .cont-p .ast_list1 li:hover .p1 > div {
  -webkit-line-clamp: inherit;
}

.job-cont2 {
  padding: 4rem 0 5.625rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .job-list li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-list li {
    margin-top: 1rem;
  }
}
.job-cont2 .job-list li .dt {
  background: #FAFAFA;
  padding: 1rem 1rem 1rem 1.5rem;
}
.job-cont2 .job-list li .dt .tit {
  color: #232425;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.job-cont2 .job-list li .dt i {
  color: #8A8A8A;
  font-size: 1.125rem;
}
.job-cont2 .job-list li .wehha-job {
  display: none;
  border: 1px solid #CBCBCB;
  padding: 1.5rem;
  border-top: none;
}
@media (max-width: 768px) {
  .job-cont2 .job-list li .wehha-job {
    padding: 1rem 1.5rem;
  }
}
.job-cont2 .job-list li .wehha-job .p1 {
  margin-bottom: 1.5rem;
}
.job-cont2 .job-list li .wehha-job .p1 .tit {
  color: #7E8285;
  font: 600 1rem/2em "Noto Sans SC";
}
.job-cont2 .job-list li .wehha-job .p1 .txt {
  color: #7E8285;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.job-cont2 .job-list li .wehha-job .p1 .txt p {
  padding-left: 0.75em;
  position: relative;
}
.job-cont2 .job-list li .wehha-job .p1 .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6875rem;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  .job-cont2 .job-list li .wehha-job .p2 .cont-asp {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 1280px) {
  .job-cont2 .job-list li .wehha-job .p2 .cont-asp {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .job-cont2 .job-list li .wehha-job .p2 .cont-asp {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl {
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.8rem 1rem;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl .cont-p {
  color: #7E8285;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl .cont-p i {
  display: block;
  font-size: 0;
  width: 3.375rem;
  margin: 0 auto;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl .cont-p i img {
  width: 100%;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl .cont-p .name {
  font: 400 1rem/2em "Noto Sans SC";
  padding: 0.25em 0;
}
.job-cont2 .job-list li .wehha-job .p2 .cont-asp dl .cont-p .text {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.job-cont2 .job-list li .wehha-job .p3 {
  color: #7E8285;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.job-cont2 .job-list li .wehha-job .p3 a {
  color: #1958ba;
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
}
.job-cont2 .job-list li.active .dt {
  background: #1958ba;
}
.job-cont2 .job-list li.active .dt .tit, .job-cont2 .job-list li.active .dt i {
  color: #fff;
}

.job-cont3 {
  padding: 4.375rem 0;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .job-cont3 {
    padding: 2rem 0;
  }
}
.job-cont3 .job-a3_v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 {
    margin-top: 1rem;
  }
}
.job-cont3 .job-a3_v1 .job-a3b1 {
  width: 27.8571428571%;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3b1 {
    width: 100%;
  }
}
.job-cont3 .job-a3_v1 .job-a3b1 li {
  text-align: right;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3b1 li {
    text-align: left;
  }
}
.job-cont3 .job-a3_v1 .job-a3b1 li + li {
  margin-top: 0.5em;
}
.job-cont3 .job-a3_v1 .job-a3b1 li .tit {
  color: #232425;
  font: 500 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3b1 li .tit {
    font-size: 1.25rem;
  }
}
.job-cont3 .job-a3_v1 .job-a3b1 li .p {
  color: #7E8285;
  font: 400 1rem/1.8em "Noto Sans SC";
  height: 7.2em;
  overflow: hidden;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3b1 li .p {
    height: auto;
    margin-top: 0.1em;
  }
}
.job-cont3 .job-a3_v1 .job-a3b1.job-a3b3 li {
  text-align: left;
}
.job-cont3 .job-a3_v1 .job-a3b2 {
  width: 36.2857142857%;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3b2 {
    width: 80%;
    margin: 1rem auto;
  }
}
.job-cont3 .job-a3_v1 .job-a3b2 img {
  width: 100%;
}

.job-cont4 {
  padding: 5.625rem 0 3.5625rem;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding: 2rem 0;
  }
}
.job-cont4 .mySwiper5 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont4 .mySwiper5 {
    margin-top: 1rem;
  }
}
.job-cont4 .mySwiper5 .swiper-slide img {
  width: 100%;
}
.job-cont4 .mySwiper5 .swiper-pagination1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont4 .mySwiper5 .swiper-pagination1 {
    margin-top: 0.5rem;
  }
}
/* abt-cont3 */
.abt-cont3{
  background: #EFF0F1;
  padding: 6rem 0 1rem; 
}
.abt-cont3 .ny-tit .p{
  color: #232425;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.abt-cont3 .ny-tit .p span{
  color: #1958ba;
}
.abt-cont3 .heng1{
   margin-top: 4rem;
}
.heng1 .img1{
  width: 100%;
}
.heng1 .img2{
  width: 30%;
  margin-left: 9%;
}
@media (max-width: 768px){
  .abt-cont3{
    padding: 2.6rem 0 1rem;
  }
  .abt-cont3 .ny-tit .p{
    font-size: 1.125rem;
  }
  .abt-cont3 .heng1{
    margin-top: 1.5rem;
 }
}
.foot-fot .foota2 .fo-a1 .fenxasd a {
  color: #fff;
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  font-size: 1.25rem;
  background: #626262;
  border: none;
}
.xw_content-v1 .xw-conta1 .xinwn-consss li{
  list-style: disc !important;
}
.list_honoe .honor_swiper {
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
}

.list_honoe .name {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #dedede;

  font-size: 1.025rem;
}

.list_honoe .swiper-slide>div {
  padding: 1rem;
  border: 1px solid #dedede;
}

.list_honoe .swiper-slide>div .over img {
  padding: 1.5rem;
}

.list_honoe .swiper-slide:hover>div {
  border-color: #e36610;
}

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

.honor_swiper .swiper-pagination {
  display: none;
}

.list_honoe .swiper-slide:hover .name {
  color: #e36610;
}

.list_honoe .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}

.list_honoe .swiper-pagination-bullet-active {
  background: #e36610;
}
.en_name {
    font-size: 3.125rem;
    line-height: 1;
    color: #e36610;
    font-family: MOOLBOR;
    position: relative;
    top: 0.625rem;
}
.cn_name {
    font-size: 2rem;
    line-height: 2.25rem;
    color: #000000;
    position: relative;
}
.cn_name::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2rem;
    width: 1.5625rem;
    height: 4px;
    background-color: #1958ba;
}
.p100110 {
    padding: 6.25rem 0;
}
.abt-cont3 .ny-tit{
    width: 100%;
    display: inline-block;
	text-align: center;
}
.abt-cont3 .ny-tit1{
    width: 30%;
    display: inline-block;
    margin-right: 0;
}