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

@media (min-width: 1024px) and (max-width: 1680px) {
  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 / 80);
    font-size: -moz-calc(100vw / 80);
    font-size: calc(100vw / 80);
  }
}

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

@font-face {
  font-family: 'sss';
  src: url(../images/alibb.TTF);
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 12.5%;
}

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

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

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

.wh1 {
  padding: 0 5.20833%;
  margin: 0 auto;
}

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

@media (max-width: 990px) {
  .section, .fp-tableCell {
    height: auto !important;
  }
  .section2 .fp-tableCell, .section3 .fp-tableCell, .section4 .fp-tableCell, .section5 .fp-tableCell {
    padding: 2.5rem 0;
  }
  #menua {
    display: none;
  }
}

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

.hidden {
  display: none;
}

.more-msl {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.75rem;
  width: 10.5rem;
  text-align: center;
  background: #81BE86;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

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

.more-msl i {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5em;
}

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

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

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

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

.more-msl.bs {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 2rem;
}

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

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

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

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

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

.more-msl1: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-msl1:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

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

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

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

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

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

.more-msl2:hover {
  color: #000;
}

.more-msl2: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-msl2:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

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

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

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

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

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

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

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

.m-hidden {
  display: none;
}

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

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-imgax {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-imgax > video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.bs-logo {
  display: block !important;
}

.yt-logo {
  display: none !important;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.head .head2 {
  line-height: 6.25rem;
}

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

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

.head .head2 .sska {
  margin: 0 1.75rem;
  line-height: 6.25rem;
  height: 6.25rem;
}

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

.head .head2 .sgag {
  position: relative;
  line-height: 6.25rem;
  height: 6.25rem;
}

.head .head2 .sgag a.ma {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 0 1.2em;
  line-height: 2.2rem;
  border-radius: 1.2rem;
}

.head .head2 .sgag a.ma i {
  margin-left: 1em;
}

.head .head2 .sgag a.ma img {
  width: .75rem;
  margin-right: 0.2rem;
}

.head .head2 .sgag a.ma span {
  display: inline-block;
  font: 500 .875rem/1 "sourcehansans";
}

.head .head2 .sgag .dfggsre {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
}

.head .head2 .sgag .dfggsre a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font: 500 .875rem/2.5em "sourcehansans";
  width: 100%;
  text-align: center;
}

.head .head2 .sgag .dfggsre a:hover {
  color: #0077B1;
}

.head .head2 .anta_w {
  height: 6.25rem;
  width: auto;
  position: relative;
  width: auto;
  text-align: center;
}

.head .head2 .anta_w .menu {
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .head2 .anta_w .menu p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-right: 0.5rem;
}

.head .head2 .anta_w .menu span {
  margin: auto;
  display: block;
  width: 1.125rem;
  height: 3px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  margin-left: 0.2rem;
}

.head .head2 .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.45rem;
  right: 0;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .head2 .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  right: 0;
}

.head .head2 .anta_w .menu.active span:before {
  top: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #333;
}

.head .head2 .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #333;
}

.head .head2 .anta_w .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #0077B1;
  top: 6.25rem;
  left: 0;
}

.head .serbtn {
  background: #0077B1;
}

.zywena {
  text-align: center;
}

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

.zywena a:hover {
  color: #0077B1;
}

#menu {
  margin-left: 15%;
}

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

#menu .nav_a1 li + li {
  margin-left: 2.4rem;
}

@media (max-width: 1200px) {
  #menu .nav_a1 li + li {
    margin-left: 1vw;
  }
}

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

#menu .nav_a1 li > a {
  font-size: 1.15rem;
  position: relative;
  padding: 0 0.8em;
}

#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: .1875rem;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

#menu .nav_a1 li .erji_xiala {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}

#menu .nav_a1 li .erji_xiala .left {
  padding-right: 6.875rem;
}

#menu .nav_a1 li .erji_xiala .left > div {
  display: none;
}

#menu .nav_a1 li .erji_xiala .left > div.active {
  display: block;
}

#menu .nav_a1 li .erji_xiala .left .name {
  padding-top: 4.375rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #303030;
  font-weight: 600;
}

#menu .nav_a1 li .erji_xiala .left .name i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: #333;
  border: 1px solid #999;
  text-align: center;
  line-height: 1.5rem;
}

#menu .nav_a1 li .erji_xiala .left .text {
  color: #969696;
  line-height: 1.5em;
  margin-top: 0.8em;
}

#menu .nav_a1 li .erji_xiala .center {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 2.5rem 2.5rem;
  background: #fff;
}

#menu .nav_a1 li .erji_xiala .center a {
  font-size: 1rem;
  line-height: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #676767;
  position: relative;
}

#menu .nav_a1 li .erji_xiala .center a:hover::before {
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

#menu .nav_a1 li .erji_xiala .center a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 0;
  height: 1px;
  background: #0D65BD;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

#menu .nav_a1 li .erji_xiala .right {
  padding: 2.875rem 2.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

#menu .nav_a1 li .erji_xiala .right .img {
  height: 100%;
}

#menu .nav_a1 li .erji_xiala .right .img .over {
  display: none;
  height: 100%;
}

#menu .nav_a1 li .erji_xiala .right .img .over img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu .nav_a1 li .erji_xiala .right .img .over.active {
  display: block;
}

#menu .nav_a1 li .erji_xiala .erji_xiala::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: #fff;
  height: 100%;
  z-index: -1;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  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);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
}

#menu .nav_a1 li .sec a {
  font: 500 .815rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}

#menu .nav_a1 li .sec a:hover {
  color: #0077b1 !important;
}

#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;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
}

#menu .nav_a1 li:hover .erji_xiala {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -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::before, #menu .nav_a1 li.active > a::before {
  width: 100%;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #fff;
}

.navigators.active {
  height: 100%;
}

.navigators .weggta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.navigators .xl-nav li .name {
  color: #494949;
  font: 500 1.125rem/2em "sourcehansans";
  margin-bottom: 1em;
}

.navigators .xl-nav li .text {
  color: #494949;
  font: 500 .9375rem/2em "sourcehansans";
}

.navigators .xl-nav li .text:hover {
  color: #0077B1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #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: 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: #333;
}

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

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

a.jjta {
  color: #fff;
}

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

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

@-webkit-keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-moz-keyframes animationOne {
  0% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
         transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -moz-transform: translate(10%, -1px) rotate(36deg);
         transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -moz-transform: translate(20%, 3%) rotate(72deg);
         transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -moz-transform: translate(17%, 6%) rotate(108deg);
         transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -moz-transform: translate(-5%, 3%) rotate(144deg);
         transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
         transform: translate(0px, 0px) rotate(0deg);
  }
}

