body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
::-webkit-scrollbar-thumb {
  background-color: #0256ac;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

@media (min-width: 1366px) and (max-width: 1680px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "sourcehansans";
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 10.54167%;
}

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

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

.wh1 {
  padding: 0 4.16667%;
}

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

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

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

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

.more-msl.bs:hover {
  color: #0256ac;
  border-color: #fff;
}

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

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

.more-msl1:before {
  /* background: #7986cb; */
}

.more-msl1:after {
  background: #0256ac;
}

.more-msl1:before,
.more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

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

.more-msl1:hover:before,
.more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #7986cb;
}

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

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

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

.m-hidden {
  display: none;
}

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

.m-img-nac {
  padding-bottom: 55.33597%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

.m-img-news {
  padding-bottom: 68.20276%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .m-img.a {
    padding-bottom: 80%;
  }

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

  .pc-banner .swiper-slide.a {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }

  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .m-imgny.a {
    padding-bottom: 80%;
  }

  .m-imgny>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.875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #FFFFFF;
}

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

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

.head .head2 .top_tel {
  margin-right: 1.5em;
}

.head .head2 .top_tel img{
  width: 2rem;
  height: auto !important;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1366px) {
  .head .head2 .top_tel {
    margin-right: 1em;
  }
}

@media (max-width: 1080px) {
  .head .head2 .top_tel {
    display: none;
  }
}

.head .head2 .top_tel i {
  color: #000000;
  font-size: 1.35rem;
}

.head .head2 .top_tel span {
  color: #0256ac;
  font: 700 1.5rem/1.5em "sourcehansans";
  font-family: Impact;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.head .head2 .sska,
.head .head2 .zywena {
  font-size: 1rem;
  color: #000000;
}

.head .head2 .sska a,
.head .head2 .zywena a {
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  color: #000000;
}

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

.head .head2 .zywena {
  text-align: center;
  margin-left: 1em;
}

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

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #0256ac;
  top: 5.875rem;
}

.head .serbtn {
  background: #0256ac;
}

/* .head .left{
  width: 15%;
}
.head .right {
  width: 15%;
}
.head  .center {
  margin: 0 auto;
} */




.nav-img {
  padding-bottom: 68%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

#menu {
  margin-right: 1vw;
}

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

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

#menu .nav_a1 li>a {
  font-size: 1.125rem;
  padding: 0 1.6em;
  line-height: 5.875rem;
  height: 5.875rem;
  text-transform: uppercase;
}

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

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

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

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

#menu .nav_a1 li>a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0256ac;
  -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: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

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

#menu .nav_a1 li .sec>a:hover {
  color: #0256ac;
}

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

#menu .nav_a1 li .sec1 {
  width: 45.91667vw;
  left: -19.5vw;
  border-radius: 0;
  padding: 1rem 1.5rem;
  top: 100%;
}

#menu .nav_a1 li .sec1:after {
  display: none;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 {
  width: 14.4375rem;
  text-align: left;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 a {
  display: block;
  color: #757373;
  font: 500 .875rem/2.875rem "sourcehansans";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.35em;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 a.on {
  background: #0256ac;
  color: #fff;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
  border: 1px solid #E4E5E7;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a {
  display: block;
  font-size: 0;
  padding-bottom: 0.6rem;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a img {
  width: 100%;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a .img {
  overflow: hidden;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a .name {
  text-align: center;
  color: #615F5F;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0 1em;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.current {
  display: block;
  font-size: 0;
  padding-bottom: 0.6rem;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.current .img {
  width: 100%;
}
#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.current .img {
  overflow: hidden;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.current .name {
  text-align: center;
  color: #615F5F;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0 1em;
}

#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);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-nav>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

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

.mslm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

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

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

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

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

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

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

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
}

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

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

a.jjta {
  color: #fff;
}

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

@media (max-width: 990px) {
  body {
   
  }
}

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

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

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

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

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

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  text-align: center;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 2.8125rem/1.45em "sourcehansans";
  text-transform: uppercase;
  margin: 0.1em auto 0;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.45rem;
    margin: 0.2em 8% 0;
  }
}

.pc-banner .mySwipera .banwez dd {
  font: 600 2.8125rem/1.45em "sourcehansans";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.25rem;
  }
}

.pc-banner .mySwipera .bant {
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  text-align: center;
  z-index: 99;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .bant {
    bottom: 4%;
  }
}

.pc-banner .mySwipera .bant .wh {
  width: 100%;
}

.pc-banner .mySwipera .bant .swiper-pagination1as {
  padding: 0 0.15em;
  text-align: center;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span {
  width: .75rem;
  height: .75rem;
  opacity: 1;
  border-radius: .375rem;
  margin: 0 0.35rem;
  border: 1px solid #fff;
  background: transparent;
}

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

.pc-banner.cp-banner {
  margin-top: 5.875rem;
}

@media (max-width: 990px) {
  .pc-banner.cp-banner {
    margin-top: 0;
  }
}

.pc-banner.cp-banner .mySwipera .swiper-slide .img>img {
  -webkit-animation-name: ass;
  -moz-animation-name: ass;
  -o-animation-name: ass;
  animation-name: ass;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

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

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }

  to {
    bottom: 3%;
    opacity: 1;
  }
}

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

  to {
    bottom: 3%;
    opacity: 1;
  }
}

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

  to {
    bottom: 3%;
    opacity: 1;
  }
}

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

  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  right: 3.85417%;
  width: 1.0625rem;
  bottom: 7%;
  z-index: 99;
}

.kajjt img.a {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 7%;
  }

  .kajjt img.a {
    width: 2.5rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

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

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

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

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

.titlea1 {
  text-align: center;
}

.titlea1 .enname {
  color: #0256ac;
  font: 600 2.625rem/1.6em "sourcehansans";
  text-transform: uppercase;
}

.titlea1 .enname::after {
  content: "";
  display: block;
  width: 4.6875rem;
  height: .25rem;
  background: #496FB0;
  margin: 0 auto;
}

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

  .titlea1 .enname::after {
    width: 3.4375rem;
    height: .2rem;
  }
}

.titlea1 .name {
  color: #181818;
  font: 600 2.8125rem/1.8em "sourcehansans";
}

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

.titlea1.bs .enname {
  color: #fff;
}

.titlea1.bs .enname::after {
  background: #fff;
}

.titlea1.bs .name {
  color: #fff;
}

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

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

.cont1 .a1_list1 {
  margin: 0 -1%;
}

.cont1 .a1_list1 li:nth-child(4n) {
    margin-right: 0;
}
.cont1 .a1_list1 li {
    width: 24%;
    padding: 0 0;
    margin-top: 2.25rem;
    margin-right: 15px;
}

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

.cont1 .a1_list1 li a.a {
  display: block;
  background: #fff;
  -webkit-filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
  filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
}

.cont1 .a1_list1 li a.a .img {
  padding: 1rem;
  overflow: hidden;
}

.cont1 .a1_list1 li a.a .img img {
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.cont1 .a1_list1 li a.a p {
  color: #000000;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.8em 0.8em;
  text-align: center;
  border-top: 1px solid #EAEAEA;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_list1 li a.a p {
    font-size: 1rem;
    padding: 0.6em 0;
  }
}

.cont1 a.more-msl1 {
  margin-top: 3.4375rem;
}

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

.cont2 {
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 8.5rem 0 11.875rem;
  position: relative;
}

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

.cont2 .ysp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.cont2 .ysp video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.cont2 .p1 {
  text-align: center;
  color: #fff;
  font: 500 1.375rem/1.6em "sourcehansans";
  padding: 2.3rem 6.125rem 2.2rem;
}

.cont2 .p1 span {
  display: block;
}

@media (max-width: 768px) {
  .cont2 .p1 {
    padding: 1rem 0 1.2rem;
    font-size: 1.125rem;
  }
}

.cont2 .p2 {
  margin-top: 5.25rem;
}

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

.cont2 .p2 dl {
  text-align: center;
  color: #fff;
  width: 25%;
}

