@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: 1366px) and (max-width: 1680px) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

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

* {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.75%;
}

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

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

.wh1 {
  padding: 0 4.16667%;
}

@media (max-width: 1680px) {
  .wh1 {
    padding: 0 2.5%;
  }
}

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

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

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: #9D9D9D;
  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: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

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

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5CB13C;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

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

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

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #fff;
}

.more-msl.bs:hover {
  color: #5CB13C;
  border-color: #fff;
}

.more-msl1 {
  display: inline-block;
  color: #9D9D9D;
  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: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

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

.more-msl1:before {
  background: #08938E;
}

.more-msl1:after {
  background: #5CB13C;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #5CB13C;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #08938E;
}

.more-msl1.bs:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

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

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.m-img-nac {
  padding-bottom: 55.33597%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-nac img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img-news {
  padding-bottom: 68.20276%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@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;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 50%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny.a {
    padding-bottom: 80%;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

.head .head2 {
  line-height: 5.875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}

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

.head .head2 .logo a img {
  height: 3.9375rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

.head .head2 .sska {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a {
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  color: #fff;
}

.head .head2 .sska i {
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

#menu {
  margin-right: 1.5vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li:nth-child(2) {
  position: static;
}

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

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 2em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

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

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

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
}

#menu .nav_a1 li .sec > a {
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.3em 0;
  color: #333;
}

#menu .nav_a1 li .sec > a:hover {
  color: #5CB13C;
}

#menu .nav_a1 li .sec1 {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: -webkit-calc(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: calc(100% + 1px);
  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);
  padding: 2rem 0;
}

#menu .nav_a1 li .sec1 a {
  color: #909090;
}

#menu .nav_a1 li .sec1 .wh {
  margin: 0 -4%;
}

#menu .nav_a1 li .sec1 dl {
  width: -webkit-calc(100%/7);
  width: -moz-calc(100%/7);
  width: calc(100%/7);
  padding: 1rem 1%;
}

@media (max-width: 1366px) {
  #menu .nav_a1 li .sec1 dl {
    width: -webkit-calc(100%/6);
    width: -moz-calc(100%/6);
    width: calc(100%/6);
  }
}

#menu .nav_a1 li .sec1 dl .cont dt a {
  color: #595959;
  font: 500 1.25rem/1.5em "sourcehansans";
  border-bottom: 1px solid #CECECE;
  display: block;
  padding: 0.3em 0;
}

#menu .nav_a1 li .sec1 dl .cont dt a:hover {
  color: #5CB13C;
}

#menu .nav_a1 li .sec1 dl .cont dd {
  margin-top: 1em;
}

#menu .nav_a1 li .sec1 dl .cont dd a {
  display: block;
  color: #909090;
  font: 500 .9375rem/1.5em "sourcehansans";
  word-wrap: break-word;
  word-break: break-all;
}

#menu .nav_a1 li .sec1 dl .cont dd a:hover {
  color: #5CB13C;
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s 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 span::after, #menu .nav_a1 li.active > a span::after {
  width: 100%;
}

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

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

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

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

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

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

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}

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

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.head.sticky .head2, .cp-show-body .head .head2 {
  line-height: 5rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.head.sticky .head2 .logo a img, .cp-show-body .head .head2 .logo a img {
  height: 3rem;
}

.head.sticky .head2 .logo a img.a, .cp-show-body .head .head2 .logo a img.a {
  display: none;
}

.head.sticky .head2 .logo a img.b, .cp-show-body .head .head2 .logo a img.b {
  display: inline-block;
}

.head.sticky .head2 .sska i, .cp-show-body .head .head2 .sska i {
  font-size: 1.125rem;
  color: #353535;
}

.head.sticky .head2 #menu .nav_a1 li > a, .cp-show-body .head .head2 #menu .nav_a1 li > a {
  color: #353535;
}

.head.sticky .head2 #menu .nav_a1 li.active > a, .head.sticky .head2 #menu .nav_a1 li:hover > a, .cp-show-body .head .head2 #menu .nav_a1 li.active > a, .cp-show-body .head .head2 #menu .nav_a1 li:hover > a {
  color: #5CB13C;
}

.head.sticky .head2 #menu .nav_a1 li > a span:after, .cp-show-body .head .head2 #menu .nav_a1 li > a span:after {
  background: #5CB13C;
}

.head.sticky .head2 #menu .nav_a1 li > a, .cp-show-body .head .head2 #menu .nav_a1 li > a {
  font-size: 1rem;
}

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

.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: 36px;
}

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

.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 rgba(255, 255, 255, 0.1);
  position: relative;
}

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

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.pc-banner .mySwipera {
  position: relative;
}

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

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

.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

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

.pc-banner .mySwipera .banwez dd {
  font: 600 3rem/1.5em "sourcehansans";
}

.pc-banner .mySwipera .banwez dd strong {
  font-size: 3.75rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.25rem;
    line-height: 1.8em;
  }
  .pc-banner .mySwipera .banwez dd strong {
    font-size: 1.4rem;
  }
}

.pc-banner .mySwipera .banwez a.more-msl1 {
  margin-top: 1.2rem;
}

.pc-banner .mySwipera .bant {
  position: absolute;
  left: 0;
  bottom: 2rem;
  text-align: center;
  z-index: 99;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .bant {
    bottom: 4%;
  }
}

.pc-banner .mySwipera .bant .wh {
  width: 100%;
}

