table td {
    padding: 1rem 2rem !important;
    }@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}
table td {
    padding: 1rem 2rem !important;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }table td {
    padding: 1rem 2rem !important;
  }
}
body {
  outline: none;
  font-family: "Poppins", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.125%;
}
@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;
}

.flex3_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: 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: #0c53d4;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Poppins";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #0c53d4;
  -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: #0c53d4;
  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: #0c53d4;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #0c53d4;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #0c53d4;
}
.more-msl.ls {
  color: #0c53d4;
  background: transparent;
  border-color: #0c53d4;
}
.more-msl.ls:before {
  background: #0c53d4;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 4rem;
  color: #0c53d4;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Poppins";
  border: 2px solid #0c53d4;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #0c53d4;
  -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;
  border-radius: 4rem;
  -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 {
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border: 2px solid #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: #0c53d4;
}
.more-b.hs {
  color: #949494;
  border: 2px solid #949494;
}
.more-b.hs::after {
  background-color: #0c53d4;
}
.more-b.hs:hover {
  color: #fff;
  border: 2px solid #0c53d4;
}

@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(100vh - 60px);
    padding-bottom: -moz-calc(100vh - 60px);
    padding-bottom: calc(100vh - 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;
  }
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #0c53d4;
}

@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, .section4 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 2.5rem 0;
  }
  .section1 .fp-tableCell, .section4 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
.section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.fp-tableCell {
  position: relative;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
      backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.head .head2 .logo {
  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;
}
.head .head2 .logo a {
  display: block;
  /*-webkit-filter: brightness(0) invert(1);*/
  /*        filter: brightness(0) invert(1);*/
}
.head .head2 .logo a img {
  height: 2.125rem;
}
.head .head2 .zywena {
  padding: 0 2rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: #434343;
  font: 500 1.125rem/1em "Poppins";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .seca a:hover {
  color: #0c53d4;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 2rem;
}
.head .head2 .sska a {
  color: #434343;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}

.head.sticky, .head:hover {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}
.head.sticky .head2 .logo a, .head:hover .head2 .logo a {
  -webkit-filter: none;
          filter: none;
}
.head.sticky .head2 #menu .nav_a1 li a, .head:hover .head2 #menu .nav_a1 li a {
  color: #434343;
}
.head.sticky .head2 #menu .nav_a1 li:hover > a, .head.sticky .head2 #menu .nav_a1 li.active > a, .head:hover .head2 #menu .nav_a1 li:hover > a, .head:hover .head2 #menu .nav_a1 li.active > a {
  color: #0c53d4;
}
.head.sticky .head2 .zywena a.rhgxt, .head.sticky .head2 .sska a, .head:hover .head2 .zywena a.rhgxt, .head:hover .head2 .sska a {
  color: #434343;
}

.ny-show_bodyxw {
  overflow: visible;
}
.ny-show_bodyxw .head {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #E0E0E0;
}
.ny-show_bodyxw .head .head2 .logo a {
  -webkit-filter: none;
          filter: none;
}
.ny-show_bodyxw .head .head2 #menu .nav_a1 li a {
  color: #434343;
}
.ny-show_bodyxw .head .head2 #menu .nav_a1 li:hover > a, .ny-show_bodyxw .head .head2 #menu .nav_a1 li.active > a {
  color: #0c53d4;
}
.ny-show_bodyxw .head .head2 .zywena a.rhgxt, .ny-show_bodyxw .head .head2 .sska a {
  color: #434343;
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #434343;
  font-family: "Poppins";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
@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;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #0c53d4;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: auto;
  min-width: 100%;
  left: 50%;
  background: white;
  z-index: 9;
  text-align: left;
  border-radius: 1rem;
  padding: 1rem 16%;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Poppins";
  padding: 0.3em 0;
  color: #1B1C21;
  white-space: nowrap;
}
#menu .nav_a1 li .sec a:hover {
  color: #0c53d4 !important;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Poppins";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Poppins";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #0c53d4;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #0c53d4;
}
#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);
}
#menu .nav_a1 li:nth-child(3) .sec a {
  /*white-space: normal;*/
}

.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: #0c53d4;
  font-weight: 500;
}

.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: 24px;
  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%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-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: "Poppins";
  padding: 0 4%;
  font-weight: 600;
  text-transform: uppercase;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Poppins";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23000000' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;*/
}
.pc-banner .mySwipera .swiper-slide .img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
  
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(50% - 60px);
    padding-bottom: -moz-calc(50% - 60px);
    padding-bottom: calc(50% - 60px);
    width: 100%;
    position: relative;
    height:auto;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    
  }
  
 .pc-banner .mySwipera .swiper-slide .img > img{ height:auto;} 
}

.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .tcas {
  width: 5rem;
  margin: 0 auto 1.5rem;
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.25rem/1.125em "Poppins";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.525rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 1.1rem/2.125em "Poppins";
  margin-top: 0.45rem;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 1rem;
    white-space: nowrap;
  }
}


.pc-banner .mySwipera .banwez1 .p #an-box, .pc-banner .mySwipera .banwez1 .p #an-box1 {
  height: 3rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p #an-box, .pc-banner .mySwipera .banwez1 .p #an-box1 {
    height: 1.4rem;
  }
}
.pc-banner .mySwipera .banwez1 .p #an-box svg, .pc-banner .mySwipera .banwez1 .p #an-box1 svg {
  vertical-align: top;
}
.pc-banner .mySwipera .banwez1 .p span {
  color: #0c53d4;
}
.pc-banner .mySwipera .banwez1 .p span.asjx {
  padding: 0 0.35em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p span.asjx {
    padding: 0 0.2em;
  }
}
.pc-banner .mySwipera .banwez1 .p b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1rem;
    margin-top: 1rem;
    white-space: nowrap;
  }
  .pc-banner .mySwipera .banwez1 .p span {
    display: inline-block;
  }
  .pc-banner .mySwipera .banwez1 .p span#an-box {
    width: 5rem;
  }
  .pc-banner .mySwipera .banwez1 .p span#an-box1 {
    width: 6rem;
  }
  .pc-banner .mySwipera .banwez1 .p span svg {
    display: inline-block;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0;
  margin-right: 1.25rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span {
    margin-right: 0.6rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 200 0.875rem/1.5em "Poppins";
  margin-top: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: -110%;
  top: 0;
  width: 300%;
  height: 0.4rem;
  background: #0c53d4;
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.65em;
  font-weight: 400;
  text-align: justify;
}
.gong-p.bs {
  color: #fff;
}

.title1 .tit1 {
  color: #434343;
  font-size: 2.725rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .tit1 {
    font-size: 2rem;
  }
}
.title1 .tit1 span {
  color: #0c53d4;
  vertical-align: middle;
}
.title1.ta {
  text-align: center;
}
.title1.bs .tit1 {
  color: #fff;
}

.ny-title1 .tit {
  color: #434343;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .ny-title1 .tit {
    font-size: 1.8rem;
  }
}
.ny-title1 i {
  width: 1.425rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ny-title1 i {
    width: 1.25rem;
  }
}
.ny-title1 i img {
  width: 100%;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section2 {
  position: relative;
}
.section2:after {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23000000' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;*/
}
.section2 .fp-tableCell {
  position: relative;
  z-index: 1;
}
.section2 .xa1 li:nth-child(1) {
  width: 73.5416666667%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 108, 182, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section2 .xa1 li:nth-child(1) {
    width: 100%;
    -webkit-clip-path: polygon(40% 0, 0 0, 0 30%);
            clip-path: polygon(40% 0, 0 0, 0 30%);
  }
}
/*.section2 .xa1 li:nth-child(2) {
  width: 26.9270833333%;
  height: 49%;
  position: absolute;
  left: 25%;
  bottom: 0;
  background: #0c53d4;
  -webkit-clip-path: polygon(85% 0, 100% 0%, 15% 100%, 0% 100%);
          clip-path: polygon(85% 0, 100% 0%, 15% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section2 .xa1 li:nth-child(2) {
    left: 0%;
    -webkit-clip-path: polygon(70% 0, 100% 0, 0 48%, 0 33%);
            clip-path: polygon(70% 0, 100% 0, 0 48%, 0 33%);
    width: 40.927083%;
    bottom: 0;
    top: 9%;
  }
}*/

.cont1 {
  padding-top: 6.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .cont1 {
    padding-top: 0;
  }
}
.cont1 .a1b1 {
  width: 35.7142857143%;
}
@media (max-width: 768px) {
  .cont1 .a1b1 {
    width: 100%;
  }
}

.cont1 .a1b1 .p1{ margin-top:0.5rem;}
.cont1 .a1b1 .p1 p{ font-size:1rem; margin-bottom:0.75rem;}

.cont1 .a1b1 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1b1 a.more-b {
    margin-top: 1.25rem;
  }
}
.cont1 .a1b2 {
  width: 30.7142857143%;
  padding-left:5%
}
@media (max-width: 768px) {
  .cont1 .a1b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont1 .a1b2 .a1b2c1 {
    margin-top: 1.25rem;
  }
}
.cont1 .a1b2 .a1b2c1 li {
  color: #fff;
}
.cont1 .a1b2 .a1b2c1 li + li {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1b2 .a1b2c1 li + li {
    margin-top: 1rem;
  }
}
.cont1 .a1b2 .a1b2c1 li .data {
  font-size:3.275rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .cont1 .a1b2 .a1b2c1 li .data {
    font-size: 2.25rem;
  }
}
.cont1 .a1b2 .a1b2c1 li .data b {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2em;
  padding-left: 0.75em;
}
.cont1 .a1b2 .a1b2c1 li p {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1b2 .a1b2c1 li p {
    font-size: 1.125rem;margin-top: 0.25rem;
  }
}