@media (max-width: 768px) {
  .cont2 .p2 dl {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding: 0 0.25em;
  }
}

.cont2 .p2 dl+dl {
  border-left: 1px solid #fff;
}

.cont2 .p2 dl dt {
  font: 500 1rem/1.25em "sourcehansans";
}

.cont2 .p2 dl dt span {
  font: 600 4.375rem/1.25em "sourcehansans";
}

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

.cont2 .p2 dl dd {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont2 .p2 dl dd {
    font-size: 0.95rem;
    height: 3em;
    margin-top: 0.5em;
  }
}

.cont3 {
  padding: 5.625rem 0;
  background: #fff url(../img/9.png) no-repeat;
  background-position-x: center;
  background-position-y: 9.5625rem;
}

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

.cont3 .a3_v1 {
  margin-top: 3.5rem;
}

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

.cont3 .a3_v1 .a3_b1 {
  width: 47.28571%;
  background: #F2F3F5;
  border-radius: 0px 3.125rem;
  padding: 2.875rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 {
    padding: 1.56rem 1.56rem 1.25rem;
    width: 100%;
    border-radius: 0px 2rem;
  }
}

.cont3 .a3_v1 .a3_b1 dl span {
  display: block;
  color: #A5A5A5;
  font: 500 1.125rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 dl span {
    font-size: 1rem;
  }
}

.cont3 .a3_v1 .a3_b1 dl a.name {
  display: block;
  color: #000000;
  font: 500 1.25rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.2em 0 0.82em;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 dl a.name {
    font-size: 1.125rem;
    margin: 0.1em 0 0.52em;
  }
}

.cont3 .a3_v1 .a3_b1 dl .img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

.cont3 .a3_v1 .a3_b1 dl a.more-msl1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 dl a.more-msl1 {
    margin-top: 1.5rem;
  }
}

.cont3 .a3_v1 .a3_b2 {
  width: 47.28571%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background: #fff;
}

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

