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

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

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

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

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
.show-cp-wh{
    padding-left: 10% !important;
    padding-right: 10% !important;
}
@media (max-width: 767px){
   .show-cp-wh{
    padding-left: 2% !important;
    padding-right: 2% !important;
} 
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "Alibaba-PuHui";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/duFufxjRBpVN7_BIiKMbs.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/Scc-GrREABz-ErwEXjhzC.woff") format("woff");
  font-display: swap;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 8%;
}

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

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

.wh1 {
  padding: 0 3.125%;
}

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

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

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

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

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

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

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

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

.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 "Alibaba-PuHui";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: #000;
  -webkit-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);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
     transition-duration: 0.6s;
  -webkit-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);
  -ms-transform: scale(2);
      transform: scale(2);
}

.more-msla {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #fff;
  -webkit-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);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
     transition-duration: 0.6s;
  -webkit-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);
  -ms-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;
  }
}

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

.head .head2 {
  line-height: 3.4rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

#menu .nav_a1 li {
  float: left;
}

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

#menu .nav_a1 li > a {
  font-size: 1rem;
  position: relative;
  margin: 0 1.25em;
  line-height: 3.4rem;
  height: 3.4rem;
  text-transform: Capitalize;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

#menu .nav_a1 li > a span {
  margin-left: 0.5em;
}

@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: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 999;
  text-align: left;
  padding: 3.125rem 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec .navsec1 {
  width: 45.71429%;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d1 .nav-tit dt {
  color: #000000;
  font: 500 1.875rem/1.2em "Alibaba-PuHui";
}

#menu .nav_a1 li .sec .navsec1 .navsec1d1 .nav-tit a.cp-moreat {
  background: #000;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d1 .nav-tit a.cp-moreat i {
  color: #fff;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d1 p {
  color: #6C6C6C;
  font: 500 1rem/1.4em "Alibaba-PuHui";
  padding: 0.5em 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#menu .nav_a1 li .sec .navsec1 .navsec1d2 {
  width: 100%;
  margin-top: 0.9em;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d2 > a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font: 600 1rem/3em "Alibaba-PuHui";
  width: 35%;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d2 > a:hover {
  color: #000;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d3 {
  width: 100%;
  margin-top: 0.9em;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d3 > a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font: 600 1rem/3em "Alibaba-PuHui";
  width: 100%;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d3 > a:hover {
  color: #000;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 {
  width: 100%;
  margin-top: 0.9em;
  position: relative;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl {
  width: 40%;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl > a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font: 600 1rem/3em "Alibaba-PuHui";
  width: 100%;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl > a:hover {
  color: #000;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl .sec-asd {
  position: absolute;
  left: 40%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  display: none;
  padding-left: 5%;
  top: 0;
  padding-top: 0.5em;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl .sec-asd a {
  display: block;
  color: rgba(58, 57, 57, 0.8);
  font: 500 1rem/1.6em "Alibaba-PuHui";
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl .sec-asd a:hover {
  color: #000;
}

#menu .nav_a1 li .sec .navsec1 .navsec1d4 dl:hover .sec-asd {
  display: block;
}

#menu .nav_a1 li .sec .navsec2 {
  width: 45%;
  padding-left: 8.78571%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

#menu .nav_a1 li:hover > a::after, #menu .nav_a1 li.active > a::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%);
      -ms-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);
}

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

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-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;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-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%);
  }
}

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

.head.sticky .head2 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.head.sticky .head2 #menu .nav_a1 li a {
  color: #888;
}

.head.sticky .head2 #menu .nav_a1 li.active a, .head.sticky .head2 #menu .nav_a1 li:hover a {
  color: #000;
}

.head.sticky .head2 #menu .nav_a1 li > a:after {
  background: #000;
}

.head.sticky .head2 .sska a, .head.sticky .head2 .zywena a {
  background: #000;
  border: 1px solid #FFFFFF;
}

.ny-body .head .head2 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.ny-body .head .head2 #menu .nav_a1 li a {
  color: #888;
}

.ny-body .head .head2 #menu .nav_a1 li.active a, .ny-body .head .head2 #menu .nav_a1 li:hover a {
  color: #000;
}

.ny-body .head .head2 #menu .nav_a1 li > a:after {
  background: #000;
}

