@charset "UTF-8";
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
body,
html {
  font-size: 0.83333333vw;
}
@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.11111111vw;
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'barlow';
  src: url('../fonts/BARLOW-BLACK.TTF');
  /* 或者其他格式的源 */
}
@font-face {
  font-family: 'source';
  src: url('../fonts/SOURCEHANSANSCN-MEDIUM.TTF');
  /* 或者其他格式的源 */
}
@font-face {
  font-family: 'source-regular';
  src: url('../fonts/SOURCEHANSANSCN-REGULAR.TTF');
  /* 或者其他格式的源 */
}
@font-face {
  font-family: 'pmzd';
  src: url('../fonts/PANGMENZHENGDAO.TTF');
  /* 或者其他格式的源 */
}
body {
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, "source", "Montserrat", sans-serif !important;
}
p {
  padding: 0;
  margin: 0;
}
.wh {
  padding: 0 17.07%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}
.wh1 {
  padding: 0 3.95833333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.more-msl {
  display: inline-block;
  color: #B20019;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "source";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #B20019;
  -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: #B20019;
  opacity: 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 {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #B20019;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #B20019;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #B20019;
}
.more-msl.ls {
  color: #B20019;
  background: transparent;
  border-color: #B20019;
}
.more-msl.ls:before {
  background: #B20019;
}
.more-msl.ls:hover {
  color: #fff;
}
.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: #EBEBEC;
  color: #1B1C21;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "source";
}
.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: #B20019;
  -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: #B20019;
}
.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: #B20019;
  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(10vh);
    padding-bottom: -moz-calc(10vh);
    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.20276498%;
    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;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3rem;
}
.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;
}
#menu .nav_a1 > li > a {
  display: block;
  color: #444242;
  font-family: "source";
}
#menu .nav_a1 > li > a {
  font-size: 1rem;
  padding: 0 1.25rem;
  -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;
  width: 100%;
}
#menu .nav_a1 > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, rgba(221, 142, 153, 0.4), rgba(190, 40, 61, 0.7));
  left: 0%;
  z-index: -1;
  bottom: 0;
  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;
  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);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "source";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #B20019;
}
#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;
  z-index: 999999;
}
#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 "source";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "source";
  padding: 0.2rem 0;
}
#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::after,
#menu .nav_a1 li.active > a::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: 99999;
  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;
  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(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  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: 14px;
  color: #fff;
  font-family: "source";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "source";
  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: 12px;
  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: 100VH;
  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%);
  text-align: center;
}
@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: 700 3.75rem/1.25em "source";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "source";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  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 "source";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.title1 {
  color: #595D61;
}
.title1 span {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .title1 span {
    font-size: 1.5rem;
  }
}
.title1 .tit {
  font-family: "source";
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .tit::after {
  content: "";
  width: 2em;
  height: 1px;
  background: #B20019;
  display: block;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1.bs {
  color: #fff;
}
.title1.bs .tit::after {
  background: #fff;
}
@-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);
  }
}
.index-met .channel_content {
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 0;
  }
}
.cont1 .a1v1 .a1b1 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29%;
  top: 54%;
  left: 14%;
}
.cont1 .a1v1 .a1b1 .title1 {
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1.6;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 9px;
}
@media (max-width: 1366px) {
  .cont1 .a1v1 .a1b1 {
    left: 17%;
    width: 47%;
    top: 58%;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .cont-p {
    font-size: 1.25rem;
    line-height: 32.25rem;
    letter-spacing: 2px;
    color: #444242;
  }
  .cont1 .a1v1 .a1b1 .cont-p .p1 {
    text-indent: 1.875rem;
  }
}
.cont1 .a1v1 .a1b1 .cont-p {
  color: #626262;
  font: 400 1.125rem/1.7em "source";
  text-align: justify;
  margin-top: 1.5rem;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .cont-p {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .qysma li {
  margin-top: 1rem;
}
.cont1 .a1v1 .a1b1 .qysma li .tit {
  color: #B20019;
  font: 600 1.45rem/1.5em "source";
}
.cont1 .a1v1 .a1b1 .qysma li p {
  color: #666;
  font: 400 1rem/1.5em "source";
  margin-top: 0.25rem;
}
.cont1 .a1v1 .a1b2 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1 .a1b2 img {
  width: 100%;
  height: 100%;
}
.cont1 .a1v1 .a1b2 a.tcbf {
  width: 6.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 a.tcbf {
    width: 5rem;
  }
}
.cont2 {
  position: relative;
}
.cont2 .title1 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.cont2 .title1 .tit::after {
  margin: 0.85rem auto;
  background: #fff;
}
@media (max-width: 768px) {
  .cont2 .title1 {
    position: static;
    text-align: left;
    color: #595D61;
    padding: 0 4%;
  }
  .cont2 .title1 .tit::after {
    margin: 0.85rem 0;
    background: #595D61;
  }
}
.cont2 .a2_v1 li {
  display: block;
}
.cont2 .a2_v1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 li img {
    height: 120vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont2 .a2_v2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cont2 .a2_v2 li {
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2_v2 li {
    width: 50%;
    height: 50%;
  }
}
.cont2 .a2_v2 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  background: -webkit-linear-gradient(bottom, #F36F20 -20%, rgba(44, 44, 44, 0) 80%);
  background: -moz-linear-gradient(bottom, #F36F20 -20%, rgba(44, 44, 44, 0) 80%);
  background: -o-linear-gradient(bottom, #F36F20 -20%, rgba(44, 44, 44, 0) 80%);
  background: linear-gradient(0deg, #F36F20 -20%, rgba(44, 44, 44, 0) 80%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .cont2 .a2_v2 li:nth-child(3) {
    border-left: none;
  }
  .cont2 .a2_v2 li:nth-child(3),
  .cont2 .a2_v2 li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cont2 .a2_v2 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cont2 .a2_v2 li .cont-p {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.cont2 .a2_v2 li .cont-p u {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont2 .a2_v2 li .cont-p u {
    width: 3.5rem;
  }
}
.cont2 .a2_v2 li .cont-p u img {
  width: 100%;
}
.cont2 .a2_v2 li .cont-p .tit {
  font: 500 1.5rem/1.5em "source";
}
@media (max-width: 768px) {
  .cont2 .a2_v2 li .cont-p .tit {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.cont2 .a2_v2 li .cont-p .entit {
  font: 500 1.5rem/1.5em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont2 .a2_v2 li .cont-p .entit {
    font-size: 1rem;
  }
}
.cont2 .a2_v2 li.on:before {
  bottom: 0;
}
.cont3 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 .a3_b2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b2 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3_b2 .mySwiper1 {
  padding: 0.5rem;
  margin: 0 -1rem;
}
.cont3 .a3_b2 .mySwiper1 a.imga {
  display: block;
  text-align: center;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 0.1rem 0.5rem 0px rgba(183, 183, 183, 0.25);
  padding: 1.6rem;
}
.cont3 .a3_b2 .mySwiper1 a.imga u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont3 .a3_b2 .mySwiper1 a.imga u img {
  width: 100%;
}
.cont3 .a3_b2 .mySwiper1 a.imga .tit {
  color: #626262;
  font: 500 1rem/1.5em "source";
  padding: 1rem 0 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cont3 .a3_b2 .mySwiper1 a.imga:hover .tit {
  color: #B20019;
}
.cont3 .a3_b2 .mySwiper1 .swiper-paginationa {
  text-align: center;
  margin-top: 1.5rem;
}
.cont3 .a3_b2 .mySwiper1 .swiper-paginationa span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #F36F20;
}
.cont3 .a3_b2 .mySwiper1 .swiper-paginationa span.swiper-pagination-bullet-active {
  background: #F36F20;
  width: 1.5625rem;
}
.kang {
  width: 6.25rem;
  height: 6.25rem;
  z-index: 3;
}
.cont4 {
  background: url(../images/bg5.jpg) no-repeat;
  padding: 5rem 0 10rem 0;
  background-size: cover;
}
.cont4 .kang1,
.cont4 .kang2 {
  background: #000;
}
.cont4 .kang1 {
  left: 0;
  top: -6.25rem;
}
.cont4 .kang2 {
  left: 12.5rem;
  top: -6.25rem;
}
.cont4 .kang3 {
  background: #FFF;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont4 .a4_v1 .a4_b2 li {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li {
    width: 100%;
  }
}
.cont4 .a4_v1 .a4_b2 li a.img {
  display: block;
  font-size: 0;
}
.cont4 .a4_v1 .a4_b2 li a.img img {
  width: 100%;
}
.cont4 .a4_v1 .a4_b2 li .cont-p {
  padding: 0.5rem 0;
}
.cont4 .a4_v1 .a4_b2 li .cont-p span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 2px;
  color: #87868B;
  margin: 0.3rem 0 0.45rem;
  padding-left: 0.5rem;
}
.cont4 .a4_v1 .a4_b2 li .cont-p a.name {
  color: #444242;
  font: 400 1.0625rem/1.4em "source";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.cont4 .a4_v1 .a4_b2 li .cont-p a.name p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cont4 .a4_v1 .a4_b2 li .more {
  margin-top: 1.75rem;
}
.cont4 .a4_v1 .a4_b2 li .more a {
  font-size: 10px;
  color: #87868B;
}
.cont4 .a4_v1 .a4_b2 li .more a .iconfont {
  font-size: 10px;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.cont4 .a4_v1 .a4_b2 li {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.cont4 .a4_v1 .a4_b2 li:hover {
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.cont4 .a4_v1 .a4_b2 li:hover .cont-p a.name {
  color: #FFF;
}
.cont4 .a4_v1 .a4_b2 li:hover .cont-p span,
.cont4 .a4_v1 .a4_b2 li:hover .cont-p .p {
  color: #fff;
}
.cont4 .a4_v1 .a4_b2 li:hover .cont-p .more a {
  color: #fff;
}
.cont4 .a4_v1 .a4_b2 li .cont-p .p {
  color: #87868B;
  font: 400 0.8125rem/1.5em "source";
  margin: 0.5rem 0;
  padding-left: 0.5rem;
}
.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a {
  color: #888888;
  font: 400 0.9375rem/1.5em "source";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li .cont-p a.more-a {
    margin-top: 0.6rem;
  }
}
.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a::after {
  background: #B20019;
}
.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a:hover {
  color: #B20019;
}
.swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #F36F20;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F36F20;
  width: 1.5625rem;
}
.foot-fot {
  position: relative;
  border-top: 1px solid #C3C1C1;
  background: url(//imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/chujie0723/uploads/3svg.jpg) no-repeat;
  background-size: cover;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 400 0.9375rem/1.5em "source";
}
.foot-fot .foota1 .foot-tit a {
  color: #fff;
  font-size: 0.8125rem;
  display: block;
}
.foot-fot .foota1 .foot-tit a:hover {
  color: #B20019;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font: 400 0.8125rem/2em "source";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #B20019;
}
.foot-fot .foota1 .dseca p {
  color: #666666;
  font: 400 1rem/1.8em "source";
}
.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3rem;
  filter: brightness(0) invert(1);
}
.foot-fot .foota1 .fo-a2 .dma {
  padding: 0.425rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin: 1.25rem auto 0rem;
}
.foot-fot .foota1 .fo-a2 .p {
  color: #FFf;
  font: 400 0.8125rem/1.5em "source";
  margin-top: 0.375rem;
}
.foot-fot .foota1 .fo-a2 .dtel {
  color: #F36F20;
  font: 700 1.625rem/1.25em "Montserrat";
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #B20019;
  border-color: #B20019;
  color: #fff;
}
.foot-fot .foota2 {
  color: #fff;
  font: 400 0.8125rem/1.65em "source";
  padding: 0.8em 0;
  border-top: 1px solid #5B5B5F;
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.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);
}
@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .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: 9999;
}
@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: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  border-radius: 50%;
  line-height: 3.3rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zd_erha li > a:hover {
  background: #B20019;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.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(115%);
  right: -moz-calc(115%);
  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.2rem;
  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: #B20019;
  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: 1;
  color: #fff;
  cursor: default;
  background-color: #B20019;
  border-color: #B20019;
  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 "source";
  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: #B20019;
}
.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 "source";
  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 "source";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #B20019;
}
@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 "source";
  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 "source";
  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 "source";
  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: #B20019;
  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 "source";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
.shzr-content {
  color: #454545;
  font: 400 1rem/2em "source";
  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: 52%;
}
.nbanner .img > img {
  height: 100vh;
  object-fit: cover;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont img {
  height: 8.0625rem;
}
@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 {
  padding-bottom: 3.75rem;
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
  border: 1px solid #5B5B5F;
}
.n_mbx .n_src li a {
  display: block;
  color: #000;
  font: 500 1.5rem/4rem "source";
  position: relative;
  text-transform: uppercase;
  padding: 0 2.125rem;
  -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;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/19.svg) no-repeat;
  background-size: cover;
  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);
  z-index: -1;
}
@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: #fff;
}
.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);
}
.n_mbx .n_src li:hover,
.n_mbx .n_src li.active {
  border: 1px solid #B7172E;
}
.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-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 "source";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}
.abt-cont1 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 50%;
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
  padding: 6.25rem 4rem 0 21%;
  font-weight: lighter;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .p1 {
  text-indent: 2em;
}
.abt-cont1 .abt-a1v1 .abt-a1v3 {
  background: url(../images/4a.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 21% 0 4rem;
}
.abt-a1b3-img {
  bottom: 0;
  left: 0;
  width: 50%;
}
.abt-a1b3-k {
  top: -6.25rem;
  z-index: 2;
  left: 0;
}
.abt-a1b3-k span {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
}
.abt-a1b3-k span:nth-child(1) {
  background: #767676;
}
.abt-a1b3-k span:nth-child(2) {
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2,
  .abt-cont1 .abt-a1v1 .abt-a1v3 {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.65rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    display: block;
  }
}
@media (max-width: 450px) {
  .product-list li {
    margin-top: 1.5rem;
  }
}
.product-list li a.img {
  display: block;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 0.1rem 0.5rem 0px rgba(183, 183, 183, 0.25);
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.product-list li a.img i img {
  width: 100%;
}
.product-list li a.img .tit {
  text-align: center;
  font: 400 1rem/1.5em "source";
  border-top: 1px solid #EBEBEB;
  padding: 0.95rem 0;
}
.product-list li a.img:hover {
  box-shadow: 0px 0.25rem 1rem 0px rgba(183, 183, 183, 0.25);
}
.product-list li a.img:hover .tit {
  color: #B20019;
}
/*新闻详情*/
.ny-show_body {
  padding-top: 5.625rem;
}
.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 46%;
}
@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 {
  padding-bottom: 66%;
  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: 48%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #535353;
  font: 600 2rem/1.3em "source";
}
@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 1rem/1.6em "source";
  margin-top: 1rem;
}
.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-cont2 {
    padding: 2rem 0;
  }
}
.pro-show-cont2 .content {
  color: #626262;
  font: 400 1rem/1.6em "source";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content {
    margin-top: 1rem;
  }
}
.news-list {
  margin: 0 -1.5%;
}
.news-list li {
  padding: 3rem 1.5%;
  margin-top: 3.4375rem;
  background: url(../images/3.png) no-repeat;
  background-size: 100% 100%;
}
.news-list li a.img {
  width: 31%;
}
.news-list li a.img img {
  width: 100%;
}
.news-list li .cont-p {
  width: 66%;
  padding-left: 1.875rem;
}
.news-list li .cont-p a.name {
  display: block;
  color: #444242;
  font: 400 1.5rem/1.5em "source";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list li .jian {
  bottom: 3.125rem;
  right: 3.125rem;
}
.news-list li .cont-p a.name:hover {
  color: #B20019;
}
.news-list li .cont-p .p {
  color: #626262;
  font: 400 1rem/1.7em "source";
  margin: 0.8rem 0;
  text-indent: 2.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: justify;
}
@media (max-width: 768px) {
  .news-list li .cont-p .p {
    margin: 0.5rem 0;
    height: auto;
  }
}
.news-list li .cont-p .data {
  color: #B20019;
  font: 500 0.875rem/1.5em "Montserrat";
}
.news-list li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}
.news-list li .jian {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.news-list li:hover a.name {
  color: #B7172E;
}
.news-list li:hover .jian {
  bottom: 2rem;
  right: 2rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
/*新闻详情*/
.xw-show_bja .title-a {
  font: 600 2rem/1.4em "source";
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}
.xw-show_bja .title-b .date-a {
  color: #454545;
  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;
  }
}
.xw-show_bja .xinwn-consss {
  padding: 4rem 7% 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .xw-show_bja .xinwn-consss {
    padding: 0;
    font-size: 1rem;
  }
}
.show-news-a1_v1 .xinwn-consss img {
  width: 100%;
}
.pain {
  background: #F5F5F5;
  padding: 1rem 0;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .pain {
    margin-top: 2rem;
  }
}
.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 "source";
  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: #B20019;
}
.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%;
  padding: 3%;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
    padding: 8%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #333;
  font: 600 1.5rem/1.3em "source";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  color: #999999;
  font: 400 1rem/1.6rem "source";
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    padding: 0.8rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #999999;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
  width: 7.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
    width: 6.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 50%;
}
@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 {
  padding: 4rem 0 0;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1rem;
  }
}
.lx-cont2 form .inpt {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 0.8rem;
  }
}
.lx-cont2 form .m_label {
  color: #B7172E;
  font: 400 1.0625rem/2.125rem "source";
}
.lx-cont2 form .m_label span {
  color: #B7172E;
}
.lx-cont2 form input {
  background: transparent;
  font: 400 1rem/1.9375rem "source";
  border-radius: 0.5625rem;
  padding: 0 1.25em;
  height: 1.9375rem;
  width: 100%;
  border: 1px solid #B7172E;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 48.57142857%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .msg-a3 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 {
    margin-top: 0.8rem;
  }
}
.lx-cont2 form .msg-a3 textarea {
  width: 100%;
  font: 400 1rem/1.5rem "source";
  padding: 0.85em 1.25em;
  height: 14.5rem;
  border: 1px solid #B7172E;
  border-radius: 0.9375rem;
}
.lx-cont2 .div_aghgha {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont2 .div_aghgha .more-msl {
  background: transparent;
  color: #fff;
  width: 100%;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1rem;
  background: #B7172E;
}
.lx-cont2 .div_aghgha .more-msl::before {
  background-image: linear-gradient(to right, #000, #A71E24, #B20019);
}
.lx-cont2 .div_aghgha .more-msl:hover {
  color: #fff;
}
.lx-cont3 {
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2rem 0;
  }
}
.lx-cont3 .job-list1a {
  margin: 0 -1%;
  margin-top: 0.5rem;
}
.lx-cont3 .job-list1a li {
  width: 33.33333333%;
  padding: 0 1%;
  margin-top: 1.625rem;
}
@media (max-width: 1100px) {
  .lx-cont3 .job-list1a li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .lx-cont3 .job-list1a li {
    margin-top: 1rem;
    width: 100%;
  }
}
.lx-cont3 .job-list1a li .cont-sdsd {
  border: 1px solid transparent;
  padding: 2rem 7% 0;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 1100px) {
  .lx-cont3 .job-list1a li .cont-sdsd {
    padding: 1.2rem 7% 0;
  }
}
.lx-cont3 .job-list1a li .cont-sdsd .name {
  color: #595D61;
  font: 400 1.4rem/1.5em "source";
}
@media (max-width: 768px) {
  .lx-cont3 .job-list1a li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}
.lx-cont3 .job-list1a li .cont-sdsd .p {
  color: #838383;
  font: 400 0.875rem/1.5em "source";
  padding: 0.75rem 0 1rem;
}
.lx-cont3 .job-list1a li .cont-sdsd .p p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}
@media (max-width: 768px) {
  .lx-cont3 .job-list1a li .cont-sdsd .p p + p {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.lx-cont3 .job-list1a li .cont-sdsd .asghrt {
  color: #969B9F;
  font: 400 1.25rem/1.5em "source";
  border-top: 1px solid #D6D6D6;
  padding: 0.75rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont3 .job-list1a li .cont-sdsd .asghrt {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.lx-cont3 .job-list1a li .cont-sdsd:hover {
  border-color: #F36F20;
}
.job-tanc.layui-layer {
  width: 45.41666667% !important;
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 2.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.job-tanc.layui-layer .pead-cont {
  padding: 2rem 3.75rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont {
    padding: 1rem 1.5rem;
  }
}
.job-tanc.layui-layer .pead-cont dt {
  color: #363636;
  font: 500 1.625rem/1.5em "source";
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.4rem;
  }
}
.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #838383;
  font: 400 1rem/1.2em "source";
  padding: 0.5em 0 0.8em;
}
.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}
.job-tanc.layui-layer .pead-cont .p2 {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "source";
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}
.job-tanc.layui-layer .pead-cont .p3 {
  color: #F36F20;
  font: 400 1.125rem/1.5em "source";
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 a {
  color: #F36F20;
}
.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}
.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  -o-background-size: 35% auto;
  background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
    -o-background-size: 50% auto;
    background-size: 50% auto;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #fff;
  font: 400 1.575rem/1.5em "source";
  background: #B20019;
  padding: 1rem 1.5rem;
}
.pead-jsda .pead-cont a.jataxta i {
  color: #fff;
  font: 500 2rem/1em "source";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pead-jsda .pead-cont form#f1 {
  margin-top: 1.5625rem;
  width: 60.07142857%;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 4% 3.5rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #5B6569;
  font: 400 1rem/1.5em "source";
  padding: 0.4em 0 0.6em;
}
.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "source";
  text-indent: 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "source";
  padding: 0.5em 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .div_aghgha button {
  border: none;
}
.pead-jsda .pead-cont form#f1 {
  padding: 1rem 1.5rem 2.6rem;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    max-height: 51vh;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}