.cont3 .a3_v1 .a3_b2 li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: -webkit-calc(100%/3);
  height: -moz-calc(100%/3);
  height: calc(100%/3);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont3 .a3_v1 .a3_b2 li a.a {
  padding: 6.6% 1.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li a.a {
    padding: 4.6% 1.5rem;
  }
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 {
  width: 76.60121%;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 .name {
  color: #000000;
  font: 500 1.125rem/1.35em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 .cont {
    color: #555;
    font: 500 14px/26px "sourcehansans";
    margin-top: 1rem;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 {
  width: 18.12689%;
  text-align: right;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 span {
  color: #A5A5A5;
  font: 500 1.125rem/1.35em "sourcehansans";
  display: block;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 .jta {
  border-left: 1px solid #D4D4D4;
  padding-left: 0.8em;
  display: inline-block;
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li a.a .xw-a2 .jta {
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 .jta i {
  color: #D4D4D4;
  font: 500 2rem/2rem "sourcehansans";
  display: block;
}

.cont3 .a3_v1 .a3_b2 li:hover {
  background: #0256ac;
  box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(180, 176, 176, 0.25);
}

.cont3 .a3_v1 .a3_b2 li:hover a.a .xw-a1 .name {
  color: #fff;
}

.cont3 .a3_v1 .a3_b2 li:hover a.a .xw-a1 .cont {
  color: #fff;
}

.cont3 .a3_v1 .a3_b2 li:hover a.a .xw-a2 span {
  color: #fff;
}

.cont3 .a3_v1 .a3_b2 li:hover a.a .xw-a2 .jta {
  border-color: #fff;
}

.cont3 .a3_v1 .a3_b2 li:hover a.a .xw-a2 .jta i {
  color: #fff;
}

.cont3 .a3_cas1 {
  margin-top: 3rem;
}

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



/* 底部 */


/* bottom */
.foot .font16 {
  font-weight: bold;
}

.foot,
.beian {
  background: #131B33;
  background: url(../img/foot1.png) center repeat #1d1e22;
  position: relative;
}

.foot a {
  color: #fff;
}

.foot .foot_div {
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  color: #A1A4AD;
}

.foot .foot_div a {
  color: #A1A4AD;
}

.foot .foot_div a:hover,
.foot .foot_div ul li:first-child a:hover {
  color: #0256ac;
}

.foot .foot_div ul li:first-child a {
  color: #FFF;
}

.foot .foot_div ul:nth-of-type(5) li:not(:first-child) {
  margin-bottom: .625rem;
}

.foot .foot_div ul:nth-of-type(5) li i {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border: #FFF solid 1px;
  border-radius: 50%;
  margin-right: 1.25rem;
  color: #FFF;
}

.foot .foot_div li a {
  display: block;
}


.foot .foot_div .social-share {
  display: flex;
  text-align: center;
  margin-bottom: 1.25rem;
}

.foot .foot_div .social-share a {
  margin-right: .625rem
}

.foot .foot_div .foot_div_inp {
  border-bottom: 1px solid #949494;
  padding-bottom: 6px;
  width: 18rem;
}

.foot .foot_div .foot_div_inp input {
  width: 80%;
  border: beige;
  background: transparent;
  height: 2.1875rem;
  float: left;
  color: #FFF;
}

.foot .foot_div .foot_div_inp input::-webkit-input-placeholder {
  color: #9C9C9C;
  font-size: .8125rem;
}

.foot .foot_div .foot_div_inp button {
  background: transparent;
  border: none;
  width: 20%;
  color: #fff;
  font-size: 1.125rem;
  float: right;
  transition: all .6s;
}

.foot .foot_div .foot_div_inp:hover button {
  padding-left: 1.5rem;
  transition: all .6s;
}

.foot .foot_div .foot_div_inp button i {
  color: #9B9B9B;
}

.beian .foot_fix {
  padding: 1.5625rem 0;
  /* border-top: 1px solid rgba(149, 149, 149, 0.1); */
  color: #A1A4AD;
  font-size: 14px;
}

.beian .foot_fix a {
  color: #A1A4AD;
}

.beian .foot_fix a:hover {
  color: #0256ac;
}



.foot_fix2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot_fix2 .link2 {
  margin-left: 1rem;
}

.link {
  display: flex;
  position: relative;
  z-index: 4;
  width: 6.25rem;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.link h5 {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.625rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.link h5 img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
}

.link ul {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.375rem 0;
  bottom: 3.275rem;
}

.link ul li {
  float: left;
  width: 100%;
}

.link ul li a {
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 6px;
}

.link ul li a:hover {
  color: #fff;
}




.beian .beian_div {
  background: url(../img/foot1.png) center repeat #1d1e22;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.beian .beian_div:after {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.beian .beian_div .foot_fix a {
  z-index: 4;
}

.beian .beian_div .foot_fix a:hover {
  color: #fff;
  cursor: pointer;
}



.link2 {
  display: flex;
  position: relative;
  z-index: 4;
  width: 6.25rem;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.link2 h5 {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.625rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.link2 h5 img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
}

.link2 ul {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.375rem 0;
  bottom: 3.275rem;
}

.link2 ul li {
  float: left;
  width: 100%;
}

.link2 ul li a {
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 6px;
}

.link2 ul li a:hover {
  color: #fff;
}


.foot .nav {
  float: left;
  display: flex;
  flex-direction: column;
  width: 28.4%;
}

.foot .nav h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 2.125rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.0625rem;
  padding-bottom: 1.25rem;
}

.foot .nav h2 a {
  float: right;
  width: 7.625rem;
  text-align: center;
  background: #14264e;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  line-height: 2.125rem;
  border: 1px solid #14264e;
  font-weight: normal;
}

.foot .nav h2 a:hover {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.foot .nav ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.foot .nav ul li {
  float: left;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1.875rem;
  min-width: 33.33%;
}

.foot .nav .ul li {
  padding-left: 22px;
  position: relative;
}

.foot .nav .ul li img {
  float: left;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 1rem;
  height: 1rem;
}

.foot .nav ul li a {
  float: left;
  color: #fff;
}

.foot .nav ul li a:hover {
  opacity: 0.6;
}

.foot .weima {
  display: flex;
  margin-top: 0.5625rem;
}

.foot .weima .l1 {
  float: left;
  width:8.625rem;
  display: block;
}

.foot .weima ._l1 {
  margin-left: 1.5rem;
}

.foot .weima i {
  float: left;
  width: 100%;
  line-height: 0;
}

.foot .weima h6 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.625rem;
  margin-top: 1.125rem;
}

.foot .line {
  float: left;
  width: 1px;
  height: 9.375rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 0.4375rem;
}

@media screen and (max-width:1500px) {
  .foot .weima ._l1 {
    margin-left: 1.5625rem;
  }

}

@media screen and (max-width:1200px) {
  .foot .nav ul li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-top: 3px;
  }

  .foot .nav .ul li img {
    top: 5px;
  }

  .foot .weima h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

}

@media screen and (max-width:992px) {
  .link {
    width: 100%;
    display: none;
  }

  .link h5 {
    font-size: 0.875rem;
  }

  .Copyright {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0 0 6px 0;
    text-align: center;
  }

  .Map {
    width: 100%;
    font-size: 0.875rem;
  }

  .foot {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .foot .weima h6 {
    margin-top: 8px;
  }
}

@media screen and (max-width:767px) {
  .foot .nav {
    width: 100%;
  }

  .foot .nav h2 {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    border-bottom: none;
  }

  .foot .nav h2 a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    width: 5rem;
  }

  .foot .nav ul li {
    min-width: 25%;
    line-height: 1.5rem;
    margin-top: 0;
  }

  .foot .line {
    width: 100%;
    height: 1px;
    margin: 10px 0 15px 0;
  }

  .foot .weima {
    width: 100%;
  }

}

/* end */




/* end */


.foot-fot {
  position: relative;
  background: #0256ac;
}

.foot-fot .mslm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-fot .mslm-nav>li .sec {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4rem 0 3.375rem;
}

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

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}

.foot-fot .foota1 .dseca>a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .dseca>a:hover {
  color: #fff;
}

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .fo-a3 form {
  border: 1px solid #C9C9C9;
  border-radius: 1.5625rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  width: 21.25rem;
  padding: .25rem;
}

.foot-fot .foota1 .fo-a3 form input {
  font: 500 1rem/2.1875rem "sourcehansans";
  text-indent: 1em;
  background: transparent;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form button {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  position: absolute;
  right: .25rem;
  top: .25rem;
  border: none;
  background: #0256ac;
  border-radius: 50%;
}

.foot-fot .foota1 .fo-a3 form button img {
  width: 47%;
}

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

.foot-fot .foota2 .fo_sdhgt2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.25em 0;
}

.foot-fot .foota2 .fo_sdhgt2 .foot-tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-right: 1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl {
  margin-right: 1.5em;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt {
  width: 2.0625rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt img {
  width: 100%;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dd {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/1.8em "sourcehansans";
  margin-left: 0.6em;
}

.foot-fot .foota2 .fo_sdhgt2 .social-share .social-share-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 1.1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .fo_a2a2 {
  margin-right: 7%;
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1rem/1.5em "sourcehansans";
  background: #1B448C;
  margin-bottom: 5.5rem;
}

.foot-fot .foota3 .wh {
  position: relative;
  z-index: 1;
}

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

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

.foot-fot .foota3 .wh .foota2-v1 .p {
  color: rgba(255, 255, 255, 0.4);
  font: 500 .875rem/1.5em "sourcehansans";
}

.foot-fot .foota3 .wh .foota2-v1 .p a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-fot .foota3 .wh .foota2-v1 .p a:hover {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.footer_fix {
  padding: 1.25rem 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  bottom: 0;
  background: url(../img/19.png) no-repeat;
  background-size: cover;
}

.footer_fix .logo img {
  filter: brightness(0) invert(1);
  height: 2.875rem;
}

.footer_fix form {
  width: 25rem;
}

.footer_fix form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  height: 3.125rem;
  background: transparent;
  color: #ffffff;
}

.footer_fix form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_fix form>div {
  display: flex;
  justify-content: flex-end;
}

.footer_fix form button {
  width: 7.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  line-height: 3.125rem;
  color: #fff;
  border-radius: 3.75rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.footer_fix .tel {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  margin-left: 1.75rem;
  font-weight: 400;
  color: #FFFFFF;
}

.footer_fix .tel .iconfont {
  color: #fff;
  display: block;
  font-size: 1.5rem;
}

.footer_fix .tel span {
  font-weight: 600;
  font-size: 1.5rem;
}


.more {
  display: flex;
  align-items: center;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

.more .flex {
  padding: 0 0.3125rem;
  position: relative;
  z-index: 8;
}

.more .flex::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0;
  height: calc(100% - .625rem);
  background: #fff;
  z-index: -1;
  border-radius: 3.125rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more .flex div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more .flex div img {
  height: 1.375rem;
}

.more .flex span {
  padding: 0 1.125rem;
}

.more:hover .flex::before {
  width: calc(100% - .625rem);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover .flex span {
  color: #c80f0f;
}

.more.bgt {
  border: 1px solid #c80f0f;
  background: transparent;
  color: #c80f0f;
}

.more.bgt>div div {
  background: -moz-linear-gradient(13.62% 17.12% -42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 13.62% 17.12%, 79.83% 76.96%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(132.11deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000', GradientType=1);
}

.more.bgt>div img {
  filter: brightness(0) invert(1);
}

.more.bgt .flex::before {
  background: #c80f0f;
}

.more.bgt:hover span {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}


/* 服务流程 */
.index_seven {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  padding: 4.6875rem 0 5rem;
}

.index_seven.list_pro_five {
  background: transparent;
}

.index_seven.list_pro_five ul::before {
  background: #b2b2b2;
  opacity: 1;
}

.index_seven.list_pro_five .en_title::before,
.index_seven.list_pro_five .en_title::after {
  background: #000;
}

.index_seven.list_pro_five ul li .circle {
  border: 1px solid #b2b2b2;
  color: #0256ac;
}

.index_seven.list_pro_five ul li .name {
  color: #3A3A3A;
}

.index_seven .en_title::before,
.index_seven .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.index_seven ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.625rem;
  z-index: 4;
}

.index_seven ul::before {
  content: "";
  position: absolute;
  bottom: 3.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  z-index: -1;
}

.index_seven ul li {
  flex: 1 0 0;
  text-align: center;
}

.index_seven ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-top: 0.625rem;
}

.index_seven ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_seven ul li .circle {
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #0256ac;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: 600;
}

.index_seven ul li .icon {
  margin-bottom: 0.875rem;
}

.index_seven ul li .icon img {
  height: 6.4375rem;
  width: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

/* end */


/* 服务优势 */
.index_eight {
  padding: 4.6875rem 0;
}

.index_eight .left,
.index_eight .right {
  padding: 0 1.375rem;
}

.index_eight .row.mt50 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.index_eight .more {
  margin-top: 5rem;
}

.index_eight ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_eight ul li:not(:last-child) {
  margin-bottom: 3.75rem;
}

.index_eight ul li .data {
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #0256ac;
}

.index_eight ul li .data::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  width: 1px;
  height: 80%;
  transform: rotate(45deg);
  background: #fff;
  left: 2.5rem;
}

.index_eight ul li .data div {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}

.index_eight ul li .data p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 0.875rem;
  right: 0.375rem;
}

.index_eight ul li .r {
  width: calc(100% - 5rem);
  padding-left: 1.875rem;
}

.index_eight ul li .r p {
    font-size: 20px;
    line-height: 27px;
    color: #0256ac;
    font-weight: bold;
}

.index_eight ul li .r div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.index_eight .right ul {
  margin-top: 7.5rem;
}

/* end */


/* 关于我们 */

.index_six {
  background: url(../img/6.jpg) no-repeat;
  background-size: cover;
  padding: 4.6875rem 0;
  position: relative;
  z-index: 5;
}

.index_six .swiper_six2 .swiper-slide {
  text-align: center;
}

.index_six .swiper-slide img {
  height: 21.25rem;
  object-fit: cover;
}

.index_six .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #606060;
  margin-top: 0.625rem;
}

.index_six.list_pro_four::before {
  display: none;
}

.index_six.list_pro_four .index_qiehuan {
  margin-top: 2.5rem;
}

.index_six.list_pro_four .top .left {
  background: transparent;
  order: 2;
}

.index_six.list_pro_four .top .right {
  order: 1;
}

.index_six::before {
  content: "";
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/9.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_six .top {
  display: flex;
  background: #ffffff;
  margin: 1.875rem 0 3.4375rem;
  padding-bottom: 2.3rem;
}

.index_six .left {
  width: 37%;
  position: relative;
}

.index_six .left .over {
  position: relative;
  top: 1.125rem;
  left: 1.125rem;
  height: 100%;
}

.index_six .left .over img {
  height: 100%;
  object-fit: cover;
}

.index_six .right {
  width: 63%;
  padding: 0 2.1875rem 0 4.6875rem;
  display: flex;
  align-items: center;
}

.index_six .right .text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 2;
    text-align: justify;
    text-indent: 0;
    font-size: 14px;
}

.index_six .right .felx_about {
  margin-top: 1.875rem;
}

.index_six .sum>div {
  display: none;
}

.index_six .sum>div.active {
  display: block;
}

.index_six .en_title::before,
.index_six .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.more_4 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #707070;
}

.more_4:hover {
  color: #c80f0f;
}

.more_4:hover div {
  border-color: #c80f0f;
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4:hover div .iconfont {
  color: #c80f0f;
}

.more_4 div {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4 div .iconfont {
  font-size: 1rem;
  display: block;
  font-weight: 600;
}

.felx_about {
  display: flex;
  align-items: center;
}

.felx_about .more {
  margin: 0 1.875rem 0 4.375rem;
}

.felx_about .tel {
  font-weight: bold;
  font-size: 2rem;
  color: #C80F0F;
  font-family: Impact;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-top: 1px;
}

/* end */

.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #000000;
}

.cf {
  color: #fff !important;
}

.ta {
  text-align: center;
}

.subtitle {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #777777;
  margin: 0.5rem 0 0.375rem;
}

.en_title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #969696;
  position: relative;
  z-index: 9;
  width: 42%;
  display: block;
  margin: 0 auto;
}

.index_seven .en_title::before,
.index_seven .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.en_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  height: 1px;
  background: #000;
  opacity: 0.3;
  width: 33.5%;
  z-index: -1;
}

.en_title span {
  padding: 0 2.1875rem;
}

.index_seven .en_title::before,
.index_seven .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.en_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  height: 1px;
  background: #000;
  opacity: 0.3;
  width: 33.5%;
  z-index: -1;
}


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

  .fix-gonga {
    display: none !important;
  }
}

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

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

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

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

  .kajjt {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
}

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

.zd_erha .aat_list li.fc:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

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

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

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

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

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

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 2.8125rem/1.42em "sourcehansans";
  text-transform: uppercase;
}

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

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 600 2.8125rem/1.3em "sourcehansans";
}

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

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 1.625rem/1.45em "sourcehansans";
  padding: 0.05em 10% 0;
}

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

.fo-av {
  position: relative;
  width: 100%;
  background: #F5F5F5;
}

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

.fo-av .ajhhsd {
  color: #575757;
  font: 500 1rem/5rem "sourcehansans";
  padding: 0;
}

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

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

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

.fo-av .ajhhsd a:hover {
  color: #0256ac;
}

.n_mbx {
  position: relative;
}

.n_mbx .n_src {
  font-size: 0;
}

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

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

.n_mbx .n_src li a {
  display: block;
  color: #575757;
  font: 500 1.125rem/5rem "sourcehansans";
  position: relative;
  text-transform: uppercase;
  padding: 0 1.25em;
}

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

.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a {
  color: #FFFFFF;
  background: #0256ac;
}

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

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

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

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

.pagination>li {
  display: inline;
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #0256ac;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0256ac;
  border-color: #0256ac;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

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

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #0256ac;
}

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

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

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

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

.nav-page li>a {
  display: block;
  font: 600 1.35rem/1.5em "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li>a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "sourcehansans";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #0256ac;
}

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

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

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

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

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

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

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

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

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

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

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

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

.ss-list li .xw-nycont span {
  color: #0256ac;
  font: 500 1rem/1.5em "sourcehansans";
}

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

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

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

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

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

.list_content {
  padding: 4.5rem 0;
}

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

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

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

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

.ny-tit .name {
  color: #181818;
  font: 600 2.5rem/1.8em "sourcehansans";
}

.ny-tit .name::after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 1px;
  background: #496FB0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ny-tit .name {
    font-size: 1.8rem;
  }

  .ny-tit .name::after {
    width: 1.5rem;
  }
}

.ny-tit .enname {
  color: #CBCBCB;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-transform: uppercase;
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .ny-tit .enname {
    font-size: 1.125rem;
  }
}

.ny-tit.bs {
  color: #fff;
}

.ny-tit.bs .name::after {
  background: #fff;
}

.ny-tit.bs .name,
.ny-tit.bs .enname {
  color: #fff;
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#msg_lx {
  height: 5.875rem;
  margin-top: -5.875rem;
}

@media (max-width: 990px) {

  #abt1,
  #abt2,
  #abt3,
  #abt4,
  #abt5,
  #msg_lx {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 4rem 0 6.2rem;
}

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

.abt-cont1 .abt-a1_v1 {
  margin-top: 3.625rem;
}

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

.abt-cont1 .abt-a1_v1 .abt-a1b1 {
  width: 36.35714%;
}

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

.abt-cont1 .abt-a1_v1 .abt-a1b1 img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 .abt-a1b2 {
  width: 57.85714%;
  color: #787777;
  font: 500 1.125rem/1.65em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1b2 {
    width: 100%;
    font-size: 1rem;
    margin-top: 1em;
  }
}

.abt-cont2 {
  background: url(../img/bj2.jpg) no-repeat center bottom;
  -o-background-size: cover;
  background-size: cover;
  padding: 5rem 0 12.25rem;
}

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

.abt-cont2 .fzlc {
  position: relative;
}

.abt-cont2 .fzlc .mySwiper11 {
  position: relative;
  margin: 2.5rem 0 3rem;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11 {
    margin: 1rem 0 1.5rem;
  }
}

.abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx {
    width: 100%;
  }
}

.abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .img {
  width: 23.28571%;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .img {
    width: 27%;
  }
}

.abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .cont {
  width: 69%;
}

.abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .cont h2 {
  color: #000000;
  font: 600 4rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .cont h2 {
    font-size: 2rem;
  }
}

.abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .cont .p {
  color: #787777;
  font: 500 1.125rem/1.7em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11 .swiper-slide .sezx .cont .p {
    font-size: 1rem;
    line-height: 1.55em;
  }
}

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

.abt-cont2 .fzlc .mySwiper11 .jtxas .next1a,
.abt-cont2 .fzlc .mySwiper11 .jtxas .prev1a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.abt-cont2 .fzlc .mySwiper11 .jtxas .next1a {
  left: 15%;
}

.abt-cont2 .fzlc .mySwiper11 .jtxas .prev1a {
  right: 15%;
}

.abt-cont2 .fzlc .ahxwas_a3 {
  position: relative;
}

.abt-cont2 .fzlc .ahxwas_a3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  height: 1px;
  background: #000000;
}

