﻿
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
  overflow: visible!important;
}
#mapDiv .tdt-bottom{display: none!important;}
#mapDiv{
  z-index: 2;
}

@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: 50px;
  }
}

@font-face {
  font-family: "sourcehansans"; 
  src: url("../font/sourcehansans.eot"); 
  src: url("../font/sourcehansans.eot") format("embedded-opentype"),
  url("../font/sourcehansans.woff") format("woff"),
  url("../font/sourcehansans.ttf") format("truetype"),
  url("https://assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.svg")
   format("svg"); 
 
}
@font-face {
  font-family: "montserrat";
  src: url(https://assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 20px 13.54167%;
}

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

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

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
    /* padding-bottom: 0.5rem; */
  }
}

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

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

.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;
}
.tdt-marker-pane img:nth-child(7){
  margin-left: 40px!important;
  margin-top: -51px!important;
}

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

.yc::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.yc::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.yc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

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

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

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

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

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

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

.more-msl:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

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

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

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

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

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

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

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

.more-msl1:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

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

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

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

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

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

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

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

.more-msl2:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

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

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

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

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

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

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

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

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

.m-hidden {
  display: none;
}

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

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

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

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

.conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.6);
}

.conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.conx input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.conx2 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555353;
  text-align: center;
}

.conx2 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555353;
  text-align: center;
}

.conx2 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555353;
  text-align: center;
}

.conx2 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555353;
  text-align: center;
}

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

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

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

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

.head .head2 .sska .conx {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 2.5625rem;
  border-radius: 1.875rem;
  width: 16.0625rem;
  margin-top: 1.375rem;
}

.head .head2 .sska .conx input {
  height: 100%;
  text-indent: 1.2em;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1 "sourcehansans";
  width: 80%;
}

.head .head2 .sska .conx button {
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  width: 18%;
  text-align: center;
  position: relative;
  line-height: 1;
}

.head .head2 .sska .conx button i {
  color: #fff;
  width: 1.0625rem;
  display: block;
  position: absolute;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #F36E21;
  top: 5.4375rem;
  left: 0;
}

.head .serbtn {
  background: #F36E21;
}

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

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

.xw-show_top .head .head2 {
  background: #fff;
}

.xw-show_top .head .head2 .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7E7E7E;
}

.xw-show_top .head .head2 .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7E7E7E;
}

.xw-show_top .head .head2 .conx input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7E7E7E;
}

.xw-show_top .head .head2 .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7E7E7E;
}

.xw-show_top .head .head2 #menu .nav_a1 li > a {
  color: #2F2A2A;
}

.xw-show_top .head .head2 .sska .conx {
  border-color: rgba(126, 126, 126, 0.4);
}

.xw-show_top .head .head2 .sska .conx input {
  color: #7E7E7E;
}

.xw-show_top .head .head2 .sska .conx button i img {
  -webkit-filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
          filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
}

#menu .nav_a1 {
  margin-right: 3rem;
}

@media (max-width: 1366px) {
  #menu .nav_a1 {
    margin-right: 1.5rem;
  }
}

#menu .nav_a1 li {
  float: left;
  position: relative;
  text-align: center;
}

#menu .nav_a1 li > a {
  padding: 0 .375rem;
}

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

#menu .nav_a1 li + li > a {
  width: 7rem;
}

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

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

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

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  position: relative;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

#menu .nav_a1 li > a::before {
  content: "";
  width: 0;
  height: .125rem;
  background: #F36E21;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 28.5rem;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: left;
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  padding: 1.625rem;
  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;
}

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

#menu .nav_a1 li .sec .xgagf-a a:hover {
  color: #f36e21;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 26.5%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 68.75%;
}

#menu .nav_a1 li .sec.sec-top {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 1.625rem 2% 3rem;
  display: none;
}

#menu .nav_a1 li .sec.sec-top dl {
  width: 20%;
}

#menu .nav_a1 li .sec.sec-top dl dt a {
  display: block;
  color: #2F2A2A;
  font: 600 1.25rem/2em "sourcehansans";
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5em;
}

#menu .nav_a1 li .sec.sec-top dl dt a:hover {
  color: #F36E21;
}

#menu .nav_a1 li .sec.sec-top dl dd {
  margin-top: 0.8em;
}

#menu .nav_a1 li .sec.sec-top dl dd a {
  display: block;
  color: #2F2A2A;
  font: 500 1rem/2.2em "sourcehansans";
}

#menu .nav_a1 li .sec.sec-top dl dd a:hover {
  color: #F36E21;
}

#menu .nav_a1 li .sec.sec-top dl:nth-child(1) dd {
  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;
}

#menu .nav_a1 li .sec.sec-top dl:nth-child(1) dd a {
  width: 50%;
}

#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, #menu .nav_a1 li.active > a {
  font-weight: 600;
  font-size: 1.25rem;
}

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

.nav-img {
  padding-bottom: 54.90909%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: .9375rem;
}

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

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

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

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

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

.mslm-head-box .mslm-logo img {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0 !important;
  }
}

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

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

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

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

.pc-banner {
  position: relative;
}

.pc-banner .ggara {
  width: 27.75rem;
  height: 27.75rem;
  background: rgba(10, 12, 28, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 3.64583%;
  -webkit-animation: animationOne 15s infinite linear;
  -moz-animation: animationOne 15s infinite linear;
    -o-animation: animationOne 15s infinite linear;
       animation: animationOne 15s infinite linear;
}

@media (max-width: 768px) {
  .pc-banner .ggara {
    width: 10rem;
    height: 10rem;
  }
}

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

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

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

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

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

.pc-banner .banner-wen .banner-cont h2 {
  font: 600 2.25rem/1.3em "montserrat";
  text-transform: uppercase;
}

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

.pc-banner .banner-wen .banner-cont .dl {
  font: 600 5.0625rem/1.2em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .dl {
    font-size: 2.5rem;
    padding: 0.2em 0;
  }
}

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

.pc-banner .banner-wen .banner-cont .dla {
  font: 600 4rem/1.3em "sourcehansans";
}

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

.pc-banner .banner-wen .banner-cont .dlb {
  font: 600 1.875rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}

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

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

.pc-banner .swiper-pagination1a {
  position: absolute;
  left: 0;
  bottom: 7%;
  text-align: center;
  z-index: 99;
}

.pc-banner .swiper-pagination1a span {
  background: url(/public/static/lxwm/image/doa1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  opacity: 1;
}

.pc-banner .swiper-pagination1a span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes run {
  from {
    bottom: 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: 3%;
  z-index: 99;
}

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

.kajjt i img {
  width: 100%;
}

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

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

.pc-banner {
  overflow: hidden;
}

.ny-head {
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.ny-head .head2 {
  background: #fff;
  position: relative;
}

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

.ny-head .head2 .logo a img.b {
  display: inline-block;
}

.ny-head .head2 #menu .nav_a1 li > a {
  color: #333333;
}

.ny-head .head2 #menu .nav_a1 li:hover > a {
  color: #F36E21;
}

.ny-head .head2 #menu .nav_a1 li > a::before {
  background: #F36E21;
}

.ny-head .head2 .sska i {
  color: #F36E21;
}

.ny-head .head2 .sgag a.ma img.b {
  display: inline-block;
}

.ny-head .head2 .sgag a.ma img.a {
  display: none;
}

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

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

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

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

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

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

.sticky .head2 {
  background: #fff;
}

.sticky .head2 .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7E7E7E;
}

.sticky .head2 .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7E7E7E;
}

.sticky .head2 .conx input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7E7E7E;
}

.sticky .head2 .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7E7E7E;
}

.sticky .head2 #menu .nav_a1 li > a {
  color: #2F2A2A;
}

.sticky .head2 .sska .conx {
  border-color: rgba(126, 126, 126, 0.4);
}

.sticky .head2 .sska .conx input {
  color: #7E7E7E;
}

.sticky .head2 .sska .conx button i img {
  -webkit-filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
          filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
}

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