.pc-banner .mySwipera .bant .swiper-pagination1as {
  padding: 0 0.15em;
  text-align: center;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span {
  width: .75rem;
  height: .75rem;
  opacity: 1;
  border-radius: .375rem;
  margin: 0 0.35rem;
  border: 1px solid #fff;
  background: transparent;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span.swiper-pagination-bullet-active {
  width: 1.6875rem;
  background: #fff;
}

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

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

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

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

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

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  right: 3.85417%;
  width: 1.0625rem;
  bottom: 7%;
  z-index: 99;
}

.kajjt img.a {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 7%;
  }
  .kajjt img.a {
    width: 2.5rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

.fang img {
  -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);
}

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

.xz img {
  -webkit-transition: all .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);
}

.titlea1 {
  text-align: center;
}

.titlea1 .tit {
  color: #000000;
  font: 600 2.8125rem/1.5em "sourcehansans";
}

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

.titlea1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  background: #5CB13C;
  height: 1px;
  margin: 0.05em auto 0.2em;
}

@media (max-width: 768px) {
  .titlea1 .tit::after {
    margin: 0.1em auto 0.3em;
  }
}

.titlea1 p {
  color: #737171;
  font: 500 1.25rem/1.5em "sourcehansans";
}

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

.cont1 {
  padding: 5rem 0 6rem;
}

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

.cont1 li {
  width: 25%;
  text-align: center;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .cont1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    margin-top: 1.2rem;
  }
}

@media (max-width: 540px) {
  .cont1 li {
    width: 50%;
  }
}

.cont1 li a.a {
  display: block;
}

.cont1 li a.a i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont1 li a.a i {
    width: 4rem;
  }
}

.cont1 li a.a i img {
  width: 100%;
}

.cont1 li a.a dt {
  color: #6C6C6C;
  font: 600 1.25rem/1.5em "sourcehansans";
  padding: 0.65em 0 0.4em;
}

@media (max-width: 768px) {
  .cont1 li a.a dt {
    font-size: 1.125rem;
    padding: 0.5em 0 0.3em;
  }
}

.cont1 li a.a .cont {
  color: #6C6C6C;
  font: 500 .875rem/1.5em "sourcehansans";
  padding: 0 1em;
}

.cont2 {
  background: #F4FBF8;
  padding: 3.75rem 0 3.875rem;
}

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