.abt-cont2 .fzlc .ahxwas_a3 .xhasz {
  text-align: center;
  position: relative;
  padding-top: .8125rem;
}

.abt-cont2 .fzlc .ahxwas_a3 .xhasz::after {
  content: "";
  display: block;
  width: 1px;
  height: .8125rem;
  margin: 0 auto;
  background: #000000;
  position: absolute;
  left: 50%;
  top: .35rem;
  margin-left: -0.5px;
}

.abt-cont2 .fzlc .ahxwas_a3 .xhasz .szxds {
  color: #000000;
  font: 500 1.25rem/1.5em "sourcehansans";
  position: relative;
  z-index: 1;
}

.abt-cont2 .fzlc .ahxwas_a3 .xhasz .szxds::before {
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.5em;
}

.abt-cont2 .fzlc .ahxwas_a3 .swiper-slide-thumb-active .xhasz .szxds::before {
  background: #0256ac;
}

.abt-cont2 .fzlc .ahxwas_a3 .swiper-slide-thumb-active .xhasz .szxds {
  color: #0256ac;
}

.abt-cont3 {
  background: url(../img/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 5rem 0 6.875rem;
}

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

.abt-cont3 .abta3v1 {
  margin-top: 3.125rem;
}

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

.abt-cont3 .abta3v1 .mySwiper2 .swiper-slide {
  text-align: center;
}

.abt-cont3 .abta3v1 .mySwiper2 .swiper-slide .img {
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #CDCDCD;
}

.abt-cont3 .abta3v1 .mySwiper2 .swiper-slide .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.abt-cont3 .abta3v1 .mySwiper2 .swiper-slide .name {
  color: #fff;
  font: 500 1.125rem/2em "sourcehansans";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .abt-cont3 .abta3v1 .mySwiper2 .swiper-slide .name {
    font-size: 1rem;
  }
}

.abt-cont3 .abta3v1 a.more-msl1 {
  margin-top: 1em;
}

.n-content {
  padding-top: 4rem;
}

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

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

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1.5%;
  }
}

