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

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
      body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
p {
  padding: 0;
  margin: 0;
}

body, * {
  font-family: "Noto Sans SC", sans-serif;
}

* {
  outline: none;
}

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

.wh1 {
  padding: 0 2.6041666667%;
}
@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}

.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: 400 1.125rem/3.4375rem "Noto Sans SC";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  background: #3577E4;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    width: 9rem;
    font-size: 1rem;
  }
}
.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
.more-msl.bs {
  background: #fff;
  color: #4160BB;
}
.more-msl.bs:before {
  background: #3577E4;
}
.more-msl.bs:hover {
  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;
  }
}
@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;
  }
  .n-img {
    padding-bottom: 40%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .n-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.heng {
  display: block;
  font-size: 0;
  width: 100%;
}
.heng img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: #eee;
  height: 5.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 {
  line-height: 5.5rem;
}
.head .head2 .logo a {
  /*display: block;*/height: 5.5rem;
}
.head .head2 .logo a img {
  height: 5rem;
}
.head .head2 .sska {
  margin-left: 1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .head2 .sska i {
  color: #212121;
  font-size: 1.25rem;
}
.head .head2 .sgag a.ma i {
  color: #212121;
  font-size: 1.25rem;
}
.head .head2 .sgag a.ma span {
  display: inline-block;
  color: #333333;
  font: 400 1.25rem/5rem "Noto Sans SC";
}
.head .sskbj {
  display: none;
}
.head .searchbox {
  border-top: 2px solid #3577E4;
  top: 5.5rem;
  left: 0;
}
.head .serbtn {
  background: #3577E4;
}

.zywena {
  text-align: center;
}
.zywena a {
  display: inline-block;
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  padding: 1em;
}
.zywena a:hover {
  color: #3577E4;
}

#menu .nav_a1 {
  margin-right: 3vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li + li {
  margin-left: 3.25em;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li + li {
    margin-left: 1em;
  }
}
#menu .nav_a1 li a {
  display: block;
  color: #212121;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.35rem;
  position: relative;
  padding: 0 0.6em;
}
#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#menu .nav_a1 li > a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #3577E4;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .nav_a1 li .sec a {
  font: 400 1.2rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
  color: #333;
}
#menu .nav_a1 li .sec a:hover {
  color: #3577e4;
}
#menu .nav_a1 li .sec:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
#menu .nav_a1 li:hover > a {
  color: #3577E4;
}
#menu .nav_a1 li:hover > a::before {
  width: 100%;
}
#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, #menu .nav_a1 li.active > a {
  color: #3577E4 !important;
}
#menu .nav_a1 li:hover > a::before, #menu .nav_a1 li.active > a::before {
  width: 100%;
}

.search-box1 form {
  background: #fff;
  border-radius: 0.2rem;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
}

.search-box1 form input {
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0.5rem;
}

.search-box1 form button {
  border: none;
  padding: 0 0.7rem;
  background: none;
}

.search-box1 form button i {
  color: #333;
  font-size: 1.45rem;
}

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

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

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

.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 0.5s;
  transition: all 0.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: 13%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #000;
}
.mslm-search-btn span {
  font-size: 0.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 {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans SC";
  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: #333;
  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: 15px 15% 0 15%;
  -webkit-transition: all 0.5s;
  transition: all 0.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: #000;
  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: 80%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "Noto Sans SC";
  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: "Noto Sans SC";
}

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

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

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

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

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

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
@-webkit-keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(10%, -1px) rotate(36deg);
            transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(20%, 3%) rotate(72deg);
            transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(17%, 6%) rotate(108deg);
            transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-5%, 3%) rotate(144deg);
            transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(10%, -1px) rotate(36deg);
            transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(20%, 3%) rotate(72deg);
            transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(17%, 6%) rotate(108deg);
            transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-5%, 3%) rotate(144deg);
            transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@media (max-width: 990px) {
  .section, .fp-tableCell {
    height: auto !important;
  }
  .foota1 {
    display: none;
  }
}
.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    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 i {
  width: 1.0625rem;
  display: inline-block;
}
.kajjt i img {
  width: 100%;
}
.kajjt span {
  display: block;
  color: #fff;
  font: 500 0.875rem/1.5em "Noto Sans SC";
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

.pc-banner {
  overflow: hidden;
}

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

.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%);
  }
}
.title-gong {
  text-align: center;
}
@media (max-width: 768px) {
  .title-gong {
    text-align: left;
  }
}
.title-gong h2 {
  color: #000;
  font: 700 2.8125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .title-gong h2 {
    font-size: 1.7rem;
    line-height: 1.35em;
  }
}
.title-gong p {
  color: #939393;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin: 0.5rem;
}
@media (max-width: 768px) {
  .title-gong p {
    font-size: 1rem;
  }
}

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

