@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

* {
  outline: none;
}

body, body * {
  font-family: 'Microsoft YaHei',微软雅黑,helvetica,"PingFangSC-Regular",arial,verdana,tahoma,sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 5.20833%;
}

@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: #6D6D6D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #D9D9D9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAC000;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
  border-color: #FAC000;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #FAC000;
}

.more-msl.bs:hover {
  border-color: #FAC000;
}

.more-msl.hs {
  color: #fff;
  border: 1px solid #FAC000;
  background: #FAC000;
}

.more-msl.hs:before {
  background: #000;
}

.more-msl.hs:hover {
  border-color: #000;
}

.more-msl1 {
  display: inline-block;
  color: #9D9D9D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #08938E;
}

.more-msl1:after {
  background: #FAC000;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #FAC000;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #08938E;
}

.more-msl1.bs:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

@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(80vh - 60px);
    padding-bottom: -moz-calc(80vh - 60px);
    padding-bottom: calc(80vh - 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.20276%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 5.3125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: relative;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 80px;
}

.head .head2 .sska {
  line-height: 1em;
  margin-left: 0.8em;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a, .head .head2 .zywena a {
  font: 500 1rem/1em "";
  color: #fff;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 0.4em;
}

.head .head2 .zywena {
  text-align: center;
  margin-left: 1em;
  margin-right: 1rem;
  position: relative;
}




#menu {
  margin-right: 1.5vw;
}

@media (max-width: 1024px) {
  #menu {
    margin-right: 0.8vw;
  }
}

#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li img { width: 30px; }
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "";
}

#menu .nav_a1 li > a {
  font-size: 1rem;
  padding: 0 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  padding: 0 1em;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 120%;
  left: -10%;
  background: white;
  z-index: 999;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
}

#menu .nav_a1 li .sec > a {
  font: 500 1rem/1.25em "Alibaba-PuHui";
  padding: 0.4em 0;
  color: #333;
}

#menu .nav_a1 li .sec > a:hover {
  color: #FAC000;
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 1.5rem 0;
  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: center;
  line-height: 1;
}
#menu .nav_a1 li:nth-child(3) .sec1{ display: none;}
#menu .nav_a1 li .sec1 > a {
  font: 600 1rem/2em "";
  color: #131313;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

#menu .nav_a1 li .sec1 > a u {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 60%;    margin: 0 auto;
}

#menu .nav_a1 li .sec1 > a u img {
  width: 100%;
  margin:0 auto;
}

#menu .nav_a1 li .sec1 > a .ys {
  position: absolute;
  right: 0;
  top: 0;
}

#menu .nav_a1 li .sec1 > a .ys b {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

#menu .nav_a1 li .sec1 > a + a {
  margin-left: 2%;
}

#menu .nav_a1 li .sec1 > a:hover {
  color: #FAC000;
}

#menu .nav_a1 li .sec2 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 4.3rem 0;
  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: center;
  line-height: 1;
}

#menu .nav_a1 li .sec2 .sec-a {
  width: 79.28571%;
  border-right: 1px solid #CCCCCC;
}

#menu .nav_a1 li .sec2 .sec-a .img {
  width: 32.88288%;
  padding-bottom: 21.44144%;
  position: relative;
  height: 0;
  overflow: hidden;
}

#menu .nav_a1 li .sec2 .sec-a .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#menu .nav_a1 li .sec2 .sec-a .cont-p {
  width: 67.11712%;
  padding: 0 5%;
  text-align: left;
}

#menu .nav_a1 li .sec2 .sec-a .cont-p .tit {
  color: #3E3E3F;
  font: 600 1.875rem/1.5em "";
  text-transform: uppercase;
}

#menu .nav_a1 li .sec2 .sec-a .cont-p .p {
  color: #57585A;
  font: 500 1.1rem/1.3em "";
  margin: 0.5rem 0 1em;
}

#menu .nav_a1 li .sec2 .sec-a .cont-p a.more-b {
  display: inline-block;
  color: #131313;
  padding: 0.8rem 1.6rem;
}

#menu .nav_a1 li .sec2 .sec-b {
  width: 20.71429%;
  padding-left: 4%;
}

#menu .nav_a1 li .sec2 .sec-b a {
  display: block;
  color: #3E3E3F;
  font: 600 1.25rem/1.2em "";
  padding: 0.35em 0;
  text-align: left;
}

#menu .nav_a1 li .sec2 .sec-b a:hover {
  color: #FAC000;
}

#menu .nav_a1 li:hover > a {
  color: #FAC000;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1, #menu .nav_a1 li:hover .sec2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s 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 span, #menu .nav_a1 li.active > a span {
  color: #FAC000;
}

#menu .nav_a1 li#prad {
  position: static;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.head.sticky .head2, .xw-show_body .head .head2, .head:hover .head2 {
  background: #333;
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  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: 36px;
  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 .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 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: "";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "";
  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 */
.xta {
  -webkit-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
     -moz-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
      -ms-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
       -o-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
          transform: matrix(1, 0, -0.3, 0.95, 0, 0);
}

.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
 
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    visibility: inherit;
  }
}

.pc-banner .mySwipera .swiper-slide .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img video {
    display: none;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  text-align: center;
}

.pc-banner .mySwipera .banwez a.tcsp {
  width: 4.2rem;
  margin: 0 auto 1.5rem;
}

.pc-banner .mySwipera .banwez .tit {
  font: 600 4.0625rem/1.2em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

/*向下*/
.viewMore--3t8jh {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: auto;
  height: 5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #a1a1a6;
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(-0.6rem);
  -ms-transform: scale(1.1) translateY(-0.6rem);
  -moz-transform: scale(1.1) translateY(-0.6rem);
    -o-transform: scale(1.1) translateY(-0.6rem);
       transform: scale(1.1) translateY(-0.6rem);
  z-index: 9;
}

.arrow--23PRO {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@-webkit-keyframes arrowMove0--3web3 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    opacity: .9;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    transform: translateY(0.13rem) rotate(-45deg);
    opacity: .6;
  }
}

@-moz-keyframes arrowMove0--3web3 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .9;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: .6;
  }
}

@-o-keyframes arrowMove0--3web3 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
       transform: translateY(0) rotate(-45deg);
    opacity: .9;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -o-transform: translateY(0.13rem) rotate(-45deg);
       transform: translateY(0.13rem) rotate(-45deg);
    opacity: .6;
  }
}

@keyframes arrowMove0--3web3 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .9;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
      -o-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: .6;
  }
}

.arrow-0--2Z3_7 {
  content: "";
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  width: 1.6875rem;
  height: 1.6875rem;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  border-bottom: 1px solid #a1a1a6;
  border-left: 1px solid #a1a1a6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-animation-name: arrowMove0--3web3;
  -moz-animation-name: arrowMove0--3web3;
    -o-animation-name: arrowMove0--3web3;
       animation-name: arrowMove0--3web3;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
}

@-webkit-keyframes arrowMove1--2gBO- {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    opacity: .6;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    transform: translateY(0.13rem) rotate(-45deg);
    opacity: .3;
  }
}

@-moz-keyframes arrowMove1--2gBO- {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .6;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: .3;
  }
}

@-o-keyframes arrowMove1--2gBO- {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
       transform: translateY(0) rotate(-45deg);
    opacity: .6;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -o-transform: translateY(0.13rem) rotate(-45deg);
       transform: translateY(0.13rem) rotate(-45deg);
    opacity: .3;
  }
}

@keyframes arrowMove1--2gBO- {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .6;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
      -o-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: .3;
  }
}

.arrow-1--3ffAv {
  content: "";
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  width: 1.6875rem;
  height: 1.6875rem;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  border-bottom: 1px solid #a1a1a6;
  border-left: 1px solid #a1a1a6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-animation-name: arrowMove1--2gBO-;
  -moz-animation-name: arrowMove1--2gBO-;
    -o-animation-name: arrowMove1--2gBO-;
       animation-name: arrowMove1--2gBO-;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  margin: -0.9375rem 0 0;
}

@-webkit-keyframes arrowMove2--JKEw4 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    opacity: .3;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    transform: translateY(0.13rem) rotate(-45deg);
    opacity: 0;
  }
}

@-moz-keyframes arrowMove2--JKEw4 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .3;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: 0;
  }
}

@-o-keyframes arrowMove2--JKEw4 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
       transform: translateY(0) rotate(-45deg);
    opacity: .3;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -o-transform: translateY(0.13rem) rotate(-45deg);
       transform: translateY(0.13rem) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes arrowMove2--JKEw4 {
  from {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
    opacity: .3;
  }
  to {
    -webkit-transform: translateY(0.13rem) rotate(-45deg);
    -moz-transform: translateY(0.13rem) rotate(-45deg);
      -o-transform: translateY(0.13rem) rotate(-45deg);
         transform: translateY(0.13rem) rotate(-45deg);
    opacity: 0;
  }
}

.mouse {
  cursor: pointer;
}

.arrow-2--12bmK {
  content: "";
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  width: 1.6875rem;
  height: 1.6875rem;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, transparent 50%);
  border-bottom: 1px solid #a1a1a6;
  border-left: 1px solid #a1a1a6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-animation-name: arrowMove2--JKEw4;
  -moz-animation-name: arrowMove2--JKEw4;
    -o-animation-name: arrowMove2--JKEw4;
       animation-name: arrowMove2--JKEw4;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  margin: -0.9375rem 0 0;
}

/*end*/
.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;width: 100%;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.title1 .tit {
  color: #3E3E3F;
  font: 600 3rem/1.5em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.title1 .txt {
  color: #8D8D8D;
  font: 500 1.125rem/1.5em "";
}

@media (max-width: 768px) {
  .title1 .txt {
    font-size: 1rem;
    margin-top: 0.6em;
  }
}

a.more-a {
  font: 500 1.125rem/2.5rem "";
  margin-top: 0.1em;
  display: inline-block;
  position: relative;
  color: #3E3E3F;
}

a.more-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #3E3E3F;
  -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);
  -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);
}

a.more-a i {
  font-size: 0.75rem;
  font-weight: 600;
}

a.more-a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cont1 .a1_v1 {
  padding: 0.5rem;
}

.cont1 .a1_v1 .a1_b1 li a.img {
  display: block;
  width: 50%;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li a.img {
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont1 .a1_v1 .a1_b1 li a.img img {
  width: 100%;
}

.cont1 .a1_v1 .a1_b1 li .cont-p {
  padding: 0.5rem;
  width: 50%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .cont-p {
    width: 100%;
    padding-top: 0;
  }
}

.cont1 .a1_v1 .a1_b1 li .cont-p .cont {
  height: 100%;
  background: #FAC000;
  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-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 5%;
  text-align: center;
  color: #3E3E3F;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .cont-p .cont {
    padding: 1.5rem 8%;
  }
}

.cont1 .a1_v1 .a1_b1 li .cont-p .cont .tit {
  width: 100%;
  font: 600 2.8125rem/1.5em "";
  text-transform: uppercase;
}

.cont1 .a1_v1 .a1_b1 li .cont-p .cont .tit a {
  color: #3E3E3F;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .cont-p .cont .tit {
    font-size: 1.5rem;
  }
}

.cont1 .a1_v1 .a1_b1 li .cont-p .cont .ftit {
  width: 100%;
  font: 600 1.25rem/1.5em "";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .cont-p .cont .ftit {
    font-size: 1rem;
  }
}

.cont1 .a1_v1 .a1_b1 li:nth-child(2n) a.img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li:nth-child(2n) a.img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cont1 .a1_v1 .a1_b1 li:nth-child(2n) .cont-p .cont {
  background: #57585A;
  color: #fff;
}

.cont1 .a1_v1 .a1_b1 li:nth-child(2n) .cont-p .cont .tit a {
  color: #fff;
}

.cont1 .a1_v1 .a1_b1 li:nth-child(2n) .cont-p .cont a.more-a {
  color: #fff;
}

.cont1 .a1_v1 .a1_b1 li:nth-child(2n) .cont-p .cont a.more-a::after {
  background-color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 3.125rem;
  background-color: #FAC000;
  color: #3E3E3F;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: '';
}

@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.2rem;
  }
}

.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: 1.125rem;
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
}

@media (max-width: 768px) {
  .more-b span {
    font-size: 1rem;
  }
}

.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 0.5em;
  -webkit-transition-delay: .12s;
     -moz-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  color: #3E3E3F;
  font-weight: 600;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 3.125rem;
  background-color: #181818;
  -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 > * {
  -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-color: #F5F5F7;
  padding: 0.65rem 2.4rem;
}

.more-b.hs span {
  font-size: 1rem;
}

.more-b.hs:hover > * {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.cont2 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .cont2 {
    margin-top: 1.25rem;
  }
}

.cont2 .a2_v1 {
  margin-top: 1rem;
  position: relative;
}

