
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}
@media (min-width: 1366px) and (max-width: 1660px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}


p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.07292%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}

.wh2 {
  padding: 0 23.95833%;
}

@media (max-width: 1366px) {
  .wh2 {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh2 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  height: 3.375rem;
  padding: 0 1.875rem 0 4.375rem;
  border-radius: 1.6875rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
}

.more-msl i {
  display: block;
  background: #fff;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  height: 3.375rem;
  border-radius: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: auto 0;
  top: 50%;
  left: -1px;
  position: absolute;
  width: 3.375rem;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}

.more-msl i img {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: .8125rem;
}

.more-msl i:after, .more-msl i:before {
  background: #ed7100;
  border-radius: 100%;
  content: "";
  opacity: .05;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.more-msl span {
  font-size: 1rem;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.more-msl:hover i {
  background: #000;
}

.more-msl:hover i img {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}

.more-msl:hover i:after {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.more-msl:hover i:before {
  -webkit-transform: scale(3);
     -moz-transform: scale(3);
      -ms-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3);
}

.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;
}
.hidden{
    display: none;
}
@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;
  }
}

.nav-img {
  padding-bottom: 71.15%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: 80%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 6.25rem;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 3.6875rem;
}

.head .head2 a.erhggx {
  display: block;
  color: #fff;
  font: 500 1.15rem/6.25rem "sourcehansans";
  margin-right: 1.7rem;
}

.head .head2 a.erhggx i {
  font-size: 1.15rem;
}

.head .head2 .sska i {
  color: #fff;
  font-size: 1.15rem;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #ed7100;
  top: 5.1875rem;
}

.head .serbtn {
  background: #ed7100;
}

.zywena {
  text-align: center;
}

.zywena a {
  display: inline-block;
  color: #000;
  font: 600 1.25rem/1.5em "sourcehansans";
  padding: 1em;
}

.zywena a:hover {
  color: #ed7100;
}

#menu {
  margin-right: 3.4rem;
  position: relative;
}

#menu .nav_a1 li {
  float: left;
}

#menu .nav_a1 li + li {
  padding-left: 3.95rem;
}

@media (max-width: 1200px) {
  #menu .nav_a1 li + li {
    padding-left: 2.7vw;
  }
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}

#menu .nav_a1 li > a {
  font-size: 1rem;
  position: relative;
  line-height: 6.25rem;
  text-transform: uppercase;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: -24px;
}

#menu .nav_a1 li > a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 80%;
  left: 0;
  background: #fff;
  z-index: 999;
  text-align: center;
  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;
  text-align: left;
}

#menu .nav_a1 li .sec a {
  font: 500 1rem/1.1em "sourcehansans";
  color: #525252;

  padding: 0.3em 0;
}

#menu .nav_a1 li .sec a:hover {
  color: #013B7B;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 50.15291%;
  padding: 1.875rem;
}
#menu .nav_a1 li:nth-child(6) .sec .wehxh-v .xgagf-a{

}
#menu .nav_a1 li:nth-child(6) .sec .wehxh-v .xgagf-a a {
  width: 50%;
 float: left;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a.abtfl a {
  width: 50%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a.abtfl a:nth-child(n+7) {
  width: 100%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 49.84709%;
  padding: 1.875rem;
  position: relative;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.875rem;
  background: #aaa;
  width: 1px;
  height: -webkit-calc(100% - 3.75rem);
  height: -moz-calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#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%;
}

#menu .nav_a1 li.abtnav .sec {
  width: 90%;
}

#menu .nav_a1 li.abtnav .sec .wehxh-v .xgagf-b {
  width: 47.64709%;
}

#menu .nav_a1 li.abtnav .sec .wehxh-v .xgagf-a {
  width: 52.15291%;
}

.head-ny {
  background: #fff;
}

.head-ny .head2 .sska i, .head-ny .head2 a.erhggx, .head-ny .head2 a.erhggx i {
  color: #000000;
}

.head-ny #menu .nav_a1 li > a {
  color: #000000;
}

.head-ny #menu .nav_a1 li > a::before {
  background: #ed7100;
}

.head-ny #menu .nav_a1 li:hover > a, .head-ny #menu .nav_a1 li.active > a {
  color: #ed7100;
}

.head-ny.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
       animation: sticky 1s;
}

@media (min-width: 991px) {
  .ny-body {
    padding-top: 6.25rem;
  }
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.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: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #000;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  text-transform: uppercase;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;

}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.pc-banner {
  position: relative;
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 33, 0.5);
  z-index: 1;
}

.pc-banner .mySwipera .swiper-slide .img > 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 .mySwipera .PcBanenr_content_arrow {
  position: absolute;
  top: 0;
  right: 4.3vw;
  z-index: 12;
  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-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pc-banner .mySwipera .PcBanenr_content_arrow img {
  width: 2.3125rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .PcBanenr_content_arrow img {
    width: 2rem;
    display: none;
  }
  .kajjt{
      display: none;
  }
}

.pc-banner .mySwipera .PcBanenr_content_arrow .PcBanenr_prev {
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
}

.pc-banner .mySwipera .PcBanenr_content_arrow .PcBanenr_next {
  cursor: pointer;outline: none;
}

.pc-banner .mySwipera .indexBox {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 8.7vw;
  position: absolute;
  top: 0;
  font-size: .9375rem;
  color: #FFFFFF;
  z-index: 1;
}

.pc-banner .mySwipera .indexBox .swiper-pagination {
  position: relative;
}

.pc-banner .mySwipera .indexBox .swiper-pagination .swiper-pagination-current::before {
  content: "0";
}

.pc-banner .mySwipera .indexBox .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}

.pc-banner .mySwipera .indexBox .swiper-pagination span:nth-child(1) {
  font-size: 2.375rem;
  font-weight: bolder;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .indexBox .swiper-pagination span:nth-child(1) {
    font-size: 1.6rem;
  }
}

.pc-banner .banner-wen {
  width: 100%;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pc-banner .banner-wen .banner-cont h2 {
  font: 500 3.375rem/1.35em "sourcehansans";
  text-transform: uppercase;
}

.pc-banner .banner-wen .banner-cont .dl {
  padding: 0.5em 0 1.5em;
}

.pc-banner .banner-wen .banner-cont .dl dd {
  font: 600 2.6125rem/1.3em "sourcehansans";
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .ban-wen2 {
    float: none;
  }
  .pc-banner .banner-wen .banner-cont .ban-wen2 h2 {
    font-size: 2rem;
  }
  .pc-banner .banner-wen .banner-cont .ban-wen2 .dl dd {
    font-size: 1.2rem;
  }
}

.pc-banner .priontBoxb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: url(../image/banner_bg.png) no-repeat 50%/cover;
}

.pc-banner .priontBox li {
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 100;
}

.pc-banner .priontBox li div {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #FFFFFF;
}

.pc-banner .priontBox li canvas {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-banner .priontBox li svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-banner .priontBox li svg .jdt2 {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 32px;
     -moz-transform-origin: 32px;
      -ms-transform-origin: 32px;
       -o-transform-origin: 32px;
          transform-origin: 32px;
}

.pc-banner .priontBox li svg .jdts2 {
  -webkit-animation: jtd2 infinite 5s linear;
     -moz-animation: jtd2 infinite 5s linear;
       -o-animation: jtd2 infinite 5s linear;
          animation: jtd2 infinite 5s linear;
}

.pc-banner .priontBox li:nth-child(1) {
  top: 50%;
  left: -webkit-calc( 100% * ( 1214 / 1920));
  left: -moz-calc( 100% * ( 1214 / 1920));
  left: calc( 100% * ( 1214 / 1920));
  -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
}

.pc-banner .priontBox li:nth-child(2) {
  top: 50%;
  left: -webkit-calc( 100% * ( 1220 / 1920));
  left: -moz-calc( 100% * ( 1220 / 1920));
  left: calc( 100% * ( 1220 / 1920));
}

.pc-banner .priontBox li:nth-child(3) {
  top: 50%;
  left: -webkit-calc( 100% * ( 1214 / 1920));
  left: -moz-calc( 100% * ( 1214 / 1920));
  left: calc( 100% * ( 1214 / 1920));
  -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
       -o-transform: translateY(100px);
          transform: translateY(100px);
}

.pc-banner .PcBanenr_content_list2.swiper-slide-active .priontBox li svg .jdt2 {
  -webkit-animation: jtd2 infinite 6.9s linear;
     -moz-animation: jtd2 infinite 6.9s linear;
       -o-animation: jtd2 infinite 6.9s linear;
          animation: jtd2 infinite 6.9s linear;
}

.pc-banner .PcBanenr_content_list2.swiper-slide-active .banner_bn {
  opacity: .3;
  -webkit-animation: mymove3 4.9s infinite;
     -moz-animation: mymove3 4.9s infinite;
       -o-animation: mymove3 4.9s infinite;
          animation: mymove3 4.9s infinite;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 1.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-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: 10s;
  /*动画所花费的时间*/
}

.zmfd1 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  /*动画所花费的时间*/
}

.zmfd2 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  /*动画所花费的时间*/
}

.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: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 40px;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2%;
  z-index: 99;
}

.kajjt i {
  width: 1.0625rem;
  display: inline-block;
}

.kajjt i img {
  width: 100%;
}

.kajjt span {
  display: block;
  color: #fff;
  font: 500 .875rem/1.5em "sourcehansans";
}

@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .pc-banner .priontBoxb, .pc-banner .priontBox {
    display: none;
  }
  .pc-banner .mySwipera .indexBox {
    right: 10%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .pc-banner .mySwipera .PcBanenr_content_arrow {
    position: static;
    height: auto;
  }
  .pc-banner .mySwipera .PcBanenr_content_arrow .PcBanenr_prev {
    right: 3%;
    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: 9;
  }
  .pc-banner .mySwipera .PcBanenr_content_arrow .PcBanenr_next {
    left: 3%;
    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: 9;
  }
  .pc-banner .banner-wen .wh {
    padding: 0 11%;
  }
  .pc-banner .mySwipera .PcBanenr_content_arrow .PcBanenr_prev {
    margin-bottom: 0;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

.title_a1 h2 {
  color: #000000;
  font: 500 2.1rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .title_a1 h2 {
    font-size: 1.5rem;
  }
}

.title_a1 p {
  color: #ed7100;
  font: 500 2rem/1.1em "sourcehansans";
}

@media (max-width: 768px) {
  .title_a1 p {
    font-size: 1.25rem;
  }
}

.title_a1 p::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 2px;
  background: #ed7100;
  margin: 0.4em 0;
}

@media (max-width: 768px) {
  .title_a1 p::after {
    width: 3rem;
  }
}

.title_a1 .p {
  color: #5B5A5A;
  font: 500 1rem/1.625em "sourcehansans";
}

.title_a1 .p b {
  color: #ed7100;
}

.title_a1.ta p::after {
  margin: 0.4em auto;
}

.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);
}

.pc-banner {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
}

.fp-watermark {
  display: none;
}

.section2 {
  position: relative;
}

@media (max-width: 990px) {
  .section2 {
    padding: 2.5rem 0;
  }
}

.section2 .a2_v1 {
  height: 50%;
  position: relative;
}

@media (max-width: 990px) {
  .section2 .a2_v1 {
    height: auto;
    padding: 0 0 2rem;
  }
}

.section2 .a2_v1 .wh {
  height: 100%;
}

.section2 .a2_v1 h2 {
  color: #212121;
  font: 600 2.8125rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .section2 .a2_v1 h2 {
    font-size: 1.7rem;
  }
}

.section2 .a2_v1 .p {
  color: #949494;
  font: 500 1rem/1.4em "sourcehansans";
  margin-top: 0.6em;
  width: 70%;
  text-align: justify;
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .p {
    font-size: 1rem;
    width: 100%;
  }
}