.gont-content {
  padding: 2.25vw 0;
}
.gont-content .table {
           overflow-x: auto;
}
.gont-content .table tbody{
        min-width: 768px;
        max-width: auto;
}
@media (max-width: 768px) {
  .gont-content {
    padding: 4vw 0;
  }
}

.abt-cont1_v1 .abt-cont1_a1 {
  width: 50%;
  font-size: 0;
}
@media (max-width: 768px) {
  .abt-cont1_v1 .abt-cont1_a1 {
    width: 100%;
  }
}
.abt-cont1_v1 .abt-cont1_a1 img {
  width: 100%;
}
.abt-cont1_v1 .abt-cont1_a2 {
  width: 46%;
}
@media (max-width: 768px) {
  .abt-cont1_v1 .abt-cont1_a2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1_v1 .abt-cont1_a2 .title-gong {
  text-align: left;
}
.abt-cont1_v1 .abt-cont1_a2 .p {
  margin-top: 1.5em;
  text-indent: 2em;
}
.abt-cont1_v1 .abt-cont1_a2 .p p{
    padding-bottom: 1em; 
}
@media (max-width: 768px) {
  .abt-cont1_v1 .abt-cont1_a2 .p {
    margin-top: 0.7rem;
  }
}
.abt-cont1_v3 .abt-cont1_a1 {
       padding-right: 3%;
    padding-bottom: 1rem;
}
.abt-cont1_v3 .abt-cont1_a2{
    width: 100%;
}
.abt-cont2 {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .abt-cont2 {
    margin-top: 1em;
  }
  .abt-cont1_v3 .abt-cont1_a1{
      padding-right: 0;
  }
}

.product-content {
  padding: 2vw 0;
}
@media (max-width: 768px) {
  .product-content {
    padding: 4vw 0;
  }
}

.product-list {
  margin: 0 -1%;
}
.product-list li {
  width: 25%;
  padding: 0 1%;
  /*margin: 1.5rem 0;*/
}
@media (max-width: 768px) {
  .product-list li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .product-list li {
    width: 100%;
  }
  .product-list li:nth-child(1){
    margin-top: 0;
  }
}
.product-list li .last {
  background-color: rgb(255, 255, 255);
          /*box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.15);*/
}
.product-list li a.imga {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.product-list li a.imga img {
  width: 100%;
}
.product-list li .cont-p .p1 {
  padding: 1.15rem 1rem;
}
.product-list li .cont-p .p1 h2 a {
  display: block;
  color: #0b0b0b;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  text-align: center;
}
.product-list li .cont-p .p1 h2 a span{
  color: #0b0b0b;
  font-size: 1.125rem;
  margin-left: 1em;
}
.product-list li .cont-p .p1 h2 a:hover ,.product-list li .cont-p .p1 h2 a:hover span{
  color: #3577E4;
}
.product-list li .cont-p .p1 p {
  color: #888888;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.product-list li .cont-p a.p2 {
  border-top: 1px solid #eee;
  padding: 0.5rem 1rem;
  color: #0b0b0b;
}
.product-list li .cont-p a.p2 span {
  font: 400 1rem/1.5em "Noto Sans SC";
}
.product-list li .cont-p a.p2 i {
  color: #3577E4;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}
.product-list li .cont-p a.p2:hover {
  color: #3577E4;
}

.show-pro-content {
  padding: 1rem 0 2.8125rem;
}
@media (max-width: 768px) {
  .show-pro-content {
    padding: 0 0;
  }
}
.show-pro-content .show-pro-v1 .img {
      width: 42%;
    padding-right: 3%;
    padding-bottom: 1em;
}
@media (min-width: 768px){
  .whcpkd{
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .show-pro-content .show-pro-v1 .img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    float: none;
  }
}
.show-pro-content .show-pro-v1 .img img {
  width: 100%;
}
.show-pro-content .show-pro-v1 .cont-p {
  width: 100%;
}

@media (max-width: 768px) {
  .show-pro-content .show-pro-v1 .cont-p {
    width: 100%;
    margin-top: 0rem;
  }
  .show-case-content .show-pro-v1 .cont-p{
      margin-top: 0;
  }
  .show-case-content .show-pro-v1 .cont-p img{
      padding-left: 0 !important;
       padding-right: 0 !important;
  }
}
.show-pro-content .show-pro-v1 .cont-p .biaoti-tilte {
  color: #000000;
  font: 500 1.75rem/1.5em "Noto Sans SC";
}
.show-pro-content .show-pro-v1 .cont-p .ftit{
  color: #999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .show-pro-content .show-pro-v1 .cont-p .biaoti-tilte {
    font-size: 1.35rem;
  }
}
.show-pro-content .show-pro-v1 .cont-p .p {
  color: #666;
  font: 400 1.25rem/1.65em "Noto Sans SC";
  padding: 0 0;
}
.show-case-content .show-pro-v1 .cont-p .p{
    margin-top: 0;
    padding: 0;
}
@media (max-width: 768px) {
  .show-pro-content .show-pro-v1 .cont-p .p {
    padding: 0.8rem 0;
    font-size: 1.125rem;
  }
  .show-case-content .show-pro-v1 .cont-p .p{
    padding: 0;
}
}
.show-pro-content .content {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-pro-content .content {
    margin-top: 1.5rem;
  }
}
.show-pro-content .content .biaoti-tilte {
  font-size: 1rem;
  border: none;
  background: #3577E4;
  color: #fff;
  padding: 0.8rem 3em;
  display: inline-block;
}
.show-pro-content .content .xinwn-consss {
  color: #707070;
  font: 400 1rem/1.7em "Noto Sans SC";
  padding: 2.1em 0;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 768px) {
  .show-pro-content .content .xinwn-consss {
    padding: 1.25em 0;
  }
}
.show-pro-content .content .pain {
  color: #707070;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding-top: 1rem;
}
.show-pro-content .content .pain .prev {
  margin-bottom: 0.2em;
}
.show-pro-content .content .pain a {
  color: #707070;
}
.show-pro-content .content .pain a:hover {
  color: #3577E4;
}

.news-list li {
  padding: 2.5%;
  background: #F6F6F6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 1.5rem 0;
}
.news-list li:first-child{
    margin-top: 0;
}
.news-list li:last-child{
    margin-bottom: 0;
}
@media (max-width: 768px) {
  .news-list li:nth-child(1){
    margin-top: 0;
  }
  .news-list li {
    margin: 0.8rem 0;
    padding: 1.25rem;
  }
}
.news-list li .data {
  width: 11.4285714286%;
  text-align: center;
  color: #999999;
  border-right: 1px solid #DDDDDD;
}
@media (max-width: 640px) {
  .news-list li .data {
    display: none;
  }
}
.news-list li .data span {
  font: 500 3.125rem/1.125em "Noto Sans SC";
  display: block;
}
@media (max-width: 768px) {
  .news-list li .data span {
    font-size: 2rem;
  }
}
.news-list li .data p {
  font: 400 1.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .news-list li .data p {
    font-size: 1rem;
  }
}
.news-list li .cont {
  width: 61.07143%;
}
@media (max-width: 640px) {
  .news-list li .cont {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.news-list li .cont h2 a {
  display: block;
  color: #252323;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li .cont h2 a {
    font-size: 1.25rem;
     white-space: normal;
  }
}
@media (max-width: 640px) {
  .news-list li .cont h2 a {
    font-size: 1.25rem;
  }
}
.news-list li .cont .p {
  color: #534E4E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.8em;
}
@media (max-width: 768px) {
  .news-list li .cont .p {
    margin-top: 0.5em;
  }
}
@media (max-width: 640px) {
  .news-list li .cont .p {
    margin-top: 0.6em;
  }
}
.news-list li a.img {
  width: 21.7142857143%;
  display: block;
  font-size: 0;
  overflow: hidden;
  /*padding-bottom: 15%;*/
  /*position: relative;*/
  /*height: 0;*/
  /*overflow: hidden;*/
}
.news-list li a.img img {
  width: 100%;
}
.news-list li a.img img {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 640px) {
  .news-list li a.img {
    width: 100%;
    /*padding-bottom: 50%;*/
  }
}
.news-list li:hover {
  background: #0067C8;
}
.news-list li:hover .data, .news-list li:hover .cont h2 a, .news-list li:hover .cont .p {
  color: #fff;
}

.show-news-content {
  padding: 3rem 0 2.8125rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 3vw 0;
  }
}
.show-news-content .biaoti-tilte {
  color: #000000;
  font: 500 1.75rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .show-news-content .biaoti-tilte {
    font-size: 1.4rem;
  }
}
.show-news-content .whhxaz {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 0.9em;
  padding-top: 0.3em;
}
@media (max-width: 768px) {
  .show-news-content .whhxaz {
    padding-top: 0.8em;
  }
}
.show-news-content .whhxaz p {
  color: #707070;
  font: 500 1rem/1.5em "Noto Sans SC";
  display: inline-block;
  padding: 0 0.5em;
}
.show-news-content .xinwn-consss {
  color: #707070;
  font: 400 1.25rem/1.7em "Noto Sans SC";
  padding: 2.1em 0;
  border-bottom: 1px solid #E2E2E2;
}
.show-news-content .xinwn-consss table,.show-news-content .xinwn-consss table *{
    border: none;
   
}
.show-news-content .xinwn-consss table{
     color: #707070;
}
.show-news-content .xinwn-consss table td{
    /*width: 100%;*/
}
@media (max-width: 768px) {
  .show-news-content .xinwn-consss {
    padding: 1.25em 0;
  }
  .show-news-content .xinwn-consss{
      font-size: 1.125rem;
  }
  .show-news-content .xinwn-consss img{
      padding-left: 0 !important;
       padding-right: 0 !important;
  }
}
.show-news-content .pain {
  color: #707070;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding-top: 1rem;
}
.show-news-content .pain .prev {
  margin-bottom: 0.2em;
}
.show-news-content .pain a {
  color: #707070;
}
.show-news-content .pain a:hover {
  color: #3577E4;
}

.ny-tit {
  color: #251816;
}
.ny-tit .en {
  font: 600 1.7rem/1.35em "Noto Sans SC";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ny-tit .en {
    font-size: 1.5rem;
  }
}
.ny-tit .name {
  font: 600 2.5rem/1.35em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .name {
    font-size: 1.7rem;
  }
}

form#f1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  form#f1 {
    margin-top: 0.7rem;
  }
}
form#f1 .msg-a1 .inpt {
  width: 32.2857142857%;
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  form#f1 .msg-a1 .inpt {
    width: 100%;
  }
}
form#f1 .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";
}
form#f1 .msg-a1 .inpt .text span {
  color: #F50000;
}
form#f1 .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;
}
form#f1 .msg-a2 {
  margin-top: 1.625rem;
  position: relative;
}
@media (max-width: 768px) {
  form#f1 .msg-a2 {
    margin-top: 1rem;
  }
}
form#f1 .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";
}
form#f1 .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: 0.9375rem;
  padding: 1em 1.5em;
}

