@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1366px) and (max-width: 1680px) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "montserrat";
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF); font-display: swap;
}
@font-face {
  font-family: "Alibaba PuHui";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/IbE4oKnxwCuBqiSYL9Agc.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/WmQVJesV4SZWllyhCsuui.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "sourcehansans","Alibaba PuHui","montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #888888;
  --color-zt: #f1ae39;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.125%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #959595;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #959595;
  -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.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1ae39;
  color: #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.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -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;
  border-color: #f1ae39;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #fff;
}

.more-msl.bs:hover {
  color: #f1ae39;
  border-color: #fff;
}

.more-msl1 {
  display: inline-block;
  color: #959595;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #959595;
  -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: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #7986cb;
}

.more-msl1:after {
  background: #3f51b5;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #f1ae39;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

@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;
  }
}


.m-img-nac {
  padding-bottom: 55.33597%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-nac img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img-news {
  padding-bottom: 68.18182%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  /*.m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }*/
  .pc-banner .swiper-slide.a {
    width: 100%;
    position: relative;
    height:auto !important;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    
  }
  .pc-banner .swiper-slide.a .img img {
	  display:block;
	  width:100%;
	  height:auto;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 5.8125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 3.3125rem;
}

.head .head2 .logo a img.b {
  display: none;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a, .head .head2 .zywena a {
  padding: 0.25em 0.5em;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  color: #fff;
  border-radius: 1em;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1rem;
}

.head .head2 .zywena {
  text-align: center;
  margin-left: 1em;
}

.head .head2 .zywena a {
  padding: 0.25em 1em;
}

.head .head2 .zywena a i {
  margin-right: 0.4em;
}

.head .head2 a.lxwmore {
  background: #f1ae39;
  border-radius: 1.25rem;
  padding: 0 1.5em;
  line-height: 2.5rem;
}

.head .head2 a.lxwmore i {
  display: block;
  width: 1.5rem;
  margin-right: 0.5em;
}

.head .head2 a.lxwmore p {
  font: 500 1rem/2.5rem "sourcehansans";
  color: #fff;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #f1ae39;
  top: 5.8125rem;
}

.head .serbtn {
  background: #f1ae39;
}

.nav-img {
  padding-bottom: 68%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .9375rem;
}

#menu {
  margin-right: 1vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}

#menu .nav_a1 li > a {
  font-size: 1rem;
  padding: 0 1.2em;
  line-height: 5.8125rem;
  height: 5.8125rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 1.125em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f1ae39;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

/*#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec > a {
  font: 500 .925rem/1.5em "";
  padding: 0.3em 0;
  color: #333;
}

#menu .nav_a1 li .sec > a:hover {
  color: #f1ae39;
}

#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 white transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#menu .nav_a1 li .sec1 {
  width: 72.91667vw;
  left: -33vw;
  border-radius: 0;
  padding: 1rem 8% 1rem 0;
  top: 100%;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}

#menu .nav_a1 li .sec1:after {
  display: none;
}

#menu .nav_a1 li .sec1 .wehxh-va {
  padding: 0.5rem 0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl dt {
  width: 20%;
  padding: 1rem 0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl dt a {
  display: block;
  color: #2D2D2D;
  font: 600 1rem/1em "sourcehansans";
  text-align: left;
  border-left: .25rem solid #f1ae39;
  padding-left: 1em;
  margin-top: 0.5em;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont {
  width: 78%;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a {
  display: block;
  color: #3A3A3A;
  font: 500 .9rem/1.5em "sourcehansans";
  text-align: left;
  padding: 0.25em 0.6em;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a {
    font-size: 0.75rem;
  }
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a:hover {
  color: #f1ae39;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl:last-child .cont {
  border: none;
}*/

#menu .nav_a1 li .sec {
   position: absolute;
  top: 100%;
 left:-35%;
  width: auto;
  min-width: 100%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
#menu .nav_a1 li .sec a {
  font: 400 0.925rem/1.5em "Noto Sans SC";
  padding: 0.6em 1.85em;
  color: #1B1C21;
  white-space: nowrap;
}
#menu .nav_a1 li .sec a:hover {
  color: #f1ae39 !important;
}
#menu .nav_a1 li .sec dl {
  position: relative;
}
#menu .nav_a1 li .sec dl .as-ast {
  position: absolute;
  left: 100%;
  width: auto;
  min-width: 100%;
  top: 0;
  background: white;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  display: none;
}
#menu .nav_a1 li .sec dl .as-ast a {
  font-size: 0.875rem;
  padding: 0.4em 1.25em;
}
#menu .nav_a1 li .sec dl:hover .as-ast {
  display: block;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #f1ae39;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}








#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 span::after, #menu .nav_a1 li.active > a span::after {
  width: 100%;
}

@media (max-width: 1280px) {
  #menu .nav_a1 li:nth-child(7) .sec {
    left: auto;
    right: -100%;
  }
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  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;
}

@-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%);
  }
}

.head.sticky .head2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.head.sticky .head2 .logo a {
  outline: none;
}

.head.sticky .head2 .logo a img.a {
  display: none;
}

.head.sticky .head2 .logo a img.b {
  display: inline-block;
}

.head.sticky .head2 #menu .nav_a1 li > a {
  color: #000000;
}

.head.sticky .head2 #menu .nav_a1 li > a:after {
  background: #f1ae39;
}

.head.sticky .head2 .sska a, .head.sticky .head2 .zywena a {
  background: #d60a22;
  border: 1px solid #FFFFFF;
}

.ny-body-a {
  padding-top: 9.8125rem;
}
.head .kfrx{
        margin-right: 1em;
}
.head  .kfrx span{
    color: #fff;
    font-size: 1.25rem;
}
.head .kfrx i{
     padding: 0.25em 0.5em;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.1);
    font: 500 1rem / 1.5em "sourcehansans";
    display: inline-block;
    color: #fff;
    border-radius: 1em;
}
.head.sticky .kfrx span{
    color: #333;
  
}
.head.sticky .kfrx i{
    background: #d60a22;
}


.ny-body-a .head {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 0;
  -moz-animation: sticky 0;
    -o-animation: sticky 0;
       animation: sticky 0;
}

.ny-body-a .head .head2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ny-body-a .head .head2 .logo a img.a {
  display: none;
}

.ny-body-a .head .head2 .logo a img.b {
  display: inline-block;
}

.ny-body-a .head .head2 #menu .nav_a1 li a {
  color: #000000;
}

.ny-body-a .head .head2 #menu .nav_a1 li > a:after {
  background: #f1ae39;
}

.ny-body-a .head .head2 .sska a, .ny-body-a .head .head2 .zywena a {
  background: #f1ae39;
  border: 1px solid #FFFFFF;
}

.ny-body-a .new-nav {
  position: fixed;
  top: 0;
  top: 5.8125rem;
  left: 0;
  width: 100%;
}

@media (max-width: 990px) {
  .ny-body-a .new-nav {
    position: static;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 40px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #000;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  text-transform:uppercase;
}

/*.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}*/

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.mslm-nav > li .sec dl {
  position: relative;
}
.mslm-nav > li .sec dl .aniut {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mslm-nav > li .sec dl .aniut i {
  font-size: 16px;
}
.mslm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.mslm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}




.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
/*.pc-banner .mySwipera .swiper-slide .img > img.b{
  display: none;
}*/

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
}