.ny-body .head .head2 .sska a, .ny-body .head .head2 .zywena a {
  background: #000;
  border: 1px solid #FFFFFF;
}
.sybody  .head .head2{
    border-bottom: none;
}
.sybody .baq-cont {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font: 200 1rem/1.5em 'Microsoft YaHei';
  z-index: 9;
}

.sybody .baq-cont a {
  color: rgba(255, 255, 255, 0.6);
}

/*手机端头部*/
.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: 30px;
}

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

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

.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;
  transition: all .5s;
}

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

.mslm-navbtn:after, .mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

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

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

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -ms-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: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.mslm-nav > li > a{
    /*width: 30%;*/
    margin-left: 65%;
}
.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: "Alibaba-PuHui";
  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 {
  padding-left: 0.5em;
}

.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;
  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: "Alibaba-PuHui";
  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: "Alibaba-PuHui";
}

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

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

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

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

.mslm-nav li > a span {
  margin-left: 0.5em;
  display: inline-block;
}

a.jjta {
  color: #fff;
}

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
  body.sybody {
    padding: 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: 100vh;
}

/*.pc-banner .mySwipera .swiper-slide .img::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.35);*/
/*}*/

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

.pc-banner .swiper-button-next1, .pc-banner .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  z-index: 9;
}

.pc-banner .swiper-button-next1 i, .pc-banner .swiper-button-prev1 i {
  color: rgba(255, 255, 255, 0.2);
  font-size: 4rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .pc-banner .swiper-button-next1 i, .pc-banner .swiper-button-prev1 i {
    font-size: 3rem;
  }
}

.pc-banner .swiper-button-next1:hover i, .pc-banner .swiper-button-prev1:hover i {
  color: #fff;
}

.pc-banner .swiper-button-next1 {
  left: 4%;
}

.pc-banner .swiper-button-prev1 {
  right: 4%;
}

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

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

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

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

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

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