.div_aghgha {
  margin-top: 1rem;
}
.div_aghgha .more-msl {
  background: #0067C8;
  border-color: #0067C8;
  color: #fff;
  border: none;
  outline: none;
}
.div_aghgha .more-msl::before {
  background: #111;
}
.div_aghgha .more-msl:hover {
  border-color: #111;
}

.visv {
  visibility: hidden;
}

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

.foot-fot {
  background: #3577E4;
}
.foot-fot .foota1 {
  padding: 1rem 0 0;
}
.foot-fot .foota1 .d_nav li a {
  display: inline-block;
  color: #fff;
  font: 400 1rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .d_nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota1 .d_nav li + li::before {
  content: "|";
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
}
.foot-fot .foota2 {
  padding: 1rem 0;
  color: #fff;
  font: 400 1rem/1.5em "Noto Sans SC";
  text-align: center;
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    padding: 1rem 0;
  }
}
.foot-fot .foota2 a {
  color: #ffffff;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 .links a {
  display: inline-block;
  margin: 0 0.25rem;
}

.foot1-m {
  display: none;
  width: 100%;
}
.foot1-m .derma-m {
  width: 100%;
  margin: 1.5em auto 0;
}
.foot1-m .derma-m .d_erma {
  text-align: center;
  margin: 0 1em;
}
.foot1-m .derma-m .d_erma img {
  width: 87px;
}
@media (max-width: 600px) {
  .foot1-m .derma-m .d_erma {
    margin: 0 0.5em;
  }
  .foot1-m .derma-m .d_erma img {
    width: 75px;
  }
}