.cont2 .a2_v1 .mySwiper1 {
  padding: 0 18.75%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 {
    padding: 0 8%;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p {
  position: relative;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p a.img {
  display: block;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p a.img i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p a.img i img {
  width: 100%;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p .cont {
  position: absolute;
  left: 0;
  bottom: 4.125rem;
  width: 100%;
  padding: 0 5%;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p .cont {
    bottom: 1.5rem;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p .cont .tit {
  color: #FFFFFF;
  font: 600 1.625rem/1.5em "";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p .cont .tit {
    font-size: 1.25rem;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide .cont-p .cont a.more-b {
  margin-top: 1rem;
}

.cont2 .a2_v1 .mySwiper1 .swiper-slide.swiper-slide-active .cont-p .cont {
  opacity: 1;
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 9;
  bottom: 2.75rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper1 .swiper-pagination1 {
    bottom: 0.6rem;
  }
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 span {
  width: 1.1875rem;
  height: .1875rem;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

.cont2 .a2_v1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #FFDC00;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .jtant {
    display: none;
  }
}

.cont2 .a2_v1 .jtant > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.cont2 .a2_v1 .jtant > div.swiper-button-prev1 {
  left: 19.01042%;
}

.cont2 .a2_v1 .jtant > div.swiper-button-next1 {
  right: 19.01042%;
}

.cont2 .a2_v1 .jtant > div i {
  color: #fff;
  font-size: 2.5rem;
}

.cont3 {
  padding: 4.2rem 0 3.1875rem;
}

@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}

.cont3 .a3_v1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 {
    margin-top: 1rem;
  }
}

.cont3 a.more-b {
  margin-top: 1rem;
}

.cont3 .a3_list1 {
  margin: 0 -0.3rem;
}

.cont3 .a3_list1 li {
  padding: 0.3rem;
  width: 20%;
  float: left;
}

@media (max-width: 768px) {
  .cont3 .a3_list1 li {
    width: 50%;
  }
}

.cont3 .a3_list1 li a.img {
  display: block;
  position: relative;
}

.cont3 .a3_list1 li a.img b {
  display: block;
  padding-bottom: 98.16176%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont3 .a3_list1 li a.img b > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont3 .a3_list1 li a.img b::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cont3 .a3_list1 li a.img u {
  display: block;
  font-size: 0;
  width: 1.25rem;
  position: absolute;
  right: .875rem;
  top: .875rem;
}

.cont3 .a3_list1 li a.img u img {
  width: 100%;
}

.cont3 .a3_list1 li a.img .contenr {
  text-align: center;
  width: 100%;
  padding: 0 5%;
  color: #FFFFFF;
  opacity: 0;
}

.cont3 .a3_list1 li a.img .contenr .zz {
  font: 500 1.25rem/1.5em "";
}

@media (max-width: 768px) {
  .cont3 .a3_list1 li a.img .contenr .zz {
    font-size: 1.125rem;
  }
}

.cont3 .a3_list1 li a.img .contenr .tit {
  font: 500 1rem/1.4em "";
  margin-top: 0.2em;
  padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3_list1 li a.img .contenr .tit {
    line-height: 1.25em;
    padding: 0;
  }
}

.cont3 .a3_list1 li a.img .contenr i {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  margin: 0 auto;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 1rem;
}

.cont3 .a3_list1 li a.img:hover b > 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);
}

.cont3 .a3_list1 li a.img:hover .contenr {
  opacity: 1;
}

.cont3 .a3_list1 li:nth-child(3) {
  width: 40%;
}

@media (max-width: 768px) {
  .cont3 .a3_list1 li:nth-child(3) {
    width: 100%;
    display: none;
  }
}

.cont3 .a3_list1 li:nth-child(6), .cont3 .a3_list1 li:nth-child(7) {
  margin-top: -18.88889%;
  -webkit-transform: translateY(-0.6rem);
     -moz-transform: translateY(-0.6rem);
      -ms-transform: translateY(-0.6rem);
       -o-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}

@media (max-width: 768px) {
  .cont3 .a3_list1 li:nth-child(6), .cont3 .a3_list1 li:nth-child(7) {
    margin-top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.cont4 {
  background: #F5F5F7;
  padding: 3.375rem 0 2.5rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0; display: none;
  }
}

.cont4 .a4_list1 li {
  -webkit-flex: calc(100% / 6);
     -moz-box-flex:calc(100% / 6);
      -ms-flex: calc(100% / 6);
          flex: calc(100% / 6);
	margin: 20px 0;
		border-radius: 50px;
	padding: 30px 0;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .cont4 .a4_list1 li + li {
    margin-top: 1rem;
  }
}

.cont4 .a4_list1 li u {
  display: block;
  width: 4.8125rem;
  font-size: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li u {
    width: 5rem;
  }
}

.cont4 .a4_list1 li u svg {
  width: 100%;
}

.cont4 .a4_list1 li .cont {
  text-align: center;
  margin-top: 0.5rem;
}

.cont4 .a4_list1 li .cont .tit {
  color: #3E3E3F;
  font: 500 14px/24px "";
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont .tit {
    font-size: 12px;
  }
}

.cont4 .a4_list1 li .cont a.more-a {
  color: #57585A;
  line-height: 2em;
}

.cont4 .a4_list1 li .cont a.more-a::after {
  background: #57585A;
}

.fix_chat.active {
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.fix_chat {
  position: fixed;
  bottom: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  right: 4.625rem;
  z-index: 1001;
  width: 24rem;
  color: #fff;
  background-color: #302f2f;
  overflow: hidden;
}

.fix_chat .button--aylen {
  text-transform: uppercase;
}

.fix_chat .top,
.fix_chat .center,
.fix_chat .bot {
  padding: 1.25rem;
}

.fix_chat .top {
  border-bottom: 1px solid #888;
}

.fix_chat .top .fl {
  font-size: 1.5em;
  margin: 0 0 0 8px;
  font-weight: lighter;
}

.fix_chat .top .fl .iconfont {
  font-size: 1.5rem;
}

.fix_chat .top .close_chat .iconfont {
  font-size: 1.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.fix_chat .top .close_chat:hover .iconfont {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #FAC000;
}

.fix_chat .center {
  padding-bottom: 1.5rem;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}

.fix_chat .center .clearfix {
  margin-bottom: .625rem;
}

.fix_chat .center .fl {
  font-size: .75rem;
  font-weight: lighter;
  line-height: 2.5rem;
  width: 30%;
}

.fix_chat .center .fr {
  width: 70%;
}

.fix_chat .center input,
.fix_chat .center textarea {
  width: 100%;
  line-height: 2.2rem;
  height: 2.5rem;
  border: 1px solid #888;
  background-color: #fff;
  font-size: .75rem;
  padding: 0 .5rem;
  letter-spacing: -0.5px;
  color: #666;
}

.fix_chat .center ::-webkit-input-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center :-moz-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center ::-moz-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center :-ms-input-placeholder {
  color: #ffffff;
  font-size: .75rem;
}

.fix_chat .center .cancel:hover,
.fix_chat .center .start_chat:hover {
  color: #fff;
}

.fix_chat .center .cancel {
  width: 5.375rem;
  text-align: center;
  color: #fff;
  background-color: #222529;
  border: none;
  margin-top: .625rem;
  line-height: 2rem;
  font-size: .75rem;
}

.fix_chat .center .start_chat {
  width: 6.4375rem;
  font-size: .75rem;
  text-align: center;
  background: #FAC000;
  border: none;
  line-height: 2rem;
  margin-top: .625rem;
  color: #fff;
}

.fix_chat .cancel {
  cursor: pointer;
}

.fix_chat .sure_close {
  padding: .625rem 1.5rem 1.5rem;
  border: 1px solid #eee;
  position: absolute;
  top: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  left: 0;
  width: 92%;
  z-index: 1002;
  background-color: #383838;
  border-color: #222529;
  left: 4%;
}

.fix_chat .sure_close .text {
  font-size: .875rem;
  font-weight: lighter;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: .9375rem;
}

.fix_chat .sure_close .cancel.active {
  background: #fff;
  color: #FFDA2A;
}

@media (max-width: 1366px) {
  .fix_chat {
    width: 24rem;
  }
}

.foot-fot {
  position: relative;
  background: #3e3e3f;
  border-top: .25rem solid #fac000;
}

@media (max-width: 990px) {
  .foot-fot .foota4 {
    display: none;
  }
}

.foot-fot .foota5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-fot .foota5 a.d_logo {
  line-height: 6.25rem;
  display: inline-block;
  border-bottom: 1px solid #FAC000;
}

.foot-fot .foota5 a.d_logo img {
  height: 2.6875rem;
}

.foot-fot .foota5 .d_fencx a {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot-fot .foota5 .d_fencx a + a {
  margin-left: 1rem;
}

.foot-fot .foota5 .d_fencx a i {
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot-fot .foota5 .d_fencx a:hover {
  background: #fff;
}

.foot-fot .foota5 .d_fencx a:hover i {
  color: #000;
}

.foot-fot .foota1 {
  position: relative;
  padding: 2.8125rem 0 3.25rem;
}

.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "";
}

.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1.7em "";
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1.7em "";
}

.foot-fot .foota1 .dsecb {
  margin-top: 0.5rem;
}

.foot-fot .foota1 .dsecb a.flex_left {
  width: 8.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/2.25rem "";
  border-radius: 1.25rem;
  padding: 0 8%;
  margin-top: 0.65rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
}

.foot-fot .foota1 .dsecb a.flex_left i {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.foot-fot .foota1 .dsecb a.flex_left .erm-a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9.625rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.6rem;
  width: 80%;
  box-shadow: 0 0.25rem 1rem 0.25rem rgba(0, 20, 60, 0.2);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 0 auto;
  z-index: -1;
}

.foot-fot .foota1 .dsecb a.flex_left .erm-a:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.foot-fot .foota1 .dsecb a.flex_left .erm-a img {
  width: 100%;
}

.foot-fot .foota1 .dsecb a.flex_left:hover {
  background: #fff;
  color: #3E3E3F;
  z-index: 2;
}

.foot-fot .foota1 .dsecb a.flex_left:hover .erm-a {
  opacity: 1;
  top: -8rem;
}

.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.3);
  font: 500 1rem/1.6em "";
}

.foot-fot .foota2 .footac {
  padding: 1.2em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 990px) {
  .foot-fot .foota2 .footac {
    border-top: none;
  }
}

.foot-fot .foota2 a.footab i {
  display: block;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.foot-fot .foota2 a.footab i img {
  width: 100%;
}

.foot-fot .foota2 a.footab p {
  margin-right: 0;
}

.foot-fot .foota2 .sec-top {
  padding: 1.5rem 2rem;
}

@media (max-width: 1200px) {
  .foot-fot .foota2 .sec-top {
    padding: 0.5rem 1.5rem;
  }
}

.foot-fot .foota2 .sec-top a {
  width: 49%;
  background-color: #f7f9fa;
  padding: 0.5em 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  margin: 0.5rem 0;
}

@media (max-width: 1200px) {
  .foot-fot .foota2 .sec-top a {
    width: 48%;
  }
}

.foot-fot .foota2 .sec-top a p {
  color: #3b3e40;
  font: 500 .75rem/2em "";
}

.foot-fot .foota2 .sec-top a span {
  display: block;
  color: #666;
  font: 500 .75rem/2em "";
}

.foot-fot .foota2 .sec-top a:hover {
  background: #FAC000;
}

.foot-fot .foota2 .sec-top a:hover p, .foot-fot .foota2 .sec-top a:hover span {
  color: #fff;
}

.foot-fot .foota2 p {
  margin-right: 1em;
}

.foot-fot .foota2 .erjx span:last-child {
  display: none;
}

.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.3);
  font: 500 1rem/1.6em "";
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot-fot .foota2 a:hover {
  color: #fff;
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.3);
  font: 500 1rem/1.6em "";
  padding: 0.8rem 0;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a i img {
  height: 1.75rem;
}

.zd_erha li > a:hover {
  background: #FAC000;
}

.zd_erha li:last-child {
  display: none;
}

.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  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);
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
  top: 52%;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 50%;
  }
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.fo-av {
  border-bottom: 1px solid #E2E2E2;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .fo-av {
    padding: 0.5rem 0;
  }
}

.fo-av .ajhhsd {
  color: #57585A;
  font: 500 1rem/3rem "";
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .fo-av .ajhhsd {
    display: none;
  }
}

.fo-av .ajhhsd span:last-child {
  display: none;
}

.fo-av .ajhhsd a {
  color: #57585A;
  text-transform: uppercase;
}

.fo-av .ajhhsd a:hover {
  color: #FAC000;
}

@media (max-width: 768px) {
  .n_mbx {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .n_mbx .n_src {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li a {
  display: block;
  color: #3E3E3F;
  font: 600 1.375rem/3rem "";
  padding: 0 0.5em;
  position: relative;
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    font-size: 1.125rem;
  }
}

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #FAC000;
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #FAC000;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #FAC000;
  border-color: #FAC000;
  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: 30PX 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin:  margin: 30PX 0;;
  }
}

.pager {
  display: flex;     justify-content: center;
}

.pager a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;    line-height: 32px; margin: 0 4px;
}

.pager a:focus, .pager a:hover {
  text-decoration: none;
 
	color: #FAC000;
	background: #FAC000;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager a.page-num-current, .pager .disabled > a:focus, .pager a:hover, .pager .disabled > span {
  color: #777;
color: #fff;
	background: #FAC000;
	border: 1px solid #FAC000;
 
}

.ajhhsd {
  color: #57585A;
  font: 500 1rem/1.6em "";
  padding: 1.5em 0;
  text-transform: uppercase;
}

.ajhhsd a {
  color: #57585A;
}

.ajhhsd a:hover {
  color: #FAC000;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 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 "";
  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 "";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #FAC000;
}

@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 "";
  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 "";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "";
  margin-bottom: 1em;
}

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "";
  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: #FAC000;
  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 "";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

.ny-tit .tit {
  color: #3E3E3F;
  font: 600 2.5rem/1.25em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.7rem;
  }
}

.gong-p {
  color: #737373;
  font: 500 1.125rem/1.5em "";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1.125rem;
  }
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 5.3125rem;
  margin-top: -5.3125rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 .xchas-list1 {
  padding: 0 10%;
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .abt-cont1 .xchas-list1 {
    display: none;
  }
}

.abt-cont1 .xchas-list1 li {
  width: 31%;
}

.abt-cont1 .xchas-list1 li .img {
  position: relative;
  overflow: hidden;
}

.abt-cont1 .xchas-list1 li .img i {
  display: block;
  font-size: 0;
}

.abt-cont1 .xchas-list1 li .img i img {
  width: 100%;
}

.abt-cont1 .xchas-list1 li .img .spa {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 1%;
  z-index: -1;
}

.abt-cont1 .xchas-list1 li .img .spa video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.abt-cont1 .xchas-list1 li .img .content {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.abt-cont1 .xchas-list1 li .img .content i {
  color: #fff;
  font: 500 1.6rem/3.125rem "";
}

.abt-cont1 .xchas-list1 li .img.on .content {
  opacity: 0;
}

.abt-cont1 .xchas-list1 li .img.on:hover .content {
  opacity: 1;
}

.abt-cont1 .xchas-list1 li .img:hover .spa video {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.lx-cont1 {
  padding: 3.375rem 0 0;
}

@media (max-width: 768px) {
  .lx-cont1 {
    padding-top: 2rem;
  }
}

.lx-cont1 .lx-a1_v1 {
  margin-top: 1.5rem;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b1 {
  width: 47.14286%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx_lx-a1_b1 {
    width: 100%;
  }
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b1 img {
  width: 100%;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 {
  width: 47.85714%;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 {
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl + dl {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl + dl {
    margin-top: 1rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dt {
  color: #3E3E3F;
  font: 600 1.25rem/1.5em "";
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd {
  color: #57585A;
  font: 500 1.125rem/1.3em "";
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd > a {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #57585A;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd .fenxiang {
  margin-top: 0.5rem;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd .fenxiang a {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  background: #57585A;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd .fenxiang a + a {
  margin-left: 1rem;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd .fenxiang a i {
  color: #fff;
  font-size: 1.35rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.lx-cont1 .lx-a1_v1 .lx_lx-a1_b2 dl dd .fenxiang a:hover {
  background: #FAC000;
}

.lx-cont2 {
  padding: 2.8125rem 0;
}

@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}

.lx-cont2 form .tit {
  color: #3E3E3F;
  font: 500 1.125rem/1.5em "";
  margin-bottom: 0.5em;
}

.lx-cont2 form .msg-a1 .inpt {
  width: 48.42857%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}

.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #CDCDCD;
  font: 500 1rem/3.125rem "";
  padding: 0 1.5em;
  border-radius: 1.625rem;
  color: #3E3E3F;
}

.lx-cont2 form .msg-a1 .inpt input:focus {
  border-color: #FAC000;
}

.lx-cont2 form .msg-a1 .inpt select {
  width: 100%;
  border: 1px solid #CDCDCD;
  font: 500 1rem/3.125rem "";
  padding: 0 1.5em;
  border-radius: 1.625rem;
  height: 3.125rem;
  color: #3E3E3F;
}

.lx-cont2 form .msg-a1 .inpt select:focus {
  border-color: #FAC000;
}

.lx-cont2 form .msg-a2 {
  margin-top: 1.5rem;
}

.lx-cont2 form .msg-a2 textarea {
  border: 1px solid #CDCDCD;
  width: 100%;
  font: 500 1rem/1.5rem "";
  padding: 1em;
  border-radius: 0.6rem;
  color: #3E3E3F;
}

.lx-cont2 form .msg-a2 textarea:focus {
  border-color: #FAC000;
}

.lx-cont2 form .msg-a3 {
  margin-top: 1.5rem;
}

.lx-cont2 form .msg-a3 input[type="checkbox"] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.875rem;
  position: relative;
  margin-right: 1rem;
  border-radius: .3125rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}

.lx-cont2 form .msg-a3 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.lx-cont2 form .msg-a3 input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.lx-cont2 form .msg-a3 p {
  color: #737373;
  font: 500 1.125rem/1.5em "";
  width: -webkit-calc(100% - 2.9rem);
  width: -moz-calc(100% - 2.9rem);
  width: calc(100% - 2.9rem);
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 p {
    font-size: 1rem;
    line-height: 1.4em;
  }
}

.lx-cont2 form .div_aghgha {
  margin-top: 1.8rem;
}

.lx-cont2 form .div_aghgha .more-b {
  background: #FAC000;
  border: none;
  outline: none;
  vertical-align: top;
}

.lx-cont2 form .div_aghgha .more-b span {
  font-size: 1.125rem;
}

.become-cont1 {
  padding-top: 3.5rem;
}

@media (max-width: 768px) {
  .become-cont1 {
    padding-top: 2rem;
  }
}

.become-cont1 .become-a1_v1 .become-a1_b1 {
  height: 10.1em;
  overflow: hidden;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .become-cont1 .become-a1_v1 .become-a1_b1 {
    height: 8.76em;
  }
}

.become-cont1 .become-a1_v1 .become-a1_b1 .gong-p {
  margin-top: 0;
}

.become-cont1 .become-a1_v1 .become-a1_b1.on {
  height: auto;
}

.become-cont1 .become-a1_v1 .become-a1_b2 {
  text-align: center;
  position: relative;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .become-cont1 .become-a1_v1 .become-a1_b2 {
    margin-top: 1rem;
  }
}

.become-cont1 .become-a1_v1 .become-a1_b2::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #DFDFDF;
  z-index: -1;
}

.become-cont1 .become-a1_v1 .become-a1_b2 a.zkss-top {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #57585A;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .become-cont1 .become-a1_v1 .become-a1_b2 a.zkss-top {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.become-cont1 .become-a1_v1 .become-a1_b2 a.zkss-top i {
  font-size: 1em;
}

.become-cont1 .become-a1_v1 .become-a1_b2 a.zkss-top.clicked {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.become-cont2 {
  padding: 2rem 0 5.9375rem;
}

@media (max-width: 768px) {
  .become-cont2 {
    padding: 2rem 0;
  }
}

.become-cont2 .become-a2_v1 form .tit {
  color: #3E3E3F;
  font: 500 1.125rem/1.5em "";
  margin-bottom: 0.5em;
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt {
  width: 48.42857%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .become-cont2 .become-a2_v1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt > input {
  width: 100%;
  border: 1px solid #CDCDCD;
  font: 500 1rem/3.125rem "";
  padding: 0 1.5em;
  border-radius: 1.625rem;
  color: #3E3E3F;
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt > input:focus {
  border-color: #FAC000;
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt .msg-tt input {
  width: 48%;
  border: 1px solid #CDCDCD;
  font: 500 1rem/3.125rem "";
  padding: 0 1.5em;
  border-radius: 1.625rem;
  color: #3E3E3F;
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt .msg-tt input:focus {
  border-color: #FAC000;
}

@media (max-width: 768px) {
  .become-cont2 .become-a2_v1 form .msg-a1 .inpt .msg-tt input {
    width: 49%;
  }
}

.become-cont2 .become-a2_v1 form .msg-a1 .inpt select {
  width: 100%;
  border: 1px solid #CDCDCD;
  font: 500 1rem/3.125rem "";
  padding: 0 1.5em;
  border-radius: 1.625rem;
  height: 3.125rem;
  color: #3E3E3F;
}

.become-cont2 .become-a2_v1 form .msg-a3 {
  margin-top: 1.5rem;
}

.become-cont2 .become-a2_v1 form .msg-a3 input[type="checkbox"] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.875rem;
  position: relative;
  margin-right: 1rem;
  border-radius: .3125rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .become-cont2 .become-a2_v1 form .msg-a3 input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}

.become-cont2 .become-a2_v1 form .msg-a3 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.become-cont2 .become-a2_v1 form .msg-a3 input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.become-cont2 .become-a2_v1 form .msg-a3 p {
  color: #737373;
  font: 500 1.125rem/1.5em "";
  width: -webkit-calc(100% - 2.9rem);
  width: -moz-calc(100% - 2.9rem);
  width: calc(100% - 2.9rem);
}

@media (max-width: 768px) {
  .become-cont2 .become-a2_v1 form .msg-a3 p {
    font-size: 1rem;
    line-height: 1.4em;
  }
}

.become-cont2 .become-a2_v1 form .div_aghgha {
  margin-top: 1.8rem;
}

.become-cont2 .become-a2_v1 form .div_aghgha .more-b {
  background: #FAC000;
  border: none;
  outline: none;
  vertical-align: top;
}

.become-cont2 .become-a2_v1 form .div_aghgha .more-b span {
  font-size: 1.125rem;
}

.faq-content {
  padding: 2.8125rem 0 6.25rem;
}

@media (max-width: 768px) {
  .faq-content {
    padding: 2rem 0;
  }
}

.faq-content .faq-tit .werhs {
  color: #131313;
  font: 500 1.5rem/2em "";
}

.faq-content .faq-tit .werhs a {
  color: #FAC000;
}

.faq-content .faq-content-v1 {
  margin-top: 2.875rem;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 {
    margin-top: 0.5rem;
  }
}

.faq-content .faq-content-v1 .faq-content-b1 {
  width: 16.42857%;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 .faq-content-b1 {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
  }
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li {
  position: relative;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li + li {
  border-top: 1px solid #DFDFDF;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li .tit {
  cursor: pointer;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li i {
  color: #131313;
  font-size: 1rem;
  font-weight: 600;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li i.icon-xiangshangjiantou {
  color: #FAC000;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a {
  display: block;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a.a {
  color: #3E3E3F;
  font: 600 1.25rem/3.125rem "";
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a.a:hover {
  color: #FAC000;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a.b {
  color: #57585A;
  font: 500 1.125rem/2em "";
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a.b:hover, .faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li a.b.active {
  color: #FAC000;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li .sec {
  padding: 0.5em 0;
  border-top: 1px solid #DFDFDF;
  display: none;
}

.faq-content .faq-content-v1 .faq-content-b1 .faq-sort_list li.active a.a {
  color: #FAC000;
}

.faq-content .faq-content-v1 .faq-content-b2 {
  width: 77.85714%;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 .faq-content-b2 {
    width: 100%;
  }
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li {
  padding: 2rem 0;
  border-bottom: 1px solid #DFDFDF;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 .faq-content-b2 .faq-list li {
    padding: 1rem 0;
  }
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li .tit {
  color: #3E3E3F;
  font: 600 1.25rem/1.5em "";
  cursor: pointer;
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li .tit i {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background: #FAC000;
  border-radius: 50%;
  font-weight: 100;
  margin-right: 1rem;
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li .tit p {
  width: -webkit-calc(100% - 3.5rem);
  width: -moz-calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li .text {
  color: #57585A;
  font: 500 1.125rem/1.3em "";
  margin-left: 3.5rem;
  margin-top: 0.8em;
  display: none;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 .faq-content-b2 .faq-list li .text {
    margin-top: 0.5em;
  }
}

.faq-content .faq-content-v1 .faq-content-b2 .faq-list li:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .faq-content .faq-content-v1 .faq-content-b2 .faq-list li:first-child {
    padding: 1rem 0;
  }
}

.news-content {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .news-content {
    padding: 2rem 0;
  }
}

.news-list {
  -webkit-align-items: self-start;
     -moz-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin: 0 -1rem;
}

.news-list li.tip {
  padding: 1rem;
  width: 50%;
  float: left;
}

.news-list li.tip .tip-cont {
  position: relative;
}

.news-list li.tip .tip-cont a.fang {
  display: block;
  font-size: 0;
  width: 100%;
  padding-bottom: 56.0472%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li.tip .tip-cont a.fang::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 14.24%, rgba(0, 0, 0, 0) 82.41%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 14.24%, rgba(0, 0, 0, 0) 82.41%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 14.24%, rgba(0, 0, 0, 0) 82.41%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 14.24%, rgba(0, 0, 0, 0) 82.41%);
}

.news-list li.tip .tip-cont a.fang > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list li.tip .tip-cont .cont-p {
  padding: 1.4rem 1.5rem 1rem;
  background: #FAFAFA;
  border-bottom: 1px solid #FAC000;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.news-list li.tip .tip-cont .cont-p a > span {
  display: block;
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
  margin-top: 1em;
}

.news-list li.tip .tip-cont .cont-p .data {
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
  margin-top: 0.3rem;
}

.news-list li.tip .tip-cont .cont-p .data > div {
  margin-right: 1rem;
}

.news-list li.tip .tip-cont .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.news-list li.tip .tip-cont .cont-p .cont {
  color: #57585A;
  font: 500 1.125rem/1.4em "";
  margin: 0 0 0.4em;
  height: 2.8em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li.tip {
    width: 100% !important;
  }
  .news-list li.tip .tip-cont a.fang {
    padding-bottom: 59%;
  }
  .news-list li.tip .tip-cont .cont-p {
    padding: 1rem 1.4rem;
  }
}

.news-list li.tip:hover .tip-cont .cont-p {
  background: #FAC000;
}

.news-list li.tip:hover .tip-cont .cont-p a > span, .news-list li.tip:hover .tip-cont .cont-p .data, .news-list li.tip:hover .tip-cont .cont-p .cont {
  color: #fff;
}

.xw-show_body {
  margin-top: 5.3125rem;
}

@media (max-width: 990px) {
  .xw-show_body {
    margin-top: 0;
  }

}

.xw-show_bja {
  padding-top: 3.125rem;
}

@media (max-width: 768px) {
  .xw-show_bja {
    padding-top: 1.5rem;
  }
}

.xw-show_bja .title-a {
  color: #3E3E3F;
  font: 600 1.875rem/1.4em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}

.xw-show_bja span {
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
  display: block;
  margin-top: 0.25em;
}

.xw-show_bja .data {
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
  margin-top: 0.25em;
}

.xw-show_bja .data > div {
  margin-right: 1em;
}

.xw-show_bja .data i {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.1em;
}

.show-news-content {
  padding-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .show-news-content {
    padding-bottom: 1.5rem;
  }
}

.show-news-content .xinwn-consss {
  padding: 0.6em 0 3.75rem;
  border-bottom: 1px solid #D2D2D2;
  color: #57585A;
  font: 500 1.125rem/1.3em "";
}

@media (max-width: 768px) {
  .show-news-content .xinwn-consss {
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0.6em 0 1.75rem;
  }
}

.show-news-content .xinwn-consss video {
  max-width: 100%;
}

.show-news-content .pain {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .show-news-content .pain {
    margin-top: 1.25rem;
  }
}

.show-news-content .pain a {
  display: inline-block;
  background: #F5F5F7;
  color: #3E3E3F;
}

.show-news-content .pain a:hover {
  color: #fff;
}

.fo-av-as {
  border-bottom: none;
}

@media (max-width: 768px) {
  .abt-cont1 {
    margin-top: 2rem;
  }
}

.abt-cont1 .gong-p {
  margin-top: 1em;
}

.abt-cont2 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    margin-top: 2rem;
  }
}

.abt-cont2 .abt-a2_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 {
    margin-top: 1rem;
  }
}

.abt-cont2 .abt-a2_v1 dl .cont-p {
  width: 50%;
  background: #F5F5F7;
  color: #57585A;
  font: 500 1.125rem/1.4em "";
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 dl .cont-p {
    width: 100%;
  }
}

.abt-cont2 .abt-a2_v1 dl .cont-p .p {
  padding: 0 20% 0 27.08333%;
}

@media (max-width: 1366px) {
  .abt-cont2 .abt-a2_v1 dl .cont-p .p {
    padding: 0 12.70833% 0 12.5%;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 dl .cont-p .p {
    padding: 2rem 4%;
    font-size: 1.125rem;
  }
}

.abt-cont2 .abt-a2_v1 dl .img {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 dl .img {
    width: 100%;
  }
}

.abt-cont2 .abt-a2_v1 dl .img img {
  width: 100%;
}

.abt-cont2 .abt-a2_v1 dl:nth-child(2n) .cont-p {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 dl:nth-child(2n) .cont-p {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.abt-cont2 .abt-a2_v1 dl:nth-child(2n) .cont-p .p {
  padding: 0 27.08333% 0 20%;
}

@media (max-width: 1366px) {
  .abt-cont2 .abt-a2_v1 dl:nth-child(2n) .cont-p .p {
    padding: 0 12.5% 0 12.70833%;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 dl:nth-child(2n) .cont-p .p {
    padding: 2rem 4%;
  }
}

.abt-cont3 {
  padding: 3rem 0 7.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}

.abt-cont3 .fzlc {
  position: relative;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc {
    margin-top: 1.5rem;
  }
}

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont {
  background: #FAC000;
  color: #3E3E3F;
  width: 66.07143%;
  margin: 0 auto;
  border-radius: 1.875rem;
  padding: 3.5rem 3%;
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont {
    width: 90%;
    padding: 1.5rem 3%;
    border-radius: 1.25rem;
  }
}

@media (max-width: 450px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont h2 {
  font: 600 5rem/1.5em "";
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 450px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont h2 {
    font-size: 2.25rem;
  }
}

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont .p {
  font: 500 1.25rem/1.4em "";
  width: 60.54054%;
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont .p {
    font-size: 1.125rem;
    width: 70%;
  }
}

@media (max-width: 450px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont .p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc .jtxas {
    display: none;
  }
}

.abt-cont3 .fzlc .jtxas .next1a, .abt-cont3 .fzlc .jtxas .prev1a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #EAEAEA;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}

.abt-cont3 .fzlc .jtxas .next1a i, .abt-cont3 .fzlc .jtxas .prev1a i {
  font-size: 1.25rem;
  color: #57585A;
}

.abt-cont3 .fzlc .jtxas .next1a:hover, .abt-cont3 .fzlc .jtxas .prev1a:hover {
  border-color: #FAC000;
}

.abt-cont3 .fzlc .jtxas .next1a {
  left: 0;
}

.abt-cont3 .fzlc .jtxas .prev1a {
  right: 0;
}

.abt-cont3 .ahxwas_a3 {
  margin-top: 4.75rem;
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 {
    margin-top: 1.5rem;
  }
}

.abt-cont3 .ahxwas_a3 .mySwiper2 {
  margin: 0 3%;
}

.abt-cont3 .ahxwas_a3 .mySwiper2 .swiper-slide .xhasz {
  text-align: center;
}

.abt-cont3 .ahxwas_a3 .mySwiper2 .swiper-slide .xhasz .szxds {
  color: #57585A;
  font: 600 1.375rem/1.5em "";
}

.abt-cont3 .ahxwas_a3 .mySwiper2 .swiper-slide.swiper-slide-thumb-active .xhasz .szxds {
  color: #FFDC00;
}

.abt-cont3 .ahxwas_a3 u {
  display: block;
  font-size: 0;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 u {
    margin-top: 0.4rem;
  }
}

.abt-cont3 .ahxwas_a3 u img {
  width: 100%;
}

@media (max-width: 768px) {
  .pl-cont-p {
    padding: 0;
  }
}

.pl-cont-p > dl {
  padding: 2.375rem 0;
}

@media (max-width: 768px) {
  .pl-cont-p > dl {
    padding: 0.5rem 0;
  }
}

.pl-cont-p > dl .pl-cont1 {
  width: 15.71429%;
  color: #57585A;
  font: 600 1.25rem/1.3em "";
}

@media (max-width: 768px) {
  .pl-cont-p > dl .pl-cont1 {
    width: 100%;
  }
}

.pl-cont-p > dl .pl-cont2 {
  width: 35%;
}

@media (max-width: 768px) {
  .pl-cont-p > dl .pl-cont2 {
    width: 100%;
  }
}

.pl-cont-p > dl .pl-cont2 .pf .xx i {
  color: #FAC000;
  font: 500 1.125rem/1.8em "";
  margin-left: 0.3em;
}

.pl-cont-p > dl .pl-cont2 .pf span {
  color: #57585A;
  font: 500 1.125rem/1.5em "";
  margin-left: 1em;
}

.pl-cont-p > dl .pl-cont2 .tit {
  color: #57585A;
  font: 600 1.25rem/1.5em "";
  margin: 0.5em 0 0.4em;
}

.pl-cont-p > dl .pl-cont2 .p {
  color: #57585A;
  font: 500 1rem/1.25em "";
}

.pl-cont-p > dl .pl-cont2 .img-list {
  margin-top: 1.25rem;
}

.pl-cont-p > dl .pl-cont2 .img-list .img {
  width: 23%;
  margin-right: 2%;
}

.pl-cont-p > dl .pl-cont2 .img-list .img img {
  width: 100%;
}

.pl-cont-p > dl .pl-cont2 .text-list1 {
  color: #524F53;
  font: 500 1.125rem/1.875rem "";
  margin-top: 1.25rem;
}

.pl-cont-p > dl .pl-cont2 .text-list1 i {
  display: inline-block;
  font-size: 0;
  width: 1.875rem;
  vertical-align: middle;
}

.pl-cont-p > dl .pl-cont2 .text-list1 i img {
  width: 100%;
}

.pl-cont-p > dl .pl-cont2 .text-list2 {
  color: #524F53;
  font: 500 1.125rem/1.5625rem "";
  margin-top: 1.25rem;
}

.pl-cont-p > dl .pl-cont2 .text-list2 span {
  display: inline-block;
  width: 3.125rem;
  height: 1.5625rem;
  background: #F5F5F4;
  position: relative;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.pl-cont-p > dl .pl-cont2 .text-list2 span img {
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pl-cont-p > dl .pl-cont3 {
  width: 39.28571%;
}

@media (max-width: 1366px) {
  .pl-cont-p > dl .pl-cont3 {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .pl-cont-p > dl .pl-cont3 {
    width: 44%;
  }
}

@media (max-width: 960px) {
  .pl-cont-p > dl .pl-cont3 {
    width: 100%;
  }
}

.pl-cont-p > dl .pl-cont3 .pfab dl {
  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;
  color: #57585A;
  font: 500 1rem/1.8em "";
}

.pl-cont-p > dl .pl-cont3 .pfab dl dt {
  width: 18rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pl-cont-p > dl .pl-cont3 .pfab dl dt {
    width: 100%;
  }
}

.pl-cont-p > dl .pl-cont3 .pfab dl dd {
  width: -webkit-calc(98% - 18rem);
  width: -moz-calc(98% - 18rem);
  width: calc(98% - 18rem);
  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;
}

@media (max-width: 768px) {
  .pl-cont-p > dl .pl-cont3 .pfab dl dd {
    width: 100%;
  }
}

.pl-cont-p > dl .pl-cont3 .pfab dl dd .xx {
  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;
  margin: 0 -0.5%;
  width: 100%;
}

.pl-cont-p > dl .pl-cont3 .pfab dl dd .xx i {
  color: #FAC000;
  font: 500 1.25rem/1.8em "";
  margin-right: 0.3em;
}

.pl-cont-p > dl .pl-cont3 .pfab dl dd .xx b {
  display: block;
  width: 19%;
  height: .5625rem;
  background: #FAC000;
  margin: 0.2rem 0.5%;
}

.dt-map-cont {
  padding: 4.6875rem 0 6.75rem;
}

@media (max-width: 768px) {
  .dt-map-cont {
    padding: 2rem 0;
  }
}

.dt-map-cont .find-a1_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .dt-map-cont .find-a1_v1 {
    margin-top: 1.5rem;
  }
}

.dt-map-cont .find-a1_v1 .find-a1_b1 {
  width: 30.55556%;
  border: 1px solid #C6C6C6;
  border-right: none;
}

@media (max-width: 768px) {
  .dt-map-cont .find-a1_v1 .find-a1_b1 {
    width: 100%;
    border: 1px solid #C6C6C6;
  }
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 {
  padding: 1.25rem 1.25rem 0.5rem;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 .tit {
  color: #454444;
  font: 500 1.125rem/1.5em "";
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  overflow: hidden;
  margin-top: 0.5em;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input {
  font: 500 1.125rem/3.125rem "";
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  text-indent: 1em;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx button {
  border: none;
  background: transparent;
  width: 3rem;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx button i {
  color: #FFDC00;
  font-size: 1.5rem;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 {
  padding-right: 1.25rem;
  overflow-y: auto;
  height: 28.25rem;
}

@media (max-width: 768px) {
  .dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 {
    height: 20rem;
    padding-right: 0;
  }
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li {
  padding: 1.25rem;
  border-bottom: 1px dashed #C6C6C6;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .tit {
  color: #3E3E3F;
  font: 600 1.5rem/1.3em "";
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .p {
  color: #57585A;
  font: 500 1rem/1.3em "";
  margin-top: 0.5em;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa {
  margin-top: 0.5rem;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl {
  padding: 0.35em 0;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl i {
  line-height: 1;
  width: 1rem;
  font-size: 0;
  display: block;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  color: #57585A;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl i img {
  width: 100%;
}

.dt-map-cont .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl p {
  color: #57585A;
  font: 500 1.125rem/1.2em "";
  width: -webkit-calc(100% - 1.5rem);
  width: -moz-calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
}

.dt-map-cont .find-a1_v1 .find-a1_b2 {
  width: 69.44444%;
}

@media (max-width: 768px) {
  .dt-map-cont .find-a1_v1 .find-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.dt-map-cont .find-a1_v1 .find-a1_b2 #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .dt-map-cont .find-a1_v1 .find-a1_b2 #map {
    height: 60vw;
  }
}

.ny-news-content {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .ny-news-content {
    padding-bottom: 2rem;
  }
}

.case-content {
  padding: 4.875rem 0 4.375rem;
}

@media (max-width: 768px) {
  .case-content {
    padding: 2rem 0;
  }
}

.case-list {
  margin: 0 -1%;
}

.case-list li:nth-child(1) {
  width: 100%;
  padding: 0 1%;
}

.case-list li:nth-child(1) a.over {
  display: block;
  width: 50%;
  padding-bottom: 32.70833%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list li:nth-child(1) a.over {
    width: 100%;
  }
}

.case-list li:nth-child(1) a.over > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-list li:nth-child(1) .cont-p {
  width: 45.21429%;
}

@media (max-width: 768px) {
  .case-list li:nth-child(1) .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.case-list li:nth-child(1) .cont-p a.name {
  display: block;
  font: 600 1.875rem/1.4em "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .case-list li:nth-child(1) .cont-p a.name {
    font-size: 1.5rem;
  }
}

.case-list li:nth-child(1) .cont-p .data {
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
  margin-top: 0.3rem;
}

.case-list li:nth-child(1) .cont-p .data > div {
  margin-right: 1rem;
}

.case-list li:nth-child(1) .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.case-list li:nth-child(1) .cont-p .cont {
  color: #57585A;
  font: 500 1.125rem/1.4em "";
  margin: 0.85em 0 1.5em;
}

@media (max-width: 768px) {
  .case-list li:nth-child(1) .cont-p .cont {
    margin: 0.5em 0 1em;
  }
}

.case-list li.tip {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .case-list li.tip {
    width: 50%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .case-list li.tip {
    width: 100%;
  }
}

.case-list li.tip .tip-cont a.over {
  display: block;
  font-size: 0;
  padding-bottom: 62.10046%;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.case-list li.tip .tip-cont a.over > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-list li.tip .tip-cont .cont-p {
  background: #f5f5f5;
  border-bottom: 2px solid #fac000;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.case-list li.tip .tip-cont .cont-p a.block {
  padding: 1.2em 6%;
}

@media (max-width: 768px) {
  .case-list li.tip .tip-cont .cont-p a.block {
    padding: 1em 6%;
  }
}

.case-list li.tip .tip-cont .cont-p a.block .cont {
  color: #57585A;
  font: 500 1.125rem/1.4em "";
}

@media (max-width: 768px) {
  .case-list li.tip .tip-cont .cont-p a.block .cont {
    font-size: 1rem;
  }
}

.case-list li.tip .tip-cont .cont-p a.block .data {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .case-list li.tip .tip-cont .cont-p a.block .data {
    margin-top: 0.6em;
  }
}

.case-list li.tip .tip-cont .cont-p a.block .data i {
  font-size: 1rem;
  color: #A1A1A1;
  display: block;
}

.case-list li.tip .tip-cont .cont-p a.block .data p {
  color: #A1A1A1;
  font: 500 1rem/1.5em "";
}

.case-list li.tip .tip-cont:hover .cont-p {
  background: #fac000;
}

.case-list li.tip .tip-cont:hover .cont-p a.block .cont, .case-list li.tip .tip-cont:hover .cont-p a.block .data i, .case-list li.tip .tip-cont:hover .cont-p a.block .data p {
  color: #fff;
}

/*product*/
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
@-moz-keyframes top {
  0% {
    -moz-transform: translateY(-2rem);
         transform: translateY(-2rem);
  }
  50% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-2rem);
         transform: translateY(-2rem);
  }
}
@-o-keyframes top {
  0% {
    -o-transform: translateY(-2rem);
       transform: translateY(-2rem);
  }
  50% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-2rem);
       transform: translateY(-2rem);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(-2rem);
       -moz-transform: translateY(-2rem);
         -o-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  50% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2rem);
       -moz-transform: translateY(-2rem);
         -o-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  50% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
  50% {
    -moz-transform: translateX(1rem);
         transform: translateX(1rem);
  }
  100% {
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
}

@-o-keyframes left {
  0% {
    -o-transform: translateX(-1rem);
       transform: translateX(-1rem);
  }
  50% {
    -o-transform: translateX(1rem);
       transform: translateX(1rem);
  }
  100% {
    -o-transform: translateX(-1rem);
       transform: translateX(-1rem);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  50% {
    -webkit-transform: translateX(1rem);
       -moz-transform: translateX(1rem);
         -o-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
}

@-o-keyframes scale {
  0% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  100% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}

a.tcsp {
  display: none;
}

@media (max-width: 990px) {
  a.tcsp {
    display: block;
  }
}

.cp_banner {
  position: relative;
  padding-top: 3.5rem;
}

@media (max-width: 768px) {
  .cp_banner {
    padding-top: 3rem;
  }
}

@media (max-width: 540px) {
  .cp_banner {
    padding-top: 5rem;
  }
}

.cp_banner u {
  display: block;
  font-size: 0;
}

.cp_banner u img {
  width: 100%;
}

.cp_banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  .cp_banner video {
    display: none;
  }
}

.cp_banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cp_banner a.tcsp {
  z-index: 9;
}

.cp_banner a.tcsp i {
  display: block;
  width: 3rem;
}

.cp_banner a.tcsp i img {
  width: 100%;
}

.ny-body-pro {
  padding-top: 5.3125rem;
}

@media (max-width: 990px) {
  .ny-body-pro {
    padding-top: 0;
  }
}

.ny-body-pro .sticky {
  position: absolute;
  box-shadow: inherit;
  -webkit-animation: inherit;
     -moz-animation: inherit;
       -o-animation: inherit;
          animation: inherit;
}

.ny-body-pro .head2 {
  background: #333;
}

.top-nav {
  background: #525253;
  position: absolute;
  left: 0;
  width: 100%;
  top: 5.3125rem;
  z-index: 99;
}

@media (max-width: 990px) {
  .top-nav {
    top: 60px;
  }
  .top-nav .wh1 {
    padding: 0 4%;
  }
}

@media (max-width: 768px) {
  .top-nav {
    padding: 0.6rem 0;
  }
}

.top-nav.fix {
  position: fixed;
  top: 0;
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@media (max-width: 990px) {
  .top-nav.fix {
    top: 60px;
  }
}

.top-nav h2 {
  color: #fff;
  font: 600 1.5rem/3.5rem "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .top-nav h2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .top-nav .xrfa {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .top-nav .xrfa li {
    display: inline-block;
  }
}

.top-nav .xrfa li + li {
  margin-left: 2em;
}

@media (max-width: 768px) {
  .top-nav .xrfa li + li {
    margin-left: 0.5em;
  }
}

.top-nav .xrfa li a {
  display: block;
  color: #ffffff;
  font: 500 1rem/3.5rem "";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .top-nav .xrfa li a {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.top-nav .xrfa li a.active {
  color: #fac000;
}

.top-nav .xrfa li:hover a {
  color: #fac000;
}

.te-upp {
  text-transform: uppercase;
}

.gong-tit1 .tit {
  color: #3e3e3f;
  font: 600 3.75rem/1.5em "";
}

@media (max-width: 768px) {
  .gong-tit1 .tit {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.gong-tit1 .txt {
  color: #57585a;
  font: 500 1.5rem/1.5em "";
}

@media (max-width: 768px) {
  .gong-tit1 .txt {
    font-size: 1.125rem;
  }
}

.gong-tit2 {
  color: #fff;
}

.gong-tit2 .tit {
  font: 600 3rem/1.5em "";
}

@media (max-width: 768px) {
  .gong-tit2 .tit {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.gong-tit2 .txt {
  font: 500 1.5rem/1.5em "";
}

@media (max-width: 768px) {
  .gong-tit2 .txt {
    font-size: 1.125rem;
  }
}

.prd-cont1 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230516/7b1408b6c3e6d2190f5df196f38895a5.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .prd-cont1 {
    padding: 2rem 0;
  }
}

.prd-cont1 .prd-a1_v1 .prd-a1_b1 {
  width: 57.35714%;
  margin-left: -2%;
  -webkit-animation: left 3s infinite linear;
     -moz-animation: left 3s infinite linear;
       -o-animation: left 3s infinite linear;
          animation: left 3s infinite linear;
}

.prd-cont1 .prd-a1_v1 .prd-a1_b1 img {
  width: 100%;
}

@media (max-width: 768px) {
  .prd-cont1 .prd-a1_v1 .prd-a1_b1 {
    margin: 0 auto;
  }
}

.prd-cont1 .prd-a1_v1 .prd-a1_b2 {
  width: 30.64286%;
}

@media (max-width: 768px) {
  .prd-cont1 .prd-a1_v1 .prd-a1_b2 {
    width: 100%;
  }
}

.prd-cont2 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230516/cc04842b8831acc5f0afeb2a69fa9b76.png) no-repeat center bottom #57585a;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 7.6875rem 0 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .prd-cont2 {
    padding-top: 2rem;
  }
}

.prd-cont2 .prd-a2_v1 {
  margin-top: 1.5rem;
}

.prd-cont2 .prd-a2_v1 .sz-att {
  text-align: center;
  font: 600 15rem/1em "";
  color: #fac000;
}

@media (max-width: 768px) {
  .prd-cont2 .prd-a2_v1 .sz-att {
    font-size: 4rem;
  }
}

.prd-cont2 .prd-a2_v1 u {
  display: block;
  font-size: 0;
  margin-top: -11rem;
}

@media (max-width: 768px) {
  .prd-cont2 .prd-a2_v1 u {
    margin-top: -2rem;
  }
}

.prd-cont2 .prd-a2_v1 u img {
  width: 100%;
}

@-webkit-keyframes animate {
  0%, 100% {
    text-stroke: 1px rgba(255, 255, 255, 0.2);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-stroke: 1px rgba(255, 255, 255, 0.02);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.02);
  }
}

@-moz-keyframes animate {
  0%, 100% {
    text-stroke: 1px rgba(255, 255, 255, 0.2);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-stroke: 1px rgba(255, 255, 255, 0.02);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.02);
  }
}

@-o-keyframes animate {
  0%, 100% {
    text-stroke: 1px rgba(255, 255, 255, 0.2);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-stroke: 1px rgba(255, 255, 255, 0.02);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.02);
  }
}

@keyframes animate {
  0%, 100% {
    text-stroke: 1px rgba(255, 255, 255, 0.2);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-stroke: 1px rgba(255, 255, 255, 0.02);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.02);
  }
}

.prd-cont3 {
  background: #3e3e3f;
  padding: 4.375rem 0 1rem;
}

@media (max-width: 768px) {
  .prd-cont3 {
    padding: 2rem 0 1.2rem;
  }
}

.prd-cont3 .prd-a3_b3 {
  font-size: 18.125rem;
  font-weight: 600;
  background: -webkit-linear-gradient(#555555 0%, #3e3e3f 100%);
  background: -moz-linear-gradient(#555555 0%, #3e3e3f 100%);
  background: -o-linear-gradient(#555555 0%, #3e3e3f 100%);
  background: linear-gradient(#555555 0%, #3e3e3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  -webkit-animation: animate 2s ease infinite;
     -moz-animation: animate 2s ease infinite;
       -o-animation: animate 2s ease infinite;
          animation: animate 2s ease infinite;
}

@media (max-width: 768px) {
  .prd-cont3 .prd-a3_b3 {
    font-size: 5rem;
    text-align: center;
    margin-bottom: -5rem;
  }
}

.prd-cont3 .prd-a3_v1 {
  z-index: 1;
}

.prd-cont3 .prd-a3_v1 .prd-a3_b1 {
  width: 46.14286%;
  position: absolute;
  left: 0;
  top: 20%;
}

@media (max-width: 768px) {
  .prd-cont3 .prd-a3_v1 .prd-a3_b1 {
    position: static;
    width: 100%;
  }
}

.prd-cont3 .prd-a3_v1 .prd-a3_b2 {
  width: 70%;
  font-size: 0;
  margin-right: -11%;
}

@media (max-width: 768px) {
  .prd-cont3 .prd-a3_v1 .prd-a3_b2 {
    margin: 0 auto;
    float: none;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.prd-cont3 .prd-a3_v1 .prd-a3_b2 img {
  width: 100%;
}

.prd-cont3 .prd-a3_v1 .prd-a3_b2:hover {
  -webkit-animation-name: shake;
     -moz-animation-name: shake;
       -o-animation-name: shake;
          animation-name: shake;
}

.prd-cont3 .prd-a3_v1 .prd-a3_b3 {
  position: absolute;
  left: -2%;
  bottom: 10%;
  z-index: -1;
}

@media (max-width: 768px) {
  .prd-cont3 .prd-a3_v1 .prd-a3_b3 {
    left: 0;
    width: 100%;
    bottom: 40%;
  }
}

.prd-cont4 {
  background: #f0f0f0;
  padding-top: 9.375rem;
}

@media (max-width: 768px) {
  .prd-cont4 {
    padding-top: 2rem;
  }
}

.prd-cont4 u {
  display: block;
  font-size: 0;
}

.prd-cont4 u img {
  width: 100%;
}

.prd-cont4 .gong-tit1 {
  width: 38.57143%;
  margin-right: 6%;
}

@media (max-width: 768px) {
  .prd-cont4 .gong-tit1 {
    width: 100%;
    margin-right: 0;
  }
}

.prd-cont4 .prd-a4_v1 {
  position: relative;
}

@media (max-width: 768px) {
  .prd-cont4 .prd-a4_v1 {
    margin-top: 2rem;
  }
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj1, .prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj2 {
  font-size: 0;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj1 img, .prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj2 img {
  width: 100%;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj1 {
  width: 76.875%;
  position: relative;
  z-index: 1;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1-bj .prd-a4_v1-bj2 {
  width: 30.57292%;
  margin-left: -8%;
  margin-bottom: 5rem;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1a1, .prd-cont4 .prd-a4_v1 .prd-a4_v1a2 {
  font-size: 0;
  position: absolute;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1a1 img, .prd-cont4 .prd-a4_v1 .prd-a4_v1a2 img {
  width: 100%;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1a1 {
  width: 30.88542%;
  left: 22.05%;
  top: -6.5%;
  z-index: 2;
}

.prd-cont4 .prd-a4_v1 .prd-a4_v1a2 {
  width: 23.75%;
  right: 18%;
  top: 17%;
}

.prd-cont5 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230516/c219ff1deaf47704d2d18bf54362169a.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .prd-cont5 {
    padding-top: 2rem;
  }
}

.prd-cont5 .prd-a5_v2 {
  margin-top: -2rem;
}

.prd-cont5 .prd-a5_v2 u {
  display: block;
  font-size: 0;
}

.prd-cont5 .prd-a5_v2 u img {
  width: 100%;
}

.prd-cont6 {
  padding: 5.5rem 0 6.25rem;
}

@media (max-width: 768px) {
  .prd-cont6 {
    padding: 2rem 0;
  }
}

.prd-cont6 .prd-a6_b1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 {
    margin-top: 0.5rem;
  }
}

.prd-cont6 .prd-a6_b1 dl:nth-child(1) {
  width: 24.85714%;
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 dl:nth-child(1) {
    width: 100%;
  }
}

.prd-cont6 .prd-a6_b1 dl:nth-child(2) {
  width: 34.57143%;
  margin-bottom: -2rem;
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 dl:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

.prd-cont6 .prd-a6_b1 dl:nth-child(3) {
  width: 22.28571%;
  margin-bottom: -4rem;
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 dl:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

.prd-cont6 .prd-a6_b1 dl dt {
  text-align: center;
  color: #000000;
  font: 500 1.5rem/1.5em "";
  padding: 0.3em 0;
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 dl dt {
    font-size: 1.25rem;
  }
}

.prd-cont6 .prd-a6_b1 dl .img img {
  width: 100%;
}

.prd-cont6 .prd-a6_b1 dl dd {
  color: #000000;
  font: 500 1rem/1.5em "";
  margin-top: 0.5em;
}

.prd-cont6 .prd-a6_b1 dl dd span {
  display: block;
  font: 500 1.5rem/1.5em "";
}

@media (max-width: 768px) {
  .prd-cont6 .prd-a6_b1 dl dd span {
    font-size: 1.25rem;
  }
}

.prd-cont7 {
  background: #f0f0f0;
  padding: 5.25rem 0 3rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .prd-cont7 {
    padding: 2rem 0;
  }
}

.prd-cont7 .imga1 {
  width: 41.66667%;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-indent: 3%;
}

@media (max-width: 768px) {
  .prd-cont7 .imga1 {
    width: 80%;
    margin-top: 1rem;
  }
}

.prd-cont7 .imga1 img {
  width: 100%;
}

.prd-cont7 u {
  display: block;
  width: 75.52083%;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: -6rem;
}

@media (max-width: 768px) {
  .prd-cont7 u {
    bottom: 0;
  }
}

.prd-cont7 u img {
  width: 100%;
}

.prd-cont8 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230517/8d51c0b0015c2415a71c4bd0afb7921f.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.9375rem 0 9rem;
}

@media (max-width: 768px) {
  .prd-cont8 {
    padding: 2rem 0;
  }
}

.prd-cont8 .img {
  width: 38.42857%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .prd-cont8 .img {
    width: 70%;
    margin-top: 2rem;
  }
}

.prd-cont8 .img::after {
  content: "";
  display: block;
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
  background: rgba(237, 155, 5, 0.09);
  position: absolute;
  right: -4%;
  top: -13%;
  z-index: -1;
  -webkit-animation: top 2s infinite linear;
     -moz-animation: top 2s infinite linear;
       -o-animation: top 2s infinite linear;
          animation: top 2s infinite linear;
}

.prd-cont8 .img::before {
  content: "";
  display: block;
  width: 26.25rem;
  height: 26.25rem;
  border-radius: 50%;
  background: rgba(237, 155, 5, 0.09);
  position: absolute;
  right: 0;
  top: -9%;
  z-index: -1;
  -webkit-animation: top 3.5s infinite linear;
     -moz-animation: top 3.5s infinite linear;
       -o-animation: top 3.5s infinite linear;
          animation: top 3.5s infinite linear;
}

@media (max-width: 768px) {
  .prd-cont8 .img::before {
    width: 50vw;
    height: 50vw;
  }
}

.prd-cont8 .img img {
  width: 100%;
}

.prd-cont8 .prd-a8b1 {
  margin-top: 5.3125rem;
}

@media (max-width: 768px) {
  .prd-cont8 .prd-a8b1 {
    margin-top: 1.5rem;
  }
}

.prd-cont8 .prd-a8b1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  color: #fff;
}

.prd-cont8 .prd-a8b1 dl dt {
  font: 600 2.4375rem/1.5em "";
}

.prd-cont8 .prd-a8b1 dl dt span {
  font-size: 4.1875rem;
}

@media (max-width: 768px) {
  .prd-cont8 .prd-a8b1 dl dt {
    font-size: 1rem;
  }
  .prd-cont8 .prd-a8b1 dl dt span {
    font-size: 2.5rem;
  }
}

.prd-cont8 .prd-a8b1 dl dd {
  font: 600 1.375rem/1.5em "";
}

@media (max-width: 768px) {
  .prd-cont8 .prd-a8b1 dl dd {
    font-size: 1rem;
    font-weight: 500;
  }
}

.prd-cont9 {
  background: #f0f0f0;
  position: relative;
}

@media (max-width: 768px) {
  .prd-cont9 {
    padding: 12rem 0 2rem;
  }
}

.prd-cont9 .gong-tit1 .tit {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .prd-cont9 .gong-tit1 .tit {
    font-size: 2rem;
  }
}

.prd-cont9 .prd-a9_b1 {
  position: absolute;
  top: 25%;
  right: 23.95833%;
}

@media (max-width: 768px) {
  .prd-cont9 .prd-a9_b1 {
    position: static;
  }
}

.prd-cont9 .prd-a9_b2 {
  position: absolute;
  left: 13.54167%;
  bottom: 15%;
}

@media (max-width: 768px) {
  .prd-cont9 .prd-a9_b2 {
    position: static;
    padding: 0 4%;
  }
}

.prd-cont9 .prd-a9_b2 i {
  display: block;
  font-size: 0;
  width: 5.3125rem;
}

@media (max-width: 768px) {
  .prd-cont9 .prd-a9_b2 i {
    width: 3rem;
  }
}

.prd-cont9 .prd-a9_b2 i img {
  width: 100%;
}

.prd-cont9 .prd-a9_b2 .gong-tit1 .txt {
  width: 60%;
}

.prd-cont9 .img1 {
  width: 34.73958%;
  font-size: 0;
}

@media (max-width: 768px) {
  .prd-cont9 .img1 {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.prd-cont9 .img1 img {
  width: 100%;
}

.prd-cont9 .img2 {
  width: 38.17708%;
  font-size: 0;
}

@media (max-width: 768px) {
  .prd-cont9 .img2 {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.prd-cont9 .img2 img {
  width: 100%;
}

@media (max-width: 768px) {
  .prd-cont9 .prd-a9_b1 {
    padding: 0 4%;
    padding-right: 25%;
    margin-bottom: 1.5rem;
  }
}

.prd-cont10 {
  padding: 5.625rem 0 0;
  background: #0b0b0d;
  overflow: hidden;
}

@media (max-width: 768px) {
  .prd-cont10 {
    padding-top: 2.5rem;
  }
}

.prd-cont10 .prd-a10_v1 {
  margin: 3.25rem auto 10.375rem;
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v1 {
    margin: 1.5rem auto 4rem;
  }
}

.prd-cont10 .prd-a10_v1 dl {
  padding: 2rem 7%;
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v1 dl {
    width: 100%;
    padding: 1.2rem 7%;
  }
}

.prd-cont10 .prd-a10_v1 dl + dl {
  border-left: 3px solid #e4b001;
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v1 dl + dl {
    border-left: none;
  }
}

.prd-cont10 .prd-a10_v1 dl .img1 {
  width: 4.375rem;
}

.prd-cont10 .prd-a10_v1 dl .img1 img {
  width: 100%;
}

.prd-cont10 .prd-a10_v1 dl .cont {
  color: #fff;
  margin-left: 1rem;
}

.prd-cont10 .prd-a10_v1 dl .cont .tit {
  font: 600 3rem/1.1em "";
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v1 dl .cont .tit {
    font-size: 1.8rem;
  }
}

.prd-cont10 .prd-a10_v1 dl .cont p {
  font: 500 1.5rem/1.1em "";
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v1 dl .cont p {
    font-size: 1.25rem;
  }
}

.prd-cont10 .prd-a10_v2 {
  position: relative;
}

.prd-cont10 .prd-a10_v2 u {
  width: 68.42857%;
  font-size: 0;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v2 u {
    width: 80%;
  }
}

.prd-cont10 .prd-a10_v2 u img {
  width: 100%;
}

.prd-cont10 .prd-a10_v2 b {
  width: 51.5%;
  font-size: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -25.71429%;
  bottom: 0;
}

@media (max-width: 768px) {
  .prd-cont10 .prd-a10_v2 b {
    width: 60%;
    margin-left: -30%;
  }
}

.prd-cont10 .prd-a10_v2 b img {
  width: 100%;
}

.prd-cont11 {
  padding-top: 5.3125rem;
}

@media (max-width: 768px) {
  .prd-cont11 {
    padding-top: 2rem;
  }
}

.prd-cont11 .gong-tit2 .tit {
  color: #3e3e3f;
}

@media (max-width: 768px) {
  .prd-cont11 .gong-tit2 .tit {
    line-height: 1.25em;
    font-size: 1.8rem;
  }
}

.prd-cont11 .prd-a11_v1 .mySwiper3 .swiper-slide .img {
  width: 85.71429%;
  margin: 0 auto;
}

.prd-cont11 .prd-a11_v1 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}

.prd-cont11 .prd-a11_v1 .pro_chan_b ul {
  text-align: center;
}

.prd-cont11 .prd-a11_v1 .pro_chan_b ul li {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: .25rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .prd-cont11 .prd-a11_v1 .pro_chan_b ul li {
    width: 1.5rem;
    height: 1.5rem;
    padding: .2rem;
  }
}

.prd-cont11 .prd-a11_v1 .pro_chan_b ul li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.prd-cont11 .prd-a11_v1 .pro_chan_b ul li.active {
  border-color: #ddd;
}

.prd-cont11 .prd-a11_v2 li {
  border-bottom: 1px solid #e5e5e5;
  padding: 2.5rem 0;
}

@media (max-width: 768px) {
  .prd-cont11 .prd-a11_v2 li {
    padding: 1.5rem 0;
  }
}

.prd-cont11 .prd-a11_v2 li .prd-a11_a1 {
  margin-top: 0.5rem;
}

.prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl {
  color: #57585a;
}

@media (max-width: 768px) {
  .prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl {
    padding: 0.5rem 0;
  }
}

.prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl dt {
  width: 25%;
  font: 600 1.5rem/2.5em "";
  text-align: right;
}

@media (max-width: 768px) {
  .prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl dt {
    font-size: 1.125rem;
    line-height: 1.25em;
  }
}

.prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl dd {
  width: 71.42857%;
  font: 500 1.5rem/2.5em "";
}

@media (max-width: 768px) {
  .prd-cont11 .prd-a11_v2 li .prd-a11_a1 dl dd {
    font-size: 1.125rem;
    line-height: 1.25em;
  }
}

.prd-cont12 {
  padding: 2rem 0 1rem;
}

.prd-cont12 .gong-tit2 .tit {
  color: #3e3e3f;
}

.prd-cont12 .prd-a12-v1 {
  position: relative;
  margin-top: 0.5rem;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 {
  position: relative;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide {
  position: relative;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide .prasra {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

@media (max-width: 990px) {
  .prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide video {
    display: none;
  }
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide a.tcsp {
  z-index: 9;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide a.tcsp i {
  display: block;
  width: 3rem;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .swiper-slide a.tcsp i img {
  width: 100%;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .jtant {
  display: block;
}

@media (max-width: 768px) {
  .prd-cont12 .prd-a12-v1 .mySwiper4 .jtant {
    display: none;
  }
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .jtant > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .jtant > div.swiper-button-prev1 {
  left: 2%;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .jtant > div.swiper-button-next1 {
  right: 2%;
}

.prd-cont12 .prd-a12-v1 .mySwiper4 .jtant > div i {
  color: #000;
  font-size: 2.5rem;
}

.roro-cont1 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230517/d65d1f62cf576d0fbd7c04e52501eefc.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.6875rem 0 6.1875rem;
}

@media (max-width: 768px) {
  .roro-cont1 {
    padding: 2.5rem 0;
  }
}

.roro-cont1 .roro-a1_v1 {
  width: 71.28571%;
  margin: 0 auto;
}

.roro-cont1 .roro-a1_v1 img {
  width: 100%;
}

.roro-cont2 {
  background: #fff;
  padding-top: 6rem;
}

.roro-cont2 .gong-tit2 {
  color: #333;
}

@media (max-width: 768px) {
  .roro-cont2 {
    padding-top: 2.5rem;
  }
}

.roro-cont2 u {
  display: block;
  font-size: 0;
  margin-top: -1.5rem;
}

@media (max-width: 768px) {
  .roro-cont2 u {
    margin-top: -0.5rem;
  }
}

.roro-cont2 u img {
  width: 100%;
}

.roro-cont3 {
  background: #57585a;
  padding-top: 7.6rem;
}

@media (max-width: 768px) {
  .roro-cont3 {
    padding-top: 2.2rem;
  }
}

.roro-cont3 .roro-a3_v1 {
  padding: 1.5rem 0 2.5rem;
  position: relative;
  z-index: 1;
}

.roro-cont3 .roro-a3_v1 b {
  display: block;
  font-size: 0;
  width: 58.42857%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
}

.roro-cont3 .roro-a3_v1 b img {
  width: 100%;
}

.roro-cont3 .roro-a3_v1 u {
  display: block;
  font-size: 0;
  width: 75.85714%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .roro-cont3 .roro-a3_v1 u {
    width: 100%;
  }
}

.roro-cont3 .roro-a3_v1 u img {
  width: 100%;
}

.roro-cont3 .roro-a3_v1 .roro-a3_b1 li {
  border-radius: 50%;
  background: -webkit-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: -moz-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: -o-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: linear-gradient(135.51deg, #eab408 15.44%, #d77b0f 86.65%);
  position: absolute;
  -webkit-animation: top 3s infinite linear;
     -moz-animation: top 3s infinite linear;
       -o-animation: top 3s infinite linear;
          animation: top 3s infinite linear;
}

.roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(1) {
  width: 12rem;
  height: 12rem;
  right: 22%;
  top: 6%;
}

@media (max-width: 768px) {
  .roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(1) {
    width: 5rem;
    height: 5rem;
    top: 8%;
  }
}

.roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(2) {
  width: 5.3125rem;
  height: 5.3125rem;
  left: 22%;
  top: 20%;
}

@media (max-width: 768px) {
  .roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(2) {
    width: 3rem;
    height: 3rem;
  }
}

.roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(3) {
  width: 3.3125rem;
  height: 3.3125rem;
  right: 15%;
  bottom: 10%;
}

@media (max-width: 768px) {
  .roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(3) {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(4) {
  width: 2.25rem;
  height: 2.25rem;
  left: 27%;
  top: 50%;
}

@media (max-width: 768px) {
  .roro-cont3 .roro-a3_v1 .roro-a3_b1 li:nth-child(4) {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.roro-cont4 {
  padding: 6.25rem 0 5.3125rem;
}

@media (max-width: 768px) {
  .roro-cont4 {
    padding: 2.5rem 0;
  }
}

.roro-cont4 .gong-tit2 .tit {
  color: #3e3e3f;
}

.roro-cont4 .gong-tit2 .txt {
  color: #57585a;
}

.roro-cont4 .roro-a4_v1 {
  position: relative;
  padding-top: 8rem;
}

@media (max-width: 768px) {
  .roro-cont4 .roro-a4_v1 {
    padding-top: 3rem;
  }
}

.roro-cont4 .roro-a4_v1 u {
  display: block;
  font-size: 0;
  width: 55.07143%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .roro-cont4 .roro-a4_v1 u {
    width: 80%;
  }
}

.roro-cont4 .roro-a4_v1 u img {
  width: 100%;
}

.roro-cont4 .asgh-as li {
  position: absolute;
}

.roro-cont4 .asgh-as li .imgas {
  overflow: hidden;
  padding-bottom: 55%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.roro-cont4 .asgh-as li .imgas:hover {
  -webkit-animation-name: shake;
     -moz-animation-name: shake;
       -o-animation-name: shake;
          animation-name: shake;
}

.roro-cont4 .asgh-as li .imgas b {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
}

.roro-cont4 .asgh-as li .imgas b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.roro-cont4 .asgh-as li p {
  color: #57585a;
  font: 500 1.25rem/1.5em "";
  text-indent: 15%;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .roro-cont4 .asgh-as li p {
    font-size: .75rem;
    text-indent: 1%;
  }
}

.roro-cont4 .asgh-as li:nth-child(1) {

    width: 42.42857%;
    position: absolute;
    left: 0;
    top: 6%;
}

/*.roro-cont4 .asgh-as li:nth-child(1) .imgas {*/
/*  padding-bottom: 80%;*/
/*  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
/*          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
/*}*/

.roro-cont4 .asgh-as li:nth-child(2) {
    width: 40%;
    right: 1%;
    top: 0%;
}

/*.roro-cont4 .asgh-as li:nth-child(2) .imgas {*/
/*  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);*/
/*          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);*/
/*}*/

.roro-cont4 .asgh-as li:nth-child(3) {
    width: 37.14286%;
    right: -3%;
    bottom: 11%;
    z-index: 3;
}

/*.roro-cont4 .asgh-as li:nth-child(3) .imgas {*/
/*  padding-bottom: 70%;*/
/*  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
/*          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
/*}*/

.roro-cont5 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230518/4ec51e8a9127ae973758cd1ccb122e8c.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding-bottom: 8.5625rem;
  position: relative;
}

@media (max-width: 768px) {
  .roro-cont5 {
    padding-bottom: 2.5rem;
  }
}

.roro-cont5 .roro-a5_v1 {
  width: 68.80208%;
}

.roro-cont5 .roro-a5_v1 img {
  width: 100%;
}

.roro-cont5 .roro-a5_v2 {
  position: absolute;
  right: 4%;
  top: 25%;
}

@media (max-width: 768px) {
  .roro-cont5 .roro-a5_v2 {
    position: static;
    padding: 0 4%;
    margin-top: 1.5rem;
  }
}

.roro-cont5 .roro-a5_v2 .gong-tit2 span {
  color: #fac000;
}

.roro-cont6 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230518/dd6f3ddc0863d120053b6528fa8565db.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .roro-cont6 {
    padding-top: 2.25rem;
  }
}

.roro-cont6 u {
  display: block;
  font-size: 0;
  width: 45.46875%;
  margin-right: 3%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .roro-cont6 u {
    width: 80%;
    margin: 1.2rem auto 0;
  }
}

.roro-cont6 u img {
  width: 100%;
}

.roro-cont6 u img.b {
  display: none;
}

@media (max-width: 768px) {
  .roro-cont6 u img.a {
    display: none;
  }
  .roro-cont6 u img.b {
    display: block;
  }
}

.roro-cont6 b {
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: -moz-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: -o-linear-gradient(314.49deg, #eab408 15.44%, #d77b0f 86.65%);
  background: linear-gradient(135.51deg, #eab408 15.44%, #d77b0f 86.65%);
  position: absolute;
  -webkit-animation: top 3s infinite linear;
     -moz-animation: top 3s infinite linear;
       -o-animation: top 3s infinite linear;
          animation: top 3s infinite linear;
  top: 31%;
  right: 25%;
}

@media (max-width: 768px) {
  .roro-cont6 b {
    width: 15rem;
    height: 15rem;
    right: auto;
    left: 10%;
    top: 50%;
  }
}

.roro-cont6 .gong-tit2 {
  width: 34.47917%;
  margin-left: 13.54167%;
  margin-top: -8rem;
}

@media (max-width: 768px) {
  .roro-cont6 .gong-tit2 {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    padding: 0 4%;
  }
}

.roro-cont6 .gong-tit2 .tit {
  color: #3e3e3f;
  line-height: 1.2em;
}

.roro-cont6 .gong-tit2 .txt {
  color: #57585a;
  margin-top: 0.3em;
}

.roro-cont7 {
  padding: 11.25rem 0 7.5rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230518/9a72083f46857e16396f9ca7109f3322.jpg) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}

@media (max-width: 768px) {
  .roro-cont7 {
    padding: 2rem 0 1rem;
  }
}

.roro-cont7 .gong-tit2 .tit {
  color: #3e3e3f;
}

.roro-cont7 .gong-tit2 .txt {
  color: #57585a;
}

.roro-cont7 .roro-a7_v1 {
  margin-top: -8rem;
}

@media (max-width: 768px) {
  .roro-cont7 .roro-a7_v1 {
    margin-top: 1rem;
  }
}

.roro-cont7 .roro-a7_v1 .img {
  width: 66.35714%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .roro-cont7 .roro-a7_v1 .img {
    width: 80%;
  }
}

.roro-cont7 .roro-a7_v1 .img img {
  width: 100%;
}

.roro-cont8 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230518/04cc2f8960682bdfed32fadf3944428c.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7rem 0 3.75rem;
}

@media (max-width: 768px) {
  .roro-cont8 {
    padding: 2.5rem 0 2rem;
  }
}

.roro-cont8 .roro-a8_v1 {
  width: 73.85714%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .roro-cont8 .roro-a8_v1 {
    width: 80%;
    margin-top: 1rem;
  }
}

.roro-cont8 .roro-a8_v1 img {
  width: 100%;
}

.roro-cont9 {
  position: relative;
  background: linear-gradient(85.26deg, #fac000 -3.31%, #f18f0b 130.4%);
}

.roro-cont9 u {
  display: block;
  font-size: 0;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}

.roro-cont9 u img {
  width: 100%;
}

.roro-cont9 .gong-tit2 .tit {
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .roro-cont9 .gong-tit2 .tit {
    font-size: 1.35rem;
  }
}

.roro-cont9 .roro-a9b1 {
  position: static;
  left: 0;
  width: 100%;
  top: 8rem;
  z-index: 1;
  padding: 7rem 0 5rem;
}

@media (max-width: 768px) {
  .roro-cont9 .roro-a9b1 {
    top: 1rem;padding: 2.5rem 0 2rem;
  }
}

.roro-cont10 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xinri0510/uploads/20230518/22b1e0eedf7f24921505e95e6454f6f4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.5rem 0 5.3125rem;
}

@media (max-width: 768px) {
  .roro-cont10 {
    padding: 2.25rem 0;
  }
}

.roro-cont10 .roro-a10v1 {
  width: 53.57143%;
  margin: 0 auto;
  margin-top: 1rem;
}

.roro-cont10 .roro-a10v1 img {
  width: 100%;
}

.roro-cont10 .roro-a10b1 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .roro-cont10 .roro-a10b1 {
    margin-top: 1.5rem;
  }
}

.roro-cont10 .roro-a10b1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  color: #fff;
}

.roro-cont10 .roro-a10b1 dl dt {
  font: 600 2.4375rem/1.5em "";
  color: #fabf00;
}

.roro-cont10 .roro-a10b1 dl dt span {
  font-size: 4.1875rem;
}

@media (max-width: 768px) {
  .roro-cont10 .roro-a10b1 dl dt {
    font-size: 1rem;
  }
  .roro-cont10 .roro-a10b1 dl dt span {
    font-size: 2.5rem;
  }
}

.roro-cont10 .roro-a10b1 dl dd {
  font: 600 1.375rem/1.5em "";
}

@media (max-width: 768px) {
  .roro-cont10 .roro-a10b1 dl dd {
    font-size: 1rem;
    font-weight: 500;
  }
}

.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;
  z-index: 999;
  width: 34%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
}

.pead-jsda .pead-cont .gax-tit {
  border-bottom: 1px solid #f0f1f2;
  display: block;
  text-align: center;
  font: 500 1.25rem/3.125rem "Microsoft YaHei";
  color: #666;
  text-transform: uppercase;
}

.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 3.125rem;
  display: block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.pead-jsda .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pead-jsda .pead-cont a.jataxta i {
  color: #333;
  font: 500 1.25rem/3.125rem "Microsoft YaHei";
  display: block;
}

.pead-jsda .pead-cont .tit {
  text-align: center;
  color: #333;
  font: 600 1.95rem/2em "Microsoft YaHei";
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont .tit {
    font-size: 1.35rem;
  }
  .foot-fot .foota2 .sec-top a{
    width: 100%;
  }
}

/*end*/



.indexn02 {
	width: 100%;
	padding: 8rem 0;
	margin: auto;
	background-color: #FFFFFF;
	max-width: 1389px;
	display: flex;
	flex-wrap: wrap;align-items: center;
}

.indexn02left {
	width: auto;
}

.indexn02right {
	width: 45%;
	margin-left: 5%;
}

.indexn02right h2 {
	color: #7d7d7d;
	text-transform: uppercase;
	font-size: 3rem;
	font-style: italic;
	margin-top: 3rem;
	line-height: 4rem;
}

.indexn02right h3 {
	color: #000000;
	text-transform: uppercase;
	font-size: 4rem;
	font-style: italic;
	margin-top: 0.5rem;
	line-height: 4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.indexn02right h4 {
	color: #000000;
	font-size: 1.5rem;
	line-height: 2.5rem;
	/* text-align: justify; */
	margin-bottom: 3rem;
	word-break: break-all;
}

.indexn02right a {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 1.5rem;
	color: #000000;
	font-style: italic;
	border-bottom: 4px solid #222222;
	transition: all 0.3s ease;
}

.indexn02right a i {
	font-size: 3rem;
	/* float: right; */
	vertical-align: middle;
	font-weight: normal;
	transition: all 0.3s ease;
}

.indexn02right a:hover>i {
	margin-left: 0.5rem;
}


.indexn031 {
	width: 100%;
	position: relative;
}

.indexn031 img {
	width: 100%;
	display: block;
}

.indexn031 h3 {
/*	position: absolute;*/
    padding: 10% 0;
	color: #ffffff;
	top: 40%;
	left: 56%;
	transform: translate(0, -50%);
	width: 40%;
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
      float: right;
    margin: 0 5% 0px 0;
}

.indexn031 h3 span {
	font-size: 3rem;
}

.indexn032 {
	width: 100%;
	position: relative;
}

.indexn032 img {
	width: 100%;
	display: block;
}

.indexn032 h3 {
	/* position: absolute;*/
    padding: 10% 0;
  color: #ffffff;
  top: 40%;
  left: 56%;
  transform: translate(0, -50%);
  width: 40%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
      float: left;
    margin: 0 0px 0 5% ;
}

.indexn032 h3 span {
	font-size: 3rem;
}

.indexn03lb {
	width: 100%;
	padding: 8rem 0;
	margin: auto;
	background-color: #FFFFFF;
	max-width: 1389px;
	display: flex;
	flex-wrap: wrap;
      justify-content: space-evenly;
}

.indexn03lb li {
	width: 23%;
	text-align: center;
      border: 1px solid #ccc;
}

.indexn03lb li:nth-child(2) {
	margin-left: 2%;
}
.indexn03lb li:nth-child(3) {
	margin-left: 2%;
}
.indexn03lb li:nth-child(4) {
	margin-left: 2%;
}
.indexn03lb li img {
	width: 100%;
}

.indexn03lb li a {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 1.5rem;
	color: #000000;
	font-style: italic;
	border-bottom: 4px solid #222222;
	transition: all 0.3s ease;
	margin-top: 2rem;
	display: inline-block;
}

.indexn03lb li a i {
	font-size: 3rem;
	/* float: right; */
	vertical-align: middle;
	font-weight: normal;
	transition: all 0.3s ease;
}

.indexn03lb li a:hover>i {
	margin-left: 0.5rem;
}



.aboutmian {
	width: 100%;
	max-width: 1389px;
	margin: auto;
}

.aboutjs {
	text-align: center;
	margin-bottom: 25rem;
	color: #FFFFFF;
}

.aboutjs h4 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 6rem;
}

.aboutjs p {
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}

.aboutlb {
	margin: auto;
	padding: 2.5rem 0;
}

.aboutlb li {
	color: #061025;
}

.aboutlb1 {
	width: 100%;
	float: left;
	margin: 2.5rem 0;
	position: relative;
}

.aboutlb1 img {
	width: 48%;
	display: block;
	float: left;
	border: 7px solid #e5e5e5;
	box-sizing: border-box;
}

.aboutlb1nr1 {
	width: 48%;
	text-align: right;
	float: right;
	position: relative;
	z-index: 2;
}

.aboutlb1:nth-child(2n) img {
	float: right;
}

.aboutlb1:nth-child(2n) .aboutlb1nr1 {
	float: left;
}

.aboutlb1:nth-child(2n) .aboutlb1nr1 h3 {}

.aboutlb1nr1 h2 {
	display: inline-block;
	width: 1.5625rem;
	height: 0.1875rem;
	background-color: #061025;
	display: none;
}

.aboutlb1nr1 h3 {
	font-size: 2.2rem;
	font-style: italic;
	margin-top: 4rem;
	margin-bottom: 3.125rem;
	background: #030000;
	position: absolute;
	left: -6rem;
	color: #ffffff;
	line-height: 3.5rem;
	padding: 0 1rem;
	padding-right: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

.aboutlb1:nth-child(2n) .aboutlb1nr1 h3 {
	right: -6rem;
	left: auto;
}

.aboutlb1nr1 p {
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: left;
	margin-top: 9rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
}

.aboutlb1nr1 p span {
	font-weight: bold;
	font-size: 2rem;
}

.aboutlb2 {
	background-color: #e2cbba;
}

.aboutlb2 .aboutlb1nr1 {
	text-align: left;
}

.aboutlb3 {
	background-color: #2a4e6b;
	padding-bottom: 6.25rem;
}

.aboutlb1nr3 {
	display: flex;
	flex-wrap: wrap;
}

.aboutlb1nr3 img {
	width: 65%;
}

.aboutlb1nrx3 {
	width: 35%;
	color: #acb3c1;
}

.aboutlb1nrx3 h2 {
	background-color: #acb3c1;
}

.aboutlb3 h1 {
	width: 68%;
	margin-left: 33%;
	margin-top: 3.125rem;
	color: #acb3c1;
	font-size: 0.8125rem;
	line-height: 1.4rem;
	padding-right: 5.9375rem;
	text-align: justify;
	word-break: break-all;
}

.aboutlb3 h1 span {
	font-weight: bold;
	font-size: 2.8rem;
	white-space: pre;
}

.aboutlb4 {
	background-color: #d7d0c6;
	padding-bottom: 0;
	padding-top: 6.25rem;
}

.aboutlb4 h1 {
	width: 67%;
	margin-left: 0%;
	margin-top: 0rem;
	margin-bottom: 3.125rem;
	color: #061025;
	font-size: 0.8125rem;
	line-height: 1.4rem;
	padding-left: 5.9375rem;
	padding-right: 0;
}

.aboutlb4 .aboutlb1nrx3 {
	text-align: left;
	color: #0d152a;
}

.aboutlb4 .aboutlb1nrx3 h2 {
	background-color: #0d152a;
}



.cplb {
	background-color: #ffffff;
	/* padding: 0 10%; */
	/* padding-top: 28.125rem; */
	/* padding-bottom: 10rem; */
	padding: 8rem 0;
}

.cplbjs {
	margin-bottom: 28.125rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	line-height: 2rem;
}

.cplb1 li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;flex-direction: row;
}
.cplb1 li:nth-child(2n) { flex-direction: row-reverse;}
.cplb1 li img {
	width:100%;
}
.cplb1 li a{width: 50%; display: block;}

.cplb1 li div {
	width: 50%;
	padding: 3rem;
}

.cplb1 li div h3 {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3.125rem;
	position: relative;
}

.cplb1 li div h3 span {
	position: relative;
}

.cplb1 li div h3 span:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -1rem;
	background-color: #000000;
}

.cplb1 li div h4 {
	font-size: 1.5rem;
	color: #545454;
	line-height: 2.5rem;
	padding: 0 1rem;
	display: inline-block;
	letter-spacing: 0.1rem;
	margin-bottom: 8.125rem;
}

.cplb1 li div p a {
	display: inline-block;

	width: calc(18% - 16px);
	border: 2px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 2%;
	padding: 0.5rem;
	transition: box-shadow 0.5s ease;
}

.cplb1 li div p a:nth-child(5n) {
	margin-right: 0;
}

.cplb1 li div p a img {
	width: 100%;
	min-height: 100%;
}

.cplb1 li div p a:hover {
	box-shadow: 0px 0px 15px #aaaaaa;
	transform: rotateZ(360deg);
	transition: all 0.8s ease;
}



.prodetail {
	width: 100%;
	padding: 0 5%;
}

.prodetail1 {
	display: flex;
	flex-wrap: wrap;
}

.prodetailleft {
	padding: 4.375rem 0;
	width: 45%;
	border-right: 1px solid #ccc;
	padding-right: 5rem;
	margin-right: 5%;
}

.prodetailleft img{ margin:0 auto;display: table; }
.prodetailleft .swiper-slide{ width: 100%!important; }

section {
	box-sizing: border-box;
}

.prodetailright {
	width: 50%;
	padding: 4.375rem 0;
}

.prodetailright::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.prodet1left::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
	background: #222222;
}

.prodet1left::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
	border-radius: 10px;
	background: #ededed;
}

.prodetimg {
	width: 100%;
	margin-bottom: 6.25rem;
}

.prodetailright1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.prodetailright1 div img {
	height: auto;
	border-radius: 50%;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.prodetailright1 div img:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 10px #aaaaaa;
}

.prodetailright1 p {
	line-height: 3.2rem;
	font-size: 3rem;
	color: #747577;
}
.prodetailtable{ line-height: 32px; display: none; }
.prodetailrighttit {
	margin-bottom: 3rem;
}

.prodetailrighttit h4 {
	font-size: 1.125rem;
	color: #061025;
	margin-bottom: 2rem;
}

.prodetailrighttit p {
    font-size: 3.75rem;
    color: #000000;
    font-weight: bold;
	line-height:  3.75rem;
}

.prodetailtit1 {
	font-size: 1.3rem;
	color: #000000;
	/* font-style: italic; */
	margin-bottom: 1rem;
	font-weight: bold;
	margin-top: 3rem;
}

.prodetailright2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: -0.5rem;
}

.prodetailright2 section div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.prodetailright2 section div h4 {
	font-size: 1rem;
	color: #747577;
	line-height: 2.5rem;
	font-style: italic;
	margin-right: 1rem;
	text-transform: uppercase;
}

.prodetailright2 section div img {
	height: 2.5rem;
	border-radius: 50%;
	width: 2.5rem;
	margin-right: 1.2rem;
	transition: all 0.3s ease;
}

.prodetailright2 section div img:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 10px #aaaaaa;
}

.prodetailright2 p {
	line-height: 2.5rem;
	font-size: 2rem;
	color: #747577;
}

.prodetailright2 span {
	font-size: 2rem;
	color: #aaaaaa;
	margin: 0 1rem;
	font-weight: 100;
	line-height: 2.5rem;
}

.prodetailtit2 {
	font-size: 1.6rem;
	color: #000000;
	font-style: italic;
	margin-bottom: 1.5rem;
	font-weight: bold;
	margin-top: 2rem;
}


.prodetailrighttit p span {
	font-size: 1.2rem;
	line-height: 3.75rem;
	float: left;
}


.prodetailright2 section {
	display: flex;
	flex-wrap: wrap;
}

.prodetailright2 section div {}

.prodetailright2 {}

.prodetail2 {
	border-top: 0.5rem solid #f5f5f5;
	padding: 4.375rem 5%;
  min-height: 300px;
}

.prodetail2tit {
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	border-bottom: 0.5rem solid #222222;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.prodetail2tit span {
	color: #666;

}

.prodetail2 img {
	max-width: 100%;
}


.prodetailleft1 p img {
	width: 100%;
	display: block;
}

.prodetailright1 .swiper-wrapper  {
	display: flex;
	flex-wrap: nowrap;    padding: 10px; width: 100%;s
}

.prodetailright1 h4 {
	font-size: 1.1rem;
	min-width: 3.5rem;
	color: #747577;
	line-height: 3.2rem;
	font-style: italic;
	margin-right: 1rem;
	text-transform: uppercase;
	width: 100%;
}

.prodetailleftqh {
	text-align: center;
	margin-top: 2rem;
  position: relative; min-height: 45px;
}

.prodetailleftqh .swiper-button-next{ right: 40%!important;  filter: hue-rotate(180deg) saturate(0%); }
.prodetailleftqh .swiper-button-prev{ left: 40%!important;  filter: hue-rotate(180deg) saturate(0%); }
.prodetailleftqh i {
	font-size: 3rem;
	color: #222222;
	margin: 0 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.prodetailleftqh .swiper-button-disabled {
	color: #bbb;
}




.foot2{  padding: 80px 0; background: #000;  }

.foot2 .flex{     align-items: flex-start; }

.foota5 { width: 40%; line-height: 32px;}
.foota5 h2{ font-size: 24px; border-bottom: 1px solid #fff; color: #fff; line-height: 64px; margin: 20px 0 10px; }

.foota3{      color: #909090;    font-size: 16px;    line-height:52px;    margin-bottom: 1rem; }

.foota6 { width: 40%; line-height: 32px;}
.foota6 h2{ font-size: 24px; border-bottom: 1px solid #fff; color: #fff; line-height: 64px; margin: 20px 0 10px; }
.foota6 .d_logo{ opacity: 0; }
.foota6 .t1{ color: #fff; font-size: 18px;  line-height: 42px; }
.foota6 .t1 input{  width: 100%; border-radius: 5px;  }
.foota6 .t1 textarea  {width: 100%; border-radius: 5px;  }

.foota6 button{ padding: 0 10px; border: none; border-radius: 5px;  }

.foota8{ margin:80px auto 0;  color: #fff;  text-align: center;  }

.foot2 .foota5 .d_fencx a {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot2 .foota5 .d_fencx a + a {
  margin-left: 1rem;
}

.foot2 .foota5 .d_fencx a i {
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.foot2 .foota5 .d_fencx a:hover {
  background: #fff;
}

.foot2 .foota5 .d_fencx a:hover i {
  color: #000;
}


@media (max-width: 1000px) {
  .indexn02right h3{ font-size: 24px; }
.indexn02right h4{ font-size: 16px;   }
.indexn02right a{ font-size: 16px;   }
.indexn02right{ width: 100%; margin: 0 2%; }
.indexn032 h3{ width: 92%; margin: 0 4%; font-size: 16px}
.indexn031 h3{ width: 92%; margin: 0 4%; font-size: 16px}
.indexn032 h3 span{ font-size: 24px; }
.indexn031 h3 span{ font-size: 24px; }
.indexn03lb li{ width: calc(94% / 2); margin: 0 0 20px; }
.indexn03lb li a{ font-size: 16px; }

.foot2 .flex{   }
.foota5{ width: 100%;  }
.foota6{ width: 100%;  }

.cplb1 li div h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3.125rem;
    position: relative;
}
.cplb1 li a{ width: 100%; }
.cplb1 li div{ width: 100%; }
.cplb1 li div p a {
    display: inline-block;
    width: calc(25% - 4px);
    border: 2px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2%;
    padding: 0.5rem;
    transition: box-shadow 0.5s ease; margin: 0 0 50px;
}
.cplb1 li div h4 {    font-size: 14px;     margin-bottom: 50px;}
.prodetailleft{ width: 100%;  padding: 5%;  margin: 20px 0 0; border: 0;}
.prodetailright{ width: 100%; padding: 10px 0 0; }
.prodetailrighttit p{ font-size: 24px; }
.prodetailrighttit p span{ display: block; width: 100%; }
.aboutlb1 img{ width: 100%; }
.aboutlb1nr1{ width: 90%; margin: 0 auto;
  }
.prodetail2tit{ font-size: 16px; }
.aboutlb1nr1 h3{ left: 0; }

.aboutlb1:nth-child(2n) .aboutlb1nr1{float:right;  }
.aboutlb1:nth-child(2n) .aboutlb1nr1 h3{ right:  auto  }
.hajs-filter li { text-align: center; }
.ha-filter__item{ width: 45%; display: table; }
.m-bm-nav > li img { width: 30px; }

.prodetailright1 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}
}