.dhcolor {
  background: linear-gradient(180deg, #EEC2C7 0%, #F5DADD 23%, #FAEEF0 49%, #FEFBFB 75%, #FFF 100%);
}
.head {
  background: #fff;
  padding-left: 4.6875rem;
  padding-right: 8.5rem;
}
.channel_content {
  padding: 5.625rem 0;
}
.head-title .p1 {
  font-family: 'barlow';
  color: #DCDDDF;
  font-size: 7.375rem;
  line-height: 1;
  padding-bottom: 3rem;
}
.head-title .p2 {
  font-size: 1.5625rem;
  color: #000;
  line-height: 1.5;
  padding: 1rem 0;
  background: #fff;
  bottom: 2rem;
  letter-spacing: 0.5rem;
  width: 100%;
}
.jian-img {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0rem;
}
.jian-img img {
  width: 3.4375rem;
  height: 1.625rem;
}
.hz-ul {
  margin: 5.8125rem auto 0;
}
.hz-ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hz-ul li a img {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hz-ul li a .hz-text {
  background: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 60%;
  /* 或 text-fill-color: transparent; 部分浏览器可能仍需使用后者 */
  -webkit-background-clip: text;
  /* 对于某些较旧的WebKit内核浏览器仍需保留 */
  -webkit-text-fill-color: transparent;
  font-size: 1.6875rem;
  line-height: 1.2;
  z-index: 3;
  font-family: 'source';
  /* 同上 */
  bottom: 4.375rem;
  right: 3.125rem;
  text-align: right;
  letter-spacing: 0.4rem;
}
.hz-ul li a::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  height: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  left: 0;
  background: linear-gradient(360deg, rgba(232, 231, 230, 0.9) -10.14%, rgba(232, 230, 230, 0.89) 23.6%, rgba(231, 228, 228, 0.87) 37.87%, rgba(231, 225, 225, 0.83) 48.25%, rgba(229, 220, 221, 0.76) 56.03%, rgba(228, 215, 216, 0.7) 62.52%, rgba(227, 210, 211, 0.69) 71.6%, rgba(223, 193, 197, 0.65) 81.98%, rgba(216, 166, 172, 0.6) 91.07%, rgba(207, 127, 138, 0.52) 101.45%, rgba(196, 78, 95, 0.42) 110.53%, rgba(183, 23, 46, 0.3) 119.61%);
}
.hz-ul li:nth-child(2n) a .hz-text {
  top: 4.375rem;
  bottom: auto;
}
.hz-ul li:nth-child(2n) a::after {
  background: linear-gradient(180deg, rgba(232, 231, 230, 0.9) -10.14%, rgba(232, 230, 230, 0.89) 23.6%, rgba(231, 228, 228, 0.87) 37.87%, rgba(231, 225, 225, 0.83) 48.25%, rgba(229, 220, 221, 0.76) 56.03%, rgba(228, 215, 216, 0.7) 62.52%, rgba(227, 210, 211, 0.69) 71.6%, rgba(223, 193, 197, 0.65) 81.98%, rgba(216, 166, 172, 0.6) 91.07%, rgba(207, 127, 138, 0.52) 101.45%, rgba(196, 78, 95, 0.42) 110.53%, rgba(183, 23, 46, 0.3) 119.61%);
}
.hz-ul li:hover a {
  transform: translateY(-4rem);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hz-ul li:hover a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.hz-ul li:hover a .hz-text {
  background: linear-gradient(to right, #fff, #fff, #fff);
  background-clip: text;
  color: transparent;
  /* 或 text-fill-color: transparent; 部分浏览器可能仍需使用后者 */
  -webkit-background-clip: text;
  /* 对于某些较旧的WebKit内核浏览器仍需保留 */
  -webkit-text-fill-color: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hz-ul li:hover a::after {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: url(../images/bg.svg) no-repeat;
  background-size: cover;
}
.foot-title {
  padding: 7rem 0;
}
.foot-title .p1 {
  font-size: 3.125rem;
  line-height: 1;
}
.foot-title .p2 {
  background-color: #FFF;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
  padding: 1rem 0;
  width: 100%;
}
.foot-title .p2 span {
  font-size: 2.3125rem;
  letter-spacing: 1rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #000, #A71E24, #B20019);
  background-clip: text;
  color: transparent;
  /* 或 text-fill-color: transparent; 部分浏览器可能仍需使用后者 */
  -webkit-background-clip: text;
  /* 对于某些较旧的WebKit内核浏览器仍需保留 */
  -webkit-text-fill-color: transparent;
}
.foot-fot .wh {
  padding: 0 24%;
}
.hz-list-ul {
  margin-top: 6.25rem;
  border-top: 1px solid #B20019;
  border-left: 1px solid #B20019;
}
.hz-list-ul .hz-boxs {
  display: none;
  background: url(../images/4.svg) no-repeat;
  background-size: 100% 100%;
  width: 43.75rem;
  height: 19.3125rem;
  padding: 3.125rem;
  bottom: 100%;
}
.hz-list-ul .hz-boxs .hz-text {
  font-size: 1.0625rem;
  border-bottom: 2px solid #ddd;
}
.hz-list-ul .hz-boxs .hz-text span {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
.hz-list-ul .hz-boxs .hz-text span::after {
  content: '';
  position: absolute;
  height: 0.3125rem;
  width: 100%;
  background: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-size: cover;
  left: 0;
  bottom: -2px;
}
.hz-list-ul .hz-boxs .conts {
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #000;
  line-height: 1.875rem;
  height: 9.375rem;
  overflow-y: scroll;
  padding-right: 0.625rem;
  /* 垂直滚动条样式 */
  /* 宽度 */
  /* 背景色 */
  /* 滑块颜色 */
  /* 水平滚动条样式 */
  /* 高度 */
  /* 背景色 */
  /* 滑块颜色 */
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar {
  width: 5px;
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar {
  height: 12px;
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.hz-list-ul .hz-boxs .conts::-webkit-scrollbar-thumb {
  background-color: #B7172E;
}
.hz-list-ul li {
  width: 20%;
  background: #fff;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #B20019;
  border-bottom: 1px solid #B20019;
}
.hz-list-ul li img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  height: 9.5rem;
}
.hz-list-ul li:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.hz-list-ul li:hover .hz-boxs {
  display: block;
  z-index: 2;
}
.filter {
  filter: brightness(0) invert(1);
}
.nbanner {
  overflow: hidden;
}
.nbanner::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  background: url(../images/bg1.svg) no-repeat;
  background-size: cover;
  -webkit-animation: dhw 1s linear;
  -moz-animation: dhw 1s linear;
  -o-animation: dhw 1s linear;
  animation: dhw 1s linear;
}
@keyframes dhw {
  0% {
    transform: translateY(-100%);
    opacity: 0.1;
  }
  50% {
    transform: translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.lx-cont1 {
  padding: 5.625rem 0 0rem;
}
.lx-cont1 .lx-div1 {
  margin-bottom: 6.25rem;
}
.lx-cont1 .lx-div1 li {
  padding: 0 2.75rem;
}
.lx-cont1 .lx-div1 li:nth-child(1) {
  width: 30%;
}
.lx-cont1 .lx-div1 li:nth-child(2) {
  width: 25%;
}
.lx-cont1 .lx-div1 li:nth-child(3) {
  width: 20%;
}
.lx-cont1 .lx-div1 li:nth-child(4) {
  width: 25%;
}
.lx-cont1 .lx-div1 li .p1 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #B7172E;
}
.lx-cont1 .lx-div1 li .p1 img {
  height: 1.25rem;
  margin-right: 0.9375rem;
}
.lx-cont1 .lx-div1 li .p2 {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000000;
}
.hd-title {
  font-size: 2rem;
  line-height: 1.43;
  color: #B7172E;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #a09b9b;
  margin-bottom: 1.875rem;
}
.map-img {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  width: 96%;
  top: 18%;
  z-index: -1;
}
.lx-cont2 .liu-box {
  width: 78%;
  background: url(../images/10.png) no-repeat;
  background-size: 100% 100%;
}
.lx-cont2 .liu-box .liu-img {
  width: 32%;
}
.lx-cont2 .liu-box .liu-div {
  padding-left: 6.875rem;
  width: 60%;
}
.lx-cont2 .liu-box .liu-div .m_label img {
  height: 1.5rem;
  margin-right: 0.625rem;
}
.cta_form_right_text {
  margin: 1rem 0;
}
.cta_form_right_text a {
  text-decoration: underline;
}
.cta_form_right_text span {
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  position: relative;
  display: block;
  cursor: pointer;
}
.cta_form_right_text span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #B7172E;
  transition: all 0.36s;
  opacity: 0;
}
.cta_form_right_text p {
  letter-spacing: 1.5px;
  color: #727176;
  font-size: 0.9375rem;
  padding-left: 10px;
}
.cta_form_right_text span.on {
  border-color: #B7172E;
}
.cta_form_right_text span.on::before {
  opacity: 1;
}
.lx-cont2 form input.code-inp {
  width: 55%;
}
.lx-cont2 form .code-img {
  width: 35%;
  margin-left: 4%;
  position: relative;
  margin-top: -1rem;
}
.lx-cont2 .xian {
  left: 0;
  top: 2.5rem;
  z-index: 2;
}
.lx-cont2 .liu-wz {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0.72;
  right: 3.75rem;
  line-height: 2;
  letter-spacing: 1.875rem;
  top: 6rem;
  writing-mode: vertical-lr;
  background-image: linear-gradient(to right, #000, #A71E24, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lx-cont2 .liu-box {
  overflow: hidden;
  border-top-right-radius: 10%;
}
.n_mbx {
  margin-top: 2.5rem;
}
.xw-show_bja {
  padding: 7.375rem 0 0;
}
.xw-show_bja .fan-a a {
  font-size: 1.5625rem;
  line-height: 33px;
  color: #B7172E;
}
.xw-show_bja .title-a {
  margin-top: 5.625rem;
}
.xw-show_bja .fan-a a {
  line-height: 2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.xw-show_bja .fan-a a:hover {
  margin-left: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-met .chaneel-product-ul {
  width: 55%;
}
.chaneel-product-ul {
  width: 49%;
  margin: 0% auto;
  padding: 3rem 0;
}
.chaneel-product-ul li a .hz-text {
  writing-mode: vertical-lr;
}
.chaneel-product-ul li a .hz-text {
  left: 1.875rem;
  right: auto;
  bottom: 1.875rem;
}
.chaneel-product-ul li {
  transform: skew(-6deg);
}
.chaneel-product-ul li:nth-child(2n) {
  position: relative;
  top: 5rem;
  margin-left: -1rem;
}
.chaneel-product-ul li:nth-child(2n) a .hz-text {
  top: 1.875rem;
  bottom: auto;
}
.n_mbx .pro-ul-er li {
  padding: 0;
}
.n_mbx .pro-ul-er {
  position: relative;
  border: 2px solid #B41C1B;
}
.n_mbx .pro-ul-er li {
  border: none;
  border-right: 2px solid #B41C1B;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.n_mbx .pro-ul-er li:last-child {
  border: none;
}
.n_mbx .pro-ul-er li a span {
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.n_mbx .pro-ul-er li:hover {
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.n_mbx .pro-ul-er li:hover a span {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.n_mbx .pro-ul-er::before {
  content: '';
  position: absolute;
  height: 0.75rem;
  width: 100.3%;
  left: -2px;
  bottom: -0.75rem;
  background: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
}
.twzh {
  background-image: linear-gradient(to right, #000, #A71E24, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twzc {
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twzb {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.jb {
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.product-content {
  background: url(../images/bj1.jpg) no-repeat;
  background-size: cover;
  font-family: 'source-regular';
  font-weight: lighter;
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
}
.product-content .pro-titl2 {
  font-size: 2rem;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
.product-content .nei1 {
  padding: 0 0 4.375rem;
  text-indent: 1.875rem;
  position: relative;
  z-index: 2;
}
.product-content .pro-titl1 {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  padding-left: 2rem;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.product-content .pro-titl1::after {
  content: '';
  position: absolute;
  width: 0.4375rem;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.product-content .pro-titl1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  left: 0;
  bottom: 0;
}
.product-content .pro-jul .div1 {
  padding: 3.75rem 0;
}
.product-content .pro-jul .div1 .yuan-img {
  left: -15%;
  top: 29%;
  z-index: 1;
}
.product-content .pro-jul .div1 .re {
  width: 55%;
  margin-left: 3%;
}
.product-content .pro-jul .div1 .top-con {
  position: relative;
  z-index: 2;
}
.product-content .pro-jul .div1 .top-con .left {
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
  width: 40%;
}
.product-content .pro-jul .div1 .top-con .left .p1 {
  text-indent: 1.875rem;
}
.product-content .pro-jul .div1 .top-con .ner-k {
  margin-top: 2.5rem;
  border-radius: 3.125rem;
  background: #fff;
  padding: 4.375rem 5rem 2.5rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
}
.product-content .pro-jul .div1 .top-con .ner-k .ner-k1 {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 2px;
  color: #000000;
}
.product-content .pro-jul .div1 .top-con .ner-k .ner-k2 {
  height: 5rem;
  border-radius: 5rem;
  background: #D9DADC;
  margin-top: 1.875rem;
  align-items: center;
}
.product-content .pro-jul .div1 .top-con .ner-k .ner-k2 span {
  display: inline-block;
  width: 4.0625rem;
  height: 4.0625rem;
  text-align: center;
  margin-right: 0.625rem;
  line-height: 4.0625rem;
  background: #fff;
  border-radius: 100%;
}
.n_mbx .pro-ul-er li:hover,
.n_mbx .pro-ul-er li.active {
  border: none;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.n_mbx .pro-ul-er li:hover a span,
.n_mbx .pro-ul-er li.active a span {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.pro-cont2 .h-img {
  z-index: 1;
  top: -45%;
  left: 5%;
}
.pro-cont2 .y1-img {
  z-index: 1;
  right: -7%;
  top: 33%;
}
.pro-cont2 .y2-img {
  z-index: 1;
  top: 77%;
  left: -10%;
}
.pro-cont2 .pro2-top {
  position: relative;
  z-index: 2;
}
.pro-cont2 .pro2-top .left {
  width: 55%;
}
.pro-cont2 .pro2-top .re {
  width: 40%;
  margin-left: 5%;
}
.pro-cont2 .pro2-top .re img {
  border-radius: 2rem;
}
.pro-cont2 .pro2-ul {
  padding: 8.75rem 0;
  position: relative;
  z-index: 2;
}
.pro-cont2 .pro2-ul li {
  width: 25%;
  padding: 0 2.5rem;
}
.pro-cont2 .pro2-ul li .p2 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1rem;
}
.pro-cont2 .pro2-ul li .p3 {
  margin-top: 0.5rem;
}
.pro-cont2 .pro2-ul li .overh {
  text-align: center;
}
.pro-cont2 .pro2-ul li img {
  height: 7.1875rem;
}
.pro-cont3 {
  background: #fff;
  padding: 12.5rem 0;
  overflow: hidden;
}
.pro-cont3 .y-z-img {
  left: 3%;
  top: 5%;
  width: 49%;
}
.pro-cont3 .ner2 {
  width: 86%;
  margin: 3rem auto 0;
}
.pro-cont3 .ner2 .p1 {
  text-indent: 1.875rem;
}
.pro-cont3 .h-z-img {
  right: 0;
  top: 0;
}
.pro-cont4 {
  padding: 18.75rem 0;
  background: url(../images/bg3.png) no-repeat;
  background-size: cover;
}
.pro-cont4 .pro4-k {
  width: 78%;
  background: url(../images/pp1.png) no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  padding: 3.375rem 12.5rem 12.5rem 18.8125rem;
}
.pro-cont4 .pro4-k .p1 {
  text-indent: 1.875rem;
}
.pro-cont4 .pro4-k .ner4 {
  width: 65%;
}
.pro-cont4 .pro4-img {
  width: 51%;
  top: -10rem;
  right: -20%;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.pro-cont4 .img-s {
  width: 84%;
  bottom: -12%;
  right: 0;
  z-index: 2;
}
.product-content .pro-jul .div1 .re img {
  border-radius: 3rem;
}
.chaneel-product-ul2 li a .hz-text {
  font-size: 1.6875rem;
}
.chaneel-product-ul2 li a .hz-text {
  left: 1rem;
  bottom: 1rem;
}
.chaneel-product-ul2 li:nth-child(2n) a .hz-text {
  top: 1rem;
}
.chaneel-product-ul2 li:last-child a .hz-text {
  word-break: break-all;
}
.head-title2 .p1 {
  padding-bottom: 6rem;
}
.feng-content {
  padding: 5rem 0 0rem;
}
.feng-content .feng-list {
  margin: 3.75rem 0;
}
.feng-content .feng-list li a {
  padding: 0 1.5rem 1rem;
  font-size: 1.8rem;
  color: #444242;
  position: relative;
}
.feng-content .feng-list li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  background: url(../images/x2.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-content .feng-list li.active a::after,
.feng-content .feng-list li:hover a::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 1;
}
.feng-content .feng-bot .top-img {
  padding-bottom: 8rem;
}
.feng-content .feng-bot .top-img .top-img-text-title {
  font-size: 6.0625rem;
  line-height: 1;
  background-image: linear-gradient(to bottom, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 10%;
  left: 17%;
  z-index: 2;
}
.feng-content .feng-bot .top-img .top-img-q {
  z-index: 1;
  top: -15%;
  left: 9%;
  width: 30%;
}
.feng-content .feng-bot .top-img .top-img-q2 {
  top: 71%;
  left: 51%;
}
.feng-content .feng-bot .top-img .top-img-q3 {
  width: 40%;
  bottom: 0%;
  right: -3%;
  border: 3px solid #FFf;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 3;
}
.feng-content .feng-bot .top-img .gun-ul {
  width: 36%;
  bottom: 1rem;
  left: 13%;
  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;
}
.feng-content .feng-bot .top-img .gun-ul li {
  width: 45%;
  text-align: center;
  background: #FFF;
  margin-bottom: 1.875rem;
  padding: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.feng-content .feng-bot .top-img .gun-ul li:nth-child(2n) {
  margin-left: 10%;
}
.feng-content .feng-bot .top-img .gun-ul li a {
  display: block;
  line-height: 3.4375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.25rem;
  color: #444242;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-content .feng-bot .top-img .gun-ul li:hover a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  color: #fff;
}
.feng-content .feng-bot .miaoshu {
  margin: 5.25rem 0 0;
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  text-indent: 2em;
}
.feng-bot {
  display: none;
}
.feng-xing-new {
  padding: 14.875rem 0 7rem;
  background: url(../images/14.png) no-repeat;
  background-size: cover;
}
.feng-xing-new .left {
  width: 45%;
  background: #fff;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.feng-xing-new .re {
  width: 54%;
  margin-left: 1%;
  background: #fff;
  padding: 2.5rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.feng-xing-new .feng-xing-new-div {
  margin: 5.625rem 0;
}
.feng-xing-new .feng-xing-new-div .news-d {
  padding: 2.5rem;
}
.feng-xing-new .feng-xing-new-div .news-d .img {
  overflow: hidden;
}
.feng-xing-new .feng-xing-new-div .news-d .img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-xing-new .feng-xing-new-div .news-d:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.feng-xing-new .feng-xing-new-div .news-d:hover .name {
  color: #B7172E;
}
.feng-xing-new .feng-xing-new-div .over {
  overflow: hidden;
}
.feng-xing-new .feng-xing-new-div .name {
  font-weight: bold;
  font-size: 1.25rem;
  color: #727176;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 1rem;
}
.feng-xing-new .feng-xing-new-div .cont-p .p {
  font-size: 1rem;
  line-height: 1.8;
  color: #727176;
  text-indent: 1.875rem;
  margin-top: 0.25rem;
}
.feng-xing-new .feng-xing-new-div .news-d2 {
  padding: 2rem 0;
  border-bottom: 1px solid #727176;
}
.feng-xing-new .feng-xing-new-div .news-d2:nth-child(1) {
  padding-top: 0;
}
.feng-xing-new .feng-xing-new-div .news-d2 .name {
  margin-top: 0;
  margin-bottom: 1rem;
}
.feng-xing-new .feng-xing-new-div .news-d2 .cont-p .overh {
  width: 40%;
}
.feng-xing-new .feng-xing-new-div .news-d2 .cont-p .p {
  width: 60%;
  padding-left: 1rem;
}
.feng-xing-new .feng-xing-new-div .news-d2:last-child {
  border: none;
}
.feng-tb-div span {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
  letter-spacing: 9px;
}
.feng-tb-div span i {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feng-tb-div span img {
  position: absolute;
  width: 100%;
  bottom: -0.5rem;
  left: 0;
  z-index: 1;
}
.pa-img {
  left: 16%;
  top: 13%;
  width: 22%;
}
.feng-xing8 {
  background: url(../images/8.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}
.feng-xing8 .feng-tb-div span i {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.feng-xing8 .feng-xing8-text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  margin: 2.5rem 0 3rem;
}
.feng-xing8 .feng-xing8-btn {
  padding-top: 2rem;
}
.feng-xing8 .feng-xing8-btn a {
  display: inline-block;
  margin: 0 3.125rem;
  font-size: 1.275rem;
  line-height: 3;
  letter-spacing: 3px;
  color: #444242;
  padding: 0 3.75rem;
  border: 1px solid #fff;
  background: linear-gradient(to right, #fff, #EFC3C8);
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-xing8 .feng-xing8-btn a:hover {
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #FFF;
  border-color: transparent;
}
.xian1 {
  background: linear-gradient(to right, #B34051, #EFC3C8, #fff);
  height: 1.5rem;
  width: 70%;
  top: 1rem;
  left: 0;
  border-top-right-radius: 2.5rem;
}
.xian2 {
  background: linear-gradient(to right, #B34051, #EFC3C8, #fff);
  height: 1.5rem;
  width: 50%;
  top: 3.5rem;
  left: 0;
  border-top-right-radius: 2.5rem;
}
.ny-tit2 {
  display: inline-block;
}
.ny-tit2 .entit {
  font-family: Advent Pro;
  font-weight: bold;
  font-size: 7.0625rem;
  line-height: 1;
  letter-spacing: 16.1px;
  display: inline-block;
  opacity: 0.2;
  background-image: linear-gradient(to top, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny-tit2 .tit {
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.ny-tit2 .tit span {
  font-size: 1.75rem;
  line-height: 3rem;
  padding: 0 0.3rem;
  letter-spacing: 11.2px;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history {
  padding: 9.375rem 0;
}
.history .xian {
  bottom: -4rem;
  left: 0;
  z-index: 2;
}
.history .xian3-h {
  left: 30%;
}
.history .xian3 {
  height: 5rem;
  width: 21.0625rem;
  top: -2.5rem;
  left: 0;
  background: linear-gradient(to right, #FF6162, #FFC3A8);
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}
.history .history-bot {
  margin-top: 3.125rem;
}
.history .history-bot .le {
  width: 70%;
}
.history .history-bot .re {
  width: 20%;
  margin-right: 10%;
}
.history .history-bot .re .gallery-thumbs::after {
  content: '';
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.history .history-bot .re .gallery-thumbs .swiper-slide {
  font-family: 'barlow';
  height: 3.1875rem !important;
  line-height: 3.1875rem;
  padding-right: 3rem;
  font-size: 2.1875rem;
  letter-spacing: 3.5px;
  background-image: linear-gradient(to top, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  text-align: right;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.history .history-bot .re .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  font-size: 2.8125rem;
  letter-spacing: 4.5px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.history .history-bot .re .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.history .history-bot .re .gallery-thumbs .swiper-slide::after {
  content: '';
  position: absolute;
  width: 0.4375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 0;
  opacity: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.5rem;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.history .history-bot .left {
  width: 60%;
  overflow: hidden;
}
.history .history-bot .left img {
  border-top-right-radius: 14rem;
  border-bottom-right-radius: 14rem;
  width: 93%;
}
.history .history-bot .left::after {
  content: '';
  position: absolute;
  width: 27.9375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 1rem;
  z-index: -1;
  border-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 27.9375rem;
  background: linear-gradient(to top, #FFC3A8, #FF6162, #B20019);
}
.history .history-bot .left::before {
  content: '';
  position: absolute;
  width: 93%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 1rem;
  z-index: -1;
  border-top-right-radius: 14rem;
  border-bottom-right-radius: 14rem;
  height: 100%;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: 3;
}
.history .history-bot .re1 {
  width: 40%;
  padding-left: 1rem;
  position: relative;
  margin-top: -4rem;
}
.history .history-bot .re1 .title {
  font-size: 2.8125rem;
  letter-spacing: 4.5px;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'barlow';
}
.history .history-bot .re1 .contd {
  font-size: 1rem;
  color: #87868B;
}
.yue-div {
  margin-bottom: 4rem;
}
.yue-div .yue-div-con {
  width: 87%;
  margin: 0 auto;
}
.yue-div .yue-div-con > div {
  display: none;
}
.yue-div .yue-ul li {
  position: relative;
  padding-right: 1rem;
  height: 30rem;
  width: 16.666%;
}
.yue-div .yue-ul li .con-yus {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  padding-left: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.yue-div .yue-ul li .con-yus::after {
  content: '';
  position: absolute;
  width: 1.1875rem;
  height: 11.5rem;
  left: 1rem;
  background: url(../images/6a.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
}
.yue-div .yue-ul li .title {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 1rem;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yue-div .yue-ul li .title::after {
  content: '';
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  top: 0.5rem;
  left: 0;
  background: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
}
.yue-div .yue-ul li .title1 {
  background: url(../images/7a.png) no-repeat;
  background-size: 100% 100%;
  height: 4.75rem;
  font-family: 'barlow';
  font-size: 1.7rem;
  line-height: 4rem;
  color: #FFFFFF;
  width: 100%;
  text-align: right;
  padding-right: 2rem;
}
.yue-div .yue-ul li .title1 i {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 32%;
}
.yue-div .yue-ul li:nth-child(2n) .con-yus {
  top: auto;
  bottom: 0;
}
.yue-div .yue-ul li:nth-child(2n) .title1 {
  background: url(../images/8a.png) no-repeat;
  background-size: 100% 100%;
  color: #444242;
}
.yue-div .yue-ul li:nth-child(2n) .con-yus::after {
  background: url(../images/11a.png) no-repeat;
  background-size: cover;
  bottom: 0;
  top: auto;
}
.yue-div .yue-ul2 {
  margin-top: 3rem;
}
.yue-div .yue-ul2 li .title1 {
  background: url(../images/8a.png) no-repeat;
  background-size: 100% 100%;
  color: #444242;
}
.yue-div .yue-ul2 li .con-yus::after {
  background: url(../images/11a.png) no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}
.yue-div .yue-ul2 li:nth-child(even) .title1 {
  background: url(../images/7a.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.yue-div .yue-ul2 li:nth-child(even) .con-yus::after {
  background: url(../images/6a.png) no-repeat;
  background-size: cover;
}
.yue-div .img-map {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}
.yue-div .miao {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #87868B;
  padding: 0.4rem 0;
  z-index: 2;
}
.yue-div .div1 {
  position: relative;
}
.yue-div .div1:hover .title {
  color: #B7172E;
}
.a5_v1 .swiper-slide > div {
  height: 7.1875rem;
  padding: 0 0.7rem;
  width: 100%;
}
.a5_v1 .swiper-slide > div img {
  height: 100%;
  object-fit: cover;
}
.cont2 {
  padding-top: 2rem;
}
.cont2 .chaneel-product-ul {
  margin-right: 10%;
}
.cont2 .chaneel-product-ul li:nth-child(2n) {
  top: 0;
  margin-left: 0;
}
.cont2 .div1-img {
  top: -30%;
  left: 0;
  z-index: -1;
}
.cont2 .div1-img2 {
  bottom: 0%;
  left: 10%;
}
.cont2 .div1-img3 {
  width: 72%;
  right: -3%;
  bottom: 6%;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  height: 18.25rem;
  transform: skew(-3deg);
  z-index: -1;
  background: linear-gradient(to right, #F5C9AD, #A61F24);
}
.cont2 .cont2-bt {
  top: 9%;
  left: 10%;
}
.cont2 .cont2-bt .entit {
  transform: rotate(90deg);
}
.cont2 .cont2-bt .tit span {
  writing-mode: vertical-lr;
  padding: 2rem 0;
}
.cont4 {
  margin-top: 7rem;
}
.cont4 .cont4-lunbo {
  margin-left: 28%;
  width: 60%;
  margin-top: 6rem;
}
.cont4 .cont4-lunbo .swiper-button-prev img {
  transform: rotate(-180deg);
}
.cont4 .cont4-lunbo .swiper-button-prev,
.cont4 .cont4-lunbo .swiper-button-next {
  background: transparent;
  width: 3.25rem;
}
.cont4 .cont4-lunbo .swiper-button-prev {
  left: 2%;
}
.cont4 .cont4-lunbo .swiper-button-next.swiper-button-disabled,
.cont4 .cont4-lunbo .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.cont4 .cont4-lunbo .swiper-button-next {
  right: 3%;
}
.cont4 .cont2-bt {
  top: 12%;
  left: 8%;
}
.cont4 .cont2-bt .entit {
  transform: rotate(90deg);
  background-image: linear-gradient(to left, #E6E5E4, #E6E5E4, #E6E5E4, #E6E5E4, rgba(185, 24, 48, 0.1));
  opacity: 1;
}
.cont4 .cont2-bt .entit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.cont4 .cont2-bt .tit {
  background: #000;
}
.cont4 .cont2-bt .tit span {
  padding: 1rem 0;
  background-image: linear-gradient(to right, #fff, #fff, #fff);
  writing-mode: vertical-lr;
  color: #FFF;
}
.cont5 {
  padding: 1rem 0;
}
.cont5 .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont6 .cont5-ul {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.cont6 .cont5-ul li {
  font-size: 1.875rem;
  letter-spacing: 6px;
  color: #000000;
  padding: 0 2.1875rem;
}
.feng-sponsor {
  padding: 0 0rem;
  background: url(../images/21a.png) no-repeat;
  background-size: cover;
}
.feng-sponsor .imgs1 {
  bottom: 1rem;
  right: -14rem;
}
.feng-sponsor .swiper {
  padding-bottom: 9rem;
}
.feng-sponsor .zan-lunbo {
  margin-top: 3.25rem;
  position: relative;
  z-index: 3;
}
.feng-sponsor .zan-lunbo .swiper-slide {
  position: relative;
}
.feng-sponsor .zan-lunbo .swiper-slide .flex-z {
  height: 6.25rem;
}
.feng-sponsor .zan-lunbo .swiper-slide .mishu {
  font-size: 1rem;
  line-height: 2;
  width: 70vw;
  text-indent: 2.5rem;
  color: #FFFFFF;
  background: #727176;
  z-index: 10;
  opacity: 0;
  left: 0;
  display: none;
  padding: 2rem;
  z-index: 999;
}
.feng-sponsor {
  overflow: hidden;
}
.feng-guanm {
  padding: 8.125rem 0 6rem;
  background: url(../images/17a.svg) no-repeat;
  background-size: cover;
}
.feng-guanm .img1 {
  z-index: 2;
  right: -13%;
  top: 0%;
}
.feng-guanm .img2 {
  z-index: 3;
  right: -13%;
  bottom: 1%;
}
.feng-guanm .img3 {
  z-index: 2;
  left: -1%;
  bottom: -2%;
}
.feng-guanm .swiper {
  padding: 1rem 0.5rem;
}
.feng-guanm .feng-lunbo {
  margin-top: 3.625rem;
  position: relative;
  z-index: 4;
}
.feng-guanm .feng-lunbo .swiper-slide {
  background: linear-gradient(to top, #fff, #EFC3C8);
  padding: 1.875rem 1rem;
  cursor: pointer;
  border-radius: 2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-guanm .feng-lunbo .swiper-slide:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-guanm .feng-lunbo .swiper-slide:hover .title {
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-guanm .feng-lunbo .swiper-slide:hover .ms {
  color: #5A5B5E;
}
.feng-guanm .feng-lunbo .swiper-slide .title {
  font-size: 1.5625rem;
  line-height: 2.4rem;
  letter-spacing: 1.25px;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.feng-guanm .feng-lunbo .swiper-slide .ms {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.85px;
  color: #808080;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.5;
  color: #5A5B5E;
  position: relative;
  padding-top: 1rem;
  overflow-y: scroll;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar {
  width: 5px;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar {
  height: 12px;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::-webkit-scrollbar-thumb {
  background-color: #B7172E;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr::after {
  content: '';
  position: absolute;
  background: url(../images/18a.svg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.375rem;
  top: 0;
  left: 0;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr .fuan-ul li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr .fuan-ul li::after {
  content: '';
  position: absolute;
  width: 0.5rem;
  border-radius: 100%;
  border: 2px solid #B7172E;
  height: 0.5rem;
  top: 0.6rem;
  left: 0;
}
.feng-nowp {
  margin-top: 5rem;
}
.feng-nowp-lunbo .swiper1 {
  width: 75%;
}
.feng-nowp-lunbo .swiper2 {
  width: 75%;
  margin-top: 3.75rem;
  margin-left: 25%;
}
.feng-nowp-lunbo .swiper-button-prev,
.feng-nowp-lunbo .swiper-button-next {
  background: transparent;
  width: 2.5rem;
  height: 4.5625rem;
}
.feng-nowp-lunbo .swiper-button-next {
  top: 21%;
  right: 18%;
}
.feng-nowp-lunbo .swiper-button-prev {
  left: 18%;
  top: 74%;
}
.feng-yan {
  padding: 5rem 0 5.75rem;
}
.feng-yan .feng-yan-img {
  left: -3%;
  bottom: -15%;
  z-index: -1;
}
.feng-yan .feng-yan-lunbo {
  width: 64%;
  margin: 0 auto;
  margin-top: 3rem;
}
.feng-yan .feng-yan-lunbo .swiper-slide {
  margin-bottom: 2rem;
}
.feng-yan .feng-yan-lunbo .swiper-button-prev,
.feng-yan .feng-yan-lunbo .swiper-button-next {
  background: transparent;
  width: 2.5rem;
  height: 4.5625rem;
}
.feng-yan .feng-yan-lunbo .swiper-button-next {
  right: -12%;
}
.feng-yan .feng-yan-lunbo .swiper-button-prev {
  left: -12%;
}
.feng-yan .tou-img {
  text-align: center;
}
.feng-yan .tou-img .yuan-tou {
  width: 11.125rem;
  height: 11.125rem;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.feng-yan .tou-img .tous-yan {
  width: 14rem;
  top: -1.2rem;
  left: 49%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.feng-yan .tou-img::after{
    content: '';
    position: absolute;
    width: 12rem;
  top: -1.2rem;
    left: 49%;
    height: 12rem;
    border-radius: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #FFFFFF;
    z-index: 1;
}
.feng-yan .tou-con {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  margin-top: -5rem;
  height: 15.1875rem;
  background: linear-gradient(to top, #fefdfd, #f6cfd4);
  padding: 7rem 1rem 1rem;
}
.feng-yan .tou-con .title {
  font-weight: bold;
  font-size: 1.125rem;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feng-yan .tou-con .mishu {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #5B5B5F;
}
.feng-luntan {
  background: url(../images/6s.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 20rem 0;
}
.feng-luntan .imgh1 {
  top: -2rem;
  left: -3rem;
  z-index: 3;
  right: 0;
}
.feng-luntan .imgh1 img {
  height: 26.5rem;
  object-fit: cover;
  object-position: bottom;
}
.feng-luntan .imgh2 {
  top: -2rem;
  right: -3rem;
  z-index: 3;
  left: 0;
}
.feng-luntan .imgh2 img {
  height: 31.5rem;
  object-fit: cover;
  object-position: bottom;
}
.feng-luntan .imgh3 {
  bottom: 0;
  left: -3rem;
  right: 0;
  z-index: 3;
}
.feng-luntan .imgh3 img {
  height: 20rem;
  object-fit: cover;
  object-position: top;
}
.feng-luntan .imgh4 {
  bottom: -1rem;
  left: -1rem;
  z-index: 3;
  right: 0;
}
.feng-luntan .imgh4 img {
  height: 20.5rem;
  object-fit: cover;
  object-position: top;
}
.feng-luntan .imgh5 {
  z-index: 2;
  left: -3rem;
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
}
.feng-luntan .feng-wz {
  position: relative;
  z-index: 4;
}
.feng-luntan .wz {
  width: 64%;
  margin: 3rem auto 0;
  font-size: 1.125rem;
  line-height: 2;
  text-indent: 2.5rem;
  color: #FFFFFF;
  text-align: justify;
}
.feng-luntan .feng-tb-div span i {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.feng-nian {
  padding: 4.8125rem 0;
}
.feng-nian .n_mbx {
  margin-top: 0;
}
.feng-nian .n_mbx .pro-ul-er li {
  background: #F4F4F4;
}
.feng-nian .n_mbx .pro-ul-er li a span {
  background: transparent;
  color: #9D9CA2;
  -webkit-text-fill-color: #9D9CA2;
}
.feng-nian .n_mbx .pro-ul-er::before {
  height: 1px;
  background: #9D9CA2;
  bottom: -1px;
}
.feng-nian .n_mbx .pro-ul-er li {
  margin-right: 0.5rem;
}
.feng-nian .n_mbx .pro-ul-er li:last-child {
  margin-right: 0;
}
.feng-nian .n_mbx .pro-ul-er li:hover,
.feng-nian .n_mbx .pro-ul-er li.active {
  background: #9D9CA2;
}
.feng-nian .n_mbx .pro-ul-er li:hover a span,
.feng-nian .n_mbx .pro-ul-er li.active a span {
  -webkit-text-fill-color: #fff;
}
.feng-nian .shu-uls {
  text-align: center;
}
.feng-nian .shu-uls li {
  width: 25%;
  padding: 0 2.5rem;
  text-align: center;
  border-right: 1px solid #9D9CA2;
}
.feng-nian .shu-uls li .p1 {
  font-family: 'pmzd';
  font-size: 3rem;
  line-height: 1;
  color: #444242;
}
.feng-nian .shu-uls li .p2 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #9A999F;
}
.feng-nian .shu-uls li:last-child {
  border-right: none;
}
.feng-yichen {
  padding: 6.25rem 0;
}
.feng-yichen .feng-yichen-div {
  width: 70%;
  margin: 3rem auto 0
 ;
  position: relative;
}
.feng-yichen .feng-yichen-div .left {
  width: 12%;
}
.feng-yichen .feng-yichen-div .re {
  width: 88%;
  background: #FFF;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 1rem 1rem 1rem;
  height: 48rem;
}
.feng-yichen .feng-yichen-div .re > div {
  display: none;
  height: 100%;
  overflow-y: scroll ;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar {
  width: 5px;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar {
  height: 12px;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.feng-yichen .feng-yichen-div .re > div::-webkit-scrollbar-thumb {
  background-color: #B7172E;
}
.feng-yichen .feng-yichen-div .re .title {
  background: linear-gradient(to right, #B20019, #000000);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 7px;
  color: #FFFFFF;
  padding: 1.25rem 0;
}
.feng-yichen .feng-yichen-div .re .title .icon {
  width: 10%;
  display: inline-block;
  text-align: center;
}
.feng-yichen .feng-yichen-div .re .title .bts {
  display: inline-block;
  width: 60%;
}
.feng-yichen .feng-yichen-div .re .title .sj {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.feng-yichen .div-item-bot {
  padding-left: 10%;
}
.feng-yichen .div-item-bot .div-item-bot-ul {
  padding: 3.75rem 0;
}
.feng-yichen .div-item-bot .div-item-bot-ul li {
  padding-bottom: 1rem;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .titme {
  display: inline-block;
  width: 10%;
  font-size: 1.5rem;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .xian {
  width: 5%;
  border-left: 1px solid #89888D;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .xian .yuan {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  border: 3px solid #FFF;
  background: #B1B2B8;
  top: 0rem;
  position: absolute;
  left: -0.9rem;
  z-index: 2;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .xian .yuan::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FFF;
  border-radius: 100%;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz {
  width: 85%;
  font-size: 1.125rem;
  color: #5B5B5F;
  line-height: 1.5;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz1 {
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  padding: 0.1rem 1.5rem;
  border-radius: 1.875rem;
  margin: 0.625rem 0;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz2 {
  display: inline-block;
  font-size: 1rem;
  margin: 0.625rem 0;
  color: #5B5B5F;
  border: 1px solid #B7172E;
  padding: 0.1rem 1.5rem;
  border-radius: 1.875rem;
}
.feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .twzc {
  font-weight: bold;
}
.feng-yichen .div-item-bot .div-item-bot-ul li:last-child .xian {
  border-left: 1px solid transparent;
}
.feng-yichen .lunta-ul li {
  overflow: hidden;
  font-weight: bold;
  font-size: 2rem;
  height: 11rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  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;
  width: 100%;
  margin-top: -2rem;
  left: 0;
  z-index: -1;
  background: #FFF;
  padding-left: 58%;
  right: 0;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.feng-yichen .lunta-ul li i {
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-lr;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
.feng-yichen .lunta-ul li span {
  position: absolute;
  font-size: 6rem;
  top: -1rem;
  width: 13rem;
  left: 0rem;
  background-image: linear-gradient(to right, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  background-image: linear-gradient(to right, #B1B2B8, #EFC3C8);
}
.feng-yichen .lunta-ul li:nth-child(1) {
  z-index: 4;
  margin-top: 0;
}
.feng-yichen .lunta-ul li:nth-child(2) {
  z-index: 4;
}
.feng-yichen .lunta-ul li:nth-child(3) {
  z-index: 3;
}
.feng-yichen .lunta-ul li:nth-child(4) {
  z-index: 2;
}
.feng-yichen .lunta-ul li:nth-child(5) {
  z-index: 1;
}
.feng-yichen .lunta-ul li.active,
.feng-yichen .lunta-ul li:hover {
  width: 105%;
  left: -5%;
  background-image: linear-gradient(to right, #000000, #B20019);
  padding-left: 56%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 5;
}
.feng-yichen .lunta-ul li.active span,
.feng-yichen .lunta-ul li:hover span {
  top: -2rem;
}
.feng-yichen .lunta-ul li.active i,
.feng-yichen .lunta-ul li:hover i {
  background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.feng-yichen .img1 {
  left: -20%;
  bottom: 14%;
  z-index: -1;
  width: 84%;
}
.new-more a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 3.625rem;
  color: #727176;
  padding: 0 2rem;
  background: #FFf;
  box-shadow: 2px 3px 0.5rem rgba(0, 0, 0, 0.3);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-more a img {
  height: 1.5rem;
}
.new-more a:hover {
  color: #fff;
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-more a:hover img {
  filter: brightness(0) invert(1);
}
.hz-ul li {
  padding: 0;
}
.chaneel-product-ul li {
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .pro-cont2 .h-img {
    top: -72%;
    left: 5%;
  }
  .pro-cont4 .pro4-k {
    padding: 6.375rem 4.5rem 12.5rem 2.8125rem;
  }
  .product-content .pro-jul .div1 .top-con .ner-k .ner-k2 span {
    padding: 0 1rem;
  }
  .product-content .pro-jul {
    padding: 3rem 5rem 6rem 15%;
  }
  .pro-cont4 {
    padding: 9.75rem 0;
  }
}
@media (max-width: 1200px) {
  .product-content .pro-jul {
    padding: 1rem 1rem 4rem 2%;
  }
  .pro-cont2 .pro2-ul {
    padding: 5.75rem 0;
  }
  .pro-cont4 .pro4-k {
    padding: 2.375rem 1.5rem 10.5rem 1.8125rem;
  }
}
.cont1 > img {
  height: 50.5rem;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 990px) {
  .cont6 .cont5-ul {
    width: 100%;
  }
  .cont1 .chaneel-product-ul {
    width: 95%;
  }
  .cont2 .chaneel-product-ul {
    width: 80%;
  }
  .feng-content .feng-bot .top-img .gun-ul li {
    margin-bottom: 1rem;
  }
  .feng-content .feng-bot .top-img .gun-ul {
    bottom: -8rem;
  }
  .yue-div .yue-ul li .title1 {
    font-size: 1.25rem;
  }
  .ny-tit2 .entit {
    font-size: 4rem;
  }
  .ny-tit2 .tit span {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .history .xian {
    bottom: -1rem;
  }
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    position: relative;
  }
  .feng-sponsor .zan-lunbo .swiper-slide .flex-z {
    position: relative;
    z-index: -1;
  }
  .feng-nowp {
    margin-top: 0;
  }
  .feng-yan .feng-yan-lunbo .swiper-button-prev {
    left: -3%;
  }
  .feng-yichen .feng-yichen-div .left {
    width: 20%;
  }
  .feng-yichen .feng-yichen-div .re {
    width: 80%;
  }
  .feng-yichen .lunta-ul li {
    font-size: 2rem;
  }
  .feng-yichen .feng-yichen-div .re .title {
    font-size: 1rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .titme {
    font-size: 1rem;
  }
  .feng-xing8 .feng-xing8-btn a {
    margin: 0 0.5rem;
  }
  .feng-xing8 .feng-xing8-text {
    margin: 0.5rem 0;
  }
  .feng-xing-new {
    padding: 14.875rem 1.125rem 2rem;
  }
  .feng-xing-new .feng-xing-new-div .news-d {
    padding: 1rem;
  }
  .feng-xing-new .feng-xing-new-div {
    margin: 1rem 0;
  }
  .feng-xing-new .feng-xing-new-div .cont-p .p {
    margin-top: 0;
  }
  .new-more a {
    font-size: 1.25rem;
    padding: 0 1.5rem;
    line-height: 3.625rem;
  }
  .new-more a img {
    height: 1.5rem;
  }
  .feng-sponsor .zan-lunbo {
    margin-top: 2.25rem;
  }
  .feng-xing-new .feng-xing-new-div .name {
    font-size: 1.25rem;
  }
  .feng-xing-new .feng-xing-new-div .cont-p .p {
    font-size: 1rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz,
  .feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz2 {
    font-size: 1rem;
  }
  .feng-xing8 .feng-xing8-btn a {
    font-size: 1rem;
  }
  .feng-xing8 .feng-xing8-text {
    font-size: 1rem;
  }
  .feng-sponsor .zan-lunbo .swiper-slide .mishu {
    width: 100vw;
    z-index: 5;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
    height: auto;
    z-index: 4;
  }
  .feng-sponsor {
    padding: 5rem 0;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz1 {
    font-size: 1rem;
  }
  .feng-yichen .lunta-ul li span {
    font-size: 8rem;
    left: 0;
    top: 10%;
  }
  .feng-yichen .lunta-ul li.active span,
  .feng-yichen .lunta-ul li:hover span {
    top: 0rem;
  }
  .feng-guanm {
    padding: 5rem 0;
  }
  .feng-yichen .feng-yichen-div {
    padding-left: 1rem;
  }
  .feng-guanm {
    padding: 5.125rem 0 5rem;
  }
  .feng-guanm .feng-lunbo {
    margin-top: 1.625rem;
  }
  .feng-yan {
    padding: 0rem 0 4.75rem;
  }
  .feng-guanm .img2 {
    width: 70%;
  }
  .feng-tb-div span {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .feng-yan .feng-yan-lunbo .swiper-button-next {
    right: -3%;
  }
  .feng-yan .feng-yan-lunbo {
    width: 90%;
  }
  .feng-guanm .img3 {
    width: 45%;
  }
  .n_mbx .n_src li {
    display: block;
    text-align: center;
  }
  .feng-luntan .wz {
    width: 90%;
    font-size: 1.25rem;
    line-height: 2;
  }
  .feng-nian .shu-uls li .p1 {
    font-size: 3rem;
  }
  .lx-cont2 form .inpt {
    margin-bottom: 0.5rem;
  }
  .lx-cont2 .liu-box .liu-img {
    width: 42%;
  }
  .lx-cont2 .liu-box .liu-div {
    padding-left: 3.875rem;
    width: 53%;
  }
  .lx-cont2 .xian {
    top: 0.5rem;
  }
  .lx-cont2 form .msg-a3 textarea {
    height: 5rem;
  }
  .product-content .pro-jul .div1 .top-con .left {
    width: 100%;
  }
  .pro-cont2 .pro2-ul {
    padding: 2.75rem 0;
  }
  .pro-cont3 {
    padding: 5rem 0;
  }
  .pro-cont2 .y2-img {
    z-index: 1;
    top: 62%;
    left: -16%;
  }
  .product-content .pro-jul .div1 .re {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .pro-cont2 .pro2-ul li {
    padding: 0 0.5rem;
  }
  .pro-cont2 .pro2-ul li .p2 {
    font-size: 1.25rem;
  }
  .pro-cont2 .pro2-ul li .p3 {
    font-size: 1rem;
  }
  .pro-cont4 .pro4-k {
    width: 90%;
    margin: 0 auto;
  }
  .pro-cont4 .pro4-img {
    position: relative;
    top: auto;
  }
  .pro-cont4 .pro4-k .ner4 {
    width: 100%;
  }
  .pro-cont4 .pro4-img {
    margin-top: 1rem;
  }
  .pro-cont4 {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .nbanner .nbanner-wen1 .banner-cont img {
    height: 3.0625rem;
  }
  .lx-cont1 {
    padding: 3rem 0;
  }
  .lx-cont1 .lx-div1 li:nth-child(1) {
    width: 100%;
  }
  .hd-title {
    font-size: 2rem;
    padding: 1rem;
  }
  .lx-cont1 .lx-div1 li {
    padding: 0.5rem 0;
    width: 100%;
  }
  .lx-cont1 .lx-div1 li .p1 {
    font-size: 1.25rem;
  }
  .lx-cont1 .lx-div1 li .p2 {
    font-size: 1rem;
  }
  .lx-cont1 .lx-div1 li .p1 img {
    height: 1.5rem;
  }
  .lx-cont1 .lx-div1 {
    margin-bottom: 2.25rem;
  }
  .lx-cont2 .liu-box .liu-img {
    width: 100%;
  }
  .lx-cont2 .liu-box .liu-div {
    width: 100%;
    padding: 1rem;
  }
  .lx-cont2 .liu-box {
    width: 100%;
    background-size: cover;
  }
  .foot-title .p2 span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .foot-title {
    padding: 2rem 1rem;
  }
  .foot-title .p2 {
    padding: 0;
  }
  .lx-cont2 form .msg-a1 .inpt {
    margin: 0;
  }
  .lx-cont2 .liu-box .liu-img img {
    height: 12.5rem;
    object-fit: cover;
  }
  .lx-cont2 .liu-wz {
    writing-mode: revert;
    letter-spacing: 0;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
  }
  .lx-cont2 .liu-box {
    border-radius: 0;
  }
  .lx-cont2 .div_aghgha .more-msl {
    height: 2.375rem;
    line-height: 2.375rem;
    font-size: 1rem;
  }
  .hz-list-ul li {
    width: 50%;
  }
  .hz-list-ul .hz-boxs {
    width: 90vw;
    padding: 1rem;
    top: 100%;
    left: 0;
    background: #FFF;
    border: 1px solid #E5E5E5;
    background-size: cover;
  }
  .hz-list-ul li:nth-child(2n) .hz-boxs {
    right: 0;
    left: auto;
  }
  .channel_content {
    padding: 3rem 0 0;
  }
  .head-title .p2 {
    padding: 0;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .head-title .p1 {
    font-size: 4.3rem;
  }
  .hz-list-ul {
    margin-top: 3rem;
  }
  .hz-ul {
    margin-top: 1.8125rem;
  }
  .hz-ul li a .hz-text {
    font-size: 1.25rem;
    right: 1.125rem;
    bottom: 1.375rem;
  }
  .hz-ul li:nth-child(2n) a .hz-text {
    top: 1.375rem;
  }
  .hz-ul li:hover a {
    transform: translateY(-1rem);
  }
  .foot-fot .wh {
    padding: 0 1rem;
  }
  .news-list li {
    padding: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
  .n_mbx {
    margin-top: 3.5rem;
  }
  .n_mbx .n_src li a {
    padding: 0.5rem;
  }
  .news-list li a.img {
    width: 100%;
  }
  .news-list li .cont-p {
    width: 80%;
    padding-left: 0;
    margin-top: 1rem;
  }
  .news-list li .jian {
    bottom: 1.125rem;
    right: 1.125rem;
  }
  .news-list li .jian img {
    width: 1.875rem;
  }
  .xw-show_bja .title-a {
    margin: 1.625rem 0;
  }
  .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
  .news-list li .cont-p .p {
    font-size: 1rem;
  }
  .xw-show_bja {
    padding-top: 3rem;
  }
  .chaneel-product-ul {
    width: 100%;
    padding: 0;
  }
  .chaneel-product-ul li:nth-child(2n) {
    top: 0;
    margin-left: 0;
  }
  .chaneel-product-ul li {
    padding: 0 5px;
  }
  .product-content .pro-titl1 {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-left: 1rem;
    line-height: 2.8125rem;
  }
  .product-content .pro-jul .div1 .top-con .left {
    font-size: 1rem;
  }
  .product-content .pro-jul .div1 {
    padding: 1.75rem 0;
  }
  .product-content .pro-jul .div1 .top-con .ner-k {
    border-radius: 1rem;
    padding: 1rem;
  }
  .product-content .pro-jul .div1 .top-con .ner-k .ner-k1 {
    font-size: 1rem;
  }
  .product-content .pro-jul .div1 .top-con .ner-k .ner-k2 {
    height: 3rem;
    border-radius: 3rem;
  }
  .product-content .pro-jul .div1 .top-con .ner-k .ner-k2 span {
    width: 3.0625rem;
    height: 3.0625rem;
    line-height: 3.0625rem;
  }
  .product-content .pro-jul {
    padding: 1rem;
  }
  .product-content {
    font-size: 1rem;
  }
  .pro-cont2 .pro2-top .left {
    width: 100%;
  }
  .pro-cont2 .pro2-top .re {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .pro-cont4 .pro4-k {
    padding: 2rem;
  }
  .product-content .pro-titl2 {
    font-size: 1.5rem;
    letter-spacing: 0rem;
  }
  .pro-cont3 .ner2 {
    width: 100%;
    margin-top: 1rem;
  }
  .pro-cont2 .pro2-ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .feng-yan .feng-yan-lunbo {
    margin-top: 1rem;
  }
  .feng-luntan .wz {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .feng-nian .shu-uls li {
    padding: 0.5rem;
  }
  .feng-nian .shu-uls li .p2 {
    font-size: 1rem;
  }
  .feng-nian .shu-uls li .p1 {
    font-size: 2rem;
  }
  .feng-yichen .feng-yichen-div .re .title {
    letter-spacing: 0;
  }
  .feng-yichen .lunta-ul li span {
    font-size: 5rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul {
    padding: 1rem 0;
  }
  .feng-yichen .lunta-ul li {
    font-size: 1.5rem;
    height: 14.25rem;
  }
  .feng-yichen .feng-yichen-div .re .title .sj {
    text-align: right;
    width: 100%;
  }
  .feng-yichen .div-item-bot {
    padding: 1rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .titme {
    width: 100%;
  }
  .feng-guanm .feng-lunbo .swiper-slide {
    padding: 2rem 1rem;
  }
  .feng-nowp-lunbo .swiper-button-next {
    right: 11%;
  }
  .feng-nowp-lunbo .swiper-button-prev {
    left: 11%;
  }
  .feng-nowp-lunbo .swiper2 {
    margin-top: 1rem;
  }
  .feng-sponsor .zan-lunbo .swiper-slide .mishu {
    left: 0;
    padding: 1rem;
  }
  .feng-guanm .feng-lunbo .swiper-slide .title {
    font-size: 1.25rem;
  }
  .feng-yichen .feng-yichen-div .re .title .bts {
    width: 90%;
  }
  .feng-xing-new .left {
    width: 100%;
  }
  .feng-sponsor,
  .feng-yichen,
  .feng-xing8 {
    padding: 3rem 0;
  }
  .xian2 {
    top: 2.5rem;
  }
  .feng-xing8 .feng-xing8-btn a {
    padding: 0rem 1rem;
  }
  .xian1,
  .xian2 {
    height: 1rem;
  }
  .feng-xing-new .re {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    padding: 1rem;
  }
  .feng-xing-new {
    padding: 4.875rem 1rem 2rem;
  }
  .feng-xing-new .feng-xing-new-div .name {
    font-size: 1rem;
  }
  .feng-yichen .feng-yichen-div {
    margin-top: 1rem;
  }
  .feng-guanm .img3 {
    bottom: 0;
  }
  .feng-tb-div span {
    font-size: 1.5rem;
  }
  .feng-luntan .wz {
    margin-top: 1rem;
  }
  .feng-nian .shu-uls li .p2 {
    font-size: 0.7rem;
  }
  .feng-nian {
    padding-top: 1rem;
  }
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    font-size: 1rem;
  }
  .ny-tit2 .tit span {
    padding: 0 1rem;
  }
  .history .history-bot .le {
    width: 100%;
  }
  .history .xian {
    display: none;
  }
  .history .xian3 {
    display: none;
  }
  .history .history-bot .re {
    width: 100%;
    margin-right: 0;
  }
  .history .history-bot .left {
    width: 100%;
  }
  .history .history-bot .left img {
    border-radius: 0;
  }
  .history .history-bot .re1 {
    width: 100%;
  }
  .history .history-bot .re1 .contd {
    font-size: 1rem;
  }
  .history {
    padding: 3rem 0;
  }
  .history .history-bot .re1 .title {
    font-size: 2rem;
  }
  .history .history-bot .re .gallery-thumbs .swiper-slide {
    font-size: 1rem;
  }
  .history .history-bot .re .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    font-size: 1.2rem;
  }
  .history .history-bot .re .gallery-thumbs::after {
    height: 2px;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .history .history-bot .re .gallery-thumbs .swiper-slide::after {
    height: 2px;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .history .history-bot .re .gallery-thumbs .swiper-slide {
    padding-right: 0;
    text-align: center;
  }
  .history .history-bot .left img {
    width: 100%;
  }
  .yue-div .yue-ul li .title1 i {
    left: 22%;
  }
  .yue-div .yue-ul li .con-yus::after {
    width: 1rem;
    height: 100%;
  }
  .history .history-bot .re1 {
    margin-top: 1rem;
  }
  .yue-div .yue-ul li:nth-child(2n) .title1 {
    background-size: contain;
  }
  .history .history-bot .left::before {
    width: 100%;
    border-radius: 0;
  }
  .yue-div .yue-ul li {
    width: 100%;
    height: auto;
  }
  .yue-div .yue-ul li .title {
    font-size: 0.9rem;
  }
  .yue-div .yue-ul li .con-yus {
    width: 100%;
    padding-left: 2.5rem;
  }
  .yue-div .yue-ul li .title1 {
    height: 4rem;
    line-height: 4rem;
    background-size: contain;
  }
  .yue-div .yue-ul li .title {
    margin-bottom: 0rem;
  }
  .yue-div .yue-ul li .con-yus {
    position: relative;
  }
  .yue-div .miao {
    font-size: 0.8rem;
  }
  .feng-content {
    padding: 3rem 0;
  }
  .feng-content .feng-list li a {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  .feng-content .feng-bot .top-img .top-img-text-title {
    font-size: 3.0625rem;
  }
  .feng-content .feng-bot .top-img .gun-ul {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    margin-top: 1rem;
  }
  .feng-content .feng-bot .top-img .gun-ul li a {
    font-size: 1rem;
  }
  .feng-content .feng-bot .top-img .top-img-q3 {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    border-radius: 0;
    margin-top: 1rem;
  }
  .feng-content .feng-bot .top-img {
    padding-bottom: 0rem;
  }
  .feng-content .feng-list {
    margin: 1.75rem 0;
  }
  .feng-content .feng-bot .top-img .top-img-text-title {
    position: relative;
  }
  .cont1 .a1v1 .a1b1 .title1 {
    font-size: 1.5rem;
  }
  .feng-content .feng-bot .top-img > img {
    display: none;
  }
  .cont1 .a1v1 .a1b1 {
    position: relative;
    width: 100%;
    left: auto;
    padding-left: 0;
    background: #fff;
    padding: 1rem;
    right: auto;
    bottom: auto;
    top: auto;
    border-radius: 0;
    margin-top: 1rem;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .cont1 {
    padding: 3rem 0;
    overflow: hidden;
  }
  .cont1 > img {
    height: 200px;
    object-fit: cover;
  }
  .cont2 {
    padding-top: 1rem;
  }
  .cont2 .ny-tit2 .tit {
    padding: 0;
  }
  .cont2 .cont2-bt .entit,
  .cont4 .cont2-bt .entit {
    transform: rotate(0);
  }
  .cont2 .cont2-bt,
  .cont4 .cont2-bt {
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .ny-tit2 .entit {
    letter-spacing: 0;
  }
  .cont2 .cont2-bt .tit span,
  .cont4 .cont2-bt .tit span {
    writing-mode: revert;
    padding: 0 0.5rem;
  }
  .cont2 .chaneel-product-ul {
    width: 100%;
  }
  .cont4 .cont2-bt .tit {
    width: 100%;
  }
  .cont1 .a1v1 .a1b1 .title1 {
    letter-spacing: 0;
  }
  .ny-tit2 .tit span {
    line-height: 1;
  }
  .cont4 .cont4-lunbo {
    width: 90%;
    margin: 1rem auto 0;
  }
  .cont4 {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .cont6 .cont5-ul li {
    padding: 0 0.5rem;
    letter-spacing: 0;
    font-size: 1.25rem;
  }
  .cont2 .chaneel-product-ul {
    margin-top: 0;
  }
  .ny-tit2 .tit {
    width: 100%;
  }
  .cont5 {
    padding: 1rem 0;
  }
}
.sska #searchinput {
  background: #E7E7E7;
  width: 7.125rem;
  height: 1.375rem;
  padding-left: 1rem;
  border-radius: 1.375rem;
}
.sska button {
  background: transparent;
  border: none;
}
.cont5.active {
  position: sticky;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 0.5rem 0;
}
body {
  overflow: visible !important;
}
.soll {
  position: absolute;
  bottom: 5%;
  text-align: center;
  z-index: 99;
  width: 100%;
  animation: scrool 3s infinite;
}
.soll .p2 {
  font-size: 0.9375rem;
  letter-spacing: 1.13px;
  color: #5B5B5F;
  font-weight: lighter;
  margin-top: 0.5rem;
}
@keyframes scrool {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-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);
  }
}
@-moz-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);
  }
}
@-o-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);
  }
}
@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);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.cont2 .div1-img2 img,
.feng-content .feng-bot .top-img .top-img-q2 img {
  -webkit-animation: rotatedHalf 13s infinite linear;
  -moz-animation: rotatedHalf 13s infinite linear;
  -o-animation: rotatedHalf 13s infinite linear;
  animation: rotatedHalf 13s infinite linear;
}
.history .xian3-h img {
  -webkit-animation: rotatedHalf1 10s infinite linear;
  -moz-animation: rotatedHalf1 10s infinite linear;
  -o-animation: rotatedHalf1 10s infinite linear;
  animation: rotatedHalf1 10s infinite linear;
}
.feng-content .feng-bot .top-img .top-img-text-title {
  font-family: 'pmzd';
}
.feng-sponsor .swiper {
  position: relative;
}
.feng-sponsor .swiper .swiper-wrapper {
  position: static;
}
.feng-sponsor .zan-lunbo .swiper-slide .flex-z {
  text-align: center;
}
.feng-sponsor .swiper {
  overflow: visible;
}
.feng-sponsor .zan-lunbo {
  overflow: hidden;
}
.feng-yan .tou-img .tous-yan img {
  width: 100%;
}
.feng-guanm .feng-lunbo .swiper-slide .feng-lunbo-nr {
  height: 12rem;
}
.feng-ban {
  margin-top: 5.625rem;
}
.feng-ban > img {
  height: calc(100vh - 5.625rem);
  object-fit: cover;
}
.feng-content .feng-list {
  position: relative;
  z-index: 3;
}
.kang-div {
  font-size: 1rem;
  line-height: 2.5;
  width: 70vw;
  text-indent: 2.5rem;
  color: #FFFFFF;
  background: #727176;
  display: none;
  padding: 3rem;
  z-index: 99;
  letter-spacing: 2.2px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.kang-div .close {
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.kang-div .close i {
  font-size: 1.4rem;
  color: #FFF;
}
.feng-xing-new .feng-xing-new-div .news-d .img {
  display: block;
  overflow: hidden;
}
.xw_ny_banner {
  background: linear-gradient(to right, #B9561F 40%, #B41C1B, #B20019);
}
.sska #searchinput {
  font-size: 1rem;
}
@keyframes left1 {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.feng-yichen .img1 {
  display: none;
}
.feng-yichen .img1 img {
  -webkit-animation: left1 3s infinite linear;
  -moz-animation: left1 3s infinite linear;
  -o-animation: left1 3s infinite linear;
  animation: left1 3s infinite linear;
}
@keyframes lright1 {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.feng-guanm .img3 img {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.feng-tb-div img:nth-child(1) {
  -webkit-animation: lright1 3s infinite linear;
  -moz-animation: lright1 3s infinite linear;
  -o-animation: lright1 3s infinite linear;
  animation: lright1 3s infinite linear;
}
.feng-tb-div img:nth-child(3) {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.feng-yan .feng-yan-img img,
.feng-guanm .img2 img {
  -webkit-animation: left1 6s infinite linear;
  -moz-animation: left1 6s infinite linear;
  -o-animation: left1 6s infinite linear;
  animation: left1 6s infinite linear;
}
.feng-guanm .img1 img {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.feng-xing8 {
  background-attachment: fixed;
}
.feng-xing-new {
  background-attachment: fixed;
}
.pa-img img {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.feng-luntan .imgh1 img {
  -webkit-animation: lright1 3s infinite linear;
  -moz-animation: lright1 3s infinite linear;
  -o-animation: lright1 3s infinite linear;
  animation: lright1 3s infinite linear;
}
.feng-luntan .imgh2 img {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.feng-luntan .imgh3 img {
  -webkit-animation: lright1 5s infinite linear;
  -moz-animation: lright1 5s infinite linear;
  -o-animation: lright1 5s infinite linear;
  animation: lright1 5s infinite linear;
}
.feng-luntan .imgh4 img {
  -webkit-animation: lright1 6s infinite linear;
  -moz-animation: lright1 6s infinite linear;
  -o-animation: lright1 6s infinite linear;
  animation: lright1 6s infinite linear;
}
.pro-cont4 .img-s img {
  -webkit-animation: lright1 6s infinite linear;
  -moz-animation: lright1 6s infinite linear;
  -o-animation: lright1 6s infinite linear;
  animation: lright1 6s infinite linear;
}
.pro-cont4 {
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .kang-div {
    width: 100vw;
    padding: 2rem;
  }
  .kang-div .neir-d {
    height: 392px;
    overflow-x: scroll;
  }
  body {
    overflow: hidden;
  }
  .feng-sponsor .swiper {
    padding-bottom: 0rem;
  }
  .feng-ban > img {
    height: auto;
  }
  .feng-xing-new .feng-xing-new-div .news-d2 .cont-p .overh {
    width: 100%;
  }
  .feng-xing-new .feng-xing-new-div .news-d2 .cont-p .p {
    width: 100%;
    margin-top: 1rem;
  }
  .feng-xing-new .re {
    padding: 1rem 0;
  }
  .new-more a img {
    height: 1rem;
  }
  .feng-yichen .lunta-ul li span {
    font-size: 4rem;
  }
  .feng-yichen .lunta-ul li {
    font-size: 1.5rem;
    height: 10.25rem;
    display: block;
    padding-top: 5rem;
  }
  .feng-sponsor .zan-lunbo .swiper-slide .flex-z {
    height: 4.25rem;
  }
  .n_mbx .n_src {
    padding: 1rem;
  }
  .feng-content {
    padding: 3rem 1rem 0;
  }
  .index-met .channel_content {
    padding: 0rem 1rem 0;
  }
  .index-met .ny-tit2 .tit span {
    display: inline-block;
    width: 80%;
  }
  .feng-content .feng-bot .miaoshu {
    font-size: 1rem;
    letter-spacing: 0;
    margin: 3rem 0 0;
  }
  .feng-content .feng-list li {
    margin-bottom: 1rem;
  }
  .chaneel-product-ul li {
    width: 49%;
    margin: 0.5%;
    transform: skew(0deg);
  }
  .foot-fot {
    background: #000;
  }
  .cont4 .cont4-lunbo .swiper-button-prev,
  .cont4 .cont4-lunbo .swiper-button-next {
    display: none;
  }
  .cont5.active {
    position: relative;
  }
  .index-cont1 {
    padding: 2rem 1rem 0;
  }
  .feng-content .feng-bot .top-img .top-img-text-title {
    left: 0;
    top: 0;
    text-align: center;
  }
  .chaneel-product-ul,
  .hz-ul {
    display: block;
  }
  .chaneel-product-ul li,
  .hz-ul li {
    width: 99%;
  }
  .hz-ul li a img {
    height: 200px;
    object-fit: cover;
  }
  .n_mbx {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
  .hz-ul {
    padding: 1rem 2rem;
  }
  .hz-ul li {
    margin: 0.5%;
  }
  .chaneel-product-ul li a .hz-text,
  .hz-ul li a .hz-text {
    writing-mode: revert;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    text-align: center;
    height: auto;
  }
  .n_mbx .pro-ul-er::before {
    display: none;
  }
  .chaneel-product-ul li a .hz-text,
  .hz-ul li a .hz-text {
    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;
  }
  .hz-ul li:nth-child(2n) a .hz-text {
    top: 50%;
  }
  .index-met .hz-ul,
  .cont2 .chaneel-product-ul {
    padding: 0;
  }
  .cont2 .div1-img3 {
    display: none;
  }
  .ny-tit2 .tit {
    background: transparent;
  }
}
.head {
  z-index: 9999;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.cont1 {
  overflow: hidden;
}
.cont1 .img1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  left: 45%;
}
.cont1 .img1 img {
  max-width: inherit;
  width: 143rem;
}
.cont1 .img2 {
  z-index: 2;
  left: -5%;
  right: -5%;
  bottom: 0%;
}
.cont1 .img2 img {
  width: 123.8125rem;
}
.cont1 .img5 {
  left: -3%;
  top: -12%;
  z-index: 3;
}
.cont1 .img5 img {
  max-width: inherit;
  width: 76.25rem;
  -webkit-animation: rotatedHalf1 20s infinite linear;
  -moz-animation: rotatedHalf1 20s infinite linear;
  -o-animation: rotatedHalf1 20s infinite linear;
  animation: rotatedHalf1 20s infinite linear;
}
.cont1 .img4 {
  left: 3%;
  top: 0%;
  z-index: 3;
}
.cont1 .img4 img {
  max-width: inherit;
  width: 60.3125rem;
  -webkit-animation: rotatedright 14s infinite linear;
  -moz-animation: rotatedright 14s infinite linear;
  -o-animation: rotatedright 14s infinite linear;
  animation: rotatedright 14s infinite linear;
}
.cont1 .a1v1 .a1b1 {
  z-index: 6;
}
@keyframes rotatedright {
  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);
  }
}
.feng-content,
.cont2 {
  overflow: hidden;
}
@media (max-width: 990px) {
  .cont1 .img1,
  .cont1 .img2,
  .cont1 .img4,
  .cont1 .img5 {
    display: none;
  }
}
.cont4 .kang1 {
  -webkit-animation: lright1 5s infinite linear;
  -moz-animation: lright1 5s infinite linear;
  -o-animation: lright1 5s infinite linear;
  animation: lright1 5s infinite linear;
}
.cont4 .kang2 {
  -webkit-animation: lright1 5s infinite linear;
  -moz-animation: lright1 5s infinite linear;
  -o-animation: lright1 5s infinite linear;
  animation: lright1 5s infinite linear;
}
.cont4 .kang3 {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
@media (max-width: 767px) {
  .cont4 .kang1,
  .cont4 .kang2 {
    top: -3.125rem;
  }
  .cont4 .kang {
    width: 3.125rem;
    height: 3.125rem;
    display: none;
  }
}
.jue-bg {
  top: -42%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.jue-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-img-q4 {
  bottom: -19%;
  right: -6%;
  z-index: 1;
}
.top-img-q4 img {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.index-cont1 .kang1 {
  background: #fff;
  position: relative;
  margin-top: -6.25rem;
}
.index-cont1 .kang2 {
  background: #E6E5E4;
}
.index-cont1 .kang3 {
  background: #E6E5E4;
  margin-left: 6.25rem;
}
@media (max-width: 767px) {
  .index-cont1 .kang1 {
    display: none;
  }
  .index-cont1 .kang2 {
    display: none;
  }
  .index-cont1 .kang3 {
    display: none;
  }
}
.index-cont1 .kang1 {
  -webkit-animation: lright1 5s infinite linear;
  -moz-animation: lright1 5s infinite linear;
  -o-animation: lright1 5s infinite linear;
  animation: lright1 5s infinite linear;
}
.index-cont1 .kang2 {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.index-cont1 .kang3 {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.feng-content .feng-bot .top-img .top-img-q img {
  -webkit-animation: scale-up-one 13s infinite linear;
  -moz-animation: scale-up-one 13s infinite linear;
  -o-animation: scale-up-one 13s infinite linear;
  animation: scale-up-one 13s infinite linear;
}
.abt-a1b3-k span:nth-child(1) {
  -webkit-animation: lright1 4s infinite linear;
  -moz-animation: lright1 4s infinite linear;
  -o-animation: lright1 4s infinite linear;
  animation: lright1 4s infinite linear;
}
.abt-a1b3-k span:nth-child(2) {
  -webkit-animation: lright1 5s infinite linear;
  -moz-animation: lright1 5s infinite linear;
  -o-animation: lright1 5s infinite linear;
  animation: lright1 5s infinite linear;
}
.cta_form_right_text a:hover {
  color: #B7172E;
}
#wave1 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 10;
}
#wave {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 10;
}
.waves {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 15vh;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px;
}
.waves .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  -o-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-moz-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-o-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@-moz-keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@-o-keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.feng-sponsor .imgs1 img {
  height: 3.125rem;
}
#staticBackdrop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#staticBackdrop .lx-cont2 {
  padding: 1rem 2rem 2rem;
}
#staticBackdrop .lx-cont2 form .msg-a3 textarea {
  height: 7.5rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
    top: 12%;
  }
}
.ny-body.modal-open {
  padding-right: 0 !important;
}
.liu-div .m_label img {
  height: 1.5rem;
  margin-right: 0.625rem;
}
.chaneel-product-ul3 {
  width: 36%;
}
.zuoce-ul {
  position: sticky;
  top: 5.625rem;
  background: #FFf;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 1rem;
  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;
}
.zuoce-ul li {
  line-height: 3rem;
  padding: 0 1rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.zuoce-ul li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #B7172E;
  left: 0;
  bottom: -1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zuoce-ul li.active a {
  color: #B7172E;
}
.zuoce-ul li.active::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-cont2-wz,
.pro-cont1 .wh,
.n_mbx {
  position: relative;
  z-index: 2;
}
.pro-cont2 {
  padding-bottom: 7rem;
}
.mtfu-div {
  margin-top: 2rem;
  height: 14.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  font-size: 0.9rem;
}
.div-jqqd {
  font-size: 2rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #B9561F, #B41C1B, #B20019);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.n_mbx .pro-ul-er.feng-ul {
  border: none;
}
.n_mbx .pro-ul-er.feng-ul li {
  border-right: none;
  margin-right: 0;
}
@media (max-width: 990px) {
  .feng-ban {
    margin-top: 0rem;
  }
}
@media (max-width: 700px) {
  .product-content .pro-jul .div1 .yuan-img {
    z-index: -1;
  }
  .xw-show_bja .xinwn-consss .row,
  .julis-pro .row {
    display: block;
  }
  .xinwn-consss .row .col,
  .julis-pro .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 0;
    margin-bottom: 10px;
  }
  .h2,
  h2,
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .pro-cont2 .y1-img {
    z-index: -1;
  }
  .pro-cont2 {
    padding-bottom: 3rem;
  }
  .n_mbx .pro-ul-er {
    width: 90%;
    margin: 0 auto;
  }
  .n_mbx .pro-ul-er {
    padding: 0;
  }
  .n_mbx .pro-ul-er li {
    border: none;
    border-bottom: 1px solid #B7172E;
  }
  .n_mbx .pro-ul-er li:last-child {
    border: none;
  }
  .product-content .pro-jul .div1 .re img {
    border-radius: 1rem;
  }
}
.product-content {
  overflow: hidden;
}
.erwema-div {
  width: 90%;
  margin: 0 auto;
}
.erwema-div .col {
  padding: 0 1.875rem;
}
.feng-tb-divcs span img {
  bottom: -1.5rem;
}
.zhuda {
  font-size: 2rem;
  text-align: center;
  display: block;
}
.fang-divs {
  position: sticky;
  top: 5.625rem;
  background: #fff;
  z-index: 998;
}
.coming-soon {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.fengzan .zan-lunbo .swiper-slide .flex-z img {
  width: 60%;
}
.feng-sponsor .zan-lunbo .swiper-slide .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;
}
@media (max-width: 1440px) {
  .feng-ban > img {
    height: auto;
  }
  .feng-guanm {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .feng-ban > img {
    height: auto;
  }
  .feng-guanm {
    overflow: hidden;
  }
}
.feng-yan .feng-yan-lunbo .swiper-container {
  padding-top: 2rem;
}
.history .history-bot .re .swiper-container {
  min-height: 12.5rem;
}
@media (max-width: 767px) {
  .history .history-bot .re .swiper-container {
    min-height: auto;
  }
  .zhuda {
    font-size: 1.25rem;
  }
  .fang-divs,
  .zuoce-ul {
    top: 60px;
  }
  .feng-nian {
    padding: 1rem 0;
  }
  .feng-luntan .imgh2 img {
    height: 12.5rem;
  }
  .feng-luntan .imgh1 img {
    height: 12.5rem;
  }
  .feng-luntan {
    padding: 8rem 0;
  }
  .feng-luntan .imgh4 img {
    height: 9.5rem;
  }
  .feng-luntan .imgh3 img {
    height: 7rem;
  }
  .zuoce-ul li::after {
    bottom: 0rem;
  }
  .index-met .chaneel-product-ul {
    width: 100%;
  }
  .top-img-q4 {
    bottom: -29%;
  }
  .index-met {
    padding-top: 3rem;
  }
  .hz-ul {
    padding: 1rem 0 ;
  }
  .chaneel-product-ul3 {
    width: 100%;
  }
  .feng-content .feng-list li a {
    font-size: 1.125rem;
  }
  .mtfu-div {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz1 {
    border-radius: 0.5rem;
    padding: 0.1rem 1rem;
  }
  .feng-yichen .div-item-bot .div-item-bot-ul li .cont-wz .bj-wz2 {
    border-radius: 0.5rem;
    padding: 0.1rem 1rem;
  }
  .fengzan .zan-lunbo .swiper-slide .flex-z img {
    width: 80%;
  }
  .pro-cont2 .y2-img {
    z-index: -1;
  }
  .feng-yan .feng-yan-lunbo .swiper-button-next img,
  .feng-nowp-lunbo .swiper-button-next img {
    width: 1.25rem;
  }
  .feng-yan .feng-yan-lunbo .swiper-button-prev img,
  .feng-nowp-lunbo .swiper-button-prev img {
    width: 1.25rem;
  }
  .hz-list-ul li img {
    height: 6.5rem;
  }
}
.zd_erha .aat_list .yjfk a {
  color: #fff;
  height: auto;
  line-height: 1.5;
  border-radius: 0%;
  text-align: center;
  padding: 1rem 0 0;
  border-radius: 5px;
}
.zd_erha .aat_list .yjfk a img {
  display: inline-block;
  margin-top: 5px;
}
.cont5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.zd_erha li.yjfk > a i {
  text-align: right;
}
.zd_erha .aat_list li.tops {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fanke {
  display: none;
}
.product-content .pro-jul .div1 .top-con .left p {
  text-indent: 1.875rem;
}
.met-img {
  width: 34%;
}
.bus-img {
  width: 20%;
}
.news-img {
  width: 23%;
}
.new-xians {
  width: 2px;
  height: 81%;
  background: linear-gradient(to top, #B9561F 40%, #B41C1B, #B20019);
  top: 9%;
  left: 19%;
}
.abt-a1v1 {
  margin-top: 2rem;
}
.kongge {
  text-indent: 2em;
}
.channel_content4 .chaneel-product-ul {
  width: 40%;
}
.channel_content4 .hz-ul li a .hz-text {
  font-size: 2.5rem;
}
@media (max-width: 1600px) {
  .bus-img {
    width: 14%;
  }
  .channel_content4 .hz-ul li a .hz-text {
    font-size: 1.6875rem;
  }
  .news-img {
    width: 17%;
  }
}
@media (max-width: 767px) {
  .feng-yichen .feng-yichen-div {
    width: 100%;
  }
  .met-img {
    width: 70%;
  }
  .bus-img {
    width: 20%;
  }
  .channel_content4 .chaneel-product-ul {
    width: 100%;
  }
  .channel_content4 .hz-ul li a .hz-text {
    font-size: 1.5rem;
  }
  .cont2 .channel_content {
    width: 80%;
    margin-left: 20%;
    padding-top: 0;
  }
  .cont2 .cont2-bt {
    position: absolute;
    left: 0;
    width: 20%;
    top: 30%;
  }
  .cont2 .cont2-bt .ny-tit2 {
    width: 100%;
  }
  .cont2 .cont2-bt .ny-tit2 .bus-img {
    width: 100%;
  }
  .lx-cont1 .lx-div1 li:nth-child(2) {
    width: 100%;
  }
  .lx-cont1 .lx-div1 li:nth-child(3) {
    width: 100%;
  }
  .lx-cont1 .lx-div1 li:nth-child(4) {
    width: 100%;
  }
  .n_mbx .pro-ul-er {
    width: 100%;
  }
}
.abt-cont1 .ny-tit2 .tit span {
  padding: 0 0.4rem;
}
.history .ny-tit2 .tit span {
  letter-spacing: 9.2px;
}
.feng-nian2 {
  padding-bottom: 0;
}
.feng-nian2 .n_mbx {
  padding-bottom: 0;
}
.feng-nian2 .n_mbx .pro-ul-er::before {
  left: 0;
  width: 100%;
}