.cont2 .a2_v1 {
  margin-top: 2.875rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    margin-top: 1.25rem;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .img {
  font-size: 0;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .img img {
  width: 100%;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont {
  background: #08938E;
  text-align: center;
  color: #fff;
  font: 500 1rem/1.625em "sourcehansans";
  padding: 1.1em 0;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 .swiper-slide .cont {
    padding: 0.8em 0.5em;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 {
  padding: 0 0.15em;
  text-align: center;
  margin-top: 2.62rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 span {
  width: .75rem;
  height: .75rem;
  opacity: 1;
  border-radius: .375rem;
  margin: 0 0.35rem;
  border: 1px solid #9E9EA7;
  background: transparent;
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  width: 1.6875rem;
  background: #9E9EA7;
}

.cont3 .titlea1 {
  padding: 3.125rem 0;
}

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

.cont3 .w-accor1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

.cont3 .w-accor1 li {
  background: rgba(0, 0, 0, 0.5);
}

.cont3 .w-accor1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cont3 .w-accor1 li .item {
  position: relative;
}

.cont3 .w-accor1 li .item .img_ar {
  visibility: hidden;
}

.cont3 .w-accor1 li .item .img_ar img {
  width: 100%;
}

.cont3 .w-accor1 li .item .cont_ar {
  width: 100%;
  color: #fff;
}

.cont3 .w-accor1 li .item .cont_ar dl {
  text-align: center;
  position: relative;
}

.cont3 .w-accor1 li .item .cont_ar dl::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #5CB13C;
  margin: 0.6em auto;
}

.cont3 .w-accor1 li .item .cont_ar dl dt {
  font: 600 1.5rem/1.4em "sourcehansans";
}

.cont3 .w-accor1 li .item .cont_ar dl dd {
  font: 600 .75rem/1.4em "sourcehansans";
  text-transform: uppercase;
}

.cont3 .w-accor1 li .item .cont_ar .acr_p {
  height: 0;
  overflow: hidden;
  padding: 0 8%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.cont3 .w-accor1 li .item .cont_ar .acr_p .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.5em 0 2.8em;
}

@media (max-width: 768px) {
  .cont3 .w-accor1 li .item .cont_ar .acr_p {
    height: auto;
  }
  .cont3 .w-accor1 li .item .cont_ar .acr_p .p {
    margin: 0.5em 0 1.8em;
  }
}

.cont3 .w-accor1 li.cur {
  background: none;
}

.cont3 .w-accor1 li.cur .item .img_ar {
  visibility: visible;
}

.cont3 .w-accor1 li.cur .item .cont_ar .acr_p {
  height: auto;
}

.cont4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 14.875rem 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .cont4 {
    padding-top: 2.5rem;
  }
}

.cont4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #08938E;
}

.cont4 .wh {
  position: relative;
  z-index: 1;
}

.cont4 .a4_v1 {
  background: #fff;
  padding: 7.75rem 4.28571%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 {
    padding: 1.8rem 6%;
  }
}

.cont4 .a4_v1 .a4_b1 {
  width: 35.04%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 {
    width: 100%;
  }
}

.cont4 .a4_v1 .a4_b1 .titlea1 {
  text-align: left;
}

.cont4 .a4_v1 .a4_b1 .titlea1 .tit {
  line-height: 1.3em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .titlea1 .tit {
    font-size: 1.6rem;
  }
}

.cont4 .a4_v1 .a4_b1 .titlea1 .tit::after {
  display: none;
}

.cont4 .a4_v1 .a4_b1 a.more-msl1 {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 a.more-msl1 {
    margin-top: 1em;
  }
}

.cont4 .a4_v1 .a4_b2 {
  width: 59.2%;
  color: #5F5F5F;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: justify;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.8em;
  }
}

.cont4 .a4_v2 {
  text-align: center;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 9.8125rem;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  line-height: 1.35em;
  font-weight: 500;
  letter-spacing: 0.3em;
}

@media (max-width: 1680px) {
  .cont4 .a4_v2 {
    letter-spacing: 0.2em;
  }
}

@media (max-width: 768px) {
  .cont4 .a4_v2 {
    letter-spacing: 0.2em;
    font-size: 3rem;
  }
}

.cont5 {
  padding: 3.5rem 0;
}

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

.cont5 .a5_v1 {
  margin-top: 2.125rem;
}

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

.cont5 .a5_v1 .a5_b1 {
  width: 47.92857%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 {
    display: none;
  }
}

.cont5 .a5_v1 .a5_b1 li {
  position: relative;
  height: 100%;
}

.cont5 .a5_v1 .a5_b1 li a.img {
  display: block;
  font-size: 0;
  height: 100%;
}

.cont5 .a5_v1 .a5_b1 li a.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont5 .a5_v1 .a5_b1 li .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em 1.5em;
}

.cont5 .a5_v1 .a5_b1 li .cont a {
  color: #4E4D4D;
  font: 500 1.125rem/1.4em "sourcehansans";
  height: 2.8em;
  margin-bottom: 0.8em;
}

.cont5 .a5_v1 .a5_b1 li .cont a:hover {
  color: #5CB13C;
}

.cont5 .a5_v1 .a5_b1 li .cont span {
  color: #979494;
  font: 500 .875rem/1.5em "sourcehansans";
  display: block;
}

.cont5 .a5_v1 .a5_b2 {
  width: 48.42857%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 {
    width: 100%;
  }
}

.cont5 .a5_v1 .a5_b2 li {
  border-bottom: 1px solid #D9D9D9;
}

.cont5 .a5_v1 .a5_b2 li + li {
  margin-top: 2rem;
}

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

.cont5 .a5_v1 .a5_b2 li a.img {
  width: 28.31858%;
  font-size: 0;
  padding-bottom: 19%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.img {
    padding-bottom: 25%;
  }
}

.cont5 .a5_v1 .a5_b2 li a.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont5 .a5_v1 .a5_b2 li .cont {
  width: 65.9292%;
}

.cont5 .a5_v1 .a5_b2 li .cont a {
  color: #4E4D4D;
  font: 500 1.125rem/1.4em "sourcehansans";
  height: 2.8em;
  margin-bottom: 0.8em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li .cont a {
    line-height: 1.5em;
  }
}

.cont5 .a5_v1 .a5_b2 li .cont a:hover {
  color: #5CB13C;
}

.cont5 .a5_v1 .a5_b2 li .cont span {
  color: #979494;
  font: 500 .875rem/1.5em "sourcehansans";
  display: block;
}

.cont5 a.more-msl1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont5 a.more-msl1 {
    margin-top: 1.5rem;
  }
}

.foot-fot {
  position: relative;
  background: #050505;
}

.foot-fot .mslm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-fot .mslm-nav > li .sec {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-fot .mslm-nav > li > a, .foot-fot .aniut i, .foot-fot .mslm-nav > li .sec a {
  color: #fff;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4rem 0 3.375rem;
}

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

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.125rem/1.5em "sourcehansans";
}

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

.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1.75em "sourcehansans";
}

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

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1.75em "sourcehansans";
}

.foot-fot .foota1 .dseca dt {
  color: #fff;
  font: 600 2rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dxagasgh {
  margin-top: 0.5em;
}

.foot-fot .foota1 .social-share .social-share-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 1.1rem;
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.4);
  font: 500 .875rem/1.5em "sourcehansans";
  background: #050505;
  border-top: 1px solid #7B7B7B;
}

@media (max-width: 768px) {
  .foot-fot .foota3 {
    border-color: rgba(123, 123, 123, 0.2);
  }
}

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

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .foot-fot .foota3 .wh .foota2-v1 {
    border-top: none;
  }
}

.foot-fot .foota3 .wh .foota2-v1 .p {
  color: rgba(255, 255, 255, 0.4);
  font: 500 .875rem/1.5em "sourcehansans";
  margin-right: 1em;
}

.foot-fot .foota3 .wh .foota2-v1 .p a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-fot .foota3 .wh .foota2-v1 .p a:hover {
  color: #fff;
}

.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;
  }
  .fix-gonga {
    display: none !important;
  }
}

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

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}

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

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #5CB13C;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a i img {
  height: 1.75rem;
}

.zd_erha li > a:hover {
  background: #000;
}

.aat_list li:last-child {
  display: none;
}

.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: 14rem;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
}

.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 50%;
  }
}

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3rem/1.4em "montserrat";
}

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

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 600 3rem/1.3em "sourcehansans";
  text-transform: uppercase;
}

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