.heng1 {
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.cont2 {
  padding-top: 6.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .cont2 {
    padding-top: 0;
  }
}
.cont2 .wehxa {
  position: relative;
}
.cont2 .wehxa::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.cont2 video {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.cont2 .heng1 a.bl {
  width: 4rem;
}

@media (min-width: 990px) {
  .cont3 {
    padding-top: 6.25rem;
    height: 100vh;
  }
}
.cont3 .a3v1 {
  height: 34.756097561%;
}
@media (max-width: 990px) {
  .cont3 .a3v1 {
    height: auto;
    padding: 2rem 0 1.5rem;
  }
}
.cont3 .a3v1 .wh {
  width: 100%;
}
.cont3 .a3v1 .a3v1b1 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3v1b1 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cont3 .a3v2 {
  height: 65.243902439%;
  position: relative;
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    height: auto;
  }
}
.cont3 .a3v2 .gongt-jt > 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: 1;
}
.cont3 .a3v2 .gongt-jt > div i {
  color: #fff;
  font-size: 4rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .gongt-jt > div i {
    font-size: 2.25rem;
  }
}
.cont3 .a3v2 .gongt-jt > div.swiper-button-next1 {
  right: 1%;
}
.cont3 .a3v2 .gongt-jt > div.swiper-button-prev1 {
  left: 1%;
}
.cont3 .a3v2 .mySwiper1 {
  height: 100%;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide {
  height: 100%;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx {
  display: block;
  position: relative;
  height: 100%;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .img {
  height: 100%;
  overflow: hidden;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .cont-p {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  padding: 0 1em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .cont-p .tit {
  font-size: 1.75rem;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .cont-p i {
  width: 2.75rem;
  margin-top: 0.5rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx .cont-p i img {
  width: 100%;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx:hover .img 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);
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx:hover .cont-p {
  bottom: 5rem;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide a.nasgx:hover i {
  opacity: 1;
}

.section3 {
  position: relative;
}
/*.section3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23000000' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}*/
.section3 .fp-tableCell {
  position: relative;
  z-index: 1;
}
.section3 .ast1 li:nth-child(1) {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 105.2083333333%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 55% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 55% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .section3 .ast1 li:nth-child(1) {
    -webkit-clip-path: polygon(100% 0, 100% 30%, 24% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 30%, 24% 100%, 0 100%, 0 0);
  }
}
.section3 .ast1 li:nth-child(2) {
  background: rgba(255, 255, 255, 0.45);
  height: 100%;
  width: 105.2083333333%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 55% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 55% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section3 .ast1 li:nth-child(2) {
    display: none;
  }
}
.section3 .ast1 li:nth-child(3) {
  background: rgba(0, 92, 175, 0.9);
  height: 100%;
  width: 105.2083333333%;
  -webkit-clip-path: polygon(80% 0, 100% 0%, 55% 100%, 35% 100%);
          clip-path: polygon(80% 0, 100% 0%, 55% 100%, 35% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section3 .ast1 li:nth-child(3) {
    -webkit-clip-path: polygon(0 122%, 100% 30%, 100% 72%, 75% 100%);
            clip-path: polygon(0 122%, 100% 30%, 100% 72%, 75% 100%);
  }
}
.section3 .ast1 li:nth-child(4) {
  background: #0c53d4;
  height: 49%;
  width: 26.9270833333%;
  -webkit-clip-path: polygon(85% 0%, 100% 0%, 15% 100%, 0% 100%);
          clip-path: polygon(85% 0%, 100% 0%, 15% 100%, 0% 100%);
  position: absolute;
  right: 22.5%;
  bottom: 0;
}
@media (max-width: 768px) {
  .section3 .ast1 li:nth-child(4) {
    width: 50vw;
    height: 50vw;
    right: -19%;
    -webkit-clip-path: polygon(63% 0%, 100% -32%, 15% 100%, 0% 100%);
            clip-path: polygon(63% 0%, 100% -32%, 15% 100%, 0% 100%);
  }
}
.section3 .cont4 {
  position: relative;
  z-index: 1;
}
@media (min-width: 990px) {
  .section3 .cont4 {
    padding-top: 5rem;
  }
}
.section3 .cont4 .a4b1 {
  width: 20.7142857143%;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 {
    width: 100%;
  }
}
.section3 .cont4 .a4b1 .a4b1c1 {
  margin: 1.5rem 0 2.25rem;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 .a4b1c1 {
    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;
    margin: 0 0 1rem;
  }
}
.section3 .cont4 .a4b1 .a4b1c1 li {
  padding: 1.125rem 0;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 .a4b1c1 li {
    padding: 0;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.section3 .cont4 .a4b1 .a4b1c1 li + li {
  border-top: 1px solid #fff;
}
.section3 .cont4 .a4b1 .a4b1c1 li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: #00BCFD;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 .a4b1c1 li + li {
    border-top: none;
  }
  .section3 .cont4 .a4b1 .a4b1c1 li + li::after {
    display: none;
  }
}
.section3 .cont4 .a4b1 .a4b1c1 li .cont-asd {
  width: 100%;
  font-weight: 500;
  display: block;
  color: #fff;
}
.section3 .cont4 .a4b1 .a4b1c1 li .cont-asd .tit {
  font-size: 1.5rem;
  line-height: 1.125em;
  font-weight: 600;
}
.section3 .cont4 .a4b1 .a4b1c1 li .cont-asd .tit span {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
.section3 .cont4 .a4b1 .a4b1c1 li .cont-asd p {
  font-size: 1.125rem;
  line-height: 1.125em;
  margin-top: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 .a4b1c1 li .cont-asd p {
    margin-top: 0.5rem;
    white-space: normal;
  }
}
.section3 .cont4 .a4b1 .a4b1c1 li:hover, .section3 .cont4 .a4b1 .a4b1c1 li.on {
  color: #00BCFD;
}
.section3 .cont4 .a4b1 .a4b1c1 li:hover .cont-asd, .section3 .cont4 .a4b1 .a4b1c1 li.on .cont-asd {
  color: #00BCFD;
}
.section3 .cont4 .a4b1 .a4b1c1 li:hover::after, .section3 .cont4 .a4b1 .a4b1c1 li.on::after {
  width: 100%;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b1 a.more-b {
    display: none;
  }
}
.section3 .cont4 .a4b2 {
  width: 49.2857142857%;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b2 {
    width: 100%;
  }
}
.section3 .cont4 .a4b2 .xjsa li {
  display: none;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b2 .xjsa li {
    height: 70vw;
  }
}
.section3 .cont4 .a4b2 .xjsa li img {
  width: 100%;
}
/*.section3 .cont4 .a4b2 .xjsa li:nth-child(3) img {
  width: 120%;
  max-width: inherit;
}
@media (max-width: 768px) {
  .section3 .cont4 .a4b2 .xjsa li:nth-child(3) img {
    width: 100%;
  }
}*/


.section04 .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
}
.section04 .subtitle {
  color: red;
  background: -webkit-linear-gradient(#1B77B4, #074e7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 330% */
  text-transform: uppercase;
}


.section04 ul {
  display: flex;
}
.section04 ul li {
  height: 100vh;
  position: relative;
  overflow: hidden;
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.section04 ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section04 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.7;
  background: #0c53d4;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 ul li:hover::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 ul li > div {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 10rem;
  position: relative;
}
.section04 ul li .img {
  position: absolute;
  top: 9rem;
  left: 0;
}
.section04 ul li .img img {
  height: 9.375rem;
}
.section04 ul li .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.section04 ul li .name_en {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 3.75rem;
  opacity: 0.4;
}
.section04 ul li .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
  height: 3.25rem;
  font-weight:400;
}
.section04 .hover {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 8;
  padding-top: 3rem;
}
.section04 .hover .subtitle {
  color: #fff;
  -webkit-text-fill-color: aliceblue;
  background: transparent;
}


@media (max-width: 1280px) {
	 .section04 .title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .section04 .subtitle {
    font-size: 1.125rem;
  }
	.section04 ul li .name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section04 ul li .text {
    font-size: 1rem;
  }
  .section04 ul li .name_en {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin: 0.5rem 0;
    height: 2.5rem;
  }
	}


@media (max-width: 990px) {
	
	.section04 .title {
    font-size: 22px;
    line-height: 34px;
  }
  .section04 .subtitle {
    font-size: 14px;
  }
	
	.section04 ul li {
    height: auto;
  }
  .section04 .hover {
    top: 0;
  }
  .section04 ul li > div {
    padding: 12rem 20px 8rem;
  }
  .section04 ul li .img img {
    height: 5.375rem;
  }
  .section04 ul li .img {
    top: 11rem;
  }
	}
@media (max-width: 768px) {
	.section04 ul {
    flex-wrap: wrap;
  }
  .section04 ul li {
    width: 100%;
    flex: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .section04 ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .section04 ul li .img {
    top: 0;
  }
  .section04 ul li .name_en {
    height: auto;
  }
  .section04 ul li > div {
    padding: 20px 15px;
  }
  .section04 .hover {
    padding-top: 30px;
  }
  .section04 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
	
	}




body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}

.section05{ position:relative;}

.section05 .subtitle {
  color: #fff;
  -webkit-text-fill-color: aliceblue;
  background: transparent;
}

.section05 .title{
	color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
	}


.section05 .text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.875rem;
}


.section05 .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.section05 .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center !important;
}
.section05 .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section05 .left .text {
  margin: 1.5rem 0 3.75rem;
  color: #FFF;
  padding-right: 10rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section05 .left .more_a {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1470B9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .left .more_a:hover {
  background: #1a76b6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .left .more_a .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  margin-left: 0;
}
.section05 .right .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.section05 .right ul li > div {
  position: relative;
  height: 11.125rem;
  width: 11.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 9;
}
.section05 .right ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #1470B9;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto;
  z-index: -1;
}
.section05 .right ul li > div .icon {
  text-align: center;
}
.section05 .right ul li > div .icon img {
  filter: brightness(0) invert(1);
}
.section05 .right ul li > div .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.section05 .right ul li > div:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .right .icon img {
  height: 3.5rem;
}



@media (max-width: 1280px) {
	 .section05 .left .text {
    padding-right: 6rem;
  }
	}


@media (max-width: 990px) {
	.section05{
    padding: 60px 0 80px;
  }
  .section05 .left .text {
    padding-right: 0rem;
  }
	}

@media (max-width: 768px) {
  .section05 {
    padding: 30px 0 50px;
  }
  
  .section05 .right ul li > div {
    width: auto;
    height: auto;
  }
  .section05 .right .icon img {
    height: 2.5rem;
  }
  .section05 .more {
    margin: 20px 0;
  }
  .section05 .right ul li > div::before {
    display: none;
  }
  .section05 .right ul li {
    padding: 15px 15px;
  }
  .section05 .right ul li > div .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .section05 .left .text {
    font-weight: 500;
    margin: 5px 0 15px;
    font-size: 14px;
  }
  
	}


.container_p {
  padding-top: 6.25rem;
}
@media (max-width: 990px) {
 .container_p {
    padding-top: 0;
  }
}

.cont5 .a5v1 .a5b1 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5b1 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.cont5 .a5v2 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 {
    margin-top: 1.25rem;
  }
}
.cont5 .a5v2 .a5v2c1 {
  width: 66.0714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 {
    width: 100%;
  }
}
.cont5 .a5v2 .a5v2c1::after {
  content: "";
  width: 59.8918918919%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  /*-webkit-clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
          clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);*/
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1::after {
    height: 105%;
    display: none;
  }
}
.cont5 .a5v2 .a5v2c1 li a.img {
  display: block;
  font-size: 0;
  width: 50%;
  padding-bottom: 36.972972973%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.cont5 .a5v2 .a5v2c1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;    object-position: left;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 li a.img {
    width: 100%;
  }
}
.cont5 .a5v2 .a5v2c1 li a.img img {
  width: 100%;
}
.cont5 .a5v2 .a5v2c1 li .cont-p {
  width: 50%;
  padding: 1rem 3.125rem;
  background: #fff;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 li .cont-p {
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a {
  width: 100%;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a .data {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a .data span::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0c53d4;
  vertical-align: middle;
  margin: 0 0.5rem 0 1rem;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.name {
  color: #717171;
  font-size: 1.15rem;
  line-height: 1.35em;
  font-weight: 700;
  margin: 0.25rem 0 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.name {
    margin-bottom: 0.65rem;
  }
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.name:hover {
  color: #0c53d4;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a .txt1 {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more i {
  font-size: 1.5rem;
  color: #BCBCBC;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more i {
    font-size: 1.25rem;
  }
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more:hover {
  border-color: #0c53d4;
}
.cont5 .a5v2 .a5v2c1 li .cont-p .cont-a a.xw-more:hover i {
  color: #0c53d4;
}
.cont5 .a5v2 .a5v2c2 {
  width: 31.7857142857%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont5 .a5v2 .a5v2c2 li {
  height: 33.3333333333%;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.25rem 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5v2c2 li {
    padding: 1.5rem 1rem;
  }
}
.cont5 .a5v2 .a5v2c2 li .cont-p {
  width: 100%;
}
.cont5 .a5v2 .a5v2c2 li .data {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont5 .a5v2 .a5v2c2 li .data span::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #0c53d4;
  vertical-align: middle;
  margin: 0 0.5rem 0 1rem;
}
.cont5 .a5v2 .a5v2c2 li a.name {
  color: #949494;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-top: 0.35rem;
}
.cont5 .a5v2 .a5v2c2 li:hover {
  background: #0c53d4;
}
.cont5 .a5v2 .a5v2c2 li:hover .data {
  color: #fff;
}
.cont5 .a5v2 .a5v2c2 li:hover .data span::before {
  background: #fff;
}
.cont5 .a5v2 .a5v2c2 li:hover a.name {
  color: #fff;
}

@media (min-width: 990px) {
  .active .animated1 {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .active .animated2 {
    -webkit-animation-duration: 1.8s;
       -moz-animation-duration: 1.8s;
         -o-animation-duration: 1.8s;
            animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .active .animated3 {
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
         -o-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .active .fadeInLeft1 {
    -webkit-animation-name: fadeInLeft;
       -moz-animation-name: fadeInLeft;
         -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .active .fadeInUp1 {
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .fadeInRight1 {
    -webkit-animation-name: fadeInRight;
       -moz-animation-name: fadeInRight;
         -o-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
  .active .fadeInUp1 {
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.foot-fot {
  position: relative;
  background: #000000;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 6.5625rem 0;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 700 1.125rem/1.5em "Poppins";
  text-transform: uppercase;
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}

.foot-fot .foota1 .dseca img{ width:140px; height:140px;}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font: 400 0.875rem/2em "Poppins";
}
.foot-fot .foota1 .dseca > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-fot .foota1 .dseca p {
  color: #fff;
  font: 400 0.875rem/2em "Poppins";
}
.foot-fot .foota1 .dseca p a {
  color: #fff;
}
.foot-fot .foota1 .dseca p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-fot .foota1 .fo-a2 {
  width: auto;
}
.foot-fot .foota1 .fo-a2 .d_sdha {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .iamsgh {
  width: 1rem;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b {
  width: -webkit-calc(98% - 1rem);
  width: -moz-calc(98% - 1rem);
  width: calc(98% - 1rem);
  color: #fff;
  font: 400 0.875rem/1.5em "Poppins";
  padding: 0.25em 0;
  white-space: nowrap;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b a {
  color: #fff;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #323232;
  border: none;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  background: #fff;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #0c53d4;
  color: #fff;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.5);
  font: 400 1rem/1.65em "Poppins";
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255,0.2);
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    border-top: none;
  }
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.icon-tuite:before {
  content: "\e62a" !important;
  font-family: "iconfont" !important;
}

.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;
  }
}
.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.75rem;
  height: 3.75rem;
  position: relative;
  background: #0c53d4;
  border-radius: 50%;
  line-height: 3.75rem;
  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);
}
.zd_erha li.tops > a {
  background: #fff;
}

/*内页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 .page-num-current{
	background:#0c53d4;
  border-color: #0c53d4 !important;
  color: #fff !important;}

.pagination .page-num{ margin:0 5px;}  
  

.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: #0c53d4;
  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: #0c53d4;
  border-color: #0c53d4;
  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;
  padding:2.6875rem 0;
  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 "Poppins";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #0c53d4;
}

.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 "Poppins";
  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 "Poppins";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #0c53d4;
}

@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 "Poppins";
  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 "Poppins";
  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 "Poppins";
  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: #0c53d4;
  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 "Poppins";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Poppins";
  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%;
  height:auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .nbanner .img img {
    height: auto;
  }
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .tit {
  font: 700 2.75rem/1.25em "Poppins";
  text-transform: uppercase;
}


.nbanner .nbanner-wen1 .banner-cont .text {
  font: 700 1.25rem/1.25em "Poppins";
  text-transform: uppercase;
  margin-top:0.5rem;
}

.nbanner .nbanner-wen1 .banner-cont .tit span {
  color: #0c53d4;
  vertical-align: sub;
  line-height: 1em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .tit {
    font-size: 1.8rem;
  }
}
.nbanner .ajhhsd {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 1.5rem 0;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 10% 100%);
}
@media (max-width: 1366px) {
  .nbanner .ajhhsd {
    -webkit-clip-path: polygon(5.5% 0%, 100% 0%, 100% 100%, 2% 100%);
            clip-path: polygon(5.5% 0%, 100% 0%, 100% 100%, 2% 100%);
  }
}
@media (max-width: 768px) {
  .nbanner .ajhhsd {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.nbanner .ajhhsd i {
  display: block;
  width: 0.875rem;
  margin-right: 0.85rem;
}
@media (max-width: 768px) {
  .nbanner .ajhhsd i {
    width: 1rem;
    margin-right: 0.75rem;
  }
}
.nbanner .ajhhsd i img {
  width: 100%;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .nbanner .ajhhsd p {
    width: -webkit-calc(100% - 1.75rem);
    width: -moz-calc(100% - 1.75rem);
    width: calc(100% - 1.75rem);
  }
}
.nbanner .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  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 "Poppins";
  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: #0c53d4;
  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: #0c53d4;
}
.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;
  }
}

.abt-cont1 {
  padding: 4.875rem 0;
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .p1 {
  margin-top: 2.9375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .p1 {
    margin-top: 1.25rem;
  }
}

.abt-cont2 {
  background: #F1F1F1;
  padding: 8.5rem 0 6.6875rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.25rem 0;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper5 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper5 {
    margin-top: 1.25rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p {
  background: #FFF;
  -webkit-filter: drop-shadow(0px 0px 0.625rem rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 0.625rem rgba(0, 0, 0, 0.05));
  padding: 5rem 1.5rem 2.25rem;
  border-radius: 1.875rem;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p {
    padding: 3rem 1.5rem 1.25rem;
    border-radius: 1.125rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .img u {
  display: block;
  font-size: 0;
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .img u img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .img i {
  width: 46%;
  font-size: 0;
  display: block;
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .img i img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .tit {
  color: #949494;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25em;
  height: 2.5em;
  overflow: hidden;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p .tit {
    font-size: 1rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-slide .cont-p:hover {
  border: 2px solid #0c53d4;
  -webkit-filter: drop-shadow(0px 0px 1rem rgba(0, 189, 255, 0.1));
          filter: drop-shadow(0px 0px 1rem rgba(0, 189, 255, 0.1));
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper5 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 1.0625rem;
  margin: 0 0.5rem;
  border: 1px solid #C0C0C0;
}
.abt-cont2 .abt-a2v1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0c53d4;
  border-color: #0c53d4;
}

.abt-cont3 {
  background: #F1F1F1;
  padding: 6.625rem 0 7.0625rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .fzlc-content {
  position: relative;
}
.abt-cont3 .fzlc-content .mySwiper6 {
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper6 {
    padding: 1.5rem 0.5rem;
  }
}
.abt-cont3 .fzlc-content .mySwiper6 .cont-p {
  padding: 6rem 5%;
  background: #FFF;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
  width: 80.0714285714%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper6 .cont-p {
    width: 100%;
    padding: 1.5rem 5%;
    -webkit-filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.05));
  }
}
.abt-cont3 .fzlc-content .mySwiper6 .cont-p b {
  display: block;
  color: #0c53d4;
  font-size: 6rem;
  width: 25%;
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper6 .cont-p b {
    width: 100%;
    font-size: 3rem;
  }
}
.abt-cont3 .fzlc-content .mySwiper6 .cont-p .text {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.65em;
  width: 65%;
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper6 .cont-p .text {
    width: 100%;
    font-size: 1rem;
  }
}
.abt-cont3 .fzlc-content .mySwiper6::after {
  content: "";
  width: 59.8918918919%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  background: #0c53d4;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-clip-path: polygon(58% 0, 70% 0, 12% 100%, 0% 100%);
          clip-path: polygon(58% 0, 70% 0, 12% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper6::after {
    width: 100%;
  }
}
.abt-cont3 .fzlc-content .mySwiper7 {
  border-top: 1px solid #D7D7D7;
  margin-top: 4.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 .fzlc-content .mySwiper7 {
    margin-top: 2rem;
  }
}
.abt-cont3 .fzlc-content .mySwiper7 .swiper-slide .tit {
  text-align: center;
  color: #727E88;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.65rem;
}
.abt-cont3 .fzlc-content .mySwiper7 .swiper-slide.swiper-slide-thumb-active .tit {
  color: #0c53d4;
}

.abt-cont4 {
  padding: 6.5rem 0;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}
.abt-cont4 .abt-a4_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 {
    margin-top: 0.25rem;
  }
}
.abt-cont4 .abt-a4_list1 li {
  width: 30%;
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li {
    width: 50%;
    margin-top: 1.25rem;
  }
}
.abt-cont4 .abt-a4_list1 li .cont-p i {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li .cont-p i {
    width: 4rem;
  }
}
.abt-cont4 .abt-a4_list1 li .cont-p i img {
  width: 100%;
}
.abt-cont4 .abt-a4_list1 li .cont-p .wenata {
  text-align: center;
}
.abt-cont4 .abt-a4_list1 li .cont-p .wenata .tit {
  color: #0c53d4;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
.abt-cont4 .abt-a4_list1 li .cont-p .wenata .tit b {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li .cont-p .wenata .tit {
    font-size: 2.2rem;
  }
  .abt-cont4 .abt-a4_list1 li .cont-p .wenata .tit b {
    font-size: 1rem;
  }
}
.abt-cont4 .abt-a4_list1 li .cont-p .wenata .p {
  color: #434343;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li .cont-p .wenata .p {
    font-size: 1rem;
  }
}

.abt-cont5 {
  padding: 6rem 0 7rem;
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0;
  }
}
.abt-cont5 .heng1 {
  padding: 3rem 4% 0;
}
@media (max-width: 768px) {
  .abt-cont5 .heng1 {
    padding: 1.5rem 0 0;
  }
}
.abt-cont5 .heng1 img {
  width: 100%;
}




.nyerji {
  line-height: 5.625rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul {
  justify-content: center;
  display: flex;
}
.nyerji ul li {
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  padding: 0 2.5rem;
}
.nyerji ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  color: #000000;
  font-size: 1.125rem;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  background: #0c53d4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li span {
  position: relative;
  display: inline-block;
}
.nyerji ul li:last-child::before {
  display: none;
}
.nyerji ul li:hover a {
  color: #0c53d4;
}
.nyerji ul li.active a {
  font-weight: 700;
  color: #0c53d4;
}
.nyerji ul li.active a::before,
.nyerji ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li.active a span::before,
.nyerji ul li:hover a span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media (max-width: 990px) {
	
	.nyerji {
    display: none;
  }
	
	}

.p110 {
  padding: 4.875rem 0;
}
.p110.pt0 {
  padding-top: 0;
}
.p110.pb0 {
  padding-bottom: 0;
}

.p110 .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
}
.p110 .subtitle {
  color: red;
  /*background: -webkit-linear-gradient(#1B77B4, #0c53d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
   color:#0c53d4;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 330% */
  text-transform: uppercase;
}
.p110 .text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.875rem;
}

.bgg{ background:#f8f8f8}

@media (max-width: 990px) {
	.p110 {
    padding: 60px 0;
  }
  }

@media (max-width: 767px) {
	.p110 .title {
    font-size: 22px;
    line-height: 34px;
  }
  .p110 .subtitle {
    font-size: 14px;
  }
	.p110 {
    padding: 30px 0;
  }
	}


.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.number_ul li .num span {
  color: #0c53d4 !important;
  font-size: 3rem !important;
  font-weight: 800;
}
.number_ul li .num sub {
  color: #0c53d4;
  font-size: 1.5rem;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  font-size: 1rem;
}
.number_ul li .num i {
  color: #0c53d4;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}

.number_ul li .num sub sub {
  top: -0.5rem;
}



.list_about .text {
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_about .text p {
  text-indent: 2em;
}
.list_about .text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_about .number_ul li .num sub sub {
  top: -0.3125rem;
}
.list_about .number_ul li {
  width: 100%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list_about .number_ul li .num span,
.list_about .number_ul li sub {
  font-weight: 800;
  color: #000;
}
.list_about .number_ul li sub {
  font-size: 1.25rem;
}
.list_about .number_ul li .num span {
  font-size: 2.25rem;
}
.list_about .number_ul li .text {
  font-weight: 500;
}
.list_about .left ul {
  flex-wrap: wrap;
}
.list_about .left li > div:nth-child(2) {
  padding-left: 1.25rem;
}
.list_about .left li:not(:last-child) {
  margin-bottom: 3.75rem;
}
.list_about .left .icon img {
  height: 3.125rem;
}



@media (max-width: 767px) {
.number_ul {
    margin-top: 20px;
  }
  
  
 .list_about .number_ul {
    margin-top: 0;
  }
  .list_about .number_ul li {
    width: 50%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
    padding: 15px 0;
  }
  .list_about .number_ul li .num,
  .list_about .number_ul li .text {
    text-align: center;
  }
  .list_about .number_ul li .icon {
    margin-bottom: 10px;
  }
  .list_about .number_ul li div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .list_about .number_ul li .num span {
    font-size: 30px;
  }
  
}


.list_about_three .row {
  margin: 3.125rem -1.25rem 0;
}
.list_about_three .row > div {
  padding: 0 1.25rem;
  margin-bottom:2.5rem;
}

.squera_news .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.squera_news .data {
  color: #0c53d4;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  text-transform: capitalize;
}
.squera_news .text {
  color: #535353;
  font-weight: 400;
}
.list_news .ul li {
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list_news .ul li a {
  margin: 0 -2.3125rem;
}
.list_news .ul li a > div {
  padding: 0 2.3125rem;
}
.list_news .ul li .data {
  margin-bottom: 0.625rem;
  font-family: 'Poppins';
}
.list_news .ul li .more_a {
  margin-top: 3.125rem;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0c53d4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #0c53d4;
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1280px) {
  .list_news .ul li .more_a {
    margin-top: 2rem;
  }
  .list_news .ul li a > div {
    padding: 0 1.3125rem;
  }
  .list_news .ul li a {
    margin: 0 -1.3125rem;
  }
}
@media (max-width: 767px) {
  .list_news .ul li .more_a {
    margin-top: 15px;
  }
  .list_news .right {
    margin-top: 15px;
  }
  .list_news .ul li {
    padding: 20px 0;
  }
  .list_news .ul li:first-child {
    padding-top: 0;
  }
}
.more_a {
  color: #535353;
  font-weight: 400;
  display: flex;
}
.more_a .iconfont {
  display: block;
  font-weight: 600;
  margin-left: 0.375rem;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover {
  color: #0c53d4;
}
.more_a:hover .iconfont {
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.ny-show_bodyxw {
  padding-top: 6.25rem;
}

.show-news-content {
  padding: 2.8125rem 0 3rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 1rem 0 2rem;
  }
}
.show-news-content .show-cont1 {
  width: 100%;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 {
    width: 100%;
  }
}
.show-news-content .show-cont1 .data {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}

.show-news-content .show-cont1 .data span::before {
 /*content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #00BDFF;
  vertical-align: middle;
  margin: 0 0.5rem 0 1rem;*/
  
}
.show-news-content .show-cont1 .title-a {
  color: #434343;
  font-size:1.125rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {

}
.show-news-content .show-cont1 .title-a img {
  margin-top: -0.125rem;
}
.show-news-content .show-cont1 .content {
  color: #949494;
  font-size: 1rem;
  line-height: 1.95;
  padding: 2rem 0;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .content {
    padding: 1rem 0;
  }
}
.show-news-content .show-cont1 .content img {
  width: 100%;
}
.show-news-content .show-cont1 .pain {
  padding: 1.75rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .pain {
    padding: 1rem 0;
  }
}
.show-news-content .show-cont1 .pain .shanys > div.next {
  margin-left: 1.5rem;
}
.show-news-content .show-cont1 .pain .shanys > div i {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .pain .shanys > div i {
    font-size: 1.125rem;
  }
}
.show-news-content .show-cont1 .pain .shanys > div i:hover {
  color: #00BDFF;
}
.show-news-content .show-cont1 .pain a.more-b {
  border-color: #D9D9D9;
  border-width: 1px;
  padding: 0.65rem 2.5rem;
  color: #949494;
}
.show-news-content .show-cont1 .pain a.more-b i {
  font-size: 1.125rem;
  color: #242424;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .pain a.more-b i {
    font-size: 1rem;
  }
}
.show-news-content .show-cont1 .pain a.more-b:hover {
  color: #fff;
}
.show-news-content .show-cont1 .pain a.more-b:hover i {
  color: #fff;
}
.show-news-content .show-cont2 {
  width: 30.0714285714%;
}
@media (max-width: 768px) {
  .show-news-content .show-cont2 {
    display: none;
  }
}
.show-news-content .show-cont2 .show-a2v1 {
  position: sticky;
  top: 8rem;
  margin-top: 10rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 {
  border: 1px solid #EAEAEA;
  text-align: center;
  padding: 2.5rem 5%;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.35em;
  margin-bottom: 0.65em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b {
  border-color: #D9D9D9;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b:hover {
  border-color: #00BDFF;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 {
  border: 1px solid #EAEAEA;
  padding: 1.6rem 5% 2.25rem;
  margin-top: 1.6rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 .p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .inpt {
  margin-top: 1.25rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .inpt input {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: #949494;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 3.125rem;
  padding: 0 1.25em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 {
  margin-top: 1rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 p {
  color: #949494;
  font-size: 1rem;
  width: -webkit-calc(100% - 1.9rem);
  width: -moz-calc(100% - 1.9rem);
  width: calc(100% - 1.9rem);
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 p a {
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .div_aghgha {
  margin-top: 1.5rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .div_aghgha .more-b {
  width: 100%;
  padding: 0;
  line-height: 3rem;
  background: transparent;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 {
  border: 1px solid #EAEAEA;
  padding: 1rem 5%;
  margin-top: 1.6rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share p {
  margin-right: 0.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share a {
  color: #323232;
  border: none;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  background: #F6F6F6;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share a:hover {
  background: #00BDFF;
  color: #fff;
}



.dow-content {
  padding: 4rem 0 2rem;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 2rem 0 1rem;
  }
}

.dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.dow-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (max-width: 768px) {
  .dow-list li {
    border-radius: 1rem;
    padding: 1.65rem;
  }
}
.dow-list li u {
  display: block;
  width: 32.5503355705%;
  font-size: 0;
  overflow: hidden;
}
.dow-list li u img {
  width: 100%;
}
.dow-list li .cont-p {
  width: 59.2281879195%;
}
.dow-list li .cont-p .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .dow-list li .cont-p .tit {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.dow-list li .cont-p .data {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0;
}
.dow-list li .cont-p .more-b {
  width: 11.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dow-list li .cont-p .more-b p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dow-list li .cont-p .more-b i {
  font-size: 1.125rem;
  display: block;
  margin-left: 0.5em;
}
.dow-list li:hover {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
}



.product-content {
  padding-top: var(--pandrd);
}
.product-content .cp-sort-a {
  margin-top: 0.65rem;
}
.product-content .cp-sort-a li {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .product-content .cp-sort-a li {
    margin: 0 0.5rem;
  }
}
.product-content .cp-sort-a li a {
  display: block;
  color: #000000;
  font-size: 1.375rem;
  line-height: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .product-content .cp-sort-a li a {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.product-content .cp-sort-a li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  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);
}
.product-content .cp-sort-a li:hover a, .product-content .cp-sort-a li.active a {
  color: var(--color-zt);
}
.product-content .cp-sort-a li:hover a::after, .product-content .cp-sort-a li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.product-list li a.img {
  display: block;
  text-align: center;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 2.65rem;
}
@media (max-width: 768px) {
  .product-list li a.img {
    border-radius: 1rem;
    padding: 0.75rem 0 1.5rem;
  }
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.product-list li a.img i img {
  width: 100%;
}
.product-list li a.img .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-list li a.img .tit {
    font-size: 1.125rem;
  }
}
.product-list li a.img:hover .tit {
  color: var(--color-zt);
}

.cp-fm-cont1 {
  padding-bottom: 2rem;
}
.cp-fm-cont1 .cp_fm-a1 > li {
  margin-top: var(--pandrd);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 {
  background: url(../images/vjas1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.6rem 5%;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 {
    padding: 1.8rem 7%;
    border-radius: 1rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 {
  width: 48%;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .tit {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .tit {
    font-size: 1.8rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 {
  color: #000000;
  font-size: 1.375rem;
  margin: 0.75rem 0;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 {
    font-size: 1.125rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 b {
  color: #E50012;
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li {
  margin-right: 1.5em;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li {
    margin-right: 1em;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li a {
  display: block;
  color: #000000;
  font-size: 1.375rem;
  line-height: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li a {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  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);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li:hover a, .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li.active a {
  color: var(--color-zt);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li:hover a::after, .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .more-b {
    margin-top: 1rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 {
  width: 50.9166666667%;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 {
    width: 100%;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 img {
  width: 100%;
}
/*@media (min-width: 767px) {
  .cp-fm-cont1 .cp_fm-a1 > li .cpas_ax1 li:nth-child(4) {
    display: none;
  }
}
*/


.ny-show_body, .ny-body {
  padding-top: 6.25rem;
}

.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup > .img {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup > .img {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup > .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 {
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 .img {
  border-radius: 0;
  box-shadow: inherit;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast {
  padding: 0 8%;
  position: relative;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast {
    padding: 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 {
  padding: 0.75rem;
  margin: 0 -0.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 {
    padding: 0.5rem;
    margin: 0 -0.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 {
  left: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
  right: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
  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: 1;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
    display: none;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 i, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 i {
  color: #C5C5C5;
  font-size: 2rem;
  font-weight: 100;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 i:hover, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 i:hover {
  color: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #E9E3E3;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.65rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #333;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  position: relative;
  padding-left: 1em;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa {
  border-bottom: 1px solid #E9E3E3;
  border-top: 1px solid #E9E3E3;
  padding: 1.625rem 0;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .txsa {
  background: #E50012;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .txsa i {
  color: #fff;
  font-size: 1.35rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .cont-as {
  color: #333;
  font-size: 1rem;
  line-height: 2em;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .cont-as {
    margin-left: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-b {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-b {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

.ny-show-cp_body {
  overflow: visible;
}

.cp-show-sort {
  background: #F5F5F5;
  position: sticky;
  top: -webkit-calc(var(--head-height) - 1px);
  top: -moz-calc(var(--head-height) - 1px);
  top: calc(var(--head-height) - 1px);
  z-index: 5;
}
@media (max-width: 768px) {
  .cp-show-sort {
    top: 59px;
  }
}
.cp-show-sort .cp_fl li a {
  display: block;
  color: #333;
  font-size: 1.125rem;
  line-height: 3em;
  position: relative;
  padding: 0 1em;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-show-sort .cp_fl li a {
    font-size: 1rem;
    line-height: 2.5em;
  }
}
.cp-show-sort .cp_fl li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  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);
}
.cp-show-sort .cp_fl li:hover a, .cp-show-sort .cp_fl li.active a {
  color: var(--color-zt);
}
.cp-show-sort .cp_fl li:hover a::after, .cp-show-sort .cp_fl li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cp-tita {
  position: relative;
}
.cp-tita::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: -moz-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: -o-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: linear-gradient(270deg, #FFF -16.94%, #787878 100%);
  opacity: 0.2;
}
.cp-tita .tit {
  color: #0c53d4;
  font-size: 1.375rem;
  line-height: 1.5em;
  position: relative;
  font-weight: 100;
  font-weight:400;
  padding: 0.7rem 0;
  padding-left: 1.35em;
}
@media (max-width: 768px) {
  .cp-tita .tit {
    font-size: 1.25rem;
  }
}
.cp-tita .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--color-zt);
  width: 0.75rem;
  height: 1em;
}

.conrt-xara > div {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .conrt-xara > div {
    margin-top: 2rem;
  }
}
.conrt-xara > div .content {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .conrt-xara > div .content {
    margin-top: 1.5rem;
  }
}

.cp-show-cont1 .content {
  margin-top: 1.5rem;
}
.cp-show-cont1 .content p {
  position: relative;
  padding-left: 1em;
  color: #333;
}
.cp-show-cont1 .content p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

.cp-show-cont2 .content {
  margin-top: 2rem;
}
.cp-show-cont2 .content .imgas {
  text-align: center;
}
.cp-show-cont2 .content .ash_slta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .content .ash_slta {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .cp-show-cont2 .content .ash_slta {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.cp-show-cont2 .content .ash_slta li {
  text-align: center;
}
.cp-show-cont2 .content .ash_slta li img {
  width: 100%;
}
.cp-show-cont2 .content .ash_slta li .img {
  border: 1px solid #D9D9D9;
}
.cp-show-cont2 .content .ash_slta li p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75rem 0 0;
}

.cp-show-cont3 .content .tabt-cont{ padding:0.2rem 0 4.25rem 0;}
@media (max-width: 767px) {
	.cp-show-cont3 .content .tabt-cont{ padding:0.2rem 0 0rem 0;overflow-x:scroll; margin-bottom:2rem;}
	.cp-show-cont3 .content .tabt-cont table table {overflow-x:scroll; }

	}


.cp-show-cont3 .content .tabt-cont table table {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cp-show-cont3 .content .tabt-cont table tr:nth-child(1) {
  background: #0c53d4!important;
}
.cp-show-cont3 .content .tabt-cont table tr:nth-child(1) td {
  font-weight:normal !important;
  line-height: 1.75rem;
  color: #FFF !important;
  font-size: 1rem;
}
.cp-show-cont3 .content .tabt-cont table td {
  padding:0.5rem;
  text-align: center;
  vertical-align:middle;
  color: #000;
  font-size: 1rem !important;
  font-weight:normal !important;
  line-height: 1.75rem;
  white-space:nowrap;
}
.cp-show-cont3 .content .tabt-cont table tr:nth-child(odd) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEF5FF;
}




/*.cp-show-cont3 .content .tabt-cont table tr:nth-child(2n-1) {
  background: #F5F5F5;
}
.cp-show-cont3 .content .tabt-cont table tr:nth-child(1) {
  background: #D8D8D8;
  border-top: 2px solid #000000;
}
.cp-show-cont3 .content .tabt-cont table tr td {
  border-left: none;
  border-right: none;
  color: #3E3A39;
  font-size: 1.125rem;
  padding-left: 3em;
  vertical-align: middle;
}*/



.cp-show-cont3 .content .wehx0-a {
  color: #3E3A39;
  font-size: 0.875rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .cp-show-cont3 .content .wehx0-a {
    text-align: left;
  }
}

.dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.dow-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (max-width: 768px) {
  .dow-list li {
    border-radius: 1rem;
    padding: 1.65rem;
  }
}
.dow-list li u {
  display: block;
  width: 32.5503355705%;
  font-size: 0;
  overflow: hidden;
}
.dow-list li u img {
  width: 100%;
}
.dow-list li .cont-p {
  width: 59.2281879195%;
}
.dow-list li .cont-p .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .dow-list li .cont-p .tit {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.dow-list li .cont-p .data {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0;
}
.dow-list li .cont-p .more-b {
  width: 11.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dow-list li .cont-p .more-b p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dow-list li .cont-p .more-b i {
  font-size: 1.125rem;
  display: block;
  margin-left: 0.5em;
}
.dow-list li:hover {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
}

.cp-show-cont4 .content {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .content {
    margin-top: 1.65rem;
  }
}

.cp-show-cont5 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.cp-show-cont5 .cp-show-a5v1 {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 {
    margin-top: 0.365rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 {
  padding: 1rem;
  margin: 0 -1rem;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img {
  display: block;
  text-align: center;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 2.65rem;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img {
    border-radius: 1rem;
    padding: 0.75rem 0 1.5rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img i img {
  width: 100%;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img .tit {
    font-size: 1.125rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img:hover .tit {
  color: var(--color-zt);
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.5rem;
}

.cp-show-cont6 {
  padding: var(--pandrd) 0;
  margin-top: 0 !important;
}
.cp-show-cont6 .cp-a6_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 {
    margin-top: 0;
  }
}
.cp-show-cont6 .cp-a6_list1 li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li {
    width: 50%;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 1.5rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li i {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  border: 1px dashed var(--color-zt);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li i {
    width: 6rem;
    height: 6rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li i img {
  width: 50%;
}
.cp-show-cont6 .cp-a6_list1 li .wenata {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li .wenata {
    margin-top: 1rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li .wenata .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.6em;
}
.cp-show-cont6 .cp-a6_list1 li .wenata .p {
  color: #878787;
  font-size: 0.875rem;
  line-height: 1.6em;
}



.lx-cont1 {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lx-a1_list2 {
  background: #F6F6F6;
  padding: 1.5rem 0 1.5rem 0;
  margin-top: 2.6875rem;
}


@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list2 {
    margin-top: 1.25rem;
    padding: 0.5rem 5%;
  }
}
.lx-cont1 .lx-a1_list2 li {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list2 li {
    padding: 1rem 0;
    width: 100%;
  }
}
.lx-cont1 .lx-a1_list2 li i {
  display: block;
  width: 2.1875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list2 li i {
    width: 1.8rem;
  }
}
.lx-cont1 .lx-a1_list2 li i img {
  width: 100%;
}
.lx-cont1 .lx-a1_list2 li .cont-p {
  color: #434343;
  font-size: 1rem;
  line-height: 1.25em;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list2 li .cont-p {
    width: -webkit-calc(100% - 2.8rem);
    width: -moz-calc(100% - 2.8rem);
    width: calc(100% - 2.8rem);
  }
}
.lx-cont1 .lx-a1_list2 li .cont-p .tit {
  font-weight: 700;
}
.lx-cont1 .lx-a1_list2 li .cont-p p {
  font-weight: 400;
}
.lx-cont1 .lx-a1_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 3.25rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .lx-cont1 .lx-a1_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.lx-cont1 .lx-a1_list1 li {
  border-bottom: 2px solid #D9D9D9;
}
.lx-cont1 .lx-a1_list1 li .img {
  font-size: 0;
}
.lx-cont1 .lx-a1_list1 li .img img {
  width: 100%;
}
.lx-cont1 .lx-a1_list1 li .cont-p {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p {
    padding: 1.5rem 0 1rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p .tit u {
  display: block;
  font-size: 0;
  width: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p .tit u {
    width: 1.5rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p .tit u img {
  width: 100%;
}
.lx-cont1 .lx-a1_list1 li .cont-p .tit p {
  width: -webkit-calc(100% - 2.5rem);
  width: -moz-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  color: #434343;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p .tit p {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p .ftit {
  color: #434343;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0.5rem 0 0.35rem;
}
.lx-cont1 .lx-a1_list1 li .cont-p .p {
  color: #949494;
  font-size: 0.875rem;
  line-height: 1.65em;
  margin: 0.15rem 0;
  font-weight: 400;
}
.lx-cont1 .lx-a1_list1 li .cont-p a.more-ck {
  color: #0c53d4;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.35rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lx-cont1 .lx-a1_list1 li .cont-p a.more-ck::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0c53d4;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.lx-cont1 .lx-a1_list1 li .cont-p a.more-ck i {
  font-size: 0.5rem;
  margin-left: 0.5rem;
}
.lx-cont1 .lx-a1_list1 li .cont-p a.more-ck:hover::after {
  width: 100%;
}

.lx-cont2 {
  background: #F1F1F1;
  padding: 4.75rem 0 5.375rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2.5rem 0;
  }
}
.lx-cont2 .p1ax {
  color: #949494;
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 .p1ax {
    font-size: 1rem;
  }
}
.lx-cont2 form {
  margin-top: 2.6125rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1.5rem;
  }
}
.lx-cont2 form .msg-a1 .inpt {
  width: 23.4285714286%;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 0 1em;
  color: #949494;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 3rem;
}
.lx-cont2 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 0.65rem 1em;
  color: #949494;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 textarea {
    margin-bottom: 0.85rem;
  }
}
.lx-cont2 form .msg-a2 .yazm input {
  width: 20.5rem;
  border: 1px solid #D9D9D9;
  padding: 0 1em;
  color: #949494;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 .yazm input {
    width: 50%;
  }
}
.lx-cont2 form .msg-a2 .yazm img {
  width: 8.4375rem;
  height: 3rem;
  border-radius: 3rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 .yazm img {
    width: 40%;
    margin-left: 5%;
  }
}
.lx-cont2 form .msg-a3 {
  margin-top: 1rem;
}
.lx-cont2 form .msg-a3 input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
.lx-cont2 form .msg-a3 input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #F1F1F1;
}
.lx-cont2 form .msg-a3 input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #F1F1F1;
}
.lx-cont2 form .msg-a3 p {
  color: #949494;
  font-size: 1rem;
  width: -webkit-calc(100% - 1.9rem);
  width: -moz-calc(100% - 1.9rem);
  width: calc(100% - 1.9rem);
}
.lx-cont2 form .msg-a3 p a {
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
  color: #949494;
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
  .lx-cont2 form .div_aghgha .more-b {
    padding: 0.5rem 2.2rem;
  }
}

.job-content {
  padding: 5rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .job-content {
    padding: 2rem 0;
  }
}
.job-content .job-list1 li {
  width: 48.2142857143%;
  border: 1px solid #DFDFDF;
  padding: 3.5rem 3%;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .job-content .job-list1 li {
    width: 100%;
    padding: 1.75rem 7%;
    margin-top: 1.5rem;
  }
}
.job-content .job-list1 li .tit u {
  display: block;
  font-size: 0;
  width: 2rem;
}
@media (max-width: 768px) {
  .job-content .job-list1 li .tit u {
    width: 1.5rem;
  }
}
.job-content .job-list1 li .tit u img {
  width: 100%;
}
.job-content .job-list1 li .tit p {
  width: -webkit-calc(100% - 2.5rem);
  width: -moz-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  color: #434343;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job-content .job-list1 li .tit p {
    font-size: 1.35rem;
  }
}
.job-content .job-list1 li .p {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.55em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-content .job-list1 li .p {
    font-size: 1rem;
  }
}

.abt-body {
  overflow: visible;
}
.abt-body .nbanner {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.join-cont1 {
  -o-background-size: cover;
     background-size: cover;
  -webkit-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -o-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -moz-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  padding: 14.0625rem 0 14.6875rem;
}
@media (max-width: 768px) {
  .join-cont1 {
    padding: 5rem 0;
  }
}
.join-cont1 .ny-title1 .tit {
  color: #fff;
}
.join-cont1 .join-list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .join-cont1 .join-list1 {
    margin-top: 1.25rem;
  }
}
.join-cont1 .join-list1 li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.3125rem;
  line-height: 1.35em;
  font-weight: 700;
  padding: 0 1em;
  text-align: center;
  margin: 1rem 0;
}
.join-cont1 .join-list1 li+li{
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.join-cont1 .join-list1 li div{
    font-size: 1.35rem; line-height: 1.35em;
}
@media (max-width: 768px) {
  .join-cont1 .join-list1 li {
    font-size: 1.5rem;
    padding: 0 0.5em;
  }
  .join-cont1 .join-list1 li:nth-child(3){
      border-left: none;
  }
}
.join-cont1 .more-b {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .join-cont1 .more-b {
    margin-top: 1.5rem;
  }
}

/* cookies */
.cookic_fix {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  margin-right: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 999;
}
.cookic_fix .tit {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}
.cookic_fix .tit i {
  font-size: 1rem;
  cursor: pointer;
}
.cookic_fix .text {
  margin-top: 8px;
  -ms-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}
.cookic_fix .buttona {
  width: 100%;
  border-top: 1px solid #ddd;
}
.cookic_fix .buttona .more {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  cursor: pointer;
}
.cookic_fix .buttona .more:nth-child(1) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(2) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(3) {
  width: 45%;
}
.cookic_fix .buttona .more + .more {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* end */
.job-cont1 {
  padding: 5rem 0 4.6875rem;
}
.job-cont1 .job-list {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-list {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-list li {
  padding: 0 3.125rem;
  border: 1px solid #F6F6F6;
  background: #FFF;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li {
    padding: 0 1.5rem;
  }
}
.job-cont1 .job-list li + li {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li + li {
    margin-top: 1.25rem;
  }
}
.job-cont1 .job-list li .dt {
  padding: 1.375rem 0;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .dt .wehas {
    width: 80%;
  }
}
.job-cont1 .job-list li .dt .wehas .tit {
  color: #231815;
  font: 600 1.5rem/1.5em "Poppins";
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .dt .wehas .tit {
    font-size: 1.25rem;
  }
}
.job-cont1 .job-list li .dt .wehas .p1 {
  color: #838383;
  font: 400 1rem/1.5em "Poppins";
  margin-top: 0.5em;
}
.job-cont1 .job-list li .dt .wehas .p1 span {
  color: #CFCFCF;
  display: block;
  margin: 0 0.5rem;
}
.job-cont1 .job-list li .dt i {
  color: #D9D9D9;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .dt i {
    font-size: 1.5rem;
  }
}
.job-cont1 .job-list li .wehha-job {
  display: none;
  color: #6F6E6E;
}
.job-cont1 .job-list li .wehha-job dl {
  margin-top: 1.5rem;
  font: 400 1rem/1.65em "Poppins";
  color: #6F6E6E;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .wehha-job dl {
    margin-top: 1.25rem;
  }
}
.job-cont1 .job-list li .wehha-job dl dt {
  font-weight: 700;
}
.job-cont1 .job-list li .wehha-job dl dd {
  padding-left: 1em;
  position: relative;
}
.job-cont1 .job-list li .wehha-job dl dd::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.job-cont1 .job-list li .wehha-job .p2 {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .wehha-job .p2 {
    padding: 1.25rem 0;
  }
}
.job-cont1 .job-list li .wehha-job .p2 a {
  padding: 0.6rem 2.5rem;
  background: #0c53d4;
  color: #fff;
}
.job-cont1 .job-list li .wehha-job .p2 a::after {
  background: #fff;
}
.job-cont1 .job-list li .wehha-job .p2 a:hover {
  color: #0c53d4;
}
.job-cont1 .job-list li.active {
  background: #F7F7F9;
}

.qyyx-cont6{
    height: 100vh;
    width: 100vw;
}
.job-tancx {
  background: transparent !important;
  box-shadow: none !important;
  width: 900px !important;
  max-width: 70%;
}
@media (max-width: 1600px) {
  .job-tancx {
    width: 50% !important;
  }
}

@media (max-width: 1440px) {
  .job-tancx {
    width: 44% !important;
  }
}


@media (max-width: 768px) {
  .job-tancx {
    width: 70% !important;
  }
}
.job-tancx .layui-layer-setwin {
  /* right: 15%;
  top: 15%; */
}
.job-tancx .layui-layer-content img {
  width: 100%;
}

table td {
    padding: 1rem .8rem 1rem 2rem !important;
}
.foot-fot .foota1 .fo-a2 .social-share a svg{
    width:1rem;
    height: 1rem;
}
.foot-fot .foota1 .fo-a2 .social-share a svg path {
    fill:#323232 ;
}.foot-fot .foota1 .fo-a2 .social-share a:hover  svg path{
       fill:#fff;
}