.section2 .a2_v1 .a2ba1 {
  position: relative;
  padding-left: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 990px) {
  .section2 .a2_v1 .a2ba1 {
    top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2ba1 {
    padding-left: 1em;
  }
}

.section2 .a2_v1 .a2ba1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: -moz-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: -o-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: linear-gradient(180deg, #35D5B1 0%, #29A8E1 100%);
}

.section2 .a2_v2 {
  height: 50%;
}

@media (max-width: 990px) {
  .section2 .a2_v2 {
    height: 50vw;
  }
}

@media (max-width: 768px) {
  .section2 .a2_v2 {
    height: auto;
  }
}

.section2 .a2_v2 .a2_b1 {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  position: relative;
  /*background: url(../images/ba1.jpg) no-repeat center;*/
  /*-o-background-size: cover;*/
  /*   background-size: cover;*/
   object-fit: cover;
}
.section2 .a2_v2 .a2_b1 u{
  display: block;
  width: 100%;
  height: 100%;
}
.section2 .a2_v2 .a2_b1 u img{
  object-fit: cover; width: 100%;
  height: 100%;
}
.section2 .a2_v2 .a2_b1 > div {
  min-width: 82%;
}

@media (max-width: 768px) {
  .section2 .a2_v2 .a2_b1 {
    width: 100%;
    /*padding: 2.5rem 0;*/
  }
  .section2 .a2_v2 .a2_b1 > div {
    /*position: static;*/
    /*-webkit-transform: translate(0, 0);*/
    /*   -moz-transform: translate(0, 0);*/
    /*    -ms-transform: translate(0, 0);*/
    /*     -o-transform: translate(0, 0);*/
    /*        transform: translate(0, 0);*/
    width: 80%;
    margin: 0 auto;
  }
}

.section2 .a2_v2 .a2_b1 h2 {
  font: 500 3.75rem/1.3em "sourcehansans";

}

@media (max-width: 768px) {
  .section2 .a2_v2 .a2_b1 h2 {
    font-size: 3rem;
  }
}

@media (max-width: 450px) {
  .section2 .a2_v2 .a2_b1 h2 {
    font-size: 2.5rem;
  }
}

.section2 .a2_v2 .a2_b1 .p {
  color: #fff;
  font: 500 1.1rem/1.4em "sourcehansans";
  margin-bottom: 1.4em;

}

@media (max-width: 768px) {
  .section2 .a2_v2 .a2_b1 .p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.section2 .a2_v2 .a2_b2 {
  background: url(../image/ba2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.section2 .a2_v2 .a2_b3 {
  background: url(../image/ba3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.titlea {
  position: relative;
  padding-left: 2.75rem;
}

@media (max-width: 768px) {
  .titlea {
    padding-left: 1em;
  }
}

.titlea:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: -moz-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: -o-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
  background: linear-gradient(180deg, #ed7100 0%, #ffffff 100%);
}

.titlea h2 {
  color: #212121;
  font: 600 2.5125rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .titlea h2 {
    font-size: 1.7rem;
  }
}


.animate,
.animate1 {
  position: relative;
  z-index: 5;
  font-size: 8.75rem;
  font-family: "SCHADOW";
  font-weight: bold;
  color: #d4d4d4;
  white-space: nowrap;
}

.animate1 {
  line-height: 1;
  -webkit-animation: shangxia 2s infinite;
     -moz-animation: shangxia 2s infinite;
       -o-animation: shangxia 2s infinite;
          animation: shangxia 2s infinite;
}

@-webkit-keyframes shangxia {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-moz-keyframes shangxia {
  0% {
    -moz-transform: translateY(0px);
         transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
         transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0px);
         transform: translateY(0px);
  }
}

@-o-keyframes shangxia {
  0% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(10px);
       transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
}

@keyframes shangxia {
  0% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.animate {
  -webkit-animation: 15s wordsLoop linear infinite normal;
     -moz-animation: 15s wordsLoop linear infinite normal;
       -o-animation: 15s wordsLoop linear infinite normal;
          animation: 15s wordsLoop linear infinite normal;
  display: inline-block;
}

.animate .span2,
.animate1 .span2 {
  color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
  text-stroke: 1px #d4d4d4;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
     -moz-transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
       -o-transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
          transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
}

.animate .c-ticker {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  -moz-animation: loop 80s -40s linear infinite;
    -o-animation: loop 80s -40s linear infinite;
       animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  -moz-animation: loop2 80s linear infinite;
    -o-animation: loop2 80s linear infinite;
       animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-moz-keyframes loop {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@-o-keyframes loop {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-moz-keyframes loop2 {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-200%);
         transform: translateX(-200%);
  }
}

@-o-keyframes loop2 {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(-200%);
       transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.section3 .a3_v1 {
  height: 100%;
}

.section3 .a3_v1 .a3_list1 {
  height: 100%;
}

.section3 .a3_v1 .a3_list1 li {
  height: 100%;
  overflow: hidden;
}

.section3 .a3_v1 .a3_list1 li:not(:nth-child(1)) .titlea h2{
    font-size: 1.9rem;
}

.section3 .a3_v1 .a3_list1 li .a3_head {
  background: #f98318;
  text-align: center;
  height: 100%;
  position: relative;
  width: 100%;
}

.section3 .a3_v1 .a3_list1 li .a3_head b {
  color: #fff;
  font: 600 1.5rem/1.5em "sourcehansans";
  display: block;
  padding-top: 4.375rem;
}

.section3 .a3_v1 .a3_list1 li .a3_head p {
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  right: 0;
  bottom: 38px;
  left: 0;
  position: absolute;
  color: #fff;
  font: 600 1.3rem/1em "sourcehansans";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(0deg);
  text-transform: Capitalize;
}

.section3 .a3_v1 .a3_list1 li .wenbba {
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach {
  position: relative;
}

@media (max-width: 1366px) {
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach {
    margin-top: 2rem;
  }
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggera {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: -40%;
}
.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggerata{
  position: absolute;
  top: 20%;
  z-index: 1;
  left: -40%;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggera .c-ticker__text {
  font-size: 7.4375rem;
  white-space: nowrap;
  display: block;
  color: #000000;
  font-weight: 500;
}
.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggerata .c-ticker__text {
  font-size: 7.4375rem;
  white-space: nowrap;
  display: block;
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggera .c-ticker__text {
    font-size: 6rem;
  }
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c1 {
  width: 41.90574%;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c1 .p {
  color: #7C7C7C;
  font: 500 1rem/1.5em "sourcehansans";
  border-top: 1px solid #434343;
  padding: 1.2em 0 2em;
  text-align: justify;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c2 {
  width: 48.2582%;
  position: relative;
  overflow: hidden;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c2 .ft-media_title {
  position: absolute;
  top: 20%;
}

.section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c2 .c-ticker__text {
  font-size: 7.4375rem;
  white-space: nowrap;
  display: block;
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c2 .c-ticker__text {
    font-size: 6rem;
  }
}

@media (min-width: 1366px) {
  .section3 .a3_v1 .a3_list1 li .wenbba .titlea {
    height: 0;
    padding-left: 0;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .titlea h2 {
    padding-left: 2.75rem;
    position: relative;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .titlea h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
    background: -moz-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
    background: -o-linear-gradient(top, #35D5B1 0%, #29A8E1 100%);
    background: linear-gradient(180deg, #35D5B1 0%, #29A8E1 100%);
  }
}

.section3 .a3_v1 .a3_list1 li:nth-child(2) .a3_head {
  background: #d87216;
}

.section3 .a3_v1 .a3_list1 li:nth-child(3) .a3_head {
  background: #ca6c18;
}

.section3 .a3_v1 .a3_list1 li:nth-child(4) .a3_head {
  background: #a95a14;
}

.section3 .a3_v1 .a3_list1 li.cur {
  position: relative;
}

.section3 .a3_v1 .a3_list1 li.cur .a3_head {
  opacity: 0;
}

.section3 .a3_v1 .a3_list1 li.cur .wenbba {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  padding: 0 18.14583% 0 16.54167%;
  opacity: 1;
}

@media (max-width: 990px) {
  img.yanfd-img {
    height: 70vw !important;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba {
    position: static;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  .section3 .a3_v1 .a3_list1 li .a3_head {
    display: none;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach {
    margin-top: 0;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  img.yanfd-img {
    height: auto !important;
    display: none;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba {
    padding-bottom: 2.5rem;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach .fggera {
    display: none;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section3 .a3_v1 .a3_list1 li .wenbba .wehhach .a3_c2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 1rem auto;
  }
}

.more-msl.he {
  color: #212121;
  background: #F4F9FA;
}

.more-msl.he i {
  background: #ed7100;
}

.more-msl.he i img {
  -webkit-filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
          filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}

.more-msl.he span {
  color: #212121;
}

.more-msl.he:hover i {
  background: #000;
}

.more-msl.he:hover i img {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.more-msl.he:hover i:after {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.more-msl.he:hover i:before {
  -webkit-transform: scale(3);
     -moz-transform: scale(3);
      -ms-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3);
}

#Accor0 {
  height: 100%;
}

#Accor0 .prazs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #Accor0 .prazs {
    position: static;
  }
}

img.yanfd-img {
  width: 100%;
  height: 100vh;
  visibility: hidden;
}

.section4 {
  background: url(../image/liyou1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 990px) {
  .section4 {
    padding: 6rem 0;
  }
}

@media (max-width: 768px) {
  .section4 {
    padding: 2.5rem 0;
  }
}

.section4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(20, 35, 61, 0.4);
  width: 100%;
  height: 100%;
}

.section4 .qa1 {
  position: absolute;
  width: 72vw;
  height: 72vw;
  background: rgba(238, 29, 35, 0.2);
  left: 7.8125%;
  bottom: -36vw;
  border-radius: 50%;
}

.section4 .qa2 {
  position: absolute;
  width: 58vw;
  height: 58vw;
  background: rgba(83, 38, 139, 0.3);
  left: 12.76042%;
  top: -29vw;
  border-radius: 50%;
}

.section4 .qa3 {
  position: absolute;
  width: 72vw;
  height: 72vw;
  background: rgba(0, 91, 172, 0.5);
  left: -19.58333%;
  top: -7.29167%;
  border-radius: 50%;
}

.section4 .wh {
  position: relative;
  z-index: 9;
}

.section4 .wh .whhtafg {
  font: 500 9.3125rem/0.8em "sourcehansans";
  text-transform: uppercase;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .section4 .wh .whhtafg {
    font-size: 10vw;
  }
}

@media (max-width: 450px) {
  .section4 .wh .whhtafg {
    display: none;
  }
}

.section4 .wh .a4_list1 {
  margin-top: -0.4rem;
}

@media (max-width: 450px) {
  .section4 .wh .a4_list1 {
    margin-top: 0.5rem;
  }
}

.section4 .wh .a4_list1 li {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
  background: rgba(240, 240, 240, 0.9);
  padding: 3.625rem 3%;
}

@media (max-width: 768px) {
  .section4 .wh .a4_list1 li {
    width: 100%;
    padding: 2rem 5%;
    margin-top: 1rem;
  }
}

.section4 .wh .a4_list1 li:nth-child(2) {
  background: rgba(242, 242, 242, 0.9);
}

.section4 .wh .a4_list1 li:nth-child(3) {
  background: rgba(255, 255, 255, 0.9);
}

.section4 .wh .a4_list1 li i {
  display: block;
  font-size: 0;
}

.section4 .wh .a4_list1 li i img {
  width: 3.9375rem;
}

@media (max-width: 768px) {
  .section4 .wh .a4_list1 li i img {
    width: 2.5rem;
  }
}

.section4 .wh .a4_list1 li i img.b {
  display: none;
}

.section4 .wh .a4_list1 li h2 {
  color: #ed7100;
  font: 600 1.2rem/1.5em "sourcehansans";
  text-transform: uppercase;
  margin: 0.8em 0 1em;
}

@media (max-width: 768px) {
  .section4 .wh .a4_list1 li h2 {
    font-size: 1.25rem;
    margin: 0.4em 0 0.5em;
  }
}

.section4 .wh .a4_list1 li .p {
  color: #7D7D7D;
  font: 500 1rem/1.5em "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .section4 .wh .a4_list1 li .p {
    font-size: 1rem;
  }
}

.section4 .wh .a4_list1 li:hover, .section4 .wh .a4_list1 li.active {
  background: url(../image/liyou2.png) no-repeat 90% bottom rgba(237 113 0 / 74%);
  -o-background-size: 40% auto;
     background-size: 40% auto;
}

@media (max-width: 768px) {
  .section4 .wh .a4_list1 li:hover, .section4 .wh .a4_list1 li.active {
    -o-background-size: 30vw auto;
       background-size: 30vw auto;
  }
}

.section4 .wh .a4_list1 li:hover i img.a, .section4 .wh .a4_list1 li.active i img.a {
  display: none;
}

.section4 .wh .a4_list1 li:hover i img.b, .section4 .wh .a4_list1 li.active i img.b {
  display: block;
}

.section4 .wh .a4_list1 li:hover h2, .section4 .wh .a4_list1 li.active h2 {
  color: #fff;
}

.section4 .wh .a4_list1 li:hover .p, .section4 .wh .a4_list1 li.active .p {
  color: #fff;
}

.title4 .titlea h2 {
  color: #fff;
}

.cont5a {
  background: url(../image/youshi.jpg) no-repeat center !important;
  -o-background-size: cover !important;
     background-size: cover !important;
}

.section5 {
  background: url(../image/youshi.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 990px) {
  .section5 {
    padding: 6rem 0;
  }
}

@media (max-width: 768px) {
  .section5 {
    padding: 2.5rem 0;
  }
}

.section5 .title4 .wehhgatsa {
  width: 40.34335%;
}

@media (max-width: 768px) {
  .section5 .title4 .wehhgatsa {
    width: 100%;
  }
}

.section5 .title4 .wehhgats {
  width: 49.92847%;
}

@media (max-width: 768px) {
  .section5 .title4 .wehhgats {
    width: 100%;
    margin-top: 1rem;
  }
}

.section5 .title4 .wehhgats .p {
  color: #FFFFFF;
  font: 500 1.1rem/1.45em "sourcehansans";
}

.section5 .title4 .wehhgats a.more-msl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .section5 .title4 .wehhgats a.more-msl {
    margin-top: 1rem;
  }
  .section5 .title4 .wehhgats .p{
      text-align: justify;
  }
}

.section5 .ahhraa {
  margin: 7% 10% 0;
}

@media (max-width: 768px) {
  .section5 .ahhraa {
    margin: 4% 4% 0;
  }
}

.section5 .ahhraa li {
  width: 13.5625rem;
  height: 13.5625rem;
  position: relative;
}

.section5 .ahhraa li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: .375rem solid #D9D9D9;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .section5 .ahhraa li {
    width: 30vw;
    margin: 1rem 5vw 1rem;
    height: 30vw;
  }
}

@media (max-width: 450px) {
  .section5 .ahhraa li {
    width: 35vw;
    margin: 1rem 2vw 1rem;
    height: 35vw;
  }
}

.section5 .ahhraa li svg {
  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%);
  width: auto;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}

.section5 .ahhraa li svg .circle {
  -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: stroke-dashoffset 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: stroke-dashoffset 3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: stroke-dashoffset 3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
       -o-transform: rotate(10deg);
          transform: rotate(10deg);
  stroke-dasharray: 430;
  stroke-dashoffset: 430;
}

.section5 .ahhraa li svg.a3 .circle {
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

.section5 .ahhraa li svg.a4 .circle {
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

.section5 .ahhraa li .iagg {
  width: 100%;
}

.section5 .ahhraa li .a {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font: 600 2rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .section5 .ahhraa li .a {
    font-size: 1.5rem;
  }
}

.section5 .ahhraa li p {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font: 600 1.25rem/1em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .section5 .ahhraa li p {
    font-size: 0.9rem;
  }
}

.section5.active .ahhraa li svg.a1 .circle {
  stroke-dashoffset: 280;
}

.section5.active .ahhraa li svg.a2 .circle {
  stroke-dashoffset: 180;
}

.section5.active .ahhraa li svg.a3 .circle {
  stroke-dashoffset: 90;
}

.section5.active .ahhraa li svg.a4 .circle {
  stroke-dashoffset: 90;
}

.section6 {
  background: url(../image/news.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}

@media (max-width: 990px) {
  .section6 {
    padding: 6rem 0;
  }
}

@media (max-width: 1366px) {
  .section6 .wh {
    padding-left: 18%;
  }
}

@media (max-width: 768px) {
  .section6 {
    padding: 2.5rem 0;
  }
  .section6 .wh {
    padding: 0 4%;
  }
}

.section6 .a6-tit {
  font: 500 11.125rem/0.8em "sourcehansans";
  text-transform: uppercase;
  -webkit-text-stroke-color: #D3D3D3;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
     -moz-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

@media (max-width: 990px) {
  .section6 .a6-tit {
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
  .section6 .a6-tit {
    display: none;
  }
}

.section6 .titlea h2 {
  color: #fffff;
}

.section6 .wehhga {
  margin-left: 15.625%;
  position: relative;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .section6 .wehhga {
    margin: 1.5rem 4% 0;
  }
}

.section6 .wehhga .mySwiper2 {
  padding-right: 21.875%;
  position: relative;
}

@media (max-width: 768px) {
  .section6 .wehhga .mySwiper2 {
    padding-right: 0;
  }
}

.section6 .wehhga .mySwiper2 .aggevas {
  background: #FFFFFF;
  padding: 2.375rem 9%;
  border-right: 1px solid #C9C9C9;
}

.section6 .wehhga .mySwiper2 .aggevas span {
  display: block;
  color: #ed7100;
  font: 500 1.125rem/1.5em "sourcehansans";
  position: relative;
  z-index: 1;
}

.section6 .wehhga .mySwiper2 .aggevas a.name {
  display: block;
  color: #515151;
  font: 500 1.375rem/1.2em "sourcehansans";
  margin: 1rem 0 4rem;
  position: relative;
  z-index: 1;
  height: 2.4em;
  overflow: hidden;
}

.section6 .wehhga .mySwiper2 .aggevas a.xwmore {
  position: relative;
  z-index: 1;
}

.section6 .wehhga .mySwiper2 .aggevas a.xwmore i {
  display: block;
  width: 1.25rem;
  margin-right: 0.4em;
}

.section6 .wehhga .mySwiper2 .aggevas a.xwmore i img {
  width: 100%;
}

.section6 .wehhga .mySwiper2 .aggevas a.xwmore p {
  color: #9C9C9C;
  font: 500 1rem/1.5em "sourcehansans";
}

.section6 .wehhga .mySwiper2 .swiper-slide {
  padding: 2.0625rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .section6 .wehhga .mySwiper2 .swiper-slide {
    padding: 1.0625rem 0;
  }
}

.section6 .wehhga .mySwiper2 .swiper-slide::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  background: url(../image/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;
}

.section6 .wehhga .mySwiper2 .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%;
}

.section6 .wehhga .mySwiper2 .swiper-slide:hover .aggevas span, .section6 .wehhga .mySwiper2 .swiper-slide:hover .aggevas a.name {
  color: #fff;
}

.section6 .wehhga .mySwiper2 .swiper-slide:hover .aggevas a.xwmore p {
  color: #fff;
}

.section6 .wehhga .mySwiper2 .swiper-slide:hover .aggevas a.xwmore img {
  -webkit-filter: invert(52%) sepia(84%) saturate(489%) hue-rotate(156deg) brightness(95%) contrast(85%);
          filter: invert(52%) sepia(84%) saturate(489%) hue-rotate(156deg) brightness(95%) contrast(85%);
}

@media (max-width: 768px) {
  .section6 .wehhga .ahhras {
    display: none;
  }
}

.section6 .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: #ed7100;
  width: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border-radius: 50%;
}

.section6 .wehhga .ahhras > div.swiper-button-next1 {
  left: -1.6875rem;
  outline: none;
}

.section6 .wehhga .ahhras > div.swiper-button-prev1 {
  right: 20.46875%;outline: none;
}

.section6 .wehhga .ahhras > div i {
  color: #fff;
  font-size: 1.2rem;
}

.foot-fot {
  background: url("../image/dbbj.jpg");
  padding-top: 3.45rem;
}

@media (max-width: 990px) {
  .foot-fot {
    padding-top: 1rem;
  }
}

.foot-fot .foota1 .dlofoa a.d_logo {
  display: block;
  width: 11.625rem;
}

.foot-fot .foota1 .dlofoa a.d_logo img {
  width: 100%;
}

@media (max-width: 990px) {
  .foot-fot .foota1 .dlofoa a.d_logo {
    margin: 0 auto;
  }
}

.foot-fot .foota1 .dlofoa h2 {
  color: #FFFFFF;
  font: 500 .8375rem/1.2em "sourcehansans";
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  text-transform: uppercase;
}

.foot-fot .foota1 .dlofoa h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}

@media (max-width: 990px) {
  .foot-fot .foota1 .dlofoa h2 {
    display: none;
  }
}

.foot-fot .foota1 .d_nav {
  margin-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.foot-fot .foota1 .d_nav li a {
  display: block;
}

.foot-fot .foota1 .d_nav li > a {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1.25rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

.foot-fot .foota1 .d_nav li .sec {
  margin-top: 0.25rem;
}

.foot-fot .foota1 .d_nav li .sec a {
  color: rgba(255, 255, 255, 0.5);
  font: 500 0.9rem/1.4em "sourcehansans";
 
  padding: 0.35em 0;
}

.foot-fot .foota1 .d_nav li .sec a:hover {
  color: #fff;
}

.foot-fot .foota1 .d_nav li:last-child {
  width: 30%;
}

.foot-fot .foota1 .d_nav li:last-child .sec {
  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;
}

.foot-fot .foota1 .d_nav li:last-child .sec a {
  width: 48%;
}

.foot-fot .footas2ars {
  padding: 2.5rem 0;
}

@media (max-width: 990px) {
    .foot-fot .foota1{
        display: none;
    }
  .foot-fot .footas2ars {
    padding: 1rem 0 2rem;
  }
}

.foot-fot .footas2ars .fo_as1 h2 {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1.25rem/1.5em "sourcehansans";
}

.foot-fot .footas2ars .fo_as1 .dlahhxa {
  color: rgba(255, 255, 255, 0.5);
  font: 500 0.9rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}

@media (max-width: 990px) {
  .foot-fot .footas2ars .fo_as1 {
    margin-bottom: 1em;
  }
}

.foot-fot .footas2ars .fo_as2 h2 {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1.25rem/1.4em "sourcehansans";
}

.foot-fot .footas2ars .fo_as2 .dxagasgh {
  margin-top: 1rem;
}

.foot-fot .footas2ars .fo_as2 .dxagasgh a {
  display: inline-block;
  margin: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 2.0625rem;
  color: #083A74;
  border: none;
  background: rgba(255, 255, 255, 0.15);
}

.foot-fot .footas2ars .fo_as2 .dxagasgh a + a {
  margin-left: .6875rem;
}

.foot-fot .foota2 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.4);
  font: 500 0.9rem/1.5em "sourcehansans";
  background: #000;
}

.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-fot .foota2 a:hover {
  color: #fff;
}

.foot1-m {
  padding-bottom: 1.4em;
  display: none;
  width: 100%;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block; padding-bottom: 0.4em;
  }
}

.section {
  overflow: hidden;
  max-height: 100vh;
}
.section .fp-tableCell{
    max-height: 100vh;
}
.dbb {
  height: 50px;
}

@media (max-width: 768px) {
  .social-share .icon-wechat .wechat-qrcode {
    left: 0;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    left: 5%;
  }
}

.rightfix.active {
  right: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.rightfix {
  width: 3.75rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.25rem 0;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  z-index: 1000;
}

.rightfix .text {
  word-wrap: break-word;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  line-height: 0.9;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 3.75rem;
  height: 8rem;
}

.fix_chat.active {
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.fix_chat {
  position: fixed;
  bottom: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  right: 4.625rem;
  z-index: 1001;
  width: 24rem;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.fix_chat .button--aylen {
  text-transform: uppercase;
}

.fix_chat .top,
.fix_chat .center,
.fix_chat .bot {
  padding: 1.25rem;
}

.fix_chat .top {
  border-bottom: 1px solid #888;
}

.fix_chat .top .fl {
  font-size: 1.5em;
  margin: 0 0 0 8px;
  font-weight: lighter;
}

.fix_chat .top .fl .iconfont {
  font-size: 1.5rem;
}

.fix_chat .top .close_chat .iconfont {
  font-size: 1.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.fix_chat .top .close_chat:hover .iconfont {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #ed7100;
}

.fix_chat .center {
  padding-bottom: 1.5rem;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}

.fix_chat .center .clearfix {
  margin-bottom: .625rem;
}

.fix_chat .center .fl {
  font-size: .75rem;
  font-weight: lighter;
  line-height: 2.5rem;
  width: 30%;
}

.fix_chat .center .fr {
  width: 70%;
}

.fix_chat .center input,
.fix_chat .center textarea {
  width: 100%;
  line-height: 2.2rem;
  height: 2.5rem;
  border: 1px solid #888;
  background-color: #fff;
  font-size: .75rem;
  padding: 0 .5rem;
  letter-spacing: -0.5px;
  color: #666;
}

.fix_chat .center ::-webkit-input-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center :-moz-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center ::-moz-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center :-ms-input-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center .cancel:hover,
.fix_chat .center .start_chat:hover {
  color: #fff;
}

.fix_chat .center .cancel {
  width: 5.375rem;
  text-align: center;
  color: #fff;
  background-color: #222529;
  border: none;
  margin-top: .625rem;
  line-height: 2rem;
  font-size: .75rem;
}

.fix_chat .center .start_chat {
  width: 6.4375rem;
  font-size: .75rem;
  text-align: center;
  background: #ed7100;
  border: none;
  line-height: 2rem;
  margin-top: .625rem;
  color: #fff;
}

.fix_chat .cancel {
  cursor: pointer;
}

.fix_chat .sure_close {
  padding: .625rem 1.5rem 1.5rem;
  border: 1px solid #eee;
  position: absolute;
  top: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  left: 0;
  width: 92%;
  z-index: 1002;
  background-color: #383838;
  border-color: #222529;
  left: 4%;
}

.fix_chat .sure_close .text {
  font-size: .875rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: .9375rem;
}

.fix_chat .sure_close .cancel.active {
  background: #fff;
  color: #FFDA2A;
}

@media (max-width: 1366px) {
  .fix_chat {
    width: 24rem;
  }
}

.zdanan {
  position: fixed;
  right: 1.2%;
  bottom: 5%;
  z-index: 999;
}

.zdanan a.zdant {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zdanan a.zdant i {
  height: 1.2975rem;
  display: block;
}

.zdanan a.zdant i img {
  height: 100%;
}

.ny_ban .wehha {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 41%;
}

.ny_ban .wehha h2 {
  font: 600 3.4375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ny_ban .wehha h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

.ny_ban .wehha p {
  font: 600 2.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ny_ban .wehha p {
    font-size: 1rem;
  }
}

.n_mbx {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: -1px;
}

.n_mbx .wh .n_src {
  text-align: center;
  margin-top: -6rem;
  background: #fff;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    margin-top: 0;
    padding: 1rem 0;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
  padding: 0 2%;
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 600 1.125rem/2rem "sourcehansans";
  color: #333333;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #D7000F;
}

.n_mbx .wh .n_src li.active a {
  color: #D7000F;
}

.ajhhsd {
  color: #515151;
  font: 500 .875rem/2em "sourcehansans";
  margin: 1.2em 0;
  /*text-transform: uppercase;*/
}

.ajhhsd a {
  color: #515151;
}

.ajhhsd a:hover {
  color: #ed7100;
}

.ajhhsd span {
  padding: 0 0.2em;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
     -moz-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
       -o-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.ajhhsd span:last-child {
  display: none;
}

.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: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e0771b;
  border-color: #e0771b;
  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 5.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;
}

.ny-content {
  margin-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .ny-content {
    margin-bottom: 2rem;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

/* 图片动画 */
.fang {
  overflow: hidden;
}

.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);
}

.fang img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@-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%);
  }
}

.nbanner .nbanner-wen1 {
  width: 100%;
}

.nbanner .nbanner-wen1.nbanner-wen-top {
  -webkit-transform: translate(-50%, -85%);
     -moz-transform: translate(-50%, -85%);
      -ms-transform: translate(-50%, -85%);
       -o-transform: translate(-50%, -85%);
          transform: translate(-50%, -85%);
}

.nbanner .banner-cont {
  color: #fff;
}

.nbanner .banner-cont h2 {
  font: 600 3.125rem/1.5em "sourcehansans";

}

@media (max-width: 768px) {
  .nbanner .banner-cont h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 540px) {
  .nbanner .banner-cont h2 {
    font-size: 1.5rem;
    line-height: 1.2em;
    margin-bottom: 0.3em;
  }
}

.nbanner .banner-cont .p {
  font: 600 1.25rem/1.5em "sourcehansans";
  max-width: 60%;

}

@media (max-width: 1024px) {
  .nbanner .banner-cont .p {
    max-width: 65%;
  }
}

@media (max-width: 768px) {
  .nbanner .banner-cont .p {
    font-size: 1.3rem;
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  .nbanner .banner-cont .p {
    font-size: 1.2rem;
  }
}

.xw_ny_banner {
  background: url(../image/nyxwa.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.25rem 0;
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 2rem;
  }
}

.news-list {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .news-list {
    padding-bottom: 1rem;
  }
}

.news-list li {
  padding: 2.1875rem 0;
  border-bottom: 1px solid #DBDDE1;
}

.news-list li:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .news-list li {
    padding: 1.2rem 0;
  }
}

@media (max-width: 540px) {
  .news-list li {
    padding: 1.2rem 0 0.8rem;
  }
}

.news-list li a.img {
  display: block;
  width: 29.95392%;
}

@media (max-width: 540px) {
  .news-list li a.img {
    width: 100%;
  }
}

.news-list li .xw-nycont {
  width: 66.17512%;
}

@media (max-width: 540px) {
  .news-list li .xw-nycont {
    width: 100%;
    margin-top: 1em;
  }
}

.news-list li .xw-nycont .datea {
  color: #ed7100;
  font: 500 1.125rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .xw-nycont .datea {
    font-size: 0.86rem;
  }
}

.news-list li .xw-nycont h2 {
  margin: 0.4em auto;
}

@media (max-width: 768px) {
  .news-list li .xw-nycont h2 {
    margin: 0.1em auto;
  }
}

.news-list li .xw-nycont h2 a {
  color: #515151;
  font: 500 1.2rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .xw-nycont h2 a {
    font-size: 1.1rem;
  }
}

.news-list li .xw-nycont h2 a:hover {
  color: #000;
}

.news-list li .xw-nycont .p {
  color: #7D7D7D;
  font: 500 1rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .xw-nycont .p {
    font-size: 1rem;
  }
}

.news-list li .xw-nycont .xw-moresa {
  display: inline-block;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .news-list li .xw-nycont .xw-moresa {
    margin-top: 0.5em;
  }
}

.news-list li .xw-nycont a.xwmore {
  position: relative;
  padding: 0.2em 0;
}

.news-list li .xw-nycont a.xwmore i {
  display: block;
  width: 1.25rem;
  margin-right: 0.4em;
}

.news-list li .xw-nycont a.xwmore p {
  color: #9C9C9C;
  font: 500 1rem/1.5em "sourcehansans";
}

.news-list li .xw-nycont a.xwmore:after {
  content: "";
  display: block;
  width: 0;
  height: .125rem;
  background: #9C9C9C;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.news-list li .xw-nycont a.xwmore:hover:after {
  width: 100%;
}

.xw_list_v1 .xw_list_va1 {
  width: 77.5%;
}

@media (max-width: 990px) {
  .xw_list_v1 .xw_list_va1 {
    width: 100%;
  }
}

.xw_list_v1 .xw_list_va2 {
  width: 19.42857%;
}

@media (max-width: 990px) {
  .xw_list_v1 .xw_list_va2 {
    display: none;
  }
}

.xw_list_v1 .xw_list_va2 h2.xw-titax {
  color: #000000;
  font: 600 1.125rem/2em "sourcehansans";
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc1 {
  margin-bottom: 2rem;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc1 .xggasx .conx input {
  background: #F5F5F5;
  width: -webkit-calc(100% - 2.9375rem);
  width: -moz-calc(100% - 2.9375rem);
  width: calc(100% - 2.9375rem);
  line-height: 2.8125rem;
  text-indent: 0.5em;
  font-size: .875rem;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc1 .xggasx .conx button {
  background: #ed7100;
  width: 2.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  -webkit-transition: auto;
  -o-transition: auto;
  -moz-transition: auto;
  transition: auto;
  color: #fff;
  border: none;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc1 .xggasx .conx button i {
  text-align: center;
  font-size: 1.25rem;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 {
  margin-bottom: 2rem;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs {
  border-top: 1px solid #EBEBEB;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs li {
  border-bottom: 1px solid #EBEBEB;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs li a {
  display: block;
  color: #797878;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.8em 0;
  text-transform: Capitalize;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs li a i {
  display: inline-block;
  width: .375rem;
  margin-right: 0.45em;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs li a i img {
  width: 100%;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc2 .n_srcs li a:hover {
  color: #ed7100;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc3 .xw_list_vc3a {
  border-top: 1px solid #EBEBEB;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc3 .xw_list_vc3a a.tag {
  display: inline-block;
  color: #797878;
  font: 500 1rem/2.5em "sourcehansans";
  border: 1px solid #EBEBEB;
  border-radius: 1.45em;
  padding: 0 1em;
  margin-top: 1rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.xw_list_v1 .xw_list_va2 .xw_list_vc3 .xw_list_vc3a a.tag:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.ny-news-content .biaoti-tilte {
  color: #515151;
  font: 600 1.675rem/1.2em "sourcehansans";
  margin-top: 1em;
	text-align: center;
}

@media (max-width: 768px) {
  .ny-news-content .biaoti-tilte {
    font-size: 1.4rem;
    margin-top: 0.6em;
  }
}

.ny-news-content .whhxaz {
  color: #ed7100;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.7em 0;
}

@media (max-width: 768px) {
  .ny-news-content .whhxaz {
    font-size: 1rem;
  }
}

.ny-news-content .dfdxdna {
  position: relative;
}

.ny-news-content .dfdxdna::after {
  content: "";
  width: 38%;
  height: 1px;
  display: block;
  background: #D9D9D9;
	margin-top: -41px;
}

@media (max-width: 768px) {
  .ny-news-content .dfdxdna::after {
    width: -webkit-calc(-webkit-calc(90% - 185px) / 2);
    width: -moz-calc(-moz-calc(90% - 185px) / 2);
    width: calc(calc(90% - 185px) / 2);
  }
}

.ny-news-content .dfdxdna::before {
  content: "";
  width: 38%;
  height: 1px;
  display: block;
  background: #D9D9D9;
	margin-top: -41px;
}

@media (max-width: 768px) {
  .ny-news-content .dfdxdna::before {
    width: -webkit-calc(-webkit-calc(90% - 185px) / 2);
    width: -moz-calc(-moz-calc(90% - 185px) / 2);
    width: calc(calc(90% - 185px) / 2);
  }
}

.ny-news-content .dfdxdna a {
  display: inline-block;
  margin: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 2.0625rem;
  color: #5B5B5B;
  border: 1px solid rgba(91, 91, 91, 0.15);
}

.ny-news-content .dfdxdna a + a {
  margin-left: .3875rem;
}

.ny-news-content .content {
  padding: 2.8125rem 0 1.875rem;
  color: #4D4C4C;
  font: 500 1rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-news-content .content {
    padding: 1.7rem 0;
    font-size: 1rem;
  }
}

a.fhan-more {
  display: inline-block;
  color: #fff;
  font: 500 1rem/2.625em "sourcehansans";
  padding: 0 2.2em;
  border-radius: 1.375rem;
  background: #ed7100;
  position: relative;
  overflow: hidden;
}

a.fhan-more span {
  display: block;
  position: relative;
  z-index: 2;
}

a.fhan-more:before {
  content: "";
  position: absolute;
  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;
}

a.fhan-more:hover {
  color: #fff;
}

a.fhan-more:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.ny-news-content-show {
  padding-bottom: 10rem;
}

@media (max-width: 768px) {
  .ny-news-content-show {
    padding-bottom: 2rem;
  }
}

.abt-tit {
  color: #212121;
  font: 600 1.9rem/1.3em "sourcehansans";

}

@media (max-width: 768px) {
  .abt-tit {
    font-size: 1.7rem;
  }
}

.abt-tit2 {
  color: #ed7100;
  font: 600 1.3rem/1.3em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .abt-tit2 {
    font-size: 1.1rem;
  }
}

.abt-titta {
  color: #212121;
  font: 500 1.3rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

.abt-cont1 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    margin-top: 1.2rem;
  }
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v1 {
    display: none;
  }
}

.abt-cont1 .abt-cont1-v1 .abt-cont1-v1a {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  z-index: 99;
}

.abt-cont1 .abt-cont1-v1 .abt-cont1-v1a i {
  width: 32.85714%;
  margin-right: 2.8%;
}

.abt-cont1 .abt-cont1-v1 .abt-cont1-v1a span {
  font-size: 4.625rem;
  text-transform: uppercase;
}

.abt-cont1 .abt-cont1-v1 .abt-cont1-v1a span.sp2 {
  -webkit-text-stroke-color: #fff;
}

.abt-cont1 .abt-cont1-v1 .abt-cont1-v1a .label_el {
  -webkit-text-stroke-color: #A39F9F;
  color: rgba(26, 26, 26, 0);
}

.abt-cont1 .abt-cont1-v2 .abt-cont1-b1 {
  width: 45.92857%;
  margin-top: 10%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v2 .abt-cont1-b1 {
    margin-top: 0;
    width: 100%;
  }
}

.abt-cont1 .abt-cont1-v2 .abt-cont1-b1 .p {
  color: #4D4C4C;
  font: 500 1rem/1.7em "sourcehansans";
  padding: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v2 .abt-cont1-b1 .p {
    padding: 0.5rem 0 1rem;
    font-size: 1rem;
  }
}

.abt-cont1 .abt-cont1-v2 .abt-cont1-b2 {
  width: 48.28571%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v2 .abt-cont1-b2 {
    width: 100%;
    margin-top: 1.7rem;
  }
}

.abt-cont1 .abt-cont1-v3 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v3 {
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abt-cont1-v3 h3 {
  color: #221F1F;
  font: 600 3.8rem/1.35em "sourcehansans";
}
.abt-cont1 .abt-cont1-v3 h3 span span{
    font-size: 2.4rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v3 h3 {
    font-size: 2.6rem;
  }
  .abt-cont1 .abt-cont1-v3 h3 span span{
       font-size: 1.8rem;
  }
}

.abt-cont1 .abt-cont1-v3 h3 strong {
  color: #ed7100;
}

.abt-cont1 .abt-cont1-v3 h3 em {
  font-size: 2.8125rem;
  vertical-align: super;
  display: inline-block;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v3 h3 em {
    font-size: 1.8rem;
  }
}

.abt-cont1 .abt-cont1-v3 h2 {
  color: #221F1F;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 0.3em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v3 h2 {
    font-size: 1.1rem;
  }
}

.abt-cont1 .abt-cont1-v3 .p {
  color: #4D4C4C;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1-v3 .p {
    font-size: 1rem;
  }
}

.swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.swiper-pagination1 span {
  background: #D9D9D9;
  width: 1.0625rem;
  height: 1.0625rem;
  opacity: 1;
  margin: 0 0.5rem !important;
}

@media (max-width: 768px) {
  .swiper-pagination1 span {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem !important;
  }
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #ed7100;
}

.abt-cont2 {
  margin-top: 7.125rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    margin-top: 1.6rem;
  }
}

.abt-cont2 .abt-cont2_list1 {
  background: url(../image/bja1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 {
    margin-top: 1rem;
  }
}

.abt-cont2 .abt-cont2_list1 li {
  width: 25%;
  padding: 14.25rem 3% 16.375rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li {
    width: 50%;
    padding: 6rem 3% 6.5rem;
  }
}

@media (max-width: 450px) {
  .abt-cont2 .abt-cont2_list1 li {
    padding: 3rem 3% 3.5rem;
  }
}

.abt-cont2 .abt-cont2_list1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li + li {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .abt-cont2 .abt-cont2_list1 li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.abt-cont2 .abt-cont2_list1 li h2 {
  color: #FFFFFF;
  font: 600 1.875rem/1.5em "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li h2 {
    font-size: 1.4rem;
  }
}

.abt-cont2 .abt-cont2_list1 li .p {
  color: #FFFFFF;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .p {
    font-size: 1rem;
  }
}

.abt-cont2 .abt-cont2_list1 li:hover {
  background: rgb(206 105 13);
}

.abt-cont2 .abt-cont2_list1 li:nth-child(2):hover {
  background: rgb(238 141 52);
}

.abt-cont2 .abt-cont2_list1 li:nth-child(3):hover {
  background: rgb(237 154 79);
}

.abt-cont2 .abt-cont2_list1 li:nth-child(4):hover {
  background: rgb(229 165 107);
}

.abt-cont3 {
  background: url(../image/bja2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.8rem 0 6.4rem;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0;
  }
}

.abt-cont3 .mySwiper4 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper4 {
    margin-top: 1.4rem;
  }
}

.abt-cont3 .mySwiper4 .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.abt-cont3 .mySwiper4 a.tasgsz {
  background: url(../image/aggsx.png) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 4.0625rem;
}

.abt-cont3 .mySwiper4 a.tasgsz i {
  display: block;
  width: 50%;
  margin: 3.75rem auto 2rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper4 a.tasgsz i {
    width: 75%;
    margin: 1.6rem auto;
  }
}

.abt-cont3 .mySwiper4 a.tasgsz u {
  text-decoration: none;
  position: absolute;
  right: 10%;
  bottom: 5%;
  color: rgba(226, 226, 226, 0.2);
  font: 600 9.3125rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper4 a.tasgsz u {
    font-size: 7.5rem;
  }
}

.abt-cont3 .mySwiper4 a.tasgsz .wegxa {
  padding: 0 10%;
}

.abt-cont3 .mySwiper4 a.tasgsz .asggx {
  display: none;
}

.abt-cont3 .mySwiper4 a.tasgsz h2 {
  color: #000000;
  font: 100 1.675rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper4 a.tasgsz h2 {
    font-size: 1.5rem;
  }
}

.abt-cont3 .mySwiper4 a.tasgsz .p1 {
  color: #767676;
  font: 100 1rem/1.4em "sourcehansans";
  height: 4.2em;
  margin-top: 1em;
}

.zdanan a.rightfixa i{
        height: 1.7rem;
}
.rightfixa i img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
a.rightfixa{
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
  .abt-cont3 .mySwiper4 a.tasgsz .p1 {
    font-size: 1rem;
  }
  .zdanan a.rightfixa{
      display: none;
  }
}

.layui-layer.yourclass {
  width: 54.73958% !important;
  background: url(../image/aggsx1.png) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1.4375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .layui-layer.yourclass {
    width: 92% !important;
  }
}

.layui-layer.yourclass .layui-layer-ico {
  background: url(../image/xxa.svg) no-repeat center;
  background-position: center;
  right: 3rem;
  top: 3rem;
  width: 2.125rem;
  height: 2.25rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-ico {
    right: 1.1rem;
    top: 1.1rem;
    width: 1.5rem;
    height: 1.6rem;
  }
}

.layui-layer.yourclass .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}

.layui-layer.yourclass .layui-layer-content {
  height: auto !important;
  padding: 4.625rem 7.70695% 10.625rem;
  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;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content {
    padding: 2.625rem 5.70695% 3.625rem;
  }
}

.layui-layer.yourclass .layui-layer-content i {
  width: 29.42529%;
  display: block;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content i {
    width: 80%;
    margin: 0 auto;
  }
}

.layui-layer.yourclass .layui-layer-content i img {
  border-radius: 50%;
  overflow: hidden;
}

.layui-layer.yourclass .layui-layer-content .wegxa {
  width: 59.31034%;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content .wegxa {
    width: 100%;
  }
}

.layui-layer.yourclass .layui-layer-content .wegxa h2.left-title {
  color: #000000;
  font: 500 2.1rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content .wegxa h2.left-title {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

.layui-layer.yourclass .layui-layer-content .wegxa h2.left-title u {
  display: none;
}

.layui-layer.yourclass .layui-layer-content .wegxa .p1 {
  color: #767676;
  font: 500 1.425rem/1.3em "sourcehansans";
  padding: 0.4em 0 1em;
  border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content .wegxa .p1 {
    font-size: 1.2rem;
  }
}

.layui-layer.yourclass .layui-layer-content .wegxa .asggx {
  color: #000000;
  font: 500 1rem/1.4em "sourcehansans";
  text-align: justify;
  margin-top: 2.125rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclass .layui-layer-content .wegxa .asggx {
    font-size: 1rem;
    margin-top: 1em;
  }
}

.abt-cont4 {
  padding: 8.5rem 0 13.375rem;
  position: relative;
  background: url(../image/bja3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}

.abt-cont4 .fzlc .mySwiper5 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .abt-cont4 .fzlc .mySwiper5 {
    margin-top: 1rem;
  }
}

.abt-cont4 .fzlc .mySwiper5 .sezx {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mySwiper5 .a{
    display: none;
}
@media (max-width: 768px) {
  .abt-cont4 .fzlc .mySwiper5 .sezx {
    width: 90%;
  }
}

.abt-cont4 .fzlc .mySwiper5 .sezx h2 {
  color: #000000;
  font: 600 2.3rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .fzlc .mySwiper5 .sezx h2 {
    font-size: 2rem;
  }
}

.abt-cont4 .fzlc .mySwiper5 .sezx .p {
  color: #000000;
  font: 500 1rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .fzlc .mySwiper5 .sezx .p {
    font-size: 1rem;
  }
}

.abt-cont4 .fzlc .ahxwas_a3 {
  position: relative;
}

.abt-cont4 .fzlc .ahxwas_a3:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #C6C6C6;
  position: absolute;
  bottom: 1.0313rem;
}

.abt-cont4 .fzlc .ahxwas_a3 .jtxas > div {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #A7A7A7;
  border-radius: 50%;
  z-index: 3;
  text-align: center;
  background: #fff;
  bottom: -0.1rem;
}

.abt-cont4 .fzlc .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  left: 0;outline: none;
}

.abt-cont4 .fzlc .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  right: 0;outline: none;
}

.abt-cont4 .fzlc .ahxwas_a3 .jtxas > div i {
  color: #A7A7A7;
  font: 500 1rem/2.25rem "sourcehansans";
}

.abt-cont4 .fzlc .mySwiper6 {
  padding: 0 2%;
  margin-top: 7.5rem;
}

@media (max-width: 768px) {
  .abt-cont4 .fzlc .mySwiper6 {
    margin-top: 2rem; padding: 0 7%;
  }
}

.abt-cont4 .fzlc .mySwiper6 .xhasz {
  text-align: center;
}

.abt-cont4 .fzlc .mySwiper6 .xhasz .szxds {
  color: #000000;
  font: 600 1.25rem/2em "sourcehansans";
}

.abt-cont4 .fzlc .mySwiper6 .xhasz i {
  display: block;
  width: 2.0625rem;
  height: 2.0625rem;
  margin: 0 auto;
  border-radius: 50%;
}

.abt-cont4 .fzlc .mySwiper6 .swiper-slide-thumb-active .xhasz .szxds {
  color: #EE1D23;
}

.abt-cont4 .fzlc .mySwiper6 .swiper-slide-thumb-active .xhasz i {
  background: #EE1D23 !important;
}

.abt-cont5 {
  background: url(../image/bjax.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 10.625rem 0 11.875rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding: 4rem 0 4.5rem;
  }
}

.gongsa {
  text-align: center;
  color: #FFFFFF;
}

.gongsa h2 {
  font: 600 2.4125rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gongsa h2 {
    font-size: 1.7rem;
  }
}

.gongsa .p {
  font: 500 1.475rem/1.5em "sourcehansans";
  text-transform: Capitalize;
  padding: 0.1em 0 1.4em;
}

@media (max-width: 768px) {
  .gongsa .p {
    font-size: 1.25rem;
    padding: 0.1em 0 1em;
  }
}

.abt-cont6 .abt-cont6a1 {
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 {
    margin-top: 2.5rem;
  }
}

.abt-cont6 .abt-cont6a1 li + li {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li + li {
    margin-top: 2em;
  }
}

.abt-cont6 .abt-cont6a1 li .img {
  width: 48%;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li .img {
    width: 100%;
  }
}

.abt-cont6 .abt-cont6a1 li .wggs-img {
  width: 47.92857%;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li .wggs-img {
    width: 100%;
    margin-top: 1.5em;
  }
}

.abt-cont6 .abt-cont6a1 li .wggs-img h2 {
  color: #212121;
  font: 600 2.3125rem/1.15em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li .wggs-img h2 {
    font-size: 1.7rem;
  }
}

.abt-cont6 .abt-cont6a1 li .wggs-img .p {
  color: #000;
  font: 500 1rem/1.5em "sourcehansans";
  margin: 1.5625rem 0 2.8125rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li .wggs-img .p {
    font-size: 1rem;
    margin: 0.8em 0;
  }
}

.abt-cont6 .abt-cont6a1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6a1 li:nth-child(2n) .img {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.abt-cont6 .abt-cont6a1 li:nth-child(2n) .wggs-img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.abt-cont7 {
  padding: 5.4375rem 0 4.5rem;
  background: url(../image/xhgax1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 11rem;
}

@media (max-width: 768px) {
  .abt-cont7 {
    margin-top: 3.2rem;
    padding: 3rem 0 2.5rem;
  }
}

.abt-cont7 .gongsa h2 {
  color: #212121;
}

.abt-cont7 .gongsa .p {
  max-width: 75%;
  margin: 0 auto;
  padding: 0.5em 0 1.4em;
  color: #888;
}

@media (max-width: 768px) {
  .abt-cont7 .gongsa .p {
    max-width: 100%;
  }
}

.abt1-cont1 {
  padding: 1em 0 5rem;
}

@media (max-width: 768px) {
  .abt1-cont1 {
    padding: 0.5em 0 2.5rem;
  }
}

.abt1-cont1 .p {
  color: #4D4C4C;
  font: 500 1rem/1.8em "sourcehansans";
  text-align: justify;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .abt1-cont1 .p {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.abt1-cont2 {
  background: url(../image/bja4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.625rem 0;
}

@media (max-width: 768px) {
  .abt1-cont2 {
    padding: 2.5rem 0;
  }
}

.abt1-cont2 li {
  width: 30.3333%;
}

.abt1-cont2 li:not(:nth-child(3n)) {
  margin-right: 4.5%;
}

.abt1-cont2 li:nth-child(n+4) {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt1-cont2 li {
    width: 48%;
  }
  .abt1-cont2 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .abt1-cont2 li:nth-child(n+4) {
    margin-top: 0;
  }
  .abt1-cont2 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .abt1-cont2 li:nth-child(n+3) {
    margin-top: 1.5em;
  }
}

.abt1-cont2 li h3 {
  color: #221F1F;
  font: 600 2.7rem/1.2em "sourcehansans";
}
.abt1-cont2 li h3 span span{
    font-size: 1.8rem;
}
@media (max-width: 768px) {
  .abt1-cont2 li h3 {
    font-size: 2rem;
  }
}

.abt1-cont2 li h3 strong {
  color: #ed7100;
}

.abt1-cont2 li h2 {
  color: #221F1F;
  font: 600 1.25rem/1.2em "sourcehansans";
  text-transform: uppercase;
  padding: 0.7em 0 0.4em;
}

@media (max-width: 768px) {
  .abt1-cont2 li h2 {
    font-size: 1.05rem;
  }
}

.abt1-cont2 li .p {
  color: #4D4C4C;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt1-cont2 li .p {
    font-size: 1rem;
  }
}

.abt1-cont3 {
  padding: 4.8125rem 0;
}

@media (max-width: 768px) {
  .abt1-cont3 {
    padding: 2.5rem 0;
  }
}

.honor-list.row {
  margin: 0 -1.5625rem;
}

.honor-list li {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .honor-list li {
    margin-top: 1rem;
  }
}

.honor-list li.col-md-4, .honor-list li.col-sm-6 {
  padding: 0 1.5625rem;
}

.honor-list li a.imga {
  display: block;
  overflow: hidden;
  font-size: 0;
  background: #F0F0F0;
  border: .875rem solid #F0F0F0;
}

.honor-list li h2 a {
  display: block;
  color: #000000;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: center;
  text-transform: Capitalize;
  padding: 0.8em 0;
}

@media (max-width: 768px) {
  .honor-list li h2 a {
    font-size: 1rem;
  }
}

.ny-honor-content {
  padding: 2.5rem 0;
}

.ny-honor-content .ahha img {
  border: 1px solid #f2f2f2;
  min-width: 50%;
}

.ny-honor-content .content {
  font: 500 1rem/1.5em "sourcehansans";
  padding: 2.8125rem 0 1.875rem;
  color: #4D4C4C;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.list_content {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0 7.1875rem;
}

@media (max-width: 768px) {
  .list_content {
    padding: 0.5em 0 4rem;
    font-size: 1rem;
  }
}

.list_content h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.list_content p.dian-a:before{
    content: "·";
    font-weight: 600;
    font-size: 1.65rem;
    margin-right: 0.2em;
}
@media (max-width: 768px) {
  .list_content h3 {
    font-size: 1.25rem;
  }
}

.agga_a a.a {
  display: block;
  width: 31.92857%;
  position: relative;
  border-radius: .9375rem;
  overflow: hidden;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .agga_a a.a {
    margin-top: 1rem;
    width: 49%;
  }
}

.agga_a a.a i {
  display: block;
  font-size: 0;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.66%;
}

.agga_a a.a i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.agga_a a.a h2 {
  color: #FFFFFF;
  font: 100 1.125rem/1.5em "sourcehansans";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6%;
  padding: 0 2rem;
  text-transform: Capitalize;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .agga_a a.a h2 {
    font-size: 1rem;
    bottom: 10%;
    padding: 0 1.5rem;
  }
}

.agga_a a.a:nth-child(4) i {
  padding-bottom: 83.89%;
}

@media (max-width: 768px) {
  .agga_a a.a:nth-child(4) i {
    padding-bottom: 66.66%;
  }
}

.agga_a a.a:nth-child(5) i {
  padding-bottom: 40.58%;
}

.agga_a a.a:last-child {
  width: 66%;
}

@media (max-width: 768px) {
  .agga_a a.a:last-child {
    width: 100%;
  }
}

.agga_a a.a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 29, 35, 0.8);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.agga_a a.a:hover h2 {
  opacity: 1;
}

.agga_a a.a:hover:after {
  opacity: 1;
}

.agga_a a.a:nth-child(2)::after {
  background: rgba(33, 189, 189, 0.8);
}

.agga_a a.a:nth-child(3)::after {
  background: rgba(41, 168, 225, 0.8);
}

.agga_a a.a:nth-child(4)::after {
  background: rgba(0, 91, 172, 0.8);
}

.agga_a a.a:nth-child(5)::after {
  background: rgba(83, 38, 139, 0.8);
}

.careers-cont1 {
  margin-top: 0.8rem;
}

.careers-cont1 .p {
  padding: 1.375rem 0 0;
  color: #4D4C4C;
  font: 500 1rem/1.7em "sourcehansans";
}

.careers-cont2 {
  margin-top: 4rem;
}

.careers-cont3 {
  margin-top: 3.375rem;
  padding-bottom: 10rem;
}

@media (max-width: 768px) {
  .careers-cont3 {
    margin-top: 1.7rem;
    padding-bottom: 2.5rem;
  }
}

.careers-cont3 form {
  margin-top: 1.625rem;
}

.careers-cont3 form .dts1 {
  width: 32%;
}

@media (max-width: 768px) {
  .careers-cont3 form .dts1 {
    width: 100%;
    margin-bottom: 1em;
  }
}

.careers-cont3 form .dts1 select::-ms-expand {
  display: none;
}

.careers-cont3 form .dts1 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/aghghx.svg) no-repeat scroll -webkit-calc(100% - 2.125rem) center transparent;
  background: url(../image/aghghx.svg) no-repeat scroll -moz-calc(100% - 2.125rem) center transparent;
  background: url(../image/aghghx.svg) no-repeat scroll calc(100% - 2.125rem) center transparent;
}

.careers-cont3 form .dts1 select {
  width: 100%;
  font: 500 1.125rem/4.375rem "sourcehansans";
  border-radius: 3.125rem;
  height: 4.375rem;
  border: 1px solid #CACCCC;
  padding: 0 2.125rem;
  color: #4D4C4C;
}

.careers-cont3 form .dts1 select option {
  line-height: 2em;
  padding: 0 1.5em;
}

@media (max-width: 768px) {
  .careers-cont3 form .dts1 select {
    font-size: 1rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}

.careers-cont3 form .dts2 {
  width: 32%;
  font: 100 1.125rem/4.375rem "sourcehansans";
  border-radius: 3.125rem;
  height: 4.375rem;
  border: 1px solid #CACCCC;
  padding: 0 2.125rem;
}

.careers-cont3 form .dts2 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4D4C4C;
  font-family: "sourcehansans";
}

.careers-cont3 form .dts2 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4D4C4C;
  font-family: "sourcehansans";
}

.careers-cont3 form .dts2 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4D4C4C;
  font-family: "sourcehansans";
}

.careers-cont3 form .dts2 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4D4C4C;
  font-family: "sourcehansans";
}

.careers-cont3 form .dts2 input {
  width: 90%;
  line-height: 4rem;
  vertical-align: top;
  background: transparent;
}

.careers-cont3 form .dts2 .butt {
  width: 10%;
  line-height: 4rem;
  text-align: center;
}

.careers-cont3 form .dts2 .butt i {
  color: #BEB5B5;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .careers-cont3 form .dts2 {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .careers-cont3 form .dts2 input {
    line-height: 3.2rem;
  }
  .careers-cont3 form .dts2 .butt {
    line-height: 3.2rem;
    width: auto;
  }
}

.job-list {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .job-list {
    margin-top: 1.5rem;
  }
}

.job-list li {
  margin-top: 1.25rem;
}

.job-list li .dt a.a {
  background: #083A74;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  color: #fff;
  padding: 0 1.625rem;
}

.job-list li .dt a.a .h2a {
  font: 600 1.25rem/4.8125rem "sourcehansans";
}

@media (max-width: 768px) {
  .job-list li .dt a.a .h2a {
    font-size: 1.2rem;
    line-height: 4rem;
  }
}

.job-list li .dt a.a i {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .job-list li .dt a.a i {
    font-size: 1.2rem;
  }
}

.job-list li .wgxga {
  background: #FBFCFE;
  font: 500 1rem/4.25rem "sourcehansans";
  color: #7B858F;
  padding: 0 1.625rem;
}

@media (max-width: 768px) {
  .job-list li .wgxga {
    font-size: 0.8rem;
    line-height: 3.2rem;
  }
}

.job-list li .wgxga p {
  margin-right: 1.5em;
}

.job-list li .wgxga p i {
  display: inline-block;
  -webkit-transform: translateY(-0.1rem);
     -moz-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
       -o-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  margin-right: .25rem;
}

@media (max-width: 768px) {
  .job-list li .wgxga p i {
    width: 1rem;
  }
}

.job-list li .wehha-job {
  padding: 1.5625rem 3% 1rem;
}

@media (max-width: 768px) {
  .job-list li .wehha-job {
    padding: 1rem 3%;
  }
}

.job-list li .wehha-job .content {
  color: #4D4C4C;
  font: 500 1rem/1.8em "sourcehansans";
}

.job-list li .wehha-job .content strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .content {
    font-size: 1rem;
  }
}

.job-list li .wehha-job .h3a {
  color: #221F1F;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .h3a {
    font-size: 1rem;
  }
}

.job-list li .wehha-job .h3a .erxxs {
  margin-left: 0.7em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.job-list li .wehha-job .h3a .erxxs i {
  display: block;
  font-size: 0;
}

.job-list li .wehha-job .h3a .erxxs b {
  display: block;
  font-size: 0;
  width: 7.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.job-list li .wehha-job .h3a .erxxs b img {
  width: 100%;
}

.job-list li .wehha-job .h3a .erxxs:hover b {
  opacity: 1;
  bottom: 50px;
}

.job-list li.active .dt a.a {
  background: #ed7100;
}

.lxwm-cont1 {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .lxwm-cont1 {
    margin-top: 1em;
  }
}

.lxwm-cont1 .lxwm-a1_b1 {
  width: 52.28571%;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 {
    width: 100%;
  }
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .xwgags {
  color: #4D4C4C;
  font: 500 1.125rem/2em "sourcehansans";
  margin-top: 0.5em;
}
.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .xwgags i{
    width: 1.6875rem;
    display: inline-block;
    margin-right: 0.28rem;
}
.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .xwgags i img{
    width: 100%;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .xwgags {
    font-size: 1rem;
  }
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .xwgags a {
  color: #013B7B;
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas {
    font-size: 0.5em;
  }
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas h2 {
  color: #4D4C4C;
  font: 600 1.25rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas h2 {
    font-size: 1rem;
  }
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas span {
  color: #4D4C4C;
  font: 500 1.25rem/1.3em "sourcehansans";
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas span img{
   /*width: 1rem;*/
       vertical-align: revert;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas span {
    font-size: 1rem;
  }
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c1 .sggs-tas span img{
          width: 1.5rem;
    vertical-align: middle;
  }
}

.lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c2 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b1 .lxwm-a1_c2 {
    margin-top: 1rem;
  }
}

.lxwm-cont1 .lxwm-a1_b2 {
  width: 45.78571%;
}
.lxwm-cont1 .lxwm-a1_b2 .abt-tit span{
        font: 500 1.125rem/2em "sourcehansans";
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.lxwm-cont1 .lxwm-a1_b2 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #5f5f5f;
}

.lxwm-cont1 .lxwm-a1_b2 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
}

.lxwm-cont1 .lxwm-a1_b2 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5f5f5f;
}

.lxwm-cont1 .lxwm-a1_b2 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5f5f5f;
}

.lxwm-cont1 .lxwm-a1_b2 form {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b2 form {
    margin-top: 0.8rem;
  }
}

.lxwm-cont1 .lxwm-a1_b2 form input {
  width: 100%;
  font: 500 1.125rem/3.375rem "sourcehansans";
  border-radius: 3.125rem;
  border: 1px solid #CACCCC;
  padding: 0 2.125rem;
  margin-bottom: 1.8rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b2 form input {
    font-size: 1rem;
    line-height: 3.5rem;
    padding: 0 1.7rem;
  }
}

.lxwm-cont1 .lxwm-a1_b2 form textarea {
  width: 100%;
  font: 500 1.125rem/1.35rem "sourcehansans";
  border-radius: 2rem;
  border: 1px solid #CACCCC;
  padding: 1em 2.125rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_b2 form textarea {
    font-size: 1rem;
    padding: 1em 1.7rem;
    border-radius: 1.2rem;
  }
}

.lxwm-cont1 .lxwm-a1_b2 form .div_aghgh button {
  border: none;
  margin-top: 1.5625rem;
}

.lxwm-cont2 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .lxwm-cont2 {
    margin-top: 2rem;
  }
}

.lxwm-cont2 .map {
  margin: 1.5625rem 0 10rem;    border-radius: 2.125rem;
    overflow: hidden;
}
.lxwm-cont2 .map #dituContent{
   border-radius: 2.125rem;
  overflow: hidden; 
}

@media (max-width: 768px) {
  .lxwm-cont2 .map {
    margin: 1rem 0 3rem;
    border-radius: 1.6rem;
  }
  .lxwm-cont2 .map #container {
    height: 40vw !important;
  }
}

.mrna-cont1-v1 .p {
  color: #4D4C4C;
  font: 500 1rem/1.8em "sourcehansans";
  margin-top: 0.8em;
}

.mrna-cont1-v1 .p p {
  font-family: "sourcehansans";
}

@media (max-width: 768px) {
  .mrna-cont1-v1 .p {
    font-size: 1rem;
    margin-top: 0.5em; text-align: justify;
  }
  .mrna-cont1-v1 .p p{
      text-align: justify;
  }
}

.mrna-cont1-v1 .dt-a {
  color: #000000;
  font: 600 1.125rem/1.5em "sourcehansans";
  text-transform: uppercase;
  margin-top: 1em;
}

.mrna-cont1 {
  margin-top: 3rem;
}

.mrna-cont2,.cdmo-cont1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .mrna-cont2 {
    margin-top: 1em;
  }
}

.mrna-cont2 .mrna-cont2-list dl {
  width: 48.78571%;
  margin-top: 1.4em;
}

@media (max-width: 640px) {
  .mrna-cont2 .mrna-cont2-list dl {
    width: 100%;
    margin-top: 0.8em;
  }
}

.mrna-cont2 .mrna-cont2-list dl i {
  display: block;
  font-size: 0;
  position: relative;
}

.mrna-cont2 .mrna-cont2-list dl i:after {
  content: "";
  display: block;
  width: 100%;
  height: .3125rem;
  background: #EE1D23;
}

.mrna-cont2 .mrna-cont2-list dl i::before {
  content: "";
  width: 0;
  display: block;
  height: .3125rem;
  background: #EE1D23;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.mrna-cont2 .mrna-cont2-list dl dt {
  color: #4D4C4C;
  font: 600 1.15rem/1.4em "sourcehansans";

  margin-top: 0.5em;
}

.mrna-cont2 .mrna-cont2-list dl dd {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
  text-transform: Capitalize;
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .mrna-cont2 .mrna-cont2-list dl dd {
    font-size: 1rem;
    line-height: 1.32em;
  }
}

.mrna-cont2 .mrna-cont2-list dl:nth-child(2) i:after {
  background: #ed7100;
}

.mrna-cont2 .mrna-cont2-list dl:nth-child(3) i:after {
  background: #ed7100;
}

.mrna-cont2 .mrna-cont2-list dl:nth-child(4) i:after {
  background: #29A8E1;
}

.mrna-cont3 {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .mrna-cont3 {
    margin-top: 1.5rem;
  }
}

.mrna-cont3 .mrna-cont3_sha {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .mrna-cont3 .mrna-cont3_sha {
    margin-top: 1rem;
  }
}

.mrna-cont3 .mrna-cont3_sha dl {
  width: 31.57143%;
  text-align: center;
  color: #000000;
  background: url(../image/yybjsa.png) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 2.625rem 0;
}

@media (max-width: 768px) {
  .mrna-cont3 .mrna-cont3_sha dl {
    width: 100%;
    padding: 1.5rem 0;
    margin-top: 1rem;
  }
}

.mrna-cont3 .mrna-cont3_sha dl dt {
  font: 600 1.4rem/1.5em "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .mrna-cont3 .mrna-cont3_sha dl dt {
    font-size: 1.2rem;
  }
}

.mrna-cont3 .mrna-cont3_sha dl dd {
  font: 100 1.125rem/1.3em "sourcehansans";
  padding: 0 16%;
  height: 2.6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mrna-cont3 .mrna-cont3_sha dl dd {
    font-size: 1rem;
    height: auto;
  }
}

.mrna-cont4 {
  margin-top: 5rem;
}

.mrna-cont4.mrna-cont4-top {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .mrna-cont4 {
    margin-top: 1.8rem;
  }
}

.mrna-cont4 .mrna-cont4_vas1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 {
    margin-top: 1em;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 {
  width: 25%;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 {
    width: 100%;
    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;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl {
  height: 20%;
  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-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl {
    height: auto;
    padding: 1em 0;
    width: 50%;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl dt {
  text-align: center;
  color: #FFFFFF;
  font: 600 1.5rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl dt {
    font-size: 1.2rem;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl p {
  text-align: center;
  color: #FFFFFF;
  font: 500 1rem/1.4em "sourcehansans";
  margin-top: 0.2em;
  /*height: 2.8em;*/
  overflow: hidden;
  display: none;
  padding: 0 3%;
width: 100%;
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl:nth-child(1) {
  background: #013B7B;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl:nth-child(1) {
    height: auto;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl:nth-child(2) {
  background: #EE1D23;
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl:nth-child(3) {
  background: #35D5B1;
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl:nth-child(4) {
  background: #29A8E1;
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl.on {
  height: 40%;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl.on {
    height: auto;
    background: #000;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl.on p {
  display: block;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b1 dl.on p {
    display: none;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 {
  width: 75%;
  background: #ECF3FE;
  padding: 3rem 3.125rem;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 {
    width: 100%;
    padding: 1.5rem 4%;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf .ahhs {
  color: #4D4C4C;
  font: 500 1.15rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf .ahhs {
    font-size: 1.1rem;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf table {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf table {
    font-size: 1rem;
  }
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf table td {
  padding: 0.65rem 1%;
  text-align: center;
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf .p {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
}

.mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf .p p {
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf .p {
    font-size: 1rem;
  }
  .mrna-cont4 .mrna-cont4_vas1 .mrna-a4b2 .aggs_sdf table td{
       padding: 0.65rem 4%;
  }
}

.mrna-cont4 .mrna-cont4_vas2 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas2 {
    margin-top: 1.4rem;
  }
}

.mrna-cont4 .mrna-cont4_vas2 dl {
  width: 25%;
  background: #013B7B;
  padding: 3.75rem 0;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas2 dl {
    width: 50%; padding: 2.75rem 4%;
  }
}

.mrna-cont4 .mrna-cont4_vas2 dl:nth-child(2) {
  background: #EE1D23;
}

.mrna-cont4 .mrna-cont4_vas2 dl:nth-child(3) {
  background: #35D5B1;
}

.mrna-cont4 .mrna-cont4_vas2 dl:nth-child(4) {
  background: #29A8E1;
}

.mrna-cont4 .mrna-cont4_vas2 dl dt {
  text-align: center;
  color: #FFFFFF;
  font: 600 1.35rem/1.2em "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas2 dl dt {
    font-size: 1.2rem;
  }
}

.mrna-cont4 .mrna-cont4_vas2 dl dd {
  text-align: center;
  color: #FFFFFF;
  font: 500 1rem/1.4em "sourcehansans";
  margin-top:1em;
  height: 2.8em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mrna-cont4 .mrna-cont4_vas2 dl dd {
    font-size: 1rem;
    padding: 0 4%;
  }
}

.mrna-cont5 {
  background: url(../image/bja5.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.9375rem 0 6.625rem;
  margin-top: 7rem;
}

.mrna-cont5.mrna-cont5-top {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .mrna-cont5.mrna-cont5-top {
    margin-top: 2.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  .mrna-cont5 {
    margin-top: 2rem;
    padding: 2.5rem 0 1.5rem;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl {
  background: #fff;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl {
    margin-bottom: 1.5rem;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl .wggxa-a {
  width: 50%;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl .wggxa-a {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1em 0;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl .wggxa-a .p {
  color: #4D4C4C;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1em 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl .wggxa-a .p {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl .wggxa-a .p p {
  background: url(../image/dianxx.svg) no-repeat left 0.85em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;

}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl .wggxa-a .p {
    font-size: 1rem;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl .wggxa-a a.more-msl img {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  width: 1.8125rem;
}

.mrna-cont5 .mrna-cont5-a1 dl .img {
  width: 50%;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl .img {
    width: 100%;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n) .wggxa-a {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 5%;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n) .wggxa-a {
    padding-left: 0;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n-1) .wggxa-a {
  padding: 0 1.0625rem 0 3.1875rem;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n-1) .wggxa-a {
    padding: 4% 5%;
  }
}

.mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n) .wggxa-a {
  padding: 0 1.0625rem 0 5%;
}

@media (max-width: 768px) {
  .mrna-cont5 .mrna-cont5-a1 dl:nth-child(2n) .wggxa-a {
    padding: 4% 5%;
  }
}

.mrna-cont6 {
  padding: 5.75rem 0 4.8125rem;
}

@media (max-width: 768px) {
  .mrna-cont6 {
    padding: 2.5rem 0 3rem;
  }
}
.mrna-cont6 .mrna-cont6_list1{
        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;
}
.mrna-cont6 .mrna-cont6_list1 dl {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.75rem 0;
  width: 48%;
      align-items: flex-start;
}

@media (max-width: 768px) {
  .mrna-cont6 .mrna-cont6_list1 dl {
    padding: 1rem 0;
    width: 100%;
  }
}

.mrna-cont6 .mrna-cont6_list1 dl .img {
  width: 6.5rem;
      background: #033C8B;
    border-radius: 50%;
    padding: 3.7%;
}

@media (max-width: 768px) {
  .mrna-cont6 .mrna-cont6_list1 dl .img {
    width: 4.5rem;
  }
}

.mrna-cont6 .mrna-cont6_list1 dl .wenzy {
  width: -webkit-calc(98% - 6.5rem);
  width: -moz-calc(98% - 6.5rem);
  width: calc(98% - 6.5rem);
}

@media (max-width: 768px) {
  .mrna-cont6 .mrna-cont6_list1 dl .wenzy {
    width: -webkit-calc(98% - 4.5rem);
    width: -moz-calc(98% - 4.5rem);
    width: calc(98% - 4.5rem);
  }
}

.mrna-cont6 .mrna-cont6_list1 dl .wenzy dt {
  color: #4D4C4C;
  font: 600 1.25rem/1.4em "sourcehansans";
}

.mrna-cont6 .mrna-cont6_list1 dl .wenzy dd {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.nanob-cont1 {
  margin-top: 1em;
}

.nanob-cont1 .img {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .nanob-cont1 .img {
    margin-top: 1.4rem;
  }
}

.nanob-cont1 .img span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font: 500 0.85rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .nanob-cont1 .img span {
    font-size: 0.85rem;
  }
}

.nanob-cont1_v1a .p {
  width: 47.14286%;
}

@media (max-width: 768px) {
  .nanob-cont1_v1a .p {
    width: 100%;
  }
}

.nanob-cont1_v1a .img {
  width: 47.78571%;
}

@media (max-width: 768px) {
  .nanob-cont1_v1a .img {
    width: 100%;
  }
}

.nanob-cont2 {
  background: url(../image/ahghx.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.625rem 0 5.5rem;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .nanob-cont2 {
    margin-top: 2em;
    padding: 2rem 0 2.5rem;
  }
}

.nanob-cont2 .xiahhs_va {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .nanob-cont2 .xiahhs_va {
    margin-top: 1.2rem;
  }
}

.nanob-cont2 .xiahhs_va .xhhga_sa i {
  display: block;
  font-size: 0;
}

.nanob-cont2 .xiahhs_va .xhhga_sa .ahhs {
  width: 100%;
  text-align: center;
  padding: 0 21%;
}

.nanob-cont2 .xiahhs_va .xhhga_sa .ahhs u {
  display: block;
  width: 6.5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nanob-cont2 .xiahhs_va .xhhga_sa .ahhs u {
    width: 4.5rem;
  }
}

.nanob-cont2 .xiahhs_va .xhhga_sa .ahhs u img {
  width: 100%;
}

.nanob-cont2 .xiahhs_va .xhhga_sa .ahhs .p {
  color: #FFFFFF;
  font: 100 1.25rem/1.2em "sourcehansans";
  height: 2.4em;
  overflow: hidden;
  margin-top: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  .nanob-cont2 .xiahhs_va .xhhga_sa .ahhs .p {
    font-size: 1rem;
  }
}

.nanob-cont3 {
  margin-top: 1em;
}

.shggs_s {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.95);
}

.shggs_s .xhgags_a {
  overflow-x: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .shggs_s .xhgags_a {
    display: block;
  }
}

.shggs_s .xhgags_a li {
  display: inline-block;
}

.shggs_s .xhgags_a li a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font: 600 1rem/1.8em "sourcehansans";
  text-transform: uppercase;
  padding: 1em 0;
  position: relative;
}

@media (max-width: 768px) {
  .shggs_s .xhgags_a li a {
    padding: 0.8em 0;
    line-height: 1.5em;
    font-size: 1.2rem;
  }
}

.shggs_s .xhgags_a li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: .1875rem;
  background: #ed7100;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.shggs_s .xhgags_a li.active a, .shggs_s .xhgags_a li:hover a {
  color: #ed7100;
}

.shggs_s .xhgags_a li.active a:after, .shggs_s .xhgags_a li:hover a:after {
  width: 100%;
}

.shggs_s .xhgags_a li + li {
  margin-left: 2em;
}

#Accor1 {
  margin-top: 2.1875rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  #Accor1 {
    background: url(../image/xagfgs.jpg) no-repeat center top;
    -o-background-size: cover;
       background-size: cover;
    overflow: hidden;
  }
}

#Accor1 .img_ar img {
  visibility: hidden;
}

#Accor1 .swiper-wrapper {
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  background: url(../image/xagfgs.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  overflow: hidden;
}

@media (max-width: 768px) {
  #Accor1 .swiper-wrapper {
    width: 100%;
    background: none;
    overflow: visible;
  }
}

#Accor1 li:nth-child(1) {
  background: rgba(1, 59, 123, 0.9);
}

#Accor1 li:nth-child(2) {
  background: rgba(238, 29, 35, 0.9);
}

#Accor1 li:nth-child(3) {
  background: rgba(53, 213, 177, 0.9);
}

#Accor1 li:nth-child(4) {
  background: rgba(41, 168, 225, 0.9);
}

@media (max-width: 768px) {
  #Accor1 li {
    background: rgba(1, 59, 123, 0.9) !important;
  }
}

#Accor1 li h3 {
  color: #fff;
  font: 600 1.25rem/1.4em "sourcehansans";
  padding: 0 8%;
  height: 2.8em;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20%;
}

@media (max-width: 768px) {
  #Accor1 li h3 {
    display: none;
  }
}

#Accor1 li .wehhata {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15%;
  padding: 0 5%;
  display: none;
}

@media (max-width: 768px) {
  #Accor1 li .wehhata {
    display: block;
  }
}

#Accor1 li .wehhata .werghga h2 {
  color: #FFFFFF;
  font: 600 1.25rem/1.4em "sourcehansans";
}

#Accor1 li .wehhata .werghga .p {
  color: #FFFFFF;
  font: 100 1.25rem/1.4em "sourcehansans";
}

#Accor1 li.cur h3 {
  display: none;
}

#Accor1 li.cur .wehhata {
  display: block;
}

.nanob-cont4 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .nanob-cont4 {
    margin-top: 1.5rem;
  }
}

.nanob-cont4 > .p {
  text-align: justify;
}

.nanob-cont4 > .p span {
  color: #EE1D23;
}

.nanob-cont4 .nanob-cont4-v1 {
  margin-top: 2.425rem;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 {
    margin-top: 1.5rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 {
  width: 29.14286%;
  background: #E9F0FD;
  padding: 2% 4% 2%;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 {
    width: 100%;
    padding: 2% 8%;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl {
  height: -webkit-calc(100%/3);
  height: -moz-calc(100%/3);
  height: calc(100%/3);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
          display:none;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl {
    height: auto;
    margin: 1em 0;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dt {
  color: #221F1F;
  font: 600 3.125rem/1.1em "sourcehansans";
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dt {
    font-size: 2rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd {
  color: #4D4C4C;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1rem;
}
.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd p{
    padding: 1.5em 0;
    position: relative;
}
.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd p:after{
   content: "";
   display: block;
    width: 4em;
    height: 1px;
    background: #083A74;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd p:last-child:after{
    display: none;
}
.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd p+p{
    border-top: 1px solid rgba(33, 33, 33, 0.1);
}
@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b1 dl dd {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 {
  width: 66.07143%;
}
.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .p{
  margin-top: 0;
}
@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list {
  margin-top: 0;
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li {
  margin-top: 0;
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li + li {
  margin-top: .375rem;
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .dt a.a {
  background: #ECF2FD;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  color: #4D4C4C;
  padding: 0 1.625rem;
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .dt a.a .h2a {
  font: 600 1.1rem/4.8125rem "sourcehansans";
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .dt a.a .h2a {
    font-size: 1rem;
    line-height: 4rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .dt a.a i {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .dt a.a i {
    font-size: 1.1rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .wehha-job {
  padding: 1.5625rem 3% 1rem;
  border: 1px solid #ed7100;
  border-top: none;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .wehha-job {
    padding: 1rem 3%;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .wehha-job .content {
  color: #4D4C4C;
  font: 500 1.05rem/1.4em "sourcehansans";
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .wehha-job .content dt {
  font-weight: 600;
}

@media (max-width: 768px) {
  .nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li .wehha-job .content {
    font-size: 1rem;
  }
}

.nanob-cont4 .nanob-cont4-v1 .nanob-cont4-b2 .job-list li.active .dt a.a {
  background: #ed7100;
  color: #fff;
}

.nanob-cont5 {
  margin-top: 4.6875rem;
}

@media (max-width: 768px) {
  .nanob-cont5 {
    margin-top: 2rem;
  }
}

.nanob-cont5 .paggs {
  margin-top: 1.2625rem;
  overflow-x: auto;
}

.nanob-cont5 table {
  color: #4D4C4C;
  min-width: 768px;
}

.nanob-cont5 table tr:nth-child(1) {
  background: #ed7100;
  color: #fff;
  text-align: center;
}

.nanob-cont5 table tr:nth-child(1) td {
  padding: 1rem 0;
}

.nanob-cont5 .table-bordered td, .nanob-cont5 .table-bordered th {
  vertical-align: middle;
  border-color: #E9F0FD;
}

.nanob-cont6 {
  background: url(../image/ahggfx1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.125rem 0;
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .nanob-cont6 {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}

.nanob-cont6 .xgga_sgx {
  margin-top: 1.5rem;
}

.nanob-cont6 .xgga_sgx li {
  width: 47.5%;
  padding: 2rem 0;    align-items: flex-start;
}
.nanob-cont6 .xgga_sgx li.flex{
    align-items: center;
}
@media (max-width: 768px) {
  .nanob-cont6 .xgga_sgx li {
    padding: 1rem 0;
    width: 100%;
  }
}

.nanob-cont6 .xgga_sgx li:nth-child(1), .nanob-cont6 .xgga_sgx li:nth-child(2) {
  border-top: none;
}

.nanob-cont6 .xgga_sgx li .a {
  display: block;
  width: 15.6391%;
  background: #033C8B;
  border-radius: 50%;
  padding: 3.7%;
}

.nanob-cont6 .xgga_sgx li .a img {
  width: 100%;
}

.nanob-cont6 .xgga_sgx li .b {
  width: 79.54887%;
}

.nanob-cont6 .xgga_sgx li .b h2 {
  color: #4D4C4C;
  font: 600 1.2rem/1.4em "sourcehansans";
  text-transform: Capitalize;
}

.nanob-cont6 .xgga_sgx li .b .p {
  margin-top: 0.5em;
  text-transform: Capitalize;
}

.nanob-cont7 {
  background: url(../image/bjyyas.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.125rem 0 4.125rem;
}

.nanob-cont7 .mySwiper9 {
  margin-top: 2.625rem;
}

.nanob-cont7 .mySwiper9 .p-agsd {
  display: none;
}

.nanob-cont7 .mySwiper9 .ta {
  background: #033C8B;
  padding: 3.75rem 3%;
}

.nanob-cont7 .mySwiper9 .ta h3 {
  color: #FFFFFF;
  font: 600 1.25rem/1.4em "sourcehansans";
  height: 2.8em;
}

.nanob-cont7 .mySwiper9 .ta a.more-msl {
  margin-top: 2rem;
}

.p-agsda .p {
  color: #000000;
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .p-agsda .p {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
}

.p-agsda .imgax {
  margin-top: 0.7rem;
  justify-content: flex-start;
 width: 100%;
}

.p-agsda .imgax dl {
  width: 32%;
}
.p-agsda .imgax dl+dl{
    margin-left: 2%;
}

.p-agsda .imgax dl dt img {
  border: 1px solid #CAC9C9;
}

.p-agsda .imgax dl dd {
  color: #000000;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
    .p-agsda .imgax{
        margin-top: 0;
    }
  .p-agsda .imgax dl dd {
    font-size: 0.85rem;
  }
  .p-agsda .imgax dl{
     width: 49%;
    margin-top: 1em;
  }
  .mrna-cont6 .p-agsda .imgax dl{
      width: 100%;
  }
  .p-agsda .imgax dl+dl{
    margin-left: 0;
}
.p-agsda .imgax dl:nth-child(2n){
    margin-left: 2%;
}
.mrna-cont6 .p-agsda .imgax dl:nth-child(2n){
    margin-left: 0;
}
}

.layui-layer.yourclassa {
  width: 54.73958% !important;
  background: url(../image/aggsx1.png) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1.4375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa {
    width: 92% !important;
  }
}

.layui-layer.yourclassa .layui-layer-ico {
  background: url(../image/xxa.svg) no-repeat center;
  background-position: center;
  right: 3rem;
  top: 3rem;
  width: 2.125rem;
  height: 2.25rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-ico {
    right: 1.1rem;
    top: 1.1rem;
    width: 1.5rem;
    height: 1.6rem;
  }
}

.layui-layer.yourclassa .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}

.layui-layer.yourclassa .layui-layer-content {
  height: auto !important;
  padding: 2rem 5% 5rem;
  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;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content {
    padding: 2.625rem 5.70695% 3.625rem;
  }
}

.layui-layer.yourclassa .layui-layer-content i {
  width: 29.42529%;
  display: block;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content i {
    width: 80%;
    margin: 0 auto;
  }
}

.layui-layer.yourclassa .layui-layer-content i img {
  border-radius: 50%;
  overflow: hidden;
}

.layui-layer.yourclassa .layui-layer-content .wegxa {
  width: 59.31034%;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content .wegxa {
    width: 100%;
  }
}

.layui-layer.yourclassa .layui-layer-content .wegxa h2.left-title {
  color: #000000;
  font: 500 2.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content .wegxa h2.left-title {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

.layui-layer.yourclassa .layui-layer-content .wegxa h2.left-title u {
  display: none;
}

.layui-layer.yourclassa .layui-layer-content .wegxa .p1 {
  color: #767676;
  font: 500 1.625rem/1.3em "sourcehansans";
  padding: 0.4em 0 1em;
  border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content .wegxa .p1 {
    font-size: 1.2rem;
  }
}

.layui-layer.yourclassa .layui-layer-content .wegxa .asggx {
  color: #000000;
  font: 500 1.25rem/1.4em "sourcehansans";
  text-align: justify;
  margin-top: 2.125rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-content .wegxa .asggx {
    font-size: 1rem;
    margin-top: 1em;
  }
}

.inf-cont1 .p1 {
  color: #212121;
  font: 500 1.5rem/1.5em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.1em;
}

@media (max-width: 768px) {
  .inf-cont1 .p1 {
    font-size: 1.3rem;
  }
}

.inf-cont1 .aggx-a {
  background: url(../image/xggast.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.5rem 7%;
  margin-top: 1.4em;
}

@media (max-width: 768px) {
  .inf-cont1 .aggx-a {
    padding: 1.5rem 4%;
    margin-top: 1em;
  }
}

.inf-cont1 .aggx-a dl {
  width: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .inf-cont1 .aggx-a dl {
    width: 50%;
    padding: 1em 0;
  }
}

@media (max-width: 540px) {
  .inf-cont1 .aggx-a dl {
    width: 100%;
  }
}

.inf-cont1 .aggx-a dl dt {
  color: #212121;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .inf-cont1 .aggx-a dl dt {
    font-size: 1.3rem;
  }
}

.inf-cont1 .aggx-a dl dt span {
  color: #EE1D23;
}

.inf-cont1 .aggx-a dl dd {
  color: #212121;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: left;
}

@media (max-width: 768px) {
  .inf-cont1 .aggx-a dl dd {
    text-align: center;
    font-size: 1rem;
  }
}

.inf-cont1 .aggx-a dl dd span {
  color: #ed7100;
}

.inf-cont1 .pa2 {
  color: #4D4C4C;
  font: 500 1.125rem/2em "sourcehansans";
  margin-top: 0.5em;
}

.inf-cont1 .pa2 i {
  margin-right: 0.4em;
}

.cdmo-a1_v1 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .cdmo-a1_v1 {
    margin-top: 1.5rem;
  }
}

.cdmo-a1_v1 li {
  width: 31.16976%;
}

@media (max-width: 768px) {
  .cdmo-a1_v1 li {
    width: 100%;
  }
  .cdmo-a1_v1 li + li {
    margin-top: 1em;
  }
}

.cdmo-a1_v1 li .cdmo-a1_c1 {
  background: -webkit-linear-gradient(top, #DBF1FA 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #DBF1FA 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #DBF1FA 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #eb71007a 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0px 3px 3px rgba(215, 207, 207, 0.25));
          filter: drop-shadow(0px 3px 3px rgba(215, 207, 207, 0.25));
  padding: 1.5rem 1.5rem 2rem;
  width: 100%;
  box-shadow: 0 0.1875rem 0.1875rem rgba(215, 207, 207, 0.25);
}

@media (max-width: 768px) {
  .cdmo-a1_v1 li .cdmo-a1_c1 {
    padding: 1rem 1.4rem 1.5rem;
  }
}

.cdmo-a1_v1 li .cdmo-a1_c1 dt {
  color: #4D4C4C;
  font: 600 1.25rem/1.2em "sourcehansans";
}

.cdmo-a1_v1 li .cdmo-a1_c1 dd {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
  height: 4.5em;
  overflow: hidden;
  margin-top: 0.5em;
}

.cdmo-cont2 {
  background: url(../image/cdmobj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.25rem 0 0;
  margin-top: 2.125rem;
}

@media (max-width: 768px) {
  .cdmo-cont2 {
    padding: 2rem 0 1rem;
  }
}

.cdmo-a2_v1 .xgafgs {
  font-size: 0;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cdmo-a2_v1 .xgafgs {
    margin-top: 1.5rem;
  }
}

.cdmo-a2_v1 .xgafgs li {
  display: inline-block;
  width: 25.5%;
  position: relative;
  cursor: pointer;
}

.cdmo-a2_v1 .xgafgs li + li {
  margin-left: -0.71429%;
}

@media (max-width: 768px) {
  .cdmo-a2_v1 .xgafgs li {
    width: 49.28571%;
  }
  .cdmo-a2_v1 .xgafgs li:nth-child(3) {
    margin-left: 0;
  }
  .cdmo-a2_v1 .xgafgs li:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.cdmo-a2_v1 .xgafgs li span {
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font: 500 1.2rem/1.2em "sourcehansans";
  text-transform: uppercase;
  padding: 0 10%;
}

@media (max-width: 768px) {
  .cdmo-a2_v1 .xgafgs li span {
    font-size: 1rem;
    padding: 0 4%;
  }
}

.cdmo-a2_v1 .wehxha .table-bordered1 {
  border-bottom: 1px solid #ed7100;
  width: 100%;
}

.cdmo-a2_v1 .wehxha .table-bordered1 td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem;
  width: 25%;
  /*padding-left: 2em;*/
  text-align: center;
}

.cdmo-a2_v1 .wehxha .table-bordered1 td.born {
  border: none;
}

.cdmo-a2_v1 .wehxha .ahggrxa {
  margin-top: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cdmo-a2_v1 .wehxha .ahggrxa dl {
  width: 25%;
  padding: 0 1%;
}

.cdmo-a2_v1 .wehxha .ahggrxa dl .hhgsdl {
  width: 100%;
  background: -webkit-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #DBF1FA 0%, #FFFFFF 100%);
  border-radius: 9.375rem;
  padding: 1.1rem 0;
}

.cdmo-a2_v1 .wehxha .ahggrxa dl .hhgsdl .dd-a1 {
  width: auto;
  margin: 0 1em;
}

@media (max-width: 1000px) {
  .cdmo-a2_v1 .wehxha .ahggrxa dl .hhgsdl .dd-a1 {
    margin: 0 0.5em;
  }
}

.cdmo-a2_v1 .wehxha .ahggrxa dl .hhgsdl dd {
  color: #353535;
  font: 500 0.8rem/1.2em "sourcehansans";
}

.cdmo-a2_v1 .wehxha .ahggrxa dl .hhgsdl dd::before {
  content: "·";
  margin-right: 0.5em;
}

.cdmo-a2_v2 {
  margin-top: 1.2rem;
}

.cdmo-a2_v2 .xgafgs li dt {
  background: #033C8B;
  height: 3.5em;
  position: relative;
}

.cdmo-a2_v2 .xgafgs li dt span {
  display: block;
  color: #fff;
  font: 500 1.2rem/1.3rem "sourcehansans";
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cdmo-a2_v2 .xgafgs li .wehhsx dd {
  text-align: center;
  color: #353535;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cdmo-a2_v2 .xgafgs li .hhgsdl {
  width: 100%;
  background: -webkit-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #DBF1FA 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #DBF1FA 0%, #FFFFFF 100%);
  border-radius: 9.375rem;
  padding: 1.1rem 0;
  margin: 1rem auto;
}

.cdmo-a2_v2 .xgafgs li .hhgsdl .dd-a1 {
  width: auto;
  margin: 0 1em;
}

@media (max-width: 1000px) {
  .cdmo-a2_v2 .xgafgs li .hhgsdl .dd-a1 {
    margin: 0 0.5em;
  }
}

.cdmo-a2_v2 .xgafgs li .hhgsdl dd {
  color: #353535;
  font: 500 0.8rem/1.2em "sourcehansans";
}

@media (max-width: 678px) {
  .cdmo-a2_v2 .xgafgs li .hhgsdl dd {
    line-height: 1.4em;
  }
}

.cdmo-a2_v2 .xgafgs li .hhgsdl dd::before {
  content: "·";
  margin-right: 0.5em;
}

.cdmo-a2_v2 .xgafgs li:nth-child(2) dt {
  background: #53268B;
}

.cdmo-a2_v2 .xgafgs li:nth-child(3) dt {
  background: #29A8E1;
}

.cdmo-a2_v2 .xgafgs li:nth-child(4) dt {
  background: #ed7100;
}

.cdmo-cont3 {
  margin-top: 4.125rem;
}

@media (max-width: 678px) {
  .cdmo-cont3 {
    margin-top: 1.5rem;
  }
}

.cdmo-cont4 {
  padding: 4rem 0;
}

@media (max-width: 678px) {
  .cdmo-cont4 {
    padding: 2rem 0;
  }
}

.cdmo-cont4 .mySwiper10 {
  margin-top: 0.7rem;
  padding: 0 1px;
}

@media (max-width: 678px) {
  .cdmo-cont4 .mySwiper10 {
    margin-top: 0.2rem;
  }
}

.cdmo-cont4 .mySwiper10 a.a {
  border: 1px solid #E4E2E2;
  display: block;
  font-size: 0;
  margin-top: 1.25rem;
}

@media (max-width: 678px) {
  .cdmo-cont4 .mySwiper10 a.a {
    margin-top: 1rem;
  }
}

.cdmo-cont4 .mySwiper10 .swiper-pagination1 {
  margin-top: 1.5rem;
}

.recom-cont2 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 2.8125rem 0 5.1125rem;
  margin-top: 3.625rem;
}

@media (max-width: 678px) {
  .recom-cont2 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.recom-cont2 .recom-a2_v1 {
  margin-top: 3.4rem;
}

@media (max-width: 678px) {
  .recom-cont2 .recom-a2_v1 {
    margin-top: 1.8rem;
  }
}

.recom-cont2 .recom-a2_v1 dl {
  width: 48.28571%;
  position: relative;
}

@media (max-width: 540px) {
  .recom-cont2 .recom-a2_v1 dl {
    width: 100%;
  }
  .recom-cont2 .recom-a2_v1 dl + dl {
    margin-top: 1.2rem;
  }
}

.recom-cont2 .recom-a2_v1 dl .tit {
  position: absolute;
  color: #212121;
  font: 600 1.15rem/1.5em "sourcehansans";
  width: 80%;
  left: 10%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 678px) {
  .recom-cont2 .recom-a2_v1 dl .tit {
    font-size: 1rem;
    padding: 0.8em 0;
  }
}

.recom-cont3 {
  padding: 5.125rem 0 5.5rem;
}

@media (max-width: 990px) {
  .recom-cont3 {
    padding: 5.125rem 0 10.5rem;
  }
}

@media (max-width: 768px) {
  .recom-cont3 {
    padding: 2rem 0 2.5rem;
  }
}

.recom-cont3 .xhgagr_a {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a {
    padding-left: 7%;
    margin-top: 1.5rem;
    border-left: 1px solid #aaa;
  }
}

.recom-cont3 .xhgagr_a .dltx {
  width: 10%;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .dltx {
    width: 100%;
    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;
    position: relative;
  }
  .recom-cont3 .xhgagr_a .dltx::after {
    content: "";
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    border: 1px solid #aaa;
    position: absolute;
    left: -8.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
}

.recom-cont3 .xhgagr_a .dltx u {
  border: 1px dashed #ed7100;
  border-radius: 50%;
  padding: 0.6rem;
  display: block;
  font-size: 0;
  margin: 0 auto;
  width: 7.25rem;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .dltx u {
    width: 30%;
    margin: 0;
  }
}

.recom-cont3 .xhgagr_a .dltx u img {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .dltx .weghgx-a {
    width: 65%;
  }
}

.recom-cont3 .xhgagr_a .dltx .name {
  background: #ed7100;
  border-radius: .9375rem;
  height: 4.625rem;
  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;
  margin: 1rem 0 1.2rem;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .dltx .name {
    height: auto;
    padding: 0;
    margin: 0 0 0.8rem;
    background: none;
    color: #ed7100;
    width: 100%;
    text-align: left;
  }
}

.recom-cont3 .xhgagr_a .dltx .name span {
  color: #fff;
  font: 500 1rem/1.2em "sourcehansans";
  display: block;
  text-align: center;
  text-transform: Capitalize;
}

@media (max-width: 768px) {
    .recom-cont3 .xhgagr_a .dltx .name span{
        display: block;color: #ed7100;
    text-align: left; width: 100%;
    font-size: 1.2rem;
    }
  .recom-cont3 .xhgagr_a .dltx .name span br {
    display: none;
    padding: 0 0.5em;
  }
}

.recom-cont3 .xhgagr_a .dltx .p {
  color: #4D4C4C;
  font: 500 .75rem/1.3em "sourcehansans";
  text-transform: Capitalize;
  height: 9.1em;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .dltx .p {
    height: auto;
    font-size: 1rem;
  }
}

.recom-cont3 .xhgagr_a .i {
  display: block;
  width: -webkit-calc(18%/7);
  width: -moz-calc(18%/7);
  width: calc(18%/7);
  text-align: center;
  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;
}

@media (max-width: 768px) {
  .recom-cont3 .xhgagr_a .i {
    margin: 0.5em auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.recom-cont3 .xhgagr_a .i i {
  font-size: 1.6rem;
  color: #ed7100;
  font-weight: 600;
}

.recom-cont4 {
  padding-bottom: 5.25rem;
}

@media (max-width: 768px) {
  .recom-cont4 {
    padding-bottom: 2.5rem;
  }
}

.recom-cont4 .job-list {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list {
    margin-top: 1.2rem;
  }
}

.recom-cont4 .job-list li {
  margin-top: 0;
}

.recom-cont4 .job-list li + li {
  margin-top: .375rem;
}

.recom-cont4 .job-list li .dt a.a {
  background: #ECF2FD;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  color: #4D4C4C;
  padding: 0 1.625rem;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list li .dt a.a {
    height: 4rem;
  }
}

.recom-cont4 .job-list li .dt a.a .h2a {
  font: 600 1.1rem/4.8125rem "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list li .dt a.a .h2a {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 80%;
  }
}

.recom-cont4 .job-list li .dt a.a i {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list li .dt a.a i {
    font-size: 1.1rem;
  }
}

.recom-cont4 .job-list li .wehha-job {
  padding: 1.5625rem 3% 1rem;
  border: 1px solid #ed7100;
  border-top: none;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list li .wehha-job {
    padding: 1rem 3%;
  }
}

.recom-cont4 .job-list li .wehha-job .content {
  color: #4D4C4C;
  font: 500 1.05rem/1.4em "sourcehansans";
}

.recom-cont4 .job-list li .wehha-job .content dt {
  font-weight: 600;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .recom-cont4 .job-list li .wehha-job .content {
    font-size: 1rem;
  }
}

.recom-cont4 .job-list li.active .dt a.a {
  background: #ed7100;
  color: #fff;
}

.nucl-cont2 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 3.75rem 0 4.75rem;
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .nucl-cont2 {
    padding: 2rem 0 2.4rem;
    margin-top: 1rem;
  }
}

.nucl-cont2 .nucl-a2_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .nucl-cont2 .nucl-a2_v1 {
    margin-top: 1.5rem;
  }
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 {
  width: 50%;
  background: #fff;
  padding: 1em;
}

@media (max-width: 768px) {
  .nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 {
    width: 100%;
  }
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl {
  width: 50%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-right: 1px solid #DCE3F1;
  border-top: 1px solid #DCE3F1;
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl:nth-child(1), .nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl:nth-child(2) {
  border-top: none;
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl:nth-child(2n) {
  border-right: none;
}

@media (max-width: 768px) {
  .nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl {
    padding: 1rem 0;
  }
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl dt {
  display: block;
  width: 100%;
  text-align: center;
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl dt img {
  width: 3.875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl dt:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl p {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
/*  text-transform: uppercase;*/
  margin-top: 0.5em;
  text-align: center;
}

@media (max-width: 540px) {
  .nucl-cont2 .nucl-a2_v1 .nucl-a2_b1 dl p {
    height: 3em;
  }
}

.nucl-cont2 .nucl-a2_v1 .nucl-a2_b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .nucl-cont2 .nucl-a2_v1 .nucl-a2_b2 {
    width: 100%;
  }
}

.rnatab {
  margin-top: 1rem;
}

.rnatab .ny-tab-tit li {
  width: 51.3%;
  text-align: center;
  color: #212121;
  font: 500 1.2rem/1.5em "sourcehansans";
  
  background: #E7EFFC;
  padding: 1em 0;
  cursor: pointer;
  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;
}

@media (max-width: 768px) {
  .rnatab .ny-tab-tit li {
    padding: 1em 0;
    font-size: 1.1rem;
    line-height: 1.2em;
  }
}

.rnatab .ny-tab-tit li:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.rnatab .ny-tab-tit li:nth-child(2) {
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -3%;
}

.rnatab .ny-tab-tit li.on {
  background: #ed7100;
  color: #fff;
}

.rnatab .tab_vst .tab-ab {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .rnatab .tab_vst .tab-ab {
    margin-top: 1.5rem;
  }
}

.gmpa-cont1 {
  margin-top: 1rem;
}

.gmpa-cont1 .gmpa-a1_v1 {
  margin-top: 1.1rem;
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b1 {
  width: 47.92857%;
}

@media (max-width: 768px) {
  .gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b1 {
    width: 100%;
  }
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b1 .p {
  margin-top: 0;
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 {
  width: 48.5%;
}

@media (max-width: 768px) {
  .gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 .mySwiper11 .fang {
  position: relative;
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 .mySwiper11 .fang:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bjyyk.png) no-repeat left top;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 .mySwiper11 .swiper-pagination1 {
  margin-top: .875rem;
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 .mySwiper11 .swiper-pagination1 span {
  width: .875rem;
  height: .875rem;
  margin: 0 0.25rem !important;
  background: rgba(33, 33, 33, 0.3);
}

.gmpa-cont1 .gmpa-a1_v1 .gmpa-a1_b2 .mySwiper11 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #35D5B1;
}

.gmpa-cont2 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 3.5rem 0 5.25rem;
  margin-top: 1.375rem;
}

@media (max-width: 768px) {
  .gmpa-cont2 {
    padding: 2rem 0 3rem;
  }
}

.gmpa-cont2 .gmpa-a2_b1 {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .gmpa-cont2 .gmpa-a2_b1 {
    margin-top: 0;
  }
}

.gmpa-cont2 .gmpa-a2_b1 li {
  width: 31.57143%;
  position: relative;
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .gmpa-cont2 .gmpa-a2_b1 li {
    width: 48%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .gmpa-cont2 .gmpa-a2_b1 li {
    width: 100%;
  }
}

.gmpa-cont2 .gmpa-a2_b1 li dt {
  overflow: hidden;
  font-size: 0;
}

.gmpa-cont2 .gmpa-a2_b1 li dd {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  height: 4.5rem;
  padding: 0 1em;
}

@media (max-width: 768px) {
  .gmpa-cont2 .gmpa-a2_b1 li dd {
    height: 6rem;
  }
}

@media (max-width: 450px) {
  .gmpa-cont2 .gmpa-a2_b1 li dd {
    height: 4.5rem;
  }
}

.gmpa-cont2 .gmpa-a2_b1 li dd span {
  color: #212121;
  font: 500 1rem/1.2em "sourcehansans";
  text-transform: Capitalize;
}

.gmpa-cont2 .gmpa-a2_b1 li:hover dd {
  background: rgba(33, 189, 189, 0.85);
}

.gmpa-cont2 .gmpa-a2_b1 li:hover dd span {
  color: #fff;
}

.gmpa-cont3 {
  padding: 4.175rem 0 3.125rem;
}

@media (max-width: 768px) {
  .gmpa-cont3 {
    padding: 2.5rem 0 2rem;
  }
}

.gmpa-cont3 .pad-p p {
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

.gmpa-cont3 .mySwiper11 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .gmpa-cont3 .mySwiper11 {
    margin-top: 1.5rem;
  }
}

.gmpa-cont3 .mySwiper11 .fang {
  position: relative;
}

.gmpa-cont3 .mySwiper11 .fang:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bjyyk1.png) no-repeat left top;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}

.gmpa-cont3 .mySwiper11 .swiper-pagination1 {
  margin-top: 3.7rem;
}

@media (max-width: 768px) {
  .gmpa-cont3 .mySwiper11 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.gmpa-cont3 .mySwiper11 .swiper-pagination1 span {
  width: .875rem;
  height: .875rem;
  margin: 0 0.5rem !important;
  background: rgba(33, 33, 33, 0.3);
}

.gmpa-cont3 .mySwiper11 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #35D5B1;
}

.gmpa-cont4 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 2.8125rem 0 5.425rem;
}

@media (max-width: 768px) {
  .gmpa-cont4 {
    padding: 2.3rem 0 2.8rem;
  }
}

.gmpa-cont4 .gmpa-a4_b1 li {
  width: 48.92857%;
  background: #fff;
  padding: 2.7% 2.4%;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .gmpa-cont4 .gmpa-a4_b1 li {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem;
  }
}

.gmpa-cont4 .gmpa-a4_b1 li i {
  font-size: 0;
  width: 6.5rem;
}

.gmpa-cont4 .gmpa-a4_b1 li i u {
  background: #033C8B;
  width: 100%;
  height: 6.5rem;
  border-radius: 50%;
}

.gmpa-cont4 .gmpa-a4_b1 li i img {
  width: 50%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .gmpa-cont4 .gmpa-a4_b1 li i {
    width: 5rem;
  }
  .gmpa-cont4 .gmpa-a4_b1 li i u {
    height: 5rem;
  }
}

.gmpa-cont4 .gmpa-a4_b1 li i:hover u img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.gmpa-cont4 .gmpa-a4_b1 li .wegxa {
  width: -webkit-calc(95% - 6.5rem);
  width: -moz-calc(95% - 6.5rem);
  width: calc(95% - 6.5rem);
}

@media (max-width: 768px) {
  .gmpa-cont4 .gmpa-a4_b1 li .wegxa {
    width: -webkit-calc(95% - 5rem);
    width: -moz-calc(95% - 5rem);
    width: calc(95% - 5rem);
  }
}

.gmpa-cont4 .gmpa-a4_b1 li .wegxa dt {
  color: #212121;
  font: 500 1.2rem/1.6em "sourcehansans";
}

.gmpa-cont4 .gmpa-a4_b1 li .wegxa p {
  color: #4D4C4C;
  font: 500 1rem/1.4em "sourcehansans";
  margin-top: 0.2em;
}

.gmpb-cont1 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 4.6875rem 0 3.25rem;
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .gmpb-cont1 {
    margin-top: 2rem;
    padding: 2.5rem 0;
  }
}

.gmpb-cont1 .gmpb-a1_list1 li {
  width: 20%;
  padding: 3rem 1.7%;
}

.gmpb-cont1 .gmpb-a1_list1 li + li {
  border-left: 1px solid #DFE3E9;
}

@media (max-width: 768px) {
  .gmpb-cont1 .gmpb-a1_list1 li {
    width: 50%;
    padding: 1.5rem 2%; 
  }
  .gmpb-cont1 .gmpb-a1_list1 li + li {
      border-left: none;
  }
  .gmpb-cont1 .gmpb-a1_list1 li:nth-child(3) {
    border-left: none;
  }
}

.gmpb-cont1 .gmpb-a1_list1 li i {
  font-size: 0;
  width: 6.5rem;
  margin: 0 auto;
  display: block;
}

.gmpb-cont1 .gmpb-a1_list1 li i u {
  background: #033C8B;
  width: 100%;
  height: 6.5rem;
  border-radius: 50%;
}

.gmpb-cont1 .gmpb-a1_list1 li i img {
  width: 50%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .gmpb-cont1 .gmpb-a1_list1 li i {
    width: 5rem;
  }
  .gmpb-cont1 .gmpb-a1_list1 li i u {
    height: 5rem;
  }
}

.gmpb-cont1 .gmpb-a1_list1 li i:hover u {
  background: #ed7100;
}

.gmpb-cont1 .gmpb-a1_list1 li i:hover u img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.gmpb-cont1 .gmpb-a1_list1 li p {
  color: #4D4C4C;
  font: 500 1rem/1.3em "sourcehansans";
  margin-top: 2.125rem;    text-align: center;
}

.gmpb-cont2 {
  background: url(../image/bj4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.5rem 0 4.6875rem;
}

@media (max-width: 768px) {
  .gmpb-cont2 {
    padding: 2.5rem 0 2rem;
  }
}

.gmpb-cont2-gong .tiga1 {
  color: #4D4C4C;
  font: 500 1.15rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .gmpb-cont2-gong .tiga1 {
    font-size: 1.15rem;
    line-height: 1.4em;
  }
}

.gmpb-cont2-gong .p-wenz dt {
  color: #221F1F;
  font: 500 1.15rem/1.5em "sourcehansans";
}

.gmpb-cont2-gong .p-wenz p {
  color: #4D4C4C;
  font: 500 1rem/1.4em "sourcehansans";
}

.gmpb-cont2-gong .p-wenz .p2 p {
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

.gmpb-cont2-gong .img-yybj {
  position: relative;
}

.gmpb-cont2-gong .img-yybj:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bjyyk1.png) no-repeat left top;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}

.gmpb-cont3 {
  padding: 6.25rem 0 5rem;
}

@media (max-width: 768px) {
  .gmpb-cont3 {
    padding: 2.5rem 0 2rem;
  }
}

.gmpb-cont4 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 3.75rem 0 5.525rem;
}

@media (max-width: 768px) {
  .gmpb-cont4 {
    padding: 2.5rem 0;
  }
}

.gmpb-cont4 .gmpb-a4_v1 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .gmpb-cont4 .gmpb-a4_v1 {
    margin-top: 0.5rem;
  }
}

.gmpb-cont4 .gmpb-a4_v1 li {
  background: #fff;
  width: 31.5%;
  text-align: center;
  padding: 2.375rem 0;
}

@media (max-width: 768px) {
  .gmpb-cont4 .gmpb-a4_v1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.gmpb-cont4 .gmpb-a4_v1 li dt {
  color: #000000;
  font: 600 1.8rem/1.2em "sourcehansans";
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .gmpb-cont4 .gmpb-a4_v1 li dt {
    font-size: 1.5rem;
  }
}

.gmpb-cont4 .gmpb-a4_v1 li dd {
  color: #000000;
  font: 500 1rem/1.1em "sourcehansans";
  text-transform: Capitalize;
}

.gmpb-cont4 .gmpb-a4_v1 li span {
  color: #ed7100;
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  border-radius: 0.8rem;
  border: 1px solid #ed7100;
  padding: 0 1em;
  text-transform: Capitalize;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .gmpb-cont4 .gmpb-a4_v1 li span {
    margin-top: 0.7em;
  }
}

.gmpb-cont4 .gmpb-a4_v1 li p {
  color: #000000;
  font: 500 1.1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .gmpb-cont4 .gmpb-a4_v1 li p {
    margin-top: 0.3em;
  }
}

.mt1rem {
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .m-imga {
    padding-bottom: 34%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imga.a {
    padding-bottom: 80%;
  }
  .m-imga > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.gmpc-cont2 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .gmpc-cont2 {
    margin-top: 1.5rem;
  }
}

.gmpc-cont2 .gmpc-a2b1 {
  margin-top: 2.2rem;justify-content: flex-start;
}

@media (max-width: 768px) {
  .gmpc-cont2 .gmpc-a2b1 {
    margin-top: 1.5rem;
  }
}

.gmpc-cont2 .gmpc-a2b1 li {
  background: #013B7B;
  width: calc(100%/3);
  margin-top: 1px;
  position: relative;
  height: 4rem; border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .gmpc-cont2 .gmpc-a2b1 li {
     width: 50%;
  }
}

.gmpc-cont2 .gmpc-a2b1 li span {
  color: #FFFFFF;
  font: 500 1rem/1.25em "sourcehansans";
  text-align: center;
  display: block;
  text-transform: Capitalize;
}

.gmpc-cont2 .gmpc-a2b1 li:hover {
  background: #ed7100;
}

.gmpc-cont3 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
    .gmpc-cont2 .gmpc-a2b1 li span{
      padding: 0 4.5%;
    }
  .gmpc-cont3 {
    margin-top: 2rem;
  }
}

.gmpc-cont3 .gmpc-a3_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .gmpc-cont3 .gmpc-a3_v1 {
    margin-top: 1.5rem;
  }
}

.gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b1 {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b1 {
    width: 100%;
  }
}

.gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bjyykas.png) no-repeat left top;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}

.gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b2 {
  width: 50%;
  background: #E8F0FD;
  padding: 2%;
}

@media (max-width: 768px) {
  .gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b2 {
    width: 100%;
    padding: 1rem 1.5em;
  }
}

.gmpc-cont3 .gmpc-a3_v1 .gmpc-a3_b2 p {
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

.gmpc-cont4 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .gmpc-cont4 {
    margin-top: 2rem;
  }
}

.gsdgft {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .gsdgft {
    margin-top: 1.2rem;
    overflow-x: auto;
  }
  .gsdgft table {
    min-width: 768px;
  }
}

.gsdgft .table-bordered td, .gsdgft .table-bordered th {
  border-color: #E9F0FD;
}

.gsdgft tr {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
}

.gsdgft tr td {
  vertical-align: inherit;
}

.gsdgft tr:first-child {
  background: #ed7100;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem 0.75rem;
}

@media (max-width: 768px) {
  .gsdgft tr:first-child {
    font-size: 1.1rem;
  }
}

.gmpc-cont5 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .gmpc-cont5 {
    margin-top: 2rem;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 {
  width: 50%;
  background: #033C8B;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 {
    width: 100%;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 {
  padding: 0 7.5%;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 {
    padding: 1.5rem 4.5%;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 dt {
  color: #FFFFFF;
  font: 600 2rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 dt {
    font-size: 1.5rem;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .p {
  color: #FFFFFF;
  font: 500 1rem/1.3em "sourcehansans";
  padding: 0.7em 0 2em;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .p {
    padding: 0.5em 0 1.2em;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl {
  color: #fff;
  margin-right: 2.5em;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl {
    margin-top: 0.5em;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl b {
  font: 600 2.9rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl b {
    font-size: 2.2rem;
  }
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl u {
  vertical-align: top;
  font: 500 1.25rem/1em "sourcehansans";
  -webkit-text-decoration: dashed;
     -moz-text-decoration: dashed;
          text-decoration: dashed;
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b1 .gmpc-a5-c1 .dl_list1 dl span {
  font: 500 1rem/1.3em "sourcehansans";
}

.gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .gmpc-cont5 .gmpc-a5_v1 .gmpc-a5_b2 {
    width: 100%;
  }
}

.gmpc-cont6 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 3.625rem 0 4.375rem;
  margin-top: 5.4375rem;
}

.sysgmp-cont1 {
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .sysgmp-cont1 {
    margin-top: 2rem;
  }
}

.sysgmp-cont2 {
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .sysgmp-cont2 {
    margin-top: 2rem;
  }
}

.sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b1 {
  width: 55.92857%;
}

@media (max-width: 768px) {
  .sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b1 {
    width: 100%;
  }
}

.sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b1 .p2 {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
}

.sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b1 .p2 p {
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

.sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b2 {
  width: 29.21429%;
  margin-right: 5.14286%;
}

@media (max-width: 768px) {
  .sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b2 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .sysgmp-cont2 .sysgmp-a2_v1 .sysgmp-a2_b2 img {
    max-width: 50%;
    margin: 1em auto;
  }
}

.sysgmp-cont3 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 2.75rem 0 3.9375rem;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .sysgmp-cont3 {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.sysgmp-cont3 .xggfa_sd{
      justify-content: start;
}
.sysgmp-cont3 .xggfa_sd li:not(:nth-child(3n)){
    margin-right: 2.321435%;
}
.sysgmp-cont3 .xggfa_sd li {
  width: 31.78571%;
  background: #fff;
  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;
  padding: 0 2%;
  height: 3.7125rem;
  margin-top: 1.7rem;
}

@media (max-width: 768px) {
  .sysgmp-cont3 .xggfa_sd li {
    width: 49%;
    margin-top: 1rem;
    height: 4rem;
  }
  .sysgmp-cont3 .xggfa_sd li:not(:nth-child(3n)){
    margin-right: 0;
}
.sysgmp-cont3 .xggfa_sd li:not(:nth-child(2n)){
    margin-right: 2%;
}
}

@media (max-width: 450px) {
  .sysgmp-cont3 .xggfa_sd li {
    width: 100%;
    height: 4rem;
    padding: 0 3%;
  }
  .sysgmp-cont3 .xggfa_sd li:not(:nth-child(2n)){
    margin-right: 0;
}
}

.sysgmp-cont3 .xggfa_sd li span {
  display: block;
  color: #4D4C4C;
  font: 500 1rem/1.2em "sourcehansans";
  padding-left: 1.2em;
  background: url(../image/sjxa.svg) no-repeat left center;
}

@media (max-width: 768px) {
  .sysgmp-cont3 .xggfa_sd li span {
    font-size: 1rem;
    -o-background-size: .7375rem auto;
       background-size: .7375rem auto;
  }
}

.sysgmp-cont4 {
  padding: 5.625rem 0 5.9375rem;
}

@media (max-width: 768px) {
  .sysgmp-cont4 {
    padding: 2.5rem 0;
  }
}

.sysgmp-cont4 .pzsa {
  margin-top: 0.5em;
}

.sysgmp-cont4 .pzsa p {
  padding: 1.4em 0;
}

@media (max-width: 768px) {
  .sysgmp-cont4 .pzsa p {
    padding: 1em 0;
  }
}

.sysgmp-cont4 .pzsa p a {
  display: block;
  color: #ed7100;
  font: 500 1rem/1.5em "sourcehansans";
  background: url(../image/dianxx1.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
  text-transform: Capitalize;
}

.sysgmp-cont4 .pzsa p + p {
  border-top: 1px solid #E8E5E5;
}

.sysgmp-cont5 {
  margin-top: 3.875rem;
  padding-bottom: 5.125rem;
}

@media (max-width: 768px) {
  .sysgmp-cont5 {
    margin-top: 2rem;
    padding-bottom: 2.125rem;
  }
}

.sysgmp-cont5 .img-yybj {
  position: relative;
}

.sysgmp-cont5 .img-yybj:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bjyyk2.png) no-repeat left top;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}

.sysrd-cont2 {
  margin-top: 3.875rem;
  padding-bottom: 6.875rem;
}

@media (max-width: 768px) {
  .sysrd-cont2 {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}

.sysrd-cont2 .p-gong {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sysrd-cont2 .p-gong {
    margin-top: 1rem;
  }
}

.sysrd-cont2 .p-gong dt {
  color: #4D4C4C;
  font: 500 1.25rem/1.5em "sourcehansans";
}

.sysrd-cont2 .p-gong p {
  color: #4D4C4C;
  font: 500 1rem/1.5em "sourcehansans";
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
     background-size: .1875rem auto;
  padding-left: 0.7em;
}

.sysrd-cont1 .paimg {
  padding: 6.0625rem 0 10.375rem;
}

.sysrd-cont1 .paimg img {
  max-width: 50%;
}

@media (max-width: 768px) {
  .sysrd-cont1 .paimg {
    padding: 2rem 0 3rem;
  }
  .sysrd-cont1 .paimg img {
    max-width: 92%;
  }
}

.pb89rem {
  padding-bottom: 5.5625rem;
}

@media (max-width: 768px) {
  .pb89rem {
    padding-bottom: 3rem;
  }
}

.cmcstr-cont2 .xggfa_sd li {
  height: 6rem;
}

@media (max-width: 768px) {
  .cmcstr-cont2 .xggfa_sd li {
    height: 6rem;
  }
}

@media (max-width: 450px) {
  .cmcstr-cont2 .xggfa_sd li {
    height: 5rem;
  }
}

.cmcstr-cont3 {
  background: url(../image/bj5.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.cmcstr-cont3 .mrna-cont6_list1 {
  margin-top: 1em;
}

.cmcstr-cont3 .mrna-cont6_list1 dl {
  border-bottom: none;
}

.cmcpro-cont3 {
  background: -webkit-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -moz-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: -o-linear-gradient(165.04deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  background: linear-gradient(284.96deg, #E7EFFC 13.01%, #F5F8FF 99.99%);
  padding: 3.125rem 0 5.375rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cmcpro-cont3 {
    margin-top: 2rem;
    padding: 2rem 0 2.5rem;
  }
}

.cmcpro-cont3 .cmcpro-a3_list1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cmcpro-cont3 .cmcpro-a3_list1 {
    margin-top: 0.2rem;
  }
}

.cmcpro-cont3 .cmcpro-a3_list1 li {
  width: 23.42857%;
  text-align: center;
  background: #fff;
  padding: 3.125rem 0 3.75rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .cmcpro-cont3 .cmcpro-a3_list1 li {
    width: 48.5%;
    margin-top: 1rem;
    padding: 1.4rem 0 2rem;
    margin-bottom: 0.5rem;
  }
}

.cmcpro-cont3 .cmcpro-a3_list1 li i {
  display: block;
  width: 9.625rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cmcpro-cont3 .cmcpro-a3_list1 li i {
    width: 50%;
  }
}

.cmcpro-cont3 .cmcpro-a3_list1 li h2 {
  color: #4D4C4C;
  font: 500 1.125rem/1.2em "sourcehansans";
  padding: 1em 3% 0;
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .cmcpro-cont3 .cmcpro-a3_list1 li h2 {
    font-size: 1rem;
  }
}

.cmcpro-cont3 .cmcpro-a3_list1.cmcpro-a3_list1-a li {
  width: 31.85714%;
}

@media (max-width: 768px) {
  .cmcpro-cont3 .cmcpro-a3_list1.cmcpro-a3_list1-a li {
    width: 48.5%;
  }
}

.cmcpro-cont4 {
  background: url(../image/bj6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.75rem 0 5.625rem;
  margin-top: 0;
}

@media (max-width: 768px) {
  .cmcpro-cont4 {
    padding: 2.5rem 0;
  }
}

.cmcfor-cont1 {
  padding: 3.5rem 0 6.875rem;
}

@media (max-width: 768px) {
  .cmcfor-cont1 {
    padding: 2rem 0 2.5rem;
  }
}

.cmcfor-cont1 .lbqh-a {
  padding: 1.5em 0 1.2em;
}

@media (max-width: 768px) {
  .cmcfor-cont1 .lbqh-a {
    padding: 0.5em 0;
  }
}

.cmcfor-cont1 .lbqh-a .mySwiper12 {
  padding: 0 1px;
}

.cmcfor-cont1 .lbqh-a .mySwiper12 a.a i {
  display: block;
  font-size: 0;
  border: 1px solid #E1E1E1;
  border-bottom: none;
  overflow: hidden;
}

.cmcfor-cont1 .lbqh-a .mySwiper12 a.a h2 {
  text-align: center;
  color: #4D4C4C;
  font: 500 1.125rem/1.3em "sourcehansans";
  background: #E9F0FD;
  padding: 1.2em 0;
  text-transform: Capitalize;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cmcfor-cont1 .lbqh-a .mySwiper12 a.a h2 {
    padding: 0.9em 0;
  }
}

.cmcfor-cont1 .lbqh-a .mySwiper12 .swiper-pagination1 span {
  width: .875rem;
  height: .875rem;
}

.cmcana-cont2 {
  padding: 1.875rem 0 4rem;
}

@media (max-width: 768px) {
  .cmcana-cont2 {
    padding: 1.2rem 0 2.5rem;
  }
}

.cmcana-cont1 {
  margin-top: 2.875rem;
}

@media (max-width: 768px) {
  .cmcana-cont1 {
    margin-top: 1.5rem;
  }
}

.cmcreg-cont2 {
  background: url(../image/bja6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.5rem 0 3.75rem;
}

@media (max-width: 768px) {
  .cmcreg-cont2 {
    padding: 2rem 0 2.5rem;
    margin-top: 1rem;
  }
}

.cmcreg-cont1 {
  padding: 2.5rem 0 0;
}

@media (max-width: 990px) {
  .cmcreg-cont1 {
    padding: 2rem 0 0;
  }
}

@media (max-width: 768px) {
  .cmcreg-cont1 {
    padding: 2rem 0 0;
  }
}

.cmcreg-cont1 .xhgagr_a .dltx {
  width: 17%;
}

@media (max-width: 768px) {
  .cmcreg-cont1 .xhgagr_a .dltx {
    width: 100%;
    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;
    position: relative;
  }
  .cmcreg-cont1 .xhgagr_a .dltx::after {
    content: "";
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    border: 1px solid #aaa;
    position: absolute;
    left: -8.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
}

.cmcreg-cont1 .xhgagr_a .dltx .p {
  color: #4D4C4C;
  font: 500 .75rem/1.3em "sourcehansans";
  text-transform: Capitalize;
  height: auto;
}

.cmcreg-cont1 .xhgagr_a .dltx .p p {
  margin-bottom: 1em;
  background: url(../image/dianxx.svg) no-repeat left 0.6em;
  -o-background-size: .1875rem auto;
  background-size: 0.1875rem auto;
  padding-left: 0.7em;
}

.cmcreg-cont1 .xhgagr_a .i {
  display: block;
  width: -webkit-calc(18%/7);
  width: -moz-calc(18%/7);
  width: calc(18%/7);
  text-align: center;
  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;
  position: relative;
}

@media (max-width: 768px) {
  .cmcreg-cont1 .xhgagr_a .i {
    margin: 0.5em auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.cmcreg-cont1 .xhgagr_a .i i {
  font-size: 1.6rem;
  color: #ed7100;
  font-weight: 600;
  position: absolute;
  top: 31%;
}

/*修改*/
.recom-cont-xg4{
   background: url(../image/bjxga1.jpg) no-repeat center top;
   background-size: cover;
   padding: 4.875rem 0;
}
.recom-cont-xg4-v1{
    background: linear-gradient(180deg, #DBF1FA 0%, rgba(255, 255, 255, 0) 100%) #fff;
    filter: drop-shadow(0px 3px 3px rgba(215, 207, 207, 0.25));
    border-radius: .625rem;
    margin-top: 3.4375rem;
}
.recom-cont-xg4-b1 {
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.recom-cont-xg4-b1 li{
     color: #4D4C4C;
     position: relative;
     font: 600 1.375rem/1.5em "sourcehansans";
     padding: 2rem 2%;cursor: pointer;
}
.recom-cont-xg4-b1 li::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1875rem;
  background: #ed7100;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.recom-cont-xg4-b1 li.on{
    color: #ed7100;
}
.recom-cont-xg4-b1 li.on::after{
  width: 100%;
}
.recom-cont-xg4-b2{
  padding: 2.8rem 6%;
}
.recom-cont-xg4-b2 .ads_t1{
  width: 35%;
}
.recom-cont-xg4-b2 .ads_t1 dt{
  color: #212121;
  font: 600 1.125rem/1.5em "sourcehansans";
}
.recom-cont-xg4-b2 .ads_t1 dd{
  color: #212121;
  font: 500 .875rem/2em "sourcehansans";
  margin-top: 1.5em;
}
.recom-cont-xg4-b2 .ads_t2{
  width: 50%;
}
@media (max-width: 768px){
  .recom-cont-xg4{
    padding: 2.6rem 0;
  }
  .recom-cont-xg4-v1{
    margin-top: 1.8rem;
  }
  .recom-cont-xg4-b1 li{
    font-size: 1.15rem;    padding: 1.5rem 2%
  }
  .recom-cont-xg4-b2 .ads_t1{
    width: 100%;
  }
  .recom-cont-xg4-b2 .ads_t2{
    width: 100%;
    margin-top: 1rem;
  }
  .recom-cont-xg4-b2{
    padding: 2rem 6%;
  }
}
@media (max-width: 450px){
  .recom-cont-xg4-b1 li{
    padding: 1.2rem 2%
  }
}

/* end */

@media (max-width: 990px) {
  .cmcreg-cont1 .xhgagr_a .i i {
    top: 25%;
  }
}
#abt1a,#abt1,#abt2,#abt3{
    position: relative;top: -6.25rem;display: block;height: 0;overflow: hidden;
}

.mrna-cont5-a1-top{
   margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .cmcreg-cont1 .xhgagr_a .i i {
    position: static;
  }
  .section4 .more-msl.he{
      margin-top: 2rem;
  }
  #abt1a,#abt1,#abt2,#abt3{
    top: -60px;
}
}
.mt0{
    margin-top: 0 !important;
}
.mb10rem {
  padding-bottom: 10rem !important;
}

.dow-list li{
  padding: 1.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.dow-list li u{
  width: 3.125rem;
  font-size: 0;
}
.dow-list li .ashghr{
  width: calc(99% - 3.125rem);
}
.dow-list li u img{
  width: 100%;
}
.dow-list li .date{
  max-width:60%;
}
.dow-list li .date dt{
  color: #000;
  font: 600 1.25rem/1.7em "sourcehansans"; 
  white-space: nowrap; 
  text-overflow:ellipsis; 
  overflow:hidden; 
}
.dow-list li .date dd{
  color: #808080;
  font: 500 1.25rem/1.4em "sourcehansans";
}
.dow-list li a.xwmore{
  display: inline-block;
  color: #666;
  font: 500 1.12rem/2em "sourcehansans";
  padding: 0.25em 2.5rem;
  border: 1px solid #999;
  border-radius: 1.5em;
}
.dow-list li a.xwmore:hover{
  background: #ed7100;
  border-color: #ed7100;
  color: #fff;
}

@media (max-width: 768px) {
  .dow-list li .date{
    max-width:50%;
  }
  .dow-list li .date dt{
    white-space: initial;
    line-height: 1.25em;
    margin-bottom: 0.2em;
  }
  .mb10rem {
    padding-bottom: 5rem !important;
  }
}