@-o-keyframes animationOne {
  0% {
    -o-transform: translate(0px, 0px) rotate(0deg);
       transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -o-transform: translate(10%, -1px) rotate(36deg);
       transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -o-transform: translate(20%, 3%) rotate(72deg);
       transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -o-transform: translate(17%, 6%) rotate(108deg);
       transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -o-transform: translate(-5%, 3%) rotate(144deg);
       transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(0deg);
       transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
       -moz-transform: translate(0px, 0px) rotate(0deg);
         -o-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(10%, -1px) rotate(36deg);
       -moz-transform: translate(10%, -1px) rotate(36deg);
         -o-transform: translate(10%, -1px) rotate(36deg);
            transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(20%, 3%) rotate(72deg);
       -moz-transform: translate(20%, 3%) rotate(72deg);
         -o-transform: translate(20%, 3%) rotate(72deg);
            transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(17%, 6%) rotate(108deg);
       -moz-transform: translate(17%, 6%) rotate(108deg);
         -o-transform: translate(17%, 6%) rotate(108deg);
            transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-5%, 3%) rotate(144deg);
       -moz-transform: translate(-5%, 3%) rotate(144deg);
         -o-transform: translate(-5%, 3%) rotate(144deg);
            transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
       -moz-transform: translate(0px, 0px) rotate(0deg);
         -o-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

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

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

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

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

.pc-banner .banner-wen {
  width: 100%;
  z-index: 99;
  top: 50%;
}

.pc-banner .banner-wen .banner-cont {
  color: #fff;
  text-align: left;
}

.pc-banner .banner-wen .banner-cont h2 {
  font: 600 3.125rem/1.5em "sss";
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont h2 {
    font-size: 2rem;
  }
}

.pc-banner .banner-wen .banner-cont .dl {
  font: 500 1.25rem/1.5em "sourcehansans";
  max-width: 35%;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .dl {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 1em;
  }
}

.pc-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.pc-banner .ban-sot {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 35%;
  z-index: 9;
  color: #fff;
}

@media (max-width: 768px) {
  .pc-banner .ban-sot {
    bottom: 7%;
  }
}

.pc-banner .ban-sot .ban-sbbx {
  width: auto;
}

@media (max-width: 768px) {
  .pc-banner .ban-sot .ban-sbbx {
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pc-banner .ban-sot .ban-sbbx .jt {
  margin: 0 1em;
}

.pc-banner .ban-sot .ban-sbbx .jt.swiper-button-prev1 {
  margin-left: 0;
}

.pc-banner .ban-sot .ban-sbbx .jt i {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.pc-banner .swiper-pagination1 span {
  width: .25rem;
  height: .25rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  border: .1875rem solid transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 .9375rem;
}

.pc-banner .swiper-pagination1 span.swiper-pagination-bullet-active {
  width: .5rem;
  height: .5rem;
  background: transparent;
  border: .1875rem solid #fff;
}

@media (max-width: 768px) {
  .pc-banner .swiper-pagination1 span {
    margin: 0 0.5rem;
  }
}

.pc-banner .ups-icon-videoplay {
  display: block;
  overflow: hidden;
}

.pc-banner .ups-icon-videoplay:before {
  font-family: "iconfont" !important;
  content: "\e625";
  font-size: .875rem;
  color: white;
  margin: 0 .9375rem;
}

.pc-banner .stop-status.ups-icon-videoplay:before {
  content: "\e624";
}

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

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

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

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

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

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

.banerhs-img .banimg1 {
  width: 15.26042%;
  position: absolute;
  right: 0;
  top: 0;
}

.banerhs-img .banimg2 {
  width: 40.9375%;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

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

@keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    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: 0;
  width: 100%;
  bottom: 6%;
  z-index: 99;
}

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

.kajjt i {
  width: 1.25rem;
  display: inline-block;
}

.kajjt i img {
  width: 100%;
}

.kajjt span {
  display: block;
  color: #fff;
  font: 500 .875rem/1.5rem "sourcehansans";
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

.section {
  position: relative;
}

.pc-banner {
  overflow: hidden;
}

.head.active, .fp-viewing-section2 .head, .fp-viewing-section3 .head, .fp-viewing-section5 .head, .head.sticky, .head.sticky1 {
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
}

.head.active .head2 .anta_w .menu span, .head.active .head2 .anta_w .menu span:before, .head.active .head2 .anta_w .menu span:after, .fp-viewing-section2 .head .head2 .anta_w .menu span, .fp-viewing-section2 .head .head2 .anta_w .menu span:before, .fp-viewing-section2 .head .head2 .anta_w .menu span:after, .fp-viewing-section3 .head .head2 .anta_w .menu span, .fp-viewing-section3 .head .head2 .anta_w .menu span:before, .fp-viewing-section3 .head .head2 .anta_w .menu span:after,.fp-viewing-section5 .head .head2 .anta_w .menu span, .fp-viewing-section5 .head .head2 .anta_w .menu span:before, .fp-viewing-section5 .head .head2 .anta_w .menu span:after, .head.sticky .head2 .anta_w .menu span, .head.sticky .head2 .anta_w .menu span:before, .head.sticky .head2 .anta_w .menu span:after, .head.sticky1 .head2 .anta_w .menu span, .head.sticky1 .head2 .anta_w .menu span:before, .head.sticky1 .head2 .anta_w .menu span:after {
  background: #353535;
}

.head.active .head2 .anta_w .menu.active span, .fp-viewing-section2 .head .head2 .anta_w .menu.active span, .fp-viewing-section3 .head .head2 .anta_w .menu.active span, .fp-viewing-section5 .head .head2 .anta_w .menu.active span, .head.sticky .head2 .anta_w .menu.active span, .head.sticky1 .head2 .anta_w .menu.active span {
  background: transparent;
}

.head.active .yt-logo, .fp-viewing-section2 .head .yt-logo, .fp-viewing-section3 .head .yt-logo,.fp-viewing-section5 .head .yt-logo, .head.sticky .yt-logo, .head.sticky1 .yt-logo {
  display: block !important;
}

.head.active .bs-logo, .fp-viewing-section2 .head .bs-logo, .fp-viewing-section3 .head .bs-logo,.fp-viewing-section5 .head .bs-logo, .head.sticky .bs-logo, .head.sticky1 .bs-logo {
  display: none !important;
}

.head.active #menu .nav_a1 li a, .fp-viewing-section2 .head #menu .nav_a1 li a, .fp-viewing-section3 .head #menu .nav_a1 li a,.fp-viewing-section5 .head #menu .nav_a1 li a, .head.sticky #menu .nav_a1 li a, .head.sticky1 #menu .nav_a1 li a {
  color: #3A3A3A;
}

.head.active #menu .nav_a1 li > a::before, .fp-viewing-section2 .head #menu .nav_a1 li > a::before, .fp-viewing-section3 .head #menu .nav_a1 li > a::before,.fp-viewing-section5 .head #menu .nav_a1 li > a::before, .head.sticky #menu .nav_a1 li > a::before, .head.sticky1 #menu .nav_a1 li > a::before {
  background: #0077B1;
}

.head.active #menu .nav_a1 li:hover > a, .head.active #menu .nav_a1 li.active > a, .fp-viewing-section2 .head #menu .nav_a1 li:hover > a, .fp-viewing-section2 .head #menu .nav_a1 li.active > a, .fp-viewing-section3 .head #menu .nav_a1 li:hover > a,.fp-viewing-section5 .head #menu .nav_a1 li:hover > a, .fp-viewing-section3 .head #menu .nav_a1 li.active > a,.fp-viewing-section5 .head #menu .nav_a1 li.active > a, .head.sticky #menu .nav_a1 li:hover > a, .head.sticky #menu .nav_a1 li.active > a, .head.sticky1 #menu .nav_a1 li:hover > a, .head.sticky1 #menu .nav_a1 li.active > a {
  color: #0077B1;
}

.head.active .head2 .sska i, .fp-viewing-section2 .head .head2 .sska i, .fp-viewing-section3 .head .head2 .sska i,.fp-viewing-section5 .head .head2 .sska i, .head.sticky .head2 .sska i, .head.sticky1 .head2 .sska i {
  color: #353535;
}

.head.active .head2 .sgag a.ma, .fp-viewing-section2 .head .head2 .sgag a.ma, .fp-viewing-section3 .head .head2 .sgag a.ma,.fp-viewing-section5 .head .head2 .sgag a.ma, .head.sticky .head2 .sgag a.ma, .head.sticky1 .head2 .sgag a.ma {
  background: #0077B1;
  border-color: #0077B1;
}

.head.active .head2 .sgag .dfggsre a, .fp-viewing-section2 .head .head2 .sgag .dfggsre a, .fp-viewing-section3 .head .head2 .sgag .dfggsre a,.fp-viewing-section5 .head .head2 .sgag .dfggsre a, .head.sticky .head2 .sgag .dfggsre a, .head.sticky1 .head2 .sgag .dfggsre a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.sticky, .sticky1 {
  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;
}

.sticky .head2, .sticky1 .head2 {
  background: #fff;
}

.sticky .head2 .logo a img.a, .sticky1 .head2 .logo a img.a {
  display: none;
}

.sticky .head2 .logo a img.b, .sticky1 .head2 .logo a img.b {
  display: inline-block;
}

.sticky .head2 #menu .nav_a1 li > a, .sticky1 .head2 #menu .nav_a1 li > a {
  color: #333333;
}

.sticky .head2 #menu .nav_a1 li:hover > a, .sticky1 .head2 #menu .nav_a1 li:hover > a {
  color: #0077B1;
}

