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

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: #005678;
  border: 1px solid #005678;
  -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: #fff;
  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: #005678;
}
.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: #005678;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #005678;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #005678;
}
.more-msl.ls {
  color: #005678;
  background: transparent;
  border-color: #005678;
}
.more-msl.ls:before {
  background: #005678;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: #EBEBEC;
  color: #1B1C21;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #005678;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  border-color: #005678;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.hs {
  background: #005678;
  color: #fff;
}
.more-b.hs i {
  color: #fff;
}
.more-b.hs:hover {
  color: #1B1C21;
}
.more-b.hs:hover > * {
  color: #1B1C21;
}
.more-b.hs:hover i {
  color: #1B1C21;
}
.more-b.hs:hover::after {
  background-color: #EBEBEC;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 4rem;
}
.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
}
.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #1B1C21;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

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

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

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    bottom: 28%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat {
    bottom: 11%;
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5625rem;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  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: 600 0.875rem/1.5em "Noto Sans SC";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

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

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

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

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

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #131313;
}
.title1 .tit {
  font-family: "Noto Sans SC";
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .tit::after {
  content: "";
  width: 0.8em;
  height: 0.1875rem;
  background: #005678;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  -webkit-transform: translateY(-0.4rem);
     -moz-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
       -o-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
          display: none;
}
@media (max-width: 768px) {
  .title1 .tit::after {
    -webkit-transform: translateY(-0.2rem);
       -moz-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
         -o-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
    height: 0.125rem;
    margin-left: 0.25em;
  }
}
.title1 .txt {
  color: #979797;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .title1 .txt {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.title1.bs {
  color: #FFFFFF;
}
.title1.bs .tit::after {
  background: #FFFFFF;
}
.title1.bs .txt {
  color: #FFFFFF;
}

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

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

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

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.875rem 0 7.5rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .a1_v1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1rem;
  }
}
.cont1 .a1_v1 .a1_b1 {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: 100%;
  }
}
.cont1 .a1_v1 .a1_b1 .p {
  color: #FFFFFF;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .p {
    font-size: 1rem;
  }
}
.cont1 .a1_v1 .a1_b1 a.more-msl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 a.more-msl {
    margin-top: 1rem;
  }
}
.cont1 .a1_v1 .a1_b2 {
  width: 53.5714285714%;
  margin-right: -5%;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 {
    width: 100%;
    margin-right: 0;
  }
}
.cont1 .a1_v1 .a1_b2 .a1c1 li {
  width: 30%;
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 1rem;
}
.cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(n+4) {
  margin-top: 3.5rem;
}
.cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(3n) {
  width: 40%;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li {
    width: 50%;
    margin-top: 1.5rem;
    border-left: 1px solid #fff;
  }
  .cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(3n) {
    width: 50%;
  }
  .cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_v1 .a1_b2 .a1c1 li .data {
  font: 600 2rem/1em "Montserrat";
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li .data {
    font-size: 1.25rem;
  }
}
.cont1 .a1_v1 .a1_b2 .a1c1 li .data span {
  font: 700 3.125rem/1em "Montserrat";
  margin-right: 0.15rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li .data span {
    font-size: 2.2rem;
  }
}
.cont1 .a1_v1 .a1_b2 .a1c1 li p {
  font: 400 1rem/1em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li p {
    line-height: 1.4em;
  }
}

.cont2 {
  padding: 4.75rem 0 5.625rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}
.cont2 .a2_v1 {
  position: relative;
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 {
    margin-top: 1.5rem;
  }
}
.cont2 .a2_v1::after {
  content: "";
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 2rem;
  top: 17%;
  z-index: 1;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
}
@media (max-width: 768px) {
  .cont2 .a2_v1::after {
    display: none;
  }
}
.cont2 .a2_v1 .tit {
  color: #231815;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .tit {
    font-size: 1.5rem;
  }
}
.cont2 .a2_v1 .tit::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  border-radius: 50%;
  background: #005678;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .tit::after {
    display: none;
  }
}
.cont2 .a2_v1 .a2b1-gg {
  margin-top: 3rem;
}
.cont2 .a2_v1 .a2b1-gg .mySwiper5 {
 position: relative;
}
.cont2 .a2_v1 .a2b1-gg .mySwiper5 .gong-arrow > div {
  position: absolute;
  top: 35%;
  z-index: 9;
}
.cont2 .a2_v1 .a2b1-gg .mySwiper5 .gong-arrow > div.swiper-button-prev1 {
  left: 0;
}
.cont2 .a2_v1 .a2b1-gg .mySwiper5 .gong-arrow > div.swiper-button-next1 {
  right: 0;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2b1-gg {
    margin-top: 1.125rem;
  }
}
.cont2 .a2_v1 .a2b1c1 {
  text-align: center;
}
.cont2 .a2_v1 .a2b1c1 a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont2 .a2_v1 .a2b1c1 a.img img {
  width: 100%;
}
.cont2 .a2_v1 .a2b1c1 a.datac {
  display: block;
  color: #626262;
}
.cont2 .a2_v1 .a2b1c1 a.datac .titas {
  font: 600 1.125rem/1.4em "Montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont2 .a2_v1 .a2b1c1 a.datac p {
  font: 400 1rem/1.4em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont2 .a2_v1 .a2b1c1 a.more-msl {
  margin-top: 0.8rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2b1c1 a.more-msl {
    opacity: 1;
  }
}
.cont2 .a2_v1 .a2b1c1:hover a.datac {
  color: #005678;
}
.cont2 .a2_v1 .a2b1c1:hover a.more-msl {
  opacity: 1;
}
.cont2 .a2_v1 .a2_b1 {
  width: 33.5714285714%;
  background: #F5F5F5;
  padding: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
    padding: 1.5rem;
  }
}
.cont2 .a2_v1 .a2_b1 .a2b1c1 {
  width: 47.1794871795%;
}
.cont2 .a2_v1 .a2_b2 {
  width: 64.1428571429%;
  background: #F5F5F5;
  padding: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.cont2 .a2_v1 .a2_b2 .tit::after {
  background: #D0D0D0;
}
.cont2 .a2_v1 .a2_b2 .mySwiper1 {
  position: relative;
  padding: 0 0.5rem;
}
.cont2 .a2_v1 .a2_b2 .gong-arrow > div {
  position: absolute;
  top: 25%;
  z-index: 9;
}
.cont2 .a2_v1 .a2_b2 .gong-arrow > div.swiper-button-prev1 {
  left: 0;
}
.cont2 .a2_v1 .a2_b2 .gong-arrow > div.swiper-button-next1 {
  right: 0;
}

.gong-arrow > div {
  border: 1px solid #8E8E8E;
  width: 2.125rem;
  height: 2.125rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.gong-arrow > div i {
  font-size: 0.75rem;
  color: #8E8E8E;
  font-weight: 600;
}

.cont3 {
  padding: 5.3125rem 0;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 .a3_v1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 {
    margin-top: 0;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #005678;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  width: 1.4625rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide {
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p {
  position: relative;
  border-top: 0.625rem solid transparent;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p {
    border-width: 0.4rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 10.63%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 10.63%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 10.63%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 10.63%, rgba(255, 255, 255, 0) 100%);
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.125rem 3% 0;
  text-align: center;
  z-index: 1;
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tit {
  color: #FFFFFF;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tit {
    font-size: 1.5rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa {
  width: 7.5rem;
  height: 7.5rem;
  margin: 2.8125rem auto 1.5625rem;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa {
    width: 5.5rem;
    margin: 2rem auto 1rem;
    height: 5.5rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa img {
  width: 50%;
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .p {
  color: #454545;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0 2em;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .p {
    font-size: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont a.more-msl {
  margin-top: 1.5rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont a.more-msl {
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover {
  border-color: #005678;
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover::after {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .tit {
  color: #231815;
}
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .tbaa, .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .p, .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont a.more-msl {
  opacity: 1;
}

.cont4 {
  /*background: #F5F5F5;*/
  padding: 4.0625rem 0 5.875rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
.cont4 .a4_v1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v1 .xw_a1 {
  width: 48.5%;
  background: #F5F5F5;
  padding: 2rem;
  /*box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.07);*/
  
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 {
    width: 100%;
    padding: 1rem; box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.07);
  }
}
.cont4 .a4_v1 .xw_a1 li a.img {
  display: block;
  position: relative;
}
.cont4 .a4_v1 .xw_a1 li a.img > i {
  display: block;
  font-size: 0;
  position: relative;
  padding-bottom: 70.7037643208%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.cont4 .a4_v1 .xw_a1 li a.img > i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v1 .xw_a1 li a.img > i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #005678 0%, rgba(0, 86, 120, 0) 80%);
  background: -moz-linear-gradient(bottom, #005678 0%, rgba(0, 86, 120, 0) 80%);
  background: -o-linear-gradient(bottom, #005678 0%, rgba(0, 86, 120, 0) 80%);
  background: linear-gradient(0deg, #005678 0%, rgba(0, 86, 120, 0) 80%);
}
.cont4 .a4_v1 .xw_a1 li a.img > i img {
  width: 100%;
}
.cont4 .a4_v1 .xw_a1 li a.img .cont-p {
  position: absolute;
  left: 0;
  padding: 0 5%;
  bottom: 2rem;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 li a.img .cont-p {
    bottom: 1.5rem;
  }
}
.cont4 .a4_v1 .xw_a1 li a.img .cont-p p {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont4 .a4_v1 .xw_a1 li a.img .cont-p .data {
  font: 400 0.875rem/1.5em "Montserrat";
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 li a.img .cont-p .data {
    margin-top: 0.5rem;
  }
}
.cont4 .a4_v1 .xw_a1 li a.img .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}
.cont4 .a4_v1 .xw_a2 {
  width: 48.5%;
  background: #F5F5F5;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 {
    width: 100%;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v1 .xw_a2 li {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li {
    padding: 1rem 0;
  }
}
.cont4 .a4_v1 .xw_a2 li + li {
  border-top: 1px solid #EAEAEA;
}
.cont4 .a4_v1 .xw_a2 li a.img {
  display: block;
  width: 23.0894308943%;
  font-size: 0;
  position: relative;
  padding-bottom: 16.4227642276%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li a.img {
    width: 100%;
    padding-bottom: 50%;
  }
}
.cont4 .a4_v1 .xw_a2 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v1 .xw_a2 li a.img img {
  width: 100%;
}
.cont4 .a4_v1 .xw_a2 li .cont-p {
  width: 72.3577235772%;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont4 .a4_v1 .xw_a2 li .cont-p a.name {
  display: block;
  color: #626262;
  font: 400 1.125rem/1.4em "Noto Sans SC";
}
.cont4 .a4_v1 .xw_a2 li .cont-p a.name:hover {
  color: #005678;
}
.cont4 .a4_v1 .xw_a2 li .cont-p .data {
  color: #005678;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-top: 0.8rem;
}
.cont4 .a4_v1 .xw_a2 li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

.foot-fot {
  position: relative;
  border-top: 1px solid #C3C1C1;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.125rem 0 2.5rem;
  border-bottom: 1px solid #EBEBEB;
}
.foot-fot .foota1a {
    padding: 1.8rem 0 3rem;
}
.foot-fot .foota1a .tit{
    color: #454545;
    font-weight: 700;
    font-size: 1.125rem;
}
.foot-fot .foota1a .p{
    color: #666666;
    font-weight: 400;
    font-size: 1rem;
}
@media (max-width: 990px) {
    .foot-fot .foota1a{
        padding: 1rem 0 1.5rem;
    }
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #454545;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #454545;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #666666;
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #005678;
}
.foot-fot .foota1 .dseca p {
  color: #666666;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3.875rem;
}
.foot-fot .foota1 .fo-a2 .p {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1.375rem;
}
.foot-fot .foota1 .fo-a2 .dtel {
  color: #005678;
  font: 700 1.625rem/1.25em "Montserrat";
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #005678;
  border-color: #005678;
  color: #fff;
}
.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  background: #005678;
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.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;
}

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

@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.5rem;
  height: 3.5rem;
  position: relative;
  background: #005678;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.zd_erha li:nth-child(1) > a {
  background: #E6DDA5;
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #005678;
  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: #005678;
  border-color: #005678;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

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

.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 "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

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

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

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #005678;
  font: 500 1rem/1.5em "Noto Sans SC";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Noto Sans SC";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

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

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 5.625rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
      white-space: nowrap;
    display: block;
}
.n_mbx .n_src::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color: #F5F5F5;
  }
  .n_mbx .n_src::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
  }
  .n_mbx .n_src::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  }
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005678;
  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: #005678;
}
.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;
  }
}

.ny-tit {
  text-align: center;
}
.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}
.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  margin: 0.42rem auto 0;
  height: 1px;
  background: #005678;
}
.ny-tit.bs .tit {
  color: #fff;
}
.ny-tit.bs .tit::after {
  background: #fff;
}

.abt-cont1 {
  padding: 6.0625rem 0 2.6875rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .gong-p {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .gong-p {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .mySwiper2 {
  position: relative;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .mySwiper2 {
    margin-top: 1.25rem;
  }
}
.abt-cont1 .mySwiper2 .swiper-slide img {
  width: 100%;
}
.abt-cont1 .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .abt-cont1 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .mySwiper2 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #005678;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.abt-cont1 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  width: 1.4625rem;
}

.abt-cont2 {
  background: #F5F5F5;
  padding: 7.625rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0 3rem;
  }
}
.abt-cont2 .abt_list2 {
  margin: 0 -3%;
  margin-top: 1rem;
}
.abt-cont2 .abt_list2 li {
  width: 25%;
  padding: 0 3%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li {
    width: 50%;
    margin-top: 0.6rem;
  }
}
.abt-cont2 .abt_list2 li .cont-p i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.abt-cont2 .abt_list2 li .cont-p i img {
  width: 100%;
}
.abt-cont2 .abt_list2 li .cont-p .wenata {
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata {
    padding: 0.5rem 0;
  }
}
.abt-cont2 .abt_list2 li .cont-p .wenata h2 {
  color: #535353;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata h2 {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt_list2 li .cont-p .wenata .p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata .p {
    font-size: 1rem;
  }
}
.abt-cont4{
     padding: 5.75rem 0;
}
.abt-a4_list1 {
  margin-top: 2.5rem;
}
.abt-a4_list1 li{
   width: 31.5%;
   background: #F5F5F5;
   padding: 3.5rem 3%;
}
.abt-a4_list1 li i{
  display: block;
  font-size: 0;
  width: 4.625rem;
  margin: 0 auto;
}
.abt-a4_list1 li i img{
  width: 100%;
}
.abt-a4_list1 li .wenata{
  text-align: center;
}
.abt-a4_list1 li .wenata .tit{
  color: #535353;
  font: 500 1.375rem/1.5em "Noto Sans SC";
  margin: 1rem 0 0.25rem;
}
.abt-a4_list1 li .wenata .p{
  color: #999999;
  font: 500 1.125rem/1.35em "Noto Sans SC";
}
@media (max-width: 768px){
  .abt-cont4{
    padding: 2rem 0;
  }
  .abt-a4_list1{
    margin-top: 0.5rem;
  }
  .abt-a4_list1 li{
    width: 100%;
    margin-top: 1.5rem; padding: 3.5rem 7%;
  }
}
.abt-cont3 {
  padding: 5.75rem 0 6.125rem;
  /* background: #F5F5F5; */
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-a3v1 {
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 12.7857142857%;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-prev1, .abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-next1 {
    display: none;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-prev1 i, .abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-next1 i {
  color: #005678;
  font-size: 1.25rem;
  font-weight: 600;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 {
  height: 26rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 {
    height: auto;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide {
  -webkit-transform: scale(0.85);
     -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide p {
  color: #005678;
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-align: center;
  border: 1px solid #005678;
  border-radius: 1.25rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide.swiper-slide-active p {
  background: #005678;
  color: #fff;
}

.news-content {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .news-content {
    padding-top: 2rem;
  }
}
.news-content .mySwiper4 {
  position: relative;
}
.news-content .mySwiper4 .swiper-slide .cont a.img {
  display: block;
  font-size: 0;
  width: 50%;
  padding-bottom: 35.2857142857%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont a.img {
    width: 100%;
    padding-bottom: 70.7736389685%;
  }
}
.news-content .mySwiper4 .swiper-slide .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-content .mySwiper4 .swiper-slide .cont a.img img {
  width: 100%;
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont {
  width: 50%;
  background: #F5F5F5;
  padding: 0 4%;
  border-bottom: 0.4rem solid #005678;
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont {
    width: 100%;
    padding: 1rem 5%;
  }
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont .cont-p {
  width: 100%;
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont a.name {
  display: block;
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont a.name {
    font-size: 1.25rem;
  }
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont a.name:hover {
  color: #005678;
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont .p {
    font-size: 1rem;
    margin: 0.7rem 0 1rem;
  }
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont .data {
  color: #005678;
  font: 500 0.875rem/1.5em "Noto Sans SC";
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont .data {
    margin-top: 0.5rem;
  }
}
.news-content .mySwiper4 .swiper-slide .cont .da-cont .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}
.news-content .mySwiper4 .swiper-pagination1 {
  position: absolute;
  left: 54%;
  bottom: 2rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-pagination1 {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}
.news-content .mySwiper4 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #ADACAC;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.news-content .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  border-color: #005678;
  width: 1.4625rem;
}

.news-list {
  margin: 0 -1.5%;
}
.news-list li {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .news-list li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 70.6018518519%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list li a.img img {
  width: 100%;
}
.news-list li .cont-p {
  margin-top: 0.8rem;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 0.8rem;
}
.news-list li .cont-p a.name {
  display: block;
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    height: auto;
  }
}
.news-list li .cont-p a.name:hover {
  color: #005678;
}
.news-list li .cont-p .p {
  color: #626262;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  margin: 0.8rem 0;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li .cont-p .p {
    margin: 0.5rem 0;
    height: auto;
  }
}
.news-list li .cont-p .data {
  color: #005678;
  font: 500 0.875rem/1.5em "Noto Sans SC";
}
.news-list li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

/*新闻详情*/
.ny-show_body {
  padding-top: 6.25rem;
}

.xw-show_bja .ajhhsd {
  padding: 0;
}
.xw-show_bja .title-a {
  color: #454545;
  font: 600 2rem/1.4em "Noto Sans SC";
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}
.xw-show_bja .title-b .date-a {
  color: #454545;
  font: 600 1rem/1.5em "Noto Sans SC";
  text-align: center;
  padding: 0.5rem 0 1.6rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b .date-a {
    padding: 0.5rem 0 1rem;
  }
}
.xw-show_bja .title-b .fen-xiang::after {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xw-show_bja .title-b .fen-xiang::before {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xw-show_bja .title-b .fen-xiang .social-share {
  position: relative;
  padding: 0 1em;
}
.xw-show_bja .title-b .fen-xiang .social-share .wechat-qrcode {
  z-index: 999;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  background: transparent;
  font-size: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b .fen-xiang .social-share a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.show-news-a1_v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-a1_v1 {
    margin-top: 1rem;
  }
}
.show-news-a1_v1 .xinwn-consss {
  padding: 0 10%;
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .show-news-a1_v1 .xinwn-consss {
    padding: 0;
    font-size: 1rem;
  }
}
.show-news-a1_v1 .xinwn-consss img {
  width: 100%;
}

.pain {
  background: #F5F5F5;
  padding: 1rem 0;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .pain {
    margin-top: 2rem;
  }
}
.pain .shanys {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .pain .shanys {
    padding: 0;
  }
}
.pain .prev, .pain .next {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: 45%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pain .prev, .pain .next {
    width: 100%;
    font-size: 1rem;
    padding: 2px 0;
  }
}
.pain .prev a, .pain .next a {
  color: #626262;
}
.pain .prev a:hover, .pain .next a:hover {
  color: #005678;
}

.case-content {
  padding: 6.0625rem 0 1rem;
}
@media (max-width: 768px) {
  .case-content {
    padding: 2rem 0;
  }
}
.case-content .case-list li {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .case-content .case-list li {
    margin-top: 1.5rem;
  }
}
.case-content .case-list li .block {
  width: 68.3571428571%;
}
@media (max-width: 768px) {
  .case-content .case-list li .block {
    width: 100%;
  }
}
.case-content .case-list li .block img {
  width: 100%;
}
.case-content .case-list li .block .mySwiper2 {
  position: relative;
}
.case-content .case-list li .block .mySwiper2 .swiper-slide img {
  width: 100%;
}
.case-content .case-list li .block .mySwiper2 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 9;
}
.case-content .case-list li .block .mySwiper2 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #005678;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.case-content .case-list li .block .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  width: 1.4625rem;
}
.case-content .case-list li .case_wenzq {
  width: 31.6428571429%;
  background: #F5F5F5;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq {
    width: 100%;
    padding: 1rem 1.5rem 1.5rem;
  }
}
.case-content .case-list li .case_wenzq .cont-p {
  width: 100%;
}
.case-content .case-list li .case_wenzq .cont-p b {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1em;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #D4D4D4;
  text-transform: uppercase;
  font-family: "Noto Sans SC";
}
@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p b {
    font-size: 3rem;
  }
}
.case-content .case-list li .case_wenzq .cont-p .tit {
  color: #626262;
  font: 500 1.5rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.case-content .case-list li .case_wenzq .cont-p dl {
  margin-top: 1.5rem;
  width: 40%;
}
.case-content .case-list li .case_wenzq .cont-p dl:nth-child(2n) {
  border-left: 1px solid #D7D7D7;
  padding-left: 2rem;
  width: 60%;
}
@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl {
    margin-top: 0.65rem;
  }
}
.case-content .case-list li .case_wenzq .cont-p dl dt {
  color: #626262;
  font: 500 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl dt {
    font-size: 1.125rem;
  }
}
.case-content .case-list li .case_wenzq .cont-p dl dd {
  color: #999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl dd {
    font-size: 1rem;
  }
}

.lx-cont1 {
  padding: 5.375rem 0 4.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 100%;
  border: 1px solid #DCDCDC;
  padding: 3rem 4%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1:nth-child(1){
      width: 30%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1:nth-child(1) dl{
    width: 100% !important;
}
.lx-cont1 .lx-a1v1 .lx-a1b1:nth-child(2){
      width: 67%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%!important;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit {
  color: #454545;
  font: 600 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit {
    font-size: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl {
  width: 48%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dt {
  color: #005678;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dd {
  color: #999999;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dd p{
    word-wrap:break-word; word-break:break-all;
}
@media (max-width: 768px) {
    .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dt{
        margin-bottom: 0.25em;
    }
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dd {
    font-size: 1rem;
  }
}

.lx-cont2 {
  background: #F5F5F5;
  padding: 5.25rem 0 5.75rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1rem;
  }
}
.lx-cont2 form .inpt {
  position: relative;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 1rem;
  }
}
.lx-cont2 form .m_label {
  color: #999999;
  font: 400 1rem/3.125rem "Noto Sans SC";
  position: absolute;
  left: 1.25em;
  top: 0;
}
.lx-cont2 form .m_label span {
  color: #F80808;
}
.lx-cont2 form input {
  background: #FFFFFF;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  padding: 0 1.25em;
  width: 100%;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 30.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .msg-a3 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 {
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a3 textarea {
  width: 100%;
  font: 400 1rem/1.5rem "Noto Sans SC";
  padding: 0.85em 1.25em;
  border: none;
  border-radius: 0.9375rem;
}
.lx-cont2 .div_aghgha {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont2 .div_aghgha .more-msl {
  background: transparent;
  color: #005678;
}
.lx-cont2 .div_aghgha .more-msl::before {
  background: #005678;
}
.lx-cont2 .div_aghgha .more-msl:hover {
  color: #fff;
}

.dow-content {
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 2rem 0;
  }
}
.dow-content .xz_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow-content .xz_list1 {
    margin-top: 1rem;
  }
}
.dow-content .xz_list1 li {
  border-bottom: 1px solid #DCDCDC;
}
.dow-content .xz_list1 li a {
  padding: 1rem 2rem 1rem 1rem;
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a {
    padding: 0.75rem 0.5rem;
  }
}
.dow-content .xz_list1 li a .tit {
  width: 37.4285714286%;
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit {
    width: -webkit-calc(100% - 3.2rem);
    width: -moz-calc(100% - 3.2rem);
    width: calc(100% - 3.2rem);
  }
}
.dow-content .xz_list1 li a .tit i {
  color: #D0D0D0;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit i {
    font-size: 2rem;
  }
}
.dow-content .xz_list1 li a .tit p {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  margin-left: 1rem; width: calc(95% - 2rem);
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit p {
    width: -webkit-calc(100% - 3.5rem);
    width: -moz-calc(100% - 3.5rem);
    width: calc(100% - 3.5rem);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
  }
}
.dow-content .xz_list1 li a .date {
  width: 25%;
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a .date {
    display: none;
  }
}
.dow-content .xz_list1 li a .xzjt {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #005678;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .dow-content .xz_list1 li a .xzjt {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.dow-content .xz_list1 li a .xzjt .wehd {
  text-align: center;
  width: 100%;
  color: #005678;
  font-weight: 400;
  line-height: 1;
}
.dow-content .xz_list1 li a .xzjt .wehd i {
  font-size: 1rem;
}
.dow-content .xz_list1 li a .xzjt .wehd p {
  font-size: 0.75rem;
}
.dow-content .xz_list1 li a:hover {
  background: #005678;
}
.dow-content .xz_list1 li a:hover .tit i, .dow-content .xz_list1 li a:hover .tit p {
  color: #FFFFFF;
}
.dow-content .xz_list1 li a:hover .date {
  color: #FFFFFF;
}
.dow-content .xz_list1 li a:hover .xzjt {
  border-color: #E6DDA5;
  background: #E6DDA5;
}
.dow-content .xz_list1 li a:hover .xzjt .wehd {
  color: #454545;
}

.job-cont1 {
  padding: 4.5rem 0 5.625rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .job-a1b1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1b1 li .img {
  width: 47.1428571429%;
  font-size: 0;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .img {
    width: 100%;
  }
}
.job-cont1 .job-a1b1 li .img img {
  width: 100%;
}
.job-cont1 .job-a1b1 li .cont-p {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-cont1 .job-a1b1 li .cont-p .tit {
  color: #454545;
  font: 600 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p .tit {
    font-size: 1.4rem;
  }
}
.job-cont1 .job-a1b1 li .cont-p .p {
  color: #999999;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p .p {
    font-size: 1rem;
    margin-top: 0.4rem;
    text-align: justify;
  }
}
.job-cont1 .job-a1b1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.job-cont2 {
  background: #F5F5F5;
  padding: 5.375rem 0 3.75rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .job_list2 {
  margin: 0 -1.2%;
}
.job-cont2 .job_list2 li {
  width: 33.3333333333%;
  padding: 0 1.2%;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2 li {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.job-cont2 .job_list2 li .cont-sdsd {
  background: #fff;
  padding: 2.5rem 10%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd {
    padding: 1.5rem 7%;
  }
}
.job-cont2 .job_list2 li .cont-sdsd .name {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}
.job-cont2 .job_list2 li .cont-sdsd .p {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .p {
    margin-top: 0.5rem;
  }
}
.job-cont2 .job_list2 li .cont-sdsd .p p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .p p {
    font-size: 1rem;
  }
}
.job-cont2 .job_list2 li .cont-sdsd .p p + p::before {
  content: "|";
  padding: 0 0.2rem;
}
.job-cont2 .job_list2 li .cont-sdsd:hover {
  background: #005678;
}
.job-cont2 .job_list2 li .cont-sdsd:hover .name, .job-cont2 .job_list2 li .cont-sdsd:hover .p p {
  color: #fff;
}
.job-cont2 .more {
  text-align: center;
  color: #999999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont2 .more {
    margin-top: 1.8rem;
  }
}
.job-cont2 .more .more-msl {
  background: transparent;
  color: #005678;
}
.job-cont2 .more .more-msl::before {
  background: #005678;
}
.job-cont2 .more .more-msl:hover {
  color: #fff;
}

.pead-jsda {
  display: none;
}

.job-tanc.layui-layer {
  width: 45.4166666667% !important;
  background: #FFF;
}
.job-tanc.layui-layer .layui-layer-content{
    max-height: 70vh;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}
.social-share .icon-linkedin1:before {
    content: "\f01a"
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 1.8rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.job-tanc.layui-layer .pead-cont {
  padding: 2rem 3.75rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont {
    padding: 1rem 1.5rem;
  }
}
.job-tanc.layui-layer .pead-cont dt {
  color: #363636;
  font: 500 1.625rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.4rem;
  }
}
.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #999999;
  font: 400 1rem/1.2em "Noto Sans SC";
  padding: 0.5em 0 0.8em;
}
.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}
.job-tanc.layui-layer .pead-cont .p2 {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}
.job-tanc.layui-layer .pead-cont .p3 {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 a {
  color: #005678;
}

.product-list {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .product-list {
    padding-bottom: 2rem;
  }
}
.product-list li {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .product-list li {
    margin-top: 1.5rem;
  }
}
.product-list li .ny-tit .tit {
  text-align: left;
}
.product-list li .ny-tit .tit:after {
  margin: 0.42rem 0 0;
}
.product-list li .lbzsas li {
  width: 48.2142857143%;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .product-list li .lbzsas li {
    width: 100%;
    margin-top: 1rem;
  }
}
.product-list li .lbzsas li .cpzs {
  background: #F5F5F5;
  padding: 2rem;
}
@media (max-width: 768px) {
  .product-list li .lbzsas li .cpzs {
    padding: 1.5rem;
  }
}
.product-list li .lbzsas li .cpzs .cont-p {
  width: 44.8844884488%;
}
.product-list li .lbzsas li .cpzs .cont-p .cp-totas {
  color: #626262;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}
.product-list li .lbzsas li .cpzs .cont-p .cp-totas a.name {
  display: block;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  font-style: italic;
  color: #626262;
}
@media (max-width: 768px) {
  .product-list li .lbzsas li .cpzs .cont-p .cp-totas a.name {
    font-size: 1.25rem;
  }
}
.product-list li .lbzsas li .cpzs .cont-p .cp-totas .ftit {
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .product-list li .lbzsas li .cpzs .cont-p .cp-totas .ftit {
    font-size: 1rem;
  }
}
.product-list li .lbzsas li .cpzs .cont-p .asgrs {
  color: #626262;
  font: 700 2rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
  height: 1.5em;
}
@media (max-width: 768px) {
  .product-list li .lbzsas li .cpzs .cont-p .asgrs {
    font-size: 1.125rem;
  }
}
.product-list li .lbzsas li .cpzs .cont-p a.more {
  border: 1px solid #999999;
  background: #FFFFFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
}
.product-list li .lbzsas li .cpzs .cont-p a.more i {
  color: #999999;
  font-size: 1rem;
}
.product-list li .lbzsas li .cpzs .cont-p a.more:hover {
  background: #005678;
  border-color: #005678;
}
.product-list li .lbzsas li .cpzs .cont-p a.more:hover i {
  color: #fff;
}
.product-list li .lbzsas li .cpzs a.img {
  font-size: 0;
  width: 49.504950495%;
  /*background: #fff;*/
  padding: 1rem 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.product-list li .lbzsas li .cpzs a.img img {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .product-list li .lbzsas li .cpzs a.img img {
    width: 80%;
  }
}

.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 51.6428571429%;
  background: #fff;
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
    padding: 2rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup u {
  display: block;
  width: 5.5625rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup u {
    width: 3rem;
    right: 1rem;
    top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup u img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup i {
  display: block;
  width: 9.8125rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup i {
    width: 6.5rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup i img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  width: 60%;
  overflow: hidden;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #005678;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  border-color: #005678;
  width: 1.4625rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 44.1428571429%;
  color: #535353;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .paggs table{
    min-width: inherit;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  font: 600 2.5rem/1.35em "Noto Sans SC";
  font-style: italic;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
  font: 400 2rem/1.4em "Noto Sans SC";
  border-bottom: 1px solid rgba(163, 163, 163, 0.2);
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
    font-size: 1.35rem;
    padding-bottom: 0.6rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
  color: #535353;
  font: 700 2rem/1.5em "Noto Sans SC";
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
    font-size: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
     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;
  padding: 0.25rem 0;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li .img {
  width: 2.625rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: calc(100% - 3rem);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p {
    font-size: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p.hjt {
  color: #005678;
  font-weight: 600;
  font-size: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p.hjt {
    font-size: 1.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss {
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss a + a {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss a + a {
    margin-left: 1rem;
  }
}

.pro-show-cont2 {
  padding: 5.125rem 0 6.375rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jghy0908/uploads/20230913/5a9e6d2de0b7b8a7269eeb24ffa430cf.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont2 .cpys {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cpys {
    margin-top: 1.5rem;
  }
}
.pro-show-cont2 .cpys li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cpys li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin-top: 1rem;
  }
}
.pro-show-cont2 .cpys li .cont-p {
  width: 7.8125rem;
  height: 7.8125rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cpys li .cont-p {
    width: 5.8rem;
    height: 5.8rem;
  }
}
.pro-show-cont2 .cpys li .cont-p img {
  width: 50%;
}
.pro-show-cont2 .cpys li .wenata {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cpys li .wenata {
    font-size: 1.125rem;
    margin-top: 0.8rem;
  }
}

.paggs {
  overflow-x: auto;
}
.paggs table {
  border-color: #F5F5F5;
  margin-top: 1.5rem;
  min-width: 768px;
}
@media (max-width: 768px) {
  .paggs table {
    margin-top: 1rem;
  }
}
.paggs table td {
  color: #626262;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.pro-show-cont3 {
  padding: 3.9375rem 0 8rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2rem 0 3rem;
  }
}
.pro-show-cont3 .content {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .content {
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .ast_list .titas {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas {
    margin-top: 1rem;
  }
}
.pro-show-cont3 .ast_list .titas .tit {
  color: #535353;
  font: 600 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas .tit {
    font-size: 1.25rem;
  }
}
.pro-show-cont3 .ast_list .titas .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas .p {
    font-size: 1rem;
  }
}
.pro-show-cont3 .paggs table tr:nth-child(1) {
  text-align: center;
}
.pro-show-cont3 .paggs table tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}
.pro-show-cont3 .paggs table tr td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}
.pro-show-cont3 .paggs table td {
  color: #626262;
  font: 400 1rem/1.5em "Noto Sans SC";
  text-align: center;
}
.pro-show-cont3 .paggs.sdtsd1 table tr td {
  width: 33%;
}
.pro-show-cont3 .paggs.hs table tr:nth-child(1) {
  background: #F5F5F5;
}
.pro-show-cont3 .paggs-img {
  padding: 0 2%;
  margin-top: 1.5rem;
}
.pro-show-cont3 .paggs-img img {
  width: 100%;
}

.pro-show-cont4 {
  background: #F5F5F5;
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 2rem 0;
  }
}
.pro-show-cont4 .mySwiper5 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 {
    margin-top: 1.5rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs {
  background: #fff;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs {
    padding: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p {
  width: 44.8844884488%;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas {
  color: #626262;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas a.name {
  display: block;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  font-style: italic;
  color: #626262;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas a.name {
    font-size: 1.25rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas .ftit {
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas .ftit {
    font-size: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .asgrs {
  color: #626262;
  font: 700 2rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
  height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .asgrs {
    font-size: 1.125rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more {
  border: 1px solid #999999;
  background: #FFFFFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more i {
  color: #999999;
  font-size: 1rem;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more:hover {
  background: #005678;
  border-color: #005678;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more:hover i {
  color: #fff;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img {
  font-size: 0;
  width: 49.504950495%;
  background: #fff;
  padding: 1rem 0;
  overflow: hidden;
}
.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img img {
  width: 60%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img img {
    width: 80%;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-pagination1 span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #ADACAC;
  background: transparent;
  border-radius: 0.625rem;
  opacity: 1;
  margin: 0 0.3rem;
}
.pro-show-cont4 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  border-color: #005678;
  width: 1.4625rem;
}

.pro-show-cont5 {
  padding: 3.4375rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont5 {
    padding: 2rem 0;
  }
}
.pro-show-cont5 .xm_list1 {
  margin: 0 -1.5%;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 {
    margin-top: 0.5rem;
  }
}
.pro-show-cont5 .xm_list1 li {
  width: 33.3333333333%;
  padding: 0 1.5%;
}
@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont5 .xm_list1 li .block {
  display: block;
  font-size: 0;
  padding-bottom: 70.6018518519%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.pro-show-cont5 .xm_list1 li .block > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pro-show-cont5 .xm_list1 li .block img {
  width: 100%;
}
.pro-show-cont5 .xm_list1 li .case_wenzq {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 1.5rem;
}
.pro-show-cont5 .xm_list1 li .case_wenzq .tit {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  padding: 0.9rem 0 0.3em;
}
@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li .case_wenzq .tit {
    font-size: 1.125rem;
  }
}
.pro-show-cont5 .xm_list1 li .case_wenzq .p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li .case_wenzq .p {
    font-size: 1rem;
  }
}
.pro-show-cont5 a.more-msl {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 a.more-msl {
    margin-top: 1.5rem;
  }
}

.zzry-list {
  margin: 0 -1.5%;
  margin-top: 1rem;
}
@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}
@media (max-width: 768px) {
  .zzry-list {
    margin-top: 0.5rem;
  }
}
.zzry-list li {
  width: 25%;
  padding: 0 1.5%;
  margin-top: 1.4rem;
}
@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}
@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}
.zzry-list li a.block {
  display: block;
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
}
.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .zzry-list li a.block .img {
    padding: 0.6rem;
  }
}
.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zzry-list li a.block .img img {
  width: 100%;
}
.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}

.ttzgx-cont1 {
  padding: 3.5rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .ttzgx-cont1 {
    padding: 2rem 0;
  }
}

.stock {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .stock {
    margin-top: 1.5rem;
  }
}
.stock .stock-main .gpxxa1 {
  width: 22.4285714286%;
  border-right: 1px solid #DADADA;
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 {
    width: 100%;
    border-right: none;
  }
}
.stock .stock-main .gpxxa1 h2.name {
  color: #535353;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.name {
    font-size: 1.25rem;
  }
}
.stock .stock-main .gpxxa1 h2.price {
  font: 600 3.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.price {
    font-size: 2rem;
  }
}
.stock .stock-main .gpxxa1 h2.price img {
  width: 2.125rem;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.price img {
    font-size: 1.25rem;
  }
}
.stock .stock-main .gpxxa1 h3 {
  font: 500 1.25rem/1.5em "Noto Sans SC";
}
.stock .stock-main .gpxxa1 .time {
  color: #9E9E9E;
  font: 500 0.875rem/1.5em "Noto Sans SC";
  margin-top: 0.24rem;
}
.stock .stock-main .gpxxa2 {
  width: 70.8571428571%;
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .stock .stock-main .gpxxa2 li {
    margin-top: 1rem;
  }
}
.stock .stock-main .gpxxa2 li .title {
  color: #535353;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
.stock .stock-main .gpxxa2 li h3 {
  color: #535353;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

.ttzgx-cont2 {
  background: #F5F5F5;
  padding: 3.5rem 0 4rem;
}
@media (max-width: 768px) {
  .ttzgx-cont2 {
    padding: 2rem 0;
  }
}
.ttzgx-cont2 .more-msl {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .ttzgx-cont2 .more-msl {
    margin-top: 1.5rem;
  }
}

.ttzgx-a2list1 {
  margin: 0 -1.2%;
}
.ttzgx-a2list1 li {
  width: 33.3333333333%;
  padding: 0 1.2%;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .ttzgx-a2list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ttzgx-a2list1 li {
    width: 100%;
  }
}
.ttzgx-a2list1 li .cont-p {
  background: #FFFFFF;
  padding: 1.5rem;
}
.ttzgx-a2list1 li .cont-p .name {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  height: 4.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ttzgx-a2list1 li .cont-p .name {
    font-size: 1.25rem;
  }
}
.ttzgx-a2list1 li .cont-p .cont {
  margin-top: 1rem;
}
.ttzgx-a2list1 li .cont-p .cont .data {
  color: #005678;
  font: 600 0.875rem/1.5em "Noto Sans SC";
}
.ttzgx-a2list1 li .cont-p .cont .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}
.ttzgx-a2list1 li .cont-p .cont .xzjt {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #005678;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ttzgx-a2list1 li .cont-p .cont .xzjt {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd {
  text-align: center;
  width: 100%;
  color: #005678;
  font-weight: 400;
  line-height: 1;
}
.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd i {
  font-size: 1rem;
}
.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd p {
  font-size: 0.75rem;
}
.ttzgx-a2list1 li .cont-p .cont .xzjt:hover {
  background: #005678;
}
.ttzgx-a2list1 li .cont-p .cont .xzjt:hover .wehd {
  color: #fff;
}

.product-content .ttzgx-a2list1 li .cont-p {
  background: #F5F5F5;
}

.ttzgx-cont3 {
  padding: 4.0625rem 0 6.25rem;
}
@media (max-width: 768px) {
  .ttzgx-cont3 {
    padding: 2rem 0;
  }
}
.ttzgx-cont3 .ttzgx-a3_v1 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 {
    margin-top: 1.5rem;
  }
}
.ttzgx-cont3 .ttzgx-a3_v1 .img {
  width: 50%;
}
@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .img {
    width: 100%;
  }
}
.ttzgx-cont3 .ttzgx-a3_v1 .img img {
  width: 100%;
}
.ttzgx-cont3 .ttzgx-a3_v1 .cont-p {
  background: #F5F5F5;
  padding: 0 5%;
  width: 50%;
}
@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .cont-p {
    width: 100%;
    padding: 1.5rem 6%;
  }
}
.ttzgx-cont3 .ttzgx-a3_v1 .cont-p .cont {
  width: 100%;
  color: #626262;
  font: 400 1.375rem/2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .cont-p .cont {
    font-size: 1.125rem;
    line-height: 1.7em;
  }
}

.case-list1 {
  margin-top: 2.5rem;
}
.case-list1 .casea1b1 {
  width: 48%;
}
.case-list1 li+li{
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-list1 li+li{
    margin-top: 1.5rem;
  }
  .case-list1 .casea1b1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}
.case-list1 .casea1b1 .tit {
  color: #333;
  font: 500 2rem/1.65em "Noto Sans SC";
  position: relative;
}
.case-list1 .casea1b1 dl {
  margin-top: 1.5rem;
  display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 768px) {
  .case-list1 .casea1b1 dl {
    margin-top: 0.65rem;
  }
}
.case-list1 .casea1b1 dl dt {
  color: #626262;
  font: 500 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .case-list1 .casea1b1 dl dt {
    font-size: 1.125rem;
  }
}
.case-list1 .casea1b1 dl dd {
  color: #999;
  font: 500 1rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .case-list1 .casea1b1 dl dd {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .case-list1 .casea1b1 .tit {
    font-size: 1.5rem;
  }
}
.case-list1 .casea1b1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.125rem;
  background: #005678;
  margin: 0.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .case-list1 .casea1b1 .tit::after {
    margin: 0.25rem 0 1rem;
  }
}
.case-list1 .casea1b1 .txt {
  color: #626262;
  font: 400 1.125rem/1.65em "Noto Sans SC";
  max-height: 26rem;
  overflow-y: auto;
}
.case-list1 .casea1b1 .txt::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color: #F5F5F5;
  }
.case-list1 .casea1b1 .txt::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
  }
.case-list1 .casea1b1 .txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  }
.case-list1 .casea1b2 {
  width: 48%;
}
@media (max-width: 768px) {
    .case-list1 .casea1b1 .txt{
        max-height: fit-content;
    }
  .case-list1 .casea1b2 {
    width: 100%;
  }
}
.case-list1 .casea1b2 .mySwiper8 {
  /*border-radius: 1.25rem;*/
  /*overflow: hidden;*/
}
.case-list1 .casea1b2 .mySwiper8 .swiper-slide img {
  width: 100%;
   border-radius: 1.25rem;
  overflow: hidden;
}
.case-list1 .casea1b2 .mySwiper81 .swiper-slide img {
  width: 100%;
   border-radius: 1.25rem;
  overflow: hidden;
}
.case-list1 .casea1b2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.case-list1 .casea1b2 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #005678;
}
.case-list1 .casea1b2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #005678;
  width: 1.5625rem;
}

.cpjs-cont1 .cpjs-list1 li {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li {
    margin-top: 2rem;
  }
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a1 {
  width: 42.1428571429%;
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 {
    width: 100%;
  }
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit {
  color: #535353;
  font: 600 2.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit {
    font-size: 1.75rem;
  }
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #005678;
  margin-top: 0.35rem;
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 .p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a2 {
  width: 50%;
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cpjs-cont1 .cpjs-list1 li .cpjs-a2 img {
  width: 100%;
}
.cpjs-cont1 .cpjs-list1 li:nth-child(2n) .cpjs-a1 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li:nth-child(2n) .cpjs-a1 {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cpjs-cont2 {
  background: #F5F5F5;
  padding: 3.75rem 0 5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cpjs-cont2 {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.cpjs-cont2 .cpjs-as2list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 450px) {
  .cpjs-cont2 .cpjs-as2list1 {
    display: block;
    margin-top: 0;
  }
}
.cpjs-cont2 .cpjs-as2list1 li {
  color: #626262;
}
@media (max-width: 450px) {
  .cpjs-cont2 .cpjs-as2list1 li {
    margin-top: 1.25rem;
  }
}
.cpjs-cont2 .cpjs-as2list1 li .img {
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #DCDCDC;
}
@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.cpjs-cont2 .cpjs-as2list1 li .img img {
  width: 50%;
}
.cpjs-cont2 .cpjs-as2list1 li .tit {
  font: 500 1.5rem/1.5em "Noto Sans SC";
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .tit {
    margin: 0.65rem 0;
    font-size: 1.25rem;
  }
}
.cpjs-cont2 .cpjs-as2list1 li .txt {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .txt {
    font-size: 1rem;
  }
}


.lx-cont2 .msg-a4 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 .msg-a4 {
    margin-top: 1rem;
  }
}
.lx-cont2 .msg-a4 label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.lx-cont2 .msg-a4 p {
  color: #878B8D;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.lx-cont2 .msg-a4 p a {
  color: #FFC425;
}
.lx-cont2 .msg-a4 input[type=checkbox] {
  display: none;
}
.lx-cont2 .msg-a4 input[type=checkbox]:checked ~ .button {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/meix0111/uploads/20240115/884fb4f8a6650d1fbd68963bc6e0cf57.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.lx-cont2 .msg-a4 .button {
  width: 1.125rem;
  height: 1.125rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/meix0111/uploads/20240115/f530941ff253c1e868c8a469613d14fd.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 0.25em;
}


.abt-cont2 .fzlc {
  position: relative;
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .fzlc .mySwiper11a {
  width: 55.7142857143%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11a {
    width: 100%;
  }
}
.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont {
  text-align: center;
}
.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont b {
  display: block;
  color: #005678;
  font: 600 2.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont b {
    font-size: 2rem;
  }
}
.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont .p {
  color: #626262;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
    .abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont .p{
        font-size: 1.125rem;
    }
  .abt-cont2 .fzlc .gong-jt {
    display: none;
  }
}
.abt-cont2 .fzlc .gong-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%);
}
.abt-cont2 .fzlc .gong-jt .swiper-button-next1 {
  right: 15%;
}
.abt-cont2 .fzlc .gong-jt .swiper-button-prev1 {
  left: 15%;
}
.abt-cont2 .ahxwas_a3 {
  position: relative;
  margin-top: 3.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 {
    margin-top: 1rem;
  }
}
.abt-cont2 .ahxwas_a3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .625rem;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  z-index: -1;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a {
  padding-top: 1rem;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz {
  text-align: center;
  cursor: pointer;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz i {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #005678;
  border-radius: 50%;
  background: #F5F5F5;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz i img {
  width: 100%;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
  color: #000000;
  font: 600 1.325rem/1.5em "Noto Sans SC";
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
    font-size: 1.25rem;
  }
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz i {
  background: #005678;
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz i img {
  -webkit-filter: invert(50%) sepia(89%) saturate(7470%) hue-rotate(222deg) brightness(98%) contrast(97%);
          filter: invert(50%) sepia(89%) saturate(7470%) hue-rotate(222deg) brightness(98%) contrast(97%);
}
.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz .szxds {
  color: #005678;
}
@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 .jtxas {
    display: none;
  }
}
.abt-cont2 .ahxwas_a3 .jtxas > div {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #ABABAB;
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.abt-cont2 .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  right: -5%;
}
.abt-cont2 .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  left: -5%;
}
.abt-cont2 .ahxwas_a3 .jtxas > div i {
  color: #ABABAB;
  font-size: 0.875rem;
}
.abt-cont2 .ahxwas_a3 .jtxas > div:hover {
  background: #5F83C2;
  border-color: #5F83C2;
}
.abt-cont2 .ahxwas_a3 .jtxas > div:hover i {
  color: #fff;
}
.abt-cont2 .ahxwas_a3 .gong-arrow > div{
  background: #F5F5F5;
  position: absolute;
  bottom: -0.5rem;
  z-index: 1;
}
.abt-cont2 .ahxwas_a3 .gong-arrow > div.swiper-button-prev1{
  left: 0;
}
.abt-cont2 .ahxwas_a3 .gong-arrow > div.swiper-button-next1{
  right: 0;
}
/* 企业文化 */
.qhwh-cont1{
  padding: 4.0625rem 0;
}
.qhwh-cont1 .ny-tit{
  margin-top: 2rem;
}
.qhwh-cont1 .p2{
  margin-top: 2rem;
}
.qhwh-cont1 .qhwenax{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
.qhwh-cont1 .qhwenax li{
  background: #F5F5F5;
  text-align: center;
}
.qhwh-cont1 .qhwenax li a.block{
  padding: 3rem 0 1.25rem;
}
.qhwh-cont1 .qhwenax li a.block i{
   display: block;
   width: 3.75rem;
   font-size: 0;
   margin: 0 auto;
}
.qhwh-cont1 .qhwenax li a.block i img{
  width: 100%;
}
.qhwh-cont1 .qhwenax li a.block .tit{
   color: #626262;
   font-size: 1.125rem;
   line-height: 1.5em;
   height: 3em;
   overflow: hidden;
   margin-top: 0.75rem;
}
.qhwh-cont1 .qhwenax li:hover,.qhwh-cont1 .qhwenax li:nth-child(8){
  background: #005678;
}
.qhwh-cont1 .qhwenax li:hover a.block i img,.qhwh-cont1 .qhwenax li:nth-child(8) a.block i img{
  filter: brightness(0) invert(1);  
}
.qhwh-cont1 .qhwenax li:hover a.block .tit,.qhwh-cont1 .qhwenax li:nth-child(8) a.block .tit{
  color: #fff;
}
.qhwh-cont1 .qhwenax li:nth-child(8){
  transform: scale(1.1);
}
.qhwh-cont1 .qhwenax li:nth-child(8) a.block .tit{
  font-weight: 700;
}
.qhwh-cont2{
  padding-bottom: 5rem;
}
.qhwh-cont2 .p1{
  margin-top: 2.5rem;
}
.qhwh-cont2 .qhwh-a2_list1 li{
  width: 49%;
  background: #F5F5F5;
  border-top: 3px solid #005678;
  padding: 2.5rem 2.5% 2.5rem 1%;
  margin-top: 2rem;
}
.qhwh-cont2 .qhwh-a2_list1 li {
  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;
}
.qhwh-cont2 .qhwh-a2_list1 li b{
  color: #E1E1E1;
  font-size: 5.625rem;
  line-height: 1.1em;
  font-weight: 700;
  width: 22%;
  position: relative;
}
.qhwh-cont2 .qhwh-a2_list1 li b::after{
  content: "";
  display: block;
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  width: 4.875rem;
				height: 3.625rem;
				background: #F5F5F5;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);

}
.qhwh-cont2 .qhwh-a2_list1 li .p2{
  width: 78%;
}

.job-tanc1.layui-layer {
  width: 42% !important;
  background: #FFF;
}
.job-tanc1.layui-layer .layui-layer-content{
    max-height: 70vh;
}
@media (max-width: 768px) {
  .job-tanc1.layui-layer {
    width: 85% !important;
  }
}
.social-share .icon-linkedin1:before {
    content: "\f01a"
}
.job-tanc1.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc1.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc1.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.job-tanc1.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.job-tanc1.layui-layer .layui-layer-content {
  padding: 2rem 3.75rem;
}
.job-tanc1.layui-layer .layui-layer-content .titawe1 u{
  display: block;
  font-size: 0;
  width: 3.75rem;
}
.job-tanc1.layui-layer .layui-layer-content .titawe1 u img{
  width: 100%;
}
.job-tanc1.layui-layer .layui-layer-content .titawe1 p{
  color: #005678;
  font-size: 2rem;
  line-height: 1.5em;
  margin-left: 0.5rem;
}
.job-tanc1.layui-layer .layui-layer-content .p{
  margin-top: 0.65rem;
}
@media (max-width: 768px){
  .qhwh-cont1{
    padding: 2rem 0;
  }
  .qhwh-cont1 .ny-tit{
    margin-top: 1rem;
  }
  .qhwh-cont1 .qhwenax{
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .job-tanc1.layui-layer .layui-layer-content{
    padding: 1.5rem 1.75rem;
  }
  .job-tanc1.layui-layer .layui-layer-content .titawe1 p{
    font-size: 1.5rem;
  }
  .job-tanc1.layui-layer .layui-layer-content .titawe1 u{
    width: 3rem;
  }
  .qhwh-cont2 {
    padding-bottom: 2rem;
  }
  .qhwh-cont2 .p1{
    margin-top: 1.5rem;
  }
  .qhwh-cont2 .qhwh-a2_list1 li{
    width: 100%;
    padding: 1.5rem 5%;
    margin-top: 1rem;
  }
  .qhwh-cont2 .qhwh-a2_list1 li b{
    width: 100%;
  }
  .qhwh-cont2 .qhwh-a2_list1 li .p2{
    width: 100%;
  }
  .qhwh-cont2 .qhwh-a2_list1 li b{
    font-size: 3.5rem;
  }
  .qhwh-cont2 .qhwh-a2_list1 li b::after{
    right: auto;
    left: 5%;
  }
}