body,
html {
  font-size: 0.8333333333vw;
}

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

  body,
  html {
    font-size: 1vw;
  }
}

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

  body,
  html {
    font-size: 1.1111111111vw;
  }
}

@media (max-width: 767px) {

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

body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}

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

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

.wh1 {
  padding: 0 3.9583333333%;
}

@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-start;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #ff0000;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #ff0000;
  -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: 0.875rem;
  }
}

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

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

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

.a1b1 {
  margin-top: 2rem;
}

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

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

.more-msl.bs:hover {
  color: #ff0000;
}

.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}

.more-msl.hs:before {
  background: #ff0000;
}

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

.more-msl.ls {
  color: #ff0000;
  background: transparent;
  border-color: #ff0000;
}

.more-msl.ls:before {
  background: #ff0000;
}

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

.more-b {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #EBEBEC;
  color: #1B1C21;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
}

.more-b>* {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}

.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #ff0000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
  border-color: #024287;
  color: #fff;
}

.more-b:hover>* {
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.more-b.hs {
  background: #024287;
  color: #fff;
}

.more-b.hs i {
  color: #fff;
}

.more-b.hs:hover {
  color: #1B1C21;
}

.more-b.hs:hover>* {
  color: #1B1C21;
}

.more-b.hs:hover i {
  color: #1B1C21;
}

.more-b.hs:hover::after {
  background-color: #EBEBEC;
}

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

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

.m-hidden {
  display: none;
}

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

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

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

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

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

  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    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-img-news {
    padding-bottom: 68.202764977%;
    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;
  }
}

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

.head .head2 {
  line-height: 5.625rem;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

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

.head .head2 .logo a img {
  /* height: 3.2rem; */
  height: 2.2rem;
}

.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
}

.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1.125rem/1em "Montserrat";
}

.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}

.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}

.head .head2 .sska a {
  color: #1B1C21;
}

.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}

.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
  margin-right: 1.5rem;
}

#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}

#menu .nav_a1 li>a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@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: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff0000;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  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);
}

#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}

#menu .nav_a1 li .sec a:hover {
  color: #ff0000;
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}

#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}

#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}

#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}

#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #ff0000;
}

#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#menu .nav_a1 li:hover>a,
#menu .nav_a1 li.active>a {
  color: #ff0000;
}

#menu .nav_a1 li:hover>a span::after,
#menu .nav_a1 li.active>a span::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

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

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

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}

.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}

.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}

.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}

.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}

.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}

.sskbj .serbtn {
  background: #000;
}

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

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

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

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

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

.m-bm-head .m-bm-head-box .m-bm-logo img {
  /*height: 38px;*/
  height: 22px;
  /*max-width: 40%;*/
}

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

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

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-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%;
}

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

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

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

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 55%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}

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

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

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

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

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

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

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

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

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

.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}

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

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

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

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

.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}

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

.pc-banner .mySwipera .swiper-slide .img>img.aimg {
  visibility: hidden;
}

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

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

.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 28%;
  }
}

.pc-banner .mySwipera .banwez1 .tit {
  font: 400 2rem/1.25em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    margin: 0 auto;
  }
}

.pc-banner .mySwipera .banwez1 .tit::after {
  content: "";
  width: 100%;
  height: 0.65rem;
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  z-index: -1;
  background: #ff0000;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.5rem;
    text-wrap: balance;
  }
}

.pc-banner .mySwipera .banwez1 .p {
  font: 700 3.25rem/1.45em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.8rem;
    margin-top: 0.5em;
    text-wrap: balance;
  }
}

.pc-banner .mySwipera .banwez1 .tas1 {
  width: 50%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tas1 {
    width: 100%;
  }
}

.pc-banner .mySwipera .banwez1 .tas2 {
  width: 45%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tas2 {
    width: 50%;
    margin: 0 auto;
  }
}

.pc-banner .mySwipera .banwez1 .tas2 img {
  width: 100%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tas2 img {
    margin-top: 1.5rem;
  }
}

.pc-banner .mySwipera .gongt>div i {
  color: #fff;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .gongt>div i {
    font-size: 2rem;
  }
}

.pc-banner .mySwipera .gongt>div.swiper-button-next1 {
  right: 4%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .gongt>div.swiper-button-next1 {
    right: 1.5%;
  }
}

.pc-banner .mySwipera .gongt>div.swiper-button-prev1 {
  left: 4%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .gongt>div.swiper-button-prev1 {
    left: 1.5%;
  }
}

.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
  text-align: center;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}

.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}

.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5625rem;
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}

.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}

.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}

.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
  -moz-animation: scroll2 1s linear infinite;
  -o-animation: scroll2 1s linear infinite;
  animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

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

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

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

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

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

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.top:hover {
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  text-align: center;
}

.title1 .tit {
  font-size: 2.625rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
    text-wrap: balance;
  }
}

.title1 .entit {
  display: none;
  color: rgba(51, 51, 51, 0.1);
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: -1em;
}

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

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #ff0000;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #ff0000;
  width: 1.5625rem;
}

.gongt>div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.gongt>div i {
  color: #fff;
  font-size: 1.5rem;
}

.gongt>div.swiper-button-next1 {
  right: 0;
}

.gongt>div.swiper-button-prev1 {
  left: 0;
}

.cont1 {
  /* padding: 6rem 0 15vw; */
  padding: 4rem 0 0vw;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0 3rem;
    background-attachment: inherit;
  }
}

.cont1 .a1b1 .a1c1 {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5em;
  /* margin-top: 2rem; */
  margin-top: 0rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.cont1 .a1b1 .a1c2 {
  text-align: left;
  font-size: 1.1375rem;
  line-height: 2.2em;
  font-weight: 400;
  /* text-wrap: balance; */
  margin-top: 2rem;
  color: #666;
  text-indent: 2em;
  /* padding: 0 8%; */
}

.cont1 .a1b1 .a1c2:last-child {
  margin-top: 0rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c2 {
    font-size: 1.125rem;
    margin-top: 1rem;
    overflow: hidden;
  }

  .cont1 .a1b1 .a1c2 p>img {
    max-width: 300%;
    width: 180%;
    display: block;
    margin: 0 auto;
  }
}

.cont1 .a1b1 .a1c3 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c3 {
    margin-top: 0.5rem;
  }
}