@keyframes run {
  from {
    bottom: 4%;
    opacity: 0;
  }
  to {
    bottom: 2%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2%;
  z-index: 99;
}

.kajjt img.a {
  width: 3.125rem;
  margin: 0 auto;
}

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

.swiper {
  overflow: hidden;
}

.over {
  overflow: hidden;
}

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

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

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

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

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

.ny-body {
  padding-top: 4.2rem;
}

@media (max-width: 990px) {
  .ny-body {
    padding-top: 74px !important;
  }
}

.ny-body.dy-body {
  padding-top: 0;
}

@media (max-width: 990px) {
  .ny-body.dy-body {
    padding-top: 60px !important;
  }
}

.cp-list {
  margin: 0 -0.5%;
}

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

.cp-list li {
  width: 25%;
  padding: 0 0.5%;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .cp-list li {
    width: calc(100%/3);
  }
}

@media (max-width: 768px) {
  .cp-list li {
    width: 50%;
    padding: 0 1%;
    margin-bottom: 0.5rem;
  }
}

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

.cp-list li a.imga {
  width: 100%;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.cp-list li a.imga h2 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1em;
  padding: 0 5%;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  color: #fff;
  width: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .cp-list li a.imga h2 {
    bottom: 0.8em;
    font-size: .875rem;
    opacity: 1;
  }
}

.cp-list li:hover a.imga h2 {
  opacity: 1;
}

.n_mbx .n_src {
  text-align: right;
  margin: 0 0 0.72rem;
}

@media (max-width: 768px) {
  .n_mbx .n_src {
    text-align: left;
    margin: 0 0 1rem;
  }
}

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

@media (max-width: 768px) {
  .n_mbx .n_src li {
    width: 40%;
    margin-bottom: 0.5rem;
  }
}

.n_mbx .n_src li + li {
  margin-left: 2em;
}

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

.n_mbx .n_src li a {
  display: block;
  color: #666;
  font: 500 0.856rem/1.35em "Alibaba-PuHui";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.n_mbx .n_src li a span {
  display: block;
  font-size: .65rem;
}

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

.show-tit h2 {
  color: #000;
  font: 500 1.5rem/1.5em "Alibaba-PuHui";
}

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

.show-tit h2 span {
  margin-left: 1em;
}

.show-content {
  padding: 1.5rem 0 3rem;
}

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

.show-content img {
  width: 100%;
  margin-bottom: 1rem;
}

.show-content p {
  color: #666;
  font: 500 1rem/1.55em "Alibaba-PuHui";
}

.pain {
  margin-top: 2rem;
}

.pain, .pain a {
  color: #666;
  font: 500 1rem/1.55em "Alibaba-PuHui";
}

.pain a {
  color: #999;
}

.pain a:hover {
  color: #000;
}

.sp-list li {
  width: 100%;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .sp-list li {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.sp-list.sp-list1{
    margin: 0 -1%;
}
.sp-list.sp-list1 li {
  width:calc(100%/3);
  margin-bottom: 1rem;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .sp-list.sp-list1 li {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.sp-list li a.imga {
  display: block;
}

.sp-list li a.imga i {
  display: block;
  font-size: 0;
}

.sp-list li a.imga i img {
  width: 100%;
}

.sp-list li a.imga b {
  display: block;
  width: 6%;
  font-size: 0;
}
.sp-list.sp-list1 li a.imga b{
     width: 13%;
}

@media (max-width: 768px) {
  .sp-list li a.imga b {
    width: 13%;
  }
  .sp-list.sp-list1 li a.imga b{
     width: 13%;
}
}

.sp-list li a.imga b img {
  width: 100%;
  opacity: 0.8;
}

.sp-list li a.imga .bjyy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.sp-list li p{
    text-align: center;
    color: #333;
    font: 500 1.125rem/1.5em "Alibaba-PuHui";
    padding: 0.4em 0;
}
@media (max-width: 768px) {
  .sp-list li a.imga .bjyy {
    opacity: 1;
  }
  .sp-list li p{
      font: 500 1rem/1.5em "Alibaba-PuHui";
  }
}

.sp-list li:hover a.imga .bjyy {
  opacity: 1;
}

.news-list {
  margin: 0 -1%;
  min-height: 100vh;
}

.news-list li {
  width: 25%;
  padding: 0 1%;
  margin-bottom: 1rem;
  float: left;
}

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

@media (max-width: 990px) {
  .news-list li {
    width: calc(100%/2);
  }
}

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

.news-list li a.imga i {
  display: block;
  font-size: 0;
}

.news-list li a.imga i img {
  width: 100%;
}

.news-list li a.imga p {
  color: #666;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-top: 0.75rem;
}

.nbanner {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.nera-acont {
  max-width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.nera-acont .list_content {
  /*margin-top: 100vh;*/
}
.nera-acont .text{
    width: 48%;
}
.nera-acont .img{
    width: 48%;
}
.footer1 {
  padding: 0 0 2rem;
}

@media (max-width: 768px) {
  .footer1 {
    padding-bottom: 1.45rem;
  }
  .nera-acont .text{
      width: 100%;
  }
  .nera-acont .img{
    width: 100%;
}
}

.footer1 .baq-cont .banqzs {
  width: 100%;
  color: #bbb;
  font: 200 1rem/1.5em 'Microsoft YaHei';
  z-index: 9;
}

.footer1 .baq-cont .banqzs a {
  color: #bbb;
}

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

.fix-gonga {
  background: #fff;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.125rem 0.25rem 0.75rem rgba(176, 176, 176, 0.25);
          box-shadow: 0.125rem 0.25rem 0.75rem rgba(176, 176, 176, 0.25);
  position: fixed;
  right: 2.8125%;
  bottom: 10%;
  z-index: 999;
  padding: 0 1rem;
}

.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: #000;
  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: #000;
  border-color: #000;
  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: 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;
}

@-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;
  animation: scale2 4s infinite linear;
}
.aniut{
    display: none;
}
.sybody .mslm-head{
    background: transparent;
}
.sybody .mslm-head-box .mslm-logo img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.sybody .mslm-navbtn span,.sybody .mslm-navbtn:after,.sybody .mslm-navbtn:before{
    background: #fff;
}
.sybody .mslm-menu{
    background: transparent;
}
.mslm-nav > li > a{
     text-align: right;
     display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sybody .mslm-nav > li > a{
   color: #fff; 
  
}
.sybody .mslm-nav > li{
    border-bottom: none;
}
