@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "montserrat";
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}

@font-face {
  font-family: "Alibaba-PuHui";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/yDDTbiQphRZwu6NckwxAz.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/WjWVh2wlKFBcVUdxwizXL.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba-PuHuiBold";
  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.eot) format("embedded-opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.otf) format("opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format("TrueType"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff) format("woff"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff2) format("woff2");
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

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

@media (max-width: 768px) {
  .wh {
    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;
}

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

.more-msl {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: #3dcd58;
  -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: 3rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl i {
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msl i {
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
}

.more-msl:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msla {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #000000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msla {
    line-height: 3rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msla i {
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msla i {
    font-size: .875rem;
  }
}

.more-msla:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msla:hover {
  color: #fff;
}

.more-msla:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-msla:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

@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.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 50%;
    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: 80%;
    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;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 5rem;
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 2.6875rem;
}

.head .head2 .logo a.b {
  display: none;
}

.head .head2 .sska {
  margin-right: 1rem;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}

.head .head2 a.lxwmore {
  background: #3DCD58;
  border-radius: 1.25rem;
  padding: 0 0.5em;
  line-height: 2.5rem;
}

.head .head2 a.lxwmore i {
  display: block;
  width: 1.5rem;
  margin-right: 0.5em;
}

.head .head2 a.lxwmore p {
  font: 500 1.125rem/2.5rem "sourcehansans";
  color: #fff;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #3DCD58;
  top: 5rem;
}

.head .serbtn {
  background: #3DCD58;
}

.zywena {
  text-align: center;
  margin-right: 0.5em;
}

.zywena a {
  display: inline-block;
  color: #000000;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em;
}

.zywena a i {
  font-size: 1.15rem;
  margin-right: 0.2em;
}

#menu .nav_a1 li {
  float: left;
}

#menu .nav_a1 li a {
  display: block;
  color: #000000;
  font-family: "sourcehansans";
}

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  padding: 0 1em;
  line-height: 5rem;
  height: 5rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

#menu .nav_a1 li > a i {
  display: inline-block;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: -24px;
  display: none;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 2rem 0;
  line-height: 1.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  border-top: .15rem solid #999;
}

#menu .nav_a1 li .sec .tit {
  color: #333;
  font: 600 1.4rem/1.5em "sourcehansans";
  margin-bottom: 1.5rem;
}

#menu .nav_a1 li .sec .sec-a1 {
  width: -webkit-calc(90% - 15rem);
  width: -moz-calc(90% - 15rem);
  width: calc(90% - 15rem);
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd {
  width: 25%;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd .sort-list a.nasgx {
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd .sort-list a.nasgx + a {
  margin-top: 0.6rem;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd .sort-list a.nasgx span {
  display: block;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd .sort-list a.nasgx i {
  font-size: 1rem;
  display: block;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .hd .sort-list a.nasgx.on {
  color: #3DCD58;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd {
  width: 70%;
  padding: 0 7%;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx{
  overflow-y: auto;
  max-height: 45vh;
}
#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #37C64E;
  background-color: #37C64E;
}
#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 1rem;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a i {
  width: 2rem;
  display: block;
  margin-right: 0.5rem;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a i img {
  width: 100%;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a span {
  width: -webkit-calc(100% - 2.5rem);
  width: -moz-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  display: block;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a:hover {
  color: #3DCD58;
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl a:hover i img {
  -webkit-filter: invert(54%) sepia(69%) saturate(472%) hue-rotate(79deg) brightness(108%) contrast(87%);
          filter: invert(54%) sepia(69%) saturate(472%) hue-rotate(79deg) brightness(108%) contrast(87%);
}

#menu .nav_a1 li .sec .sec-a1 .sdfh-aslist .bd .thgabx dl + dl {
  margin-top: 0.6rem;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 {
  margin: 0 -1.5%;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.5%;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx {
  color: #666;
  font-size: 1rem;
  line-height: 2.6em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #666;
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #3DCD58;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx span {
  display: block;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx i {
  font-size: 1rem;
  display: block;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx:hover {
  color: #3DCD58;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list1 a.nasgx:hover::after {
  width: 100%;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list3 {
  margin-top: 4rem;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list3 dl {
  width: 3.125rem;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list3 dl + dl {
  margin-left: 0.5rem;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list3 dl a {
  display: block;
  font-size: 0;
}

#menu .nav_a1 li .sec .sec-a1 .sort-list3 dl a img {
  width: 100%;
}

#menu .nav_a1 li .sec .sec-a2 {
  width: 15rem;
}

#menu .nav_a1 li .sec .sec-a2 .asgr-a a {
  display: block;
  color: #444;
  font: 500 1rem/2em "sourcehansans";
  border: 1px solid #333;
  padding: 0.2em 5%;
}

#menu .nav_a1 li .sec .sec-a2 .asgr-a a:hover {
  color: #fff;
  background: #3DCD58;
  border-color: #3DCD58;
}

#menu .nav_a1 li .sec .sec-a2 .asgr-a a + a {
  margin-top: 1rem;
}

#menu .nav_a1 li .sec .sec-a2 .asgr-a a i {
  font-size: 1rem;
  float: right;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .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 {
  color: #3DCD58;
}

#menu .nav_a1 li:hover > a i {
  color: #3DCD58;
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #3DCD58;
}

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

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #fff;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 34px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-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%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  font-family: "sourcehansans";
  padding: 0 4%;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav > li .dl + .dl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mslm-nav > li .dl > a {
  line-height: 50px;
}

.mslm-nav > li .dl .sec a {
  line-height: 35px;
}

.mslm-nav > li .dl .aniut {
  height: 50px;
  line-height: 50px;
  right: 0;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
}

.pc-banner .mySwipera .banwez dt {
  color: #3dcd58;
  font: 600 3.125rem/1.5em "sourcehansans";
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.8rem;
  }
}

.pc-banner .mySwipera .banwez dd {
  color: #3dcd58;
  font: 600 5.625rem/1.2em "montserrat";
  font-style: italic;
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 2.5rem;
  }
}

.pc-banner .mySwipera .banwez a.more-msl {
  display: block;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-msl {
    margin-top: 1em;
  }
}

.pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  width: 3.8125rem;
  height: 3.8125rem;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 50%;
  text-align: center;
  line-height: 3.8125rem;
}

.pc-banner .mySwipera .sybtn .gong-prev i, .pc-banner .mySwipera .sybtn .gong-next i {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    display: none;
  }
  .pc-banner .mySwipera .sybtn .gong-prev i, .pc-banner .mySwipera .sybtn .gong-next i {
    font-size: 1.15rem;
  }
}

.pc-banner .mySwipera .sybtn .gong-prev {
  left: 2.8125%;
}

.pc-banner .mySwipera .sybtn .gong-next {
  right: 2.8125%;
}

.pc-banner .mySwipera .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
}

.pc-banner .mySwipera .swiper-pagination span {
  opacity: 1;
  background: rgba(0, 0, 0, 0.42);
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
  margin: 0 .4375rem;
}

.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
  background: #7dd371;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination span {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 .2375rem;
  }
}

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

.title_a1 .h1 {
  color: #333333;
  font: 600 4rem/1.2em "Montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title_a1 .h1 {
    font-size: 2rem;
  }
}

.title_a1 .h2 {
  color: #000000;
  font: 500 2.25rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .title_a1 .h2 {
    font-size: 1.25rem;
  }
}

.title_a1 .h2:after {
  content: "";
  display: inline-block;
  width: 8.75rem;
  height: .125rem;
  background: #3DCD58;
  margin-left: 0.5em;
}

@media (max-width: 768px) {
  .title_a1 .h2:after {
    width: 4rem;
  }
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide {
  height: auto;
}

.section {
  overflow: hidden;
  max-height: 100vh;
}

@media (min-width: 990px) {
  .section .fp-tableCell {
    height: 100% !important;
  }
}

.cont1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.cont1 .a1_b2 li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cont1 .a1_b2 li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont1 .a1_v1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  padding-top: 37.28261vh;
  position: relative;
  z-index: 1;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
}

.cont1 .a1_v1 dl + dl {
  border-left: 1px solid #c4c4c4;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 dl {
    width: 100%;
    padding: 2rem 0;
  }
  .cont1 .a1_v1 dl + dl {
    border-left: none;
    border-top: 1px solid #c4c4c4;
  }
}

.cont1 .a1_v1 dl i {
  display: inline-block;
}

.cont1 .a1_v1 dl i img {
  height: 2.8125rem;
  -webkit-filter: invert(54%) sepia(93%) saturate(357%) hue-rotate(80deg) brightness(104%) contrast(89%);
          filter: invert(54%) sepia(93%) saturate(357%) hue-rotate(80deg) brightness(104%) contrast(89%);
}

@media (max-width: 768px) {
  .cont1 .a1_v1 dl i img {
    height: 1.5rem;
  }
}

.cont1 .a1_v1 dl dt {
  color: #000000;
  font: 600 1.5rem/1.3em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 dl dt {
    font-size: 1.25rem;
  }
}

.cont1 .a1_v1 dl .a1_b1 {
  padding: 0 26.88679%;
  margin-top: 1em;
}

@media (max-width: 1024px) {
  .cont1 .a1_v1 dl .a1_b1 {
    padding: 0 14%;
  }
}

.cont1 .a1_v1 dl .a1_b1 li a {
  display: block;
  color: #000;
  font: 500 1.125rem/2.75rem "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 dl .a1_b1 li a {
    font-size: 1rem;
  }
}

.cont1 .a1_v1 dl .a1_b1 li + li {
  border-top: 1px solid #000;
}