.sticky .head2 #menu .nav_a1 li > a::before, .sticky1 .head2 #menu .nav_a1 li > a::before {
  background: #0077B1;
}

.sticky .head2 .sska i, .sticky1 .head2 .sska i {
  color: #0077B1;
}

.sticky .head2 .sgag a.ma img.b, .sticky1 .head2 .sgag a.ma img.b {
  display: inline-block;
}

.sticky .head2 .sgag a.ma img.a, .sticky1 .head2 .sgag a.ma img.a {
  display: none;
}

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

.titlea1 h2 {
  color: #0077B1;
  font: 600 2.25rem/1.1em "sourcehansans";
}

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

.titlea1 span {
  display: block;
  color: rgba(0, 119, 177, 0.3);
  font: 600 1.875rem/1.1em "Arial";
  text-transform: uppercase;
}

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

#menua {
  position: fixed;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menua li {
  padding-left: 3.75rem;
  position: relative;
}

#menua li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menua li a {
  font: 500 .875rem/2.5em "sourcehansans";
  color: rgba(255, 255, 255, 0.6);
  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;
}

#menua li a::before {
  content: "";
  display: inline-block;
  width: .4375rem;
  height: .4375rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 1.375rem;
}

#menua li.active:before {
  width: 3.75rem;
}

#menua li.active a {
  color: #fff;
}

#menua li.active a:before {
  background: #fff;
}

.fp-viewing-section2 #menua li::before, .fp-viewing-section3 #menua li::before, .fp-viewing-section5 #menua li::before {
  background: #81BE86;
}

.fp-viewing-section2 #menua li a, .fp-viewing-section3 #menua li a, .fp-viewing-section5 #menua li a {
  color: #595959;
}

.fp-viewing-section2 #menua li a::before, .fp-viewing-section3 #menua li a::before, .fp-viewing-section5 #menua li a::before {
  border-color: #D6D6D6;
}

.fp-viewing-section2 #menua li.active a, .fp-viewing-section3 #menua li.active a, .fp-viewing-section5 #menua li.active a {
  color: #81BE86;
}

.fp-viewing-section2 #menua li.active a::before, .fp-viewing-section3 #menua li.active a::before, .fp-viewing-section5 #menua li.active a::before {
  background: #81BE86;
  border-color: #81BE86;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: rgba(129, 190, 134, 0.5);
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

.title_a1 b {
  display: block;
  font: 600 5rem/1em "sss";
  text-transform: uppercase;
  margin-left: -0.8em;
}

@media (max-width: 768px) {
  .title_a1 b {
    margin-left: 0;
    font-size: 3rem;
  }
}

.title_a1 h2 {
  text-align: left;
  color: #81BE86;
  font: 500 .875rem/2em "sourcehansans";
  border-left: .3125rem solid #81BE86;
  padding-left: 2.8125rem;
  margin-top: -3rem;
}

@media (max-width: 768px) {
  .title_a1 h2 {
    margin-top: -2.3rem;
    margin-left: 1.5rem;
    padding-left: 1rem;
  }
}

.title_a1 h3 {
  color: #333333;
  font: 600 2.1875rem/1.5em "sourcehansans";
  margin-top: 0.2em;
  margin-left: 2.8125rem;
}

@media (max-width: 768px) {
  .title_a1 h3 {
    font-size: 1.8rem;
    margin-left: 0;
  }
}

.section2 .fp-bga1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/bj1.png) no-repeat left bottom #fff;
  -o-background-size: 24.375% auto;
     background-size: 24.375% auto;
}

.section2 .fp-bga1:after {
  content: "";
  width: 38.85417%;
  height: 100%;
  background: #E2EBF1;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .section2 .fp-bga1:after {
    display: none;
  }
}

.section2 .section2-v1 .a2_b1 {
  width: 43.05556%;
}

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

.section2 .section2-v1 .a2_b1 .a2_b1c1 {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-left: 2.8125rem;
  margin-top: 1.2em;
}

@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b1 .a2_b1c1 {
    margin-left: 0;
    font-size: 1rem;
    margin-top: 0.7em;
  }
}

.section2 .section2-v1 .a2_b1 a.more-msl {
  margin-top: 2.5rem;
  margin-left: 2.8125rem;
}

@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b1 a.more-msl {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.section2 .section2-v1 .a2_b2 {
  width: 53.33333%;
}

@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.title_a1.bs .label_el {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}

.title_a1.bs h2 {
  color: #fff;
  border-color: #fff;
}

.title_a1.bs h3 {
  color: #fff;
}

@media (max-width: 990px) {
  .section3 .fp-tableCell {
    padding-bottom: 0;
  }
}

.section3 .section3-v1 {
  padding-bottom: 28%;
}

@media (max-width: 768px) {
  .section3 .section3-v1 {
    padding-bottom: 2.5rem;
  }
}

.section3 .section3-v1 .a3_vas1 {
  width: 40.27778%;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .section3 .section3-v1 .a3_vas1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.section3 .section3-v1 .a3_vas1 .p {
  color: #FFFFFF;
  font: 500 1.125rem/1.7em "sourcehansans";
}

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

@media (max-width: 768px) {
  .section3 .section3-v1 .a3_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}

.section3 .section3-v2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .section3 .section3-v2 {
    position: static;
  }
}

.section3 .section3-v2 .xagffr {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .section3 .section3-v2 .xagffr {
    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;
  }
}

.section3 .section3-v2 .xagffr li {
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.section3 .section3-v2 .xagffr li a.a {
  display: block;
  text-align: center;
  padding: 3.5rem 1em 5.625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a {
    padding: 2rem 0.8em 2.6rem;
  }
}

.section3 .section3-v2 .xagffr li a.a i {
  display: block;
  height: 4.6875rem;
  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-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a i {
    height: 3.5rem;
  }
}

.section3 .section3-v2 .xagffr li a.a i img {
  max-height: 100%;
}

.section3 .section3-v2 .xagffr li a.a h2 {
  color: #FFFFFF;
  font: 500 1.375rem/1.5em "sourcehansans";
  margin: 0.8em auto 0.4em;
}

@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a h2 {
    font-size: 1.2rem;
  }
}

.section3 .section3-v2 .xagffr li a.a .p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "sourcehansans";
  height: 3em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a .p {
    font-size: 1rem;
  }
}

.section3 .section3-v2 .xagffr li a.a:hover {
  background: #81BE86;
}

.section3 .section3-v2 .xagffr li a.a:hover i {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.section4 .section4-v1 .a4_vas1 {
  margin-left: 2.8125rem;
  width: 40%;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .section4 .section4-v1 .a4_vas1 {
    width: 100%;
    margin-left: 0;
  }
}

.section4 .section4-v1 .a4_vas1 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.7em "sourcehansans";
}

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

.section4 .section4-v1 .a4_vas1 .more-msl.bs {
  border-color: #81BE86;
  color: #81BE86;
}

@media (max-width: 768px) {
  .section4 .section4-v1 .a4_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}

.section4 .section4-v1 .a4_vas1 .more-msl.bs::before {
  background: #81BE86;
}

.section4 .section4-v1 .a4_vas1 .more-msl.bs:hover {
  color: #fff;
}

.section4 .wehhga {
  margin-left: 12.5%;
  position: relative;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .section4 .wehhga {
    margin: 1.5rem 4% 0;
  }
}

.section4 .wehhga .mySwiper1 {
  padding-right: 21.875%;
  position: relative;
}

@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 {
    padding-right: 0;
  }
}

.section4 .wehhga .mySwiper1 .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section4 .wehhga .mySwiper1 .aggevas {
  background: #FFFFFF;
  padding: 3.375rem 9%;
  border-right: 1px solid rgba(170, 170, 170, 0.7);
}

@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas {
    padding: 2.375rem 9%;
  }
}

.section4 .wehhga .mySwiper1 .aggevas span {
  display: block;
  color: #AAAAAA;
  font: 500 .9375rem/1.5em "sourcehansans";
  position: relative;
  z-index: 1;
}

.section4 .wehhga .mySwiper1 .aggevas span i {
  vertical-align: middle;
  font-size: .9375rem;
}