.pc-banner .mySwipera .banwez p.xin {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.pc-banner .mySwipera .banwez p.xin::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  z-index: -1;
  height: 0.5rem;
  background: #f1ae39;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 2.8125rem/1.3em "montserrat";
  max-width: 50%;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.5rem;
    max-width: 80%;
  }
  
  .pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height:auto;
}
  
  .pc-banner .mySwipera .swiper-slide .img > img.a{
    display: none1;
  }
  /*.pc-banner .mySwipera .swiper-slide .img > img.b{
    display: block;
  }*/
}

.pc-banner .mySwipera .banwez dd {
  font: 400 1.2125rem/1.45em "sourcehansans";
  margin-top: 1.25em;
  text-transform:capitalize;
  max-width:50%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1rem;
	width:100%;
	max-width:100%;
  }
}

.pc-banner .mySwipera .banwez a.more-msl {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-msl {
    margin-top: 1.2rem;
	display:none;
  }
}

.pc-banner .mySwipera .bant {
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  text-align: center;
  z-index: 99;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .bant {
    bottom: 4%;
  }
}

.pc-banner .mySwipera .bant .wh {
  width: 100%;
}

.pc-banner .mySwipera .bant .swiper-button-next1 i, .pc-banner .mySwipera .bant .swiper-button-prev1 i {
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.pc-banner .mySwipera .bant .swiper-pagination1as {
  padding: 0 0.15em;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  border-radius: .375rem;
  margin: 0 0.35rem;
  border: 1px solid #fff;
  background: transparent;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span.swiper-pagination-bullet-active {
  width: 1.5625rem;
  background: #fff;
}

.sy_ban-srv {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .sy_ban-srv {
    display: none;
  }
}

.sy_ban-srv .sy-ban-a1 {
  width: 86.45833%;
  background: #F1F2F4;
  height: 6.875rem;
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top {
  margin-left: 15.66265%;
}

@media (max-width: 1366px) {
  .sy_ban-srv .sy-ban-a1 .txtScroll-top {
    margin-left: 5.78125%;
  }
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top ul li a {
  display: block;
  color: #4F4F4F;
  font: 500 1.25rem/6.875rem "sourcehansans";
  max-width: 80%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top ul li a:hover {
  color: #f1ae39;
}

.sy_ban-srv .sy-ban-a2 {
  width: 13.54167%;
  position: relative;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-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);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  right: 3.85417%;
  width: 1.0625rem;
  bottom: 7%;
  z-index: 99;
}

.kajjt img.a {
  width: 100%;
  margin: 0 auto;
}

.input-group-btn img{
        width: 9rem;
}
.form-control{
    border-radius: 1.6875rem;
    height: 3.125rem;
    padding: 0 1.5em;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 7%;
  }
  .kajjt img.a {
    width: 2.5rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -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);
}

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fanga: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);
}

.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);
}

.titlea1 {
  text-align: center;
}

.titlea1 .ta1 {
  color: #212121;
  font: 600 2.8125rem/1.2em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .titlea1 .ta1 {
    font-size: 1.8rem;
  }
}

.titlea1 .ta2 {
  color: #212121;
  font: 600 1.8125rem/1.8em "sourcehansans";
  text-transform:uppercase;
  margin-top:0.2rem;
}

@media (max-width: 768px) {
  .titlea1 .ta2 {
    font-size: 1.4rem;
  }
}

.titlea1 .ta3 {
  color: #534E4E;
  font-size: 1rem;
  line-height:1.8rem;
  font-family: "sourcehansans";
  padding: 1.8em 8.57143% 0.8em 8.57143%;
}

@media (max-width: 768px) {
  .titlea1 .ta3 {
    font-size: 1rem;
    padding: 0.8em 3%;
  }
}

.titlea1.bs .ta1, .titlea1.bs .ta2, .titlea1.bs .ta3 {
  color: #fff;
}



.title1 .tit1 {
  color: #d60a22;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.title1 .tit2 {
  color: #434343;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .title1 .tit2 {
    font-size: 1.8rem;
  }
}
.title1.ta {
  text-align: center;
}
.title1.bs .tit2 {
  color: #fff;
}


.gongt-jt > div {
  background: #fff;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gongt-jt > div i {
  color: #D0D0D0;
  font-size: 1rem;
}
.gongt-jt > div:hover {
  background: #f1ae39;
  border-color: #f1ae39;
}
.gongt-jt > div:hover i {
  color: #fff;
}