@media (max-width: 990px) {
  .d_nav li:nth-child(1), .d_nav li:nth-child(2) {
    display: none;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 20%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li + li {
  margin-top: 1rem;
}

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

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 100;
}

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

.n_mbx {
  position: relative;
  width: 100%;
  background: #F6F8FB;
}
.n_mbx .wh .n_src {
  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;
      margin: 0 -0.5%;
      padding: 2px 0;
}
.n_mbx .wh .n_src li {
  display: block;
  position: relative;
  padding: 2px 0.5%;
}
@media (max-width: 768px) {
  .n_mbx .wh .n_src li {
    width: 25%;
    text-align: center;
  }
}
.n_mbx .wh .n_src li a {
  display: block;
  color: #333333;
  font: 400 1.25rem/2em "Noto Sans SC";
  padding: 0.4rem 1.8em;
  position: relative;
      color: #FFF;
    background: #3577E4;
    border-radius: 0.5rem;
}
.n_mbx .wh .n_src li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    /*color: #000;*/
    padding: 0.4rem 0;
    font-size: 1rem;
  }
}
.n_mbx .wh .n_src li:hover > a, .n_mbx .wh .n_src li.active > a {
  /*color: #3577E4;*/
  background: #333;
}
.n_mbx .wh .n_src li .sec {
  position: absolute;
  top: 78%;
  width: 180%;
  left: -40%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  z-index: 999;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .n_mbx .wh .n_src li .sec {
    display: none;
  }
}
.n_mbx .wh .n_src li .sec::after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.n_mbx .wh .n_src li .sec a {
  display: block;
  padding: 0;
  font-size: 1rem;
}
.n_mbx .wh .n_src li .sec a:hover {
  color: #E95520;
  background: transparent;
}
.n_mbx .wh .n_src li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ny-content {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .ny-content {
    margin-bottom: 2rem;
  }
}

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

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

