@charset "UTF-8";

*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #333;
}

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

@font-face {
  font-family: "montserrat";
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}


body {
  font-family: "montserrat","sourcehansans","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";
}

body, body * {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #757575;
  --color-zt: #000;
  --head-height: 6.25rem;
  --cbasta: 5.5208333333%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
  --hude: 5rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
    --hude: 2rem;
  }
}


.wh {
  padding: 0 12.5%;
}

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

@media (max-width: 768px) {
  .wh {
    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: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3em "montserrat";
  width: auto;
  padding: 0 2em;
  border-radius: 1.6em;
  text-align: center;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  background: #000;
}

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

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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;
}

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

.more-msl.bs {
  background: #fff;
}

.more-msla {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #45ACD6;
  text-decoration: none;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font: 500 1.5rem/3rem "montserrat";
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

@media (max-width: 768px) {
  .more-msla {
    font-size: 1.125rem;
  }
}

.more-msla span {
  display: block;
  text-transform: capitalize;
}

.more-msla i {
  font: 500 2rem/1em "montserrat";
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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

.more-msla::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  background: #8B70A4;
  z-index: 1;
}

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

.more-msla:hover::after {
  width: 100%;
}

.more-msla:hover i {
  margin-left: 0.5rem;
}

.more-msla.more-mslab i {
  font: 500 1.5rem/1em "montserrat";
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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



.more-b {
  padding: 0.75rem 0.875rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #C8C8C8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5rem;
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 1.5rem;
  padding: 0 1.125em 0 1.25em;
}
.more-b i {
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #fff;
  vertical-align: middle;
  border: 1px solid var(--color-zt);
  background: var(--color-zt);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1em;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-b:hover > * {
  color: #fff;
}
.more-b:hover i {
  background: #fff;
  color: var(--color-zt);
  border-color: var(--color-zt);
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.more-b.tms {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}
.more-b.tms span {
  color: #fff;
}
.more-b.bs {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.more-b.bs i {
  background: #fff;
  color: var(--color-zt);
  border-color: #fff;
}
.more-b.bs::after {
  background: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}
.more-b.bs:hover > * {
  color: var(--color-zt);
}
.more-b.bs:hover i {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}
.more-b.bs:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bsb {
  color: var(--color-zt);
  background: #fff;
  border-color: #fff;
}
.more-b.bsb i {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}
.more-b.bsb::after {
  background: var(--color-zt);
}
.more-b.bsb:hover {
  color: #fff;
}
.more-b.bsb:hover i {
  background: #fff;
  color: var(--color-zt);
  border-color: #fff;
}
.more-b.bsb:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.hs {
  color: #fff;
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.more-b.hs > * {
  color: #fff;
}
.more-b.hs i {
  background: #fff;
  color: var(--color-zt);
  border-color: var(--color-zt);
}
.more-b.hs::after {
  background: #fff;
}
.more-b.hs:hover {
  color: var(--color-zt);
}
.more-b.hs:hover > * {
  color: var(--color-zt);
}
.more-b.hs:hover i {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}





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

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

.m-hidden {
  display: none;
}

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

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

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 5.625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

.head .head2 .logo a img {
  height: 4.175rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .sska {
  margin-left: 1rem;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}
/**/
.head .head2 .zywena{
  position: relative;cursor: pointer;
}
.head .head2 .zywena .cont-p {
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    background: #fff;
    border-radius: 0.3rem;
    text-align: center;
    padding: 0.5em 0;
}
.head .head2 .zywena .cont-p a{
    display: block;
    color: #000;
    font: 500 1rem/1.4em "montserrat";
}
.head .head2 .zywena .cont-p a:hover{
     color: #45ACD6;
}
/**/
.head .head2 .sska a, .head .head2 .zywena a {
  font: 500 1rem/1.5em "montserrat";
  display: inline-block;
  color: #fff;
}

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

.head .head2 .zywena {
  text-align: center;
}

.head .head2 .zywena a i {
  margin-right: 0.4em;
}

.head .head2 a.lxwmore {
  background: #45ACD6;
  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 "montserrat";
  color: #fff;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #45ACD6;
  top: 5.625rem;
}

.head .serbtn {
  background: #45ACD6;
}

.nav-img {
  padding-bottom: 58%;
  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: 1.5rem;
}

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

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

#menu .nav_a1 li > a {
  font-size: 1rem;
  position: relative;
  padding: 0 1.4em;
  line-height: 5.625rem;
  height: 5.625rem;
  text-transform: uppercase;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.mySwiper11a .swiper-wrapper{
    justify-content: center;
}
.mySwiper11b .swiper-wrapper{
    justify-content: center;
}


@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 20%;
  background: #fff;
  -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: 140%;
  left: -20%;
  background: white;
  z-index: 999;
  text-align:center;
  /*border-radius: 0.35rem;
  padding: 1rem;*/
  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 1rem/1.5em "";
  padding: 0.75em 1rem;
  color: #333;
  text-transform:capitalize;
  border-bottom:1px solid #eee;
}

#menu .nav_a1 li .sec a:last-child{
	border-bottom:none;
	}

#menu .nav_a1 li .sec a:hover {
  color:rgba(255,255,255,1);
  /*font-weight: 600;*/
  background:#1a1a1a;
}

#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%;
}

/* 搜索 */
.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);
}

.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: rgba(0, 0, 0, 0.9);
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6, #cp1, #cp2, #cp3, #cp4, #lxa1, #lxa2 {
  height: 5.625rem;
  margin-top: -5.625rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6, #cp1, #cp2, #cp3, #cp4, #lxa1, #lxa2 {
    height: 60px;
    margin-top: -60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1.xe_as1_a4 li:last-child{
      width: 100%;
  }
}

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

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

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

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

.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: "montserrat";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

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

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


.lunbo-page {
  bottom: 20%;
  left: 10%;
  width: 10%;
}
.lunbo-page .swiper-button-next,
.lunbo-page .swiper-button-prev {
  width: 3.125rem;
  left: auto;
  right: auto;
  text-align: center;
  background: transparent;
  position: relative;
  top: auto;
  margin: 0 1rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.lunbo-page .swiper-button-next i,
.lunbo-page .swiper-button-prev i {
  font-size: 1rem;
  color: #fff;
}


.pc-banner {
  position: relative;
  overflow: hidden;
}

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

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img {
    position: static;
	height:auto;
  }
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    visibility: visible;
	height:auto;
  }
}

.pc-banner .mySwipera .swiper-slide .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.pc-banner .mySwipera .swiper-slide .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img video {
    display: none1;
	height:auto;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  top: 50%;
  display: none1;
}

.pc-banner .mySwipera .banwez dt {
  width: 4rem;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez dt {
    width: 10rem;
  }
}

.pc-banner .mySwipera .banwez dt img {
  width: 100%;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez dt img {
    position: static;
  }
}

.pc-banner .mySwipera .banwez a.more-b{
	margin-top:1.5rem;
}




.pc-banner .mySwipera .banwez dd:nth-child(1) {
  font:600 2.75rem/1.5em "montserrat";
  text-transform: uppercase;
  margin-top: 0.25em;
  letter-spacing:0.2rem;
}