.cont1 {
  background: #fff;
  padding: 6.0625rem 0 4.25rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .title1 {
  width: 30%;
}
@media (max-width: 768px) {
  .cont1 .title1 {
    width: 100%;
  }
}
.cont1 .p1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .p1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.a1_v1 {
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .a1_v1 {
    margin-top: 1.5rem;
  }
}
.a1_v1 .mySwiper1 {
  padding: 1rem;
  margin: 0 -1rem;
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont {
  background: #FFFFFF;
  /*border-radius: 1.875rem;*/
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont .imgdt {
  /*-webkit-mask-image: url(../images/service-mask-img.svg);
          mask-image: url(../images/service-mask-img.svg);*/
  -webkit-mask-size: cover;
          mask-size: cover;
		  padding:30px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont .imgdt img {
  width: 100%;
  /*aspect-ratio: 381/348;
  -o-object-fit: cover;
     object-fit: cover;*/
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont .tit {
  color: #888888;
  font-size: 1rem;
  padding: 2.1875rem 1em 2rem;
}
@media (max-width: 768px) {
  .a1_v1 .mySwiper1 .swiper-slide a.img-cont .tit {
    font-size: 1.125rem;
    padding: 1rem 1em 1.5rem;
  }
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont:hover {
  background: #f1ae39;
}
.a1_v1 .mySwiper1 .swiper-slide a.img-cont:hover .tit {
  color: #FFFFFF;
}
.a1_v1 .a1_v1c1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1c1 {
    margin-top: 1.5rem;
  }
}
.a1_v1 .a1_v1c1 .swiper-pagination {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: rgba(136, 136, 136, 0.2);
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1c1 .swiper-pagination {
    height: 1px;
  }
}
.a1_v1 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #f1ae39;
  height: 5px;
  top: -2px;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -1px;
  }
}
.a1_v1 .a1_v1c1 .gongt-jt .swiper-button-next1 {
  margin-left: 1rem;
}



.cont2 .a2v1 {
  background: #f0f0f0;
}
.cont2 .a2v1 .a2b1 {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 img {
  width: 100%;
}
.cont2 .a2v1 .a2b2 {
  width: 50%;
  padding: 4rem var(--cbasta) 4rem 5%;
}
@media (max-width: 1366px) {
  .cont2 .a2v1 .a2b2 {
    padding: 2rem 5.78125% 2rem 5.9895833333%;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    padding: 2rem 4%;
    width: 100%;
  }
}
.cont2 .a2v1 .a2b2 .p1 {
  margin-top: 1rem;
}
.cont2 .a2v1 .a2b2 .a2b2c1 li {
  margin-top: 2rem;
  --asjt:6rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2c1 li {
    margin-top: 1rem;
    --asjt:3.5rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .img {
  width: var(--asjt);
  height: var(--asjt);
  background: var(--color-zt);
  border-radius: 50%;
  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;
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .img img {
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p {
  width: -webkit-calc(96% - var(--asjt));
  width: -moz-calc(96% - var(--asjt));
  width: calc(96% - var(--asjt));
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p {
    width: 100%;
    margin-top: 0.65rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p .tit {
  color: #888888;
  font-size: 1.25rem;
  font-weight: 700;
}






.cont3 {
  position: relative;
}

.cont3 .a3_v1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.cont3 .a3_v1 li {
  width: 100%;
  height: 100%;
}

.cont3 .a3_v1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont3 .a3_v2 .titlea1 {
  text-align: left;
  padding: 10rem 0 6.875rem 31.78571%;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .titlea1 {
    padding: 4rem 0;
  }
}

.cont3 .a3_v2 .titlea1 .ta3 {
  padding: 0.8em 0 1.5em;
  text-align: justify;
}

.cont3 .a3_v3 {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 {
    background: rgba(0, 103, 200, 0.9);
  }
}

.cont3 .a3_v3::after {
  content: "";
  width: 68.22917%;
  height: 100%;
  background: rgba(0, 103, 200, 0.9);
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .cont3 .a3_v3::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 {
  margin-left: 30.78571%;
  position: relative;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 {
    margin-left: 0;
  }
}

.cont3 .a3_v3 .a3b3a1::after {
  content: "";
  display: block;
  position: absolute;
  left: -6.9%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 4%;
  height: 80%;
  -webkit-transform: skew(-30.05deg, 0deg);
     -moz-transform: skew(-30.05deg, 0deg);
      -ms-transform: skew(-30.05deg, 0deg);
       -o-transform: skew(-30.05deg, 0deg);
          transform: skew(-30.05deg, 0deg);
}

@media (max-width: 1680px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-28deg, 0deg);
       -moz-transform: skew(-28deg, 0deg);
        -ms-transform: skew(-28deg, 0deg);
         -o-transform: skew(-28deg, 0deg);
            transform: skew(-28deg, 0deg);
  }
}

@media (max-width: 1366px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-26deg, 0deg);
       -moz-transform: skew(-26deg, 0deg);
        -ms-transform: skew(-26deg, 0deg);
         -o-transform: skew(-26deg, 0deg);
            transform: skew(-26deg, 0deg);
    left: -1.5%;
  }
}

@media (max-width: 1024px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-23deg, 0deg);
       -moz-transform: skew(-23deg, 0deg);
        -ms-transform: skew(-23deg, 0deg);
         -o-transform: skew(-23deg, 0deg);
            transform: skew(-23deg, 0deg);
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 dl {
  text-align: center;
  padding: 3rem 0;
  width: 25%;
  position: relative;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl {
    padding: 1.6rem 0;
  }
}

.cont3 .a3_v3 .a3b3a1 dl + dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skew(-30.05deg, 0deg);
     -moz-transform: skew(-30.05deg, 0deg);
      -ms-transform: skew(-30.05deg, 0deg);
       -o-transform: skew(-30.05deg, 0deg);
          transform: skew(-30.05deg, 0deg);
}

@media (max-width: 1680px) {
  .cont3 .a3_v3 .a3b3a1 dl + dl::after {
    -webkit-transform: skew(-28deg, 0deg);
       -moz-transform: skew(-28deg, 0deg);
        -ms-transform: skew(-28deg, 0deg);
         -o-transform: skew(-28deg, 0deg);
            transform: skew(-28deg, 0deg);
  }
  #menu .nav_a1 li > a{
      padding: 0 1rem;
  }
}

@media (max-width: 1366px) {
  .cont3 .a3_v3 .a3b3a1 dl + dl::after {
    -webkit-transform: skew(-26deg, 0deg);
       -moz-transform: skew(-26deg, 0deg);
        -ms-transform: skew(-26deg, 0deg);
         -o-transform: skew(-26deg, 0deg);
            transform: skew(-26deg, 0deg);
  }
}

@media (max-width: 1024px) {
  .cont3 .a3_v3 .a3b3a1 dl + dl::after {
    -webkit-transform: skew(-23deg, 0deg);
       -moz-transform: skew(-23deg, 0deg);
        -ms-transform: skew(-23deg, 0deg);
         -o-transform: skew(-23deg, 0deg);
            transform: skew(-23deg, 0deg);
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl + dl::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 dl dt {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl dt {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.cont3 .a3_v3 .a3b3a1 dl dt img {
  width: 70%;
}

.cont3 .a3_v3 .a3b3a1 dl dd {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl dd {
    font-size: 1rem;
  }
}

.cont3 .a3_v3 .a3b3a1 dl.on dt {
  background: #fff;
}

.cont3 .a3_v3 .a3b3a1 dl.on dt img {
  -webkit-filter: invert(36%) sepia(100%) saturate(6561%) hue-rotate(199deg) brightness(94%) contrast(100%);
          filter: invert(36%) sepia(100%) saturate(6561%) hue-rotate(199deg) brightness(94%) contrast(100%);
}

.cont4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.5rem 0 2.875rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}

.cont4 .a4_v1 .mySwiper1 {
  position: relative;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .img {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.cont4 .a4_v1 .mySwiper1 .img img {
  width: 100%;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.cont5 {
  background: url(../images/about_bg.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 5.0625rem 0 10.8125rem;
  position: relative;
}

.cont5 .more-msl{ margin-top:3rem;}

@media (max-width: 768px) {
  .cont5 {
    padding: 2rem 0 10rem;
  }
}

.cont5 .a5_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1.5rem;
  }
}

.cont5 .a5_v1 dl {
  width: 25%;
  text-align: center;
}

.cont5 .a5_v1 dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .cont5 .a5_v1 dl + dl {
    border-left: none;
  }
  .cont5 .a5_v1 dl:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.cont5 .a5_v1 dl a {
  padding: 2.875rem 0 4.125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl a {
    padding: 1.5rem 0;
  }
}

.cont5 .a5_v1 dl a:hover {
  background: rgba(0, 103, 200, 0.9);
}

.cont5 .a5_v1 dl .img {
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl .img {
    width: 4rem;
  }
}

.cont5 .a5_v1 dl .img img {
  width: 100%;
}

.cont5 .a5_v1 dl dt {
  color: #FFFFFF;
  font: 600 1.375rem/1.6em "sourcehansans";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl dt {
    font-size: 1.2rem;
    margin-top: 0.45em;
  }
}

.cont5 .a5_v1 dl dd {
  color: #FFFFFF;
  font: 500 .875rem/1.6em "montserrat";
  text-transform: uppercase;
}

.cont5 .a5_v2 {
  position: absolute;
  left: 0;
  bottom: -17%;
  width: 100%;
  z-index: 9;
}

.cont5 .a5_v2 .a5_v2a1 {
  background: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl {
  width: 20%;
  text-align: center;
  padding: 4.125rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl {
    padding: 1rem 0;
    width: 33%;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl dt {
  color: #f1ae39;
  font: 600 3.125rem/1.3em "montserrat";
}

.cont5 .a5_v2 .a5_v2a1 dl dt sup {
  font: 600 1.875rem/1em "montserrat";
  vertical-align: top;
  top: 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl dt {
    font-size: 2rem;
  }
  .cont5 .a5_v2 .a5_v2a1 dl dt sup {
    font-size: 1.125rem;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl dd {
  color: #534E4E;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl dd {
    font-size: 1rem;
  }
}

.cont6 {
  padding-top: 10rem;
  padding-bottom: 4.25rem;
}

@media (max-width: 768px) {
  .cont6 {
    padding-top: 9rem;
    padding-bottom: 2rem;
  }
}

.cont6 .a6_v1 {
  position: relative;
  z-index: 1;
  padding: 3.875rem 0 0;
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 {
    padding: 0;
    margin-top: 1.5rem;
  }
}

.cont6 .a6_v1::after {
  content: "";
  display: block;
  width: 55.83333%;
  background: #EEF6FD;
  height: 96%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .cont6 .a6_v1::after {
    display: none;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 {
  width: 38.28571%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 {
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1::after {
  content: "";
  width: 1px;
  height: 83%;
  background: #D1D1D1;
  position: absolute;
  left: 0.9rem;
  top: 2%;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1::after {
    left: 0.6rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li {
  padding-left: 3.9375rem;
  margin-bottom: 1rem;
  height: 5.2rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li {
    padding-left: 2.5rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li::after {
    width: 1.35rem;
    height: 1.35rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li a.name {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li span {
  display: block;
  color: #999999;
  font: 500 .875rem/1.5em "montserrat";
  margin-top: 0.4em;
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li:hover::after {
  background: url(../images/qua2.png) no-repeat center #fff;
  -o-background-size: 1rem 1rem;
     background-size: 1rem 1rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li:hover::after {
    -o-background-size: 0.6rem 0.6rem;
       background-size: 0.6rem 0.6rem;
    background-position: 52%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li:hover a.name {
  color: #f1ae39;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 {
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl a.img {
  display: block;
  font-size: 0;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl a.img img {
  width: 100%;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont {
  width: 89.71429%;
  margin: -10% auto 0;
  background: url(../images/bjasd1.svg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 1.2rem 15% 1.2rem 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont {
    background: #f1ae39;
    padding: 1.2rem;
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont a.name {
  display: block;
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont a.name {
    font-size: 1.125rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont span {
  color: #FFFFFF;
  font: 500 .875rem/1.5em "sourcehansans";
  display: block;
  padding: 0.2em 0;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont dd {
  color: #FFFFFF;
  font: 500 .875rem/1.5em "sourcehansans";
}

.cont7 {
  background: url(../images/heng1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4rem 0 3.125rem;
}

@media (max-width: 768px) {
  .cont7 {
    padding: 2rem 0;
  }
}

.cont7 .title_a7 {
  text-align: center;
  color: #fff;
}

.cont7 .title_a7 .titl_a1 {
  font: 600 1.875rem/1.5em "sourcehansans";
  text-transform:uppercase
}

@media (max-width: 768px) {
  .cont7 .title_a7 .titl_a1 {
    font-size: 1.4rem;
  }
}

.cont7 .title_a7 .titl_a2 {
  font: 0 1.125rem/1.5em "sourcehansans";
  margin-top: 0.25em;
  text-transform:capitalize;
}

@media (max-width: 768px) {
  .cont7 .title_a7 .titl_a2 {
    font-size: 1rem;
  }
}

.cont7 .title_a7 a.more-msl {
  margin-top: 1rem;
}

.foot-fot {
  position: relative;
  background: #222222;
  border-top: .25rem solid #f1ae39;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.625rem 0 2.5rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dseca {
  margin-top: 1em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .fo-a3 form {
  border: 1px solid #C9C9C9;
  border-radius: 1.5625rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  width: 21.25rem;
  padding: .25rem;
}

.foot-fot .foota1 .fo-a3 form input {
  font: 500 1rem/2.1875rem "sourcehansans";
  text-indent: 1em;
  background: transparent;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form button {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  position: absolute;
  right: .25rem;
  top: .25rem;
  border: none;
  background: #f1ae39;
  border-radius: 50%;
}

.foot-fot .foota1 .fo-a3 form button img {
  width: 47%;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    display: none;
  }
}

.foot-fot .foota2 .fo_sdhgt2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5em 0;
}

.foot-fot .foota2 .fo_sdhgt2 .foot-tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl {
  margin-right: 1.5em;
}


@media (max-width: 1680px) {
  .foot-fot .foota2 .fo_sdhgt2 .dseca dl:nth-of-type(3) {
	  margin-top:1.2rem;
	  }
}


.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt {
  width: 2.0625rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt img {
  width: 100%;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dd {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/1.8em "sourcehansans";
  margin-left: 0.6em;
}

.foot-fot .foota2 .fo_sdhgt2 .social-share .social-share-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 1.1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .fo_a2a2 {
  margin-right: 7%;
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1rem/1.5em "sourcehansans";
}

.foot-fot .foota3 .wh {
  position: relative;
  z-index: 1;
}

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .foot-fot .foota3 .wh .foota2-v1 {
    border-top: none;
  }
}

.foot-fot .foota3 .wh .foota2-v1 .links {
  color: rgba(255, 255, 255, 0.2);
  font: 500 .875rem/1.5em "sourcehansans";
}

.foot-fot .foota3 .wh .foota2-v1 .links a {
  color: rgba(255, 255, 255, 0.2);
}

.foot-fot .foota3 .wh .foota2-v1 .links a:hover {
  color: #fff;
}

.foot-fot .foota3 .wh .foota2-v1 .p {
  color: rgba(255, 255, 255, 0.4);
  font: 500 .875rem/1.5em "sourcehansans";
  /*margin-top: 1.5em;*/
}

.foot-fot .foota3 .wh .foota2-v1 .p a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-fot .foota3 .wh .foota2-v1 .p a:hover {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.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;
  z-index: 2;
}

.zd_erha .aat_list li.xcx .cbl-cont{
    width: 8rem;
}

.zd_erha .aat_list li:nth-of-type(1) .cbl-cont {
	width:10rem;
	
	}
	
.zd_erha .aat_list li:nth-of-type(2) .cbl-cont {
	width:17.5rem;
	
	}	

.zd_erha .aat_list li .cbl-cont {
  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;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
   -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
       transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
}

.zd_erha .aat_list li.fc:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: white;
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a i img {
  height: 1.875rem;
}

.zd_erha li > a:hover {
  background: #f1ae39;
}

.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(92deg) brightness(108%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(92deg) brightness(108%) contrast(102%);
}

.nbanner {
  overflow: hidden;
}

@media (min-width: 990px) {
  .nbanner .img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 40%;
  }
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.8125rem/1.42em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 1.5rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 600 2.8125rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p {
    font-size: 1.25rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 1.625rem/1.45em "sourcehansans";
  padding: 0.05em 10% 0;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1rem;
  }
}

.nbanner .fo-av {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .nbanner .fo-av {
    position: static;
    background: #000;
  }
  .nbanner .fo-av .wh {
    overflow-x: auto;
  }
}

.nbanner .banner-cont .ajhhsd {
  color: rgba(255, 255, 255, 1);
  font: 500 1rem/2.4375rem "sourcehansans";
  padding: 0;
}

@media (max-width: 768px) {
  .nbanner .banner-cont .ajhhsd {
    line-height: 1.5em;
    padding: 1.1em 0;
    display: none1;
  }
}

.nbanner .banner-cont .ajhhsd span:last-child {
  display: none;
}

.nbanner .banner-cont .ajhhsd a {
  color: rgba(255, 255, 255, 1);
}

.nbanner .banner-cont .ajhhsd a:hover {
  color: #fff;
}

.n_mbx {
  position: relative;
}

.n_mbx2{ display:none; background:#f1ae39}

@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
  }
}

.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li + li {
  margin-left: 2.1875rem;
}

.n_mbx .n_src li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 600 1.125rem/4.4375rem "sourcehansans";
  position: relative;
  text-transform: uppercase;
}

.n_mbx2 .n_src li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 600 1rem/2.4375rem "sourcehansans";
  position: relative;
  text-transform:capitalize;
}

.n_mbx2 .n_src li a:hover{ color:#fff !important;}


.n_mbx2 .n_src li.active a{color: rgba(255, 255, 255, 1) !important;}


@media (max-width: 768px) {
  .n_mbx2 {
    position: static;
    background: #000;
  }
  .n_mbx2 .wh {
    overflow-x: auto;
  }
}



@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 1.5em;
    padding: 0.8em 0;
  }
}

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #47a4fb;
}

.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: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.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: #f1ae39;
  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: #f1ae39;
  border-color: #f1ae39;
  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: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}



.pager .page-num-current{ 
  border-color: #f1ae39;
  color: #fff;
  background: #f1ae39;
  }
  
.pager li:nth-child(2){ width:auto!important; border:none;}
  
.pager .page-num{
	float:left !important;
	display:block;
	width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}


.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.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;
}

.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #f1ae39;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  background: url(../images/bjas1.jpg) no-repeat center top;
  -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: #f1ae39;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.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%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@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 span {
  color: #f1ae39;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/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;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "sourcehansans";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-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;
}

.ny-tit {
  color: #251816;
}

.ny-tit .en {
  font: 600 2rem/1.35em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ny-tit .en {
    font-size: 1.5rem;
  }
}

.ny-tit .name {
  font: 600 2.8125rem/1.35em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-tit .name {
    font-size: 1.7rem;
  }
}

.ny-tit .text {
  color: #534E4E;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .ny-tit .text {
    font-size: 1rem;
  }
}

.ny-tit.bs {
  color: #fff;
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 5.8125rem;
  margin-top: -5.8125rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}



.abt-cont1,
.manu-cont1{
  padding: 4.125rem 0 4.875rem;
  background:#fff;
}

.manu-img{ padding:3rem 4rem 0 4rem;}
.manu-img img{ margin-bottom:2rem;}

@media (max-width: 768px) {
  .abt-cont1,
  .manu-cont1 {
    padding: 2rem 0;
  }
  
  .manu-img{ padding:0}
}
.abt-cont1 .p1 {
  padding: 0rem 0 3rem;
}

.abt-cont1 .p1 p{
	/*text-indent:2em;*/
	margin-bottom:1rem;
	line-height:1.8rem;
	color:#666
}
@media (max-width: 768px) {
  .abt-cont1 .p1 {
    padding: 0rem 0 1.5rem 0;
  }
}

.abt-cont1 .gong-p{ padding-right:2rem;}
@media (max-width: 768px) {
  .abt-cont1 .gong-p{ padding-right:0;}
}

.abt-cont1 .abt_a1list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1list1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.abt-cont1 .abt_a1list1 li img {
  width: 100%;
}
.abt-cont1 .a2_v2 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 {
    margin-top: 1.8rem;
  }
}
.abt-cont1 .a2_v2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.75rem 0;
  }
}
.abt-cont1 .a2_v2 li .data {
  color: #f1ae39;
  font-size: 1.625rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 li .data {
    font-size: 1.125rem;
  }
}
.abt-cont1 .a2_v2 li .data span {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 li .data span {
    font-size: 2.5rem;
  }
}
.abt-cont1 .a2_v2 li .data sup {
  font-size: 1.875rem;
  vertical-align: top;
  top: auto;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 li .data sup {
    font-size: 1.35rem;
  }
}
.abt-cont1 .a2_v2 li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a2_v2 li p {
    margin-top: 0.5rem;
  }
}

.ny-title {
  text-align: center;
  color: #1E1E1E;
  font-size: 3.8125rem;
  line-height: 0.825em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ny-title {
    font-size: 2rem;
  }
}
.ny-title .entit {
  color: transparent;
  -webkit-text-stroke: 0.5px rgba(0,0,0,0.3);
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 3.125rem;
  line-height: 1.2em;
}


.ny-title .tit{ position:relative;color:#f1ae39; text-transform:uppercase; top:-2.2rem;font-size:2.8125rem;}
@media (max-width: 768px) {
  .ny-title .tit {
   font-size:1.8125rem;
   top:-1rem;
  }
}

@media (max-width: 480px) {
  .ny-title .tit {
   font-size:1rem;
   top:-1rem;
  }
}


.next1a, .prev1a {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  outline: none;
  background: #fff;
}

@media (max-width: 768px) {
  .next1a, .prev1a {
    margin-left: 0;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

.next1a i, .prev1a i {
  color: #534E4E;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .next1a i, .prev1a i {
    font-size: .875rem;
  }
}



.n-content {
  padding: 4rem 0 1rem;
  background:#f8f8f8
}
@media (max-width: 768px) {
  .n-content {
    padding: 2rem 0 0.5rem;
  }
}


.zzry-list {
  margin: 0rem -1.5% 0 -1.5% !important;
}
@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}
@media (max-width: 768px) {
  .zzry-list {
    margin-top: 1.5rem;
  }
}
.zzry-list li {
  width: 25%;
  padding: 0 0.5% !important;
	margin-top:0 !important;
  
}



.honor li {
  width: 25%;
  padding: 0 0.5%;
  
}

.zzry-list li p{ text-align:center; font-size:1.175rem;}


@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}
@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%
  }
  .zzry-list li p{ font-size:1rem;}
  .honor li{width: 50%;}
}

@media (max-width: 480px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 100% !important;
  }
  .honor li{width: 100%;}
}

.zzry-list li a.block {
  display: block;
}
.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  /*border-radius: 1.25rem;*/
}
.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zzry-list li a.block .img img {
  width: 100%;
}
.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}


.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.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);
}


.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;
}

.title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.375rem;
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 1440px) {
  .title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  }
@media (max-width: 990px) {
	 .title {
    font-size: 30px;
    line-height: 40px;
  }
	}

@media (max-width: 768px) {
	 .title {
    font-size: 24px;
    line-height: 32px;
  }
	}


.jjfa-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jjfa-cont1 {
    margin-top: 2rem;
  }
}

.jjfa-cont1 .img {
  padding: 2rem 0;
  margin-top: 2.1875rem;
}

.jjfa-cont1 .img .heng img {
  width: 100%;
}

.jjfa-cont1 .img a.sp {
  width: 2.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont1 .img a.sp {
    width: 2.1rem;
  }
}

.jjfa-cont1 .img a.sp img {
  width: 100%;
}

@media (max-width: 768px) {
  .jjfa-cont1 .img {
    padding: 1rem 0;
    margin-top: 1.25rem;
  }
}

.jjfa-cont1 .img::after {
  content: "";
  width: 26.85714%;
  position: absolute;
  left: 3%;
  top: 0;
  height: 100%;
  background: #f1ae39;
  z-index: -1;
}

.jjfa-cont2 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .jjfa-cont2 {
    margin-top: 2rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 {
  margin: 0 -2.5%;
  margin-top: 1rem;
}

.jjfa-cont2 .jjfa-a2_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  padding: 0 2.5%;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    margin-top: 1rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl .img {
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl .img {
    width: 3.5rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl dt {
  text-align: center;
  color: #252323;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl dt {
    font-size: 1.125rem;
    padding: 0.4em 0;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl dd {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl dd {
    font-size: 1rem;
  }
}

.jjfa-cont3 {
  background: #F5F5F5;
  padding: 5.25rem 0 4.25rem;
  margin-top: 5.3125rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.jjfa-cont3 .mySwiper5 {
  margin-top: 2.6rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 {
    margin-top: 1.25rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a {
  display: block;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a .img {
  width: 100%;
  background: #D9D9D9;
  padding: 1.625rem 0;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a .img img {
  height: 15.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-slide a.a .img img {
    height: 8rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl {
  text-align: center;
  color: #353535;
  position: relative;
  padding: 0.9rem 0;
  border-bottom: .125rem solid #D9D9D9;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  height: 0.125rem;
  background: #f1ae39;
  width: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl dd {
  font: 500 1rem/1.6em "sourcehansans";
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl dt {
  font: 500 1rem/1.6em "sourcehansans";
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a:hover dl {
  color: #f1ae39;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a:hover dl::after {
  width: 100%;
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.jjfa-cont4 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 {
    margin-top: 2.2rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 {
    margin-top: 1.25rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 {
  width: 49%;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 {
    width: 100%;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a {
  display: block;
  position: relative;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .img {
  width: 100%;
  font-size: 0;
  padding-bottom: 70.26239%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  padding: 0.9em 1.5em;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont span {
  font: 500 .875rem/1.4em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont .name {
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont .name {
    font-size: 1rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 {
  width: 49%;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 {
    width: 100%;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li {
  width: 47.81341%;
  background: #F6F6F6;
  padding: 1.75rem 1.7rem 0;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:nth-child(n+3) {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li {
    padding: 1.6rem 1.25rem;
    margin-top: 1rem;
  }
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li span {
  display: block;
  color: #817F7F;
  font: 500 .875rem/1.4em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li a.name {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin: 0.5em 0 0.75em;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li .p-cont {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:hover a.name {
  color: #f1ae39;
}

.jjfa-cont5 {
  background: url(../images/bj6.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.625rem 0 7.5rem;
}

@media (max-width: 768px) {
  .jjfa-cont5 {
    padding: 2rem 0;
    margin-top: 2.5rem;
  }
}

.jjfa-cont5 form {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .jjfa-cont5 form {
    margin-top: 0.7rem;
  }
}

.jjfa-cont5 form .msg-a1 .inpt {
  width: 32.28571%;
  margin-top: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a1 .inpt {
    width: 100%;
  }
}

.jjfa-cont5 form .msg-a1 .inpt .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
}

.jjfa-cont5 form .msg-a1 .inpt .text span {
  color: #F50000;
}

.jjfa-cont5 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
}

.jjfa-cont5 form .msg-a2 {
  margin-top: 1.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a2 {
    margin-top: 1rem;
  }
}

.jjfa-cont5 form .msg-a2 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
}

.jjfa-cont5 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
  border-radius: .9375rem;
  padding: 1em 1.5em;
}

.jjfa-cont5 .div_aghgha {
  margin-top: 1rem;
}

.jjfa-cont5 .div_aghgha .more-msl {
  background: #f1ae39;
  border-color: #f1ae39;
  color: #fff;
}

.jjfa-cont5 .div_aghgha .more-msl::before {
  background: #111;
}

.jjfa-cont5 .div_aghgha .more-msl:hover {
  border-color: #111;
}

.hyyy-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 {
    margin-top: 2rem;
  }
}

.hyyy-cont1 .img {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 .img {
    margin-top: 1rem;
  }
}

.hyyy-cont1 .img .heng {
  width: 100%;
}

.hyyy-cont1 .img .heng img {
  width: 100%;
}

.hyyy-cont1 .img::after {
  content: "";
  width: 89.71429%;
  background: #f1ae39;
  height: 2.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.125rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 .img::after {
    height: 1rem;
    bottom: -1rem;
  }
}

.hyyy-cont2 {
  background: url(../images/bj7.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.75rem 0;
}

@media (max-width: 768px) {
  .hyyy-cont2 {
    padding: 2.2rem 0;
  }
}

.hyyy-cont2 .mySwiper6 {
  margin-top: 2.375rem;
  position: relative;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 {
    margin-top: 1.4rem;
  }
}

.hyyy-cont2 .mySwiper6 a.a .img {
  width: 100%;
  overflow: hidden;
}

.hyyy-cont2 .mySwiper6 a.a .img img {
  width: 100%;
}

.hyyy-cont2 .mySwiper6 a.a dl {
  background: #fff;
  padding: 1em 6% 2em;
}

.hyyy-cont2 .mySwiper6 a.a dl dt {
  color: #252323;
  font: 600 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 a.a dl dt {
    font-size: 1.125rem;
  }
}

.hyyy-cont2 .mySwiper6 a.a dl dd {
  color: #5E5D5D;
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 a.a dl dd {
    height: 3em;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.jsfw-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jsfw-cont1 {
    margin-top: 2.2rem;
  }
}

.jsfw-cont1 a.more-msl {
  margin-top: 2.6875rem;
}

@media (max-width: 450px) {
  .jsfw-cont1 a.more-msl {
    margin-top: 1.35rem;
  }
}

.jswz-list {
  margin: 0 -1%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .jswz-list {
    margin-top: 0.6rem;
  }
}

.jswz-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 1.6875rem;
}

@media (max-width: 768px) {
  .jswz-list li {
    width: 50%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .jswz-list li {
    width: 100%;
  }
}

.jswz-list li .cont {
  background-color: #F6F6F6;
  padding: 1.5625rem 7% 3.625rem;
}

@media (max-width: 768px) {
  .jswz-list li .cont {
    padding: 1.25rem 7% 2rem;
  }
}

.jswz-list li .cont .teda {
  color: #DDDDDD;
  font: 500 1.25rem/1.25em "sourcehansans";
}

.jswz-list li .cont .teda b {
  font: 500 3.125rem/1.25em "sourcehansans";
  color: #999;
}

@media (max-width: 768px) {
  .jswz-list li .cont .teda b {
    font-size: 2rem;
  }
}

.jswz-list li .cont .teda span {
  font: 500 1.125rem/1.25em "sourcehansans";
  color: #999;
}

.jswz-list li .cont a.name {
  color: #252323;
  font: 500 1.5rem/1.4em "sourcehansans";
  margin: 0.5em 0;
  height: 2.8em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .jswz-list li .cont a.name {
    font-size: 1.25rem;
  }
}

.jswz-list li .cont .text {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: justify;
}

.jswz-list li:hover .cont {
  background: #f1ae39;
}

.jswz-list li:hover .cont .teda, .jswz-list li:hover .cont b, .jswz-list li:hover .cont span, .jswz-list li:hover .cont a.name, .jswz-list li:hover .cont .text {
  color: #fff;
}

.jsfw-cont2 {
  padding: 3.5rem 0 5.9375rem;
}

@media (max-width: 768px) {
  .jsfw-cont2 {
    padding: 2rem 0 2.2rem;
  }
}

.jsfw-cont2 a.more-msl {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .jsfw-cont2 a.more-msl {
    margin-top: 1.5rem;
  }
}

.down-list {
  margin-top: 0.7rem;
}

.list_content1{ padding-bottom:4rem;}

.down-list li {
  width: 49%;
  background: #F6F6F6;
  padding: 2.3%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .down-list li {
    width: 100%;
    padding: 3%;
    margin-top: 1rem;
  }
}

.down-list li .down-a1 {
  width: 19.24198%;
}

@media (max-width: 768px) {
  .down-list li .down-a1 {
    width: 25%;
  }
}

.down-list li .down-a1 img {
  width: 100%;
}

.down-list li .down-a2 {
  width: 75.13994%;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .down-list li .down-a2 {
    width: 70%;
  }
}

.down-list li .down-a2 dt {
  color: #252323;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.down-list li .down-a2 span {
  display: block;
  color: #252323;
  font: 600 .875rem/1.5em "montserrat";
  text-transform: uppercase;
}

.down-list li .down-a2 dd {
  color: #252323;
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 0.6em;
}

.down-list li .down-a2 a.a {
  background: #fff;
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem;
  border-radius: 50%;
  margin-top: .9375rem;
}

@media (max-width: 768px) {
  .down-list li .down-a2 a.a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: 0;
  }
}

.down-list li .down-a2 a.a img {
  width: 50%;
}

.down-list li .down-a2 a.a:hover {
  background: #f1ae39;
}

.down-list li .down-a2 a.a:hover img {
  -webkit-filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(322deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(322deg) brightness(108%) contrast(101%);
}

.xw-ss-bj {
  margin-top: 2rem;
}

.xw-ss-bj form {
  border-top: 1px solid #D3D4D4;
  border-bottom: 1px solid #D3D4D4;
  padding: 1.25rem 0;
}

@media (max-width: 768px) {
  .xw-ss-bj form {
    padding: 0.5rem 0;
  }
}

.xw-ss-bj form select {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
  height: 3rem;
  width: 3.4em;
  border: none;
  background: url(../images/aghghx1.svg) no-repeat scroll 100% center transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -o-background-size: .875rem auto;
     background-size: .875rem auto;
}

@media (max-width: 768px) {
  .xw-ss-bj form select {
    width: 4.5rem;
  }
}

.xw-ss-bj form .sskz {
  margin-left: 2%;
}

.xw-ss-bj form .sskz button {
  background: none;
  border: none;
  outline: none;
  width: 2.5rem;
  text-align: center;
}

.xw-ss-bj form .sskz button i {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
}

.xw-ss-bj form .sskz input {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
  width: 50vw;
  outline: none;
}

.xw-ss-bj form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #252323;
}

.xw-ss-bj form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #252323;
}

.xw-ss-bj form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #252323;
}

.xw-ss-bj form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252323;
}


.bg{ background:#fff;}

.news-list li {
  padding: 3%;
  background: #F6F6F6;
  margin-bottom: 2.1875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .news-list li {
    margin-top: 1rem;
  }
}

.news-list li .data {
  width: 11.42857%;
  text-align: center;
  color: #999999;
  border-right: 1px solid #DDDDDD;
}

@media (max-width: 640px) {
  .news-list li .data {
    display: none;
  }
}

.news-list li .data span {
  font: 500 3.125rem/1.125em "sourcehansans";
  display: block;
}

@media (max-width: 768px) {
  .news-list li .data span {
    font-size: 2rem;
  }
}

.news-list li .data p {
  font: 500 1.125rem/1.25em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .data p {
    font-size: 1rem;
  }
}

.news-list li .cont {
  width: 84.78572%;
}

@media (max-width: 640px) {
  .news-list li .cont {
    width: 100%;
  }
}

.news-list li .cont h2 a {
  display: block;
  color: #252323;
  font: 500 1.5rem/1.4em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont h2 a {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .news-list li .cont h2 a {
    font-size: 1.125rem;
  }
}

.news-list li .cont .p {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .news-list li .cont .p {
    margin-top: 0.5em;
  }
}

@media (max-width: 640px) {
  .news-list li .cont .p {
    margin-top: 0.2em;
  }
}

.news-list li a.img {
  width: 21.71429%;
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 15%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li a.img img {
  width: 100%;
}

.news-list li a.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 640px) {
  .news-list li a.img {
    width: 38%;
    padding-bottom: 25%;
  }
}

.news-list li:hover {
  background: #f1ae39;
}

.news-list li:hover .data, .news-list li:hover .cont h2 a, .news-list li:hover .cont .p {
  color: #fff;
}

.zxdt-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .zxdt-cont1 {
    margin-top: 2rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 {
    margin-top: 1rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl {
  background: #F6F6F6;
}

.zxdt-cont1 .zxdt-a1list1 dl a.img {
  display: block;
  width: 50%;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl a.img {
    width: 100%;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl a.img img {
  width: 100%;
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont {
  width: 50%;
  padding: 0 4%;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont {
    width: 100%;
    padding: 4%;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont span {
  display: block;
  color: #787777;
  font: 500 1rem/1.5em "montserrat";
  margin-bottom: 0.2em;
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name {
  color: #252323;
  font: 500 1.625rem/1.5em "sourcehansans";
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name:hover {
  color: #f1ae39;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name {
    font-size: 1.25rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont dd {
  color: #534E4E;
  font: 500 1rem/1.6em "sourcehansans";
  margin: 0.8em 0 1.45em;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont dd {
    margin: 0.5em 0 0.8em;
  }
}

.xw-show_bja {
  background: url(../images/bjas1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 9.875rem 0 4.8125rem;
  color: #fff;
}

@media (max-width: 990px) {
  .xw-show_bja {
    padding: 4rem 0;
  }
}

.xw-show_bja .date-a {
  font: 500 1rem/1.5em "montserrat";
}

.xw-show_bja .title-a {
  font: 600 2.5rem/1.3em "sourcehansans";
  padding: 0.25em 0 1.875rem;
}


.p_view {
  background: url(../images/bjas1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 9.875rem 0 4.8125rem;
  color: #fff;
}

@media (max-width: 990px) {
  .p_view {
    padding: 4rem 0;
  }
}



.p_view .title-a {
  font: 600 2.5rem/1.3em "sourcehansans";
  padding: 0.25em 0 1.875rem;
}


.p_view .date-a{  
color: rgba(255, 255, 255, 1);
  font: 500 1rem/2.4375rem "sourcehansans";
  padding: 0;
  }

@media (max-width: 768px) {
	
  .p_view .title-a{ font-size:1.5rem;}	
  .p_view .date-a {
    line-height: 1.5em;
    padding: 1.1em 0;
  }
}

.p_view .date-a a{ color:#fff;}
.p_view .date-a a:hover{color:#fff;}

@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}

.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 1rem/1.8em "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: #f1ae39;
  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: #f1ae39;
}

.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: #f1ae39;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li {
  width: 100%;
  margin-bottom:1rem;
}

.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 {
  color: #2F2A2A;
  font: 500 1.25rem/1.3em "sourcehansans";
}

@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: #f1ae39;
}

.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;
}

.lx-cont1 {
  padding-top: 4.5rem;
  background:#f8f8f8 !important;
}

@media (max-width: 768px) {
  .lx-cont1 {
    margin-top: 2rem;
  }
}

.lx-cont1 .lx_a1v1 #map {
  margin-top: 3.125rem;
  overflow: hidden;
  height: 27vw;
}

@media (max-width: 990px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 32vw;
  }
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 40vw;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 50vw;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 2.1875rem 3% 3rem 3%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 {
    position: static;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 4%;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 {
    padding: 6%;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 {
  color: #333;
  font: 600 1.5rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 {
    font-size: 1.25rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 span {
  display: block;
  font: 500 1.125rem/1.2em "montserrat";
  text-transform: capitalize;
  letter-spacing: .04rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 span {
    font-size: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 {
  margin-top: 0.2em;
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p {
  color: #333;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p {
    margin-top: 0.4em;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p img {
  width: 2.0625rem;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p img {
    width: 1.7rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p span {
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p span {
    font-size: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
  width: 8.375rem;
  text-align: center;
  color: #fff;
  font: 500 .875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
    width: 6rem;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
    margin-top: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 img {
  width: 100%;
  margin-bottom: 0.7em;
}



.product-center {
  padding:0rem 0 0;
}
.product-center .product-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top:1rem;
}
.product-center .product-ul li {
  width: 48%;
  margin: 1%;
  border: 1px solid #f8f8f8;
  background: #FCFCFC;
  padding: 1rem 1rem;
  cursor: pointer;
}
.product-center .product-ul li .overh {
  width:50%;
  overflow:hidden;
  display:block;
}
.product-center .product-ul li .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.product-center .product-ul li .re {
  width:48%;
}
.product-center .product-ul li .re .title {
  color: #000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
.product-center .product-ul li .re .title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}
.product-center .product-ul li .re .mios-p {
  color: #6D6D6D;
  margin-top: 0.725rem;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  /* 175% */
}

.product-center .p-more{ position:absolute;bottom:1rem;}
.product-center .more-msl{
	font: 500 0.925rem/2.125rem "sourcehansans";
  border-radius: 1.2625rem;
  text-transform:capitalize;
    width: 8rem;
	margin-top:1rem;
  }


.product-center .product-ul li:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.product-center .product-ul li:hover .title a {
  color: #f1ae39;
}

.product-list {
	padding:3rem 0 0rem 0;
}


@media (max-width: 1680px) {
	.product-center .product-ul li .re .mios-p {
  margin-top: 0.725rem;
  line-height: 1.35;
  /* 175% */
}
	
	}

@media (max-width: 1200px) {
	
	}

@media (max-width: 990px) {
  .product-center .product-ul li .overh {
    width: 100%;
  }
  .product-center .product-ul li .re {
    width: 100%;
    margin-top: 1rem;
  }
  
  .product-center .p-more{ position:relative; margin-top:2rem;}
}

@media (max-width: 768px) {
	 
  .product-list {
    padding-bottom: 3rem;
  }
  .product-center {
    padding: 3rem 0;
  }
 
  .product-center .product-ul li .re .mios-p {
    font-size: 0.925rem;
    line-height: 1.5;
  }
  .product-center .product-ul li .re .title {
    font-size: 1.125rem;
	margin-top:2rem;
  }
  .product-center .product-ul {
    margin-top: 1rem;
  }
  .product-center .product-ul li {
    width: 100%;
    margin: 1% 0;
  }
  .product-center .product-ul li .overh {
    width: 100%;
  }
  .product-center .product-ul li .re {
    width: 100%;
    margin-top: 0rem;
  }	
	}



/*.product-list li#cpa4 .cplb-tit, .product-list li#cpa6 .cplb-tit {*/
/*  display: none;*/
/*}*/

.ny-cp-content-show .jjfa-cont5 {
  margin-top: 0;
}

.cp-show-cont1 {
  background: url(../images/bj10.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 8rem 0 6.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 {
    padding: 2.4em 0 2rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 {
  width: 45%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 h2 {
  display: block;
  color: #252323;
  font: 600 2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 h2 {
    font-size: 1.5rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 h2 span {
  color: #f1ae39;
  font: 500 1.5rem/1.4em "montserrat";
  display: block;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 h2 span {
    font-size: 1.25rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 .p {
  color: #534E4E;
  font: 500 1rem/1.65em "sourcehansans";
  margin: 1.125rem 0 1.5rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 .p {
    margin: 0.7rem 0 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 {
  width: 40%;
}



@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 img {
  /*width: 100%;*/
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.cp-show-cont2 {
  background: url(../images/bj11.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.25rem 0 10.9375rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 {
    padding: 2rem 0;
  }
}

.cp-show-cont2 .cp-show-a2_list1 {
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 {
    margin-top: 1rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl {
  width: 23%;
  text-align: center;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl {
    width: 49%;
    margin-top: 1rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl dt {
  width: 5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl dt {
    width: 4.5rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl dt img {
  width: 100%;
}

.cp-show-cont2 .cp-show-a2_list1 dl dd {
  color: #fff;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 1.2em;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl dd {
    font-size: 1.125rem;
    margin-top: 0.7em;
  }
}

.cp-show-cont3 {
  padding: 2.5rem 0 4.0625rem;
}

.cp-show-cont3 .swiper-slide .fang{ border:1px solid #f8f8f8; overflow:hidden;}

@media (max-width: 768px) {
  .cp-show-cont3 {
    padding: 1rem 0;
  }
}

.cp-show-cont3 .cp-show-a3_list1 {
  margin-top: 1.875rem;
  position: relative;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 {
    margin-top: 1rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 dl {
  width: 100%;
  background: #f5f5f5;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 dl {
    border-radius: 0.7rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 dl img {
  width: 100%;
}

.cp-show-cont3 .cp-show-a3_list1 .text {
  text-align: center;
  color: #666;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.cp-show-cont4 {
  background: #F5F5F5;
  padding: 4.9375rem 0 4rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 {
    padding: 2rem 0;
  }
}

.cp-show-cont4 .paggs {
  overflow-x: auto;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 .paggs {
    margin-top: 1.5rem;
  }
}

.cp-show-cont4 .paggs table {
  color: #4D4C4C;
  min-width: 768px;
  text-align:center;
  margin-bottom:1rem;
}

.cp-show-cont4 .paggs p{ line-height:1.85rem; color:#666;}

.cp-show-cont4 .paggs table td{ padding:0.5rem 0;}

.cp-show-cont4 .paggs table tr:nth-child(1) {
  background: #f1ae39 !important;
  color: #fff;
  text-align: center;
}

.cp-show-cont4 .paggs table tr:nth-child(1) td {
  padding: 1rem 0;
}

.cp-show-cont4 .paggs table tr:nth-child(2n) {
  background: #FFFFFF;
}

.cp-show-cont4 .paggs table tr:nth-child(2n-1) {
  background: #F5F5F5;
}

.cp-show-cont5 {
  padding: 8rem 0 7.0625rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 {
    padding: 2rem 0;
  }
}

.cp-show-cont5 .mySwiper8 {
  position: relative;
  margin-top: 5.8rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 {
    margin-top: 2rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a {
  display: block;
  text-align: center;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a .img {
  width: 4.375rem;
  margin: 0 auto;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a .img img {
  width: 100%;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dt {
  color: #252323;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 1em 0 0.5em;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dt {
    font-size: 1.125rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dd {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dd {
    font-size: 1rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f1ae39;
}

.zzry-list {
  margin: 0 -2%;
  margin-top: 3rem;
}

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}

@media (max-width: 768px) {
  .zzry-list {
    margin-top: 1.5rem;
  }
}

.zzry-list li {
  width: 25%;
  padding: 0 2%;
  margin-top: 1.4rem;
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

.zzry-list li a.block {
  display: block;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.07);
}

.zzry-list li a.block .img img {
  width: 100%;
}

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}



.head2 .rhgxt{
  margin-left: 0;
}
.rhgxt{
  color: #fff;
font: 500 1.125rem/60px "helvetica";
margin-left: 63%;
position: relative;
z-index: 9;
}
.rhgxt i{
font-size: 1.125rem;
margin-right: 0.25em;
}
.rhgxt:hover{
  color: #fff;
}