.fang img {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

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

.ss-list li.tjb {
  width: 32.333%;
  margin-bottom: 2.625rem;
  margin-right: 1.5%;
  position: relative;
  border-bottom: 2px solid #EDEDED;
}
.ss-list li.tjb:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ss-list li.tjb {
    margin-bottom: 1.2rem;
    width: 49%;
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(3n) {
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(2n) {
    margin-right: 0%;
  }
}
.ss-list li.tjb a.img {
  display: block;
}
.ss-list li.tjb .wenta {
  padding: 1.5625rem 5%;
}
@media (max-width: 768px) {
  .ss-list li.tjb .wenta {
    padding: 0.9rem 5%;
  }
}
.ss-list li.tjb .wenta h2 a {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.4em "Noto Sans SC";
  height: 2.8em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ss-list li.tjb .wenta h2 a {
    font-size: 1rem;
  }
}
.ss-list li.tjb .wenta span {
  display: block;
  color: #848484;
  font: 500 1rem/1.4em "Noto Sans SC";
}
.ss-list li.tjb::after {
  content: "";
  width: 0;
  height: 2px;
  background: #3577E4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ss-list li.tjb:hover::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: #3577E4;
  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: #3577E4;
  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: #3577E4;
  border-color: #3577E4;
  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: 1rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1rem 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;
}

.xw_ny_banner {
  background: #333;
  background-size: cover;
  padding: 9rem 0 3rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 2.5rem/1.2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.5rem;
  }
}