.fo-av {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.fo-av .ajhhsd {
  color: #FFFFFF;
  font: 500 1rem/2rem "sourcehansans";
  padding: 1.3em 0;
}

@media (max-width: 768px) {
  .fo-av .ajhhsd {
    line-height: 1.5em;
    padding: 1.1em 0;
  }
}

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

.fo-av .ajhhsd a {
  color: #FFFFFF;
}

.fo-av .ajhhsd a:hover {
  color: #5CB13C;
}

.ny-body {
  background: #FAFAFA;
}

.n_mbx {
  position: relative;
  background: #F5F5F5;
}

.n_mbx .n_src {
  font-size: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
  }
}

.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li a {
  display: block;
  color: #384046;
  font: 500 1.25rem/5rem "sourcehansans";
  position: relative;
  text-transform: uppercase;
  padding: 0 1.25em;
  margin: 0 0.5em;
}

.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: .1875rem;
  background: #5CB13C;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 1.5em;
    padding: 0.8em 1em;
    font-size: 1.125rem;
  }
}

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #5CB13C;
}

.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  width: 100%;
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #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: #5CB13C;
  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: #5CB13C;
  border-color: #5CB13C;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #4D4D4D;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #4D4D4D;
}

.ajhhsd a:hover {
  color: #5CB13C;
}

.ajhhsd span {
  padding: 0 0.3em;
}

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

.xw_ny_banner {
  background: #333;
  -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: #5CB13C;
}

@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;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "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: #5CB13C;
  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;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "sourcehansans";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

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

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

.ny-tit .tit {
  color: #251816;
  font: 600 2.8125rem/1.5em "sourcehansans";
}

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

.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  background: #5CB13C;
  height: 1px;
  margin: 0.05em 0 0.2em;
}

@media (max-width: 768px) {
  .ny-tit .tit::after {
    margin: 0.1em 0 0.3em;
  }
}

.ny-tit p {
  color: #737171;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-tit p {
    font-size: 1rem;
  }
}

#abt1, #abt2, #abt3, #abt4, #abt5, #msg_lx {
  height: 5.875rem;
  margin-top: -5.875rem;
}

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

.abt-cont1 {
  padding: 4.375rem 0 6.25rem;
}

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

.abt-cont1 .abt-a1_v1 {
  margin-top: 3.125rem;
}

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

.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 79.78571%;
}

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

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

.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 58.85714%;
  background: rgba(92, 177, 60, 0.8);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 5rem 4% 5rem 15%;
  color: #fff;
  margin-left: -50%;
  margin-bottom: -3.25rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin: 0 auto;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 1.5rem 5%;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .tit {
  font: 600 2rem/1.5em "sourcehansans";
}

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

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .p {
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.6em;
  text-align: justify;
}

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

.abt-cont2 {
  background: #F5F5F5;
  padding: 8.25rem 0;
}

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

.abt-cont2 .abta1-list dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  position: relative;
  margin: 0 -0.62rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abta1-list dl {
    margin: 0 -0.2em;
  }
}

.abt-cont2 .abta1-list dl .sp1 {
  position: relative;
}

.abt-cont2 .abta1-list dl .sp1 img {
  width: 100%;
}

.abt-cont2 .abta1-list dl .sp1 .svg {
  stroke-dashoffset: 1130.4;
  stroke-dasharray: 1130.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.abt-cont2 .abta1-list dl .sp2 {
  width: 100%;
  z-index: 2;
  text-align: center;
}

.abt-cont2 .abta1-list dl .sp2 dt {
  color: #4D544A;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .abt-cont2 .abta1-list dl .sp2 dt {
    margin-top: 0.4em;
  }
}

.abt-cont2 .abta1-list dl .sp2 dt span {
  font: 600 4.375rem/1em "montserrat";
}

@media (max-width: 768px) {
  .abt-cont2 .abta1-list dl .sp2 dt span {
    font-size: 2rem;
  }
}

.abt-cont2 .abta1-list dl .sp2 dt b {
  vertical-align: top;
  display: inline-block;
  font: 500 1.5rem/1em "montserrat";
  margin-left: 0.2em;
  color: #4D544A;
}

@media (max-width: 768px) {
  .abt-cont2 .abta1-list dl .sp2 dt b {
    font-size: 1rem;
  }
}

.abt-cont2 .abta1-list dl .sp2 dd {
  color: #4D544A;
  font: 500 1.375rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont2 .abta1-list dl .sp2 dd {
    font-size: 1rem;
  }
}

.abt-cont2 .abta1-list dl:nth-child(2n) .sp1 .svg {
  bottom: 0;
  top: auto;
  stroke-dasharray: 847.8;
}

.abt-cont4 .abt-a4_v1 {
  padding: 12.1875rem 0 4rem;
}

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

.abt-cont4 .abt-a4_v1 .abt-a4a1 {
  width: 45.14286%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4a1 {
    width: 100%;
  }
}

.abt-cont4 .abt-a4_v1 .abt-a4a1 .abt-a4-v1 .p {
  color: #534E4E;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1.5rem 0 1.25rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4a1 .abt-a4-v1 .p {
    padding: 1.4rem 0 1.25rem;
  }
}

.abt-cont4 .abt-a4_v2 {
  background: #08938E;
  padding: 3.25rem 0 1.6875rem;
}

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