.titleb {
  font: 600 9.5625rem/1em "Montserrat";
  background: -webkit-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: -moz-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: -o-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: linear-gradient(180deg, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .titleb {
    font-size: 5rem;
  }
}

@media (max-width: 450px) {
  .titleb {
    font-size: 4rem;
  }
}

.titlec {
  font: 600 17rem/1em "Montserrat";
  background: -webkit-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
  background: -moz-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
  background: -o-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
  background: linear-gradient(180deg, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .titlec {
    font-size: 10rem;
  }
}

@media (max-width: 450px) {
  .titlec {
    font-size: 5rem;
  }
}

.titled {
  font: 600 10.875rem/1em "Montserrat";
  background: -webkit-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
  background: -moz-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
  background: -o-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
  background: linear-gradient(180deg, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .titled {
    font-size: 6rem;
  }
}

@media (max-width: 450px) {
  .titled {
    font-size: 5rem;
  }
}

.titlee {
  font: 600 12.6875rem/1em "Montserrat";
  background: -webkit-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
  background: -moz-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
  background: -o-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
  background: linear-gradient(180deg, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .titlee {
    font-size: 8rem;
  }
}

@media (max-width: 450px) {
  .titlee {
    font-size: 6rem;
  }
}

.title_a1 dt {
  color: #2F2A2A;
  font: 600 3.125rem/1.5em "sourcehansans";
}

.title_a1 dt::after {
  content: "";
  display: block;
  width: 5.75rem;
  height: .125rem;
  background: #F36E21;
  margin-top: 0.2rem;
}

@media (max-width: 768px) {
  .title_a1 dt {
    font-size: 2rem;
  }
  .title_a1 dt::after {
    width: 3rem;
  }
}

.cont1 {
  padding: 5.3125rem 0 5rem;
  background: url(../image/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

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

.cont1 .a1_v1 {
  margin-top: -2.5rem;
}

.cont1 .a1_v1 .a1_b1 {
  width: 61.42857%;
  position: relative;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: -webkit-calc(100% - 1.375rem);
    width: -moz-calc(100% - 1.375rem);
    width: calc(100% - 1.375rem);
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

.cont1 .a1_v1 .a1_b1 .mySwiper1 {
  position: relative;
  overflow: hidden;
  border-radius: .9375rem;
}

.cont1 .a1_v1 .a1_b1 .mySwiper1 .a {
  overflow: hidden;
  border-radius: .9375rem;
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 {
  position: absolute;
  right: -1.375rem;
  top: 3.75rem;
  left: unset;
  width: auto;
  bottom: unset;
  z-index: 9;
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 span {
  display: block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: .7125rem;
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.cont1 .a1_v1 .a1_b2 {
  width: 33.85714%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cont1 .a1_v1 .a1_b2 .p {
  color: #575757;
  font: 500 1.125rem/1.9em "sourcehansans";
  padding: 0.8em 0 1.4em;
}

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

.cont1 .a1_v2 {
  margin-top: 5.1125rem;
}

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

.cont1 .a1_v2 .sy_szgd {
  padding: 0 2%;
}

@media (max-width: 768px) {
  .cont1 .a1_v2 .sy_szgd {
    padding: 0;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont1 .a1_v2 .sy_szgd li {
  text-align: center;
  width: 20%;
}

@media (max-width: 768px) {
  .cont1 .a1_v2 .sy_szgd li {
    width: 30%;
    margin-top: 1.6em;
  }
  .cont1 .a1_v2 .sy_szgd li:nth-child(n+4){
    width: 40%;
  }
}

.cont1 .a1_v2 .sy_szgd li dt {
  color: #00539F;
  font: 500 .875rem/1.5em "sourcehansans";
}

.cont1 .a1_v2 .sy_szgd li dt span {
  font: 600 4.375rem/1em "Montserrat";
}

@media (max-width: 768px) {
  .cont1 .a1_v2 .sy_szgd li dt span {
    font-size: 2.2rem;
  }
}

.cont1 .a1_v2 .sy_szgd li dt sup {
  top: -3rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cont1 .a1_v2 .sy_szgd li dt sup {
    top: -1rem;
  }
}

.cont1 .a1_v2 .sy_szgd li dd {
  color: #2F2A2A;
  font: 600 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a1_v2 .sy_szgd li dd {
    font-size: 1rem;
  }
}

.cont2 {
  background: #00539F;
  padding: 8.625rem 0 2.875rem;
}

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

.cont2 .titleb {
  position: absolute;
  left: 0;
  top: -3.375rem;
  width: 100%;
}

@media (max-width: 768px) {
  .cont2 .titleb {
    top: -0.6rem;
  }
}

.cont2 .titleb b {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10.0834rem;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: -moz-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: -o-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: linear-gradient(180deg, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
  display: block;
}

.cont2 .titleb b:nth-child(2) {
  margin-right: 4%;
}

@media (max-width: 768px) {
  .cont2 .titleb b {
    font-size: 5rem;
  }
}

@media (max-width: 450px) {
  .cont2 .titleb b {
    font-size: 4rem;
  }
}

.cont2 .title_a2 {
  position: relative;
  z-index: 1;
}

.cont2 .title_a2 .title_a1 {
  margin-left: 7.78571%;
}

@media (max-width: 768px) {
  .cont2 .title_a2 .title_a1 {
    margin-left: 0;
  }
}

.cont2 .title_a2 .title_a1 dt {
  color: #fff;
}

.cont2 .title_a2 .p {
  color: #fff;
  font: 500 1.375rem/1.5em "sourcehansans";
  width: 70.71429%;
}

@media (max-width: 768px) {
  .cont2 .title_a2 .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1em;
  }
}

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

.cont2 .w-accor0 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont2 .w-accor0 {
    margin: 1em 4% 0;
    overflow: hidden;
  }
}

.cont2 .w-accor0 .swiper-wrapper {
  overflow: hidden;
  border-radius: .9375rem;
}

@media (max-width: 768px) {
  .cont2 .w-accor0 .swiper-wrapper {
    overflow: visible;
  }
}

.cont2 .w-accor0 .swiper-wrapper li .item {
  position: relative;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar {
  position: relative;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar a {
  position: relative;
  display: block;
  font-size: 0;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb {
  position: absolute;
  left: 0;
  bottom: 6.25rem;
  z-index: 2;
  color: #fff;
  width: 100%;
  padding-left: 3.75rem;
}

@media (max-width: 768px) {
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb {
    padding: 0 6%;
    bottom: 2.25rem;
  }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p1 {
  font: 600 2.25rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p1 {
    font-size: 1.5rem;
  }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p2 {
  font: 100 1rem/1.3em "Montserrat";
  text-transform: uppercase;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p2:after {
  content: "";
  display: block;
  width: 2.9375rem;
  height: 1px;
  background: #F36E21;
  margin-top: 0.5em;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p3 {
  font: 600 1.375rem/1.3em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p3 {
    font-size: 1.15rem;
    margin-top: 0.6em;
  }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a {
  display: none;
  width: 23.625rem;
  margin-top: 1.75rem;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl i {
  display: block;
  width: 5.625rem;
  font-size: 0;
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl dd {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a {
    display: block;
  }
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl {
    padding: 0 4.5%;
  }
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl i {
    width: 3.625rem;
  }
  .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl dd {
    font-size: 1rem;
  }
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_ar::after {
  background: rgba(0, 0, 0, 0.3);
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb {
  left: 0;
  padding-left: 20%;
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb .p2:after {
  background: #fff;
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb .content-a {
  display: block;
}

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

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

.cont3 .titlec {
  position: absolute;
  left: 50%;
  top: 3.75rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .cont3 .titlec {
    top: 2rem;
  }
}

.cont3 .title_a1 {
  position: relative;
  z-index: 1;
}

.cont3 .title_a1 dt::after {
  margin: 0 auto;
}

.cont3 .title_a1 dd {
  color: #333;
  margin-top: 1em;
  font-size: 1rem;
}

.cont3 .a3_vsta {
  padding: 0 1.71875%;
  margin-top: 6.75rem;
}

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

.cont3 .a3_v1 {
  border-radius: .9375rem;
  overflow: hidden;
  background: url(../image/spbj.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  text-align: center;
  padding: 20% 0;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 {
    border-radius: 0;
  }
}

.cont3 .a3_v1 a {
  display: inline-block;
  width: 5.1875rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 a {
    width: 4.5rem;
  }
}

.cont3 .a3_v1 a img {
  width: 100%;
}

.cont3 .a3_v1 a img.b {
  display: none;
}

.cont3 .a3_v1 a:hover img.a {
  display: none;
}

.cont3 .a3_v1 a:hover img.b {
  display: inline-block;
}

.cont4 {
  background: url(../image/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.0625rem 0 6.25rem;
  position: relative;
}

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

.cont4 .titled {
  position: absolute;
  left: 50%;
  top: 2.9rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

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

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

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 {
    margin-top: 2rem;
  }
}

.cont4 .a4_v1 .xw_sort1 li a {
  display: block;
  color: #787777;
  font: 500 1rem/3rem "sourcehansans";
  width: 8.75rem;
  border-radius: 1.5rem;
  border: 1px solid #787777;
  text-align: center;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 li a {
    line-height: 2.8rem;
  }
}

.cont4 .a4_v1 .xw_sort1 li + li {
  margin-left: 1.25rem;
}

.cont4 .a4_v1 .xw_sort1 li:hover a {
  color: #F36E21;
  border-color: #F36E21;
}

.cont4 .a4_v2 {
  position: relative;
  z-index: 1;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 {
    margin-top: 2rem;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 {
  width: 48.07143%;
  background: #fff;
  border-radius: .9375rem;
  position: relative;
  padding: 2.25rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 {
    width: 100%;
    padding: 1.5rem 1.5rem 2.5rem;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a h2 a {
  display: block;
  color: #2F2A2A;
  font: 500 1.5rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a h2 a {
    font-size: 1.3rem;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date {
  padding: 0.6em 0 0.8em;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date {
    padding: 0.4em 0 0.5em;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  margin-right: 2em;
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i {
  width: 1.375rem;
  display: inline-block;
  margin-right: 0.2em;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i {
    width: 1.1rem;
  }
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i img {
    vertical-align: text-bottom;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p span {
  display: block;
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .p {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: .9375rem;
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img {
    margin-top: 0.8rem;
  }
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img:hover img{
    transform: scale(1);
  }
}

.nta-jt{
  display: none;
}
@media (max-width: 768px){
  .nta-jt{
    display: block;
  }
}
.nta-jt .swiper-pagination1 {
  /* position: absolute;
  left: 0;
  bottom: 6%; */
  text-align: center;
  margin-top: 1em;
  /* z-index: 99; */
}

.nta-jt .swiper-pagination1 span {
  background: url(/public/static/lxwm/image/doa1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: .75rem;
  height: .75rem;
  margin: 0 0.25em;
  opacity: 1;
}

.nta-jt .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img .tasst {
  position: absolute;
  left: 2.125rem;
  top: 0;
  background: #F36E21;
  text-align: center;
  width: 5.125rem;
  text-align: center;
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.5em 0;
  z-index: 99;
  display: none;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img .tasst {
    left: 1.5rem;
    font-size: 1rem;
    width: 4.525rem;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.5rem;
  text-align: center;
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 span {
  display: inline-block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.24rem;
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.cont4 .a4_v2 .ttz_a .a4_b2 {
  width: 47.64286%;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b2 {
    width: 100%;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #D3D3D3;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1440px) {
  .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
    padding: 1.25rem 1rem;
  }
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
    padding: 0.8rem 1rem;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:last-child {
  border-bottom: none;
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li h2 a {
  display: block;
  color: #2F2A2A;
  font: 500 1.125rem/1.4em "sourcehansans";
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
  color: #787777;
  font: 500 1rem/1.2em "sourcehansans";
  padding: 0.4em 0;
}

@media (max-width: 1600px) {
  .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
    padding: 0.8em 0;
  }
}

@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
    padding: 0.4em 0;
  }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .p {
  color: #787777;
  font: 500 1rem/1.4em "sourcehansans";
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover {
  background: #0C5AA4;
  border-radius: .9375rem;
  border-color: #0C5AA4;
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover h2 a {
  color: #fff;
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover .date, .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover .p {
  color: #fff;
}

.cont5 {
  background: url(../image/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 15.5rem 0;
  position: relative;
}

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

.cont5 .titlee {
  position: absolute;
  left: 16.875%;
  top: 10rem;
}

@media (max-width: 768px) {
  .cont5 .titlee {
    left: 0;
    text-align: center;
    top: 5rem;
  }
}

.cont5 .a5_v1 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cont5 .a5_v1 .thha_a5 {
  color: rgba(255, 255, 255, 0.6);
  font: 600 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .thha_a5 {
    font-size: 1.2rem;
  }
}

.cont5 .a5_v1 .title_a1 dt {
  color: #fff;
}

.cont5 .a5_v1 .title_a1 dt:after {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .title_a1 dt:after {
    margin-top: 0.5rem;
  }
}

.cont5 .a5_v1 p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.375rem/1.5em "sourcehansans";
  padding: 3.125rem 0 2rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 p {
    font-size: 1.15rem;
    padding: 2rem 0 1.5rem;
  }
}

.cont5 .a5_v1 .a5_b1 a {
  display: block;
  font: 500 1rem/2.625rem "sourcehansans";
  width: 8.75rem;
  border-radius: 1.3125rem;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 .8125rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.cont5 .a5_v1 .a5_b1 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F36E21;
  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;
}

.cont5 .a5_v1 .a5_b1 a:hover {
  color: #fff;
  border-color: #F36E21;
}

.cont5 .a5_v1 .a5_b1 a:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.visv {
  visibility: hidden;
}

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

.foot-fot .foot1 {
  background: #EEF0F5;
}

.foot-fot .foota1 {
  padding: 3.0625rem 0 2.875rem;
}

.foot-fot .foota1 dt {
  color: #2F2A2A;
  font: 600 1.25rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}
.foot-fot .foota1 .qxpszs dt{
  margin-bottom: 0.6rem;
}

.foot-fot .foota1 .d_fotv1 {
  width: 61.85714%;
  padding-right: 8%;
  border-right: 1px solid #ABACB1;
}

.foot-fot .foota1 .d_fotv1 .qxpszs {
  margin-top: .9375rem;
  display: none;
}

.foot-fot .foota1 .d_fotv1 .qxpszs .qx_asd a.a {
  display: inline-block;
  margin-right: 1%;
}

.foot-fot .foota1 .d_fotv1 .qxpszs .qx_asd a.a img {
  height: 3rem;
}

.foot-fot .foota1 .d_fotv2 {
  width: 30.57143%;
}

.foot-fot .foota1 .d_fotv2 .d-erma{
  width: 6.25rem;
  margin-top: 0.5rem;
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.9em "sourcehansans";
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p a {
  color: rgba(47, 42, 42, 0.6);
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p a:hover {
  color: #000;
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share {
  margin-top: 0.7rem;
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share a {
  color: rgba(47, 42, 42, 0.6);
  border-color: #D7D8DD;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 1.1rem;
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share a:hover {
  background: #2f2a2a;
  color: #fff;
}

.foot-fot .foota1 .d_fotv2 .dblx_b {
  margin-top: 1.625rem;
}

.foot-fot .foota1 .d_fotv2 .dblx_b .contact1 input {
  background: #fff;
  border: 1px solid #D7D8DD;
  border-right: none;
  width: 60%;
  font: 500 1rem/3.12rem "sourcehansans";
  border-top-left-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
  text-indent: 1.2em;
}

.foot-fot .foota1 .d_fotv2 .dblx_b .contact1 button {
  color: #fff;
  font: 500 1rem/3.125rem "sourcehansans";
  background: #0C5AA4;
  text-align: center;
  width: 4.25rem;
  border: none;
  border-top-right-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}

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

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

.foot-fot .foota1 .d_nav .sec {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.9em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.9em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a:hover {
  color: black;
}

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

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

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

.foot-fot .foota2 {
  padding: 0.8rem 0;
  color: #C6C6C6;
  font: 500 .875rem/1.5em "sourcehansans";
  text-align: left;
  background: #131313;
}

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

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

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

.foot-fot .foota2 .bwqs {
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 .bwqs a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.4em;
}

.foot-fot .foota2 .bwqs a:hover {
  color: #ffffff;
}

.foot1-m {
  display: none;
  width: 100%;
}

.foot1-m .derma-m {
  width: 100%;
  margin: 1.5em auto 0;
}

.foot1-m .derma-m .d_erma {
  text-align: center;
  margin: 0 1em;
}

.foot1-m .derma-m .d_erma img {
  width: 87px;
}

@media (max-width: 600px) {
  .foot1-m .derma-m .d_erma {
    margin: 0 0.5em;
  }
  .foot1-m .derma-m .d_erma img {
    width: 75px;
  }
}

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

.layui-layer {
  max-width: 80%;
}

.layui-layer-page .layui-layer-content {
  font-size: 0.8rem;
  padding: 1em;
}

.dblx_b input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAA7A7;
}

.dblx_b input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAA7A7;
}

.dblx_b input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAA7A7;
}

.dblx_b input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAA7A7;
}

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

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

.zd_erha .aat_list li {
  position: relative;
}

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

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

.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
       transform: translateY(0);
}

.zd_erha .aat_list li .erghgsb{
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li:nth-child(2) i img{
  height: 1.9rem;
}

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

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

.zd_erha a i img {
  height: 1.25rem;
}

.zd_erha a:hover {
  background: #00539F;
}

.zd_erha a:hover img {
  -webkit-filter: invert(99%) sepia(53%) saturate(0%) hue-rotate(125deg) brightness(114%) contrast(100%);
          filter: invert(99%) sepia(53%) saturate(0%) hue-rotate(125deg) brightness(114%) contrast(100%);
}

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

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  text-align: left;
  top: 44%;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    text-align: center;
  }
}

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "sourcehansans";
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

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

.nbanner .nbanner-wen1 .banner-cont dd {
  font: 600 2.125rem/1.5em "sourcehansans";
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  max-width: 45%;
}

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

.nbanner .nbanner-wen1 .banner-cont .t {
  font: 600 2rem/1.4em "sourcehansans";
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  max-width: 48%;
}

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

.nbanner .fo-av {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F4F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .nbanner .fo-av {
    position: static;
  }
  .nbanner .fo-av .wh {
    overflow-x: auto;
  }
}

.nbanner .fo-av .ajhhsd {
  color: #575757;
  font: 500 1rem/4.4375rem "sourcehansans";
}

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

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

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

.nbanner .fo-av .ajhhsd a:hover {
  color: #F36E21;
}

.n_mbx {
  position: relative;
}

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

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

.n_mbx .n_src li a {
  display: block;
  color: #575757;
  font: 500 1.125rem/4.4375rem "sourcehansans";
  padding: 0 1.8em;
  position: relative;
}

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

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #fff;
  background: #F36E21;
}

.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 img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

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

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

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

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

.ss-list li.tjb {
  width: 32.333%;
  margin-bottom: 2.625rem;
  margin-right: 1.5%;
  position: relative;
  border-bottom: 2px solid #EDEDED;
}

.ss-list li.tjb:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .ss-list li.tjb {
    margin-bottom: 1.2rem;
    width: 49%;
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(3n) {
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(2n) {
    margin-right: 0%;
  }
}

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

.ss-list li.tjb .wenta {
  padding: 1.5625rem 5%;
}

@media (max-width: 768px) {
  .ss-list li.tjb .wenta {
    padding: 0.9rem 5%;
  }
}

.ss-list li.tjb .wenta h2 a {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.4em "sourcehansans";
  height: 2.8em;
  overflow: hidden;
}

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

.ss-list li.tjb .wenta span {
  display: block;
  color: #848484;
  font: 500 1rem/1.4em "sourcehansans";
}

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

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

a.i-ma {
  position: relative;
}

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

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

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

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

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

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

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

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #F36E21;
  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: #F36E21;
  border-color: #F36E21;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.lxwm-bj {
  background: -webkit-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  padding-bottom: 3.125rem;
}

@media (max-width: 768px) {
  .lxwm-bj {
    padding-bottom: 0.5rem;
  }
  #mapDiv{height:400px!important}
}

.title_nya dt {
  color: #2F2A2A;
  font: 600 2.8125rem/1.5em "sourcehansans";
  margin-bottom: 1rem;
}

/*.title_nya dt::after {
  content: "";
  display: block;
  width: 4.8125rem;
  height: .125rem;
  background: #F36E21;
  margin-top: 0.4rem;
}*/

@media (max-width: 768px) {
  .title_nya dt {
    font-size: 23px;
  }
  .title_nya dt::after {
    width: .8rem;
    margin-top: .1rem;
  }
}

.title_nya p {
  color: #2F2A2A;
  font: 600 1.75rem/1.4em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.4em;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .title_nya p {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}

.lxwm-cont1 {
  padding-top:.5rem;
}

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

.lxwm-cont1 .lxwm-list1 {
  margin-top: 1rem;
}

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

.lxwm-cont1 .lxwm-list1 li {
  width: 31.85714%;
  background: #fff;
  border-radius: .9375rem;
  padding: 2.2rem 0;
  display:flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-list1 li {
    width: 100%;
  }
  .lxwm-cont1 .lxwm-list1 li + li {
    margin-top: 0.4rem;
  }
  .lxwm-cont1 .lxwm-list1 li {
  width: 100;
  background: #fff;
  border-radius: .9375rem;
  padding: 0.2rem 0;
  display:flex;
  justify-content: center;
}
}

.lxwm-cont1 .lxwm-list1 li i {
  width: 4rem;
  display: none;
  margin: 0 auto;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.lxwm-cont1 .lxwm-list1 li .p {
  text-align: center;
  color: #2F2A2A;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 5px;
  width: 80%;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-list1 li .p {
    font-size:16px;
  }
}

.lxwm-cont1 .lxwm-list1 li .p dt {
  color: #2F2A2A;
  font: 600 1.625rem/1.2em "sourcehansans";
 
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-list1 li .p dt {
    font-size: .38rem;
   
  }
}

.lxwm-cont1 .lxwm-list1 li .p p {
  padding: 0 ;
  margin-top: 0.2em;
}
@media (max-width: 768px){
  .lxwm-cont1 .lxwm-list1 li .p p {
    padding: 0 7%;
  }
}
.lxwm-cont1 .lxwm-list1 li:hover i {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.lxwm-cont2 {
  margin-top: 5.325rem;
}

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

.lxwm-cont2 #map {
  margin-top: 3rem;
  border-radius: .9375rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 27vw;
}

@media (max-width: 768px) {
  .lxwm-cont2 #map {
    margin-top: 1.5rem;
    height: 80vw;
  }
}

.lxwm-cont2 #map .amap-ui-smp-ifwn-info-content {
  font-size: .875rem;
}

.lxwm-cont2 #map .amap-ui-smp-ifwn-info-content a{
  color: #F36E21;
  display: block;
}

.lxwm-cont3 {
  padding: 3.25rem 0 8.75rem;
}

@media (max-width: 768px) {
  .lxwm-cont3 {
    padding: 0.5rem 0.3rem;
    padding-bottom: 1rem;
  }
}

.lxwm-cont3 .lxwm-a3_v1 {
  background: url(../image/bjasd1.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 6.375rem 0;
  border-radius: .2rem;
  overflow: hidden;
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat {
  text-align: center;
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat dt {
  color: #fff;
  font: 600 2.5rem/1.5em "sourcehansans";
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat dt::after {
  content: "";
  display: block;
  width: 4.8125rem;
  height: .125rem;
  background: #F36E21;
  margin: 0 auto;
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .lxwm-cont3 .lxwm-a3_v1 .title_nyat dt {
    font-size: 20px;
  }
  .lxwm-cont3 .lxwm-a3_v1 .title_nyat dt::after {
    width: 0.8rem;
    margin-top: 0.1rem;
  }
  .lxwm-cont3 .lxwm-a3_v1{
    padding: 0.8rem 0;
  }
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat p {
  color: #fff;
  font: 600 1.75rem/1.4em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.4em;
}



.lxwm-cont3 .lxwm-a3_v1 a.ata {
  display: block;
  font: 500 1rem/2.625rem "sourcehansans";
  width: 8.75rem;
  border-radius: 1.3125rem;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  margin-top: 1.2em;
}

.lxwm-cont3 .lxwm-a3_v1 a.ata:hover {
  color: #fff;
  border-color: #F36E21;
  background: #F36E21;
}
@media (max-width: 768px) {
  .lxwm-cont3 .lxwm-a3_v1 .title_nyat p {
    font-size: 16px;
  }
  .lxwm-cont3 .lxwm-a3_v1 a.ata{
    width: 4.75rem;
    margin-top: 0.3em;
    font: normal;
    font-size: 16px;
    line-height: 38px;
  }
}
.p-liuyan {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.p-liuyan .hzyxclass {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 40.78125%;
  padding: 2.125rem 2.13027% 3rem;
  border-radius: .9375rem;
}

@media (max-width: 768px) {
  .p-liuyan .hzyxclass {
    width: 89%;
    padding: 0.6rem 1.3027% 1rem;
  }
}

.p-liuyan .hzyxclass .msg_tita h2 {
  color: #2F2A2A;
  font: 500 2.25rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .p-liuyan .hzyxclass .msg_tita h2 {
    font-size: 18px;
    margin: 0 auto;
  }
}

.p-liuyan .hzyxclass .msg_tita .jataxta {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

.p-liuyan .hzyxclass .msg_tita .jataxta i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .p-liuyan .hzyxclass .msg_tita .jataxta {
    right: -18px;
    top: -40px;
  }
  .p-liuyan .hzyxclass .msg_tita .jataxta i {
    font-size: 18px;

  }
}

.p-liuyan .hzyxclass form {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .p-liuyan .hzyxclass form {
    margin-top: 0rem;
  }
}

.p-liuyan .hzyxclass form input {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/3.25rem "sourcehansans";
  border: 1px solid #E6E5E5;
  text-indent: 1.4em;
  margin-bottom: 1.375rem;
}



.p-liuyan .hzyxclass form textarea {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/1.5rem "sourcehansans";
  border: 1px solid #E6E5E5;
  padding: 1em 1.4em;
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .p-liuyan .hzyxclass form input {
    margin-bottom: 0px;
    font: normal;
    font-size: 16px;
    text-indent: 0.5em;
    height: 40px;
    line-height: 40px;
  }
  .p-liuyan .hzyxclass form textarea{
    font: normal!important;
    font-size: 16px;
    border-radius: 6px;
    margin: 10px 0;
    height: 130px;
  }
}

.p-liuyan .hzyxclass .div_aghgha .more-msl {
  margin: 0 auto;
  background: #fff;
  display: block;
}

.hidden {
  display: none;
}

.abt-cont1 {
  background: url(../image/bj5.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.375rem 0 5.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 1.8rem 0 2rem;
  }
  .p-liuyan .hzyxclass .div_aghgha .more-msl{
    font-size: 16px;
    font: normal!important;
    line-height: .8rem;
    width: 5.8rem;
  }
}

.abt-cont1 .titlebc {
  background: -webkit-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: -moz-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: -o-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  background: linear-gradient(180deg, #00539F 0%, rgba(212, 216, 220, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  opacity: 0.3;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 6.0625rem;
  line-height: 1.2em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 7.6rem;
  width: 100%;
  z-index: 2;
}

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

.abt-cont1 .abt_a1 {
  width: 41.92857%;
}

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

.abt-cont1 .abt_a1 .p {
  color: rgba(87, 87, 87, 0.9);
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1.8em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_a1 .p {
    margin-top: 1em;
  }
}

.abt-cont1 .abt_a2 {
  width: 50.78571%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_a2 {
    width: 100%;
    margin-top: 1.5em;
  }
}

.abt-cont1 .abt_a2 .mySwiper3 {
  position: relative;
  z-index: 1;
}

.abt-cont1 .abt_a2 .mySwiper3 .img {
  border-radius: .9375rem;
  overflow: hidden;
  padding-bottom: 92.5%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.abt-cont1 .abt_a2 .mySwiper3 .img:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.abt-cont1 .abt_a2 .mySwiper3 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-cont1 .abt_a2 .mySwiper3 .img p{
  text-align: center;
  color: #fff;
  padding: 0 4%;
  position: absolute;
  left: 0;
  bottom: 1em;
  font: 500 1.2rem/2.5em "sourcehansans";
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px){
  .abt-cont1 .abt_a2 .mySwiper3 .img p{
    bottom: 0.5em;
  }
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 span {
  display: inline-block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.24rem;
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.abt-cont2 {
  background: url(../image/bj6.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.4375rem 0 5.25rem;
  position: relative;
}

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

.abt-cont2::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 13.54167%;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1600px) {
  .abt-cont2::after {
    right: 9%;
  }
}

@media (max-width: 1366px) {
  .abt-cont2::after {
    right: 5.78125%;
  }
}

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

.abt-cont2 .titlebc {
  background: -webkit-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: -moz-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: -o-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  background: linear-gradient(180deg, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14.5625rem;
  line-height: 1.2em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  z-index: 1;
}

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

.abt-cont2 .title_nya dt, .abt-cont2 .title_nya p {
  color: #fff;
}

.abt-cont2 a.jtasdt {
  display: block;
  position: absolute;
  left: 46%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10.5%;
}

@media (max-width: 768px) {
  .abt-cont2 a.jtasdt {
    display: none;
  }
}

.abt-cont2 a.jtasdt i {
  display: block;
  font-size: 0;
  width: 2.125rem;
}

.abt-cont2 a.jtasdt i img {
  width: 100%;
}

.abt-cont2 .fzlczx {
  position: relative;
  margin-top: 1rem;
}


.abt-cont2 .fzlczx .mySwiper5 {
  width: 76.35714%;
  margin-left: 10.42857%;
  position: relative;
  height: 29vw;
  overflow: hidden;
  border-radius: .9375rem;
}

.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1,.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1{
    position: absolute;
    top: 50%;transform: translateY(-50%);
    z-index: 9;
    display: none;
}
.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1{
  left: 2%;
}
.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1{
  right: 2%;
}
.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1 i,.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1 i{
  color: #fff;
  font: 500 1.8rem/1.5em "sourcehansans";
} 


@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1,.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1{
    display: block;
  }
  .abt-cont2 .fzlczx .mySwiper5 {
    margin-left: 0;
    width: 100%;
    margin-top: 0.8em;
    height: 49vw;
  }
}

.abt-cont2 .fzlczx .mySwiper5 .a {
  position: relative;
}

.abt-cont2 .fzlczx .mySwiper5 .a i {
  display: block;
  font-size: 0;
  position: relative;
}

.abt-cont2 .fzlczx .mySwiper5 .a i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.abt-cont2 .fzlczx .mySwiper5 .a i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa {
  position: absolute;
  left: 0;
  bottom: 12%;
  color: #fff;
  width: 100%;
  padding: 0 40% 0 8.03181%;
  z-index: 9;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa {
    bottom: 10%;
    padding: 0 12%;
  }
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dt {
  font: 600 3.125rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dt {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dd {
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dd {
    font-size: 1rem;
  }
}

.abt-cont2 .fzlczx .mySwiper4 {
  width: 7.57143%;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper4 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide .a {
  color: #FFFFFF;
  font: 500 1.125rem/3.4rem "sourcehansans";
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat left center;
  -o-background-size: 0.75rem 0.75rem;
     background-size: 0.75rem 0.75rem;
  padding-left: 1.2rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper4 .swiper-slide .a {
    padding: 0;
    padding-top: 1.2rem;
    background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center top;
    -o-background-size: 0.75rem 0.75rem;
       background-size: 0.75rem 0.75rem;
    text-align: center;
    line-height: 2rem;
  }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat left center;
  -o-background-size: 0.75rem 0.75rem;
     background-size: 0.75rem 0.75rem;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a {
    background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center top;
    -o-background-size: 0.75rem 0.75rem;
       background-size: 0.75rem 0.75rem;
  }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F36E21;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a:after {
    display: none;
  }
}

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

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

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

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

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

@-webkit-keyframes width {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 50%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}

@-moz-keyframes width {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 50%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}

@-o-keyframes width {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 50%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}

@keyframes width {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 50%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}

.abt-cont3 {
  background: #EEF0F5;
  padding: 5rem 0 6.75rem;
}

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

.abt-cont3 .abt-a3_v1 {
  margin-top: 4rem;
  position: relative;
}

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

.abt-cont3 .abt-a3_v1 img.b {
  display: none;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 img.b {
    display: block;
  }
  .abt-cont3 .abt-a3_v1 img.a {
    display: none;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_c1 {
    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;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua1 {
  position: absolute;
  left: 42%;
  top: 27%;
  width: 8.75rem;
  height: 8.75rem;
  background: rgba(12, 90, 164, 0.3);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua1 {
    display: none;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua2 {
  position: absolute;
  left: 69%;
  top: 34%;
  width: 12rem;
  height: 12rem;
  background: rgba(12, 90, 164, 0.3);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua2 {
    display: none;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 {
  position: absolute;
  cursor: pointer;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 {
    position: static;
    width: 50%;
    padding: 0.5em 0;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 dt {
  color: #2F2A2A;
  font: 600 1.125rem/1.4em "sourcehansans";
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 dd {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.4em "sourcehansans";
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(1) {
  left: 49%;
  top: -1.5%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(2) {
  top: 0;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(3) {
  top: 38.2%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(4) {
  top: 45.5%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(5) {
  top: 56.4%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(6) {
  top: 33.5%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(7) {
  top: 66.8%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:not(:nth-child(1)) {
  left: 91.8%;
}

.abt-cont3 .abt-a3_v1 .wegx_as {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 59.01042%;
  padding: 0 2.13027% 1rem;
  border-radius: 0.9375rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .wegx_as .przs-a {
    width: 90%;
    padding: 0 2.13027% 0.5rem;
  }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta {
    right: 0;
  }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta i {
    font-size: 2.5rem;
  }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a .titaas {
  text-align: center;
  color: #2F2A2A;
  font: 600 1.875rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .wegx_as .przs-a .titaas {
    font-size: 1.25rem;
  }
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 {
  position: relative;
  z-index: 1;
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .img {
  border-radius: .9375rem;
  overflow: hidden;
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 {
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 span {
  display: inline-block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.24rem;
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.abt-cont3 .abt-a3_v1 .jtx-a {
  text-align: right;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .jtx-a {
    display: none;
  }
}

.abt-cont3 .abt-a3_v1 .jtx-a > img {
  width: 100%;
  visibility: hidden;
}

.abt-cont3 .abt-a3_v1 .jtx-a .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx-a .xha img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}

.abt-cont3 .abt-a3_v1 .jtx1 {
  width: 57.29167%;
  position: absolute;
  right: 21.4%;
  top: 20.7%;
}

.abt-cont3 .abt-a3_v1 .jtx2 {
  width: 57.29167%;
  position: absolute;
  right: 21.4%;
  top: 28.2%;
}

.abt-cont3 .abt-a3_v1 .jtx3 {
  width: 31.10119%;
  position: absolute;
  right: 21.3%;
  top: 37%;
}

.abt-cont3 .abt-a3_v1 .jtx4 {
  width: 48.95833%;
  position: absolute;
  right: 21.5%;
  top: 21%;
}

.abt-cont3 .abt-a3_v1 .jtx4 .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx4 .xha img {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
}

.abt-cont3 .abt-a3_v1 .jtx5 {
  width: 29.7619%;
  position: absolute;
  right: 21.5%;
  top: 33.25%;
}

.abt-cont3 .abt-a3_v1 .jtx5 .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx5 .xha img {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
}

.abt-cont3 .abt-a3_v1 .jtx6 {
  width: 5.72917%;
  position: absolute;
  right: 21.4%;
  top: 32%;
}

.abt-cont3 .abt-a3_v1 .jtx7 {
  width: 4.24107%;
  position: absolute;
  right: 17.3%;
  top: 36.7%;
  text-align: left;
}

.abt-cont3 .abt-a3_v1 .jtx7 .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx7 .xha img {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
}

.abt-cont3 .abt-a3_v1 .jtx8 {
  width: 1.4881%;
  position: absolute;
  right: 19.85%;
  top: 41.9%;
  text-align: left;
}

.abt-cont3 .abt-a3_v1 .jtx8 .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx8 .xha img {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
}


.abt-cont3 .abt-a3_v1 .jtx9 {
  width: 1.81%;
  position: absolute;
  right: 21.4%;
  top: 39.9%;
  text-align: left;
}

.abt-cont3 .abt-a3_v1 .jtx9 .xha {
  position: relative;
}

.abt-cont3 .abt-a3_v1 .jtx9 .xha img {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
}

.abt-cont3.fix .abt-a3_v1 .jtx-a .xha img {
  width: 100%;
  opacity: 1;
}

.title_nya.bs dt, .title_nya.bs p {
  color: #fff;
}

.abt-cont4 {
  background: url(../image/bj7.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 4.375rem 0 8.9375rem;
}

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

.abt-cont4 .abt_a4_v1 {
  padding: 9% 0;
  position: relative;
  margin-top: .9375rem;
}

.abt-cont4 .abt_a4_v1:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 {
  width: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 .abt_a4c1 {
    padding: 0 3%;
  }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i {
  width: 5.625rem;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 .abt_a4c1 i {
    width: 4rem;
  }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 h2 {
  color: #fff;
  font: 600 1.875rem/1.5em "sourcehansans";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 .abt_a4c1 h2 {
    font-size: 1.35rem;
  }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 p {
  color: #fff;
  font: 600 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 .abt_a4c1 p {
    font-size: 1rem;
    height: 3em;
  }
}

.xw_list_v1 {
  margin-top: 4.0625rem;
}

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

.xw_list_v1 .mySwiper7 {
  position: relative;
}

.xw_list_v1 .mySwiper7 .xw_adst {
  background: #F4F5F5;
  border-radius: .9375rem;
  overflow: hidden;
}

.xw_list_v1 .mySwiper7 .xw_adst a.img {
  display: block;
  position: relative;
  width: 50%;
}

@media (max-width: 768px) {
  .xw_list_v1 .mySwiper7 .xw_adst a.img {
    width: 100%;
  }
}

.xw_list_v1 .mySwiper7 .xw_adst a.img .tasst {
  position: absolute;
  left: 2.125rem;
  top: 0;
  background: #F36E21;
  text-align: center;
  width: 5.125rem;
  text-align: center;
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.5em 0;
  display: none;
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a {
  width: 50%;
  padding: 0 2.5%;
}

@media (max-width: 768px) {
  .xw_list_v1 .mySwiper7 .xw_adst .ha_a {
    width: 100%;
    padding: 1em 2.5%;
  }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a h2 a {
  display: block;
  font: 500 1.5rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date {
  padding: 0.6em 0 0.8em;
}

@media (max-width: 768px) {
  .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date {
    padding: 0.4em 0 0.5em;
  }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p + p {
  margin-left: 2em;
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i {
  width: 1.375rem;
  display: inline-block;
  margin-right: 0.2em;
}

@media (max-width: 768px) {
  .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i {
    width: 1.1rem;
  }
  .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i img {
    vertical-align: text-bottom;
  }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p span {
  display: block;
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .p {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a a.more-msl {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .xw_list_v1 .mySwiper7 .xw_adst .ha_a a.more-msl {
    margin-top: 1em;
  }
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 {
  position: absolute;
  left: auto;
  right: 3%;
  bottom: 6%;
  z-index: 99;
  width: auto;
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 span {
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: .75rem;
  height: .75rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.news-list {
  margin: 0 -1.8%;
}

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

.news-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.8%;
  margin-top: 3.625rem;
}

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

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

.news-list li a.img {
  display: block;
  font-size: 0;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

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

.news-list li .xw-date::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: #F36E21;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

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

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

.news-list li .xw-date h2 a:hover {
  color: #F36E21;
}

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

.news-list li:hover .xw-date::after {
  width: 100%;
}

.xw-show_bja {
  background: -webkit-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
  background: -moz-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
  background: -o-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
  background: linear-gradient(75.41deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
  padding: 3.75rem 0 2.8125rem;
  margin-top: 5.4375rem;
  color: #fff;
}

@media (max-width: 990px) {
  .xw-show_bja {
    margin-top: 0;
  }
}

.xw-show_bja .date-a {
  font: 500 1rem/1.5em "sourcehansans";
}

.xw-show_bja .title-a {
  font: 600 2.5rem/1.3em "sourcehansans";
  padding: 0.2em 0 3.125rem;
}

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

.xw-show_bja .fenxad {
  font: 500 1.125rem/1.5em "sourcehansans";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-news-content .show-news-a1_v1 .pain a:hover {
  color: #00539F;
}

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

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

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

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

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

.show-news-content .show-news-a1_v2 .news-list-tjaz li a.img {
  display: block;
  font-size: 0;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  overflow: hidden;
}

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

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

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

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

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

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

.mjzx-cont1 {
  background: -webkit-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  padding: 3.375rem 0 0;
}

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

.mjzx-cont1 .xw_asdt1 {
  border-radius: .9375rem;
  overflow: hidden;
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .mjzx-cont1 .xw_asdt1 {
    margin-top: 1.4rem;
  }
}

.mjzx-cont1 .xw_asdt1 li {
  width: 50%;
}

@media (max-width: 768px) {
  .mjzx-cont1 .xw_asdt1 li {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.mjzx-cont1 .xw_asdt1 li:not(:nth-child(2)) {
  width: 24.57143%;
}

@media (max-width: 768px) {
  .mjzx-cont1 .xw_asdt1 li:not(:nth-child(2)) {
    width: 50%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.mjzx-cont1 .xw_asdt1 li a {
  position: relative;
  display: block;
}

.mjzx-cont1 .xw_asdt1 li a i {
  display: block;
  font-size: 0;
}

.mjzx-cont1 .xw_asdt1 li a .we_as {
  width: 5.1875rem;
}

@media (max-width: 768px) {
  .mjzx-cont1 .xw_asdt1 li a .we_as {
    width: 3.2rem;
  }
}

.mjzx-cont1 .xw_asdt1 li a h2 {
  text-align: center;
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "sourcehansans";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1em;
}

@media (max-width: 768px) {
  .mjzx-cont1 .xw_asdt1 li a h2 {
    font-size: 1rem;
  }
}

.mjzx-cont2 {
  margin-top: 4.6875rem;
  padding-bottom: 6rem;
}

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

.mjzx-cont2 .news-list li a.img {
  display: block;
  position: relative;
}

.mjzx-cont2 .news-list li a.img span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  font: 500 .875rem/1.5em "sourcehansans";
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0.4em;
  border-radius: .1875rem;
  position: absolute;
  left: 7%;
  bottom: 5%;
}

@media (max-width: 768px) {
  .mjzx-cont2 .news-list li a.img span {
    left: 5%;
  }
}

.mjzx-cont2 .news-list li .xw-date .we_wsd {
  margin-top: 1.5em;
}

.mjzx-cont2 .news-list li .xw-date .we_wsd span {
  margin-top: 0;
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa b {
  display: block;
  font-weight: 500;
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa i {
  display: block;
  width: 1.6875rem;
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa i img {
  width: 100%;
}

.mjzx-cont2 .xwe_as {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.mjzx-cont2 .xwe_as .przs-a {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 72.91667%;
  padding: 3%;
  border-radius: 0.9375rem;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a {
    width: 90%;
    padding: 4%;
  }
}

.mjzx-cont2 .xwe_as .przs-a a.jataxta {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a a.jataxta {
    right: 0;
  }
}

.mjzx-cont2 .xwe_as .przs-a a.jataxta i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a a.jataxta i {
    font-size: 2.5rem;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a {
  width: 68.32%;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 {
  position: relative;
}
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1,.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1{
  position: absolute;
  top: 50%;transform: translateY(-50%);
  z-index: 9;
}
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1{
left: 2%;
}
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1{
right: 2%;
}
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1 i,.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1 i{
color: #fff;
font: 500 1.8rem/1.5em "sourcehansans";
} 
.m-imgaa{
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.m-imgaa img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a {
    width: 100%;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b {
  width: 28%;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b {
    width: 100%;
    margin-top: 1em;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b h2 {
  color: #000000;
  font: 500 1.5rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b h2 {
    font-size: 1.25rem;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b span {
  display: block;
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b span {
    padding: 0.5em 0;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  border-bottom: 1px solid #BAB8B8;
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad {
    padding-bottom: 0.5em;
  }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad .social-share a {
  border-color: rgba(0, 0, 0, 0.6);
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad .social-share a:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa {
  margin-top: 1em;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a {
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  margin-right: 1.4em;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a b {
  display: block;
  font-weight: 500;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a i {
  display: block;
  width: 1.6875rem;
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a i img {
  width: 100%;
}

.news-list_sp {
  margin: 0 -1.8%;
}

@media (max-width: 450px) {
  .news-list_sp {
    margin: 0;
  }
}

.news-list_sp li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.8%;
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .news-list_sp li {
    width: 50%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .news-list_sp li {
    width: 100%;
    padding: 0;
  }
}

.news-list_sp li .img {
  display: block;
  font-size: 0;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  overflow: hidden;
}

.news-list_sp li .img .we_as {
  width: 4rem;
}

.news-list_sp li .img .we_as img {
  width: 100%;
}

.news-list_sp li .xw-date {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.3em 5% 0.8em;
}

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

.news-list_sp li .xw-date h2 {
  display: block;
  color: #2F2A2A;
  font: 500 1rem/1.3em "sourcehansans";
  height: 2.6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list_sp li .xw-date h2 {
    font-size: 1.2rem;
  }
}

.djhd-cont1 {
  margin-top: 3.4375rem;
}

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

.djhd-cont1 .p {
  color: #575757;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 2.25rem;
}

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

.djhd-cont1 .wehx_stx {
  border: 1px solid #DEDEDE;
  border-radius: .9375rem;
  padding: 4%;
  color: #575757;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .djhd-cont1 .wehx_stx {
    font-size: 1rem;
    margin-top: 1.6rem;
  }
}

.djhd-cont1 .wehx_stx div + div {
  margin-left: 6%;
}

.djhd-cont1 .p-img {
  margin-top: 2.75rem;
  border-radius: .9375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .djhd-cont1 .p-img {
    margin-top: 1.5rem;
  }
}

.djhd-cont2 {
  margin-top: 2.8125rem;
}

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

.djhd-cont2 .djhd-v1 {
  margin-top: 1.75rem;
}

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

.djhd-cont2 .djhd-v1 .mySwiper8 .img {
  background: #EEF0F5;
  padding: 4%;
  border-top-left-radius: .9375rem;
  border-top-right-radius: .9375rem;
  overflow: hidden;
}

.djhd-cont2 .djhd-v1 .mySwiper8 h2 {
  text-align: center;
  color: #2F2A2A;
  font: 600 1.25rem/1.5em "sourcehansans";
  padding: 1em 0;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 768px) {
  .djhd-cont2 .djhd-v1 .mySwiper8 h2 {
    font-size: 1rem;
  }
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 span {
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: .75rem;
  height: .75rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.djhd-cont3 {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .djhd-cont3 {
    margin-top: 1.4rem;
  }
}

.djhd-cont4 .djhd-list1 li {
  padding: 3.125rem 0;
  border-bottom: 1px solid #ECECEC;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 li {
    padding: 1.5rem 0;
  }
}

.djhd-cont4 .djhd-list1 a.img {
  display: block;
  font-size: 0;
  width: 32.42857%;
  border-radius: .9375rem;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 a.img {
    width: 100%;
  }
}

.djhd-cont4 .djhd-list1 .djwenz {
  width: 63.57143%;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz {
    width: 100%;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 {
  width: 72.58427%;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-date h2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a {
  display: block;
  color: #2F2A2A;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a {
    font-size: 1.2rem;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a:hover {
  color: #F36E21;
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date span {
  display: block;
  color: #BEBEBE;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-date span {
    font-size: 1.1rem;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas {
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-centas {
    margin-top: 0.4em;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .p {
  width: 72.58427%;
  font: 500 1rem/1.5em "sourcehansans";
  color: #787777;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-centas .p {
    width: 100%;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a {
  width: 2.1875rem;
}

@media (max-width: 768px) {
  .djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a {
    margin-top: 1em;
  }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a img {
  width: 100%;
}

.fmjtyw-cont1 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.fmjtyw-cont1 .wer_sd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fmjtyw-cont1 .wer_sd .wehx_a {
  width: 100%;
  height: 100%;
  position: relative;
}

.fmjtyw-cont1 .wer_sd .wehx_a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fmjtyw-cont1 .wer_sd .wehx_a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fmjtyw-cont1 .hg-list1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fmjtyw-cont1 .hg-list1 li {
  width: 25%;
  padding: 0 5%;
  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;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fmjtyw-cont1 .hg-list1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .fmjtyw-cont1 .hg-list1 li {
    width: 50%;
    height: 50%;
    padding: 0 3%;
  }
  .fmjtyw-cont1 .hg-list1 li + li {
    border-left: none;
  }
  .fmjtyw-cont1 .hg-list1 li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .fmjtyw-cont1 .hg-list1 li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.fmjtyw-cont1 .hg-list1 li .we_ast {
  width: 100%;
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt a {
  display: block;
  color: #fff;
  font: 600 1.875rem/1.5em "sourcehansans";
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 0.5em;
}

@media (max-width: 768px) {
  .fmjtyw-cont1 .hg-list1 li .we_ast dt a {
    font-size: 1.24rem;
  }
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt a:after {
  content: "";
  display: block;
  background: #F36E21;
  width: 25%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt span {
  display: block;
  color: #fff;
  font: 500 1rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .fmjtyw-cont1 .hg-list1 li .we_ast dt span {
    font-size: .875rem;
  }
}

.fmjtyw-cont1 .hg-list1 li .we_ast dd {
  margin-top: 1em;
}

.fmjtyw-cont1 .hg-list1 li .we_ast dd a {
  display: block;
  color: #fff;
  font: 500 1rem/2.2em "sourcehansans";
}
.fmjtyw-cont1 .hg-list1 li .we_ast dd a:hover{
  font-weight: 600;
}

@media (max-width: 768px) {
  .fmjtyw-cont1 .hg-list1 li .we_ast dd a {
    font-size: .875rem;
  }
  .fmjtyw-cont1 .hg-list1 li .we_ast dd {
    /* margin-top: 1em; */
    height: 4.4em;
  }
}

.fmjtyw-cont1 .hg-list1 li:nth-child(1) .we_ast dd {
  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;
}

.fmjtyw-cont1 .hg-list1 li:nth-child(1) .we_ast dd a {
  width: 50%;
}

.fmjtyw-cont1 .hg-list1 li:hover {
  background: rgba(13, 94, 165, 0.6);
}

.yfsl-cont1 {
  background: url(../image/bjast1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.375rem 0;
}

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

.yfsl-cont1 .yfsl-a1_tit h2 {
  font-family: 'sourcehansans';
  font-style: normal;
  font-weight: 700;
  font-size: 3.4375rem;
  line-height: 1.4em;
  text-align: justify;
  text-transform: uppercase;
  background: -webkit-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
  background: -moz-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
  background: -o-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
  background: linear-gradient(270deg, #03396A 18.31%, #0C5AA4 95.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .yfsl-cont1 .yfsl-a1_tit h2 {
    font-size: 1.45rem;
  }
}

.yfsl-cont1 .yfsl-a1_tit .p {
  color: #787777;
  font: 500 1.25rem/1.5em "sourcehansans";
  width: 49.07143%;    margin-top: 0.4em;
}

@media (max-width: 768px) {
  .yfsl-cont1 .yfsl-a1_tit .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1em;
  }
}

.yfsl-cont1 .yfsl-a1_v1-b {
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .yfsl-cont1 .yfsl-a1_v1-b {
    padding-bottom: 0;
  }
}

.yfsl-cont1 .yfsl-a1_v1 {
  margin-top: 4.25rem;
}

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

.yfsl-cont1 .yfsl-a1_v1 dl {
  width: 48.5%;
  border-radius: .9375rem;
  overflow: hidden;
}

@media (max-width: 450px) {
  .yfsl-cont1 .yfsl-a1_v1 dl {
    width: 100%;
  }
  .yfsl-cont1 .yfsl-a1_v1 dl + dl {
    margin-top: 1em;
  }
}

.yfsl-cont1 .yfsl-a1_v1 dl i {
  display: block;
  font-size: 0;
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont {
  background: #fff;
  padding: 0.6rem 4% 1.6rem;
  color: #2F2A2A;
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt {
  font: 600 2.1875rem/1.8em "sourcehansans";
}

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

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: .125rem;
  background: #F36E21;
}

@media (max-width: 768px) {
  .yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt:after {
    width: 2.75rem;
  }
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dd {
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

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

.yfsl-cont1 .yfsl-a1_v1 dl:hover .er_scont {
  background: #00539F;
  color: #fff;
}

.yfsl-cont2 {
  position: relative;
}

.yfsl-cont2 .x_asghta li {
  width: 100%;
}

.yfsl-cont2 .x_aggsrs {
  width: 52.86458%;
  background: rgba(47, 42, 42, 0.8);
  border-radius: 4em;
  position: absolute;
  left: 50%;
  bottom: 4rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .yfsl-cont2 .x_aggsrs {
    width: 80%;
    position: static;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    margin: 1em auto;
  }
}

.yfsl-cont2 .x_aggsrs li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  color: #fff;
  font: 600 2rem/2.5em "sourcehansans";
  cursor: pointer;
}

@media (max-width: 768px) {
  .yfsl-cont2 .x_aggsrs li {
    font-size: 1.15rem;
    font-weight: 500;
  }
}

.yfsl-cont2 .x_aggsrs li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.yfsl-cont2 .x_aggsrs li.on {
  background: #0D5EA5;
}

.xg-yfsl-a1 {
  background: url(../image/bj3s.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 31.0625rem 0 5.875rem;
}

@media (max-width: 768px) {
  .xg-yfsl-a1 {
    padding: 40% 0 5%;
  }
}

@media (max-width: 450px) {
  .xg-yfsl-a1 {
    padding: 70% 0 5%;
  }
}

.xg-yfsl-a1 .ny-cont-tit dt {
  color: #fff;
}

.xg-yfsl-a1 .xr_as {
  background: rgba(255, 255, 255, 0.95);
  border-radius: .9375rem;
  padding: 3% 0;
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .xg-yfsl-a1 .xr_as {
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .xg-yfsl-a1 .xr_as {
    padding: 0;
  }
}

.xg-yfsl-a1 .xr_as dl {
  width: 50%;
  padding: 0 5%;
}

@media (max-width: 450px) {
  .xg-yfsl-a1 .xr_as dl {
    width: 100%;
    padding: 5%;
  }
}

.xg-yfsl-a1 .xr_as dl dt {
  color: #00539F;
  font: 600 2.1875rem/1.6em "sourcehansans";
  margin-right: 1em;
}

@media (max-width: 768px) {
  .xg-yfsl-a1 .xr_as dl dt {
    font-size: 1.4rem;
  }
}

@media (max-width: 450px) {
  .xg-yfsl-a1 .xr_as dl dt {
    font-size: 1.2rem;
  }
}

.xg-yfsl-a1 .xr_as dl .p p {
  color: #2F2A2A;
  font: 600 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .xg-yfsl-a1 .xr_as dl .p p {
    font-size: 1rem;
  }
}

.xg-yfsl-a1 .xr_as dl + dl {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 450px) {
  .xg-yfsl-a1 .xr_as dl + dl {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.ny-cont-tit dt {
  color: #2F2A2A;
  font: 600 2.8125rem/1.5em "sourcehansans";
}

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

.ny-cont-tit .p {
  color: #787777;
  font: 500 1.375rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

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

.mySwiper9 {
  position: relative;
  z-index: 1;
  margin-top: 3.3rem;
}

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

.mySwiper9 .img {
  border-radius: .9375rem;
  overflow: hidden;
}

.mySwiper9 .img .ny-cont-tit dt {
  color: #fff;
  font: 600 2.8125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .mySwiper9 .img .ny-cont-tit dt {
    font-size: 1.4rem;
  }
}

.mySwiper9 .img .ny-cont-tit .p {
  color: #fff;
  font: 500 1.375rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

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

.mySwiper9 .swiper-pagination1 {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.mySwiper9 .swiper-pagination1 span {
  display: inline-block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.24rem;
}

.mySwiper9 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.mySwiper91 {
  position: relative;
  z-index: 1;
  margin-top: 2.3rem;
}

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

.mySwiper91 .img {
  border-radius: .375rem;
  overflow: hidden;
  padding: 18%;
  background: url(../image/tunj1.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  margin-bottom: 1rem;
}

.mySwiper91 .swiper-pagination1 {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.mySwiper91 .swiper-pagination1 span {
  display: inline-block;
  opacity: 1;
  background: url(/public/static/lxwm/image/doa1a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.24rem;
}

.mySwiper91 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(/public/static/lxwm/image/doa2a.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.yfsl-cont3 {
  padding: 5.125rem 0 4rem;
  background: url(../image/b49d12779118db11046d8c5ba7699c8c.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

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

.yfsl-cont4 {
  background: url(../image/bj8.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.875rem 0 6.25rem;
  margin-top: 4rem;
}

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

.yfsl-cont4 .ny-cont-tit dt {
  color: #fff;
}

.yfsl-cont4 .ny-cont-tit .p {
  color: #fff;
  padding: 0 12.42857%;
}

@media (max-width: 768px) {
  .yfsl-cont4 .ny-cont-tit .p {
    padding: 0;
    text-align: left;
  }
}

.yfsl-cont4 .yfsl-a4_v1 {
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 {
    margin-top: 1.5rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 {
  border-bottom: 1px solid #fff;
  padding: 0 5.5rem 4.2rem;
  position: relative;
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 dt {
  font: 600 5.625rem/1.2em "Montserrat";
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza1 dt {
    font-size: 1.34rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 dd {
  font: 600 1.875rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza1 dd {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza1 {
    padding: 0 3.5rem 2.5rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.5625rem;
  background: #fff;
  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%);
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza1::after {
    height: 1.5rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 {
  margin-top: 2.4125rem;
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza2 {
    margin-top: 1.5rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl dt {
  font: 600 3.125rem/1.3em "Montserrat";
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza2 dl dt {
    font-size: 1.34rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl dd {
  font: 600 1.25rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .yfsl-cont4 .yfsl-a4_v1 .sza2 dl dd {
    font-size: 1rem;
  }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl + dl {
  margin-left: 10%;
}

.yfsl-cont5 {
  width: 100%;
}

.yfsl-a1_v1-a .gongtaimg {
  border-radius: .9375rem;
  overflow: hidden;
}

.yfsl-a1_v1-a a {
  display: block;
  width: 5.1875rem;
}

@media (max-width: 768px) {
  .yfsl-a1_v1-a a {
    width: 4rem;
  }
}

.qxjt-cont1 {
  background: url(../image/bjast2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.375rem 0 0;
}

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

.qxjt-cont1 .yfsl-a1_v1-a {
  margin-top: 5.875rem;
}

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

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl {
  position: absolute;
  z-index: 9;
  color: #000000;
  font: 600 .9375rem/1.5em "sourcehansans";
  cursor: pointer;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(1) {
  left: 25.8%;
  top: 14.5%;
}

@media (max-width: 768px) {
  .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(1) {
    left: 16.8%;
  }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(2) {
  left: 29.15%;
  top: 35.3%;
}

@media (max-width: 768px) {
  .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(2) {
    left: 20.15%;
    top: 34.3%;
  }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(3) {
  left: 42.2%;
  top: 13.6%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(4) {
  left: 55.5%;
  top: 73%;
}

@media (max-width: 768px) {
  .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(4) {
    left: 52.5%;
    top: 78%;
  }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(5) {
  left: 50.5%;
  top: 48.6%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl {
  position: absolute;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl.a {
  opacity: 1;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl img {
  width: 100%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(1) {
  width: 1.57143%;
  left: 33.8%;
  top: 16%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(2) {
  width: 4.21429%;
  left: 34.8%;
  top: 35%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(3) {
  width: 3.71429%;
  left: 33.2%;
  top: 14.8%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(4) {
  width: 10.5%;
  left: 46.5%;
  top: 57.5%;
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(5) {
  width: 13.92857%;
  left: 37%;
  top: 29%;
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
}

@media (max-width: 768px) {
  .qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb {
    position: static;
  }
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl {
  color: #787777;
  border-color: #787777;
  margin: 0 0.5%;
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:hover, .qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl.on {
  color: #fff;
  border-color: #fff;
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:hover::before, .qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl.on::before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:last-child::before {
  background: #C32322;
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:not(:last-child)::before {
  background: #0C5AA4;
}

.qxjt-cont2 {
  position: relative;
}

.qxjt-cont2 .we_xsa {
  position: absolute;
  left: 0;
  width: 100%;
  top: 10%;
  z-index: 9;
  text-align: center;
}

.qxjt-cont2 .we_xsa dt {
  width: 27.55208%;
  margin: 0 auto;
}

.qxjt-cont2 .we_xsa dd {
  color: #fff;
  font: 600 2.8125rem/1.5em "sourcehansans";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .qxjt-cont2 .we_xsa dd {
    font-size: 1.4rem;
  }
}

.qxjt-cont2 .we_xsa a.more-msl {
  color: #fff;
  border: 1px solid #fff;
}

.qxjt-cont3 {
  background: -webkit-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
  padding: 10.25rem 0 8.5rem;
}

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

.qxjt-cont3 .x_gwge-a {
  border-radius: .9375rem;
  overflow: hidden;
}

.qxjt-cont3 .x_gwge-a li {
  background: #fff;
}

.qxjt-cont3 .x_gwge-a li .fang {
  width: 50%;
}

.qxjt-cont3 .x_gwge-a li .fang img {
  width: 100%;
}

@media (max-width: 768px) {
  .qxjt-cont3 .x_gwge-a li .fang {
    width: 100%;
  }
}

.qxjt-cont3 .x_gwge-a li .weggs_s {
  width: 50%;
  padding: 0 5%;
}

@media (max-width: 768px) {
  .qxjt-cont3 .x_gwge-a li .weggs_s {
    width: 100%;
    padding: 4%;
  }
}

.qxjt-cont3 .x_gwge-a li .weggs_s dt {
  color: #2F2A2A;
  font: 600 2.1875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .qxjt-cont3 .x_gwge-a li .weggs_s dt {
    font-size: 1.5rem;
  }
}

.qxjt-cont3 .x_gwge-a li .weggs_s dt:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: .125rem;
  background: #F36E21;
  margin-top: 0.1em;
}

.qxjt-cont3 .x_gwge-a li .weggs_s .p {
  color: #787777;
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .qxjt-cont3 .x_gwge-a li .weggs_s .p {
    font-size: 1rem;
  }
}

.qxjt-cont3 .x_gwge-a li:nth-child(2) .fang {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .qxjt-cont3 .x_gwge-a li:nth-child(2) .fang {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.qxjt-cont3-xa1 {
  padding: 5.25rem 0;
}

@media (max-width: 768px) {
  .qxjt-cont3-xa1 {
    padding: 2rem 0 2.1rem;
  }
}

.qxjt-cont3-xa1 .x_gwge-a {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .qxjt-cont3-xa1 .x_gwge-a {
    margin-top: 1.5rem;
    overflow: visible;
  }
  .qxjt-cont3-xa1 .x_gwge-a li {
    border-radius: 0.9375rem;
    overflow: hidden;
    box-shadow: 0.125rem 0.25rem 0.75rem rgba(176, 176, 176, 0.25);
  }
  .qxjt-cont3-xa1 .x_gwge-a li + li {
    margin-top: 1.25rem;
  }
}

.qxjt-cont4 {
  position: relative;
}

.qxjt-cont4 .qxjt-a4_v1 {
  width: 100%;
}

.qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit dt {
  color: #fff;
}

.qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit .p {
  color: #fff;
  max-width: 44%;
}

@media (max-width: 768px) {
  .qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit .p {
    max-width: 100%;
  }
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl {
  margin-top: 1.5rem;
  color: #fff;
  border-color: #fff;
}

@media (max-width: 768px) {
  .qxjt-cont4 .qxjt-a4_v1 a.more-msl {
    margin-top: 0.8rem;
  }
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl:hover {
  color: #fff;
  border-color: #C32322;
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl:before {
  background: #C32322;
}

.qxjt-cont5 {
  padding: 4.625rem 0 6.75rem;
}

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

.qxjt-cont5 .qxjt-a5_tit {
  padding: 0 13.35714%;
}

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

.qxjt-cont5 .qxjt-a5_tit h2 {
  color: #2F2A2A;
  font: 600 2.1875rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .qxjt-cont5 .qxjt-a5_tit h2 {
    font-size: 1.4rem;
  }
}

.qxjt-cont5 .qxjt-a5_tit .p {
  color: #787777;
  font: 500 1.125rem/1.5em "sourcehansans";
  width: 47.14286%;
  text-align: justify;
}

@media (max-width: 768px) {
  .qxjt-cont5 .qxjt-a5_tit .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1em;
  }
}

.qxjt-cont5 .qxjt-a5_v1 {
  overflow: hidden;
  border-radius: .9375rem;
  margin-top: 4.375rem;
}

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

.znqc-cont1 {
  padding: 5.375rem 0 7.375rem;
}

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

.znqc-cont2 {
  background: url(../image/bj9.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.375rem 0 6.75rem;
}

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

.znqc-cont2 .ny-cont-tit .p {
  color: #2F2A2A;
}

.znqc-cont2 .heng1 {
  margin-top: 3.5rem;
  border-radius: .9375rem;
  overflow: hidden;
}

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

.znqc-cont3 .ny-cont-tit dt {
  color: #fff;
}

.znqc-cont3 .ny-cont-tit .p {
  color: #fff;
}

.zhhy-cont1 {
  background: url(../image/bj10.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.25rem 0 18.75rem;
  color: #fff;
  text-align: center;
}

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

.zhhy-cont1 .zhhy-a1_b1 {
  font: 500 2.1875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .zhhy-cont1 .zhhy-a1_b1 {
    font-size: 1.25rem;
  }
}

.zhhy-cont1 .zhhy-a1_b2 {
  font: 600 5.625rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .zhhy-cont1 .zhhy-a1_b2 {
    font-size: 2rem;
    margin-top: 0.2em;
  }
}

.zhhy-cont1 .zhhy-a1_b3 {
  font: 500 1.375rem/1.3em "sourcehansans";
  max-width: 60%;
  margin: 2.5rem auto 0;
}

@media (max-width: 768px) {
  .zhhy-cont1 .zhhy-a1_b3 {
    max-width: 100%;
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}

.ny-cont-tit .p.hs {
  color: #2F2A2A;
}

.zhhy-cont2 {
  padding: 5.3125rem 0 0;
}

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

.zhhy-cont2 .xw_sdhss1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .zhhy-cont2 .xw_sdhss1 {
    margin-top: 1.5rem;
  }
}

.zhhy-cont2 .xw_sdhss1 li {
  width: 48.57143%;
  position: relative;
  border-radius: .9375rem;
  overflow: hidden;
}

@media (max-width: 450px) {
  .zhhy-cont2 .xw_sdhss1 li {
    width: 100%;
  }
  .zhhy-cont2 .xw_sdhss1 li + li {
    margin-top: 1em;
  }
}

.zhhy-cont2 .xw_sdhss1 li i {
  display: block;
  font-size: 0;
}

.zhhy-cont2 .xw_sdhss1 li h2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  color: #fff;
  font: 500 2.1875rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .zhhy-cont2 .xw_sdhss1 li h2 {
    font-size: 1.25rem;
  }
}

.zhhy-cont3 .mySwiper9 {
  margin-top: 6.5rem;
}

.zhhy-cont3 .mySwiper9 .img {
  border-radius: 0;
}

.zhhy-cont3 .mySwiper9 .swiper-pagination1 {
  position: absolute;
  z-index: 99;
  margin-top: 0;
  bottom: 1.25rem;
}

@media (max-width: 768px) {
  .zhhy-cont3 .mySwiper9 {
    margin-top: 1.5rem;
  }
  .zhhy-cont3 .mySwiper9 .swiper-pagination1 {
    bottom: 10px;
  }
}

.zhny-cont1 {
  background: url(../image/bjast3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.375rem 0 9.5rem;
}

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

.zhny-cont1 .zhny-a1_v1 {
  background: url(../image/bj12.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  border-radius: .9375rem;
  overflow: hidden;
  padding: 25% 0 4%;
  margin-top: 7.125rem;
}

@media (max-width: 768px) {
  .zhny-cont1 .zhny-a1_v1 {
    margin-top: 2rem;
    padding: 35% 0 2%;
  }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl {
  width: 50%;
  color: #fff;
  padding: 0 5%;
}

@media (max-width: 768px) {
  .zhny-cont1 .zhny-a1_v1 .erhha_sd dl {
    width: 100%;
    margin-bottom: 1em;
  }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl + dl {
  border-left: 1px solid #fff;
}

@media (max-width: 768px) {
  .zhny-cont1 .zhny-a1_v1 .erhha_sd dl + dl {
    border-left: none;
  }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl dt {
  font: 600 1.5rem/1.5em "sourcehansans";
}

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

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl .p {
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .zhny-cont1 .zhny-a1_v1 .erhha_sd dl .p {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.zhny-cont2-gong .ny-cont-tit dt, .zhny-cont2-gong .ny-cont-tit .p {
  color: #fff;
}

.selectBox {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ww_btn_Dropdown_arrow {
  display: block;
  margin-right: 1em;
}

.ww_btn_Dropdown_arrow i {
  color: #787777;
  font: 600 1rem/3.25rem "sourcehansans";
}

.selectBox #inptSelect {
  width: 100%;
  color: #787777;
  font: 500 1rem/3.25rem "sourcehansans";
  text-indent: 1.5em;
}

.selectBox .optionDiv {
  display: none;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  border: 1px solid #ddd;
  border-radius: 1px;
  background: #fff;
  margin-top: 3.25rem;
  position: absolute;
  z-index: 100;
  left: -2px;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.selectBox .optionDiv.ulShow {
  display: block;
}

.selectBox .optionDiv ul li {
  cursor: pointer;
  line-height: 2.5rem;
  font-size: .875rem;
  text-indent: 0.5em;
}

.selectBox .optionDiv ul li a {
  display: block;
}

.selectBox .optionDiv ul li:hover {
  background-color: #F6F6F6;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
}

.selectBox .optionDiv ul li a.active {
  background: #00539F;
  color: #fff;
}

.sx_atrs1 {
  padding: 2.8125rem 0;
}

@media (max-width: 768px) {
  .sx_atrs1 {
    padding: 1.5rem 0 0.8rem;
  }
}

.sx_atrs1 .xw-ssk-a1 {
  width: 18.42857%;
  border: 1px solid #E6E5E5;
  border-radius: 2rem;
  height: 3.25rem;
}

@media (max-width: 768px) {
  .sx_atrs1 .xw-ssk-a1 {
    width: 48%;
    margin-bottom: 1em;
  }
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a2 {
  border: 2px solid #00539F;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sx_atrs1 .xw-ssk-a1.xw-ssk-a2 {
    width: 100%;
  }
}

.sx_atrs1 .xw-ssk-a1 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/public/static/lxwm/image/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1.125rem) center transparent;
  background: url(/public/static/lxwm/image/aghghx.svg) no-repeat scroll -moz-calc(100% - 1.125rem) center transparent;
  background: url(/public/static/lxwm/image/aghghx.svg) no-repeat scroll calc(100% - 1.125rem) center transparent;
  width: 100%;
  font: 500 1rem/3.25rem "sourcehansans";
  border-radius: 1.6rem;
  height: 3.25rem;
  border: none;
  outline: none;
  padding: 0 1rem 0 1.4rem;
  color: #787777;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.sx_atrs1 .xw-ssk-a1 select option {
  line-height: 2em;
  padding: 0 1.5em;
  color: #787777;
}

.sx_atrs1 .xw-ssk-a1 .a-more {
  display: block;
  color: #00539F;
  text-align: center;
  font: 500 1rem/3.25rem "sourcehansans";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border: none;
  outline: none;
  width: 100%;
  background: #fff;
}

.sx_atrs1 .xw-ssk-a1 .a-more:hover {
  background: #00539F;
  color: #fff;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 {
  overflow: hidden;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #787777;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787777;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787777;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #787777;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input {
  width: 75%;
  font: 500 1rem/3.25rem "sourcehansans";
  text-indent: 1.4em;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 button {
  width: 20%;
  border: none;
  background: transparent;
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 button i {
  font: 500 1.4rem/3.25rem "sourcehansans";
  color: #787777;
}

.sx_atrs1, .sx_atrs1 * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.job-cont1 {
  padding-top: 3.125rem;
}

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

@media (max-width: 768px) {
  .job-cont1 .dl {
    padding: 0.5em 0;
  }
}

.job-cont1 .dl > div {
  color: #787777;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1em 0;
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .job-cont1 .dl > div {
    padding: 0.2em 0;
    padding-left: 1rem;
  }
}

.job-cont1 .dl .a1 {
  width: 40%;
}

@media (max-width: 768px) {
  .job-cont1 .dl .a1 {
    width: 50%;
  }
}

.job-cont1 .dl .a2 {
  width: 15%;
}

@media (max-width: 768px) {
  .job-cont1 .dl .a2 {
    width: 50%;
  }
}

.job-cont1 .dl .a3 {
  width: 15%;
}

@media (max-width: 768px) {
  .job-cont1 .dl .a3 {
    width: 50%;
  }
}

.job-cont1 .dl .a4 {
  width: 15%;
}

@media (max-width: 768px) {
  .job-cont1 .dl .a4 {
    width: 50%;
  }
}

.job-cont1 .dl .a5 {
  width: 15%;
}

@media (max-width: 768px) {
  .job-cont1 .dl .a5 {
    width: 50%;
  }
}

.job-cont1 .wehx_a {
  background: #F4F5F5;
  border-bottom: 1px solid #E2E2E2;
}

.job-cont1 .job-list1 li {
  border-bottom: 1px solid #E2E2E2;
}

.job-cont1 .job-list1 li .dl {
  cursor: pointer;
}

.layui-layer-shade {
  opacity: 0.65 !important;
}

.job-tanc.layui-layer {
  width: 44.84375% !important;
  padding: 1rem 2.13027% 2rem;
  background: #fff;
  border-radius: 0.9375rem;
}

@media (max-width: 990px) {
  .job-tanc.layui-layer {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    padding: 1.8rem 5%;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: -3.375rem;
  top: -3.375rem;
  background: url(/public/static/lxwm/image/xha.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  width: 3.375rem;
  height: 3.375rem;
}

.job-tanc.layui-layer .przs-ats a.jataxta {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats a.jataxta {
    right: 0;
  }
}

.job-tanc.layui-layer .przs-ats a.jataxta i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats a.jataxta i {
    font-size: 2.5rem;
  }
}

.job-tanc.layui-layer .przs-ats .titaas {
  color: #2F2A2A;
  font: 600 2rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .titaas {
    font-size: 1.25rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(47, 42, 42, 0.2);
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dt {
  color: #2F2A2A;
  font: 500 1rem/1.8em "sourcehansans";
  width: 8.75rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dt {
    font-size: 1rem;
    width: 6rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dd {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dd {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b {
  margin-top: 1em;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dt {
  color: #2F2A2A;
  font: 500 1rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dt {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p {
  color: #787777;
  font: 500 0.95rem/2em "sourcehansans";
  padding: 0.5em 0 1em;
  max-height: 50vh;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p {
    font-size: 0.9rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa {
  color: #2F2A2A;
  font: 500 1rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa a {
  color: #F36E21;
  font-weight: 600;
}

.job-cont2 {
  margin-top: 4.6875rem;
  padding-bottom: 5.375rem;
}

@media (max-width: 768px) {
  .job-cont2 {
    margin-top: 2.2rem;
    padding-bottom: 2.375rem;
  }
}

.job-cont2 .job_a2b2 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_a2b2 {
    margin-top: 0.25rem;
  }
}

.job-cont2 .job_a2b2 li {
  width: 48.92857%;
  border-radius: .9375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont2 .job_a2b2 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.job_a2b1 {
  margin-top: 0;
}

.job_a2b1 li {
  width: 31.57143%;
  border-radius: .9375rem;
  overflow: hidden;
  margin-top: 1.9rem;
}

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

.job_a2b1 li a.a {
  display: block;
  padding-bottom: 28.75rem;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job_a2b1 li a.a {
    padding-bottom: 80%;
  }
}

.job_a2b1 li a.a > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job_a2b1 li:nth-child(1) {
  width: 65.21429%;
}

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

.job_a2b1 li:nth-child(2), .job_a2b1 li:nth-child(5) {
  width: 32.42857%;
}

@media (max-width: 768px) {
  .job_a2b1 li:nth-child(2), .job_a2b1 li:nth-child(5) {
    width: 100%;
  }
}

.job-cont3 {
  margin-top: 3rem;
}

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

.job-cont3 .ny-cont-tit {
  margin-top: 1.4em;
}

.job-cont3 .ny-cont-tit .p {
  font-size: 1.125rem;
  text-align: justify;
}

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

.job-cont4 {
  margin-bottom: 7.75rem;
}

@media (max-width: 768px) {
  .job-cont4 {
    margin-bottom: 2.6rem;
  }
}

.job-cont4 .job-a4_v1 {
  background: url(../image/bj13.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.875rem 0;
  border-radius: .9375rem;
  margin-top: 3.875rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 {
    margin-top: 1.5rem;
    padding: 3rem 0;
  }
}

.job-cont4 .job-a4_v1 .title_nyat {
  text-align: center;
}

.job-cont4 .job-a4_v1 .title_nyat dt {
  color: #fff;
  font: 600 2.5rem/1.5em "sourcehansans";
}

.job-cont4 .job-a4_v1 .title_nyat dt::after {
  content: "";
  display: block;
  width: 4.8125rem;
  height: .125rem;
  background: #F36E21;
  margin: 0 auto;
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 .title_nyat dt {
    font-size: 2rem;
  }
  .job-cont4 .job-a4_v1 .title_nyat dt::after {
    width: 3rem;
  }
}

.job-cont4 .job-a4_v1 .title_nyat p {
  color: #fff;
  font: 600 1.75rem/1.4em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 .title_nyat p {
    font-size: 1rem;
  }
}

.job-cont4 .job-a4_v1 form .conx2 {
  width: 43%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1.6875rem;
  padding: 0 1.6rem;
  margin: 1.8rem auto 1rem;
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 form .conx2 {
    width: 90%;
    margin: 1rem auto 0.8rem;
    padding: 0 1rem;
  }
}

.job-cont4 .job-a4_v1 form .conx2 button {
  border: none;
  outline: none;
  background: transparent;
}

.job-cont4 .job-a4_v1 form .conx2 button i {
  font: 500 1.65rem/3.375rem "sourcehansans";
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 form .conx2 button i {
    line-height: 3rem;
  }
}

.job-cont4 .job-a4_v1 form .conx2 input {
  color: #000;
  font: 500 1rem/3.375rem "sourcehansans";
  background: transparent;
  width: 90%;
}

@media (max-width: 768px) {
  .job-cont4 .job-a4_v1 form .conx2 input {
    line-height: 3rem;
  }
}

.job-cont4 .job-a4_v1 form .wehhs-a {
  color: #fff;
}

.job-cont4 .job-a4_v1 form .wehhs-a input[type=checkbox] {
  margin-right: 0.5em;
}

.job-cont4 .job-a4_v1 form .wehhs-a a {
  color: #fff;
}

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

.we_saxt .wegx_as .przs-a {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 44.84375%;
  padding: 1rem 4% 2rem;
  border-radius: 0.9375rem;
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a {
    width: 90%;
    padding: 0.5rem 4.13027% 1.5rem;
  }
}

.we_saxt .wegx_as .przs-a a.jataxta {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a a.jataxta {
    right: 0;
  }
}

.we_saxt .wegx_as .przs-a a.jataxta i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a a.jataxta i {
    font-size: 2.5rem;
  }
}

.we_saxt .wegx_as .przs-a .titaas {
  color: #2F2A2A;
  font: 600 2rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a .titaas {
    font-size: 1.25rem;
  }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(47, 42, 42, 0.2);
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl {
  width: 50%;
  padding: 0.5em 0;
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dt {
  color: #2F2A2A;
  font: 500 1rem/1.8em "sourcehansans";
  width: 8.75rem;
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dt {
    font-size: 1rem;
    width: 6rem;
  }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dd {
  color: rgba(47, 42, 42, 0.6);
  font: 500 1rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dd {
    font-size: 1rem;
  }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b {
  margin-top: 1em;
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b dt {
  color: #2F2A2A;
  font: 500 1.25rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b dt {
    font-size: 1rem;
  }
}

.tzzgx-cont1 {
  margin-top: 3.75rem;
}

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

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 {
  width: 36.42857%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

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

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a {
  color: #2F2A2A;
  font: 600 1.875rem/1.5em "sourcehansans";
  padding: 1em 0;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a span {
  color: #00539F;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b {
  color: #00539F;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 70%;
  padding: 1.75rem 0 1rem;
}

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

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc1 b {
  display: block;
  font: 600 2.5rem/1.3em "sourcehansans";
}

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

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc1 p {
  font: 500 1.125rem/1.5em "sourcehansans";
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 {
  margin-top: 6.25rem;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 {
    margin-top: 2rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 dl {
  width: 40%;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 dl p {
  color: #00539F;
  font: 500 1.125rem/1.35em "sourcehansans";
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .hag_sr {
  color: #2F2A2A;
  font: 500 1rem/1.6em "sourcehansans";
  padding-top: 0.8em;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 {
  width: 58.28571%;
}

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

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0 1.25rem;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li {
    padding: 1.2rem 0;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 {
  width: 85.04902%;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 dt {
  color: #2F2A2A;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 dt {
    font-size: 1rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 span {
  color: #787777;
  font: 500 1rem/1.4em "sourcehansans";
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li a.img {
  display: block;
  width: 2.9375rem;
  height: 2.9375rem;
  background: #F4F5F5;
  border-radius: 50%;
  line-height: 2.9375rem;
  text-align: center;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li a.img img {
  width: 70%;
  margin: 0 auto;
}

.tzzgx-cont2 {
  background: url(../image/bj14.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.25rem 0 8.8125rem;
  margin-top: 4.125rem;
}

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

.tzzgx-cont2 .tzzgx-a2_list1 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 {
    margin-top: 1.5rem;
  }
}

.tzzgx-cont2 .tzzgx-a2_list1 li {
  margin-bottom: 1em;
  width: 23.42857%;
}

@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li {
    width: 48%;
  }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: .9375rem;
  overflow: hidden;
  padding: 5.9375rem 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li a.a {
    padding: 3rem 0;
  }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a i {
  display: block;
  width: 5rem;
  margin: 0 auto;
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl {
  text-align: center;
  color: #2F2A2A;
  margin-top: 1.375rem;
}

@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li a.a dl {
    margin-top: 1rem;
  }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt {
  font: 600 1.5rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt {
    font-size: 1.26rem;
  }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: .125rem;
  background: #F36E21;
  margin: 0 auto;
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dd {
  font: 600 .75rem/1.5em "sourcehansans";
  text-transform: uppercase;
  padding: 0.8em 0;
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a {
  background: #00539F;
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a i img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(170deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(170deg) brightness(104%) contrast(101%);
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a dl {
  color: #fff;
}

.tzzgx-cont3 {
  padding: 3.75rem 0 5.25rem;
}

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

.tzzgx-cont3 .tzzgx-a3_v1 {
  background: url(../image/bhah1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  border-radius: .9375rem;
  overflow: hidden;
  padding: 5rem 0 5rem 5.625rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3_v1 {
    margin-top: 2rem;
    padding: 2rem;
  }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 {
  width: 40%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: .9375rem;
  overflow: hidden;
  padding: 4% 3%;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 {
    width: 100%;
    padding: 7%;
  }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 dt {
  color: #2F2A2A;
  font: 600 1.875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 dt {
    font-size: 1.5rem;
  }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 .p {
  color: #2F2A2A;
  font: 500 1rem/2em "sourcehansans";
  padding: 1em 0;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 .p {
    padding: 0.5em 0;
  }
}

.yfsl-a1_v1-b {
  margin-top: 1.625rem;
}

.yfsl-a1_v1-b .xg-zxc_ys u {
  display: block;
  font-size: 0;
  width: 78.57143%;
  margin-left: 4.78571%;
}

.yfsl-a1_v1-b .xg-zxc_ys u img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl {
  position: absolute;
  opacity: 0;
  display: none;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl.on {
  opacity: 1;
  display: block;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) {
  left: 41.1%;
  top: 56%;
  width: 8.57143%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dt img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dd {
  width: 9.6875rem;
  position: absolute;
  right: 36%;
  top: 69%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dd img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) {
  left: 34%;
  top: 29%;
  width: 11.35714%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dt img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dd {
  width: 16.6875rem;
  position: absolute;
  right: 71%;
  top: -39%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dd img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) {
  left: 30.6%;
  top: 15.8%;
  width: 2.35714%;
  z-index: 1;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dt img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dd {
  width: 10.6875rem;
  position: absolute;
  right: 60%;
  top: 17%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dd img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) {
  left: 32%;
  top: 34.5%;
  width: 3.64286%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dt img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dd {
  width: 13.6875rem;
  position: absolute;
  right: 42%;
  top: -241%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dd img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) {
  left: 30.6%;
  top: 14%;
  width: 3.35714%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dt img {
  width: 100%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dd {
  width: 11.6875rem;
  position: absolute;
  right: 48%;
  top: 28%;
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dd img {
  width: 100%;
}

.yfsl-a1_v1-b .tuagt-sb-s {
  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%);
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl {
  color: #787777;
  border-color: #787777;
  margin: 0 0.5%;
  display: block;
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:hover, .yfsl-a1_v1-b .tuagt-sb-s a.more-msl.on {
  color: #fff;
  border-color: #fff;
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:hover::before, .yfsl-a1_v1-b .tuagt-sb-s a.more-msl.on::before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl + a.more-msl {
  margin-top: 1.5rem;
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:last-child::before {
  background: #C32322;
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:not(:last-child)::before {
  background: #0C5AA4;
}

.yfsl-a1_v1-b .djcp-cont {
  width: 12.14286%;
  border-radius: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
  height: 37rem;
  position: relative;
  padding: 2rem 0;
}

@media (max-width: 1600px) {
  .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
    height: 38rem;
  }
}

@media (max-width: 1366px) {
  .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
    height: 38rem;
  }
}

@media (max-width: 1200px) {
  .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
    height: 37rem;
  }
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dt {
  border: 5px solid #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dt img {
  width: 100%;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dd {
  color: #787777;
  font: 500 1rem/2em "sourcehansans";
  text-align: center;
  margin-top: 0.4em;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1 {
  top: 0;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 {
  bottom: 1rem;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1, .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1 img, .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 img {
  width: 2.6875rem;
}
.agt_er-a .xg-zxc_ys{
  position: relative;
  left: 5%;
}
@media (max-width: 990px) {
  .agt_er-a {
    display: none;
  }
}

@media (min-width: 991px) {
  .agt_er-b {
    display: none;
  }
}

.ajhhsd-ss {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd-ss a {
  color: #777;
}

.ajhhsd-ss a:hover {
  color: #F36E21;
}

.ajhhsd-ss span {
  padding: 0 0.3em;
}

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

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

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

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

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

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "sourcehansans";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #F36E21;
}

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

.ss-list li + li {
  margin-top: 2rem;
}

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

.ss-list li div.img {
  width: 25%;
}

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

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

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

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

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 1rem/1.5em "Montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.social-share .icon-wechat .wechat-qrcode + .wechat-qrcode {
  display: none !important;
}
@media (max-width: 768px){
  .zhny-cont2,.zhny-cont3{
     margin: 0 4% 2em;
     border-radius: 0.9375rem;
     overflow: hidden;
  } 
}
.job-show-content{
  padding: 4rem 0;
}
.job-show-content .asgta{
  width: 56%;
}
.job-show-content .tit{
   /* text-align: center; */
   color: #000;
   font: 600 2rem/1.5em "sourcehansans";
}
.job-show-content .gwdd1{
  padding: 1rem 0;
  max-width: 50%;
}
.job-show-content .gwdd1 dl{
  color: #666;
  font: 500 1.125rem/1.5em "sourcehansans";
  width: 50%;
  padding: 0.15em 0;
}
.job-show-content .gwdd1 dl dt{
  color: #333;
  display: inline-block;
  margin-right: 0.35em;
}
.job-show-content  .nt-cont .content strong{
  color: #333;font: 600 1.125rem/1.5em "sourcehansans";
}
.job-show-content  .nt-cont .content{
  color: #666;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: justify;
}
.job-show-content  .nt-cont .djiao{
  color: #000;font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 2rem;
} 
.job-show-content  .nt-cont .djiao a{
  color: #F36E21;
  font-weight: 600;
}
.job-show-content .msg-vas{
  width: 37%;
}
.job-show-content .msg-vas .bjyshaga{
  background: #f0f0f0b0;
  padding: 2rem 8%;
  width: 100%;
}
.job-show-content .msg-vas .title{
  color: #333;
  font: 600 1.8rem/1.6em "sourcehansans";
  margin-bottom: 0.8em;
}
.job-show-content .msg-vas form input {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/3rem "sourcehansans";
  border: 1px solid #E6E5E5;
  text-indent: 1.4em;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .job-show-content .msg-vas form input {
    margin-bottom: 1rem;
    text-indent: 0;
    text-align: center;
  }
  .job-show-content .msg-vas form .upload_img input{
    text-align: left;    text-indent: 1.4em;
  }
  .job-show-content .msg-vas form textarea{
    text-align: center;
  }
}

.job-show-content .msg-vas form textarea {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/1.5rem "sourcehansans";
  border: 1px solid #E6E5E5;
  padding: 1em 1.4em;
  margin-bottom: 1rem;
}

.job-show-content  .msg-vas .div_aghgha .more-msl {
  margin: 0 auto;
  background: #fff;
  display: block;
}
.job-show-content .msg-vas form .scann input{
  border: none;
  font: 500 1rem/2em "sourcehansans";
  /* background: #fff; */
}
@media (max-width: 990px){
  .job-show-content .asgta{
    width: 100%;
  }
  .job-show-content .gwdd1{
    max-width: 100%;
  }
  .job-show-content .msg-vas{
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px){
  .job-show-content{
    padding: 2rem 0;
  }
  .job-show-content .tit{
    font-size: 1.5rem;
  }
}
.scann{
  width: 100%;padding-right: 15px;
  padding-left: 15px;
}
.job-show-content .msg-vas form .upload_img{
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
}
.job-show-content .msg-vas form .upload_img #up_btn{
  border-radius: 1.5rem;
  width: 8rem;
  text-align: center;
}
.job-show-content .msg-vas form .upload_img button{
  border: none;
  text-align: center;
  width: 8rem;
  background: #F36E21;
  color: #fff;
  border-radius: 1.5rem;
  margin-left: 1em;

}
.job-show-content .msg-vas form .upload_img input{
  width: 50%;
  margin-bottom: 0;
}

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

.p-liuyan1 .hzyxclass {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 40.78125%;
  padding: 2.125rem 2.13027% 3rem;
  border-radius: .9375rem;
}

@media (max-width: 768px) {
  .p-liuyan1 .hzyxclass {
    width: 89%;
    padding: 1.6rem 2.3027% 2rem;
  }
}

.p-liuyan1 .hzyxclass .msg_tita h2 {
  color: #2F2A2A;
  font: 500 2.25rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .p-liuyan1 .hzyxclass .msg_tita h2 {
    font-size: 1.6rem;
  }
}

.p-liuyan1 .hzyxclass .msg_tita .jataxta1 {
  position: absolute;
  right: -2.9rem;
  top: -2.5rem;
}

.p-liuyan1 .hzyxclass .msg_tita .jataxta1 i {
  color: #fff;
  font: 500 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .p-liuyan1 .hzyxclass .msg_tita .jataxta1 {
    right: 0;
  }
  .p-liuyan1 .hzyxclass .msg_tita .jataxta1 i {
    font-size: 2rem;
  }
}

.p-liuyan1 .hzyxclass form {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .p-liuyan1 .hzyxclass form {
    margin-top: 1rem;
  }
}

.p-liuyan1 .hzyxclass form input {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/3.25rem "sourcehansans";
  border: 1px solid #E6E5E5;
  text-indent: 1.4em;
  margin-bottom: 1.375rem;
}

@media (max-width: 768px) {
  .p-liuyan1 .hzyxclass form input {
    margin-bottom: 1rem;
  }
  .job-show-content .msg-vas .bjyshaga{
    padding: 2rem 4%;
  }
}

.p-liuyan1 .hzyxclass form textarea {
  width: 100%;
  border-radius: 1.6875rem;
  font: 500 1rem/1.5rem "sourcehansans";
  border: 1px solid #E6E5E5;
  padding: 1em 1.4em;
  margin-bottom: 1.375rem;
}

.p-liuyan1 .hzyxclass .div_aghgha .more-msl {
  margin: 0 auto;
  background: #fff;
  display: block;
}

/* label{
  position: relative;
  width: 100%;
}
#imgfile{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#btna{
  margin-right: 5px;
  text-indent: 0;
  width: 30%;
  background: #F36E21;
  line-height: 2.4em;
  color: #fff;
}
#text{
  color: #666;
} */
.imgf-b .text{
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

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

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6{
    height: 60px;
    margin-top: -60px;
  }
}
.mag-aer15{
  position: relative;
}
.mySwiper15{
  margin: 2.5rem 5% 0;
  padding: 0.75rem;
}
.mag-aer15 .swiper-button-prev1,.mag-aer15 .swiper-button-next1{
  position: absolute;
  top: 50%;transform: translateY(-50%);
  outline: none;
}
.mag-aer15 .swiper-button-prev1 i,.mag-aer15 .swiper-button-next1 i{
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.mag-aer15 .swiper-button-prev1{
  left: 0;
}
.mag-aer15 .swiper-button-next1{
  right: 0;
}
.mySwiper15 .img{
   padding: 1rem;
   background: #fff;box-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.1);
}
.mySwiperas{
  margin-top: 1rem;
}
@media (max-width: 768px){
  .mySwiper15{
    margin-top: 1rem;
  }
  .mySwiper15 .img{
    box-shadow: none;
  }
}
a.thsa{
  position: absolute;
  right: 2%;
  bottom: 4%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font: 500 1rem/2em "sourcehansans";
  padding: 0 1em;
  border-radius: 0.2rem;
}
a.thsa:hover{
  background: rgba(0, 0, 0, 0.9);
}

.uploada{
  position: relative;
  display: block;
  padding: 0 1em;
  background-color: #0C5AA4;
  line-height: 2.5rem;
  color: #fff;
  /* margin-left: 1em; */
  border-radius: .3125rem;
}
.uploada:hover{
  color: #fff;
}
.changea{

  position: absolute;

  overflow: hidden;

  right: 0;

  top: 0;

  opacity: 0;
  width: 100% !important;

}
.xg-abt-cont1{
  background: #EEF0F5;
  padding: 5rem 0 8.625rem;
  display: none;
}
.xg-abt-list1{
  margin-top: 3rem;
}
.xg-abt-list1 li{
  width: 31.5%;
  text-align: center;
  padding: 0.6rem 2.625rem 3.25rem;
  background: #FFFFFF;
  border-radius: 1.875rem;
}
.xg-abt-list1 li .img {
   border-bottom: 1px solid #E9E9E9;
   padding: 1.5rem 0;
}
.xg-abt-list1 li .img img{
  height: 2.0625rem;
}
.xg-abt-list1 li .p{
  color: rgba(87, 87, 87, 0.9);
  font: 500 1.125rem/1.35em "sourcehansans";
  text-align: left;
  height: 8.1em;
  overflow: hidden;
  margin: 1.25em 0;
}
@media (max-width: 768px){
  .xg-abt-cont1{
    padding: 2.5rem 0;
  }
  .xg-abt-list1{
    margin-top: 0;
  }
  .xg-abt-list1 li{
    width: 100%;
    margin-top: 1.5rem;
  }
  .xg-abt-list1 li{
    padding: 0.6rem 1.8rem 1.5rem;
  }
  .xg-abt-list1 li .img{
    padding: 1rem 0;
  }
  .xg-abt-list1 li .img img{
    height: 1.8rem;
  }
  .xg-abt-list1 li .p{
    font-size: 1rem;    margin: 0.6em 0;
  }
}
.xg-abt-cont4{
  background: #EEF0F5;
  padding: 5.3125rem 0 8rem;
}
@media (max-width: 768px){
  .xg-abt-cont4{
    padding: 2rem 0;
  }
}
.xg-abt-cont4 {
  padding: 4.0625rem 0 7.9375rem;
}

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

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 {
  width: 17.36111%;
  border-right: 1px solid #B9B9B9;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 {
    width: 100%;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0 1.5rem;
  }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl {
  color: #323232;
  font: 500 1rem/3.125rem "sourcehansans";
  border: 1px solid #323232;
  border-radius: 1.625rem;
  width: 67.2%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl {
    width: 32.333%;
    line-height: 3rem;
    /* flex: auto; */
  }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl + dl {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl + dl {
    margin-top: 0;
  }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl.on {
  background: #02489D;
  color: #fff;
  border-color: #02489D;
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 {
  width: 20.48611%;
}

@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 {
    width: 100%;
  }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl {
  padding-left: 12%;
}

@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl {
    padding-left: 0;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a {
  display: block;
  color: #323232;
  font: 500 1rem/1.5em "sourcehansans";
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a + a {
  margin-top: 1.25em;
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a:hover, .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a.active {
  color: #02489D;
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 {
  width: 62.15278%;
}
@media (max-width: 768px) {
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 {
    width: 100%;
  }
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .amap-icon img {
    width: 20px !important;
    height: 26px !important;
  }
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a + a{
    margin-top: 0.5em
  }
  .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a{
    margin-top: 0.5em;
    width: 49%;
  }
.contact .col-md-6{line-height: 1;}
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 #map {
  width: 100%;
  height: 23.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}