.pc-banner .mySwipera .banwez dd:nth-child(2) {
  font:1.35rem/1.5em "montserrat";
  margin-top: 0.25em;
  letter-spacing:0.1rem;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez dd:nth-child(1)` {
    font-size: 1.8rem;
    margin-top: 0.7em;
    line-height: 1.35em;
  }
  
  .pc-banner .mySwipera .banwez dd:nth-child(2) {
  font: 600 1rem/1.5em "montserrat";
  margin-top: 0.25em;
}
}

/*.pc-banner .mySwipera .banwez a.more-msla {
  margin-top: 0.6rem;
}*/


.pc-banner .mySwipera .swiper-pagination1as {
  position: absolute;
  left: 12%;
  bottom: 10%;
  /*text-align: center;*/
  z-index: 99;
}

.pc-banner .mySwipera .swiper-pagination1as span {
  width: 1rem;
  height: 1rem;
  border: .125rem solid #fff;
  opacity: 1;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.5rem;
}


.pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active {
  background: #fff;
}

.pc-banner .baner-ys {
  width: 10.67708%;
  background: -webkit-linear-gradient(top, rgba(69, 172, 214, 0) 0%, rgba(69, 172, 214, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(69, 172, 214, 0) 0%, rgba(69, 172, 214, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(69, 172, 214, 0) 0%, rgba(69, 172, 214, 0.8) 100%);
  background: linear-gradient(180deg, rgba(69, 172, 214, 0) 0%, rgba(69, 172, 214, 0.8) 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 5%;
  z-index: 2;
  border-left: 1px solid rgba(69, 172, 214, 0.6);
  display: none;
}

@media (max-width: 1366px) {
  .pc-banner .baner-ys {
    width: 5%;
  }
}

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

.pc-banner .baner-ys img {
  width: 20.4878%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6.5%;
}



.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: 5%;
    opacity: 1;
  }
}

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

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

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 35%;
  z-index:1;
  cursor: pointer;
}

.kajjt img.a {
  width: 4.125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 35%;
  }
  .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);
}

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

.endx{
  text-transform: Uppercase;
}

.title_a1 .tit {
  color: #333;
  font: 600 3.125rem/1.5em "montserrat";
  text-transform: Uppercase;
}

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

.title_a1 .ftit {
  color: #333;
  font: 500 1.475rem/1.5em "montserrat";
  margin-top: 0.5em;
  text-transform:capitalize;
}

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

.title_a1 .ftit span {
  display: block;
}




.ab-video {
	width: 100%;
  position: absolute;
  left: 20%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {

.ab-video {
	width: 100%;
  position: absolute;
  width: 100%;
  left:30%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 85%;
  -webkit-transform: translateY(-85%);
     -moz-transform: translateY(-85%);
      -ms-transform: translateY(-85%);
       -o-transform: translateY(-85%);
          transform: translateY(-85%);


}
}

.ab-video .tcas {
  width: 15%;
  max-width: 5.625rem;
}

@media (max-width: 768px) {

.ab-video .tcas {
  width: 15%;
  max-width: 3.625rem;
}

}


.ab-video .tcas img {
  width: 100%;
}



.cont1 {
  background: url(../images/bj1.jpg) no-repeat left bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.625rem 0 21.125rem;
  position:relative;
}



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

@media (max-width: 450px) {
  .cont1 {
    background: url(../images/m-about.jpg) no-repeat left bottom;
    -o-background-size: cover;
       background-size: cover;
  }
}

.cont1 .a1_v1 {
  width: 51.25%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 {
    width: 100%;
  }
}

.cont1 .p {
  color: rgba(0,0,0,0.6);
  font: 1rem/1.5em "montserrat";
  margin-top: 1.5em;
}

.cont1 a.more-b {

  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .cont1 a.more-msla {
    margin-top: 1.2rem;
  }
}

.cont2 {
  border-bottom: .625rem solid #333;
}

@media (max-width: 768px) {
  .cont2 {
    border-bottom: .325rem solid #333;
  }
}

.cont2 .a2_v1 .a2_b1 {
  width: 33.33333%;
  background: url(../images/index-left-probg.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  text-align: right;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
    text-align: left;
    padding: 2rem 4%;
    z-index: 1;
  }
  .cont2 .a2_v1 .a2_b1::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 450px) {
  .cont2 .a2_v1 .a2_b1 {
    background: url(../images/index-left-probg.jpg) no-repeat center top;
    -o-background-size: cover;
       background-size: cover;
  }
}

.cont2 .a2_v1 .a2_b1 .a2_b1c1 {
  right: 4.1%;
  bottom: 2.5%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .a2_b1c1 {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .cont2 .a2_v1 .a2_b1 .a2_b1c1 .flex21 {
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.cont2 .a2_v1 .a2_b1 .title_a1 {
  text-align: right;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .title_a1 {
    text-align: left;
  }
}

.cont2 .a2_v1 .a2_b1 .title_a1 .tit {
  color: #fff;
}

.cont2 .a2_v1 .a2_b1 .title_a1 .ftit2 {
  color: #FFFFFF;
  font: 500 1.35rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .title_a1 .ftit2 {
    font-size: 1.125rem;
    margin-top: 0.5em;
  }
}

.cont2 .a2_v1 .a2_b1 .title_a1 .ftit2 span {
  display: block;
}

.cont2 .a2_v1 .a2_b1 .more-box{}

.cont2 .a2_v1 .a2_b1 a.more-b {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 2rem;
  justify-content: flex-end;

}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 a.more-b {
    margin-top: 1.2rem;
  }
}

.cont2 .a2_v1 .a2_b1 .anjt-a {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .anjt-a {
    margin-top: 1.5rem;
  }
}

.cont2 .a2_v1 .a2_b1 .anjt-a .swiper-button-next1, .cont2 .a2_v1 .a2_b1 .anjt-a .swiper-button-prev1 {
  outline: none;
}

.cont2 .a2_v1 .a2_b1 .anjt-a .swiper-button-next1 i, .cont2 .a2_v1 .a2_b1 .anjt-a .swiper-button-prev1 i {
  color: #fff;
  font: 500 2rem/1.5em "montserrat";
}

.cont2 .a2_v1 .a2_b1 .swiper-pagination2a {
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "montserrat";
  display: inline-block;
  width: 7.5rem;
  text-align: center;
}

.cont2 .a2_v1 .a2_b1 .swiper-pagination2a span::before {
  content: "0";
}

.cont2 .a2_v1 .a2_b2 {
  width:66.6666666%;
  overflow:hidden;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
  }
}

/*.cont2 .a2_v1 .a2_b2 .mySwiper1 .swiper-slide:nth-child(2n-1) dl {
  background: #EBEBEE;
}*/







.cont2 .a2_v1 .a2_b2 .mySwiper1 dl {
  text-align: center;
  padding: 0rem 0 0rem;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
		  overflow:hidden;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl {
   /* padding: 2.5rem 0;*/
  }
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .dt-tit {
  color: #333333;
  font: 500 1.375rem/1.5em "montserrat";
  padding: 0 1em;
  white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden; 
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl .dt-tit {
    font-size: 1rem;
  }
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl dt {
  color: #333333;
  font: 500 1.675rem/1.5em "montserrat";
  margin-top: 0.25em;
  white-space: nowrap; 
  text-overflow:ellipsis; 
  overflow:hidden; 
  padding: 0 1em;
}

/*.cont2 .a2_v1 .a2_b2 .mySwiper1 dl dt::after {
  content: "";
  display: block;
  width: 6.375rem;
  height: .25rem;
  background: #45ACD6;
  margin: 0.3em auto;
}*/

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl dt {
    font-size: 1.25rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl dt::after {
    width: 4.375rem;
    height: .2rem;
  }
}


.cont2 .a2_v1 .a2_b2 .mySwiper1 dl p{
  color: #333333;
  font: 1.175rem/1.5em "montserrat";
  padding: 0 1em;
  white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden;
   text-transform:uppercase;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl p {
    font-size: 1rem;
  }
}


/*.cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom:120%;
  position: relative;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.img img {
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}*/


@media (max-width: 768px) {
	.cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom:120%;
  position: relative;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.img img {
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
}




/*.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .img .wea {
  width: 100%;
  text-align: center;
}
.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .img u {
  display: block;
  font-size: 0;
  padding: 16%;
  position: relative;
  overflow: hidden;
}*/

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .img u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
   -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}









.cont2 .a2_v1 .a2_b2 .mySwiper1 .swiper-slide{ }




.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .name{
	color: #fff;
  font: 1.175rem/1.5em "montserrat";
  padding: 0 1em;
  white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden;
   text-transform:uppercase;
   display:block;
	}


.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .name,
.cont2 .a2_v1 .a2_b2 .mySwiper1 dl .more-b {
  opacity: 0;
  margin: 2rem auto;
}


.cont2 .a2_v1 .a2_b2 .mySwiper1 dl:hover .img u::after {
  opacity: 1;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 .swiper-slide dl:hover .more-b {
  opacity: 1;
}
.cont2 .a2_v1 .a2_b2 .mySwiper1 .swiper-slide dl:hover .name{margin:0rem 0;opacity: 1;}



/*.cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.more-msla {
  color: #333333;
  font-size: 1.125rem;
  margin-top: 1.375rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper1 dl a.more-msla {
    margin-top: 1rem;
  }
}


.cont2 .a2_v1 .a2_b2 .mySwiper1 dl:hover .dt-tit, .cont2 .a2_v1 .a2_b2 .mySwiper1 dl:hover dt {
  color: #8B70A4;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl:hover dt::after {
  background-color: #8B70A4;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 dl:hover a.more-msla {
  color: #8B70A4;
  border-color: #8B70A4;
}*/


.cont3 .a3_v1 .title_a1 {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .title_a1 {
    width: 100%;
  }
  .cont3 .a3_v1 .title_a1{
    width: 100%;
  }
}

.cont3 .title_a1 .ftit2 {
  color: #666666;
  font: 500 1.5rem/1.4em "montserrat";
  margin-left: 1.75em;
  width: calc(92% - 28%);
}
@media (max-width: 1680px){
  .cont3 .title_a1 .ftit2{
    width: 60%;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .cont3 .title_a1 .ftit2 {
    font-size: 1.125rem;
    margin-left: 0;
    width: 100%;
  }
}

.cont3 .title_a1 .ftit2 span {
  display: block;
}

.cont3 .a3_v1-bj {
  background: url(../images/eq-bg.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.cont3 .a3_v1 {
  padding: 3.625rem 0;
}

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


.cont3 .a3_v1 a.more-msla {
  color: #333333;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 a.more-msla {
    margin-top: 0.6rem;
  }
}

.cont3 .a3_v1 a.more-msla i {
  font-size: 2rem;
}

.cont3 .a3_v1 a.more-msla:hover {
  color: #8B70A4;
}

.cont3 .a3_v1 a.more-msla:hover i {
  color: #8B70A4;
}

.cont3 .a3_v2 {
  overflow: hidden;
}

.cont3 .a3_v2 .a3_b1 {
  width: 100%;
  position: relative;
  height: 0;
  opacity: 0;
}

.cont3 .a3_v2 .a3_b1.a {
  height: auto;
  opacity: 1;
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl {
  border-left: 1px solid #EDDCDC;
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl .img {
  display: block;
  font-size: 0;
  padding-bottom: 66.58879%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont {
  background: #fff;
  padding: 1.5rem 5% 1.4rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont {
    padding: 1rem 4%;
  }
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont dt {
  color: #333333;
  font: 600 1.275rem/1.5em "montserrat";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont dt {
    font-size: 1.125rem;
  }
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont dd {
  color: #333333;
  font: 500 1.375rem/2em "montserrat";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b1 .mySwiper2 dl .cont dd {
    font-size: 1rem;
  }
}

.cont3 .a3_v2 .a3_b1 .mySwiper2 dl:hover .cont {
  background: #333;
}


.cont3 .a3_v2 .a3_b1 .mySwiper2 dl:hover .cont dt, .cont3 .a3_v2 .a3_b1 .mySwiper2 dl:hover .cont dd {
  color: #fff;
}

.cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-next1, .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-prev1 {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 3.375rem;
  height: 3.375rem;
  text-align: center;
  line-height: 3.375rem;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-next1, .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-prev1 {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

.cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-next1 i, .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-prev1 i {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-next1 i, .cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-prev1 i {
    font-size: 1rem;
  }
}

.cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-next1 {
  left: 2%;
}

.cont3 .a3_v2 .a3_b1 .anjt-a .swiper-button-prev1 {
  right: 2%;
}

@media (max-width: 768px) {
  .annta-abt {
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
			margin-top:2rem;
  }
}

.annta-abt dl {
  width: 10rem;
}

@media (max-width: 768px) {
  .annta-abt dl {
    margin-top: 1rem;
    width: 24%;
  }
}

@media (max-width: 450px) {
  .annta-abt dl {
    width: 49%;
  }
}

.annta-abt dl + dl {
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .annta-abt dl + dl {
    margin-left: 0;
  }
}

.annta-abt dl a {
  display: block;
  color: #333333;
  font: 500 1.125rem/2em "montserrat";
  padding: 0.35em 0;
  border: 1px solid #333333;
  border-radius: 1.5em;
  text-align: center;
}

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

.annta-abt dl.on a {
  color: #8B70A4;
  border-color: #8B70A4;
  background: #EBEBF6;
}

.cont4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 6.2rem 0 7.1875rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
    background: url(../images/bj2.jpg) no-repeat center top;
    -o-background-size: cover;
       background-size: cover;
    background-attachment: scroll;
    position: relative;
  }
  .cont4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .cont4 .wh {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .title_a1 {
    width: 100%;
  }
}

.cont4 .a4_v1 .title_a1 .tit {
  color: #fff;
}

.cont4 .a4_v1 .title_a1 .ftit2 {
  color: #fff;
  font: 500 1.5rem/1.56em "montserrat";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .title_a1 .ftit2 {
    font-size: 1.125rem;
  }
}

.cont4 .a4_v1 .title_a1 .ftit2 span {
  display: block;
}

.cont4 .a4_v1 a.more-msla {
  font-size: 1.125rem;
}

.cont4 .a4_v1 a.more-msla i {
  font-size: 2rem;
}

.cont4 .a4_v2 {
  margin-top: 2.6rem;
}

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

.cont4 .a4_v2 dl {
  width: 30.97222%;
  padding: 5.6rem 0 7rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

.cont4 .a4_v2 dl a.a {
  display: block;
  text-align: center;
}

.cont4 .a4_v2 dl a.a .img {
  width: 8.75rem;
  height: 8.75rem;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  line-height: 8.75rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 dl a.a .img {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}

.cont4 .a4_v2 dl a.a .img img {
  width: 45%;
  margin: 0 auto;
}

.cont4 .a4_v2 dl a.a dt {
  color: #fff;
  font: 600 1.75rem/1.6em "montserrat";
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 dl a.a dt {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.cont4 .a4_v2 dl a.a dd {
  color: #fff;
  font: 500 1.25rem/1.6em "montserrat";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 dl a.a dd {
    font-size: 1rem;
  }
}

.cont4 .a4_v2 dl:hover {
  background: rgba(0, 0, 0, 0.7);
}

.cont4 .a4_v2 dl:hover a.a .img {
  background: #fff;
}

.cont4 .a4_v2 dl:hover a.a .img img {
  -webkit-filter: invert(40%);
          filter: invert(40%);
}



@media (max-width: 450px) {
  .cont4 {
    background-image: url(../images/bj2.jpg);
    background-size: cover;
  }
  .cont4::after {
    display: none;
  }
  .cont4 .a4_v2 {
    display: none;
  }
  .cont4 .a4_v3 {
    display: block;
    margin-top: 1.6rem;
  }
  .cont4 .a4_v3 .img {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
  }
  .cont4 .a4_v3 .img img {
    width: 45%;
    margin: 0 auto;
  }
  .cont4 .a4_v3 .cont {
    width: -webkit-calc(96% - 5rem);
    width: -moz-calc(96% - 5rem);
    width: calc(96% - 5rem);
  }
  .cont4 .a4_v3 .cont dt {
    color: #fff;
    font: 600 1.125rem/1.6em "montserrat";
  }
  .cont4 .a4_v3 .cont dd {
    color: #fff;
    font: 500 .85rem/1.5em "montserrat";
    margin-top: 0.25em;
  }
}

.cont5 {
	background:#f8f8f8;
  padding: 5rem 0 3.75rem;
}

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

.cont5 a.more-msla {
  color: #333333;
  font-size: 1.125rem;
}

.cont5 a.more-msla i {
  font-size: 2rem;
}

.cont5 a.more-msla:hover {
  color: #8B70A4;
}

.cont5 a.more-msla:hover i {
  color: #8B70A4;
}

.cont5 .a5_v1 {
  margin-top: 4.25rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1.6rem;
  }
}

.cont5 .a5_v1 .a5_b1 {
  width: 50%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 {
    width: 100%;
  }
}

.cont5 .a5_v1 .a5_b1 li {
  width: 100%;
}

.cont5 .a5_v1 .a5_b1 li a.a {
  display: block;
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont5 .a5_v1 .a5_b1 li a.a .img {
  padding-bottom: 46.875%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont5 .a5_v1 .a5_b1 li a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont5 .a5_v1 .a5_b1 li a.a .cont {
  padding: 1.85rem 0;
  border-bottom: 1px solid #EDDCDC;
  border-right: 1px solid #EDDCDC;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont {
    padding: 1.25rem 0;
  }
}

.cont5 .a5_v1 .a5_b1 li a.a .cont .a5c1 {
  color: #A6A6A6;
  font: 500 1.5rem/1.25em "montserrat";
  width: 19.79167%;
  text-align: center;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont .a5c1 {
    font-size: 1rem;
  }
}

.cont5 .a5_v1 .a5_b1 li a.a .cont .a5c1 b {
  color: #45ACD6;
  font: 500 4rem/1.2em "montserrat";
  display: block;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont .a5c1 b {
    font-size: 2.5rem;
  }
}

.cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 {
  width: 75.41667%;
  padding-right: 1.8em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 {
    padding-right: 1.25rem;
  }
}

.cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 dt {
  color: #333333;
  font: 500 1.375rem/1.5em "montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 dt {
    font-size: 1.25rem;
  }
}

.cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 dd {
  color: #666666;
  font: 500 1rem/1.6em "montserrat";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.a .cont .a5c2 dd {
    margin-top: 0.3em;
  }
}

.cont5 .a5_v1 .a5_b1 li:hover a.a {
  background: #EBEBF6;
}

.cont5 .a5_v1 .a5_b1 li:hover a.a .a5c1 b {
  color: #8B70A4;
}

.cont5 .a5_v1 .a5_b1 li:hover a.a .a5c2 dt, .cont5 .a5_v1 .a5_b1 li:hover a.a .a5c2 dd {
  color: #8B70A4;
}

.cont5 .a5_v1 .a5_b2 {
  width: 50%;
  border-top: 1px solid #EDDCDC;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 {
    width: 100%;
    border-top: none;
  }
}

.cont5 .a5_v1 .a5_b2 li {
  padding: 1.3rem 0;
  border-bottom: 1px solid #EDDCDC;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  height: -webkit-calc(100%/3);
  height: -moz-calc(100%/3);
  height: calc(100%/3);
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li {
    padding: 1rem 0;
  }
}

.cont5 .a5_v1 .a5_b2 li a.a .a5c1 {
  color: #A6A6A6;
  font: 500 1.125rem/1.25em "montserrat";
  width: 15.3125%;
  text-align: center;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.a .a5c1 {
    font-size: 1rem;
  }
}

.cont5 .a5_v1 .a5_b2 li a.a .a5c1 b {
  color: #45ACD6;
  font: 500 3.125rem/1.2em "montserrat";
  display: block;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.a .a5c1 b {
    font-size: 1.9rem;
  }
}

.cont5 .a5_v1 .a5_b2 li a.a .img {
  width: 25%;
  padding-bottom: 17%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont5 .a5_v1 .a5_b2 li a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont5 .a5_v1 .a5_b2 li a.a .a5c2 {
  width: 59.58333%;
  padding: 0 6% 0 4%;
}

.cont5 .a5_v1 .a5_b2 li a.a .a5c2 dt {
  color: #333333;
  font: 500 1.375rem/1.5em "montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.a .a5c2 dt {
    font-size: 1.25rem;
  }
}

.cont5 .a5_v1 .a5_b2 li a.a .a5c2 dd {
  color: #666666;
  font: 500 1rem/1.6em "montserrat";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.a .a5c2 dd {
    margin-top: 0.3em;
  }
}

.cont5 .a5_v1 .a5_b2 li:hover {
  background: #EBEBF6;
}

.cont5 .a5_v1 .a5_b2 li:hover a.a .a5c1 b {
  color: #8B70A4;
}

.cont5 .a5_v1 .a5_b2 li:hover a.a .a5c2 dt, .cont5 .a5_v1 .a5_b2 li:hover a.a .a5c2 dd {
  color: #8B70A4;
}


.a7_v3 {
  padding: 1.5rem 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  position: relative;
  margin-top:4rem;
}
.a7_v3::after {
  content: "";
  width: 1px;
  height: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C6C6C6;
}
@media (max-width: 768px) {
  .a7_v3::after {
    display: none;
  }
}
.a7_v3 li {
  width: 50%;
}
@media (max-width: 768px) {
  .a7_v3 li {
    width: 100%;
  }
  .a7_v3 li + li {
    margin-top: 1rem;
  }
}
.a7_v3 li:nth-child(1) {
  padding-right: 7.5%;
}
@media (max-width: 768px) {
  .a7_v3 li:nth-child(1) {
    padding: 0;
  }
}
.a7_v3 li:nth-child(2) {
  padding-left: 7.5%;
}
@media (max-width: 768px) {
  .a7_v3 li:nth-child(2) {
    padding: 0;
  }
}
.a7_v3 li .date {
  color: rgba(0,0,0,0.4);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
}
.a7_v3 li a.name {
  color: #434343;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin: 1rem 0 0;
}

.a7_v3 li a.txt{ margin-top:0.5rem; color:#666}

@media (max-width: 768px) {
  .a7_v3 li a.name {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}
.a7_v3 li a.name:hover {

}



.foot-fot {
  position: relative;
  background: rgba(0,0,0,0.94);
}

@media (max-width: 990px) {
  .foot-fot .ad-sdft {
    display: none;
  }
}

.foot-fot .foota1 {
  padding-top: 2.5rem;
}

.foot-fot .foota1 .d-nav {
  width: 58.33333%;
}

.foot-fot .foota1 .d-nav li > a {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "montserrat";
}

.foot-fot .foota1 .d-nav li .sec {
  margin-top: 1.2rem;
}

.foot-fot .foota1 .d-nav li .sec a {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1rem/1.8em "montserrat";
  display: block;
}

.foot-fot .foota1 .d-nav li .sec a:hover {
  color: #fff;
}
.foot-fot .foota1 .d_lixta{
  width: 36%;
}
.foot-fot .foota1 .d_lixta dl dt {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "montserrat";
}

.foot-fot .foota1 .d_lixta dl dd {
  margin-top: 1.5rem;
}

.foot-fot .foota1 .d_lixta dl dd .lxa {
  margin-top: 1em;
}

.foot-fot .foota1 .d_lixta dl dd .lxa img {
  width: 2.5rem;
  margin-right: 0.6em;
}

.foot-fot .foota1 .d_lixta dl dd .lxa p {
  color: #fff;
  font: 500 1.125rem/1.3em "montserrat";
  width: calc(92% - 3rem);
}
.foot-fot .foota1 .d_lixta dl dd .lxa p span{
  letter-spacing: .06rem;
}

.foot-fot .foota2 {
  padding: 1.875rem 0;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.foot-fot .foota2 .foota2-a2 {
  width: 23.88889%;
}

.foot-fot .foota2 .foota2-a2 dl dt {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "montserrat";
}

.foot-fot .foota2 .foota2-a2 dl form {
  margin-top: 0.6em;
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 input {
  width: -webkit-calc(100% - 4.6875rem);
  width: -moz-calc(100% - 4.6875rem);
  width: calc(100% - 4.6875rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
  color: #fff;
  background: transparent;
  font: 500 1rem/2.8125rem "montserrat";
  text-indent: 1em;
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 button {
  width: 4.6875rem;
  color: #fff;
  border: none;
  background: #45ACD6;
  border: 1px solid #45ACD6;
  line-height: 2.8125rem;
  text-align: center;
}

.foot-fot .foota2 .foota2-a2 dl form .contact1 button img {
  width: 1.5625rem;
}

.foot-fot .foota2 .foota2-a3 {
  margin-left: 1em;
}

.foot-fot .foota2 .foota2-a3 dl .social-share a {
  border-color: rgba(255, 255, 255, 0.5);
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.foot-fot .foota2 .foota2-a3 dl .social-share a:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.foot-fot .foota3 {
  color: rgba(0, 0, 0, 0.6);
  font: 500 1rem/1.5em "montserrat";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.foot-fot .foota3 .foota2-v1 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .foot-fot .foota3 .foota2-v1 {
    border-top: none;
  }
}

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

.foot-fot .foota3 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: 20%;
  z-index: 999;
}

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

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .zd_erha li > a {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
}

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

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

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

.nbanner {
  overflow: hidden;
}

@media (min-width: 990px) {
  .nbanner .img > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 40%;
  }
}

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "montserrat";    text-transform: uppercase;
}
.nbanner .nbanner-wen1 .banner-cont h2.sta{
  text-transform:none;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 1.5rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 500 0.875rem/1.4em "montserrat";
  margin-top: 0.5em;
  /*text-transform:uppercase;*/
}

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

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

.ny-ban .nbanner .img > img {
  -webkit-animation-name: banscaleDraw;
     -moz-animation-name: banscaleDraw;
       -o-animation-name: banscaleDraw;
          animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;
     -moz-animation-duration: 25s;
       -o-animation-duration: 25s;
          animation-duration: 25s;
}

.n_mbx {
  position: relative;
}

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

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

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

.n_mbx .n_src li a {
  display: block;
  color: #000000;
  font: 500 1.125rem/4.4375rem "montserrat";
  position: relative;
}

.n_mbx .n_src li a::after {
  content: "";
  display: block;
  width: 0;
  height: .125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #45ACD6;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@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: #45ACD6;
}

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

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

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

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

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

.pagination > li {
  display: inline;
}


.pagination .page-num-current{ 
  border-color: #da251c;
  color: #fff;
  background: #000;
  }
  
.pagination li:nth-child(2){ width:auto!important; border:none;}
  
.pagination .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;
}

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

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #8B70A4;
  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: #8B70A4;
  cursor: default;
  background-color: #EBEBF6;
  border-color: #8B70A4;
  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;
  padding: 3.6875rem 0;
  text-align: center;
  list-style: none;
}

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "montserrat";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #45ACD6;
}

.ajhhsd span {
  padding: 0 0.3em;
}

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

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

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

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

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

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "montserrat";
  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 "montserrat";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #45ACD6;
}

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

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

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

.ss-list li .xw-nycont {
  width: 72%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "montserrat";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 1rem/1.5em "Montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "montserrat";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "montserrat";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.ny-content {
  margin-bottom: 6.25rem;
}

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

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes scale2 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes o-scale {
  0%, 85%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@-moz-keyframes o-scale {
  0%, 85%, 100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.06);
         transform: scale(1.06);
  }
}

@-o-keyframes o-scale {
  0%, 85%, 100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.06);
       transform: scale(1.06);
  }
}

@keyframes o-scale {
  0%, 85%, 100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
       -moz-transform: scale(1.06);
         -o-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.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-title dl {
  color: #fff;
}

.ny-title dl dt {
  font: 600 3rem/1.4em "montserrat";
}

@media (max-width: 768px) {
  .ny-title dl dt {
    font-size: 2rem;
  }
}

.ny-title dl dd {
  font: 600 1.875rem/1.25em "montserrat";
}

@media (max-width: 768px) {
  .ny-title dl dd {
    font-size: 1.25rem;
    margin-top: 0.2em;
  }
}

.ny-title.hs dl dt {
  color: #333333;
  text-transform: Uppercase;
}

.ny-title.hs dl dd {
  color: #45ACD6;
}

.abt-cont1 {
  background: url(../images/bj4.jpg) no-repeat right top;
  -o-background-size: cover;
     background-size: cover;
  padding: 11.6875rem 0 13.5rem;
}

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

.abt-cont1 .p {
  color: #fff;
  font: 500 1.125rem/1.5em "montserrat";
  width: 55%;
  text-align: justify;
  margin-top: 2rem;  
}

@media (max-width: 768px) {
  .abt-cont1 .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem;
    max-height: 15em;
    overflow-y: auto;
  }
}

.ab-cont{ padding:6rem 0;}
.ab-cont .p p{ margin-bottom:1.5rem;}


.abt-cont2{background:#000; border-bottom:1px solid rgba(255,255,255,0.2) !important}
.abt-cont2 .abt-a2v1 {
  position: relative;
  
}

.abt-cont2 .abt-a2v1 .mySwiper3 {
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.6);
}

.abt-cont2 .abt-a2v1 .mySwiper3 dl {
  text-align: center;
  border-left: 1px solid rgba(255,255,255,0.6);
  padding: 2rem 0;
}

.abt-cont2 .abt-a2v1 .mySwiper3 dl dt {
  color: #fff;
  font: 600 3.4rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper3 dl dt {
    font-size: 2rem;
  }
}

.abt-cont2 .abt-a2v1 .mySwiper3 dl dd {
  color: rgba(255,255,255,0.6);
  font: 500 1.2rem/1.5em "montserrat";
  padding: 0 8%;
  height: 3em;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper3 dl dd {
    font-size: 1rem;
    padding: 0 4%;
  }
}

@media (max-width: 540px) {
  .abt-cont2 .abt-a2v1 .mySwiper3 dl dd {
    height: 4.5em;
  }
}

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

.abt-cont2 .abt-a2v1 .anjt-a .swiper-button-next1, .abt-cont2 .abt-a2v1 .anjt-a .swiper-button-prev1 {
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.abt-cont2 .abt-a2v1 .anjt-a .swiper-button-next1 i, .abt-cont2 .abt-a2v1 .anjt-a .swiper-button-prev1 i {
  color: rgba(255,255,255,0.6);
  font-size: 1.25rem;
}

.abt-cont2 .abt-a2v1 .anjt-a .swiper-button-next1 {
  left: -6%;
}

.abt-cont2 .abt-a2v1 .anjt-a .swiper-button-prev1 {
  right: -6%;
}

.heng1 {
  width: 100%;
  margin: 0 auto;
}

.heng1 img {
  width: 100%;
}

.abt-cont3 {
  padding-top: 3.75rem;
  background: url(../images/bj5.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  border-bottom: .625rem solid #45ACD6;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding-top: 2rem;
    border-bottom: .325rem solid #45ACD6;
  }
}

.abt-cont3 .abt_a3_v1 .p {
  color: #333333;
  font: 500 1.125rem/1.5em "montserrat";
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .p {
    font-size: 1rem;
    margin-top: 1.4rem;
  }
}

.abt-cont3 .abt_a3_v1 .an-more a.more-msla {
  color: #333333;
  font-size: 1.125rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .an-more a.more-msla {
    margin-top: 0.5rem;
  }
}

.abt-cont3 .abt_a3_v2 {
  border-top: 1px solid #EDDCDC;
  margin-top: 2.625rem;
}

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

.abt-cont3 .abt_a3_v2 .abt-a2v1 {
  position: relative;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 {
  position: relative;
  border-right: 1px solid #EDDCDC;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl {
  text-align: center;
  border-left: 1px solid #EDDCDC;
  padding: 2rem 0 2.8rem;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dt {
  color: #45ACD6;
  font: 600 3.4rem/1.5em "montserrat";
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dt sup {
  font-weight: 500;
  font-size: 2.5rem;
  margin-left: 0.15em;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dt sup {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dt {
    font-size: 2rem;
  }
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dd {
  color: #333333;
  font: 500 1.2rem/1.5em "montserrat";
  padding: 0 8%;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v2 .abt-a2v1 .mySwiper4 dl dd {
    font-size: 1rem;
    padding: 0 4%;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a {
    display: none;
  }
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-next1, .abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-prev1 {
  border: 1px solid #CFAEAE;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-next1 i, .abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-prev1 i {
  color: #333;
  font-size: 1.25rem;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-next1 {
  left: -6%;
}

.abt-cont3 .abt_a3_v2 .abt-a2v1 .anjt-a .swiper-button-prev1 {
  right: -6%;
}

.abt-cont4 {
  background: url(../images/bj6.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 4.875rem 0 11.875rem;
}

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

@media (max-width: 450px) {
  .abt-cont4 {
    background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/akjs1212/uploads/20230106/9627dc3ac1a59f10be781c81874329c6.jpg) no-repeat center top;
    -o-background-size: cover;
       background-size: cover;
  }
}

.abt-cont4 .abt-a4_v1 {
  margin-top: 4.2rem;
}

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

.abt-cont4 .abt-a4_v1 .mySwiper5 {
  margin: 0 -3.4%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .mySwiper5 {
    margin: 0 2%;
  }
}

.abt-cont4 .abt-a4_v1 .mySwiper5 dl {
  background: #fff;
  padding: 1.6rem 6.5% 4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .mySwiper5 dl {
    padding: 1.5rem 5% 2rem;
  }
}

.abt-cont4 .abt-a4_v1 .mySwiper5 dl dt {
  color: #333333;
  font: 600 3rem/1.2em "montserrat";
  position: relative;
  display: inline-block;
  padding-bottom: 1.2rem;
}

.abt-cont4 .abt-a4_v1 .mySwiper5 dl dt::after {
  content: "";
  display: block;
  width: 6.375rem;
  height: .25rem;
  background: #45ACD6;
  position: absolute;
  left: 50%; transform: translateX(-50%); 
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .mySwiper5 dl dt {
    font-size: 2.5rem;
  }
  .abt-cont4 .abt-a4_v1 .mySwiper5 dl dt::after {
    width: 4.375rem;
    height: .2rem;
  }
}

.abt-cont4 .abt-a4_v1 .mySwiper5 dl dd {
  color: #333333;
  font: 500 1.2rem/1.5em "montserrat";
  margin-top: 1em;
  height: 6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .mySwiper5 dl dd {
    font-size: 1.2rem;
  }
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide.swiper-slide-active dl {
  background: rgba(69, 172, 214, 0.9);
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide.swiper-slide-active dl dt {
  color: #fff;
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide.swiper-slide-active dl dt::after {
  background: #fff;
}

.abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide.swiper-slide-active dl dd {
  color: #fff;
}

@media (max-width: 768px){
  .abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide dl {
    background: rgba(69, 172, 214, 0.9);
  }
  .abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide dl dt {
    color: #fff;
  }
  
  .abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide dl dt::after {
    background: #fff;
  }
  
  .abt-cont4 .abt-a4_v1 .mySwiper5 .swiper-slide dl dd {
    color: #fff;
  }
}

.abt-cont4 .abt-a4_v2 {
  margin-top: 4.125rem;
}

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

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a {
  margin: 0 -3%;
}

@media (max-width: 1366px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a {
    margin: 0;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 1rem;
  border: 1px dashed #FFFFFF;
}

@media (max-width: 1366px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 {
    padding: 0 8%;
  }
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 {
    padding: 0 4%;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide dl {
  text-align: center;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide dl b {
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0.5rem;
  display: block;
  margin: 0 auto;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide dl b::after {
  content: "";
  display: block;
  width: -webkit-calc(1rem - 2px);
  width: -moz-calc(1rem - 2px);
  width: calc(1rem - 2px);
  height: -webkit-calc(1rem - 2px);
  height: -moz-calc(1rem - 2px);
  height: calc(1rem - 2px);
  background: #fff;
  border-radius: 50%;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide dl dt {
  color: #fff;
  font: 500 2.25rem/1.56em "montserrat";
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide dl dt {
    font-size: 1.5rem;
    margin-top: 0.1rem;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide.swiper-slide-active dl b {
  border-color: #45ACD6;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide.swiper-slide-active dl b::after {
  background: #45ACD6;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .mySwiper6 .swiper-slide.swiper-slide-active dl dt {
  color: #45ACD6;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a {
    text-align: center;
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-next6, .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-prev6 {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  position: absolute;
  top: 18%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-next6, .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-prev6 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    position: static;
    display: inline-block;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-next6 i, .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-prev6 i {
  color: #fff;
  font-size: 1.25rem;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-next6 {
  left: -3.25rem;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-prev6 {
  right: -3.25rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2-a .anjt-a .swiper-button-prev6 {
    margin-left: 1em;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .9;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    opacity: .9;
  }
  100% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes scale {
  0% {
    -o-transform: scale(0.5);
       transform: scale(0.5);
    opacity: .9;
  }
  100% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .9;
  }
  100% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.abt-cont5 {
  background: #F9F9F9;
  padding: 5.3125rem 0 1.5625rem;
  border-bottom: 1px solid #EDDCDC;
}

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

.abt-cont5 .abt-a5_v1 .abt-a5_b1 {
  margin-top: 3.3125rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 .abt-a5_b1 {
    margin-top: 1rem;
  }
}

.abt-cont5 .abt-a5_v1 .abt-a5_b1 dl {
  text-align: center;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

.abt-cont5 .abt-a5_v1 .abt-a5_b1 dl + dl {
  border-left: 1px solid #EDDCDC;
}

.abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dt {
  color: #45ACD6;
  font: 600 3.75rem/1.2em "montserrat";
}

.abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dt sup {
  font: 100 2.5rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dt {
    font-size: 2rem;
  }
  .abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dt sup {
    font-size: 1rem;
  }
}

.abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dd {
  color: #333333;
  font: 500 1.125rem/1.35em "montserrat";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 .abt-a5_b1 dl dd {
    font-size: 1rem;
  }
}

.abt-cont5 .abt-a5_v2 {
  margin-top: -3.5rem;
  position: relative;
}

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

.abt-cont5 .abt-a5_v2 u {
  display: block;
  font-size: 0;
}

.abt-cont5 .abt-a5_v2 u img {
  width: 100%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl {
  display: inline-block;
  text-align: center;
  position: absolute;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl b {
  display: inline-block;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #8B70A4;
  margin: 0 auto;
  -webkit-animation: scale 2s infinite;
     -moz-animation: scale 2s infinite;
       -o-animation: scale 2s infinite;
          animation: scale 2s infinite;
  opacity: 1;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl dt {
  color: #8B70A4;
  font: 500 1.25rem/1.3em "montserrat";
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl dt.cn {
  color: #45ACD6;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl i {
  display: block;
  width: 1.1875rem;
  margin: 0 auto;
  -webkit-animation: scale 2s infinite;
     -moz-animation: scale 2s infinite;
       -o-animation: scale 2s infinite;
          animation: scale 2s infinite;
  opacity: 1;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl i img {
  width: 100%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(1) {
  left: 30%;
  top: 69%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(2) {
  left: 47%;
  top: 36%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(3) {
  left: 58.5%;
  top: 51%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(4) {
  left: 65%;
  top: 45%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(5) {
  left: 76.5%;
  top: 62.5%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(6) {
  left: 87%;
  top: 35%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(7) {
  left: 83.5%;
  top: 38%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(8) {
  left: 83.2%;
  top: 50%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(9) {
  left: 81.8%;
  top: 55%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(10) {
  left: 87%;
  top: 76%;
}

.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(11) {
  left: 78%;
  top: 38%;
}
.abt-cont5 .abt-a5_v2 .abt-a5_v2list1 dl:nth-child(12){
    left: 42.5%;
    top: 40%;
}

.abt-cont5 .abt-a5_v2 .wehx-a b {
  display: inline-block;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #8B70A4;
  margin: 0 auto;
  opacity: 1;
}

.abt-cont5 .abt-a5_v2 .wehx-a dt {
  color: #8B70A4;
  font: 500 1.25rem/1.3em "montserrat";
  display: inline-block;
}

.abt-cont5 .abt-a5_v3 {
  display: none;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v3 {
    display: block;
  }
}

.abt-cont6 {
  padding: 4.0625rem 0 5.625rem;
}

@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2rem 0;
  }
  .abt-cont6 .we-sfz{
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont6 .we-sfz .era-a .da-a1 {
  color: #45ACD6;
  font: 600 2.5rem/1.2em "montserrat";
}

.abt-cont6 .we-sfz .era-a .da-a1 sup {
  font: 100 2rem/1em "montserrat";
}

@media (max-width: 768px) {
  .abt-cont6 .we-sfz .era-a{
    width: 50%;
    text-align: center;
  }
  .abt-cont6 .we-sfz .era-a .da-a1 {
    font-size: 2rem;
  }
  .abt-cont6 .we-sfz .era-a .da-a1 sup {
    font-size: 1rem;
  }
}

.abt-cont6 .we-sfz .era-a .da-a2 {
  color: #333333;
  font-size: 1rem;
}

.abt-cont6 .we-sfz .era-a + .era-a {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #EDDCDC;
}

.abt-cont6 .abt-a6_v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont6 .we-sfz .era-a + .era-a{
    margin-left: 0;
    padding-left: 0;
  }
  .abt-cont6 .abt-a6_v1 {
    margin-top: 1.5rem;
  }
  .abt-cont6 .we-sfz .era-a .da-a2{
    font: 500 0.85rem/1.2em "montserrat";
    margin-top: 0.5em;
  }
}

.abt-cont6 .abt-a6_v1 .mySwiper7 {
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a6_v1 .mySwiper7 {
    padding: 0 1px;
    height: 52vw;
    padding-bottom: 10vw;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-slide {
    height: -webkit-calc((100% - 25px) / 2);
    height: -moz-calc((100% - 25px) / 2);
    height: calc((100% - 25px) / 2);
  }
}

.abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-slide a.bl {
  font-size: 0;
  border: 1px solid #EDDCDC;
}

.abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-slide a.bl img {
  width: 100%;
}

.abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-pagination1 span {
  background: #666;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-pagination1 span {
    width: 1rem;
    height: 1rem;
  }
}

.abt-cont6 .abt-a6_v1 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45ACD6;
}

.abt-cont7 {
  background: #F5F5F5;
}

.weh-as {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}

@media (max-width: 990px) {
  .weh-as {
    display: none;
  }
}
.weh-as .weh-as-list1 dl{
  padding: 0 2%;
  width: calc(100%/3);
  display: flex; align-items:center;
}
.weh-as .weh-as-list1 dl a.a .image {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
}

.weh-as .weh-as-list1 dl a.a .image img {
  width: 45%;
}

.weh-as .weh-as-list1 dl a.a .cont {
  margin-left: 1.5em;
  width: calc(92% - 6.25rem);
}

.weh-as .weh-as-list1 dl a.a .cont dt {
  color: #FFFFFF;
  font: 600 1.5rem/1.3em "montserrat";
}

.weh-as .weh-as-list1 dl a.a .cont dd {
  color: #FFFFFF;
  font: 500 1rem/1.3em "montserrat";
  margin-top: 0.3em;
}

.weh-as .weh-as-list1 dl:nth-child(2) {
  /* padding: 0 5%; */
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.lx-cont1 {
	background:#000;
  padding: 3.75rem 0 2.8125rem;
}

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

.lx-cont1 .lx-a1_v1 {
  margin-top: 4rem;
}

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

.lx-cont1 .lx-a1_v1 dl {
  width: 45%;
  margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 dl {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.lx-cont1 .lx-a1_v1 dl dt {
  width: 3rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 dl dt {
    width: 3rem;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx-a1_v1 dl dt {
    width: 3.5rem;
  }
}

.lx-cont1 .lx-a1_v1 dl dt img {
  /*width: 100%;*/
}

.lx-cont1 .lx-a1_v1 dl dd {
  color: #fff;
  font: 500 1.25rem/1.5em "montserrat";
  padding-left: 1em;
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
}

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

.lx-cont1 .lx-a1_v1 dl dd p.p2 {
  letter-spacing: .05rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 dl dd p.p2 {
    letter-spacing: .04rem;
  }
}

.lx-cont2 {
  background: url(../images/bj7.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.25rem 0 5.8125rem;
}

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

.lx-cont2 .lx-a2v1 {
  padding-left: 12.5%;
}

@media (max-width: 1366px) {
  .lx-cont2 .lx-a2v1 {
    padding-left: 5.78125%;
  }
}

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

.lx-cont2 .lx-a2v1 .lx-a2b1 {
	width:100%;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 {
    width: 100%;
    padding: 0;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 dl dt {
  color: #000000;
  font: 600 3.125rem/1.4em "montserrat";
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 dl dt {
    font-size: 2rem;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 dl dd {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 2rem;
}

.lx-cont2 .lx-a2v1 .lx-a2b1 dl dd span {
  color: #FF0000;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 dl dd {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 {
    margin-top: 1rem;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 .inpt {
  margin-bottom: 1.2rem;
  position: relative;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 .inpt {
    width: 95%;
    margin-bottom: 1rem;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 .inpt input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .625rem;
  color: #666;
  font: 500 1.125rem/3.125em "montserrat";
  padding: 0 2.5%;
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a1 .inpt span {
  font: 500 1.125rem/3.125em "montserrat";
  color: #FF0000;
  display: block;
  position: absolute;
  right: -1rem;
  top: 0;
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a2 {
  position: relative;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a2 {
    width: 95%;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a2 span {
  font: 500 1.125rem/3.125em "montserrat";
  color: #FF0000;
  display: block;
  position: absolute;
  right: -1rem;
  top: 0;
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a2 textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .625rem;
  color: #666;
  font: 500 1.125rem/1.5em "montserrat";
  padding: 0.8rem 2.5%;
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha {
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha {
    margin-top: 1rem;
  }
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha button {
  border: none;
  border-radius: 1.7em;
  font-size: 1.2rem;
}
@media (max-width: 768px){
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha button {
    font-size: 1rem;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form input[type="text"]::-webkit-input-placeholder, .lx-cont2 .lx-a2v1 .lx-a2b1 form textarea[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0,0,0,0.15);
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form input[type="text"]:-moz-placeholder, .lx-cont2 .lx-a2v1 .lx-a2b1 form textarea[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
 color: rgba(0,0,0,0.15);
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form input[type="text"]::-moz-placeholder, .lx-cont2 .lx-a2v1 .lx-a2b1 form textarea[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0,0,0,0.15);
}

.lx-cont2 .lx-a2v1 .lx-a2b1 form input[type="text"]:-ms-input-placeholder, .lx-cont2 .lx-a2v1 .lx-a2b1 form textarea[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.15);
}

.lx-cont2 .lx-a2v1 .lx-a2b2 {
  width: 52.19976%;
  font-family: "montserrat";
}

@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b2 {
    width: 100%;
    height: 60vw;
    margin-top: 1.5rem;
  }
}

.lx-cont3 {
  background: #F8F8F8;
  border-top: 1px solid #EDDCDC;
  padding: 4.375rem 0;
}

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

.lx-cont3 .lx-xza3list1 {
  margin: 0 -1%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .lx-cont3 .lx-xza3list1 {
    margin-top: 0.5rem;
  }
}

.lx-cont3 .lx-xza3list1 dl {
  border: 1px solid #E7E7E7;
  background: #fff;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
  width: 23%;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .lx-cont3 .lx-xza3list1 dl {
    padding: 0.8rem 0.8rem 1rem;
    width: 48%;
    margin-top: 1rem;
  }
}

.lx-cont3 .lx-xza3list1 dl i {
  display: block;
  font-size: 0;
}

.lx-cont3 .lx-xza3list1 dl i img {
  width: 100%;
}

.lx-cont3 .lx-xza3list1 dl .cont {
  height: 8rem;
  margin-top: 1.25em;
}

@media (max-width: 768px) {
  .lx-cont3 .lx-xza3list1 dl .cont {
    height: 8rem;
  }
}

.lx-cont3 .lx-xza3list1 dl dt {
  color: #333333;
  font: 600 1.25rem/1.5rem "montserrat";
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .lx-cont3 .lx-xza3list1 dl dt {
    font-size: 1rem;
  }
}

.lx-cont3 .lx-xza3list1 dl dd {
  color: #666666;
  font: 500 1.125rem/1.5rem "montserrat";
  margin-top: 0.8em;
}

.lx-cont3 .lx-xza3list1 dl dd span {
  color: #ff0000;
  text-transform: uppercase;
}

.lx-cont3 .lx-xza3list1 dl a.more-msl {
  line-height: 2.5em;
}

.lx-cont3 .mySwiper8 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .lx-cont3 .mySwiper8 {
    margin-top: 1.5rem;
    padding: 0 1px;
  }
  .lx-cont3 .lx-xza3list1 dl dd{
    font-size: 1rem;
  }
}

.lx-cont3 .mySwiper8 dl {
  border: 1px solid #E7E7E7;
  background: #fff;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .lx-cont3 .mySwiper8 dl {
    padding: 0.8rem 0.8rem 1rem;
  }
}

.lx-cont3 .mySwiper8 dl i {
  display: block;
  font-size: 0;
}

.lx-cont3 .mySwiper8 dl i img {
  width: 100%;
}

.lx-cont3 .mySwiper8 dl .cont {
  height: 8rem;
  margin-top: 1.25em;
}

@media (max-width: 768px) {
  .lx-cont3 .mySwiper8 dl .cont {
    height: 7rem;
  }
}

.lx-cont3 .mySwiper8 dl dt {
  color: #333333;
  font: 600 1.5rem/2rem "montserrat";
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .lx-cont3 .mySwiper8 dl dt {
    font-size: 1.125rem;
  }
}

.lx-cont3 .mySwiper8 dl dd {
  color: #666666;
  font: 500 1rem/1.5rem "montserrat";
  margin-top: 0.8em;
}

.lx-cont3 .mySwiper8 dl dd span {
  color: #45ACD6;
  text-transform: uppercase;
}

.lx-cont3 .mySwiper8 dl a.more-msl {
  line-height: 2.5em;
}

.lx-cont3 .mySwiper8 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.6rem;
}

.lx-cont3 .mySwiper8 .swiper-pagination1 span {
  background: rgba(211, 211, 211, 0.5);
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
}

@media (max-width: 768px) {
  .lx-cont3 .mySwiper8 .swiper-pagination1 span {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.lx-cont3 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45ACD6;
}

.xw-sort {
  background: url(../images/bj8.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.75rem 0 0;
}

@media (max-width: 768px) {
  .xw-sort {
    padding-top: 2rem;
  }
}

.xw-sort .news-tit {
  color: #fff;
  font: 600 3.15rem/1.25em "montserrat";
}

@media (max-width: 768px) {
  .xw-sort .news-tit {
    font-size: 2rem;
  }
}

.xw-sort .n_src-xw {
  padding: 0.5em 0 1.375rem;
}

@media (max-width: 768px) {
  .xw-sort .n_src-xw {
    padding: 0.2em 0 1rem;
  }
}

.xw-sort .n_src-xw li a {
  display: block;
  color: #FFFFFF;
  font: 500 1.6rem/1.8em "montserrat";
  border-bottom: .18rem solid transparent;
  position: relative;
}

@media (max-width: 768px) {
  .xw-sort .n_src-xw li a {
    font-size: 1.2rem;
  }
}

.xw-sort .n_src-xw li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: .18rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #fff;
}

.xw-sort .n_src-xw li a:hover::after {
  width: 100%;
}

.xw-sort .n_src-xw li.active a {
  border-color: #fff;
}

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

.ny-news-content {
  background: url(../images/bj9.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  border-top: 1px solid #EDDCDC;
}

.ny-news-content .news-list li {
  width: 100%;
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .ny-news-content .news-list li {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.ny-news-content .news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 51.42857%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

.ny-news-content .news-list li .xw-date {
  padding: 1.5rem 0;
  background: #fff;
  border: 1px solid #EDDCDC;
  box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.3);
}

.ny-news-content .news-list li .xw-date .data {
  width: 15%;
  text-align: center;
}

.ny-news-content .news-list li .xw-date .data span {
  display: block;
  color: #333;
  font: 500 2.8125rem/1.25em "montserrat";
}

@media (max-width: 768px) {
  .ny-news-content .news-list li .xw-date .data span {
    font-size: 2.25rem;
  }
}

.ny-news-content .news-list li .xw-date .data p {
  color: #A6A6A6;
  font: 500 1.125rem/1.4em "montserrat";
}

@media (max-width: 768px) {
  .ny-news-content .news-list li .xw-date .data p {
    font-size: 1rem;
  }
}

.ny-news-content .news-list li .xw-date .txt {
  width: 85%;
  padding-right: 4%;
  padding-left:4%;
  border-left:1px solid rgba(0,0,0,0.2);
}

.ny-news-content .news-list li .xw-date h2 a {
  color: #333333;
  font: 500 1.525rem/1.35em "montserrat";
}

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

.ny-news-content .news-list li .xw-date p{ margin-bottom:1.5rem;}

.ny-news-content .news-list li .xw-date p a {
  color: #666;
  font: 500 1rem/1.35em "montserrat";
}

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

.xw-show-sort {
	background:rgba(0,0,0,1);
  padding: 3.7rem 0 0;
}

@media (max-width: 768px) {
  .xw-show-sort {
    padding-top: 2rem;
  }
}

.xw-show-sort .xw-nest-tit {
  color: #FFFFFF;
  font: 500 1.875rem/1.45em "montserrat";
  text-align: center;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-tit {
    font-size: 1.4rem;
  }
}

.xw-show-sort .xw-nest-cont {
  padding: 1.5625rem 0;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-cont {
    padding: 1.25rem 0;
  }
}

.xw-show-sort .xw-nest-cont .xw-nest-conta1 span {
  color: #fff;
  font: 500 1.125rem/1.6em "montserrat";
  display: inline-block;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-cont .xw-nest-conta1 span {
    font-size: 1rem;
  }
}

.xw-show-sort .xw-nest-cont .xw-nest-conta1 .dfdxdna {
  color: #fff;
  font: 500 1.125rem/1.6em "montserrat";
  margin-left: 2em;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-cont .xw-nest-conta1 .dfdxdna {
    font-size: 1rem;
    margin-left: 1em;
  }
}

.xw-show-sort .xw-nest-cont .xw-nest-conta1 .dfdxdna .social-share a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  border: none;
  color: #E0CACA;
  background: #fff;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-cont .xw-nest-conta1 .dfdxdna .social-share a {
    width: 2.4125rem;
    height: 2.4125rem;
    line-height: 2.4125rem;
    font-size: 1.125rem;
  }
}

.xw-show-sort .xw-nest-cont a.mast-sda {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "montserrat";
  border-bottom: 1px solid #fff;
  padding-bottom: 0.35em;
}

@media (max-width: 768px) {
  .xw-show-sort .xw-nest-cont a.mast-sda {
    font-size: 1.125rem;
  }
}

.xw-show-sort .xw-nest-cont a.mast-sda i {
  font: 600 1rem/1.5em "montserrat";
}

.ny-news-content-show {
  background: url(../images/bj10.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.75rem 0 4.625rem;
}

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

.ny-news-content-show .content {
  color: #666666;
  font: 500 1.125rem/1.8em "montserrat";
}

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

.ny-news-content-show .cont-sdta {
  border-top: 1px solid #EDDCDC;
  margin-top: 1.5em;
  padding: 1rem 0;
}

.ny-news-content-show .sypxyt {
  max-width: 50%;
}

@media (max-width: 768px) {
  .ny-news-content-show .sypxyt {
    max-width: 100%;
  }
}

.ny-news-content-show .sypxyt dl {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ny-news-content-show .sypxyt dl {
    margin-top: 0.5rem;
  }
}

.ny-news-content-show .sypxyt dl .jtaa {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #EDDCDC;
  margin-right: 1.5rem;
}

.ny-news-content-show .sypxyt dl .jtaa i {
  color: #333333;
  font: 500 1.2rem/1em "montserrat";
}

@media (max-width: 768px) {
  .ny-news-content-show .sypxyt dl .jtaa {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin-right: 1rem;
  }
  .ny-news-content-show .sypxyt dl .jtaa i {
    font-size: 1rem;
  }
}

.ny-news-content-show .sypxyt dl a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: -webkit-calc(100% - 4.625rem);
  width: -moz-calc(100% - 4.625rem);
  width: calc(100% - 4.625rem);
}

.ny-news-content-show a.mast-sda {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  border-bottom: 1px solid #45ACD6;
  padding-bottom: 0.35em;
}

@media (max-width: 768px) {
  .ny-news-content-show a.mast-sda {
    font-size: 1.125rem;
    margin-top: 1em;
  }
}

.ny-news-content-show a.mast-sda i {
  font: 600 1rem/1.5em "montserrat";
}

.case-sort {
	background:rgba(0,0,0,1);
  padding: 3.125rem 0;
  border-top:1px solid rgba(255,255,255,0.25) !important;
}

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

@media (max-width: 540px) {
  .case-sort {
    padding: 1rem 0 2rem;
  }
}

.case-sort li {
	margin:0 0.5%;
}

@media (max-width: 768px) {
  .case-sort li {
    width: 50%;
	margin:0 0 0.5rem 0;
  }
}

@media (max-width: 540px) {
  .case-sort li {
    width: 100%;
    margin-top: 1rem;
  }
}

.case-sort li a {
  display: block;
  color: rgba(255,255,255,1);
  font: 500 1.3rem/2em "montserrat";
  padding: 0.35em 1.5rem;
  border: 1px solid #000;
  border-radius: 1.5em;
  text-align: center;
}

@media (max-width: 768px) {
  .case-sort li a {
    font-size: 1rem;
  }
}



.case-sort li.active a, .case-sort li:hover a {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.n-content{ background:#f8f8f8;}

.case-list{ margin-bottom:3rem; float:left; width:100%;}


.case-list li {
  position: relative;
  margin-top: 2.7rem;
  width:33.3333%;
  float:left;
  padding:0 0.5rem;
}

.honor-list li{ width:25% !important;}

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

@media (max-width: 480px) {
  .case-list li {
    margin-top: 1.25rem;
	width:100%;
  }
}

.case-list li .case_wenzq {
	background:rgba(0,0,0,.75);
  position: absolute;
  right: 1.4rem;
  bottom: 1rem;
  width: 90%;
  padding:1rem 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq {
    width: 90%;
    padding: 1.2rem 0;
  }
}

@media (max-width: 450px) {
  .case-list li .case_wenzq {
    width: 90%;
    padding: 1.1rem 0;
    right: 0.9rem;
    bottom: 0.9rem;
  }
}

.case-list li .case_wenzq .wehxc-ad {
  border-left: .4375rem solid #ff0000;
  padding-left: 1.4em;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq .wehxc-ad {
    border-left: .375rem solid #4ACBFF;
    padding-left: 1em;
    -o-background-size: 2rem auto;
       background-size: 2rem auto;
  }
}

@media (max-width: 450px) {
  .case-list li .case_wenzq .wehxc-ad {
    padding-left: 0.6em;
    background: url(../images/jtasd1.svg) no-repeat 95% center;
    -o-background-size: 1.9rem auto;
       background-size: 1.9rem auto;
  }
}

.case-list li .case_wenzq .p {
  color: #fff;
  font: 500 1.5rem/1.25em "montserrat";
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq .p {
    font-size: 1.25rem;
  }
}

@media (max-width: 450px) {
  .case-list li .case_wenzq .p {
    font-size: 1.25rem;
  }
}

.case-list li .case_wenzq h2 {
  color: #FFFFFF;
  font: 500 1.125rem/1.3em "montserrat";
}

@media (max-width: 768px) {
  .case-list li .case_wenzq h2 {
    font-size: 0.85rem;
    margin-top: 0.1em;
  }
}

.case-list li .my11a {
  position: relative;
}

.case-list li .my11a .swiper-button-nextr1, .case-list li .my11a .swiper-button-prevr1 {
  border: 1px solid #CFAEAE;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .case-list li .my11a .swiper-button-nextr1, .case-list li .my11a .swiper-button-prevr1 {
    display: none;
  }
}

.case-list li .my11a .swiper-button-nextr1 i, .case-list li .my11a .swiper-button-prevr1 i {
  color: #333;
  font-size: 1.25rem;
}

.case-list li .my11a .swiper-button-nextr1 {
  left: -4.4rem;
  outline: none;
}

.case-list li .my11a .swiper-button-prevr1 {
  right: -4.4rem;
  outline: none;
}

.case-list li .wex-b {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.case-list li .wex-b .przs-a {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 9;
  width: 54.16667%;
  padding: 2.5rem 4.5%;
}

@media (max-width: 768px) {
  .case-list li .wex-b .przs-a {
    width: 90%;
    padding: 1.5rem 4%;
  }
}

.case-list li .wex-b .przs-a a.jataxta {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.case-list li .wex-b .przs-a a.jataxta i {
  color: #CFAEAE;
  font: 100 3.375rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .case-list li .wex-b .przs-a a.jataxta i {
    font-size: 2rem;
  }
}

.case-list li .wex-b .tc_cont .dla dt {
  text-align: center;
  font: 600 2rem/2em "montserrat";
  margin-bottom: 0.65em;
}

@media (max-width: 768px) {
  .case-list li .wex-b .tc_cont .dla dt {
    font-size: 1.5rem;
  }
}

.case-list li .wex-b .tc_cont .dlb .mySwiper9 {
  margin-top: 1.45rem;
}

@media (max-width: 768px) {
  .case-list li .wex-b .tc_cont .dlb .mySwiper9 {
    margin-top: 1rem;
  }
}

.case-list li .wex-b .tc_cont .dlc {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .case-list li .wex-b .tc_cont .dlc {
    margin-top: 0.7rem;
  }
}

.case-list li .wex-b .tc_cont .dlc dd {
  width: 49%;
  color: #333333;
  font: 500 1.125rem/1.4em "montserrat";
  padding: 0.2em 0;
}
@media (max-width: 1680px) {
  .case-list li .wex-b .tc_cont .dlc dd{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .case-list li .wex-b .tc_cont .dlc dd {
    width: 100%;
    font-size: 1rem;
  }
}

.case-list li .wex-b .tc_cont .dlc dd span {
  color: #666;
}

.product-list li {
  width: 48.61111%;
  padding-bottom: 1.4rem;
  margin-top: 1.5rem;
}

.product-list li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.product-list li a.img img {
  width: 100%;
}

.product-list li .xw-date {
  padding: 0 3%;
  margin-top: 1rem;
}

.product-list li .xw-date h2 a {
  display: block;
  color: #333333;
  font: 500 1.5625rem/1.5em "montserrat";
  padding: 0.2em 0;
}

.product-list li .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #45ACD6;
}

.product-list li .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
}

.cp-fm-tit i {
  display: block;
  font-size: 0;
}

.cp-fm-tit i img {
  height: 3.125rem;
}

@media (max-width: 768px) {
  .cp-fm-tit i img {
    height: 2.5rem;
  }
}

.cp-fm-tit p {
  color: #45ACD6;
  font: 500 1.375rem/1.5em "montserrat";
  margin-top: 0.45em;
}

@media (max-width: 768px) {
  .cp-fm-tit p {
    font-size: 1.125rem;
  }
}

.cp-fm-cont1 {
  background: url(../images/bj12.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0;
}

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

.cp-fm-cont1 .cp-fm-a1_list1 {
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  .cp-fm-cont1 .cp-fm-a1_list1 {
    margin-top: 1.7rem;
  }
}

.cp-fm-cont1 .cp-fm-a1_list1 li {
  width: 48.61111%;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img {
  display: block;
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img i img {
  width: 100%;
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date {
  padding: 0 3% 1.5rem;
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date h2 {
  display: block;
  color: #333333;
  font: 500 1.5625rem/1.5em "montserrat";
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #45ACD6;
  margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date h2 {
    font-size: 1.125rem;
  }
  .cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date h2::before {
    width: 3.2rem;
  }
}

.cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cp-fm-cont1 .cp-fm-a1_list1 li a.img .xw-date p {
    font-size: 1rem;
  }
}

.cp-fm-cont2 {
  background: url(../images/bj13.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 0 5.3125rem;
}

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

.cp-fm-cont2 .cp-fm-a2_v1 {
  background: #F7F7F7;
  padding: 1.375rem 1.375rem 1.375rem 3.4375rem;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 {
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 {
  width: 28.26389%;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 {
    width: 100%;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date h2 {
  display: block;
  color: #333333;
  font: 600 1.5625rem/1.5em "montserrat";
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #45ACD6;
  margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date h2 {
    font-size: 1.25rem;
  }
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date h2::before {
    width: 3.6rem;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date h2 a {
  display: block;
  color: #333333;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 .xw-date p {
    font-size: 1.125rem;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 a.more-msla {
  color: #333333;
  font-size: 1.125rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 a.more-msla {
    margin-top: 0.6rem;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 a.more-msla i {
  font-size: 2rem;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 a.more-msla:hover {
  color: #8B70A4;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b1 a.more-msla:hover i {
  color: #8B70A4;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 {
  width: 59.44444%;
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11 {
    padding: 0 1px;
  }
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11 .swiper-slide,
.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11b .swiper-slide {
  border: 1px solid #EDDCDC;
  padding: 0.9rem 0;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11 .swiper-slide.swiper-slide-thumb-active,
.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11b .swiper-slide.swiper-slide-thumb-active{
  border-color: #45ACD6;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11a .swiper-slide {
  border: 1px solid #EDDCDC;
  padding: 0.9rem 0;
}

.cp-fm-cont2 .cp-fm-a2_v1 .cp-fm-a2_b2 .mySwiper11a .swiper-slide.swiper-slide-thumb-active {
  border-color: #45ACD6;
}

.cp-fm-cont3 {
  background: url(../images/bj14.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.3125rem 0;
}

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

.cp-fm-cont3 .cp-fm-a1_list1 {
  margin-top: 3.2rem;
}

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

.cp-fm-cont3 .cp-fm-a1_list1 li {
  width: 22.61111%;
  background: #000;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  margin-bottom:3rem;
  margin:0 1% 2% 1%;
  overflow:hidden;
  
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img {
  display: block;
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img i img {
  width: 100%;
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date {
  padding: 1.5rem 3% 1rem;
}

@media (max-width: 768px) {
  .cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date {
    padding: 1.25rem 3%;
  }
  .cp-fm-cont3 .cp-fm-a1_list1 li{ width:48%; margin-bottom:1rem}
}


@media (max-width: 480px){
	.cp-fm-cont3 .cp-fm-a1_list1 li{ width:100%; margin-bottom:2rem;}
	} 

.cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date h2 {
  display: block;
  color: #fff;
  font: 500 1.5625rem/1.5em "montserrat";
}


.cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date h1 {
  color: #fff;
  font: 500 0.875rem/1.4rem "montserrat";
  display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:0.5rem;
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #fff;
  margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date h2 {
    font-size: 1.125rem;
  }
  .cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date h2::before {
    width: 2.2rem;
  }
}

.cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cp-fm-cont3 .cp-fm-a1_list1 li a.img .xw-date p {
    font-size: 1rem;
  }
}

.cp-fm-cont4 {
  background: url(../images/bj15.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0 6.5625rem;
}

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

.cp-fm-cont4 .cp-fm-a4_list1 {
  margin-top: 2.8125rem;
}

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

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 {
  background-color: #F8F8F8;
  position: relative;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 {
    padding: 5rem 0;
  }
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date h2 {
  display: block;
  color: #333333;
  font: 600 1.5625rem/1.5em "montserrat";
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #45ACD6;
  margin-bottom: 0.3rem;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date h2 a {
  display: block;
  color: #333333;
}
.cp-show3-v1 dl .paggs .table-bordered .cpxs td:nth-child(1){
    width: 20%;
    vertical-align: middle;
}
.cp-show3-v1 dl .paggs .table-bordered .cpxs tr{
    height: 75px;
    
}
.cp-show3-v1 dl .paggs .table-bordered .cpxs td:nth-child(2){
    width: 80%;
}
.cp-show3-v1 dl .paggs .table-bordered .cpxs td img{
    width: 20rem;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date h2 {
    font-size: 1.25rem;
  }
  .cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date h2::before {
    width: 2.2rem;
  }
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 0.2em;    max-width: 84%;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 .xw-date p {
    font-size: 1rem;    max-width: 100%;
  }
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 a.more-msla {
  color: #333333;
  font-size: 1.125rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 a.more-msla {
    margin-top: 2.6rem;
  }
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 a.more-msla i {
  font-size: 2rem;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 a.more-msla:hover {
  color: #8B70A4;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a1 a.more-msla:hover i {
  color: #8B70A4;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a2 {
  width: 77.98611%;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a2 i {
  display: block;
  font-size: 0;
}

.cp-fm-cont4 .cp-fm-a4_list1 li .cp-fw-v1 .cp-fw-a2 i img {
  width: 100%;
}

.cp-fm-cont4 .cp-fm-a4_list2 {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list2 {
    margin-top: 1rem;
  }
}

.cp-fm-cont4 .cp-fm-a4_list2 li {
  width: 48.61111%;
  background: #F6F6F6;
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img {
  display: block;
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img i img {
  width: 100%;
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date {
  padding: 2.5rem 3% 1.5rem;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date {
    padding: 1.5rem 3% 1.4rem;
  }
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date h2 {
  display: block;
  color: #333333;
  font: 500 1.5625rem/1.5em "montserrat";
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date h2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: .2rem;
  background: #45ACD6;
  margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date h2 {
    font-size: 1.125rem;
  }
  .cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date h2::before {
    width: 2.2rem;
  }
}

.cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date p {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cp-fm-cont4 .cp-fm-a4_list2 li a.img .xw-date p {
    font-size: 1rem;
  }
}

.cp-show-cont1 {
  padding: 5.1rem 0;
}

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

.cp-show-cont1 .cp-show1-v1 .cp-show1-a1 {
  width: 50%;
    border-right:1px solid rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a1 {
    width: 100%;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 {
  width: 43.81944%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt {
  color: #333333;
  font: 600 2.25rem/1.5em "montserrat";
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt:nth-child(2){
	color: #333333;
  font:100 1.15rem/1.75em "montserrat";
  margin-top:0.5rem;
  border-bottom:1px solid #ccc;
  padding-bottom:0.6rem;
	}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: .2rem;
  background: #000;
  margin-bottom: 0.2em;
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt:nth-child(2)::before{
	display:none;
	}


@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt {
    font-size: 1.5rem;
  }
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dt::before {
    width: 4rem;
    margin: 0 auto 0.45em;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dd {
  color: #333333;
  font: 500 1rem/2em "montserrat";
  margin-top: 1em;
  margin-bottom:3rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl dd {
    font-size: 1rem;
    margin-top: 0.6em;
    text-align: left;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox {
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox a.more-msla {
  color: #333333;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox a.more-msla {
    margin-top: 0.6rem;
  }
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox a.more-msla i {
  font-size: 2rem;
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox a.more-msla:hover {
  color: #8B70A4;
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox a.more-msla:hover i {
  color: #8B70A4;
  margin-left: 0;
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox .dfdxdna {
  margin-left: 2rem;
}

.cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox .dfdxdna .social-share a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  border-color: #EDDCDC;
  color: #E0CACA;
  background: #fff;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show1-v1 .cp-show1-a2 dl .masox .dfdxdna .social-share a {
    width: 2.4125rem;
    height: 2.4125rem;
    line-height: 2.4125rem;
    font-size: 1.125rem;
  }
}

dl.cpshow-tit dd {
  color: #333333;
  font: 500 1.385rem/1.6em "montserrat";
}

@media (max-width: 768px) {
  dl.cpshow-tit dd {
    font-size: 1rem;
  }
}

dl.cpshow-tit dt {
  color: #333333;
  font: 600 3.125rem/1.4em "montserrat";
  margin-top: 0.1em;
}

@media (max-width: 768px) {
  dl.cpshow-tit dt {
    font-size: 1.5rem;
  }
}

.cp-show-cont2 .cp-show2-v1 {
  background: #F8F8F8;
  padding: 3rem 0;
}
.cp-show-cont2 .cp-show2-v2 .bjae-sdb .tdbt {
  color: #fff;
  font: 500 1.75rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v1 {
    padding: 2rem 0;
  }
}

.cp-show-cont2 .cp-show2-v2 .bjae-sda dl {
  position: relative;
  padding-bottom: 28.125%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sda dl {
    padding-bottom: 35%;
  }
}

@media (max-width: 450px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sda dl {
    padding-bottom: 52%;
  }
}

.cp-show-cont2 .cp-show2-v2 .bjae-sda dl img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb h2 {
  color: #fff;
  font: 600 2.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb h2 {
    font-size: 1rem;
  }
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 {
  margin-top: .8rem;
  justify-content: flex-start;
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 li {
  width: 48%;
  margin: 0.25rem 1%;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 li {
    width: auto;
    margin: 0.25rem 1%;
  }
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1{
    justify-content: center;
  }
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 li a {
  display: block;
  color: #FFFFFF;
  font: 500 1.25rem/1.6em "montserrat";
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  border: 1px solid #fff;
  border-radius: 1.3em;
  text-align: center;
  text-transform: capitalize;
  /*min-height: 83px;*/
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 li a {
    font-size: .8rem;
    padding: 0 .8rem;
  }
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1 li.on a {
  background: #EBEBF6;
  color: #8B70A4;
}

.cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1.xe_as1_a4 li {
  width: 31.3%;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .xe_as1.xe_as1_a4 li {
    width: 48%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show2-v2 .cp-show2-v2-a4a .bjae-sda dl {
    padding-bottom: 60%;
  }
}

.cp-show-cont3 {
  background: #F8F8F8;
  padding: 1.875rem 0 4.375rem;
}

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

.cp-show-cont3 .bsbj-sd {
  background: #fff;
  padding: 2rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .bsbj-sd {
    padding: 1.5rem;
  }
}

a.we-as {
  display: inline-block;
  color: #333333;
  font: 500 1.125rem/1.8em "montserrat";
  border-bottom: 1px solid #45ACD6;
  padding: 0.4em 0;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  a.we-as {
    margin-top: 0;
  }
}

a.we-as i {
  color: #333333;
  font: 500 1.125rem/1.8em "montserrat";
}

a.we-as:hover {
  color: #45ACD6;
}

a.we-as:hover i {
  color: #45ACD6;
}

.cp-show3-v1 dl {
  width: 47.27941%;
}

@media (max-width: 768px) {
  .cp-show3-v1 dl {
    width: 100%;
  }
}

.cp-show3-v1 dl.w100 {
  width: 100%;
}

.cp-show3-v1 dl.w100 .paggs table tr td:nth-child(3) {
  font-weight: 100;
}

.cp-show3-v1 dl dt {
  color: #333333;
  font: 600 1.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cp-show3-v1 dl dt {
    font-size: 1.25rem;
  }
}

.cp-show3-v1 dl p {
  color: #333333;
  font: 500 1.125rem/1.5em "montserrat";
  padding: 0.5rem 0 1rem;
}

@media (max-width: 768px) {
  .cp-show3-v1 dl p {
    padding: 0.4rem 0 0.6rem;
  }
}

.cp-show3-v1 dl .paggs table {
  border: none;
  border-top: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show3-v1 dl .paggs table tr td {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.cp-show3-v1 dl .paggs table tr td:nth-child(2n) {
  font-weight: 100;
}

@media (max-width: 768px) {
  .cp-show3-v1 dl .paggs table tr td:nth-child(2n) {
    font-weight: 500;
  }
}

.cp-show3-v1 dl .paggs .table-bordered td, .cp-show3-v1 dl .paggs .table-bordered th {
  border: none;
  border-bottom: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show3-v1 dl:nth-child(2) {
  width: 31.98529%;
  margin-right: 9%;
}

@media (max-width: 768px) {
  .cp-show3-v1 dl:nth-child(2) {
    margin: 0 auto;
    width: 50%;
  }
}

.cp-show3-v2 {
  margin-top: 2.6rem;
}

@media (max-width: 768px) {
  .cp-show3-v2 {
    margin-top: 1.5rem;
  }
    .cp-show3-v1 dl .paggs .table-bordered .cpxs td:nth-child(1){
      width: 35%;
  }
  .cp-show3-v1 dl .paggs .table-bordered .cpxs td:nth-child(2){
      width: 65%;
  }
  .cp-show3-v1 dl .paggs .table-bordered .cpxs td img{
      width: 30%;
  }
}

.cp-show3-v2 .toeas_a {
  color: #333333;
  font: 600 1.75rem/1.5em "montserrat";
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .cp-show3-v2 .toeas_a {
    font-size: 1.25rem;
  }
}

.cp-show3-v2 .cp-show3-v2a1 dl {
  width: 47.27941%;
}

@media (max-width: 768px) {
  .cp-show3-v2 .cp-show3-v2a1 dl {
    width: 100%;
  }
}

.cp-show3-v2 .cp-show3-v2a1 dl .paggs table {
  border: none;
  border-top: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show3-v2 .cp-show3-v2a1 dl .paggs table tr td {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.cp-show3-v2 .cp-show3-v2a1 dl .paggs table tr td:nth-child(2n) {
  font-weight: 100;
}

@media (max-width: 768px) {
  .cp-show3-v2 .cp-show3-v2a1 dl .paggs table tr td:nth-child(2n) {
    font-weight: 500;
  }
}

.cp-show3-v2 .cp-show3-v2a1 dl .paggs .table-bordered td, .cp-show3-v2 .cp-show3-v2a1 dl .paggs .table-bordered th {
  border: none;
  border-bottom: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show-cont4 {
  background: url(../images/bjasa1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.2rem 0;
}

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

.cp-show-cont4.cp-show-cont4-a {
  padding: 5.25rem 0 7.5rem;
}

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

.cp-show-box{ line-height:2rem;}
.cp-show-box p{ font-size:1rem; font-weight:normal;}
.cp-show-box strong{ font-size:1.5rem; text-transform:uppercase; margin-bottom:0.725rem; display:block;}

.cp-show-cont4 dl {
  color: #fff;
}

.cp-show-cont4 dl dd {
  font: 500 1.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cp-show-cont4 dl dd {
    font-size: 1rem;
  }
  .cp-show-cont2 .cp-show2-v2 .bjae-sdb .tdbt {
    font-size: 1rem;
  }
}

.cp-show-cont4 dl dt {
  font: 600 3rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cp-show-cont4 dl dt {
    font-size: 1.4rem;
    margin-top: 0.2em;
  }
}

.cp-show-cont4 .xe_as1-a {
  margin-top: 2.2rem;justify-content: flex-start;
}

@media (max-width: 768px) {
  .cp-show-cont4 .xe_as1-a {
    margin-top: 1.5rem;justify-content: center;
  }
}

.cp-show-cont4 .xe_as1-a li {
  width: 22.22222%;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .cp-show-cont4 .xe_as1-a li {
    width: 45%;
  }
}

.cp-show-cont4 .xe_as1-a li a {
  display: block;
  color: #FFFFFF;
  font: 500 1.35rem/2.6em "montserrat";
  border: 1px solid #fff;
  border-radius: 1.3em;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .cp-show-cont4 .xe_as1-a li a {
    font-size: 1rem;
  }
}

.cp-show-cont4 .xe_as1-a li.on a {
  background: #EBEBF6;
  color: #8B70A4;
}

.cp-show-cont4 .xe_as1-a.xe_as1-aba li {
  width: 30%; margin: 0.25rem 1%;
}

@media (max-width: 768px) {
  .cp-show-cont4 .xe_as1-a.xe_as1-aba li {
    width: 100%;
    margin: 0.25rem 1%;
  }
}

.cp-show-cont5 .cp-show-a5_v1 {
  padding: 5.5625rem 0 4.375rem;
  background: url(../images/bjas1.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 {
    padding: 2rem 0;
  }
}

@media (max-width: 580px) {
  .cp-show-cont2 .cp-show2-v2 .bjae-sda .sphv {
    padding-bottom: 50%;
  }
}
.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 {
  position: relative;
}
.cp-show-cont5 .cp-show-a5_v1 .mySwiper14tj .swiper-slide u {
  width: 5.625rem;
  margin: 0 auto;
  display: block;
}
.cp-show-cont5 .cp-show-a5_v1 .mySwiper14tj .swiper-slide p {
  color: #000000;
  font: 500 1rem/1.6em "Alibaba-PuHui";
  text-align: center;
  margin-top: 1em;
}
.cp-show-cont5 .cp-show-a5_v1 .mySwiper14tj .swiper-pagination1 {
  text-align: center;
  margin-top: 1.6rem;
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-slide u {
  width: 5.625rem;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-slide u {
    width: 4.5em;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-slide u img {
  width: 100%;
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-slide p {
  color: #000000;
  font: 500 1.125rem/1.6em "montserrat";
  text-align: center;
  margin-top: 1em;
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.6rem;
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-pagination1 span {
  background: rgba(211, 211, 211, 0.5);
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-pagination1 span {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .mySwiper14 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45ACD6;
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 {
  margin-top: 4.125rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 {
    margin-top: 2rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl {
  width: 31.94444%;
  background: #F8F8F8;
  border: 1px solid #EDDCDC;
  padding: 3.75rem 3.6%;
  text-align: center;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl {
    padding: 2rem 0;
  }
}

@media (max-width: 450px) {
  .cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl u {
  display: block;
  width: 4.75rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl u {
    width: 3.5rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl u img {
  width: 100%;
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl dt {
  color: #45ACD6;
  font: 600 1.725rem/1.5em "montserrat";
  padding: 0.9em 0 0.6em;
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl dt span {
  display: block;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl dt {
    font-size: 1.25rem;
    padding: 0.4em 0 0.3em;
  }
}

.cp-show-cont5 .cp-show-a5_v1 .asr-st-wh1 dl dd {
  color: #333333;
  font: 500 1.25rem/1.5em "montserrat";
}

.cp-show-cont5 .cp-show-a5_v2 {
  background: #F8F8F8;
  padding: 4.875rem 0 4.375rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 {
    padding: 2rem 0;
  }
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li {
  width: 48.61111%;
  margin-top: 2.5rem;
  border: 1px solid #EDDCDC;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li {
    margin-top: 1.25rem;
  }
}

@media (max-width: 450px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li {
    width: 100%;
  }
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li u {
  display: block;
  width: 100%;
  font-size: 0;
  padding-bottom: 66%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li u img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont {
  background: #fff;
  padding: 1.5rem 1.5rem 5.5625rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont {
    padding: 1rem 1rem 3rem;
  }
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont i {
  width: 19.14286%;
  font-size: 0;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 7%;
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont i img {
  width: 100%;
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont h3 {
  color: #333333;
  font: 500 1.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont h3 {
    font-size: 1.25rem;
  }
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont .p {
  margin-top: 0.8em;
  color: #333;
  font: 100 1.25rem/1.5em "montserrat";
  height: 4.5em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont .p {
    font-size: 1rem;
  }
}

.cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont .p p {
  color: #333;
  font: 100 1.25rem/1.5em "montserrat";
  padding-left: 1em;
  background: url(../images/qiua1.svg) no-repeat left 0.5em;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2 .cp-show-a5_-list1 li .cont .p p {
    font-size: 1rem;
    font-weight: 500;
  }
}

.cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-a {
  background: url(../images/bja1.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 1rem 0 8rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-a {
    padding: 1rem 0 2rem;
  }
}

.cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-a .cp-show-a5_-list1 li .cont {
  background: #F8F8F8;
  padding: 1.5rem 1.5rem 3.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-a .cp-show-a5_-list1 li .cont {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-a .cp-show-a5_-list1 li .cont h3 {
  color: #45ACD6;
}

.cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-b .cp-show-a5_-list1 li .cont {
  padding: 1.5rem 1.5rem 3.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v2.cp-show-a5_v2-b .cp-show-a5_-list1 li .cont {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.cp-show-cont6 {
  padding: 5.5625rem 0 7.9375rem;
}

@media (max-width: 768px) {
  .cp-show-cont6 {
    padding: 2rem 0 2.3rem;
  }
}

.cp-show-cont6 .show-tit {
  color: #333;
  font: 600 2.25rem/1.6em "montserrat";
}

@media (max-width: 768px) {
  .cp-show-cont6 .show-tit {
    font-size: 1.5rem;
  }
}

.cp-show-cont6 .show-tit::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: .25rem;
  background: #45ACD6;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .cp-show-cont6 .show-tit::before {
    width: 4rem;
    height: .15rem;
  }
}

.cp-show-cont6 .p {
  color: #333333;
  font: 500 1.125rem/1.5em "montserrat";
  margin-top: 0.8em;
}

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

.cp-show-cont6 .img1 {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .cp-show-cont6 .img1 {
    margin-top: 2rem;
  }
}

.cp-show-cont6 .img1 img {
  width: 100%;
}

.mySwiper15 {
  position: relative;
}

.mySwiper15 .swiper-slide dl {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #EDDCDC;
  padding: 3.75rem 3.6%;
  text-align: center;
}

@media (max-width: 768px) {
  .mySwiper15 .swiper-slide dl {
    padding: 2rem 0;
  }
}

@media (max-width: 450px) {
  .mySwiper15 .swiper-slide dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.mySwiper15 .swiper-slide dl u {
  display: block;
  width: 4.75rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mySwiper15 .swiper-slide dl u {
    width: 3.5rem;
  }
}

.mySwiper15 .swiper-slide dl u img {
  width: 100%;
}

.mySwiper15 .swiper-slide dl dt {
  color: #45ACD6;
  font: 600 1.625rem/1.5em "montserrat";
  margin: 0.9em 0 0.6em;
  /* height: 3em; */
  overflow: hidden;
}

@media (max-width: 768px) {
  .mySwiper15 .swiper-slide dl dt {
    font-size: 1.25rem;
    margin: 0.4em 0 0.3em;
  }
}

.mySwiper15 .swiper-slide dl dd {
  color: #333333;
  font: 500 1rem/1.5em "montserrat";
  height: 4.5em;
  overflow: hidden;
}

.mySwiper15 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.6rem;
}

.mySwiper15 .swiper-pagination1 span {
  background: rgba(211, 211, 211, 0.5);
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
}

@media (max-width: 768px) {
  .mySwiper15 .swiper-pagination1 span {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.mySwiper15 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45ACD6;
}

.ta-we-a {
  margin: 3.75rem 0 1rem;
}

@media (max-width: 768px) {
  .ta-we-a {
    margin: 1rem 0 0;
  }
}

.ta-we-a li {
  width: 22.22222%;
  margin: 0 1.5%;
}

@media (max-width: 768px) {
  .ta-we-a li {
    width: 45%;
    margin: 0.5rem 1.5%;
  }
}

.ta-we-a li a {
  display: block;
  color: #333333;
  font: 500 1.5rem/2.6em "montserrat";
  border: 1px solid #333333;
  border-radius: 1.3em;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .ta-we-a li a {
    font-size: 1.125rem;
  }
}

.ta-we-a li.on a {
  background: #EBEBF6;
  color: #8B70A4;
}

.cp-show-cont3-aas .cp-show3-v1 dl {
  width: 100%;
}

.cp-show-cont3-aas .cp-show3-v1 dl .paggs table {
  border: none;
  border-top: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show-cont3-aas .cp-show3-v1 dl .paggs table tr td {
  color: #333;
  font-size: 1rem;
  font-weight: 100;
}

@media (max-width: 768px) {
  .cp-show-cont3-aas .cp-show3-v1 dl .paggs table tr td {
    font-weight: 500;
  }
}

.cp-show-cont3-aas .cp-show3-v1 dl .paggs table tr td:nth-child(2n) {
  font-weight: 100;
}

@media (max-width: 768px) {
  .cp-show-cont3-aas .cp-show3-v1 dl .paggs table tr td:nth-child(2n) {
    font-weight: 500;
  }
}

.cp-show-cont3-aas .cp-show3-v1 dl .paggs table tr:nth-child(1) td {
  font-weight: 600;
}

.cp-show-cont3-aas .cp-show3-v1 dl .paggs .table-bordered td, .cp-show-cont3-aas .cp-show3-v1 dl .paggs .table-bordered th {
  border: none;
  border-bottom: 1px solid rgba(69, 172, 214, 0.5);
}

.cp-show-a5_v1-aa .asr-st-wh1 {
  margin-top: 0 !important;
}

.paggs-ast table tr:nth-child(n+6) {
  display: none;
}

.paggs-ast.on table tr:nth-child(n+6) {
  display: table-row;
}

.mySwiper13 {
  position: relative;
}

@media (max-width: 768px) {
  .mySwiper13 .swiper-slide img {
    padding: 0 10%;
  }
}

.mySwiper13 .anjt-a {
  position: absolute;
  width: 43.81944%;
  right: 0;
  bottom: 0;
  z-index: 9;
}

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

.mySwiper13 .anjt-a .swiper-button-next1, .mySwiper13 .anjt-a .swiper-button-prev1 {
  border: 1px solid #CFAEAE;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  outline: none;
  display: inline-block;
}

.mySwiper13 .anjt-a .swiper-button-next1 i, .mySwiper13 .anjt-a .swiper-button-prev1 i {
  color: #333;
  font-size: 1.25rem;
}

.mySwiper13 .anjt-a .swiper-button-prev1 {
  margin-left: 5%;
}

.cp-show3-taba {
  display: none;
}

.cp-show3-taba.on {
  display: block;
}

.xw-ss-bj {
  background: #F8F8F8;
  border-bottom: 1px solid #EDDCDC;
  padding: 1.375rem 0;
}

.xw-ss-bj select {
  font: 500 1.25rem/3rem "montserrat";
  height: 3rem;
  text-indent: 0.8em;
  margin-right: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1.125rem) center transparent;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 1.125rem) center transparent;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 1.125rem) center transparent;
}

@media (max-width: 768px) {
  .xw-ss-bj select {
    margin-right: 0;
    margin-bottom: 0.6em;
    font-size: 1rem;
  }
}

.xw-ss-bj .sskz {
  width: 27.77778%;
  border: 1px solid #EDDCDC;
  border-radius: .425rem;
  background-color: #fff;
  color: #E0CACA;
  font: 500 1.25rem/3rem "montserrat";
  overflow: hidden;
}

@media (max-width: 768px) {
  .xw-ss-bj .sskz {
    width: 100%;
    font-size: 1rem;
  }
}

.xw-ss-bj .sskz input {
  width: 75%;
  font: 500 1.25rem/3rem "montserrat";
  text-indent: 0.8em;
}

.xw-ss-bj .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #E0CACA;
}

.xw-ss-bj .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #E0CACA;
}

.xw-ss-bj .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #E0CACA;
}

.xw-ss-bj .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E0CACA;
}

@media (max-width: 768px) {
  .xw-ss-bj .sskz input {
    font-size: 1rem;
  }
}

.xw-ss-bj .sskz button {
  width: 15%;
  outline: none;
  border: none;
  background: none;
}

.xw-ss-bj .sskz button i {
  color: #999999;
  font-size: 1.5rem;
}

.cp-show-cont1xg1 {
  padding: 3.75rem 0 2.375rem;
}

@media (max-width: 768px) {
  .cp-show-cont1xg1 {
    padding: 2rem 0;
  }
}

.mySwiper16 {
  margin-top: 1.5625rem;
}

.mySwiper16 .cp-jja {
  border: 1px solid #CFAEAE;
  padding: 2.5%;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja {
    margin: 0 1px;
  }
}

.mySwiper16 .cp-jja .img {
  padding: 0 2%;
}

.mySwiper16 .cp-jja .img img {
  width: 100%;
}

.mySwiper16 .cp-jja .dt-ast dt {
  color: #333333;
  font: 600 2.5rem/1.5em "montserrat";
}

.mySwiper16 .cp-jja .dt-ast dt::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: #45ACD6;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja .dt-ast dt {
    font-size: 1.5rem;
  }
  .mySwiper16 .cp-jja .dt-ast dt::before {
    width: 3.5rem;
    height: 0.15rem;
  }
}

.mySwiper16 .cp-jja .dt-ast dd {
  color: #333;
  font: 500 1.125rem/2em "montserrat";
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja .dt-ast dd {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.mySwiper16 .cp-jja-va {
  padding: 2%;
  border: 1px solid #EDDCDC;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va {
    margin: 0 1px;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a {
  width: 36.38889%;
  padding-left: 2%;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a {
    width: 100%;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .img {
  width: 6.25rem;
  margin-right: 0.8rem;
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .img img {
  width: 100%;
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .wer-aca dt {
  color: #45ACD6;
  font: 600 1.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .wer-aca dt {
    font-size: 1.45rem;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .wer-aca dd {
  color: #333333;
  font: 500 1.125rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a .er-tuap .wer-aca dd {
    font-size: 1rem;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 dt {
  color: #333333;
  font: 600 1.25rem/1.5em "montserrat";
  display: inline-block;
  border-bottom: 1px solid #45ACD6;
  padding-bottom: 0.25em;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 dt {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 .p {
  margin-top: 1.45em;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 .p {
    margin-top: 1em;
  }
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 .p p {
  color: #333333;
  font: 500 1.125rem/1.5em "montserrat";
  margin-top: 0.6em;
}

.mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 .p p span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .dt-ast-a .er-tuap-ab1 .p p {
    font-size: 1rem;
  }
}

.mySwiper16 .cp-jja-va .img-a {
  width: 57.43056%;
}

@media (max-width: 768px) {
  .mySwiper16 .cp-jja-va .img-a {
    width: 100%;
    margin-top: 1rem;
  }
}

.mySwiper16 .swiper-pagination1a {
  text-align: center;
  margin-top: 1.6rem;
}

.mySwiper16 .swiper-pagination1a span {
  background: rgba(211, 211, 211, 0.5);
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
  margin: 0 0.6rem !important;
}

@media (max-width: 768px) {
  .mySwiper16 .swiper-pagination1a span {
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.2rem !important;
  }
}

.mySwiper16 .swiper-pagination1a span.swiper-pagination-bullet-active {
  background: #45ACD6;
}

.cp-show-a5_v1-wex-a {
  padding: 2.25rem 0;
}

@media (max-width: 768px) {
  .cp-show-a5_v1-wex-a {
    padding: 1.5rem 0;
  }
}

@media (max-width: 450px) {
  .heng1-aa {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .heng1-aa img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pcimg{
    display: none;
  }
  .phoneimg{
    display: block;
  }
}

@media (max-width: 450px) {
  .nbanner .m-img {
    padding-bottom: 75%;
  }
}

.ny-title dl dt,.lx-cont2 .lx-a2v1 .lx-a2b1 dl dt,.foot-fot .foota1 .d-nav li > a,.foot-fot .foota1 .d_lixta dl dt,.foot-fot .foota2 .foota2-a2 dl dt{
  text-transform: Uppercase;
}
@media (max-width: 540px) {
  .ny-title dl dt,.lx-cont2 .lx-a2v1 .lx-a2b1 dl dt,.xw-sort .news-tit,.title_a1 .tit{
    font-size: 1.5rem;
  }
}


.mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 40%;
  position: relative;
  z-index: 9;
}
.mrhgxt a{
  color: #fff;
}
.mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em; color: #fff;
}