.abt-cont4 .abt-a4_v2 b {
  color: rgba(255, 255, 255, 0.05);
  font: 600 14.6875rem/1em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 b {
    font-size: 4rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper2 {
  overflow: visible;
  position: relative;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-slide {
  opacity: 0 !important;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont {
  position: relative;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 {
  display: none;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 dl {
  color: #fff;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 dl dt {
  font: 500 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 dl dt {
    font-size: 1.6rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 dl dd {
  font: 500 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a1 dl dd {
    font-size: 1.125rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a2 {
  width: 35.85714%;
  background: url(../images/tunj1.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 6.3825rem 5.5375rem 6.65rem 7.05rem;
  position: absolute;
  right: 0;
  bottom: -8rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a2 {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .abt-a4v2-cont .abt-a4v2-a2 img {
  width: 100%;
  height: 100%;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-pagination1 {
  position: absolute;
  left: auto;
  right: 15%;
  width: auto;
  bottom: -9rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-pagination1 {
    bottom: -1rem;
    right: 0;
    width: 100%;
    text-align: center;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-pagination1 span {
  border: 1px solid #fff;
  width: .8125rem;
  height: .8125rem;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.abt-cont4 .abt-a4_v2 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.zzry-list {
  margin: 0 -1.5%;
  margin-top: 3rem;
}

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}

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

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

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}

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

.zzry-list li a.block {
  display: block;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
}

.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.zzry-list li a.block .img img {
  width: 100%;
}

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}

.news-list {
  margin-top: 4rem;
}

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

.news-list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.25rem 0;
}

@media (max-width: 768px) {
  .news-list li {
    padding: 1.5rem 0;
  }
}

.news-list li .img {
  width: 20.57143%;
}

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

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

.news-list li .xw-nycont {
  width: 74.21429%;
}

@media (max-width: 768px) {
  .news-list li .xw-nycont {
    width: 100%;
    margin-top: 1em;
  }
}

.news-list li .xw-nycont h2 a {
  display: block;
  color: #4E4D4D;
  font: 500 1.375rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .xw-nycont h2 a {
    white-space: inherit;
    font-size: 1.25rem;
  }
}

.news-list li .xw-nycont h2 a:hover {
  color: #5CB13C;
}

.news-list li .xw-nycont .datea {
  color: #979494;
  font: 500 .875rem/1.4em "sourcehansans";
  padding: 0.5em 0;
}

.news-list li .xw-nycont .p {
  color: #616161;
  font: 500 1rem/1.5em "sourcehansans";
  height: 4.5em;
  overflow: hidden;
}

.news-list li .xw-nycont a.more-msl1 {
  display: none;
}

.news-list li:nth-child(1) {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .news-list li:nth-child(1) {
    margin-bottom: 0;
  }
}

.news-list li:nth-child(1) .img {
  width: 43.78571%;
}

@media (max-width: 768px) {
  .news-list li:nth-child(1) .img {
    width: 100%;
  }
}

.news-list li:nth-child(1) .xw-nycont {
  width: 52.35714%;
}

@media (max-width: 768px) {
  .news-list li:nth-child(1) .xw-nycont {
    width: 100%;
  }
}

.news-list li:nth-child(1) .xw-nycont h2 a {
  white-space: inherit;
}

.news-list li:nth-child(1) .xw-nycont .p {
  margin-top: 0.6em;
  -webkit-line-clamp: 4;
  height: 6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li:nth-child(1) .xw-nycont .p {
    margin-top: 0;
    -webkit-line-clamp: 3;
    height: 4.5em;
  }
}

.news-list li:nth-child(1) .xw-nycont a.more-msl1 {
  display: block;
  margin-top: 2rem;
  background: #5CB13C;
  border-color: #5CB13C;
  color: #fff;
}

@media (max-width: 768px) {
  .news-list li:nth-child(1) .xw-nycont a.more-msl1 {
    display: none;
  }
}

.xw-show_bja {
  background: #F2F3F5;
  padding: 8.4375rem 0 2.6rem;
  color: #575757;
}

@media (max-width: 990px) {
  .xw-show_bja {
    padding: 2.6rem 0;
  }
}

@media (max-width: 450px) {
  .xw-show_bja {
    padding: 2rem 0;
  }
}

.xw-show_bja .ajhhsd {
  padding: 0;
  color: #575757;
}

.xw-show_bja .ajhhsd a {
  color: #575757;
}

.xw-show_bja .ajhhsd a:hover {
  color: #5CB13C;
}

.xw-show_bja .title-a {
  color: #000000;
  font: 500 2.1rem/1.3em "sourcehansans";
  padding: 0.65em 0 0.3em;
}

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

.xw-show_bja .date-a {
  font: 500 1.125rem/1.5em "montserrat";
  color: #A5A5A5;
}

.xw-show_bja .fenxad {
  color: #6F7376;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .xw-show_bja .fenxad {
    font-size: 1rem;
  }
}

.xw-show_bja .fenxad .social-share a {
  border-color: #6F7376;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 1.1rem;
  color: #6F7376;
}

.xw-show_bja .fenxad .social-share a:hover {
  background: #6F7376;
  color: #fff;
}

@media (max-width: 768px) {
  .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode {
    left: 0;
  }
  .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode:after {
    left: 6%;
  }
}

.show-news-content {
  margin-top: 3.5rem;
  padding-bottom: 8.5rem;
}

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

.show-news-content .show-news-a1_v1 {
  width: 64%;
  padding-right: 5%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    width: 100%;
    padding-right: 0;
    border: none;
  }
}

.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

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

.show-news-content .show-news-a1_v1 .xinwn-consss img {
  width: 100%;
  overflow: hidden;
}

.show-news-content .show-news-a1_v1 .a_wehs {
  padding: 2.25rem 0;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .a_wehs {
    padding: 1.4rem 0;
  }
}

.show-news-content .show-news-a1_v1 a.mast-sda {
  display: block;
  color: #fff;
  width: 8.75rem;
  font: 500 1rem/3em "sourcehansans";
  border-radius: 1.5em;
  background: #5CB13C;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.show-news-content .show-news-a1_v1 a.mast-sda:hover {
  background: #000;
}

.show-news-content .show-news-a1_v1 .pain {
  background: #F6F6F6;
  color: #787777;
  font: 600 1rem/1.5em "sourcehansans";
  padding: 1em 1.875rem;
}

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

.show-news-content .show-news-a1_v1 .pain .prev, .show-news-content .show-news-a1_v1 .pain .next {
  padding: 0.3em 0;
}

.show-news-content .show-news-a1_v1 .pain a {
  color: #787777;
  font-weight: 500;
}

.show-news-content .show-news-a1_v1 .pain a:hover {
  color: #5CB13C;
}

.show-news-content .show-news-a1_v2 {
  width: 30.71429%;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 {
    display: none;
  }
}

.show-news-content .show-news-a1_v2 .rm-titlea {
  color: #2F2A2A;
  font: 600 1.5rem/2em "sourcehansans";
}

.show-news-content .show-news-a1_v2 .rm-titlea:after {
  content: "";
  display: block;
  width: 2.875rem;
  height: .125rem;
  display: block;
  background: #5CB13C;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li {
  width: 100%;
  margin-top: 2rem;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.3em 5% 0.8em;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
    padding: 1.3em 1% 0.8em;
  }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
  display: block;
  color: #2F2A2A;
  font: 500 1.25rem/1.3em "sourcehansans";
  height: 2.6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
    font-size: 1.2rem;
  }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a:hover {
  color: #5CB13C;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date span {
  display: block;
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

.lx-cont1 {
  padding: 2.625rem 0 6.5rem;
}

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

.lx-cont1 .lx-a1_v1 {
  margin-top: 1rem;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 {
  width: 36.78571%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 {
    width: 100%;
    margin-top: 0;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 p.p1 {
  color: rgba(0, 0, 0, 0.6);
  font: 500 1.125rem/1.5em "sourcehansans";
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 b {
  display: block;
  color: #5CB13C;
  font: 500 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 b {
    font-size: 1.5rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .p {
  color: rgba(0, 0, 0, 0.6);
  font: 500 1.125rem/1.5em "sourcehansans";
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .erm {
  margin-top: 1rem;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .erm img {
  width: 9.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 .erm img {
    width: 7rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 {
  width: 60.14286%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
  height: 28.375rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
    height: 22rem;
  }
}

.jjfa-cont5 {
  background: url(../images/bj6.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.625rem 0 7.5rem;
}

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

.jjfa-cont5 form {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .jjfa-cont5 form {
    margin-top: 0.7rem;
  }
}

.jjfa-cont5 form .msg-a1 .inpt {
  width: 32.28571%;
  margin-top: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a1 .inpt {
    width: 100%;
  }
}

.jjfa-cont5 form .msg-a1 .inpt .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
}

.jjfa-cont5 form .msg-a1 .inpt .text span {
  color: #F50000;
}

.jjfa-cont5 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
}

.jjfa-cont5 form .msg-a2 {
  margin-top: 1.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a2 {
    margin-top: 1rem;
  }
}

.jjfa-cont5 form .msg-a2 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
}

.jjfa-cont5 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
  border-radius: .9375rem;
  padding: 1em 1.5em;
}

.jjfa-cont5 .div_aghgha {
  margin-top: 1rem;
}

.jjfa-cont5 .div_aghgha .more-msl1 {
  background: #5CB13C;
  border-color: #5CB13C;
  color: #fff;
}

@media (max-width: 990px) {
  body.no-scroll, html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
}

.ny-bodya {
  overflow: visible;
}

.product-content {
  padding-bottom: 1rem;
}

.product-content .cp-fna1 {
  width: 14.85714%;
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .product-content .cp-fna1 {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 0;
  }
  .product-content .cp-fna1.click {
    left: 0;
  }
  .product-content .cp-fna1 .msl-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
    z-index: 9;
    cursor: pointer;
  }
  .product-content .cp-fna1 .msl-left-close-btn i {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product-content .cp-fna1 .msl-left-close-btn i::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/annuodz0109/uploads/20230114/f93793496f8a232477bca7d17634d92a.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    background-position: -30px -300px;
  }
  .product-content .cp-fna1 .cp-sdtaa {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .product-content .cp-fna1 .cp-sdtaa .cp-ahts {
    width: 90%;
    background: #fff;
  }
}

.product-content .cp-fna1 .cp-sdtaa {
  position: sticky;
  top: 5.875rem;
  left: 13.54167%;
}

.product-content .cp-fna1 .cpast {
  background: #fff;
  padding: 1em 0;
}

@media (max-width: 990px) {
  .product-content .cp-fna1 .cpast {
    padding: 0;
  }
}

.product-content .cp-fna1 .cpast li a {
  display: block;
  color: #000000;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.4em 1em;
}

.product-content .cp-fna1 .cpast li:hover a, .product-content .cp-fna1 .cpast li.active a {
  color: #fff;
  background: #08938E;
}

.product-content .cp-fna2 {
  width: 82.5%;
}

@media (max-width: 990px) {
  .product-content .cp-fna2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.product-content .cp-fna2 .product-list {
  margin: 0 -1.5%;
}

.product-content .cp-fna2 .product-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.5%;
  margin-top: 2rem;
}

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

@media (max-width: 540px) {
  .product-content .cp-fna2 .product-list li {
    width: 100%;
  }
}

.product-content .cp-fna2 .product-list li .hwerx {
  background: #fff;
  text-align: center;
  padding-bottom: 1.5em;
  height: 100%;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .product-list li .hwerx {
    padding-bottom: 1em;
  }
}

.product-content .cp-fna2 .product-list li .hwerx a.img {
  position: relative;
  display: block;
  height: 17rem;
  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;
}

.product-content .cp-fna2 .product-list li .hwerx a.img i {
  padding: 1rem 0;
}

.product-content .cp-fna2 .product-list li .hwerx a.img i img {
  max-width: 100%;
  max-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .product-list li .hwerx .cont {
    padding: 0 1em;
  }
}

.product-content .cp-fna2 .product-list li .hwerx .cont h2 a {
  display: block;
  color: #000000;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0 1em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 540px) {
  .product-content .cp-fna2 .product-list li .hwerx .cont h2 a {
    font-size: 1.25rem;
  }
}

.product-content .cp-fna2 .product-list li .hwerx .cont .p1 {
  color: #5A5959;
  font: 500 1rem/1.5em "sourcehansans";
}

.product-content .cp-fna2 .product-list li .hwerx .cont a.more-msl1 {
  margin: 0.5em 0 0.7em;
  background: #5CB13C;
  border-color: #5CB13C;
  color: #fff;
}

.product-content .cp-fna2 .product-list li .hwerx .cont .p {
  color: #878585;
  font: 500 .875rem/1.5em "sourcehansans";
  display: none;
}

@media (max-width: 540px) {
  .product-content .cp-fna2 .product-list li .hwerx .cont .p {
    font-size: 1rem;
  }
}

.msl-page-navbtn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.msl-page-navbtn i {
  display: block;
  width: 100%;
  height: 100%;
}

.msl-page-navbtn i::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/annuodz0109/uploads/20230114/f93793496f8a232477bca7d17634d92a.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  background-position: -30px -390px;
}

@media (max-width: 990px) {
  .msl-page-navbtn {
    display: block;
  }
}

.case-list li {
  width: 100%;
  padding: 1.5625rem;
  background: #fff;
  margin-top: 2rem;
}

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

.case-list li a.block {
  display: block;
  width: 40.18182%;
  padding-bottom: 29%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list li a.block {
    width: 100%;
    padding-bottom: 60%;
  }
}

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

.case-list li .case_wenzq {
  width: 55%;
}

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

.case-list li .case_wenzq h2 a {
  display: block;
  font: 600 1.5rem/1.8em "sourcehansans";
  color: #353535;
}

.case-list li .case_wenzq h2 a:hover {
  color: #5CB13C;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq h2 a {
    font-size: 1.3rem;
  }
}

.case-list li .case_wenzq .p {
  color: #616161;
  font: 500 1rem/1.5em "sourcehansans";
  -webkit-line-clamp: 5;
  text-align: justify;
  margin: 1em 0;
  overflow: hidden;
  max-height: 7.5em;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq .p {
    margin: 0.5em 0;
  }
}

.case-list li .case_wenzq a.more-msl1 {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq a.more-msl1 {
    margin-top: 0.5em;
  }
}

.show-case-content {
  padding: 3.625rem 0 2.8125rem;
}

@media (max-width: 768px) {
  .show-case-content {
    padding: 2.1rem 0;
  }
}

.show-case-content .biaoti-tilte {
  color: #000000;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .show-case-content .biaoti-tilte {
    font-size: 1.4rem;
  }
}

.show-case-content .whhxaz {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 0.9em;
  padding-top: 0.3em;
}

@media (max-width: 768px) {
  .show-case-content .whhxaz {
    padding-top: 0.8em;
  }
}

.show-case-content .whhxaz p {
  color: #707070;
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  padding: 0 0.5em;
}

.show-case-content .xinwn-consss {
  color: #707070;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 2.1em 0;
  border-bottom: 1px solid #E2E2E2;
}

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

.show-case-content .fenxad {
  color: #707070;
  font: 500 1rem/2em "sourcehansans";
  margin: 2rem 0 1.5rem;
}

@media (max-width: 768px) {
  .show-case-content .fenxad {
    margin: 1.2rem 0 0.8rem;
  }
}

.show-case-content .fenxad .social-share .social-share-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #F2F2F2;
  border: none;
  color: #707070;
  margin: 0 4px;
}

.show-case-content .pain {
  color: #707070;
  font: 500 1rem/1.5em "sourcehansans";
}

.show-case-content .pain .prev {
  margin-bottom: 0.2em;
}

.show-case-content .pain a {
  color: #707070;
}

.show-case-content .pain a:hover {
  color: #000;
}

.cp-show-body {
  padding-top: 5rem;
}

@media (max-width: 990px) {
  .cp-show-body {
    padding-top: 60px;
  }
}

.cpshow-tit {
  padding: 1.4rem 0.7rem;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 768px) {
  .cpshow-tit {
    padding: 1rem 0.6rem;
  }
}

.cpshow-tit h2 {
  color: #000000;
  font: 600 1.5rem/1em "sourcehansans";
  border-left: .3125rem solid #08938E;
  padding-left: 0.3em;
}

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

.product-show-content {
  padding-bottom: 4.6875rem;
}

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

.product-show-content .cp-show-a1 {
  width: 77.71429%;
}

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

.product-show-content .cp-show-a1 .cp-show-a1b1 {
  background: #fff;
  padding: 4%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b1 {
    padding: 4% 6%;
  }
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .img {
  width: 35%;
}

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

.product-show-content .cp-show-a1 .cp-show-a1b1 .img img {
  width: 100%;
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p {
  margin-left: 4%;
  width: 60%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .cp-tit {
  color: #000000;
  font: 600 2.25rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .cp-tit {
    font-size: 1.5rem;
  }
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .tag {
  padding: 0.3em 0 0.6em;
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .tag span {
  display: inline-block;
  color: #08938E;
  font: 500 .75rem/1.9em "sourcehansans";
  border: 1px solid #08938E;
  border-radius: 1.1em;
  padding: 0 1em;
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .p {
  color: #9A9999;
  font: 500 1rem/1.8em "sourcehansans";
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p .p span {
  color: #5A5959;
  display: inline-block;
  margin-right: 1.5em;
}

.product-show-content .cp-show-a1 .cp-show-a1b1 .cont-p a.more-msl1 {
  background: #5CB13C;
  border-color: #5CB13C;
  color: #fff;
  margin-top: 0.8rem;
}

.product-show-content .cp-show-a1 .cp-show-a1b2 {
  background: #fff;
  margin-top: 2.5rem;
}

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

.product-show-content .cp-show-a1 .cp-show-a1b2 .cont {
  color: #616161;
  font: 500 1rem/2em "sourcehansans";
  padding: 2%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b2 .cont {
    padding: 2% 4%;
  }
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b2 .cont .cjweny-a {
    margin-top: 1rem;
  }
}

.product-show-content .cp-show-a1 .cp-show-a1b2 .cont .cjweny-a dl dt {
  background: url(../images/asgw.svg) no-repeat 1rem center #FAFAFA;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
  color: #616161;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.5em 0 0.5em 3.125rem;
  border-radius: 2rem;
}

.product-show-content .cp-show-a1 .cp-show-a1b2 .cont .cjweny-a dl dd {
  color: #616161;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1em 3.125rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a1 .cp-show-a1b2 .cont .cjweny-a dl dd {
    padding: 1em;
  }
}

.product-show-content .cp-show-a1 .cp-show-a1b3 {
  display: none;
}

.product-show-content .cp-show-a1 .cp-show-a1b3 .cont {
  padding: 2.5% 4%;
}

.product-show-content .cp-show-a1 .cp-show-a1b3 .cont img {
  width: 100%;
}

.product-show-content .cp-show-a2 {
  width: 20.14286%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-a2 {
    display: none;
  }
}

.product-show-content .cp-show-a2 .cpshow-tit {
  border-bottom: none;
}

.product-show-content .cp-show-a2 .cp-show-a2b1 {
  background: #fff;
  padding-bottom: 2.5rem;
}

.product-show-content .cp-show-a2 .cp-show-a2b1 .cont {
  text-align: center;
  color: #929292;
  font: 500 .75rem/1.8em "sourcehansans";
}

.product-show-content .cp-show-a2 .cp-show-a2b1 .cont img {
  width: 50%;
  margin: 0.2em auto 0.5em;
}

.product-show-content .cp-show-a2 .cp-show-a2b1 .cont b {
  display: block;
  color: #08938E;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.product-show-content .cp-show-a2 .cp-show-a2b2 {
  background: #fff;
  padding-bottom: 1.5rem;
  margin-top: 1.125rem;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cpshow-tit {
  padding-bottom: 0.2em;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 {
  padding: 0 9%;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 li {
  padding: 1em 0;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 li + li {
  border-top: 1px solid #EBEBEB;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 li a.name {
  color: #616161;
  font: 500 .875rem/1.4em "sourcehansans";
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 li a.name:hover {
  color: #5CB13C;
}

.product-show-content .cp-show-a2 .cp-show-a2b2 .cp-show-a2b2-list1 li span {
  display: block;
  color: #979494;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 32.44792%;
  padding: 1rem 2.13027% 2rem;
  border-radius: 0.9375rem;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
}

.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont a.jataxta {
    right: 1rem;
  }
}

.pead-jsda .pead-cont a.jataxta i {
  color: #333;
  font: 500 3rem/1em "sourcehansans";
}

.pead-jsda .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pead-jsda .pead-cont .tit {
  text-align: left;
  color: #333;
  font: 600 1.95rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont .tit {
    font-size: 1.35rem;
  }
}

.pead-jsda .pead-cont form#f1 {
  margin-top: 10;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 50vh;
    overflow-y: auto;
  }
}

.pead-jsda .pead-cont form#f1 .contactt dl {
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contactt dl {
    margin-bottom: 0.4rem;
  }
}

.pead-jsda .pead-cont form#f1 .contactt dl .text {
  color: #5B6569;
  font: 500 1rem/1.5em "helvetica";
  padding: 0.3em 0 0.4em;
}

.pead-jsda .pead-cont form#f1 .contactt dl .text span {
  color: red;
}

.pead-jsda .pead-cont form#f1 .contactt dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  text-indent: 1em;
}

.pead-jsda .pead-cont form#f1 .contactt dl select {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  text-indent: 1em;
  height: 2.8rem;
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  padding: 0.2em 1em;
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contactt dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