.cont1 .a1b1 .a1c3 li {
  text-align: center;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c3 li {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 33.3333333333%;
    margin-top: 1.5rem;
  }
}

.cont1 .a1b1 .a1c3 li .data {
  color: #ff0000;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c3 li .data {
    font-size: 2.5rem;
  }
}

.cont1 .a1b1 .a1c3 li .data span {
  line-height: 1em;
  display: inline-block;
}

.cont1 .a1b1 .a1c3 li .data sup {
  font-size: 1.1875rem;
  vertical-align: super;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c3 li .data sup {
    font-size: 1rem;
  }
}

.cont1 .a1b1 .a1c3 li p {
  color: #666;
  font-size: 1.4375rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 .a1c3 li p {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.a2_b1 {
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  text-align: center;
  text-wrap: balance;
  font-weight: 400;
}

@media (max-width: 768px) {
  .a2_b1 {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.cont2 {
  /*padding: 6rem 0;*/
  padding: 2rem 0px 6rem 0;
}

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

.cont2 .a2_b2 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 {
    margin-top: 0.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cont2 .a2_b2 li {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 li {
    margin-top: 1rem;
    width: 48%;
  }
}

.cont2 .a2_b2 li+li {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 li+li {
    margin-left: 0;
  }
}

.cont2 .a2_b2 li a {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0.5em 1.25em;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 li a {
    font-size: 1rem;
    padding: 0.5em 1em;
  }
}

.cont2 .a2_b2 li:hover a,
.cont2 .a2_b2 li.on a {
  background: #ff0000;
  color: #FFFFFF;
  border-color: #ff0000;
}

.cont2 .a2_b3 {
  /*margin-top: 3rem;*/
  margin-top: 1rem;
}

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

.cont2 .a2_b3 .ttz {
  height: 0;
  overflow: hidden;
}

.cont2 .a2_b3 .ttz.a {
  height: auto;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p {
  display: block;
  /* background: #ECF2F5; */
  /*background: #ededed;*/
  /*padding: 2rem 4% 1rem;*/
}

@media (max-width: 768px) {
  .cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p {
    padding: 1.5rem 5%;
  }
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .img {
  overflow: hidden;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .img img {
  width: 100%;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p1 {
  display: block;
  text-align: center;
  color: #666666;
  padding: 0;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p1 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p1 .tit {
  font-size: 1.25rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1em 0;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p1 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 7%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 .tit {
  font-size: 1.45rem;
  line-height: 1.5em;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.65em 0;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 .anut {
  width: 3.4375rem;
  margin-top: 2rem;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p .cont-p2 .anut img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p:hover .cont-p1 {
  /* opacity: 0; */
  opacity: 1;
}

.cont2 .a2_b3 .ttz .mySwiper1 .swiper-slide a.cont-p:hover .cont-p2 {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  /* opacity: 1; */
  opacity: 0;
}

.cont2 .a2_b3 .gongt>div i {
  color: #666;
  font-size: 2rem;
}

.cont2 .a2_b3 .gongt>div.swiper-button-next1 {
  right: -5%;
}

.cont2 .a2_b3 .gongt>div.swiper-button-prev1 {
  left: -5%;
}

.cont3 {
  background: #ffffff;
  /* padding: 6rem 0; */
  padding: 2rem 0 4rem;
}

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

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

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

.cont3 .a3v1 .a3a1list1 {
  width: 50%;
}

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

.cont3 .a3v1 .a3a1list1 li {
  width: 50%;
  text-align: center;
  border: 1px solid #d9d7d7;
}

.cont3 .a3v1 .a3a1list1 li a.block {
  padding: 0 5%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3a1list1 li a.block {
    /*padding: 2rem 5%;*/
    padding: 4% 2%;
  }
}

.cont3 .a3v1 .a3a1list1 li a.block i {
  display: block;
  width: 2.5rem;
  margin: 0 auto;
  display: none;
}

.cont3 .a3v1 .a3a1list1 li a.block i img {
  width: 100%;
}

.cont3 .a3v1 .a3a1list1 li a.block .wenata {
  color: #666;
}

.cont3 .a3v1 .a3a1list1 li a.block .wenata h2 {
  font-size: 1.35rem;
  line-height: 1.5em;
  padding: 0.6rem 0;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3a1list1 li a.block .wenata h2 {
    font-size: 1.25rem;
    padding: 0.6rem 0 0rem 0;
  }
}

.cont3 .a3v1 .a3a1list1 li a.block .wenata .p {
  font-size: 0.925rem;
  line-height: 1.5em;
  text-wrap: balance;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3a1list1 li a.block .wenata .p {
    font-size: 1rem;
    color: #999999;

  }
}

.cont3 .a3v1 .a3a1list1 li:nth-child(2n) {
  border-left: none;
}

.cont3 .a3v1 .a3a1list1 li:nth-child(n+3) {
  border-top: none;
}

.cont3 .a3v1 .a3a1list1 li.on {
  background: #353535;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont3 .a3v1 .a3a1list1 li.on a.block i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cont3 .a3v1 .a3a1list1 li.on a.block .wenata {
  color: #fff;
}

.cont3 .a3v1 .a3a1list2 {
  width: 50%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3a1list2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont3 .a3v1 .a3a1list2 li {
  height: 100%;
  display: none;
}

.cont3 .a3v1 .a3a1list2 li a {
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}

.cont3 .a3v1 .a3a1list2 li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 {
  padding: 6rem 0;
}

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

.cont4 .a4_v1 {
  margin-top: 3rem;
}

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

.cont4 .a4_v1 .a4_ba {
  width: 48.5%;
}

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

.cont4 .a4_v1 .a4_ba li {
  position: relative;
}

.cont4 .a4_v1 .a4_ba li .img {
  padding-bottom: 35%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_ba li .img {
    padding-bottom: 50%;
  }
}

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

.cont4 .a4_v1 .a4_ba li .img img {
  width: 100%;
}

.cont4 .a4_v1 .a4_ba li .cont-p {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  padding: 0 7%;
  color: #fff;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cont4 .a4_v1 .a4_ba li .cont-p .tit {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.cont4 .a4_v1 .a4_ba li .cont-p a.more-b {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_ba li .cont-p a.more-b {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .a4_ba li:hover .cont-p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cont4 .a4_v1 .a4_b1 li {
  height: 100%;
}

.cont4 .a4_v1 .a4_b1 li .img {
  height: 100%;
}

.cont4 .a4_v1 .a4_b1 li .img img {
  height: 100%;
}

.cont4 .a4_v1 .a4_b1 li .cont-p {
  bottom: 10%;
}

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

.cont4 .a4_v1 .a4_b2 li+li {
  margin-top: 2.5rem;
}

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

.cont5 {
  padding: 6rem 0;
  background: #EBF1F4;
}

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

.cont5 .a5_list1 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 3rem;
}

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

.cont5 .a5_list1 li {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12rem 5% 4rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li {
    padding: 6rem 5% 2rem;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
  }
}

.cont5 .a5_list1 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.cont5 .a5_list1 li+li {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li:nth-child(3) {
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}

.cont5 .a5_list1 li .cont-as1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont5 .a5_list1 li .cont-p {
  color: #fff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cont5 .a5_list1 li .cont-p u {
  display: block;
  font-size: 0;
  width: 3.5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .cont-p u {
    width: 3rem;
  }
}

.cont5 .a5_list1 li .cont-p u img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cont5 .a5_list1 li .cont-p .tit {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .cont-p .tit {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.cont5 .a5_list1 li .cont-p .texta {
  text-align: center;
}

.cont5 .a5_list1 li .cont-p .texta .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .cont-p .texta .p {
    margin: 1.25rem 0;
  }
}

.cont5 .a5_list1 li:hover::after {
  bottom: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cont5 .a5_list1 li:hover .cont-p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cont6 {
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}

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

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

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

.cont6 .a6_v1 .a6_b1 {
  width: 31.7142857143%;
  /* box-shadow: 0px 1.875rem 3.125rem rgba(0, 0, 0, 0.03); */
  box-shadow: 2px 3px 10px 1px #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b1 {
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_b1 li {
  /*height: 33.3333333333%;*/
  height: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.cont6 .a6_v1 .a6_b1 li a.img {
  display: block;
  padding: 0.7rem;
  width: 100%;
}

.cont6 .a6_v1 .a6_b1 li a.img p {
  color: #413D3C;
  font: 400 1.2rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b1 li a.img p {
    font-size: 1.15rem;
  }
}

.cont6 .a6_v1 .a6_b1 li a.img span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 0.5rem;
}

.cont6 .a6_v1 .a6_b1 li+li {
  border-top: 1px solid #E3E3E3;
}

.cont6 .a6_v1 .a6_b1 li::after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.cont6 .a6_v1 .a6_b1 li:hover {
  background: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 123.91%);
  background: -moz-linear-gradient(top, #ff0000 0%, #ff0000 123.91%);
  background: -o-linear-gradient(top, #ff0000 0%, #ff0000 123.91%);
  background: linear-gradient(180deg, #ff0000 0%, #ff0000 123.91%);
}

.cont6 .a6_v1 .a6_b1 li:hover::after {
  left: 150%;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}

.cont6 .a6_v1 .a6_b1 li:hover a.img p,
.cont6 .a6_v1 .a6_b1 li:hover a.img span {
  color: #fff;
}

.cont6 .a6_v1 .a6_b2 {
  width: 66%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont6 .a6_v1 .a6_b2 li {
  width: 48.3766233766%;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 li {
    width: 100%;
  }

  .cont6 .a6_v1 .a6_b2 li+li {
    margin-top: 1rem;
    display: none;
  }
}

.cont6 .a6_v1 .a6_b2 li a.img {
  display: block;
  font-size: 0;
}

.cont6 .a6_v1 .a6_b2 li a.img img {
  width: 100%;
}

.cont6 .a6_v1 .a6_b2 li .cont-p {
  padding: 1rem 1.5rem 1.5rem;
}

.cont6 .a6_v1 .a6_b2 li .cont-p span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em "Montserrat";
  margin: 0.3rem 0 0.45rem;
}

.cont6 .a6_v1 .a6_b2 li .cont-p a.name {
  color: #413D3C;
  font: 400 1.2rem/1.4em "Noto Sans SC";
  display: block;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 li .cont-p a.name {
    font-size: 1.25rem;
  }
}

.cont6 .a6_v1 .a6_b2 li .cont-p a.name:hover {
  color: #ff0000;
}

.cont6 .a6_v1 .a6_b2 li .cont-p .p {
  color: #888888;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.cont6 .a6_v1 .a6_b2 li .cont-p a.more-a {
  color: #888888;
  font: 400 0.9375rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 li .cont-p a.more-a {
    margin-top: 0.6rem;
  }
}

.cont6 .a6_v1 .a6_b2 li .cont-p a.more-a::after {
  background: #ff0000;
}

.cont6 .a6_v1 .a6_b2 li .cont-p a.more-a:hover {
  color: #ff0000;
}

.cont6 .more-msl {
  margin-top: 2.5rem;
}

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

.foot-fot {
  position: relative;
}

.foot-fot .foot2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}

.foot-fot .foot2 .foota1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5em;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .foot-fot .foot2 .foota1 {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
}

.foot-fot .foota2 {
  background: #fff;
  /* border-top-left-radius: 8vw; */
  /* border-top-right-radius: 8vw; */
  /* padding: 8rem 0 4rem; */
  padding: 2rem 0 1rem;
}

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

.foot-fot .foota2 .fo-a2 .dlogo {
  /* width: 11.4285714286%; */
  width: 16%;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .dlogo {
    width: 50%;
    margin: 0 auto;
  }
}

.foot-fot .foota2 .fo-a2 .dlogo img {
  width: 100%;
}

.foot-fot .foota2 .fo-a2 .cont-asp {
  width: 82.1428571429%;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp {
    width: 100%;
    text-align: center;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav {
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav li {
  margin-right: 2em;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav li {
    margin: 0 0.4em;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav li a {
  display: block;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav li a {
    font-size: 1.15rem;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .d_nav li a:hover {
  color: #ff0000;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .social-share {
    margin: 0 auto;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .social-share a {
  color: #999;
  font-size: 1.35rem;
  background: transparent;
  border: none;
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .social-share a:hover {
  color: #ff0000;
}

.foot-fot .foota2 .fo-a2 .cont-asp .werhsqa .social-share a+a {
  margin-left: 0.5em;
}

.foot-fot .foota2 .fo-a2 .cont-asp .ashj-ad {
  color: #666;
  /*font-size: 1.1rem;*/
  font-size: 0.9rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .fo-a2 .cont-asp .ashj-ad {
    font-size: 1rem;
  }
}

.foot-fot .foota2 .fo-a2 .cont-asp .ashj-ad a {
  color: #666;
}

.foot-fot .foota2 .fo-a2 .cont-asp .ashj-ad a:hover {
  color: #ff0000;
}

.foot-fot.foot-fot2 .foota2 {
  border-radius: 0;
}

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

.foot1-m .m-bm-head-box .m-bm-navbtn span,
.foot1-m .m-bm-head-box .m-bm-navbtn:after,
.foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.foot1-m .m-bm-menu {
  background: #fff;
}

.foot1-m .m-bm-nav>li,
.foot1-m .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.foot1-m .m-bm-nav>li>a,
.foot1-m .m-bm-nav .aniut i,
.foot1-m .m-bm-nav>li .sec a,
.foot1-m .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  .fix-gonga {
    display: none !important;
  }
}

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

.hidden {
  display: none;
}

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

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

.zd_erha .aat_list li {
  position: relative;
}

.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: #ff0000;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem 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.75rem;
}

.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  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 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

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

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

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

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

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

.pagination>li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}

@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}

.ajhhsd span {
  padding: 0 0.05em;
}

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

.ajhhsd a {
  color: #A7A5A5;
}

.ajhhsd a:hover {
  color: #ff0000;
}

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

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

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

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

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

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

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

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

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

@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 "Noto Sans SC";
  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 "Noto Sans SC";
  color: #333;
}

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

.ss-list li {
  padding: 1rem 0;
}

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

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

.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 "Noto Sans SC";
  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: #ff0000;
  font: 500 1rem/1.5em "montserrat";
}

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

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

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

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}

.shzr-content strong {
  color: #333;
}

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

/*内页end*/
.nbanner {
  position: relative;
}

.nbanner .img {
  width: 100%;
  font-size: 0;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 50%;
}

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

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.25rem/1.25em "Noto Sans SC";
}

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

.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}

.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}

.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}

.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 5.625rem;
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}

.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}

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

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

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

.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1.2rem/3.125rem "Noto Sans SC";
  /*font: 500 1rem/3.125rem "Noto Sans SC";*/
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff0000;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}

.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a {
  color: #ff0000;
}

.n_mbx .n_src li:hover a::after,
.n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.list_content {
  padding: 4rem 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;
}

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

@media (max-width: 990px) {

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

.ny-body {
  padding-top: 5.625rem;
  overflow: visible;
}

@media (max-width: 990px) {
  .ny-body {
    overflow: hidden;
  }
}

.abt-contgong {
  padding: 6rem 0;
}

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

.abt-cont1 .abt-a1v1 {
  margin-top: 3rem;
}

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

.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 35%;
}

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

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

.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 100%;
  color: #666;
  font-size: 1.1rem;
  text-indent: 2em;
  line-height: 2em;
  text-align: justify;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
  }

  .abt-cont1 .abt-a1v1 .abt-a1b2 p img {
    max-width: 300%;
    width: 190%;
    display: block;
  }
}

.heng1 {
  width: 100%;
  font-size: 0;
}

.heng1 img {
  width: 100%;
}

.abt-cont2 {
  background: rgba(153, 153, 153, 0.1);
  padding: 6rem 0 10rem;
}

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

.abt-cont2 .abt_a2v1 {
  padding: 0 5%;
  margin-top: 3.5rem;
}

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

.abt-cont2 .abt_a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.2);
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1::after {
    top: 40%;
  }
}

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

.abt-cont2 .abt_a2v1 .gongt>div {
  top: 46%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1 .gongt>div {
    top: 40%;
  }
}

.abt-cont2 .abt_a2v1 .gongt>div i {
  color: #666;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1 .gongt>div i {
    font-size: 1rem;
  }
}

.abt-cont2 .abt_a2v1 .gongt>div.swiper-button-next1 {
  right: -0.5%;
}

.abt-cont2 .abt_a2v1 .gongt>div.swiper-button-prev1 {
  left: -0.5%;
}

.abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide .tit {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
}

.abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide u {
  background: #fff;
  border-radius: 50%;
  border: 0.2rem solid #EEEEEE;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin: 0.5rem 0 1rem;
}

@media (max-width: 450px) {
  .abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide u {
    display: none;
  }
}

.abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 10%;
}

.abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide.swiper-slide-next .tit {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  text-indent: 1em;
}

.abt-cont2 .abt_a2v1 .mySwiper2 .swiper-slide.swiper-slide-next u {
  border-color: #ff0000;
}

.abt-cont3 .heng1 {
  margin-top: 3rem;
}

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

.abt-cont4 {
  background: rgba(153, 153, 153, 0.1);
}

.abt-cont4 .abt_a4v1 {
  margin-top: 3rem;
}

.abt-cont4 .abt_a4v1 .mySwiper3 .swiper-wrapper {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-cont4 .abt_a4v1 .mySwiper3 .swiper-slide .img {
  border: 0.5rem solid #999;
}

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

.abt-cont4 .abt_a4v1 .swiper-pagination1 {
  margin-top: 2rem;
}

.product-list {
  margin: 0 -1%;
  padding-top: 0rem;
}

@media (max-width: 768px) {
  .product-list {
    padding-top: 1rem;
  }

  .abt-cont4 .abt_a4v1,
  .abt-cont4 .abt_a4v1 .swiper-pagination1 {
    margin-top: 0;
  }
}

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

@media (max-width: 768px) {
  .product-list li {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .product-list li {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.product-list li a.cont-p {
  display: block;
  background: #fff;
  /*padding: 3rem 4%;*/
  /*padding: 1rem 4%;*/
  padding: 1rem 4% 0;
  box-shadow: 0 0 3px 1px #ccc;
  position: relative;
}

@media (max-width: 768px) {
  .product-list li a.cont-p {
    padding: 1.5rem 5%;
  }
}

.product-list li a.cont-p .img {
  overflow: hidden;
}

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

.product-list li a.cont-p .cont-p1 {
  display: block;
  text-align: center;
  color: #666666;
  padding: 1rem 1em 0;
}

.product-list li a.cont-p .cont-p1 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.product-list li a.cont-p .cont-p1 .tit {
  font-size: 1.25rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}

.product-list li a.cont-p .cont-p1 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.product-list li a.cont-p .cont-p2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 7%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.product-list li a.cont-p .cont-p2 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.product-list li a.cont-p .cont-p2 .tit {
  display: none;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.65em 0;
}

.product-list li a.cont-p .cont-p2 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
}

.product-list li a.cont-p .cont-p2 .anut {
  width: 3.4375rem;
  margin-top: 0;
}

.product-list li a.cont-p .cont-p2 .anut img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-list li a.cont-p:hover .cont-p1 {
  opacity: 0;
}

.product-list li a.cont-p:hover .cont-p2 {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

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

.news-list li {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-top: 3.4375rem;
}

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

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

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

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

.news-list li .cont-p {
  margin-top: 0.8rem;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 0.8rem;
}

.news-list li .cont-p a.name {
  display: block;
  color: #000000;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  overflow: hidden;
  /*white-space: nowrap;*/
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    height: auto;
  }
}

.news-list li .cont-p a.name:hover {
  color: #ff0000;
}

.news-list li .cont-p .p {
  color: #626262;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  margin: 0.8rem 0;
  height: 3em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont-p .p {
    margin: 0.5rem 0;
    height: auto;
  }
}

.news-list li .cont-p .data {
  color: #dddddd;
  font: 500 0.875rem/1.5em "Montserrat";
}

.news-list li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

/*新闻详情*/
.xw-show_bja .title-a {
  color: #454545;
  font: 600 2rem/1.4em "Noto Sans SC";
  text-align: center;
  margin-top: 3rem;
}

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

.xw-show_bja .title-b .date-a {
  color: #dddddd;
  font: 600 1rem/1.5em "Montserrat";
  text-align: center;
  padding: 0.5rem 0 1.6rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-b .date-a {
    padding: 0.5rem 0 1rem;
  }
}

.xw-show_bja .title-b .fen-xiang::after {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xw-show_bja .title-b .fen-xiang::before {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xw-show_bja .title-b .fen-xiang .social-share {
  position: relative;
  padding: 0 1em;
}

.xw-show_bja .title-b .fen-xiang .social-share .wechat-qrcode {
  z-index: 999;
}

.xw-show_bja .title-b .fen-xiang .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  background: transparent;
  font-size: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-b .fen-xiang .social-share a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.show-news-a1_v1 {
  margin-top: 2rem;
}

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

.show-news-a1_v1 .xinwn-consss {
  padding: 0;
  color: #5f5f5f;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

.show-news-a1_v1 .xinwn-consss p {
  font-size: 1rem;
  line-height: 25px;
  margin: 10px 0;
}

.show-news-a1_v1 .xinwn-consss p strong {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333333;
}

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

.show-news-a1_v1 .xinwn-consss img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.pain {
  background: #F5F5F5;
  padding: 1rem 0;
  margin-top: 7.5rem;
}

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

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

.pain .shanys {
  padding: 0 10%;
}

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

.pain .prev,
.pain .next {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: 45%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {

  .pain .prev,
  .pain .next {
    width: 100%;
    font-size: 1rem;
    padding: 2px 0;
  }
}

.pain .prev a,
.pain .next a {
  color: #626262;
}

.pain .prev a:hover,
.pain .next a:hover {
  color: #ff0000;
}

.mbx-cont1 {
  background: #373737;
}

.mbx-cont1 .ajhhsd {
  padding: 0.75em 0;
}

.pro-show-cont1 {
  /*background: #f1f2f5;*/
  /*background-image: url('../img/product-detail.jpg');*/
  padding: 6rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 40%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img {
  position: relative;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-next1 {
  right: 3%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-next1 {
    right: 1.5%;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-prev1 {
  left: 3%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div.swiper-button-prev1 {
    left: 1.5%;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt>div i {
  font-size: 2rem;
  color: #999;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  width: 100%;
  /*padding-bottom: 66%;*/
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 60%;
  padding-left: 6%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0%;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #ff0000;
  /*font: 600 2rem/1.3em "Noto Sans SC";*/
  font: 600 3rem/1.3em "Noto Sans SC";
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1.tit2 {
  font: 600 1.3rem / 1.3em "Noto Sans SC";
  margin-bottom: 2%;
  color: #535353;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }

}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #626262;
  /*font: 400 1.15rem / 1.6em "Noto Sans SC";*/
  font: 400 1.35rem / 1.6em "Noto Sans SC";
  margin: 3% 0;
  /*padding-right: 10%;*/
  line-height: 45px;
  /*text-indent: 1em;*/
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  position: relative;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  /*position: absolute;*/
  /*top: 50%;*/
  transform: translateY(-50%) rotate(45deg);
  /*left: 0;*/
  content: '';
  width: 6px;
  height: 6px;
  background: #ff0027;
  display: inline-block;
  margin-right: 1%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1>span {
  display: block;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 1px;
  position: relative;
  margin: 2% 0;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1>span::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 6%;
  height: 2px;
  background: #ff0000;
  transition: all 0.36s;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-msl {
  margin-top: 2rem;
}

.pro-show-cont2 {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
    margin-right: 2%;
  }

  .pro-show-cont2 {
    padding: 2rem 0;
  }
}

.pro-show-cont2 .content {
  color: #626262;
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .content {
    margin-top: 1rem;
  }
}

.ny-tit .entit {
  color: #535353;
  font: 700 1.5rem/1.2em "Montserrat";
  text-transform: uppercase;
}

.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.3em "Noto Sans SC";
}

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

.msg-cont1 {
  background: url(../img/img79.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.msg-cont1 .msg-a1v1 {
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.5rem;
  padding: 3rem 5%;
  margin-top: 3rem;
}

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

.msg-cont1 .msg-a1v1 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}

.msg-cont1 .msg-a1v1 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 0.5rem;
}

.msg-cont1 .msg-a1v1 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
}

.msg-cont1 .msg-a1v1 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #AEB5BB;
  border-radius: 0.5rem;
}

.msg-cont1 .msg-a1v1 form .city-picker-span>.arrow {
  right: 0.75rem;
}

.msg-cont1 .msg-a1v1 form .inpt {
  margin-top: 1rem;
}

.msg-cont1 .msg-a1v1 form .msg-a1 .inpt {
  width: 31.8571428571%;
}

@media (max-width: 768px) {
  .msg-cont1 .msg-a1v1 form .msg-a1 .inpt {
    width: 100%;
  }
}

.msg-cont1 .msg-a1v1 form .div_aghgha {
  margin-top: 1.5rem;
}

.msg-cont1 .msg-a1v1 form .div_aghgha button {
  border: none;
}

@media (max-width: 768px) {
  .msg-cont1 .msg-a1v1 form .div_aghgha {
    margin-top: 1rem;
  }
}

.pro-show-cont3 {
  padding-bottom: 6rem;
}

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

.pro-show-cont3 .pro-show-a3v1 {
  margin-top: 3rem;
}

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

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p {
  display: block;
  background: #ECF2F5;
  padding: 3rem 4%;
}

@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p {
    padding: 1.5rem 5%;
  }
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .img {
  overflow: hidden;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .img img {
  width: 100%;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p1 {
  display: block;
  text-align: center;
  color: #666666;
  padding: 1rem 1em 0;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p1 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p1 .tit {
  font-size: 1.25rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1em 0;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p1 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 7%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 .tit {
  font-size: 1.45rem;
  line-height: 1.5em;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.65em 0;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 .anut {
  width: 3.4375rem;
  margin-top: 2rem;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p .cont-p2 .anut img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p:hover .cont-p1 {
  opacity: 0;
}

.pro-show-cont3 .pro-show-a3v1 .mySwiper1 .swiper-slide a.cont-p:hover .cont-p2 {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.case-content {
  background: url(../img/img102.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.case-content .case-vasrt1 {
  background: #fff;
  overflow: hidden;
  padding: 3rem 5% 0;
}

@media (max-width: 768px) {
  .case-content .case-vasrt1 {
    padding: 1.5rem 5% 0;
  }
}

.case-content .case-vasrt1 .case-list {
  background: #F8F8F8;
  padding: 3rem;
}

@media (max-width: 768px) {
  .case-content .case-vasrt1 .case-list {
    padding: 1.5rem;
  }
}

.case-content .case-vasrt1 .case-list li a {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-content .case-vasrt1 .case-list li a {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
}

.case-content .case-vasrt1 .case-list li a::before {
  content: "·";
  font-weight: 800;
  margin-right: 0.5em;
}

.case-content .case-vasrt1 .case-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  height: 1px;
  background: #ff0000;
}

.case-content .case-vasrt1 .case-list li a:hover {
  color: #ff0000;
}

.case-content .case-vasrt1 .case-list li a:hover::after {
  width: 100%;
}

.show-case-content {
  background: url(../img/img103.png) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
}

.show-case-content .show-case-cont1 {
  padding-top: 6rem;
}

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

.show-case-content .show-case-cont1 .show-case-a1v1 {
  background: #fff;
  padding: 5rem 3rem;
}

@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .show-case-a1v1 {
    padding: 2rem 1.5rem;
  }
}

.show-case-content .show-case-cont1 .show-case-a1v1 .a2_b1 {
  margin-top: 1rem;
}

.show-case-content .show-case-cont1 .show-case-a1v1 .content {
  padding: 3rem;
  background: #F8F8F8;
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 2.5rem;
  color: #666;
}

@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .show-case-a1v1 .content {
    padding: 1.5rem;
    margin-top: 1rem;
  }
}

.fwzc_content .fwzc-cont1 {
  background: #F8F8F8;
}

.fwzc_content .zlkz_list li {
  background: #fff;
}

.fwzc_content .zlkz_list li .img {
  width: 50%;
}

@media (max-width: 768px) {
  .fwzc_content .zlkz_list li .img {
    width: 100%;
  }
}

.fwzc_content .zlkz_list li .img img {
  width: 100%;
}

.fwzc_content .zlkz_list li .cont-p {
  width: 50%;
  padding: 5%;
}

@media (max-width: 768px) {
  .fwzc_content .zlkz_list li .cont-p {
    width: 100%;
  }
}

.fwzc_content .zlkz_list li .cont-p .tit {
  color: #333;
  font: 500 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fwzc_content .zlkz_list li .cont-p .tit {
    font-size: 1.5rem;
  }

  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font: 400 1rem / 2.2em "Noto Sans SC";
  }
}

.fwzc_content .zlkz_list li .cont-p .p {
  color: #666;
  font-size: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .fwzc_content .zlkz_list li .cont-p .p {
    margin-top: 0.5rem;
  }
}

.fwzc_content .zlkz_list li:nth-child(2n) .img {
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  .fwzc_content .zlkz_list li:nth-child(2n) .img {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.fwzc_content .zlkz_list li:nth-child(2n) .cont-p .p1 .titas1 {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
  margin-top: 1rem;
}

.fwzc_content .zlkz_list li:nth-child(2n) .cont-p .p1 p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 1em;
  background: url(../img/img60.png) no-repeat left center;
  -o-background-size: 0.6em auto;
  background-size: 0.6em auto;
  margin-top: 0.5em;
}

.fwzc-cont2 {
  background: #fff;
}

.fwzc-cont2 .heng1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .fwzc-cont2 .heng1 {
    margin-top: 1.5rem;
  }
}

.fwzc-cont3 {
  background: url(../img/img96.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.fwzc-cont3 .fwzc-a3v1 .tit {
  color: #333;
  font-size: 2rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .tit {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b1 {
  background: #fff;
  width: 42%;
  padding: 3rem 4%;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b1 {
    width: 100%;
    padding: 1.5rem 4%;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b1 .p {
  color: #666;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b1 .img {
  margin-top: 1.5rem;
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b1 .img img {
  width: 100%;
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 {
  background: #fff;
  width: 55%;
  padding: 3rem 4%;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 4%;
  }
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 {
    margin-top: 1rem;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li {
    padding: 1rem 0;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li i {
  display: block;
  width: 4rem;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li i {
    width: 3.5rem;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li i img {
  width: 100%;
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata {
  width: -webkit-calc(100% - 6.5rem);
  width: -moz-calc(100% - 6.5rem);
  width: calc(100% - 6.5rem);
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata {
    width: -webkit-calc(100% - 5.5rem);
    width: -moz-calc(100% - 5.5rem);
    width: calc(100% - 5.5rem);
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata h2 {
  color: #333;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata h2 {
    font-size: 1.35rem;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata .p {
  color: #666;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata .p {
    margin-top: 0.5rem;
  }
}

.fwzc-cont3 .fwzc-a3v1 .fwzc-a3b2 .fwnr-list1 li .wenata .p strong {
  color: #ff0000;
  font-weight: 400;
}

.fwzc-cont4 {
  padding-top: 6rem;
  background: #F6F6F6;
}

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

.fwzc-cont4 .fwzc-a4v1 {
  background: url(../img/60abe1fdbe2e916cca8f45a1c64050bc.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 3.5rem 10%;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #004C86;
  font-size: 1.125rem;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v1 {
    font-size: 1rem;
    padding: 1.5rem 7%;
  }
}

.fwzc-cont4 .fwzc-a4v2 {
  margin-top: 3rem;
}

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

.fwzc-cont4 .fwzc-a4v2 .tit {
  color: #333;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding-bottom: 0.75rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v2 .tit {
    font-size: 1.35rem;
  }
}

.fwzc-cont4 .fwzc-a4v2 .p p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 1em;
  background: url(../img/img60.png) no-repeat left 0.45em;
  -o-background-size: 0.6em auto;
  background-size: 0.6em auto;
  margin-top: 0.5em;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 {
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.5rem;
  padding: 3rem 5%;
  width: 48%;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 {
    width: 100%;
    padding: 1.8rem 5%;
  }
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 .p {
  margin-top: 1rem;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 .imgas {
  background: #ff0000;
  margin-top: 2rem;
  margin-left: 1rem;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 .imgas .past img {
  width: 100%;
  -webkit-transform: translate(-1rem, 1rem);
  -moz-transform: translate(-1rem, 1rem);
  -ms-transform: translate(-1rem, 1rem);
  -o-transform: translate(-1rem, 1rem);
  transform: translate(-1rem, 1rem);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b1 .imgas:hover .past img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 {
  width: 48%;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li {
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.5rem;
  padding: 2.6rem 8%;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li {
    padding: 1.8rem 5%;
  }
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li+li {
    margin-top: 1rem;
  }
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li .imgas {
  width: 18%;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li .imgas img {
  width: 100%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li .cont-p {
  width: 75%;
}

.fwzc-cont4 .fwzc-a4v2 .fwzc-a4b2 .fwzc-a4b2c1 li:hover .imgas img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.dow-content {
  padding: 1rem 0 1rem;
}

.dow-content .dow-list li {
  width: 48.5%;
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  padding: 2rem 3.4%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .dow-content .dow-list li {
    margin-top: 1rem;
    padding: 1.5rem;
  }
}

@media (max-width: 500px) {
  .dow-content .dow-list li {
    width: 100%;
  }
}

.dow-content .dow-list li a.block .img {
  width: 3.6875rem;
}

@media (max-width: 768px) {
  .dow-content .dow-list li a.block .img {
    width: 3rem;
  }
}

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

.dow-content .dow-list li a.block h2 {
  color: #413D3C;
  font-size: 1.375rem;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .dow-content .dow-list li a.block h2 {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

.dow-content .dow-list li a.block:hover h2 {
  color: #ff0000;
}

.dow-content .dow-list li .wehxa {
  margin-top: 0.5rem;
}

.dow-content .dow-list li .wehxa span {
  color: #9D9D9D;
  font-size: 1rem;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dow-content .dow-list li .wehxa span+span {
  margin-left: 1em;
}

.sp-list {
  margin: 0 -1%;
  margin-top: 2rem;
}

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

.sp-list li {
  width: 33.3333333333%;
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sp-list li {
    width: 50%;
  }
}

.sp-list li .img i {
  display: block;
  font-size: 0;
  position: relative;
}

.sp-list li .img i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

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

.sp-list li .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .sp-list li .img video {
    display: none;
  }
}

.sp-list li .img .tcbf {
  display: none;
  width: 2.5rem;
}

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

@media (max-width: 768px) {
  .sp-list li .img .tcbf {
    display: block;
  }
}

.sp-list li .wehxa {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
}

.lx-cont1 {
  padding: 5.375rem 0 4.25rem;
}

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

.lx-cont1 .lx-a1v1 {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

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

.lx-cont1 .lx-a1v1 .lx-a1b1 {
  /*width: 50%;*/
  width: 100%;
  display: flex;
  padding: 3%;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
    padding: 5%;
    flex-wrap: wrap;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #333;
  font: 600 2rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.35rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  width: 70%;
  color: #252525;
  font: 400 1rem/1.6rem "Noto Sans SC";
  padding: 1rem 0;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .p p {
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    padding: 0.8rem 0;
    width: 100%;
    font: 400 1rem/2.2rem "Noto Sans SC";
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #252525;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .erna {

  width: 30%;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
    width: 100%;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .erna img {
  /*width: 100%;*/
  width: 10.5rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .erna span {
  display: block;
  padding-top: 1%;
  letter-spacing: 1px;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 {
  /*width: 50%;*/
  width: 100%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv {
  width: 100%;
  height: 25rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv {
    height: 22rem;
  }
}

.lx-cont2 {
  background: #F5F5F5;
  padding: 4rem 0;
}

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

.lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}

.lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 0.5rem;
}

.lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
}

.lx-cont2 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #AEB5BB;
  border-radius: 0.5rem;
}

.lx-cont2 form .city-picker-span>.arrow {
  right: 0.75rem;
}

.lx-cont2 form .inpt {
  margin-top: 1rem;
}

.lx-cont2 form .msg-a1 .inpt {
  width: 31.8571428571%;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}

.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}

.lx-cont2 form .div_aghgha button {
  border: none;
}

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

.index_one_one {}

.index_one_one .case-box {
  display: flex;
  /*height: 570px;*/
  height: 635px;
}

.index_one_one .case-box .item {
  width: 40%;
  transition: all 0.36s;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

.index_one_one .case-box .item {
  border-right: 3px solid #fff;
}

.index_one_one .case-box .item:last-child {
  border-right: none;
}

.index_one_one .case-box .item a .item-img {
  width: 100%;
}

.index_one_one .case-box .item a .item-img img {
  width: 100%;
  height: 570px;
}

.index_one_one .case-box .item a .item-txt {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 3%;
  transform: translateY(-50%);
  color: #fff;
}

.index_one_one .case-box .item:hover {
  width: 100%;
}

.index_one_one .case-box .item a .item-txt h1 {
  margin-bottom: 2%;
  font-size: 1.7rem;
}

.index_one_one .case-box .item a .item-txt span {
  width: 95%;
  display: block;
  line-height: 25px;
  margin-bottom: 4%;
  font-size: 0.9rem;
}

.index_one_one .case-box .item a .item-txt span>em {
  font-size: 1.2rem;
}

.index_one_one .title1 {
  padding: 2rem 0 2rem;
}

.index_one_one .case-box .item .more-msl {
  color: #fff;
  border: 1px solid #ffffff;
  width: 8rem;
  font: 400 1rem / 2.425rem "Noto Sans SC";
  margin-top: 2%;
}

@media (max-width: 767px) {

  .index_one_one .case-box {
    flex-wrap: wrap;
    height: auto;
  }

  .index_one_one .case-box .item {
    width: 100%;
    padding-bottom: 48%;
    border-right: none;
  }

  .index_one_one .case-box .item:first-child {
    border-right: 0;
  }

  .index_one_one .case-box .item a .item-txt {
    width: 100%;
    top: 50%;
  }

  .index_one_one .case-box .item a .item-txt span {
    width: 95%;
    margin-bottom: 2%;
  }

  .index_one_one .case-box .item a .item-txt h1 {
    font-size: 1.6rem;
  }

  .index_one_one .case-box .item .more-msl {
    display: none;
  }
}

.downloadLink {
  width: 100%;
}

.downloadLink a {
  display: flex;
  align-items: end;
  position: relative;
  height: 50px;
  width: 13%;
}

.downloadLink a img {
  max-width: 100%;
  /*width: 8%;*/
  width: 34%;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 9;
}

.downloadLink a span {
  position: absolute;
  bottom: -12px;
  left: 12px;
  background: #d9d9d9;
  width: 100%;
  border-radius: 8px;
  line-height: 22px;
  font-size: 1rem;
  text-align: center;
  transition: all 0.36s;
  padding: 7px 0px 7px 17%;
}

@media (max-width: 1680px) {
  .downloadLink a span {
    bottom: 0;
  }
}

@media (max-width: 1570px) {
  .downloadLink a span {
    bottom: 3px;
  }
}

@media (max-width: 1460px) {
  .downloadLink a span {
    bottom: 6px;
  }
}

@media (max-width: 1380px) {
  .downloadLink a span {
    bottom: -1px;
  }
}

@media (max-width: 1260px) {
  .downloadLink a span {
    bottom: 3px;
  }
}

@media (max-width: 1170px) {
  .downloadLink a span {
    bottom: 6px;
  }
}

@media (max-width: 1080px) {
  .downloadLink a span {
    bottom: 9px;
    padding: 3px 0px 3px 5%;
  }
}

@media (max-width: 968px) {
  .downloadLink a span {
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .downloadLink a {
    width: 94%;
  }

  .downloadLink a img {
    width: 12%;
    top: 10px;
    left: 3px;
  }

  .downloadLink a span {
    padding: 5px 0px 5px 5%;
    width: 40%;
    bottom: -4px;
  }
}
.pro-show-cont2{padding: 2rem 0 4rem;}
.pro-show-cont2 .content .content-txt{margin-bottom: 2%;}
.pro-show-cont2 .content .content-txt:first-child p:nth-child(n+2){}
.pro-show-cont2 .content .content-txt p:first-child{margin-bottom: 1.3%;}
.pro-show-cont2 .content .content-txt p{font-size: .95rem;line-height: 2rem;color: rgba(0, 0, 0, 0.8);}
.pro-show-cont2 .content .content-txt:first-child p:nth-child(n+2){position: relative;}
.pro-show-cont2 .content .content-txt:first-child p:nth-child(n+2)::before{
    /*position: absolute;top: 50%;left: 0;*/
    transform: translateY(-50%) rotate(45deg);
    content: '';
    width: 6px;
    height: 6px;
    background: #ff0000;
    display: inline-block;
    margin-right: 0.5%;
}
.pro-show-cont2 .content .content-txt p strong{background: #ff0000;color: #fff;padding: 5px 40px;font-size: 16px;font-weight: 400;letter-spacing: 1px;}
.pro-show-cont2 .content .content-txt p img{max-width:100%;width:60%;}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p.nomarkes{text-indent: 2em;}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p.nomarkes::before{
    content: none;
}
.pro-show-cont2 .content .content-txt:first-child p.nomarkes{text-indent: 2em;}
.pro-show-cont2 .content .content-txt:first-child p.nomarkes:nth-child(n+2)::before{
    content: none;
}
@media (max-width: 768px) {
    .pro-show-cont2 .content .content-txt:first-child p:nth-child(n+2)::before{
        margin-right: 2%;
    }
    .pro-show-cont2 .content .content-txt p img{max-width:100%;width:100%;}
    .hobbyBox .hobbyItem{font-size: 1rem;}
    /*.pro-show-cont2 .content .content-txt{margin-bottom: 10%;}*/
    .pro-show-cont2 .content .content-txt p strong{font-size: 14px;}
    .pro-show-cont2 .content .content-txt p:first-child {margin-bottom: 5%;}
    .pro-show-cont2 .content .content-txt:first-child p:nth-child(n+2){padding-left: 0%;}
    .pro-show-cont2 {
        padding: 0rem 0 4rem;
    }
    .pro-show-cont1 {
        padding: 2rem 0 0rem 0;
    }
}