.section4 .wehhga .mySwiper1 .aggevas a.name {
  display: block;
  color: #262626;
  font: 500 1.375rem/1.2em "sourcehansans";
  margin: 0.3em 0 0.5rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas a.name {
    font-size: 1.2rem;
  }
}

.section4 .wehhga .mySwiper1 .aggevas .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas .p {
    font-size: 1rem;
  }
}

.section4 .wehhga .mySwiper1 .aggevas a.xwmore {
  position: relative;
  z-index: 1;
  margin-top: 1.25em;
}

.section4 .wehhga .mySwiper1 .aggevas a.xwmore i {
  display: block;
  width: 1.625rem;
  margin-left: 0.4em;
  line-height: 1;
}

.section4 .wehhga .mySwiper1 .aggevas a.xwmore i img {
  width: 100%;
  -webkit-filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(93%) contrast(94%);
          filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(93%) contrast(94%);
}

.section4 .wehhga .mySwiper1 .aggevas a.xwmore p {
  color: #5B5B5B;
  font: 500 .875rem/1.5em "sourcehansans";
}

.section4 .wehhga .mySwiper1 .swiper-slide {
  padding: .875rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .swiper-slide {
    padding: 1.0625rem 0;
  }
}

.section4 .wehhga .mySwiper1 .swiper-slide::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  background: url(../images/bjaa1.jpg) no-repeat 50%/cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  border-radius: 0.5rem;
}

.section4 .wehhga .mySwiper1 .swiper-slide:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  height: 100%;
}

.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas span, .section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.name, .section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas .p {
  color: #fff;
}

.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.xwmore p {
  color: #fff;
}

.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.xwmore img {
  -webkit-filter: none;
          filter: none;
}

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

.section4 .wehhga .ahhras > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  background: #DAE6EF;
  width: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.section4 .wehhga .ahhras > div.swiper-button-next1 {
  left: -1.6875rem;
  outline: none;
}

.section4 .wehhga .ahhras > div.swiper-button-prev1 {
  right: 20.46875%;
  outline: none;
}

.section4 .wehhga .ahhras > div i {
  color: #0077B1;
  font-size: 1.1rem;
  font-weight: 600;
  outline: none;
}

.v-hide {
  visibility: hidden;
}

@media (max-width: 990px) {
  .section5 {
    padding-bottom: 0;
  }
}

.section5 .sy_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 990px) {
  .section5 .sy_foot {
    position: static;
  }
}

.section5 .section5-v1 {
  padding-bottom: 20%;
  position: relative;
  z-index: 5;
}

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

.section5 .section5-v1 .a5_vas1 {
  margin-top: 1rem;
  color: #FFFFFF;
  font: 500 1.125rem/1.7em "sourcehansans";
  margin-left: 2.8125rem;
}

@media (max-width: 768px) {
  .section5 .section5-v1 .a5_vas1 {
    margin-left: 0;
    font-size: 1rem;
  }
  .section5 .section5-v1 .a5_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}

@media (min-width: 991px) {
  .active .section4-v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
      -o-animation-duration: 1s;
         animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
         -o-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .section3-v2, .active .wehhga {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
      -o-animation-duration: .8s;
         animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: .8s;
       -moz-animation-delay: .8s;
         -o-animation-delay: .8s;
            animation-delay: .8s;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .a2_b1, .active .section3-v1 .title_a1, .active .section5-v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
      -o-animation-duration: 1.2s;
         animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
         -o-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-name: fadeInLeftBig;
       -moz-animation-name: fadeInLeftBig;
         -o-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
  }
  .active .a2_b2, .active .section3-v1 .a3_vas1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
      -o-animation-duration: 1.2s;
         animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-name: fadeInRightBig;
       -moz-animation-name: fadeInRightBig;
         -o-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig;
  }
}

.visv {
  visibility: hidden;
}

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

.leida {
  position: absolute;
  right: 30%;
  top: 30%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  z-index: 1;
}

.leida .ddt {
  display: inline-block;
  position: relative;
  z-index: 7;
  width: 2.5rem;
}

@media (max-width: 768px) {
  .leida .ddt {
    width: 2rem;
  }
}

.leida .ddt img {
  width: 100%;
}

.leida span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.leida .span4 {
  width: 16.125rem;
  height: 16.125rem;
  margin: -8.0625rem 0 0 -8.0625rem;
  z-index: 4;
}

.leida .span5 {
  width: 29.125rem;
  height: 29.125rem;
  margin: -14.5625rem 0 0 -14.5625rem;
  z-index: 3;
}

.leida .span6 {
  width: 42rem;
  height: 42rem;
  margin: -21rem 0 0 -21rem;
  z-index: 2;
}

.FpulseSlow2 {
  -webkit-animation: FpulseSlow2 infinite 3s linear;
     -moz-animation: FpulseSlow2 infinite 3s linear;
       -o-animation: FpulseSlow2 infinite 3s linear;
          animation: FpulseSlow2 infinite 3s linear;
  opacity: 0.1;
}

@-webkit-keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes FpulseSlow2 {
  0% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -moz-transform: scale(1.5);
         transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes FpulseSlow2 {
  0% {
    -o-transform: scale(0.5);
       transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -o-transform: scale(1.5);
       transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.foot-fot .foot1 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 990px) {
  .foot-fot .foot1 {
    border-top: 1px solid #fff;
  }
}

.foot-fot .foota1 {
  padding: 1.875rem 0 0.5rem;
}

.foot-fot .foota1 .d_nav li a {
  display: block;
  color: #fff;
}

.foot-fot .foota1 .d_nav li > a {
  font: 500 1rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota1 .d_nav .sec {
  color: #DCF4FF;
  font: 500 .9375rem/1.8em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a {
  color: #DCF4FF;
  font: 500 .9375rem/1.8em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a:hover {
  color: rgba(220, 244, 255, 0.5);
}

.foot-fot .foota1 .d_nav .dlxwm form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 21.125rem;
}

.foot-fot .foota1 .d_nav .dlxwm form input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #DCF4FF;
}

.foot-fot .foota1 .d_nav .dlxwm form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #DCF4FF;
}

.foot-fot .foota1 .d_nav .dlxwm form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #DCF4FF;
}

.foot-fot .foota1 .d_nav .dlxwm form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DCF4FF;
}

.foot-fot .foota1 .d_nav .dlxwm form input {
  font: 500 .9375rem/3.125rem "sourcehansans";
  color: #fff;
  width: 80%;
  background: transparent;
}

.foot-fot .foota1 .d_nav .dlxwm form button {
  background: transparent;
  border: none;
  outline: none;
}

.foot-fot .foota1 .d_nav .dlxwm form button i {
  color: #fff;
  font: 600 .9375rem/3.125rem "sourcehansans";
}

.foot-fot .foota1 .d_nav .derma {
  width: 7.3125rem;
}

.foot-fot .foota1 .d_nav .derma.dermb {
  width: auto;
}

.foot-fot .foota1 .d_nav .derma img {
  width: 100%;
}

.foot-fot .foota1 .d_nav .derma > p {
  color: #fff;
  font: 500 1rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota1 .d_nav .derma .fegxa {
  text-align: left;
}

.foot-fot .foota1 .d_nav .derma .fegxa a {
  display: inline-block;
  color: #fff;
  border-color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.foot-fot .foota1 .d_nav .derma .fegxa a:hover {
  background: #fff;
  color: #333;
}

.foot-fot .foota2 {
  padding: 0.8rem 0;
  color: #DCF4FF;
  font: 500 .9375rem/1.5em "sourcehansans";
  text-align: center;
}

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

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

.foot-fot .foota2 a:hover {
  color: rgba(220, 244, 255, 0.5);
}

.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, .foota1 {
    display: none;
  }
}

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

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "sss";
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
  color: #fff;
}

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