.zzry-list li {
  width: 25%;
  padding: 0 1.8%;
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .zzry-list li {
    padding: 0 1.5%;
  }
}

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

.zzry-list li a.block {
  display: block;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: .5rem 1rem;
  background-color: #fff;
  border: 1px solid #CDCDCD;
}

.zzry-list li a.block .img i {
  display: block;
  overflow: hidden;
}

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

.zzry-list li a.block h2 {
  color: #3A3939;
  text-align: center;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

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

.abt-cont4 {
  background: #F2F3F5;
  padding: 4rem 0 5rem;
}

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

.abt-cont4 .abta4v1 .mySwiper3 {
  position: relative;
  z-index: 1;
  padding-right: .375rem;
  margin: 2.1875rem 0 2.625rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abta4v1 .mySwiper3 {
    margin: 1.2rem 0;
  }
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .img {
  position: relative;
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .img::after {
  content: "";
  display: block;
  background: #0256ac;
  width: 96.05911%;
  height: 94.07407%;
  position: absolute;
  right: -0.3125rem;
  bottom: -0.375rem;
  z-index: -1;
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .img i {
  display: block;
  font-size: 0;
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .img i img {
  width: 100%;
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .name {
  text-align: center;
  color: #181818;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .name {
    font-size: 1.125rem;
  }
}

.abt-cont4 .abta4v1 .mySwiper3 .swiper-slide .text {
  text-align: center;
  color: #959292;
  font: 500 1rem/1.5em "sourcehansans";
}

.abt-cont5 {
  padding: 5.75rem 0;
}

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

.abt-cont5 .abta5_v1 dl {
  background: #F5F5F5;
  border: 1px solid #CDCDCD;
}

.abt-cont5 .abta5_v1 dl+dl {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abta5_v1 dl+dl {
    margin-top: 1.5rem;
  }
}

.abt-cont5 .abta5_v1 dl .img {
  width: 50%;
}

@media (max-width: 540px) {
  .abt-cont5 .abta5_v1 dl .img {
    width: 100%;
  }
}

.abt-cont5 .abta5_v1 dl .img img {
  width: 100%;
}

.abt-cont5 .abta5_v1 dl .cont {
  width: 50%;
  text-align: center;
}

@media (max-width: 540px) {
  .abt-cont5 .abta5_v1 dl .cont {
    width: 100%;
    padding: 1.8rem 0;
  }
}

.abt-cont5 .abta5_v1 dl .cont dt {
  color: #181818;
  font: 600 2.5rem/1.5em "sourcehansans";
}

.abt-cont5 .abta5_v1 dl .cont dt::after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 1px;
  background: #496FB0;
  margin: 0.15em auto 0.15em;
}

@media (max-width: 768px) {
  .abt-cont5 .abta5_v1 dl .cont dt {
    font-size: 1.5rem;
  }

  .abt-cont5 .abta5_v1 dl .cont dt::after {
    width: 1.8rem;
  }
}

.abt-cont5 .abta5_v1 dl .cont dd {
  color: #CBCBCB;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

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

.abt-cont5 .abta5_v1 dl .cont a.more-msl1 {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abta5_v1 dl .cont a.more-msl1 {
    margin-top: 1.2rem;
  }
}

.abt-cont5 .abta5_v1 dl:nth-child(2) .img {
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 540px) {
  .abt-cont5 .abta5_v1 dl:nth-child(2) .img {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.next1a,
.prev1a {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  outline: none;
  background: #fff;
}

@media (max-width: 768px) {

  .next1a,
  .prev1a {
    margin-left: 0;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

.next1a i,
.prev1a i {
  color: #534E4E;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {

  .next1a i,
  .prev1a i {
    font-size: .875rem;
  }
}

.content {
  color: #787777;
  font: 500 1.125rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .content {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.rcdw-cont1 {
  margin-top: 2.8125rem;
}

.rcdw-list {
  margin: 0 -3%;
}

.rcdw-list li {
  width: -webkit-calc(100%/5);
  width: -moz-calc(100%/5);
  width: calc(100%/5);
  padding: 0 3%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .rcdw-list li {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    margin-top: 1.2rem;
  }
}

@media (max-width: 540px) {
  .rcdw-list li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

.rcdw-list li a.block .img {
  position: relative;
}

.rcdw-list li a.block .img::after {
  content: "";
  display: block;
  background: #0256ac;
  width: 96.05911%;
  height: 94.07407%;
  position: absolute;
  right: -0.3125rem;
  bottom: -0.375rem;
  z-index: -1;
}

.rcdw-list li a.block .img i {
  display: block;
  font-size: 0;
}

.rcdw-list li a.block .img i img {
  width: 100%;
}

.rcdw-list li a.block .name {
  text-align: center;
  color: #181818;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .rcdw-list li a.block .name {
    font-size: 1.125rem;
  }
}

.rcdw-list li a.block .text {
  text-align: center;
  color: #959292;
  font: 500 1rem/1.5em "sourcehansans";
}

.fancybox-caption span {
  margin-left: 1em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.sccd-list {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sccd-list {
    margin-top: 0.5em;
  }
}

.sccd-list li {
  width: 48.5%;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .sccd-list li {
    margin-top: 0.5em;
  }
}

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

.sccd-list li .name {
  text-align: center;
  color: #000000;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 1em 0;
}

@media (max-width: 768px) {
  .sccd-list li .name {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}

.news-list li {
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .news-list li {
    padding-bottom: 1rem;
  }
}

.news-list li+li {
  margin-top: 2.75rem;
}

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

.news-list li div.img {
  width: 31%;
}

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

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

.news-list li .xw-nycont {
  width: 65%;
}

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

.news-list li .xw-nycont h2 a {
  display: block;
  color: #000000;
  font: 500 1.5rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

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

.news-list li .xw-nycont .datea {
  color: #A5A5A5;
  font: 500 1.125rem/1.5em "sourcehansans";
}

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

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

@media (max-width: 768px) {
  .news-list li .xw-nycont a.more-msl {
    margin-top: 1.2em;
  }
}

.xw-show_bja {
  background: #F2F3F5;
  padding: 8.4375rem 0 2.6rem;
  color: #575757;
}

@media (max-width: 990px) {
  .xw-show_bja {
    padding: 2.6rem 0;
  }
}

@media (max-width: 450px) {
  .xw-show_bja {
    padding: 2rem 0;
  }
}

.xw-show_bja .ajhhsd {
  padding: 0;
  color: #575757;
}

.xw-show_bja .ajhhsd a {
  color: #575757;
}

.xw-show_bja .ajhhsd a:hover {
  color: #0256ac;
}

.xw-show_bja .title-a {
  color: #000000;
  font: 500 2.25rem/1.3em "sourcehansans";
  padding: 0.65em 0 0.3em;
}

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

.xw-show_bja .date-a {
  font: 500 1.125rem/1.5em "sourcehansans";
  color: #A5A5A5;
}

.xw-show_bja .fenxad {
  color: #6F7376;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

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

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

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

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

  .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode:after {
    left: 6%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-news-content .show-news-a1_v1 .pain a:hover {
  color: #0256ac;
}

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

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

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

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

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

.show-news-content .show-news-a1_v2 .news-list-tjaz li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

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

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

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

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

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

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

/*  */
/*  */
/*  */
/* 新闻列表 */
.list_news{
  margin-top:4rem;
}
.list_news .name {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #212121;
}

.list_news .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
  margin: 0.625rem 0 1rem;
}

.list_news .ul li {
  padding: 1.375rem;
  background: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li .en_title span {
  background: #e9ecf1;
}

.list_news .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li:hover .name {
  color: #0256ac;
}

.list_news .ul li:hover .left img {
  transform: scale(1.05);
}

.list_news .ul li .left {
  width: 35%;
}

.list_news .ul li .right {
  width: 65%;
  padding-left: 2.8125rem;
}

/* end */
/*  */
/*  */
/*  */


/*  */
/*  */
/* 页码 */


/* 页码 */
.pages {
  clear: both;
  margin: 2.5rem auto 2.5rem auto;
  padding-top: 0.625rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
}

.pages ul li:first-child {
  display: inline-block;
}

.pages ul li:first-child a {
  display: inline;
}

.pages ul li {

  list-style-type: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.375rem 0.9375rem;
  margin: 0 1px;
  line-height: 1.5rem;
  background: #fff;
  color: #999;
  border-radius: 2px;
  font-size: 1rem;
}

.pages ul li:last-child {
  border: 0;
  color: #999 !important;
}

.pages ul li:last-child:hover {
  background: #fff;
  border: 0;
}

.pages ul li:hover {
  background: #0256ac;
  color: #fff;
  border: 1px solid #0256ac
}

.pages ul li:hover a {
  color: #fff;
}

.pages ul li.thisclass {
  display: inline-block;
  border: 1px solid #0256ac;
  padding: 0.375rem 0.9375rem;
  margin: 0 1px;
  background: #0256ac;
  color: #fff;
}

.pages ul li.thisclass a {
  color: #fff;
}

.pages ul li a {
  display: block;
  color: #999
}

.pages ul li a:hover {
  color: #fff;
}

/* end */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* 新闻详情 */

.show_detail {
  padding-top: 6.25rem;
}

.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}

.show_detail .text {
  color: #898989;
  font-size: 1rem;
  text-align: justify;
  color: #7C7C7C;
  font-weight: 400;
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  padding-top: 1.875rem;
}

.show_detail .left {
  padding-right: 2rem;
}

.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}

.show_detail .left .data>p {
  margin-right: 2.5rem;
}

.show_detail .left .data>div {
  display: flex;
  align-items: center;
}

.show_detail .left .data>div .iconfont {
  font-size: 1.25rem;
  display: block;
}

.show_detail .left .data>div:hover ul {
  display: flex;
}

.show_detail .left .data>div:hover .iconfont {
  display: none;
}

.show_detail .left .data>div ul {
  display: none;
}

.show_detail .left .data>div ul li {
  margin-left: 0.625rem;
}

.show_detail .left .data>div ul li a {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  margin: 0;
}

.show_detail .left .data>div ul li:hover a {
  color: #fff;
}

.show_detail .left .more {
  width: 13.125rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid rgba(158, 158, 158, 0.7);
  text-align: center;
  display: inline-block;
  border-radius: 31.25rem;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_detail .left .more div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_detail .left .more .iconfont {
  font-size: 1rem;
  font-weight: 600;
  color: #686868;
  margin-left: 0.5rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_detail .left .more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #c80f0f;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
  transform: scale(0.6);
  z-index: -1;
  border-radius: 31.25rem;
}

.show_detail .left .more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #c80f0f;
  color: #fff;
}

.show_detail .left .more:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.show_detail .left .more:hover .iconfont {
  color: #fff;
}

.show_detail .left .more.bgg {
  border: 1px solid #c80f0f;
  background: #c80f0f;
  color: #fff;
}

.show_detail .left .more.bgg .iconfont {
  color: #fff;
}

.show_detail .left .more.bgg::before {
  background: #fff;
}

.show_detail .left .more.bgg:hover {
  color: #c80f0f;
}

.show_detail .left .more.bgg:hover .iconfont {
  color: #c80f0f;
}

.show_detail .left>div {
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}

.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}

.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #212121;
}

.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.show_detail .left .shangxia a:hover {
  color: #0256ac;
}
/* end */
/*  */
/*  */
/*  */



/*  */
/*  */
/* 在线留言 */
.alignc {
  align-items: center;
}
.list_service_two {
  background: rgba(230, 245, 236, 0.9);
}
.list_service_two .left {
  padding-right: 5.7rem;
}
.list_service_two button {
  border: none;
}
.list_service_two form {
  margin-top: 3.75rem;
}
.list_service_two input,
.list_shouquan_seven input {
  height: 3.125rem;
  padding: 0 1.3rem;
}
.list_service_two input,
.list_shouquan_seven input,
.list_service_two textarea,
.list_shouquan_seven textarea {
  width: 100%;
  border-radius: 0.625rem;
  background: #FFF;
}
.list_service_two textarea,
.list_shouquan_seven textarea {
  height: 10rem;
  padding: 0.875rem 1.3rem 1.3rem;
  display: block;
  border: none;
}
/* end */
/*  */
/*  */





.hz-list {
  margin: 0 -.875rem;
}

@media (max-width: 768px) {
  .hz-list {
    margin: 0 -1%;
  }
}

.hz-list li {
  width: -webkit-calc(100%/6);
  width: -moz-calc(100%/6);
  width: calc(100%/6);
  padding: 0 .875rem;
}

.hz-list li:nth-child(n+7) {
  margin-top: 1.8125rem;
}

@media (max-width: 1200px) {
  .hz-list li {
    width: -webkit-calc(100%/5);
    width: -moz-calc(100%/5);
    width: calc(100%/5);
  }

  .hz-list li:nth-child(n+6) {
    margin-top: 1.8125rem;
  }
}

@media (max-width: 768px) {
  .hz-list li {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    padding: 0 1%;
  }

  .hz-list li:nth-child(n+5) {
    margin-top: 1rem;
  }
}

@media (max-width: 540px) {
  .hz-list li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }

  .hz-list li:nth-child(n+4) {
    margin-top: 1rem;
  }
}

.hz-list li a.a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

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

.lx-cont1 {
  padding: 4rem 0 4.6875rem;
}

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

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

.lx-cont1 .lx-a1_v1 .lx-a1_b1 {
  width: 32.14286%;
}

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

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl dt {
  color: #5F5D5D;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 0.3em;
}

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

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl dd p {
  color: #5F5D5D;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 dl dd p {
    font-size: 1rem;
    line-height: 1.6em;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 {
  width: 63.14286%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 {
    width: 100%;
    margin-top: 1em;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
  width: 100%;
  height: 19vw;
}

@media (max-width: 990px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
    height: 25vw;
  }
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
    height: 60vw;
  }
}

.lx-cont2 {
  background: url(../img/ab-img2.png) no-repeat center top;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 3.75rem;
  margin-bottom: 6.125rem;
}

@media (max-width: 768px) {
  .lx-cont2 {
    -o-background-size: 100% 50%;
    background-size: 100% 50%;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}

.lx-cont2 form {
  background: #fff;
  border: 1px solid rgba(187, 184, 184, 0.5);
  padding: 3rem 2.625rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1.5rem;
    padding: 1.8rem 6%;
  }
}

.lx-cont2 form .msg-a1 .inpt {
  position: relative;
  width: 23.5%;
}

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

.lx-cont2 form .msg-a1 .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  color: #787777;
  font: 500 1rem/3.125rem "sourcehansans";
}

.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
}

.lx-cont2 form .msg-a2 {
  position: relative;
  margin-top: 1.625rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 {
    margin-top: 0;
  }
}

.lx-cont2 form .msg-a2 .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
}

.lx-cont2 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
  border-radius: 0.9375rem;
  padding: 1em 1.5em;
}

.lx-cont2 form .div_aghgha {
  margin-top: 2.5rem;
}

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

.lx-cont2 form .div_aghgha .more-msl {
  background: #0256ac;
  color: #fff;
}

.dzhcp-cont1 .img {
  padding: 0 7.14286%;
}

.dzhcp-cont1 .img img {
  width: 100%;
}

.dzhcp-cont2 dl {
  text-align: center;
  background: url(../img/bj4.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 4.6875rem 0;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .dzhcp-cont2 dl {
    margin-top: 1rem;
    padding: 3rem 0;
  }
}

.dzhcp-cont2 dl dt {
  color: #fff;
  font: 600 2rem/1.5em "sourcehansans";
  padding: 0 5%;
}

@media (max-width: 768px) {
  .dzhcp-cont2 dl dt {
    font-size: 1.4rem;
  }
}

.dzhcp-cont2 dl a.a {
  background: #fff;
  display: inline-block;
  padding: 0 2em;
  border-radius: 1.625rem;
  margin-top: 1.1em;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}

@media (max-width: 768px) {
  .dzhcp-cont2 dl a.a {
    margin-top: 1em;
  }
}

.dzhcp-cont2 dl a.a img {
  width: 1.6875rem;
}

.dzhcp-cont2 dl a.a p {
  color: #000000;
  font: 500 1rem/3.125rem "sourcehansans";
  margin-left: 0.5em;
}

.dzhcp-cont2 dl a.a:hover {
  background: #000;
}

.dzhcp-cont2 dl a.a:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(175deg) brightness(103%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(175deg) brightness(103%) contrast(102%);
}

.dzhcp-cont2 dl a.a:hover p {
  color: #fff;
}

.hyyy-cont1 dl {
  background: url(../img/kuang.svg) no-repeat left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  padding: 3.4375rem 0;
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 dl {
    padding: 0;
    margin-top: 1.5rem;
    background: none;
  }
}

.hyyy-cont1 dl .cont {
  width: 35.57143%;
  margin-left: 4.5%;
}

@media (max-width: 768px) {
  .hyyy-cont1 dl .cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 4%;
    border: .1875rem solid #E4E4E4;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.5em;
  }
}

.hyyy-cont1 dl .cont dt {
  color: #000000;
  font: 600 1.625rem/1.5em "sourcehansans";
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .hyyy-cont1 dl .cont dt {
    font-size: 1.25rem;
  }
}

.hyyy-cont1 dl .cont dd {
  color: #757373;
  font: 500 1.125rem/1.5em "sourcehansans";
}

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

.hyyy-cont1 dl .img {
  width: 55.42857%;
}

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

.hyyy-cont1 dl .img img {
  width: 100%;
}

.hyyy-cont1 dl:nth-of-type(2n) {
  background-position: right center;
}

.hyyy-cont1 dl:nth-of-type(2n) .cont {
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 0;
  margin-right: 4.5%;
}

@media (max-width: 768px) {
  .hyyy-cont1 dl:nth-of-type(2n) .cont {
    margin: 0 auto;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.5em;
  }
}

.hyyy-cont1 dl:nth-of-type(1) {
  margin-top: 0;
}

.dow-tit {
  border-top: .1875rem solid #496FB0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dow-tit dt,
.dow-tit dd {
  color: #000000;
  font: 500 1.25rem/4.8125rem "sourcehansans";
}

@media (max-width: 768px) {

  .dow-tit dt,
  .dow-tit dd {
    font-size: 1.125rem;
    line-height: 3em;
  }
}

.dow-tit dt {
  width: 25%;
  text-align: center;
}

.dow-tit dd {
  margin-right: 5.35rem;
}

@media (max-width: 768px) {
  .dow-tit dd {
    margin-right: 5%;
  }
}

.dow-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5rem 0 1.875rem;
}

@media (max-width: 768px) {
  .dow-list li {
    padding: 0;
    padding-right: 4%;
  }
}

.dow-list li a.a dt {
  color: #000000;
  font: 500 1rem/5rem "sourcehansans";
  max-width: -webkit-calc(100% - 3rem);
  max-width: -moz-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .dow-list li a.a dt {
    line-height: 3.6rem;
  }
}

.dow-list li a.a .xza {
  width: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  background: #F2F3F5;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .dow-list li a.a .xza {
    width: 2.25rem;
    line-height: 2.25rem;
  }
}

.dow-list li a.a .xza img {
  width: 50%;
}

.dow-list li a.a:hover .xza {
  background: #496FB0;
}

.dow-list li a.a:hover .xza img {
  -webkit-filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(126deg) brightness(102%) contrast(102%);
  filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(126deg) brightness(102%) contrast(102%);
}

.cjwt-list li {
  border: 1px solid #C9C9C9;
}

.cjwt-list li+li {
  margin-top: 2.5rem;
}

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

.cjwt-list li div.img {
  width: 31%;
}

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

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

.cjwt-list li .xw-nycont {
  width: 65%;
  padding-right: 4%;
}

@media (max-width: 768px) {
  .cjwt-list li .xw-nycont {
    width: 100%;
    padding: 4%;
  }
}

.cjwt-list li .xw-nycont h2 a {
  display: block;
  color: #000000;
  font: 500 1.5rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

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

.cjwt-list li .xw-nycont h2 a:hover {
  color: #0256ac;
}

.cjwt-list li .xw-nycont .datea {
  color: #A5A5A5;
  font: 500 1.125rem/1.5em "sourcehansans";
}

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

.yysp-cont1 {
  padding-top: 4rem;
}

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

.yysp-cont1 .n-fnaz li {
  display: inline-block;
  width: 11.25rem;
  text-align: center;
  margin: 0 0.8em;
}

@media (max-width: 768px) {
  .yysp-cont1 .n-fnaz li {
    width: 8rem;
    margin: 0.3em 0.5em;
  }
}

.yysp-cont1 .n-fnaz li a {
  display: block;
  color: #9C9B9B;
  font: 500 1rem/3em "sourcehansans";
  border: 1px solid #9C9B9B;
  border-radius: 1.5em;
}

@media (max-width: 768px) {
  .yysp-cont1 .n-fnaz li a {
    line-height: 2.6em;
  }
}

.yysp-cont1 .n-fnaz li:hover a,
.yysp-cont1 .n-fnaz li.active a {
  background: #496FB0;
  border-color: #496FB0;
  color: #fff;
}

.yysp-cont2 .cpsp-list li {
  width: 48.5%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .yysp-cont2 .cpsp-list li {
    margin-top: 1.25rem;
  }
}

.yysp-cont2 .cpsp-list li .img {
  position: relative;
}

.yysp-cont2 .cpsp-list li .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.yysp-cont2 .cpsp-list li .img i {
  display: block;
  font-size: 0;
}

.yysp-cont2 .cpsp-list li .img i img {
  width: 100%;
}

.yysp-cont2 .cpsp-list li .img a.a {
  width: 2.625rem;
  display: block;
  z-index: 9;
}

@media (max-width: 768px) {
  .yysp-cont2 .cpsp-list li .img a.a {
    width: 1.6rem;
  }
}

.yysp-cont2 .cpsp-list li .img a.a img {
  width: 100%;
}

.yysp-cont2 .cpsp-list li dl {
  padding: 1.4em 0 1.6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .yysp-cont2 .cpsp-list li dl {
    padding: 0.78em 0 1em;
  }
}

.yysp-cont2 .cpsp-list li dl dt {
  color: #000000;
  font: 500 1.5rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .yysp-cont2 .cpsp-list li dl dt {
    font-size: 1.125rem;
  }
}

.yysp-cont2 .cpsp-list li dl span {
  color: #A5A5A5;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .yysp-cont2 .cpsp-list li dl span {
    font-size: 1rem;
  }
}

.yysp-cont2 .cpsp-list li dl dd {
  color: #909090;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.25em;
}

@media (max-width: 990px) {

  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
}

.product-content {
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .product-content {
    padding-top: 1.5rem;
  }
}

.product-content .cp-fna1 {
  width: 19.35714%;
}

.product-content .cp-fna1 .msl-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  .product-content .cp-fna1 {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }

  .product-content .cp-fna1.click {
    left: 0;
  }

  .product-content .cp-fna1 .msl-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
    z-index: 9;
    cursor: pointer;
  }

  .product-content .cp-fna1 .msl-left-close-btn i {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-content .cp-fna1 .msl-left-close-btn i::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/f93793496f8a232477bca7d17634d92a.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    background-position: -30px -300px;
  }

  .product-content .cp-fna1 .cp-sdtaa {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }

  .product-content .cp-fna1 .cp-sdtaa .cp-ahts {
    width: 90%;
    background: #fff;
  }
}

.product-content .cp-fna1 .cp-sdtaa {
  position: sticky;
  top: 5.875rem;
  left: 13.54167%;
}

.product-content .cp-fna1 .cpsort-tit {
  text-align: center;
  color: #fff;
  font: 600 1.375rem/3.75rem "sourcehansans";
  background: #0256ac;
}

.product-content .cp-fna1 .cpast {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.product-content .cp-fna1 .cpast li+li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-content .cp-fna1 .cpast li a {
  display: block;
}

.product-content .cp-fna1 .cpast li>a {
  color: #757373;
  font: 500 1rem/2.75rem "sourcehansans";
  background: url(../img/sv1.svg) no-repeat 1.0625rem center;
  padding-left: 2.1875rem;
}

.product-content .cp-fna1 .cpast li>a:hover {
  color: #0256ac;
  background-image: url(../fonts/sv2.svg);
}

.product-content .cp-fna1 .cpast li .sec {
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #F5F5F5;
}

@media (max-width: 990px) {
  .product-content .cp-fna1 .cpast li .sec {
    display: none;
  }
}

.product-content .cp-fna1 .cpast li .sec a {
  color: #757373;
  font: 500 .875rem/1.5em "sourcehansans";
  padding: 0.4em 0 0.4em 1em;
  background: url(../fonts/quan.svg) no-repeat 0.3em 1em;
  -o-background-size: 0.2rem;
  background-size: 0.2rem;
}

.product-content .cp-fna1 .cpast li .sec a:hover {
  color: #0256ac;
  background-image: url(../fonts/quan1.svg);
}

.product-content .cp-fna1 .cpast li.active>a {
  color: #0256ac;
  background-image: url(../fonts/sv2.svg);
}

.product-content .cp-fna2 {
  width: 78.28571%;
}

@media (max-width: 990px) {
  .product-content .cp-fna2 {
    width: 100%;
  }
}

.product-content .cp-fna2 .cp-tit {
  color: #181818;
  font: 600 1.375rem/1.75rem "sourcehansans";
  border-bottom: 1px solid #D4D4D4;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .cp-tit {
    font-size: 1.25rem;
  }
}

.product-content .cp-fna2 .product-list {
  margin: 0 -1%;
  margin-top: .625rem;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .product-list {
    margin-top: 0.4rem;
  }
}

.product-content .cp-fna2 .product-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 2rem;
  -webkit-filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
  filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
}

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

@media (max-width: 540px) {
  .product-content .cp-fna2 .product-list li {
    width: 100%;
  }
}

.product-content .cp-fna2 .product-list li .hwerx {
  width: 100%;
  border: 1px solid #E4E5E7;
  height: 100%;
  background: #fff;
}

.product-content .cp-fna2 .product-list li a.block {
  position: relative;
}

.product-content .cp-fna2 .product-list li a.block i {
  display: block;
  font-size: 0;
}

.product-content .cp-fna2 .product-list li a.block i img {
  width: 100%;
}

.product-content .cp-fna2 .product-list li a.block u {
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1.8125rem;
}

.product-content .cp-fna2 .product-list li a.block u img {
  width: 100%;
}

.product-content .cp-fna2 .product-list li h2 a {
  display: block;
  text-align: center;
  color: #615F5F;
  border-top: 1px solid #E4E5E7;
  border-bottom: 1px solid #E4E5E7;
  background: #fff;
  font: 500 1rem/2.5rem "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.2em 1em;
}

.product-content .cp-fna2 .product-list li .cont {
  padding: 0.3em 1em 0.5em;
}

.product-content .cp-fna2 .product-list li .cont p {
  padding: 0.15em 0;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .product-list li .cont p {
    padding: 0.5em 0;
  }
}

.product-content .cp-fna2 .product-list li .cont p+p {
  border-top: 1px solid #E4E4E4;
}

.product-content .cp-fna2 .product-list li .cont p span {
  display: block;
  color: #888787;
  font: 500 .75rem/1.3rem "sourcehansans";
  padding: 0.45em 0;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .product-list li .cont p span {
    line-height: 1.4em;
  }
}

.product-content .cp-fna2 .product-list li .cont p span.sp1 {
  width: 40%;
}

.product-content .cp-fna2 .product-list li .cont p span.sp2 {
  width: 60%;
}

.product-content .cp-fna2 .product-list li .cont1-s {
  padding: 0.3em 1em;
  color: #888787;
  font: 500 .85rem/1.3rem "sourcehansans";
}

.product-content .cp-fna2 .product-list.product-list1 li {
  -webkit-filter: none;
  filter: none;
}

.product-content .cp-fna2 .product-list.product-list1 li .hwerx {
  border: none;
}

.product-content .cp-fna2 .product-list.product-list1 li h2 a {
  text-align: left;
  color: #333;
  font-weight: 600;
  padding: 0.2em 0;
  border-bottom: none;
}

.product-content .cp-fna2 .product-list.product-list1 li .cont1-s {
  padding: 0 0 0.3em;
}

.product-content .cp-fna2 .content {
  padding-top: 2.75rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-content .cp-fna2 .content {
    padding-top: 1.5em;
  }
}

.product-content .cp-fna2 .content img {
  width: 100%;
}

.product-content .cp-fna2 .content p {
  color: #757373;
  font: 500 .875rem/1.5em "sourcehansans";
}

.product-content .cp-fna2 .content .nrss {
  text-indent: 2em;
}

.product-content .cp-fna2 .content .contata dt {
  color: #000000;
  font: 600 1.25rem/1.5em "sourcehansans";
  padding-bottom: 0.6em;
}

.product-content .cp-fna2 .content .contata .titaa {
  color: #0256ac;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.product-content .cp-fna2 .content .contata .p {
  color: #757373;
  font: 500 1rem/1.5em "sourcehansans";
}

.product-content .cp-fna2 .content .contatb dl dt {
  color: #0256ac;
  font: 600 1.125rem/1.5em "sourcehansans";
  padding-bottom: 0.25em;
}

.msl-page-navbtn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.msl-page-navbtn i {
  display: block;
  width: 100%;
  height: 100%;
}

.msl-page-navbtn i::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/f93793496f8a232477bca7d17634d92a.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  background-position: -30px -390px;
}

@media (max-width: 990px) {
  .msl-page-navbtn {
    display: block;
  }
}

.product-show-content {
  padding-bottom: 5.375rem;
}

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

.ny-bodya {
  overflow: visible;
}