.cont1 .a1_v1 dl a.more-msla {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 dl a.more-msla {
    margin-top: 1rem;
  }
}

.cont1 .a1_v1 dl.active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(48, 183, 67, 0.87);
  display: block;
  z-index: -1;
}

.cont1 .a1_v1 dl.active i img {
  -webkit-filter: none;
          filter: none;
}

.cont1 .a1_v1 dl.active .a1_b1 li a {
  color: #fff;
}

.cont1 .a1_v1 dl.active .a1_b1 li + li {
  border-color: #fff;
}

.cont1 .a1_v1 dl.active dt {
  color: #fff;
}

.cont1 .a1_v1 dl.active a.more-msla {
  border-color: #fff;
  color: #fff;
}

.cont1 .a1_v1 dl.active a.more-msla::before {
  background: #fff;
}

.cont1 .a1_v1 dl.active a.more-msla:hover {
  color: #30b743;
}

.cont2 {
  height: 100%;
  padding-top: 5rem;
}

.cont2 .a2_v1 {
  height: 71.73913%;
}

.cont2 .a2_v1 .a2_c2 {
  height: 100%;
}

.cont2 .a2_v1 .a2_c2 .a2_d1 {
  width: 66.66667%;
  height: 100%;
}

.cont2 .a2_v1 .a2_c2 .a2_d1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_c2 .a2_d1 {
    width: 100%;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 {
  width: 31.14583%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 {
    width: 100%;
    padding: 4%;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .titlea {
  color: #3dcd58;
  font: 600 3rem/1.5em "sourcehansans";
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .titlea::after {
  content: "";
  display: block;
  width: 5rem;
  height: .125rem;
  background: #3dcd58;
  margin-top: 0.2em;
}

@media (max-width: 1024px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .titlea {
    font-size: 2.4rem;
  }
  .cont2 .a2_v1 .a2_c2 .a2_d2 .titlea::after {
    width: 4rem;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .titlea {
    font-size: 1.8rem;
  }
  .cont2 .a2_v1 .a2_c2 .a2_d2 .titlea::after {
    width: 3.5rem;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont dt {
  color: #000000;
  font: 600 1.75rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

@media (max-width: 1024px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont dt {
    margin-top: 0.5em;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont dt {
    font-size: 1.25rem;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont .p {
  color: #000000;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont .p {
    font-size: 1rem;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont .p p {
  margin-top: 0.7em;
}

@media (max-width: 1024px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e1-cont .p p {
    margin-top: 0.2em;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e2 {
  margin-top: 2.4rem;
}

@media (max-width: 1024px) {
  .cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e2 {
    margin-top: 1em;
  }
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e2 a.more-msla {
  margin-left: 1.5em;
  border-color: #3dcd58;
  color: #3dcd58;
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e2 a.more-msla::before {
  background: #3dcd58;
}

.cont2 .a2_v1 .a2_c2 .a2_d2 .a2_e2 a.more-msla:hover {
  color: #fff;
}

.cont2 .a2_v2 {
  background: #3dcd58;
  position: relative;
  height: 28.26087%;
}

.cont2 .a2_v2 .wh, .cont2 .a2_v2 .mySwiper1 {
  height: 100%;
}

.cont2 .a2_v2 .a2_c1 {
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media (max-width: 990px) {
  .cont2 .a2_v2 .a2_c1 {
    padding: 4.0625rem 0;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v2 .a2_c1 {
    padding: 2rem 0;
  }
}

.cont2 .a2_v2 .a2_c1 i {
  display: block;
  width: 36%;
  margin: 0 auto;
}

.cont2 .a2_v2 .a2_c1 p {
  color: #fff;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1em;
  width: 100%;
}

@media (max-width: 768px) {
  .cont2 .a2_v2 .a2_c1 p {
    font-size: 1rem;
    margin-top: 0.6em;
  }
}

.cont2 .a2_v2 .swiper-slide-thumb-active .a2_c1 {
  background: #fff;
}

.cont2 .a2_v2 .swiper-slide-thumb-active .a2_c1 i img {
  -webkit-filter: invert(55%) sepia(93%) saturate(367%) hue-rotate(80deg) brightness(104%) contrast(84%);
          filter: invert(55%) sepia(93%) saturate(367%) hue-rotate(80deg) brightness(104%) contrast(84%);
}

.cont2 .a2_v2 .swiper-slide-thumb-active .a2_c1 p {
  color: #3dcd58;
}

.cont2 .a2_v2 .gong-btn > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.cont2 .a2_v2 .gong-btn > div i {
  color: #fff;
  font-size: 3rem;
}

.cont2 .a2_v2 .gong-btn > div.swiper-button-next1 {
  right: 5%;
}

@media (max-width: 1366px) {
  .cont2 .a2_v2 .gong-btn > div.swiper-button-next1 {
    right: 2%;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v2 .gong-btn > div.swiper-button-next1 {
    display: none;
  }
}

.cont2 .a2_v2 .gong-btn > div.swiper-button-prev1 {
  left: 5%;
}

@media (max-width: 1366px) {
  .cont2 .a2_v2 .gong-btn > div.swiper-button-prev1 {
    left: 2%;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v2 .gong-btn > div.swiper-button-prev1 {
    display: none;
  }
}

.title_a3 {
  text-align: center;
}

.title_a3 h2 {
  color: #3dcd58;
  font: 600 3rem/1.5em "sourcehansans";
}

.title_a3 h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: .125rem;
  background: #3dcd58;
  margin: 0.2em auto 0;
}

@media (max-width: 768px) {
  .title_a3 h2 {
    font-size: 2rem;
  }
  .title_a3 h2::after {
    width: 4.2rem;
  }
}

.cont3 .wh {
  padding: 0 20%;
}

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

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

.fang img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .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);
}

.section4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 990px) {
  .section4 {
    padding: 7.8125rem 0 10.75rem;
  }
}

@media (max-width: 768px) {
  .section4 {
    padding: 2rem 0;
  }
}

.section4 .la_xsta1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .section4 .la_xsta1 {
    margin-top: 2rem;
  }
}

.section4 .la_xsta1 li + li {
  margin-left: 2.7%;
}

@media (max-width: 768px) {
  .section4 .la_xsta1 li + li {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .section4 .la_xsta1 li {
    padding: 0 2.35%;
    margin-top: -3%;
  }
}

.section4 .la_xsta2 {
  margin-top: -1.8%;
}

@media (max-width: 768px) {
  .section4 .la_xsta2 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .section4 .la_xsta2 li {
    padding: 0 2.35%;
    margin-top: -3%;
  }
  .section4 .la_xsta2 li:nth-child(6) {
    display: none;
  }
}

.section4 .la_xsta3 {
  margin-top: -1.8%;
}

@media (max-width: 768px) {
  .section4 .la_xsta3 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section4 .la_xsta li {
  width: 14.42857%;
}

@media (max-width: 768px) {
  .section4 .la_xsta li {
    width: 30%;
  }
}

.section4 .la_xsta li a.a {
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
  position: relative;
}

.section4 .la_xsta li a.a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ahhsta.svg) no-repeat center;
}

.section4 .la_xsta li a.a img {
  width: 100%;
}

.xw_tita {
  border-bottom: .125rem solid #3dcd58;
  padding: 1em 0;
}

.xw_tita dt {
  color: #3dcd58;
  font: 600 3rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .xw_tita dt {
    font-size: 2rem;
  }
}

.xw_tita a.xw-more {
  background: #3dcd58;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  border-radius: 50%;
  text-align: center;
}

.xw_tita a.xw-more i {
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .xw_tita a.xw-more {
    width: 2rem;
    height: 2rem;
    line-height: 2.05rem;
  }
  .xw_tita a.xw-more i {
    font-size: 1.25rem;
  }
}

.section5 {
  background: url(../images/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}

.section5::after {
  content: "";
  width: .125rem;
  background: #3dcd58;
  height: 100%;
  position: absolute;
  left: 57.2%;
  top: 0;
}

.section5 .a4_v1 .a4_b1 {
  width: 60%;
  padding-right: 4.5%;
}

@media (max-width: 990px) {
  .section5 .a4_v1 .a4_b1 {
    padding: 6.0625rem 0 4.4375rem;
    padding-right: 4.5%;
  }
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b1 {
    width: 100%;
    padding: 2rem 0 1rem;
  }
}

.section5 .a4_v1 .a4_b1 .xw-a1 li {
  position: relative;
  z-index: 1;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li i {
  display: none;
  font-size: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #3dcd58;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 {
    padding: 1.4rem 0;
  }
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .date-sj {
  width: 16.66667%;
  text-align: center;
  color: #3dcd58;
  padding: 0 0 0.5em;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .date-sj b {
  display: block;
  font: 500 3.25rem/1.1em "montserrat";
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .date-sj b {
    font-size: 2.5rem;
  }
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .date-sj p {
  font: 500 .9375rem/1.2em "montserrat";
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .xw-a1c1 {
  width: 81.41026%;
  padding-right: 2%;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .xw-a1c1 a {
  display: block;
  color: #3dcd58;
  font: 500 1.25rem/1.3em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .xw-a1c1 a {
    font-size: 1.1rem;
  }
}

.section5 .a4_v1 .a4_b1 .xw-a1 li .xw-a1v1 .xw-a1c1 .p {
  color: #3dcd58;
  font: 500 1rem/1.3em "sourcehansans";
  margin-top: 0.5em;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li + li {
  border-top: .125rem dashed #B3B3B3;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li:hover {
  /* border-color: transparent; */
}

.section5 .a4_v1 .a4_b1 .xw-a1 li:hover i {
  /* display: block; */
}

.section5 .a4_v1 .a4_b1 .xw-a1 li:hover .xw-a1v1 {
  /* background: rgba(0, 0, 0, 0.5); */
}

.section5 .a4_v1 .a4_b1 .xw-a1 li:hover .xw-a1v1 .date-sj {
  color: #333;
}

.section5 .a4_v1 .a4_b1 .xw-a1 li:hover .xw-a1v1 .xw-a1c1 a, .section5 .a4_v1 .a4_b1 .xw-a1 li:hover .xw-a1v1 .xw-a1c1 .p {
  color: #333;
}

.section5 .a4_v1 .a4_b2 {
  width: 35.35714%;
}

@media (max-width: 990px) {
  .section5 .a4_v1 .a4_b2 {
    padding: 6.0625rem 0 4.4375rem;
  }
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b2 {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.section5 .a4_v1 .a4_b2 .sy-spbf {
  margin-top: 1.5625rem;
}

.section5 .a4_v1 .a4_b2 .sy-spbf i {
  display: block;
  padding-bottom: 39%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.section5 .a4_v1 .a4_b2 .sy-spbf i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section5 .a4_v1 .a4_b2 .sy-spbf a.a {
  width: 3.5rem;
}

.section5 .a4_v1 .a4_b2 .sy-spbftit {
  text-align: center;
  color: #3dcd58;
  font: 500 1.25rem/1.5em "sourcehansans";
  border-bottom: 1px solid #3dcd58;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b2 .sy-spbftit {
    font-size: 1rem;
    padding: 0.8em 0;
  }
}

.section5 .a4_v1 .a4_b2 .ssfd_ahgt li {
  border-bottom: 1px solid #3dcd58;
}

.section5 .a4_v1 .a4_b2 .ssfd_ahgt li a div u {
  display: block;
  width: 2.35rem;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b2 .ssfd_ahgt li a div u {
    width: 2.15rem;
  }
}

.section5 .a4_v1 .a4_b2 .ssfd_ahgt li a div p {
  color: #3dcd58;
  font: 500 1.25rem/4rem "sourcehansans";
}

@media (max-width: 768px) {
  .section5 .a4_v1 .a4_b2 .ssfd_ahgt li a div p {
    font-size: 1.15rem;
    line-height: 3.5rem;
  }
}

.section5 .a4_v1 .a4_b2 .ssfd_ahgt li a i {
  width: .75rem;
}

@media (max-width: 990px) {
  .section, .fp-tableCell {
    height: auto !important;
  }
  .cont2 {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
  .cont1 {
    height: auto;
  }
  .cont1 .a1_v1 dl {
    height: auto;
  }
  .section5::after {
    display: none;
  }
}

.zd_erha {
  position: fixed;
  left: 1.82292%;
  top: 20%;
  z-index: 999;
}

@media (max-width: 990px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list {
  border: 1px solid #D3D3D3;
  background: #fff;
  border-radius: 1.8125rem;
}

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  border-top: 1px solid #D3D3D3;
}

.zd_erha .aat_list li:nth-child(1) a {
  padding-top: 1em;
  border-top-left-radius: 1.8125rem;
  border-top-right-radius: 1.8125rem;
}

.zd_erha .aat_list li:nth-child(4) a {
  padding-bottom: 1em;
  border-bottom-left-radius: 1.8125rem;
  border-bottom-right-radius: 1.8125rem;
}

.zd_erha .aat_list li a {
  display: block;
  text-align: center;
  width: 3.625rem;
  text-align: center;
  padding: 0.6em 0;
  overflow: hidden;
}

.zd_erha .aat_list li a .erghgsa {
  display: none;
}

.zd_erha .aat_list li a .erghgsa img {
  width: 7.5rem;
  height: 7.5rem;
  max-width: inherit;
}

.zd_erha .aat_list li a:hover {
  background: #f2f2f2;
}

.zd_erha .aat_list li a:hover .erghgsa {
  width: auto;
  left: 4rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  font: 500 1rem/2.4em "sourcehansans";
  display: block;
  text-align: center;
  padding: 1em;
}

.zd_erha .aat_list li a:hover .erghgsa.erghgsb {
  padding: 0;
}

.zd_erha .aat_list li a i {
  display: block;
  font-size: 0;
  width: 1.625rem;
  margin: 0 auto;
}

.zd_erha .aat_list li a p {
  color: #3dcd58;
  font: 500 .875rem/1.5em "sourcehansans";
}

.foot-fot {
  padding-top: 4.375rem;
  position: relative;
}

.foot-fot:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

@media (max-width: 990px) {
  .foot-fot {
    padding-top: 1rem;
  }
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #000000;
  font: 500 1.25rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .foot-tit::after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: .125rem;
  background: #3dcd58;
  margin-top: 0.4em;
}

.foot-fot .foota1 .dseca {
  margin-top: 1em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dseca > a:hover {
  color: #000;
}

.foot-fot .foota1 .dseca p {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dseca .fx_agd {
  margin-top: 1em;
}

.foot-fot .foota1 .dseca .fx_agd a {
  width: 1.6875rem;
  display: inline-block;
}

.foot-fot .foota1 .fo-a5 img {
  width: 8.875rem;
  padding: 0.4rem;
  border: 1px solid #EEEEEE;
}

.foot-fot .foota1 .fo-a1 .p {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

.foot-fot .foota1 .fo-a1 form {
  border: 1px solid #C9C9C9;
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
}

.foot-fot .foota1 .fo-a1 form input {
  font: 500 1rem/2.9375rem "sourcehansans";
  text-indent: 1em;
}

.foot-fot .foota1 .fo-a1 form button {
  color: #fff;
  font: 500 1rem/2.9375rem "sourcehansans";
  width: 4.625rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #3dcd58;
  border-radius: .625rem;
}

.foot-fot .foota2 {
  padding: 1rem 0;
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
  background: #eeeeee;
}

.foot-fot .foota2 .wh {
  position: relative;
  z-index: 1;
}

.foot-fot .foota2 a {
  color: #727272;
}

.foot-fot .foota2 a:hover {
  color: #000;
}

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

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  width: 100%;
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.3em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 2.1rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont p {
  font: 500 3.125rem/1.3em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont p {
    font-size: 1.8rem;
  }
}

.n_mbx {
  position: relative;
  display: none;
}

.n_mbx .wh .n_src {
  padding: 1rem 0;
  margin: 0 -0.75%;
  position: relative;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    padding: 0.7rem 0;
  }
}

.n_mbx .wh .n_src li {
  width: -webkit-calc(100%/6);
  width: -moz-calc(100%/6);
  width: calc(100%/6);
  padding: 0 0.75%;
  margin-top: 1rem;
}

@media (max-width: 1366px) {
  .n_mbx .wh .n_src li {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
  }
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li {
    width: 50%;
    margin-top: 0.6rem;
  }
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 600 1.125rem/2rem "sourcehansans";
  color: #000000;
  background: #fff;
  text-align: center;
  padding: 0.25rem 0;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #fff;
  background: #3dcd58;
}

.n_mbx .wh .n_src li .secas {
  height: 5rem;
  width: 100%;
}

@media (max-width: 1280px) {
  .n_mbx .wh .n_src li .secas {
    height: 7rem;
  }
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li .secas {
    display: none;
  }
}

.n_mbx .wh .n_src li .sec {
  text-align: center;
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li .sec {
    display: none;
  }
}

.n_mbx .wh .n_src li .sec a {
  font: 500 1rem/2rem "sourcehansans";
  display: inline-block;
  padding: 0.25rem 1.2rem;
  color: #000000;
  background: #fff;
  margin: 0.2em 0;
}

.n_mbx .wh .n_src li .sec a:hover {
  color: #fff;
  background: #3dcd58;
}

.n_mbx .wh .n_src li.active > a {
  color: #fff;
  background: #3dcd58;
}

.n_mbx .wh .n_src.n_srcas1 li {
  width: auto;
}

.n_mbx .wh .n_src.n_srcas1 li a {
  padding: 0.25rem 1.5em;
}

.ajhhsd {
  color: #727272;
  font: 500 1rem/2em "sourcehansans";
}

.ajhhsd .flex21 {
  border-bottom: .125rem solid #3dcd58;
  padding: 1.2rem 0;
}

@media (max-width: 768px) {
  .ajhhsd .flex21 {
    padding: 0.5rem 0;
  }
}

.ajhhsd i {
  color: #727272;
  font: 500 1.35rem/1.5em "sourcehansans";
  margin-right: 0.35em;
}

@media (max-width: 768px) {
  .ajhhsd i {
    font-size: 1.125rem;
    line-height: 2em;
  }
}

.ajhhsd a {
  color: #727272;
}

.ajhhsd a:hover {
  color: #3dcd58;
}

.ajhhsd .maxga span:last-child {
  display: none;
}

.msg-v2 {
  padding: 7rem 0 0 !important;
}

@media (max-width: 768px) {
  .msg-v2 {
    padding-top: 2.5rem !important;
  }
}

.mySwiper6 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .mySwiper6 {
    margin-top: 1.5rem;
    padding-right: 1px;
  }
}

.mySwiper6 .swiper-slide a.a {
  display: block;
  background: #fff;
  padding: 1.5rem 7%;
  border: 1px solid #f0f0f0;
}

.mySwiper6 .swiper-slide a.a u {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.mySwiper6 .swiper-slide a.a u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySwiper6 .swiper-slide a.a .date {
  margin-top: 1em;
}

.mySwiper6 .swiper-slide a.a .date .iut-a {
  width: 90%;
}

.mySwiper6 .swiper-slide a.a .date .iut-a h2 {
  color: #000000;
  font: 600 1.125rem/1.25em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.mySwiper6 .swiper-slide a.a .date .iut-a p {
  color: #727272;
  font: 500 .875rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.mySwiper6 .swiper-slide a.a .date i {
  color: #bababa;
  font: 600 0.8rem/1.5em "sourcehansans";
}

.content-bj {
  background: #f7f7f7;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .content-bj {
    padding-bottom: 1rem;
  }
}

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

.loadmore-nodata {
  margin: 4em auto 5em;
}

.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: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

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

.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: #37C64E;
  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: #37C64E;
  border-color: #37C64E;
  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: 3.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: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
}

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

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

.xw_ny_banner {
  background: #333;
  background: #37C64E;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.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 "sourcehansans";
  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 "sourcehansans";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #37C64E;
}

@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 "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
}

.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 "sourcehansans";
  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: #37C64E;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.product-content {
  overflow: hidden;
}

.product-list {
  margin: 0 -1%;
  margin-top: -0.5rem;
}

.product-list li {
  width: 25%;
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 1366px) {
  .product-list li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

@media (max-width: 768px) {
  .product-list li {
    width: 50%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .product-list li {
    width: 100%;
  }
}

.product-list li a.a {
  display: block;
  background: #fff;
  padding: 2rem 8% 1.5rem;
}

.product-list li a.a u {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.product-list li a.a u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-list li a.a .date {
  margin-top: 1em;
}

.product-list li a.a .date .iut-a {
  width: 90%;
}

.product-list li a.a .date .iut-a h2 {
  color: #000000;
  font: 600 1.125rem/1.25em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.product-list li a.a .date .iut-a p {
  color: #727272;
  font: 500 .875rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.product-list li a.a .date i {
  color: #bababa;
  font: 600 0.8rem/1.5em "sourcehansans";
}

.product-show-content {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 4.5rem;
}

@media (max-width: 768px) {
  .product-show-content {
    padding-bottom: 2.5rem;
    border-bottom: none;
  }
}

.product-show-content .cp-show-a1 .cp-show-tit {
  text-align: center;
  color: #3dcd58;
  font: 600 2rem/2em "sourcehansans";
  padding: 2rem 0 1.5rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-tit {
    font-size: 1.4rem;
    padding: 1rem 0 0.75rem;
  }
}

.product-show-content .cp-show-a1 .dt-cont1 {
  width: 57.71429%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .dt-cont1 {
    width: 100%;
  }
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper4 {
  width: 74.0099%;
  border: .125rem solid #e2e2e2;
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper4 .swiper-slide {
  padding: 8%;
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper4 .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper3 {
  width: 21.78218%;
  height: 31vw;
}

@media (max-width: 1366px) {
  .product-show-content .cp-show-a1 .dt-cont1 .mySwiper3 {
    height: 37vw;
  }
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .dt-cont1 .mySwiper3 {
    height: 66vw;
  }
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper3 .swiper-slide img {
  width: 100%;
  border: .125rem solid #e2e2e2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-show-content .cp-show-a1 .dt-cont1 .mySwiper3 .swiper-slide.swiper-slide-thumb-active img {
  border-color: #3dcd58;
}

.product-show-content .cp-show-a1 .dt-cont2 {
  width: 36.85714%;
  max-height: 31vw;
  overflow-y: auto;
  padding-right: 1em;
}

@media (max-width: 1366px) {
  .product-show-content .cp-show-a1 .dt-cont2 {
    max-height: 37vw;
  }
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .dt-cont2 {
    width: 100%;
    max-height: none;
    margin-top: 1.5rem;
  }
}

.product-show-content .cp-show-a1 .dt-cont2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f7f7f7;
}

.product-show-content .cp-show-a1 .dt-cont2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f7f7f7;
}

.product-show-content .cp-show-a1 .dt-cont2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #3dcd58;
  background-color: #3dcd58;
}

.product-show-content .cp-show-a1 .dt-cont2 .tit {
  color: #3dcd58;
  font: 600 1.125rem/2em "sourcehansans";
  padding-bottom: 0.2em;
}

.product-show-content .cp-show-a1 .dt-cont2 p {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
}

.product-show-content .cp-show-a1 .dt-cont2 .wehhas-asd {
  margin-top: 1.5rem;
}

.product-show-content .cp-show-a1 .dt-cont2 .wehhas-asd a.more-msl {
  width: 9rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .dt-cont2 .wehhas-asd a.more-msl {
    width: 7rem;
  }
}

.product-show-content .cp-show-a1 .dt-cont2 .wehhas-asd a.more-msl + a.more-msl {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .product-show-content .cp-show-a1 .dt-cont2 .wehhas-asd a.more-msl + a.more-msl {
    margin-left: 0.25rem;
  }
}

.product-show-content .cp-show-a2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a2 {
    margin-top: 1.5rem;
  }
}

.product-show-content .cp-show-a2 .cs_listtit {
  text-align: center;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a2 .cs_listtit {
    font-size: 0;
  }
}

.product-show-content .cp-show-a2 .cs_listtit li {
  display: inline-block;
  color: #000000;
  font: 600 1.25rem/2em "sourcehansans";
  position: relative;
  padding: 0.25em 1.8em;
  border: 1px solid #E2E2E2;
  border-radius: 1.3em;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a2 .cs_listtit li {
    font-size: 1.25rem;
    width: 48%;
    margin: 0.2em 0;
  }
}

.product-show-content .cp-show-a2 .cs_listtit li.on {
  background: #3dcd58;
  color: #fff;
}

.product-show-content .cp-show-a2 .cs_tabt-va {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a2 .cs_tabt-va {
    margin-top: 2rem;
  }
}

.product-show-content .cp-show-a2 .cs_tabt-va .img {
  text-align: left;
}

.link_lja {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1rem 0;
}

.link_lja a {
  color: #727272;
}

.link_lja a:hover {
  color: #3dcd58;
}

.xza-sort .n_mbx .wh .n_src li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1366px) {
  .xza-sort .n_mbx .wh .n_src li {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.service-content .service-list li {
  background: #fff;
  padding: 2.375rem 3.5rem 2.375rem 2.75rem;
  margin-top: 1.375rem;
}

@media (max-width: 768px) {
  .service-content .service-list li {
    padding: 1.6rem 5%;
    margin-top: 1rem;
  }
}

.service-content .service-list li .img {
  width: 3.625rem;
}

.service-content .service-list li .img img {
  width: 100%;
}

.service-content .service-list li .cont {
  width: -webkit-calc(90% - 10.125rem);
  width: -moz-calc(90% - 10.125rem);
  width: calc(90% - 10.125rem);
}

@media (max-width: 768px) {
  .service-content .service-list li .cont {
    width: -webkit-calc(95% - 3.7rem);
    width: -moz-calc(95% - 3.7rem);
    width: calc(95% - 3.7rem);
  }
}

.service-content .service-list li .cont h2 {
  color: #727272;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.service-content .service-list li .cont .date {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
}

.service-content .service-list li a.a {
  background: #fff;
  color: #3dcd58;
  border: 1px solid #3dcd58;
}

@media (max-width: 768px) {
  .service-content .service-list li a.a {
    margin-top: 1.5rem;
  }
}

.service-content .service-list li a.a::before {
  background: #3dcd58;
}

.service-content .service-list li a.a:hover {
  color: #fff;
}

.n-case-content .case-list li {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  margin-bottom: 8.8125rem;
}

@media (max-width: 768px) {
  .n-case-content .case-list li {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}

.n-case-content .case-list li::after {
  content: "";
  width: 90%;
  background: #fff;
  position: absolute;
  right: 0;
  height: 97%;
  top: 15%;
  z-index: -1;
}

@media (max-width: 768px) {
  .n-case-content .case-list li::after {
    display: none;
  }
}

.n-case-content .case-list li a.img {
  display: block;
  font-size: 0;
  width: 42.71429%;
  padding-bottom: 28%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.n-case-content .case-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-listxg{
  margin-top: 2rem;
}
.case-listxg li {
  border-bottom: 1px dashed #b2b2b2;
}
.case-listxg li a{
  max-width: 70%;
  display: block;
  white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden; 
}
.case-listxg li a,.case-listxg li span{
   color: #3c3c3c;
   font: 500 1rem/1.5em "sourcehansans";
   padding: 1em 0;
}
.case-listxg li a:hover{
  color: #3dcd58;
}
@media (max-width: 768px) {
  .n-case-content .case-list li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.n-case-content .case-list li .case_wenzq {
  width: 55.85714%;
}

@media (max-width: 768px) {
  .n-case-content .case-list li .case_wenzq {
    width: 100%;
    background: #fff;
    padding: 4%;
  }
}

.n-case-content .case-list li .case_wenzq h2 a {
  display: block;
  color: #3dcd58;
  font: 600 1.5rem/1.5em "sourcehansans";
  margin-top: 0.7em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .n-case-content .case-list li .case_wenzq h2 a {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.n-case-content .case-list li .case_wenzq .cont {
  margin-top: 3rem;
  padding: 0 4% 0 1em;
}

@media (max-width: 768px) {
  .n-case-content .case-list li .case_wenzq .cont {
    margin-top: 0;
    padding: 0;
  }
}

.n-case-content .case-list li .case_wenzq .cont .tit {
  color: #727272;
  font: 600 1.125rem/1.6em "sourcehansans";
  display: inline-block;
  border-bottom: .2rem solid #3dcd58;
  margin-top: 1.8em;
}

@media (max-width: 768px) {
  .n-case-content .case-list li .case_wenzq .cont .tit {
    margin-top: 0.8em;
  }
}

.n-case-content .case-list li .case_wenzq .cont p {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.4em;
}

.n-case-content .case-list li:nth-child(2n)::after {
  right: auto;
  left: 0;
}

.n-case-content .case-list li:nth-child(2n) a.img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .n-case-content .case-list li:nth-child(2n) a.img {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.n-case-content .case-list li:nth-child(2n) .case_wenzq {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.n-case-content .case-list li:nth-child(2n) .case_wenzq h2 a {
  text-align: right;
}

@media (max-width: 768px) {
  .n-case-content .case-list li:nth-child(2n) .case_wenzq h2 a {
    text-align: left;
  }
}

.n-case-content .case-list li:nth-child(2n) .case_wenzq .cont {
  padding: 0 2% 0 8%;
}

@media (max-width: 768px) {
  .n-case-content .case-list li:nth-child(2n) .case_wenzq .cont {
    padding: 0;
  }
}

.casr-tit b {
  display: block;
  color: #d3d3d3;
  font: 600 6.125rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .casr-tit b {
    font-size: 3rem;
  }
}

.casr-tit .h2 {
  color: #787879;
  font: 600 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .casr-tit .h2 {
    font-size: 1.25rem;
  }
}

.casr-tit .h2 span {
  display: inline-block;
  color: #3dcd58;
  border-bottom: .3125rem solid #3dcd58;
}

@media (max-width: 768px) {
  .casr-tit .h2 span {
    border-width: 2px;
  }
}

.case-show-content img {
  width: 100%;
}

.case-show-cont1 {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .case-show-cont1 {
    margin-top: 1.5rem;
  }
}

.case-show-cont1::after {
  content: "";
  position: absolute;
  right: 0;
  width: 94%;
  top: 4.1875rem;
  z-index: -1;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .case-show-cont1::after {
    display: none;
  }
}

.case-show-cont1 .case-show-a1b1 {
  width: 42.71429%;
}

@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1b1 {
    width: 100%;
  }
}

.case-show-cont1 .case-show-a1b1 img {
  width: 100%;
}

.case-show-cont1 .case-show-a1b2 {
  width: 51.71429%;
  padding-bottom: 4.25rem;
}

@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1b2 {
    width: 100%;
    background: #fff;
    padding: 4%;
  }
}

@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1b2 .cont-p {
    margin-left: 0;
    width: 100%;
  }
}

.case-show-cont1 .case-show-a1b2 .cont-p dl img {
  width: 1.375rem;
  margin-right: 0.5rem;
}

.case-show-cont1 .case-show-a1b2 .cont-p dl p {
  color: #727272;
  font: 500 1rem/2.8em "sourcehansans";
}

@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1b2 .cont-p dl p {
    line-height: 2.2em;
  }
}

.case-show-cont2 {
  background: #fff;
  padding: 3.5rem 5% 2rem;
  margin-top: 7.2rem;
}

@media (max-width: 768px) {
  .case-show-cont2 {
    margin-top: 1.5rem;
    padding: 1.5rem 5%;
  }
}

.case-show-cont2 .casr-tit {
  width: 16.35714%;
}

@media (max-width: 768px) {
  .case-show-cont2 .casr-tit {
    width: 100%;
  }
}

.case-show-cont2 .cont-p {
  width: 71.42857%;
}

@media (max-width: 768px) {
  .case-show-cont2 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.case-show-cont2 .cont-p dl {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .case-show-cont2 .cont-p dl {
    margin-bottom: 1rem;
  }
}

.case-show-cont2 .cont-p dl dt {
  display: inline-block;
  text-align: center;
  color: #fff;
  font: 600 1.125rem/2.7rem "sourcehansans";
  background: #3dcd58;
  padding: 0 2.4125rem;
  border-radius: 1.2rem;
}

.case-show-cont2 .cont-p dl dd {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
  max-width: 80%;
  margin-top: 1em;
}

@media (max-width: 1366px) {
  .case-show-cont2 .cont-p dl dd {
    max-width: 100%;
  }
}

.case-show-cont3 {
  background: #fff;
  padding: 4rem 5% 2rem;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .case-show-cont3 {
    margin-top: 1.5rem;
    padding: 1.5rem 5%;
  }
}

.case-show-cont3 .img {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .case-show-cont3 .img {
    margin-top: 1rem;
  }
}

.case-show-cont3 .casr-tit {
  width: 16.35714%;
}

@media (max-width: 768px) {
  .case-show-cont3 .casr-tit {
    width: 100%;
  }
}

.case-show-cont3 .kd-gong {
  width: 83.64286%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .case-show-cont3 .kd-gong {
    width: 100%;
    margin-top: 1rem;
  }
}

.case-show-cont4 {
  background: #fff;
  padding: 4rem 5%;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .case-show-cont4 {
    margin-top: 1.5rem;
    padding: 1.5rem 5%;
  }
}

.case-show-cont4 .case-show-list1 dl {
  width: 48.39744%;
  background-color: #f7f7f7;
  padding: 1.625rem;
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .case-show-cont4 .case-show-list1 dl {
    padding: 1.1rem;
    margin-top: 1rem;
    width: 100%;
  }
}

.case-show-cont4 .case-show-list1 dl .img {
  font-size: 0;
  padding-bottom: 54%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.case-show-cont4 .case-show-list1 dl .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-show-cont4 .case-show-list1 dl .cont dt {
  color: #3dcd58;
  font: 500 1.5rem/1.5em "sourcehansans";
  padding: 0.75em 0 0.5em;
}

@media (max-width: 768px) {
  .case-show-cont4 .case-show-list1 dl .cont dt {
    font-size: 1.25rem;
    padding: 0.5em 0;
  }
}

.case-show-cont4 .case-show-list1 dl .cont .p {
  color: #727272;
  font: 500 1rem/1.5em "sourcehansans";
}

.case-show-cont4 .casr-tit {
  width: 16.35714%;
}

@media (max-width: 768px) {
  .case-show-cont4 .casr-tit {
    width: 100%;
  }
}

.case-show-cont4 .kd-gong {
  width: 83.64286%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .case-show-cont4 .kd-gong {
    width: 100%;
    margin-top: 1rem;
  }
}

.case-show-cont5 {
  background: #fff;
  padding: 4rem 5% 3rem;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .case-show-cont5 {
    margin-top: 1.5rem;
    padding: 1.5rem 5%;
  }
}

.case-show-cont5 .img {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .case-show-cont5 .img {
    margin-top: 1rem;
  }
}

.case-show-cont5 .casr-tit {
  width: 16.35714%;
}

@media (max-width: 768px) {
  .case-show-cont5 .casr-tit {
    width: 100%;
  }
}

.case-show-cont5 .kd-gong {
  width: 83.64286%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .case-show-cont5 .kd-gong {
    width: 100%;
    margin-top: 1rem;
  }
}

.msg-tit {
  color: #000000;
  font: 600 2.25rem/1em "sourcehansans";
  border-left: .625rem solid #3dcd58;
  padding-left: 0.5em;
}

@media (max-width: 768px) {
  .msg-tit {
    font-size: 2rem;
    border-left: .425rem solid #3dcd58;
  }
}

.msg-v1 {
  padding: 7rem 0 3.625rem;
}

@media (max-width: 768px) {
  .msg-v1 {
    padding: 2.5rem 0 1rem;
  }
}

.msg-v1 form {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .msg-v1 form {
    margin-top: 1.5rem;
  }
}

.msg-v1 form .msca {
  position: relative;
  margin-bottom: 1.875rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .msg-v1 form .msca {
    margin-bottom: 1rem;
  }
}

.msg-v1 form .msca .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #727272;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
  cursor: text;
}

.msg-v1 form .msca .m_label b {
  color: #ea1313;
  font-weight: 500;
}

.msg-v1 form .msca input {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0.5rem;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
}

.msg-v1 form .msca textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0.5rem;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
}

.msg-v1 form .div_aghgh .yazm {
  width: 31.71429%;
}

@media (max-width: 768px) {
  .msg-v1 form .div_aghgh .yazm {
    width: -webkit-calc(96% - 10rem);
    width: -moz-calc(96% - 10rem);
    width: calc(96% - 10rem);
  }
}

.msg-v1 form .div_aghgh .msca {
  margin-bottom: 0;
}

.msg-v1 form .div_aghgh .msca img {
  width: 25.45045%;
  height: 2.625rem;
  position: absolute;
  right: 2%;
  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) {
  .msg-v1 form .div_aghgh .msca img {
    width: 40%;
  }
}

.msg-v1 form .div_aghgh button {
  background: #3dcd58;
  text-align: center;
  color: #fff;
  width: 10rem;
  text-align: center;
  color: #fff;
  font: 500 1rem/3.125rem "sourcehansans";
  border: none;
  border-radius: 1.5625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.msg-v1 form .div_aghgh button:hover {
  background: #333;
}

.abt-cont1 {
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abt1_a1 {
  width: 46.42857%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt1_a1 {
    width: 100%;
    margin-top: 2rem;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.abt-cont1 .abt1_a1 .p {
  color: #727272;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt1_a1 .p {
    font-size: 1rem;
  }
}

.abt-cont1 .abt1_a2 {
  width: 46.57143%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt1_a2 {
    width: 100%;
  }
}

.abt-cont1 .abt1_a2 img {
  width: 100%;
}

.abt-cont2 {
  background: #3dcd58;
  padding: 4.5rem 0;
  margin-top: 7.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.abt-cont2 dl {
  color: #fff;
}

@media (max-width: 768px) {
  .abt-cont2 dl {
    width: 50%;
    text-align: center;
  }
}

.abt-cont2 dl span {
  display: inline-block;
  font: 500 3.75rem/1.5em "montserrat";
  width: 6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont2 dl span {
    font-size: 2.6rem;
    display: block;
    margin: 0 auto;
  }
}

.abt-cont2 dl p {
  display: inline-block;
  font: 600 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 dl p {
    font-size: 1.125rem;
  }
}

.abt-cont3 dl {
  padding: 5.125rem 0;
  background: #fff;
}

@media (max-width: 768px) {
  .abt-cont3 dl {
    padding: 2rem 0;
  }
}

.abt-cont3 dl .img {
  width: 46.57143%;
}

@media (max-width: 768px) {
  .abt-cont3 dl .img {
    width: 100%;
  }
}

.abt-cont3 dl .img img {
  width: 100%;
}

.abt-cont3 dl .cont {
  width: 46.42857%;
}

@media (max-width: 768px) {
  .abt-cont3 dl .cont {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5rem;
  }
}

.abt-cont3 dl .cont .p {
  color: #727272;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont3 dl .cont .p {
    margin-top: 1em;
    font-size: 1rem;
  }
}

.abt-cont3 dl .cont .p dd {
  width: 48%;
  line-height: 1.8em;
  background: url(../images/d.svg) no-repeat left center;
  -o-background-size: .375rem auto;
     background-size: .375rem auto;
  padding-left: .75rem;
}

.abt-cont3 dl:nth-child(2n) {
  background: #f7f7f7;
}

.abt-cont4 {
  padding: 2.5rem 0 5.75rem;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}

.abt-cont4 .abt-a4_v1 {
  margin-top: 2.25rem;
  background: #fff;
  padding: 3.1rem 4% 2.2rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 {
    margin-top: 1.5rem;
    padding: 2rem 4%;
  }
}

.abt-cont5 {
  background: #fff;
  padding: 2.5rem 0 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0 0;
  }
}

.abt-cont5 .abt-a4_v1 {
  margin-top: 2.25rem;
  background: #fff;
  padding: 3.1rem 4% 2.2rem;
  border: 1px solid #e8e8e8;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a4_v1 {
    margin-top: 1.5rem;
    padding: 2rem 4%;
  }
}

.abt-cont6 {
  background: #fff;
  padding: 2.5rem 0 5.75rem;
}

@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2rem 0;
  }
}

.abt-cont6 .abt-a4_v1 {
  margin-top: 2.25rem;
  background: #fff;
  padding: 3.1rem 4% 2.2rem;
  border: 1px solid #e8e8e8;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a4_v1 {
    margin-top: 1.5rem;
    padding: 2rem 4%;
  }
}

.lxwm-v1 {
  margin-top: 3.75rem;
  padding-bottom: 6.0625rem;
}

@media (max-width: 768px) {
  .lxwm-v1 {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.lxwm-v1 .lxwm-cont1 {
  width: 28.28571%;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont1 {
    width: 100%;
  }
}

.lxwm-v1 .lxwm-cont1 .lx-erm {
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont1 .lx-erm {
    margin-top: 1.5rem;
    padding: 0 10%;
  }
}

.lxwm-v1 .lxwm-cont1 .lx-erm .erma1 {
  width: 40.15152%;
}

.lxwm-v1 .lxwm-cont1 .lx-erm .erma1 img {
  width: 100%;
  border-radius: 1rem;
}

.lxwm-v1 .lxwm-cont1 .lx-erm .erma1 p {
  text-align: center;
  color: #727272;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

.lxwm-v1 .lxwm-cont1 .lx-cont dl {
  margin-top: 1em;
}

.lxwm-v1 .lxwm-cont1 .lx-cont dl dt {
  color: #000000;
  font: 600 1.25rem/1.5em "sourcehansans";
}

.lxwm-v1 .lxwm-cont1 .lx-cont dl dd {
  color: #727272;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.lxwm-v1 .lxwm-cont1 .lx-fxa {
  margin-top: 1.2rem;
}

.lxwm-v1 .lxwm-cont1 .lx-fxa a {
  display: inline-block;
  width: 1.625rem;
  margin-right: 0.4rem;
}

.lxwm-v1 .lxwm-cont1 .lx-fxa a img {
  width: 100%;
}

.lxwm-v1 .lxwm-cont2 {
  width: 63.57143%;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont2 {
    width: 100%;
    margin-top: 1.8rem;
  }
}

.lxwm-v1 .lxwm-cont2 form {
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont2 form {
    margin-top: 1.5rem;
  }
}

.lxwm-v1 .lxwm-cont2 form .msca {
  position: relative;
  margin-bottom: 1.875rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont2 form .msca {
    margin-bottom: 1rem;
  }
}

.lxwm-v1 .lxwm-cont2 form .msca .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #727272;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
  cursor: text;
}

.lxwm-v1 .lxwm-cont2 form .msca .m_label b {
  color: #ea1313;
  font-weight: 500;
}

.lxwm-v1 .lxwm-cont2 form .msca input {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0.5rem;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
}

.lxwm-v1 .lxwm-cont2 form .msca textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0.5rem;
  font: 500 1rem/3.2rem "sourcehansans";
  padding: 0 1.375em;
}

.lxwm-v1 .lxwm-cont2 form .div_aghgh .yazm {
  width: 49.88764%;
}

@media (max-width: 768px) {
  .lxwm-v1 .lxwm-cont2 form .div_aghgh .yazm {
    width: -webkit-calc(96% - 10rem);
    width: -moz-calc(96% - 10rem);
    width: calc(96% - 10rem);
  }
}

.lxwm-v1 .lxwm-cont2 form .div_aghgh .msca {
  margin-bottom: 0;
}

.lxwm-v1 .lxwm-cont2 form .div_aghgh .msca img {
  width: 25.45045%;
  height: 2.625rem;
  position: absolute;
  right: 2%;
  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) {
  .lxwm-v1 .lxwm-cont2 form .div_aghgh .msca img {
    width: 40%;
  }
}

.lxwm-v1 .lxwm-cont2 form .div_aghgh button {
  background: #3dcd58;
  text-align: center;
  color: #fff;
  width: 10rem;
  text-align: center;
  color: #fff;
  font: 500 1rem/3.125rem "sourcehansans";
  border: none;
  border-radius: 1.5625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.lxwm-v1 .lxwm-cont2 form .div_aghgh button:hover {
  background: #333;
}

.title_a1 {
  position: relative;
}

.title_a1 dt {
  color: #333333;
  font: 600 3rem/1em "sourcehansans";
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title_a1 dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(55, 198, 78, 0.2);
  width: 100%;
  height: .75rem;
}

@media (max-width: 768px) {
  .title_a1 dt {
    font-size: 1.8rem;
  }
  .title_a1 dt::after {
    height: .35rem;
  }
}

.title_a1 dd {
  color: #333333;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: left;
  margin-top: 2.75rem;
}

@media (max-width: 768px) {
  .title_a1 dd {
    margin-top: 1.1rem;
  }
}

.title_a1 i {
  width: 67.36111%;
  display: block;
  margin: -7% auto 0;
}

.news-content {
  padding: 4.875rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .news-content {
    padding-top: 2rem;
  }
}

.news-list {
  border-top: 1px solid #E1E1E1;
  margin-top: 1.875rem;
}

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

.news-list li {
  border-bottom: 1px solid #E1E1E1;
}

.news-list li h2 {
  width: 70%;
}

.news-list li h2 a {
  display: block;
  color: #333333;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 1em 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 1em;
}

.news-list li h2 a::before {
  content: "";
  width: .5rem;
  height: .5rem;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .news-list li h2 a::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.news-list li h2 a:hover {
  color: #37C64E;
}

.news-list li .datea {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
}

.xw-show_bja {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .xw-show_bja {
    margin-top: 2rem;
  }
}

.xw-show_bja .title-a {
  color: #333333;
  font: 600 1.875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}

.xw-show_bja .date-aaat {
  padding: 2rem 0 1.75rem;
  border-bottom: 1px solid #E1E1E1;
}

@media (max-width: 768px) {
  .xw-show_bja .date-aaat {
    padding: 1.2rem 0 1rem;
  }
}

.xw-show_bja .date-aaat .date-a {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
}

.xw-show_bja .date-aaat .fenxad {
  color: #666666;
  font: 500 1rem/2em "sourcehansans";
  margin-left: 5%;
}

.xw-show_bja .date-aaat .fenxad .social-share .social-share-icon {
  color: rgba(204, 204, 204, 0.5);
  border-color: rgba(204, 204, 204, 0.5);
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .xw-show_bja .date-aaat .fenxad .social-share .social-share-icon {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1rem;
  }
}

.xw-show_bja .date-aaat .fenxad .social-share .social-share-icon:hover {
  background: #000;
  color: white;
}

.show-news-content {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.show-news-content .xinwn-consss {
  color: #666666;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1.8em 0 2.5em;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .show-news-content .xinwn-consss {
    padding: 1em 0;
  }
}

.show-news-content .pain {
  padding: 2.375rem 0 3rem;
  color: #666666;
  font: 500 1rem/3rem "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-content .pain {
    padding: 1.25rem 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .show-news-content .pain .prev {
    width: 100%;
  }
}

.show-news-content .pain .prev i {
  margin-right: 1em;
}

@media (max-width: 768px) {
  .show-news-content .pain .next {
    width: 100%;
  }
}

.show-news-content .pain .next i {
  margin-left: 1em;
}

.show-news-content .pain i {
  color: #333333;
  font: 600 1rem/2.5rem "sourcehansans";
  width: 2.5rem;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .show-news-content .pain i {
    font-size: 1.125rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .show-news-content .pain {
    font-size: 1rem;
  }
}

.show-news-content .pain a {
  color: #666666;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .show-news-content .pain a {
    width: 60%;
  }
}

.show-news-content .pain a:hover {
  color: #37C64E;
}

.fa-content {
  padding: 5rem 0 5.625rem;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 768px) {
  .fa-content {
    padding: 2rem 0;
  }
}

.fa-content .fa-va1 .img1 {
  width: 50%;
}

@media (max-width: 768px) {
  .fa-content .fa-va1 .img1 {
    width: 100%;
  }
}

.fa-content .fa-va1 .img1 img {
  width: 100%;
}

.fa-content .fa-va1 .cont {
  width: 50%;
}

@media (max-width: 768px) {
  .fa-content .fa-va1 .cont {
    width: 100%;
  }
}

.fa-content .fa-va1 .cont .title_a1 {
  margin-left: 5%;
}

@media (max-width: 768px) {
  .fa-content .fa-va1 .cont .title_a1 {
    margin-left: 0;
    margin-top: 1.8rem;
  }
}

.fa-content .fa-va1 .cont .content {
  padding: 2rem 5%;
  background: #EEFBF0;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .fa-content .fa-va1 .cont .content {
    margin-top: 1.5rem;
    padding: 1.5rem 2%;
  }
}

.fa-content .fa-va1 .cont .content .wejjhxa {
  height: 13.5rem;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .fa-content .fa-va1 .cont .content .wejjhxa {
    height: auto;
  }
}

.fa-content .fa-va1 .cont .content .wejjhxa::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.fa-content .fa-va1 .cont .content .wejjhxa::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.fa-content .fa-va1 .cont .content .wejjhxa::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #37C64E;
  background-color: #37C64E;
}

.fa-content .fa-va1 .cont .content .wejjhxa a {
  display: block;
  color: #333333;
  font: 500 1.125rem/2.25rem "sourcehansans";
  padding-left: 1em;
}

.fa-content .fa-va1 .cont .content .wejjhxa a::before {
  content: "·";
  margin-right: 0.5em;
  font-size: 1rem;
  font-weight: 600;
}

.fa-content .fa-va1 .cont .content .wejjhxa a:hover {
  color: #37C64E;
}

.fa-show-content .fa-show-a1 {
  background: #FAFAFA;
  padding: 5.375rem 0 3.9375rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a1 {
    padding: 2rem 0;
  }
}

.fa-show-content .fa-show-a1 .text {
  color: #333333;
  font: 500 1rem/1.85em "sourcehansans";
  margin-top: 1em;
  text-indent: 2em;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a1 .text {
    margin-top: 0.5em;
  }
}

.fa-show-content .fa-show-a2 {
  padding: 5rem 0 3.3125rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a2 {
    padding: 2rem 0;
  }
}

.fa-show-content .fa-show-a2 .wehha_lit {
  margin-top: 0.78em;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a2 .wehha_lit {
    margin-top: 0.5em;
  }
}

.fa-show-content .fa-show-a2 .wehha_lit dl {
  width: 40%;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a2 .wehha_lit dl {
    width: 100%;
  }
}

.fa-show-content .fa-show-a2 .wehha_lit dl a {
  display: block;
  color: #666666;
  font: 500 1rem/2em "sourcehansans";
  padding: 0.25em 0;
}

.fa-show-content .fa-show-a2 .wehha_lit dl a::before {
  content: "·";
  margin-right: 0.5em;
  font-size: 1rem;
  font-weight: 600;
}

.fa-show-content .fa-show-a2 .wehha_lit dl a:hover {
  color: #37C64E;
}

.fa-show-content .fa-show-a3 {
  background: #FAFAFA;
  padding: 5.25rem 0 8.75rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a3 {
    padding: 2rem 0;
  }
}

.fa-show-content .fa-show-a3 .p {
  color: #333333;
  font: 500 1rem/1.85em "sourcehansans";
  text-indent: 2em;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a3 .p {
    margin-top: 0.5em;
  }
}

.fa-show-content .fa-show-a3 .tita {
  color: #333333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1em;
}

.fa-show-content .fa-show-a3 .img {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a3 .img {
    margin-top: 1rem;
  }
}

.fa-show-content .fa-show-a3.fa-show-a4 {
  background: #fff;
}

.fa-show-content .fa-show-a5 {
  background: #FAFAFA;
  padding: 5.5625rem 0 3.3125rem;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 {
    padding: 2rem 0;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li {
  background: #fff;
  margin-top: 1.875rem;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li {
    margin-top: 1rem;
    padding: 1rem;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li .img {
  width: 57.4928%;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li .img {
    width: 100%;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li .img img {
  width: 100%;
  max-height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.fa-show-content .fa-show-a5 .fa-slist1 li .cont {
  width: 38.61671%;
}

.fa-show-content .fa-show-a5 .fa-slist1 li .cont.w100 {
  padding: 0 !important;
  width: 100%;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li .cont {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li .cont .tit {
  color: #333333;
  font: 600 1.25rem/1em "sourcehansans";
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li .cont .tit {
    margin-top: 0.45em;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li .cont .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(55, 198, 78, 0.2);
  width: 100%;
  height: .25rem;
}

.fa-show-content .fa-show-a5 .fa-slist1 li .cont .p {
  color: #666666;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: justify;
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li .cont .p {
    margin-top: 1rem;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.fa-show-content .fa-show-a5 .fa-slist1 li:nth-child(2n) .cont {
  padding: 0;
  padding-left: 2%;
}

@media (max-width: 768px) {
  .fa-show-content .fa-show-a5 .fa-slist1 li:nth-child(2n) .cont {
    padding: 0;
  }
}

.fa-show-a1 .tit-as {
  text-align: center;
  color: #3dcd58;
  font: 600 2rem/2em "sourcehansans";
  padding: 0 0 1.5rem;
}

@media (max-width: 768px) {
  .fa-show-a1 .tit-as {
    font-size: 1.4rem;
    padding: 0 0 0.75rem;
  }
}

.show-tit b {
  color: rgba(55, 198, 78, 0.16);
  display: block;
  font: 600 7.5rem/1.2em "montserrat";
  display: none;
}

@media (max-width: 768px) {
  .show-tit b {
    font-size: 5rem;
  }
}

.show-tit .tit {
  color: #37C64E;
  font: 600 1rem/1.5em "sourcehansans";
  text-align: left;
  margin-bottom: 1rem;
  position: static;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cp-show-sore {
  background: #fff;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #DBDBDB;
  display: none;
}

@media (max-width: 990px) {
  .cp-show-sore {
    display: none;
  }
}

.cp-show-sore h2 {
  color: #333333;
  font: 500 1.125rem/5rem "sourcehansans";
}

.cp-show-sore .sort1 li a {
  display: inline-block;
  color: #666666;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.cp-show-sore .sort1 li a:hover {
  color: #37C64E;
}

.cp-show-sore .sort1 li + li::before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  color: #DBDBDB;
  font-size: 1.125rem;
  padding: 0 1em;
}

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

@media (max-width: 990px) {
  .ny-bodyb {
    padding: 60px 0 0 !important;
  }
}

.list_content {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

.jjfa-a1 {
  margin-top: 5rem;
  height: -webkit-calc(100vh - 5rem);
  height: -moz-calc(100vh - 5rem);
  height: calc(100vh - 5rem);
  width: 100%;
}

@media (max-width: 990px) {
  .jjfa-a1 {
    margin-top: 0;
    height: auto;
  }
}

.jjfa-a1.jjfa-a2 {
  height: auto;
}

.jjfa-a1 video {
  -o-object-fit: cover;
     object-fit: cover;
}

.mc_pos_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.mc_pos_cover li:nth-child(1) {
  left: 82%;
  top: 70%;
}

.mc_pos_cover li:nth-child(2) {
  left: 81%;
  top: 41%;
}

.mc_pos_cover li:nth-child(3) {
  left: 72%;
  top: 64%;
}

.mc_pos_cover li:nth-child(4) {
  left: 71%;
  top: 46%;
}

.mc_pos_cover li:nth-child(5) {
  left: 67%;
  top: 26%;
}

.mc_pos_cover li:nth-child(6) {
  left: 62%;
  top: 44%;
}

.mc_pos_cover li:nth-child(7) {
  left: 43%;
  top: 56%;
}

.mc_pos_cover li:nth-child(8) {
  left: 45%;
  top: 50%;
}

.mc_pos_cover li:nth-child(9) {
  left: 48%;
  top: 35%;
}

.mc_pos_cover li:nth-child(10) {
  left: 50%;
  top: 32%;
}

.mc_pos_cover li:nth-child(11) {
  left: 33%;
  top: 52%;
}

.mc_pos_cover li:nth-child(12) {
  left: 36%;
  top: 31%;
}

.mc_pos_cover li:nth-child(13) {
  left: 21%;
  top: 30%;
}

.mc_pos_cover1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.mc_pos_cover1 li {
  position: absolute;
}

.mc_pos_cover1 li a.mc_a1t_a {
  display: block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
}

.mc_pos_cover1 li:nth-child(1) {
  left: 14%;
  top: 9%;
}

.mc_pos_cover1 li:nth-child(2) {
  right: 2%;
  top: 12%;
}

.mc_pos_cover1 li:nth-child(3) {
  left: 36%;
  top: 24%;
}

.mc_pos_cover1 li:nth-child(4) {
  right: 13%;
  top: 34%;
}

.mc_pos_cover1 li:nth-child(5) {
  left: 1%;
  top: 45%;
}

.mc_pos_cover1 li:nth-child(6) {
  left: 65%;
  top: 50%;
}

.mc_pos_cover1 li:nth-child(7) {
  left: 86%;
  top: 58%;
}

.mc_pos_cover1 li:nth-child(8) {
  left: 10%;
  top: 79%;
}

.mc_pos_cover1 li:nth-child(9) {
  left: 28%;
  top: 66%;
}

.mc_pos_cover1 li:nth-child(10) {
  left: 68%;
  top: 76%;
}

.mc_a1t_li {
  position: absolute;
  z-index: 5;
}

.mc_a1t_a {
  display: block;
  position: relative;
}

.mc_a1t_a {
  display: block;
  position: relative;
}

.mc_a1t_xl {
  position: absolute;
  left: 2rem;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-size: 1rem;
  padding: 0 1.4375rem;
  line-height: 2.8rem;
  pointer-events: none;
}

.mc_a1t_xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(61, 205, 88, 0.77);
  border-radius: 1.875rem;
}

.mc_a1t_icon {
  font-size: 1.5rem;
  color: #a1b8fd;
  margin-right: 1.25rem;
  vertical-align: middle;
}

.mc_a1t_title {
  color: #fff;
  font-size: 1rem;
  margin-right: 0.5em;
  vertical-align: middle;
}

.mc_a1t_jiantou {
  font-size: 1.25rem;
  color: #a1b8fd;
  vertical-align: middle;
}

.mc_a1t_dian {
  position: relative;
  -webkit-animation: bordershow 3s infinite;
     -moz-animation: bordershow 3s infinite;
       -o-animation: bordershow 3s infinite;
          animation: bordershow 3s infinite;
}

.mc_a1t_xl span {
  opacity: 0;
  color: #fff;
}

.mc_a1t_dian {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: .4375rem solid #3DCD58;
  border-radius: 50%;
}

.mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: rgba(61, 205, 88, 0.2);
}

.mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: rgba(61, 205, 88, 0.2);
}

.mc_a1t_dian::before {
  -webkit-animation: boderM 3s .75s infinite;
     -moz-animation: boderM 3s .75s infinite;
       -o-animation: boderM 3s .75s infinite;
          animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
  -webkit-animation: boderM 3s infinite;
     -moz-animation: boderM 3s infinite;
       -o-animation: boderM 3s infinite;
          animation: boderM 3s infinite;
}

.mc_a1t_li:hover {
  z-index: 20;
}

.mc_a1t_li:hover .mc_a1t_xl {
  pointer-events: all;
}

.mc_a1t_li:hover .mc_a1t_xl::before {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  -o-transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  -moz-transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}

.mc_a1t_li:hover .mc_a1t_xl span {
  opacity: 1;
  -webkit-transition: all .36s .4s;
  -o-transition: all .36s .4s;
  -moz-transition: all .36s .4s;
  transition: all .36s .4s;
}

.fhjjhas {
  border-top: 1px solid #f0f0f0;
}

@-webkit-keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes boderM {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -moz-transform: translate(-50%, -50%) scale(2);
         transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes boderM {
  0% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -o-transform: translate(-50%, -50%) scale(2);
       transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
       -moz-transform: translate(-50%, -50%) scale(2);
         -o-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bordershow {
  50% {
    box-shadow: 0px 0px .625rem 0 #3DCD58;
  }
}

@-moz-keyframes bordershow {
  50% {
    box-shadow: 0px 0px .625rem 0 #3DCD58;
  }
}

@-o-keyframes bordershow {
  50% {
    box-shadow: 0px 0px .625rem 0 #3DCD58;
  }
}

@keyframes bordershow {
  50% {
    box-shadow: 0px 0px .625rem 0 #3DCD58;
  }
}

.ycas-sd {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.ycas-sd .uansnr-a {
  width: 100%;
  height: 100%;
}

.ycas-sd .uansnr-a .dzb-v1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 59.01042%;
  padding: 0 1.5%;
  max-height: 85%;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .jjfa-a1{
    background: url(../images/bjsa1.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 0;
  }
  .jjfa-a1.jjfa-a2{
    background: url(../images/bjsa2.jpg) no-repeat center;
    background-size: cover; padding: 4rem 0;
  }
  .jjfa-a1 video{
    display: none;
  }
  .mc_pos_cover{
    position: static;
    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;
            height: auto;
            padding: 0 2%;
  }
  .mc_a1t_li{
    position: static;
    width: 48%;
    margin-top: 1rem;
  }
  .mc_a1t_xl{
    position: static;    transform: translateY(0);    padding: 0 1rem;
  }
  .mc_a1t_xl span{
    opacity: 1;   
  }
  .ycas-sd .uansnr-a .dzb-v1 {
    width: 90%;
  }
  .mc_a1t_dian{
    display: none;
  }
  .mc_a1t_xl::before{
    width: 100%;
  }
  .mc_a1t_li:hover .mc_a1t_xl span{
    color: #fff;
  }
  .mc_pos_cover1{
    position: static;
    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;
            padding: 0 1%;
  }
  .mc_pos_cover1 li{
    position: static;
    width: 49%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.25em 0.5em;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.ycas-sd .uansnr-a .dzb-v1 .jataxta {
  position: absolute;
  right: 2%;
  top: 1.2%;
}

.ycas-sd .uansnr-a .dzb-v1 .jataxta i {
  color: #272536;
  font-size: 2.5rem;
}

.hidden {
  display: none;
}

.uansnr-a {
  position: relative;
}

.uansnr-a .dzb-v1 {
  width: 51.14583%;
}

.uansnr-a .dzb-v1 .dzb-cont1 {
  padding: 3.875rem 3% 2.5rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 {
    padding: 2rem 3%;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-tit dt {
  color: #3dcd58;
  font: 600 1.75rem/1.5em "Alibaba-PuHuiBold";
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-tit dt {
    font-size: 1.5rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-tit p {
  color: rgba(0, 0, 0, 0.4);
  margin: 0.15em 0 1.1875rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-tit p {
    color: #666;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 > dt {
  color: #C3C3C3;
  font: 500 17px/1.6em "montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 0.3;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .tit {
  color: #2F2C2C;
  font: 500 1rem/2.5rem "Alibaba-PuHui";
  border-bottom: 1px solid #CECBCB;
  padding-left: 1.5em;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 {
  margin: 1em 0 2em;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl {
    margin-top: 0;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd {
  width: 48.5%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd {
    width: 100%;
    margin-top: 1rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd span {
  width: 5.625rem;
  font: 600 1rem/2rem "Alibaba-PuHuiBold";
  display: block;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd > input {
  width: 100%;
  border: 1px solid #CECBCB;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  text-indent: 1.5em;
  border-radius: 1.5625rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd.w100 {
  width: 100%;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd .code_yas > input {
  width: auto;
  border: 1px solid #CECBCB;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  border-radius: 1.5625rem;
  margin-right: 1em;
  padding: 0 1.5rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd .code_yas > input#yzm {
  text-indent: 1.5em;
  width: 10rem;
  padding: 0;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd textarea {
  width: 100%;
  border: 1px solid #CECBCB;
  font: 500 1rem/1.5rem "Alibaba-PuHui";
  padding: 0.85em 1.5em;
  border-radius: 1rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb button {
  border: none;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl {
  margin-top: 1rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl dt span {
  display: inline-block;
  color: #000000;
  font: 600 1.375rem/2.5em "Alibaba-PuHuiBold";
  position: relative;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl dt span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #0072BC;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl .dzb-a1c1 input {
  width: 47.76471%;
  border: 1px solid #CECBCB;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  text-indent: 1.5em;
  border-radius: 1.5625rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha1 dl .dzb-a1c1 input {
    width: 100%;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha2 {
  margin-top: 2.5rem;
  text-align: center;
  padding-bottom: 1.5rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha2 a.click_other {
  color: #0072BC;
  font: 500 1.0625rem/1.54em "Alibaba-PuHui";
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha2 a.click_other img {
  width: 1.375rem;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha2 a.click_other.clicked img {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha3 {
  padding: 3.75rem 0 1.75rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .weha3 {
    padding: 1.75rem 0 1.75rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 {
  width: 47.76471%;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 {
  padding: 0.55em 0 0;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label {
  margin-right: 1em;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label.wha {
  width: 100%;
  border-bottom: 1px solid #CECBCB;
  margin-right: 0;
  padding-bottom: 0.5em;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label.wha input {
  width: 100%;
  text-indent: 1.5em;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label input[type=radio] {
  display: none;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label .button {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #787777;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label .button span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #CECBCB;
  border-radius: 100%;
  margin-right: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label input[type=radio]:checked ~ .button {
  color: #0072BC;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label input[type=radio]:checked ~ .button span {
  border: 1px solid #0072BC;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e1 label input[type=checkbox] {
  display: none;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e2 label .button span {
  border-radius: 2px;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e2 label input[type=checkbox]:checked ~ .button {
  color: #0072BC;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .dzb-a1c2d1 .dzb-a1c2d1e2 label input[type=checkbox]:checked ~ .button span {
  border: 1px solid #0072BC;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .zd_lsta2a input {
  width: 47.76471%;
  border: 1px solid #CECBCB;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  text-indent: 1.5em;
  border-radius: 1.5625rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .zd_lsta2a input {
    width: 100%;
    margin-top: 1rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .zd_lsta2a textarea {
  width: 100%;
  border: 1px solid #CECBCB;
  font: 500 1rem/1.5rem "Alibaba-PuHui";
  padding: 0.85em 1.5em;
  border-radius: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc .zd_lsta2a textarea {
    margin-top: 1rem;
  }
}

.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzbc button {
  border: none;
}
.fp-viewing-section1 .zd_erha .aat_list li:last-child{
  display: none;
}