.nbanner .nbanner-wen1 .banner-cont .d-nam {
  color: #fff;
  font: 500 1.25rem/1.5em "sourcehansans";
  max-width: 34.02778%;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .d-nam {
    max-width: 100%;
    font-size: 1rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .ajhhsd {
  color: #fff;
  font: 500 1rem/1.3em "sourcehansans";
  margin-top: 0.5em;
}

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

.nbanner .nbanner-wen1 .banner-cont .ajhhsd a:hover {
  text-decoration: underline;
}

.nbanner .nbanner-wen1 .banner-cont .ajhhsd span:last-child {
  display: none;
}

.ny-content {
  min-height: 10vh;
}

.ny-foot {
  background: #0077B1;
}

.ny-foot .foot-fot .foota1 {
  padding: 1.875rem 0 1rem;
}

.ny-foot .foot-fot .foota2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.n-ban-vs {
  position: absolute;
  left: 12.5%;
  bottom: 1px;
  background: #fff;
  width: 87.5%;
}

.n-ban-vs .wh {
  padding-left: 0;
}

@media (max-width: 768px) {
  .n-ban-vs .wh {
    padding: 0;
  }
}

@media (max-width: 1600px) {
  .n-ban-vs {
    left: 9%;
    width: 91%;
  }
}

@media (max-width: 991px) {
  .n-ban-vs {
    left: 5.78125%;
    width: -webkit-calc(100% - 5.78125%);
    width: -moz-calc(100% - 5.78125%);
    width: calc(100% - 5.78125%);
  }
}

@media (max-width: 768px) {
  .n-ban-vs {
    padding: 0 4%;
    left: 0;
    width: 100%;
    position: static;
    border-bottom: 1px solid #f0f0f0;
  }
}

.n-ban-vs .mbx-a {
  margin-left: 1.875rem;
}

@media (max-width: 768px) {
  .n-ban-vs .mbx-a {
    display: none;
  }
}

.n-ban-vs .mbx-a .ajhhsd {
  color: #333333;
}

.n-ban-vs .mbx-a .ajhhsd i {
  font: 500 1.125rem/5rem "sourcehansans";
}

.n-ban-vs .mbx-a .ajhhsd i.aniure {
  display: none;
}

.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc {
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 8rem;
  left: -3.5rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  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);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc a {
  font: 500 .815rem/1.5em "";
  padding: 0.5em 0;
  color: #fff;
}

.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc a:hover {
  font-weight: 600;
}

.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc: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(0, 0, 0, 0.4) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

.n-ban-vs .mbx-a .ajhhsd > a {
  color: #333333;
  font: 500 1.125rem/5rem "sourcehansans";
}

.n-ban-vs .mbx-a .ajhhsd > a:hover {
  color: #81BE86;
}

.n-ban-vs .mbx-a .ajhhsd span:last-of-type {
  display: none;
}

.n-ban-vs .mbx-b {
  max-width: 100%;
}

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

.n_src li {
  display: inline-block;
}

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

.n_src li a {
  display: block;
  color: #333333;
  font: 500 1rem/5rem "sourcehansans";
  position: relative;
}

.n_src li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #81BE86;
  width: 0%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .n_src li a {
    color: #000;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 3.5rem;
  }
}

.n_src li:hover a, .n_src li.active a {
  color: #81BE86;
}

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

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

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

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

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

.title_ny {
  border-bottom: 1px solid #DDDDDD;
}

.title_ny .h2a {
  color: #000000;
  font: 600 2rem/2em "sourcehansans";
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .title_ny .h2a {
    font-size: 1.5rem;
  }
}

.title_ny .h2a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0077B1;
  width: 100%;
  height: 1px;
}

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

.ss-list li.tjb::after {
  content: "";
  width: 0;
  height: 2px;
  background: #0077B1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.ss-list li.tjb:hover::after {
  width: 100%;
}

a.i-ma {
  position: relative;
}

a.i-ma b {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  a.i-ma b {
    padding: 7px 4px 4px;
  }
}

a.i-ma b img {
  max-width: 100px !important;
  width: 4.625rem !important;
}

.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: #0077B1;
  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: #0077B1;
  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: #0077B1;
  border-color: #0077B1;
  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 3.5rem;
  text-align: center;
  list-style: none;
}

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

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

.wow-m {
  display: inline-block;
  overflow: hidden;
}

.wow-m span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
       -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.wow-m span.sp1 {
  -webkit-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.wow-m.animated span {
  opacity: 1;
  -webkit-transform: translate(0%, 0);
     -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
       -o-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

.title_a2 {
  text-align: center;
}

.title_a2 b {
  display: block;
  font: 600 5rem/1em "sss";
  text-transform: uppercase;
}

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

.title_a2 h2 {
  text-align: center;
  color: #81BE86;
  font: 500 .875rem/2em "sourcehansans";
  margin-top: -3rem;
}

@media (max-width: 768px) {
  .title_a2 h2 {
    margin-top: -2.3rem;
  }
}

.title_a2 h3 {
  color: #333333;
  font: 600 2.1875rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}

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

.abt-cont1 {
  padding-top: 4.7rem;
  background: url(../images/shxt1.png) no-repeat left 4%;
  -o-background-size: 22.125rem auto;
     background-size: 22.125rem auto;
}

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

.abt-cont1 .abt-a1v1 {
  padding-left: 12.5%;
}

@media (max-width: 1600px) {
  .abt-cont1 .abt-a1v1 {
    padding-left: 9%;
  }
}

@media (max-width: 991px) {
  .abt-cont1 .abt-a1v1 {
    padding-left: 5.78125%;
  }
}

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

.abt-cont1 .abt-a1v1 .abt-a1b1 {
  padding-left: 8.33333%;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1v1 .abt-a1b1 h2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(129, 190, 134, 0.45);
  font: 600 5rem/1.05em "sss";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 h2 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    font-size: 2rem;
  }
}

.abt-cont1 .abt-a1v1 .abt-a1b1 i {
  display: block;
  font-size: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 i {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1b2 {
  text-align: center;
  padding: 0 6.94444%;
  margin-top: 2.25rem;
  background: url(../images/wehxa1.svg) no-repeat left top, url(../images/wehxa2.svg) no-repeat right top;
  -o-background-size: 3.8125rem auto;
     background-size: 3.8125rem auto;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 {
    margin-top: 1rem;
    -o-background-size: 2rem auto;
       background-size: 2rem auto;
  }
}

.abt-cont1 .abt-a1b2 .name {
  color: #333333;
  font: 500 1.5rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 .name {
    font-size: 1.2rem;
  }
}

.abt-cont1 .abt-a1b2 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}

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

.abt-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.75rem 0 8.25rem;
  margin-top: 5.625rem;
}

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

.abt-cont2 .abt-cont2_list1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 {
    margin-top: 1rem;
  }
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 {
  width: 50%;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 {
    width: 100%;
    padding: 0;
    margin: 1rem 0 1.5rem;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa {
    width: 100%;
  }
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i {
  display: block;
  font-size: 0;
  width: 6.6875rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i {
    width: 4.6875rem;
  }
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa h2 {
  color: #333333;
  font: 500 1.5rem/1.6em "sourcehansans";
  padding: 1rem 0 0.4rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa h2 {
    font-size: 1.25rem;
  }
}

.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa .p {
    font-size: 1rem;
  }
}

.abt-cont2 .abt-cont2_list1 li .abt-ab2 {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab2 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab1 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 5%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab1 {
    padding: 0;
  }
}

.cxpt-cont1 {
  padding: 5.75rem 0 2.8125rem;
  position: relative;
}

.cxpt-cont1:after {
  content: "";
  display: block;
  width: 12.0625rem;
  height: 12.0625rem;
  background: url(../images/bja1.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  right: 5.20833%;
  top: 25%;
  z-index: -1;
}

.cxpt-cont1:before {
  content: "";
  display: block;
  width: 22.125rem;
  height: 27.875rem;
  background: url(../images/bja2.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: -1;
}

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

.cxpt-cont1 .cxpt-a1_list1 {
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 {
    margin-top: 1.2rem;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl {
  margin-bottom: 3.25rem;
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl {
    margin-bottom: 1.5rem;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl dt {
  width: 48.75%;
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dt {
    width: 100%;
    padding: 0 4%;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl dd {
  width: 51.25%;
  padding-right: 12.5%;
  padding-left: 2.375rem;
  text-align: justify;
}

@media (max-width: 1600px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding-right: 9%;
  }
}

@media (max-width: 991px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding-right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding: 0 4%;
    width: 100%;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl dd .name {
  color: #333333;
  font: 500 1.5rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd .name {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl dd .p {
  color: #6D6D6D;
  font: 500 1.25rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd .p {
    font-size: 1rem;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dt {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dt {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 12.5%;
  padding-right: 2.375rem;
}

@media (max-width: 1600px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding-left: 9%;
  }
}

@media (max-width: 991px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding-left: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding: 0 4%;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.lxwm-cont1 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

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

.lxwm-cont1 .lxwm-a1_v1 {
  margin-top: 2.425rem;
}

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

.lxwm-cont1 .lxwm-a1_v1 dl {
  width: 48.33333%;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 1.5rem rgba(0, 119, 177, 0.25);
}

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

.lxwm-cont1 .lxwm-a1_v1 dl dt {
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "sourcehansans";
  padding: 0.6em 4%;
  background: #81BE86;
}

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

.lxwm-cont1 .lxwm-a1_v1 dl dd {
  padding: 1rem 4% 2.4rem;
}

.lxwm-cont1 .lxwm-a1_v1 dl .p {
  color: #6D6D6D;
  font: 500 1.25rem/2em "sourcehansans";
}

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

.lxwm-cont1 .lxwm-a1_v1 dl .p p {
  padding-left: 2rem;
}

.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(2) {
  background: url(../images/sd1.svg) no-repeat left 0.5em;
  -o-background-size: .875rem auto;
     background-size: .875rem auto;
}

.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(1) {
  background: url(../images/sd2.svg) no-repeat left 0.5em;
  -o-background-size: .875rem auto;
     background-size: .875rem auto;
}
.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(1) span{
  padding-left: 3.95rem
}

.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(3) {
  background: url(../images/sd3.svg) no-repeat left 0.5em;
  -o-background-size: .875rem auto;
     background-size: .875rem auto;
}

.lxwm-cont1 .lxwm-a1_v1 dl a.a {
  display: block;
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 0.8em;
}

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

.lxwm-cont1 .lxwm-a1_v1 dl a.a:hover {
  color: #81BE86;
}

.lxwm-cont1 .lxwm-a1_v1 dl a.a i {
  font: 500 1rem/1.6em "sourcehansans";
}

.lxwm-cont2 {
  background: #E2EBF1;
  padding: 5.75rem 0 6.625rem;
 
}

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

.lxwm-cont2 form {
  margin-top: 0.5em;
}

.lxwm-cont2 form dt {
  color: #6D6D6D;
  font: 500 1.125rem/2.4em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont2 form dt {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}

.lxwm-cont2 form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0 1em;
  color: #6D6D6D;
  font: 500 1rem/2.8em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont2 form input {
    font-size: 1rem;
  }
}

.lxwm-cont2 form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0.5em 1em;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont2 form textarea {
    font-size: 1rem;
  }
}

.lxwm-cont2 form .div_aghgh {
  margin-top: 2rem;
}

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

.lxwm-cont2 form .div_aghgh button {
  border: none;
}

.bghj-cont1 {
  padding: 6rem 0 5.625rem;
}

@media (max-width: 768px) {
  .bghj-cont1 {
    padding: 2.5rem 0 2rem;
  }
  .lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(1) span{
    padding-left: 3.2rem;
  }
}

.bghj-cont1 .p {
  margin-top: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  .bghj-cont1 .p {
    margin-top: 0.5em;
  }
}

.bghj-cont1 .p p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}

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

.xgr_aq1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .xgr_aq1 {
    margin-top: 1.2rem;
  }
}

.xgr_aq1 li {
  width: 23.5%;
  margin-bottom: 1em;
}

.xgr_aq1 li:not(:nth-child(4n)) {
  margin-right: -webkit-calc(6%/3);
  margin-right: -moz-calc(6%/3);
  margin-right: calc(6%/3);
}

@media (max-width: 768px) {
  .xgr_aq1 li {
    width: 48%;
    margin-bottom: 0.5em;
  }
  .xgr_aq1 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .xgr_aq1 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media (max-width: 450px) {
  .xgr_aq1 li {
    width: 100%;
  }
  .xgr_aq1 li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.xgr_aq1 li a {
  display: block;
  font-size: 0;
}

.xgr_aq1 li dt {
  text-align: left;
  color: #303030;
  font: 600 1rem/2em "sourcehansans";
  padding: 0.7em 0 0.5em;
}

.job-cont1 {
  padding: 5.75rem 0;
}

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

.job-cont1 .wex-a {
  padding: 0 3%;
  border-bottom: 1px dashed #D3D3D3;
  background: #81BE86;
  margin-top: 1rem;
}

.job-cont1 .wex-a .sa1 {
  width: -webkit-calc(100%/6);
  width: -moz-calc(100%/6);
  width: calc(100%/6);
  color: #5B5B5B;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0.5em;
  color: #fff;
}

@media (max-width: 768px) {
  .job-cont1 .wex-a .sa1 {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding: 0.5em;
  }
}

@media (max-width: 450px) {
  .job-cont1 .wex-a .sa1 {
    width: 50%;
  }
}

.job-cont1 .job-list li dt {
  padding: 0 3%;
  border-bottom: 1px dashed #D3D3D3;
}

.job-cont1 .job-list li dt .sa1 {
  width: -webkit-calc(100%/6);
  width: -moz-calc(100%/6);
  width: calc(100%/6);
  color: #5B5B5B;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0.5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -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;
}

@media (max-width: 768px) {
  .job-cont1 .job-list li dt .sa1 {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding: 0.5em;
  }
}

@media (max-width: 450px) {
  .job-cont1 .job-list li dt .sa1 {
    width: 50%;
  }
}

.job-cont1 .job-list li .wehha-job {
  padding: 2.875rem 3% 4.6875rem;
  background: #E2EBF1;
}

@media (max-width: 768px) {
  .job-cont1 .job-list li .wehha-job {
    padding: 2rem 3%;
  }
}

.job-cont1 .job-list li .wehha-job .content p {
  color: #5B5B5B;
  font: 500 1rem/1.9em "sourcehansans";
}

.job-cont1 .job-list li .wehha-job .content b {
  display: block;
  color: #0077B1;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.job-cont1 .job-list li .wehha-job a.more-msl {
  margin-top: 1.5rem;
}

.ny-content {
  padding: 5.75rem 0;
  color: #6D6D6D;
  font: 500 1rem/1.5em "sourcehansans";
}

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

.ny-content p {
  color: #6D6D6D;
  font: 500 1rem/1.5em "sourcehansans";
}

.n-content-cp {
  margin-top: 5.375rem;
}

@media (max-width: 768px) {
  .n-content-cp {
    margin-top: 2rem;
  }
}

.cp-list {
  margin-top: 2.5rem;
}

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

.cp-list li {
  padding: 5%;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
  margin-bottom: 3.125rem;
}

@media (max-width: 768px) {
  .cp-list li {
    padding: 3%;
    margin-bottom: 1.2rem;
  }
}

.cp-list li a.imga {
  display: block;
  font-size: 0;
  text-align: center;
}

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

.cp-list li .xhaht {
  width: 100%;
  margin-top: 1rem;
}
.cp-list li .xhaht h2{
    text-align: center;
}

@media (max-width: 768px) {
  .cp-list li .xhaht {
    width: 100%;
    margin-top: 2rem;
  }
}

.cp-list li .xhaht h2 a {
  display: block;
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-list li .xhaht h2 a {
    font-size: 1.2rem;
  }
}

.cp-list li .xhaht h3 {
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-list li .xhaht h3 {
    font-size: 1.2rem;
  }
}

.cp-list li .xhaht .p {
  color: #6D6D6D;
  font: 500 1rem/1.58em "sourcehansans";
  margin-top: 0.5em;
  min-height: 7.75rem;
}

@media (max-width: 768px) {
  .cp-list li .xhaht .p {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.cp-list li .xhaht a.more-msl {
  margin-top: 2em;
  color: #fff;
  background: #fff;
  border: 1px solid #81BE86;
  background: #81BE86;
}

.cp-list li .xhaht a.more-msl::before {
  background: #81BE86;
}

.cp-list li .xhaht a.more-msl:hover {
  color: #fff;
  background: #5e9a63;
}

@media (max-width: 768px) {
  .cp-list li .xhaht a.more-msl {
    margin-top: 1em;
  }
}

.ccpshow-mbx {
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding: 1rem 0;
  color: #333333;
  font: 500 1.125rem/3rem "sourcehansans";
}

@media (max-width: 768px) {
  .ccpshow-mbx {
    padding: 0.5rem 0;
    line-height: 2.5rem;
  }
}

.ccpshow-mbx i {
  font-size: 1.125rem;
}

.ccpshow-mbx span:last-child {
  display: none;
}

.cp_show_content {
  padding: 4.5625rem 0 10.5rem;
  position: relative;
}

.cp_show_content::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/shxt3.png) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  left: 5%;
  top: 5%;
  z-index: -1;
  width: 21rem;
  height: 21rem;
}

.cp_show_content::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/shxt4.png) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  right: 0;
  bottom: 12%;
  z-index: -1;
  width: 26.8125rem;
  height: 27.5rem;
}

@media (max-width: 768px) {
  .cp_show_content {
    padding: 2.5rem 0 3rem;
  }
}

.cp_show_content .cp-show-name {
  position: relative;
  padding-left: 1.25rem;
}

.cp_show_content .cp-show-name::before {
  content: "";
  width: .3125rem;
  height: 1.75rem;
  background: #81BE86;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.cp_show_content .cp-show-name h2 {
  color: #333333;
  font: 600 2.1875rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-name h2 {
    font-size: 1.4rem;
  }
}

.cp_show_content .cp-show-name h2 span {
  display: block;
  font-size: 2rem;
}

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

.cp_show_content .cp-show-va {
  margin-top: 1.5625rem;
}

/*ODM业务新增样式*/
.cp_show_content .cp-show-va .nr .titi{
    color: #333333;
    font: 600 2.1875rem / 1.5em "sourcehansans";
    margin-top: 0.2em;
    text-align: center;
}
.cp_show_content .cp-show-va .nr .futiti{
    font: 500 1.375rem / 1.8em "sourcehansans";
    padding-bottom: 3rem;
    text-align: center;
    padding-top: 1rem;
}
.cp_show_content .cp-show-va .nr .zl{
    padding-top: 3.875rem;
      align-items: center;
      padding-bottom: 3rem;
}
.cp_show_content .cp-show-va .nr .zl .col-md-3{
    max-width: 18rem;
    margin: 0 auto;
}
.cp_show_content .cp-show-va .nr .zl .col-md-9{
    margin: 0 auto;
}
.cp_show_content .cp-show-va .nr .dbt{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 2rem;
}

.cp_show_content .cp-show-va .nr .row .col-md-4{
    margin-bottom: 2rem;
}

@media (max-width: 990px){
    .cp_show_content .cp-show-va .nr .zl .col-md-3{
        max-width: 16rem;
    }
    .cp_show_content .cp-show-va .nr .titi{
        font-size: 1.5rem;
    }
    .cp_show_content .cp-show-va .nr .futiti{
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va {
    margin-top: 1rem;
  }
  .cp_show_content .cp-show-va .nr .zl .col-md-9{
      width: 75%;
  }
    .cp_show_content .cp-show-va .nr .zl .col-md-3{
      width: 25%;
  }
  
  
}

.cp_show_content .cp-show-va dt.nytot {
  color: #333333;
  font: 500 1.5625rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va dt.nytot {
    font-size: 1.25rem;
  }
}

.cp_show_content .cp-show-va .cp-show-a1 .p p {
  color: #6D6D6D;
  font: 500 1.25rem/1.6em "sourcehansans";
  background: url(../images/qua.svg) no-repeat left 0.5em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a1 .p p {
    font-size: 1rem;
  }
}

.cp_show_content .cp-show-va .cp-show-a1 .p .img {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a1 .p .img {
    margin-top: 1rem;
  }
}

.cp_show_content .cp-show-va .cp-show-a2 {
  margin-top: 3.1875rem;
}

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

.cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft {
    margin-top: 1rem;
  }
}

.cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft dl {
  width: 13.88889%;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft dl {
    width: 30%;
  }
}

.cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft dl i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
}

.cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft dl p {
  text-align: center;
  color: #6D6D6D;
  font: 500 1.25rem/1.6em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a2 .cp-show-a2-aft dl p {
    font-size: 1rem;
    margin-top: 0;
    padding: 1em 0;
  }
}

.cp_show_content .cp-show-va .cp-show-a3 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a3 {
    margin-top: 1rem;
  }
}

.cp_show_content .cp-show-va .cp-show-a3 .pat {
  border-top: .1875rem solid #0077B1;
  margin-top: 0.4em;
}

.cp_show_content .cp-show-va .cp-show-a3 .pat p {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 0.7em 1em;
  border-bottom: 1px solid #E6EDF2;
}

@media (max-width: 768px) {
  .cp_show_content .cp-show-va .cp-show-a3 .pat p {
    font-size: 1rem;
    padding: 1em 0.5em;
  }
}

.xw-list_v1 {
  margin-top: 7.5rem;
}

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

.xw-list_v1 .news-list li {
  padding: 1.8%;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li {
    margin-bottom: 1.5rem;
    padding: 3%;
  }
}

.xw-list_v1 .news-list li .xw-cont {
  width: 67.70833%;
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}

.xw-list_v1 .news-list li .xw-cont .datea {
  color: #AAAAAA;
  font: 500 .9375rem/1.5em "sourcehansans";
  vertical-align: middle;
}

.xw-list_v1 .news-list li .xw-cont .datea i {
  font: 500 .9375rem/1.5em "sourcehansans";
}

.xw-list_v1 .news-list li .xw-cont h2 a {
  display: block;
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-top: 0.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.xw-list_v1 .news-list li .xw-cont h2 a:hover {
  color: #0077B1;
}

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

.xw-list_v1 .news-list li .xw-cont .p {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont .p {
    font-size: 1rem;
  }
}

.xw-list_v1 .news-list li .xw-cont a.xwmo {
  color: #5B5B5B;
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont a.xwmo {
    margin-top: 0.5rem;
  }
}

.xw-list_v1 .news-list li .xw-cont a.xwmo i {
  display: inline-block;
  width: 1.625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.xw-list_v1 .news-list li .xw-cont a.xwmo:hover i {
  margin-left: 1em;
}

.xw-list_v1 .news-list li .xw-img {
  width: 30%;
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-img {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.xw-list_v1 .news-list li:not(:nth-child(1)) {
  box-shadow: none;
  border: 1px solid #D2E7F1;
}

.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont {
  width: 100%;
  margin-top: 0;
}

.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont .p {
  padding-bottom: 0.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont .p {
    margin-top: 0.5rem;
    white-space: initial;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 0;
  }
}

.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont a.xwmo {
  display: none;
}

.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-img {
  display: none;
}

.show-news-cont1 {
  background: #E2EBF1;
  padding: 4rem 0 3.25rem;
}

@media (max-width: 768px) {
  .show-news-cont1 {
    padding: 3rem 0 2.5rem;
  }
}

.show-news-cont1 .biaoti-tilte {
  color: #333333;
  font: 600 2.1875rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-cont1 .biaoti-tilte {
    font-size: 1.5rem;
  }
}

.show-news-cont1 .whhxaz {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1em;
}

.show-news-cont1 .whhxaz p {
  margin: 0 0.5em;
}

.show-news-cont1 .whhxaz i {
  font: 500 1rem/1.5em "sourcehansans";
}

.show-news-cont2 {
  padding: 2.9375rem 0 8.5rem;
}

@media (max-width: 768px) {
  .show-news-cont2 {
    padding: 1.6375rem 0 3.5rem;
  }
}

.show-news-cont2 .show-news-cont2c1 {
  width: 76.25%;
  padding-left: 5.25rem;
}

@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c1 {
    padding-left: 0;
    width: 100%;
  }
}

.show-news-cont2 .show-news-cont2c1 .content {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
}

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

.show-news-cont2 .show-news-cont2c2 {
  width: 20.69444%;
}

@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 {
    width: 100%;
    margin-top: 2rem;
  }
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a {
  border: 2px solid #EDF2F6;
  padding: 1em;
  margin-bottom: 1.5rem;
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a span {
  display: block;
  color: #262626;
  font: 600 1.125rem/1.5em "sourcehansans";
  position: relative;
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 70%;
  height: .125rem;
  background: #EDF2F6;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts p {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.4em 0;
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts p i {
  font: 500 1rem/1.5em "sourcehansans";
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a {
    font-size: 1rem;
  }
  .cp-list li .xhaht .p{
      min-height: auto;
  }
}

.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a:hover {
  color: #0077B1;
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts {
  border: .4375rem solid #E2EBF1;
  padding: 1em 1em 0.2em;
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .tghag_sgt h2 {
  color: #262626;
  font: 600 1.25rem/1.5em "sourcehansans";
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .tghag_sgt a {
  color: #6D6D6D;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd li {
  padding: 1em 0;
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd li + li {
  border-top: 1px solid #E2EBF1;
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd a.name {
  display: block;
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd a.name {
    font-size: 1rem;
  }
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date {
    margin-top: 0.3em;
  }
}

.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date i {
  font: 500 1rem/1.5em "sourcehansans";
}

.cberm {
  position: relative;
}

.cberm u {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  z-index: -1;
}

.cberm u img {
  width: 100%;
}

.cberm:hover u {
  left: 100%;
  opacity: 1;
}

.erhhx_a {
  width: 3.125rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

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

.erhhx_a .social-share a {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #81BE86;
  display: block;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.erhhx_a .social-share a:hover {
  background: #81BE86;
}

.erhhx_a .weggxa a {
  background: #81BE86;
  text-align: center;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.erhhx_a .weggxa a i img {
  max-width: 1.25rem;
  margin: 0 auto;
}

.erhhx_a .weggxa a.b i img {
  max-width: .7rem;
}

.fp-tableCell {
  position: relative;
}
em{
  font-style: italic;
}

.fp-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  -o-transition: -o-transform 1200ms ease;
  -moz-transition: transform 1200ms ease, -moz-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
}

@media (min-width: 991px) and (max-width: 1682px) {
  .section2-v1 {
    padding-top: 2.4rem;
  }
  .section3 .section3-v2 .xagffr li a.a {
    padding: 2.5rem 1em 3.625rem;
  }
  .section3 .section3-v1 {
    padding-bottom: 16%;
  }
  .section4 .wehhga {
    margin-top: 1rem;
  }
  .section4 .section4-v1 .a4_vas1 {
    width: 54%;
    margin-top: 0.5em;
  }
  .section4 .wehhga .mySwiper1 .aggevas {
    padding: 2rem 9%;
  }
  .section4 .section4-v1 .a4_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
  .section4-v1 {
    margin-top: 5rem;
  }
  .section5 .section5-v1 {
    padding-bottom: 12%;
  }
}


/*专利*/
.section51{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section51 .ryzs-list {
  width: 34.5%;
  padding: 1rem 0 1.5rem;
}
.section51-v1 .more-msl.bs{
        border-color: #81BE86;
    color: #81BE86;
}
.section51-v1 .more-msl.bs::before {
  background: #81BE86;
}

.section51-v1 .more-msl.bs:hover {
  color: #fff;
}
.section51-v2{
    position: relative;
    margin-top: 2.5rem;
}
.section51-v2 .mySwiper1a .swiper-slide a.img{
    display: block;
    padding: 1.125rem;
    background: #fff;
    border-radius: 1rem;
    height: 100%;
}
.section51-v2 .mySwiper1a .swiper-slide a.img img{
    width: 100%;
    opacity: 0;
}
.section51-v2 .mySwiper1a .swiper-slide a.img .txt{
    position: relative;
    background: #0077B1;
    color: #fff;
}
.section51-v2 .mySwiper1a .swiper-slide a.img .txt .ast1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.25em;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
}
.section51-v2 .mySwiper1a .swiper-slide a.img .txt .ast1 p{
    width: 100%;
}
.section51-v2 .mySwiper1a .swiper-slide a.img .txt .ast1 p+p{
    margin-top: 0.5rem;
}
.section51-v2 .mySwiper1a .swiper-slide a.img .tit{
    text-align: center;
    padding: 1rem 0 0;
}
.section51-v2 .mySwiper1a .swiper-wrapper{
       align-items: stretch;
}
.section51-v2 .mySwiper1a .swiper-wrapper .swiper-slide{
    height: auto;
}
@media (max-width: 768px) {
    .section51-v1{
        padding: 2.5rem 0;
    }
    .section51-v2 .mySwiper1a .swiper-slide a.img img{
          aspect-ratio: 9 / 9;
          object-fit: cover;
    }
    .section51-v2{
        margin-top: 0;
        padding-bottom: 2.5rem;
    }
    .section51{
        background: linear-gradient(90deg, #fff 24.39%, rgba(0, 0, 0, 0.00) 59.31%);
    }
  .section51 .ryzs-list {
    width: 100%;
    padding: 1rem 0 1rem;
  }
}
.section51 .ryzs-list li a {
  color: #6C6B6C;
  display: block;
  padding: 0.4em 0;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
.section51 .ryzs-list li a {
    padding: 0.35em 0;
  }
}

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

.section51 .ahhras > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  background: #fff;
  width: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.section51 .ahhras > div.swiper-button-next1 {
  left: -1.6875rem;
  outline: none;
}

.section51 .ahhras > div.swiper-button-prev1 {
  right: -1.6875rem;
  outline: none;
}

.section51 .ahhras > div i {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  outline: none;
}
.section51 .ahhras > div:hover{
    background: #0077B1;
}
.section51 .ahhras > div:hover i{
     color: #fff;
}

.section51 .ryzs-list li a:hover {
  color: #81BE86;
}
/*.honer-content {*/
/*  padding: 2rem 0 1rem;*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .honer-content {*/
/*    padding: 2rem 0 0.5rem;*/
/*  }*/
/*}*/
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.honer-content .honer-list li a.img {
  width: 100%;
}
.honer-content .honer-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 0.125rem solid #f0f0f0;
}
.honer-content .honer-list li a.img i img {
  width: 100%;
}
.honer-content .honer-list li a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  color: #999;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    padding: 0.5rem 0;
  }
}
.honer-content .honer-list li a.img:hover .tit {
  color: #81BE86;
}
.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.tops {
  display: none;
}
.zd_erha li > a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  background: #81BE86;
  border-radius: 50%;
  line-height: 3.75rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a.yysz {
  background: #81BE86;
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  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;
}
.zd_erha li > a i img {
  height: 1.6875rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}


.tcmgs-a {
  display: none;
  padding: 3.875rem 4.5833333333% 3.75rem;
  width: clamp(320px, 90%, 1200px);
}
@media (max-width: 768px) {
  .tcmgs-a {
    padding: 2.125rem 4.5833333333%;
  }
}
.tcmgs-a .carousel__button {
  top: 2rem !important;
  right: 7.3333333333% !important;
  width: 3rem;
  height: 3rem;
  background: #81BE86;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .tcmgs-a .carousel__button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.tcmgs-a .carousel__button svg {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.tcmgs-a .carousel__button:hover svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcmgs-a .msg-v1 .tit {
  color: #000000;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.65rem;
  }
}

.tcmgs-a form {
  margin-top: 1.5rem;
}

.tcmgs-a form dt {
  color: #6D6D6D;
  font: 500 1.125rem/2.4em "sourcehansans";
}

@media (max-width: 768px) {
    .tcmgs-a form{
         margin-top: 0.5rem;
    }
  .tcmgs-a form dt {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}

.tcmgs-a form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0 1em;
  color: #6D6D6D;
  font: 500 1rem/2.8em "sourcehansans";
}

@media (max-width: 768px) {
  .tcmgs-a form input {
    font-size: 1rem;
  }
}

.tcmgs-a form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0.5em 1em;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tcmgs-a form textarea {
    font-size: 1rem;
  }
}

.tcmgs-a form .div_aghgh {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .tcmgs-a form .div_aghgh {
    margin-top: 1rem;
  }
}

.tcmgs-a form .div_aghgh button {
  border: none;
}